[Risolto] Linux sul mio PC: Il Ritorno... è Gentoo!

Sistemi operativi Linux e software open source
Rispondi
Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

Mi fai vedere la configurazione di lilo, su Salix:

Codice: Seleziona tutto

cat /etc/lilo.conf
Ah! Ma allora non mi credi? :asd:
Ecco:

Codice: Seleziona tutto

cat: /etc/lilo.conf: File o directory non esistente
Contento? :D

Che gli è preso al "Quote"?
Perchè non funziona più? :hmm:

Comunque, Lilo l'ho visto appena di sfuggita.
Era di default su Salix, ma poi avevo installato Grub2 e te l'ho anche detto.
Ne abbiamo parlato un po'. :)
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Zievatron ha scritto:Che gli è preso al "Quote"?
Perchè non funziona più? :hmm:
Te l'ho sistemato!
conoscenza ha scritto:...mmm su Salix c'è LiLo?
ma ecco perchè ti avevo chiesto... non ricordo tutte le nostre discussioni, vado a post! ;)

Comunque da Salix, mi posti:

Codice: Seleziona tutto

cat /boot/grub/grub.conf
o su Grub2 non c'è? :hmm:
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

conoscenza ha scritto:Comunque da Salix, mi posti:

Codice: Seleziona tutto

cat /boot/grub/grub.conf
o su Grub2 non c'è? :hmm:

Codice: Seleziona tutto

cat: /boot/grub/grub.conf: File o directory non esistente
Ho guardato con il file manager e scoperto che c'è invece un grub.cfg

Codice: Seleziona tutto

cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="${saved_entry}"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set=root ae6fca37-5894-429a-880f-00aacd4964e3
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos8)'
  search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
  set locale_dir=($root)/grub/locale
  set lang=it_IT
  insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
insmod jpeg
background_image -m stretch /grub/salix.jpg
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Salix 13.37.0 GNU/Linux, con Linux 2.6.37.6' --class salix --class gnu-linux --class gnu --class os {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
	echo	'Caricamento Linux 2.6.37.6...'
	linux	/vmlinuz-huge-2.6.37.6 root=/dev/sda9 ro vt.default_utf8=1 resume=/dev/sda3  quiet vga=791
}
menuentry 'Salix 13.37.0 GNU/Linux, con Linux 2.6.37.6 (modalità ripristino)' --class salix --class gnu-linux --class gnu --class os {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
	echo	'Caricamento Linux 2.6.37.6...'
	linux	/vmlinuz-huge-2.6.37.6 root=/dev/sda9 ro single vt.default_utf8=1 resume=/dev/sda3 
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root ECACF9FDACF9C25E
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "LinuxMint GNU/Linux, with Linux 2.6.39-2-amd64 (on /dev/sda7)" --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 9d6c85f8-c57d-44ec-a84b-c86295856fe4
	linux /boot/vmlinuz-2.6.39-2-amd64 root=UUID=9d6c85f8-c57d-44ec-a84b-c86295856fe4 ro quiet
	initrd /boot/initrd.img-2.6.39-2-amd64
}
menuentry "LinuxMint GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 9d6c85f8-c57d-44ec-a84b-c86295856fe4
	linux /boot/vmlinuz-2.6.39-2-amd64 root=UUID=9d6c85f8-c57d-44ec-a84b-c86295856fe4 ro single
	initrd /boot/initrd.img-2.6.39-2-amd64
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
Trovandomi a guardare nella cartellina /Grub ho scoperto con sorpresa che è strapiena di file Audio Amiga Sountracker.
Cosa ci fanno nella cartellina di Grub? :hmm:
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

No non è assolutamente normale.
volendo apri un altro thread: dai su andiamo avanti che dobbiamo ancora emergere il sistema!

Allora monta tutto e fai:

Codice: Seleziona tutto

emerge portage

Codice: Seleziona tutto

emerge syslog-ng
posta i risultati.... che si continua!
Se non ci sono fai:

Codice: Seleziona tutto

rc-update add syslog-ng default
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

conoscenza ha scritto:Allora monta tutto e fai:

Codice: Seleziona tutto

emerge portage

Codice: Seleziona tutto

emerge syslog-ng
posta i risultati.... che si continua!
Se non ci sono fai:...
Altrochè se ci sono i risultati!
Un bel malloppo direi. :)
Eccoli:

Codice: Seleziona tutto

darkstar / #     emerge portage

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-apps/portage-2.1.10.44
>>> Downloading 'http://distfiles.gentoo.org/distfiles/portage-2.1.10.44.tar.bz2'
--2012-03-02 00:34:57--  http://distfiles.gentoo.org/distfiles/portage-2.1.10.44.tar.bz2
Risoluzione di distfiles.gentoo.org... 64.50.233.100, 64.50.236.52, 137.226.34.42, ...
Connessione a distfiles.gentoo.org|64.50.233.100|:80... connesso.
HTTP richiesta inviata, in attesa di risposta... 200 OK
Lunghezza: 781681 (763K) [application/x-bzip2]
Salvataggio in: "/usr/portage/distfiles/portage-2.1.10.44.tar.bz2"

100%[======================================>] 781.681      403K/s   in 1,9s    

2012-03-02 00:35:00 (403 KB/s) - "/usr/portage/distfiles/portage-2.1.10.44.tar.bz2" salvato [781681/781681]

 * portage-2.1.10.44.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...             [ ok ]
>>> Unpacking source...
>>> Unpacking portage-2.1.10.44.tar.bz2 to /var/tmp/portage/sys-apps/portage-2.1.10.44/work
>>> Source unpacked in /var/tmp/portage/sys-apps/portage-2.1.10.44/work
>>> Preparing source in /var/tmp/portage/sys-apps/portage-2.1.10.44/work/portage-2.1.10.44 ...
 * Setting portage.VERSION to 2.1.10.44 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/portage-2.1.10.44/work/portage-2.1.10.44 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-apps/portage-2.1.10.44/work/portage-2.1.10.44 ...
>>> Source compiled.
>>> Test phase [not enabled]: sys-apps/portage-2.1.10.44

>>> Install portage-2.1.10.44 into /var/tmp/portage/sys-apps/portage-2.1.10.44/image/ category sys-apps
patching file make.conf
Hunk #1 succeeded at 22 (offset -1 lines).
Hunk #2 succeeded at 43 with fuzz 2 (offset 5 lines).
Hunk #3 succeeded at 105 (offset 14 lines).
>>> Completed installing portage-2.1.10.44 into /var/tmp/portage/sys-apps/portage-2.1.10.44/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
ecompressdir: bzip2 -9 /usr/share/man

>>> Installing (1 of 1) sys-apps/portage-2.1.10.44
 * Running preinst sanity tests...
testBashSyntax (portage.tests.lint.test_bash_syntax.BashSyntaxTestCase) ... ok
testCompileModules (portage.tests.lint.test_compile_modules.CompileModulesTestCase) ... ok
testImportModules (portage.tests.lint.test_import_modules.ImportModulesTestCase) ... ok

----------------------------------------------------------------------
Ran 3 tests in 3.836s

OK
 * Compilation and optimization of Python modules placed outside of site-packages directories for CPython 2.7 ...                                        [ ok ]

>>> Recording sys-apps/portage in "world" favorites file...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

darkstar / #     emerge syslog-ng

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies... done!


[nomerge       ] net-print/foomatic-filters-4.0.9  USE="cups dbus" 
[nomerge       ]  app-text/ghostscript-gpl-9.04-r4  USE="X cups dbus djvu gtk jpeg2k static-libs -bindist -idn" LINGUAS="-ja -ko -zh_CN -zh_TW" 
[nomerge       ]   x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[nomerge       ]    net-print/cups-1.4.8-r1  USE="X acl dbus filters gnutls java jpeg ldap pam perl png python ssl static-libs threads tiff -debug -kerberos -php -slp -xinetd" LINGUAS="-da -de -es -eu -fi -fr -id -it -ja -ko -nl -no -pl -pt -pt_BR -ru -sv -zh -zh_TW" 
[nomerge       ]     app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 
[nomerge       ]      media-libs/openjpeg-1.4-r1  USE="-doc -test" 
[nomerge       ]       dev-util/cmake-2.8.6-r4  USE="ncurses qt4 -emacs -test -vim-syntax" 
[nomerge       ]        x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[ebuild  N     ]         x11-libs/qt-qt3support-4.7.4  USE="accessibility exceptions pch (-aqua) -debug -kde -phonon" 215,223 kB
[ebuild  N     ]          x11-libs/qt-sql-4.7.4  USE="exceptions iconv mysql pch qt3support sqlite (-aqua) -debug -firebird -freetds -odbc -postgres" 0 kB
[nomerge       ] dev-perl/DBD-mysql-4.01.7 
[nomerge       ]  virtual/mysql-5.1  USE="embedded -minimal -static" 
[ebuild  N     ]   dev-db/mysql-5.1.61  USE="berkdb community embedded perl ssl -big-tables -cluster -debug -extraengine -latin1 -max-idx-128 -minimal -pbxt -profiling (-selinux) -static -test -xtradb" 25,628 kB
[ebuild  N     ]    dev-perl/DBD-mysql-4.01.7  130 kB
[nomerge       ] app-admin/syslog-ng-3.2.5  USE="ipv6 pcre sql ssl tcpd -caps -hardened (-selinux) -spoof-source" 
[nomerge       ]  dev-db/libdbi-0.8.3  USE="-doc" 
[ebuild  N     ]   dev-db/libdbi-drivers-0.8.3  USE="mysql sqlite -bindist -doc (-firebird) -oci8 -postgres -sqlite3" 1,499 kB
[ebuild  N     ]    virtual/mysql-5.1  USE="embedded -minimal -static" 0 kB
[nomerge       ] app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 
[nomerge       ]  x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[nomerge       ]   x11-libs/cairo-1.10.2-r1  USE="X glib opengl qt4 static-libs svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-openvg)" 
[nomerge       ]    x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[nomerge       ]     net-print/cups-1.4.8-r1  USE="X acl dbus filters gnutls java jpeg ldap pam perl png python ssl static-libs threads tiff -debug -kerberos -php -slp -xinetd" LINGUAS="-da -de -es -eu -fi -fr -id -it -ja -ko -nl -no -pl -pt -pt_BR -ru -sv -zh -zh_TW" 
[nomerge       ]      dev-java/java-config-2.1.11-r3 
[ebuild  N     ]       virtual/jre-1.6.0  0 kB
[ebuild  N     ]        virtual/jdk-1.6.0  0 kB
[ebuild  N     ]         dev-java/icedtea-bin-6.1.11.1  USE="X alsa cups -cjk -doc -examples -nsplugin -source" 34,387 kB
[nomerge       ] dev-java/icedtea-bin-6.1.11.1  USE="X alsa cups -cjk -doc -examples -nsplugin -source" 
[nomerge       ]  x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[nomerge       ]   dev-libs/gobject-introspection-1.30.0-r2  USE="-doc -test" 
[nomerge       ]    x11-libs/cairo-1.10.2-r1  USE="X glib opengl qt4 static-libs svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-openvg)" 
[nomerge       ]     x11-libs/xcb-util-0.3.8  USE="static-libs -doc -test" 
[ebuild  N     ]      x11-libs/xcb-util-wm-0.3.8  USE="static-libs -doc -test" 299 kB
[ebuild  N     ]      x11-libs/xcb-util-image-0.3.8  USE="static-libs -doc -test" 283 kB
[ebuild  N     ]      x11-libs/xcb-util-renderutil-0.3.8  USE="static-libs -doc -test" 252 kB
[ebuild  N     ]      x11-libs/xcb-util-keysyms-0.3.8  USE="static-libs -doc -test" 247 kB
[nomerge       ] dev-java/icedtea-bin-6.1.11.1  USE="X alsa cups -cjk -doc -examples -nsplugin -source" 
[nomerge       ]  net-print/cups-1.4.8-r1  USE="X acl dbus filters gnutls java jpeg ldap pam perl png python ssl static-libs threads tiff -debug -kerberos -php -slp -xinetd" LINGUAS="-da -de -es -eu -fi -fr -id -it -ja -ko -nl -no -pl -pt -pt_BR -ru -sv -zh -zh_TW" 
[ebuild  N     ]   net-print/foomatic-filters-4.0.9  USE="cups dbus" 249 kB
[ebuild  N     ]   app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 1,907 kB
[ebuild  N     ]   app-text/ghostscript-gpl-9.04-r4  USE="X cups dbus djvu gtk jpeg2k static-libs -bindist -idn" LINGUAS="-ja -ko -zh_CN -zh_TW" 29,381 kB
[ebuild  N     ]    x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 12,513 kB
[ebuild  N     ]     x11-libs/pango-1.28.4  USE="X introspection -debug -doc -test" 1,469 kB
[ebuild  N     ]      x11-libs/cairo-1.10.2-r1  USE="X glib opengl qt4 static-libs svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-openvg)" 23,007 kB
[ebuild  N     ]       x11-libs/xcb-util-0.3.8  USE="static-libs -doc -test" 261 kB
[ebuild  N     ]     net-print/cups-1.4.8-r1  USE="X acl dbus filters gnutls java jpeg ldap pam perl png python ssl static-libs threads tiff -debug -kerberos -php -slp -xinetd" LINGUAS="-da -de -es -eu -fi -fr -id -it -ja -ko -nl -no -pl -pt -pt_BR -ru -sv -zh -zh_TW" 4,441 kB
[ebuild  N     ] media-libs/openjpeg-1.4-r1  USE="-doc -test" 2,311 kB
[ebuild  N     ]  dev-util/cmake-2.8.6-r4  USE="ncurses qt4 -emacs -test -vim-syntax" 5,454 kB
[ebuild  N     ]   x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 0 kB
[nomerge       ] app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 
[nomerge       ]  x11-libs/cairo-1.10.2-r1  USE="X glib opengl qt4 static-libs svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-openvg)" 
[nomerge       ]   x11-libs/libXft-2.2.0  USE="static-libs" 
[nomerge       ]    virtual/ttf-fonts-1 
[nomerge       ]     media-fonts/dejavu-2.33  USE="X -fontforge" 
[nomerge       ]      media-libs/fontconfig-2.8.0-r1  USE="-doc" 
[ebuild  N     ]       app-admin/eselect-fontconfig-1.1  2 kB
[nomerge       ] x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[nomerge       ]  dev-libs/atk-1.32.0-r1  USE="introspection nls -doc" 
[nomerge       ]   dev-libs/gobject-introspection-1.30.0-r2  USE="-doc -test" 
[nomerge       ]    dev-lang/python-2.7.2-r3  USE="gdbm* ipv6* ncurses* readline* sqlite* ssl* threads* tk* (wide-unicode) xml* -berkdb -build* -doc -examples -wininst" 
[ebuild  N     ]     dev-tcltk/blt-2.4z-r10  USE="X jpeg static-libs" 2,272 kB
[nomerge       ] app-text/ghostscript-gpl-9.04-r4  USE="X cups dbus djvu gtk jpeg2k static-libs -bindist -idn" LINGUAS="-ja -ko -zh_CN -zh_TW" 
[ebuild  N     ]  media-fonts/urw-fonts-2.4.9  USE="X" 3,124 kB
[nomerge       ] app-text/ghostscript-gpl-9.04-r4  USE="X cups dbus djvu gtk jpeg2k static-libs -bindist -idn" LINGUAS="-ja -ko -zh_CN -zh_TW" 
[nomerge       ]  media-libs/lcms-1.19  USE="jpeg python static-libs tiff -zlib" 
[nomerge       ]   dev-lang/python-2.7.2-r3  USE="gdbm* ipv6* ncurses* readline* sqlite* ssl* threads* tk* (wide-unicode) xml* -berkdb -build* -doc -examples -wininst" 
[ebuild  N     ]    dev-lang/tk-8.5.9-r1  USE="threads truetype (-aqua) -debug -xscreensaver" 3,736 kB
[ebuild  N     ]     x11-libs/libXft-2.2.0  USE="static-libs" 284 kB
[ebuild  N     ]      virtual/ttf-fonts-1  0 kB
[ebuild  N     ]       media-fonts/dejavu-2.33  USE="X -fontforge" 4,767 kB
[ebuild  N     ]        media-libs/fontconfig-2.8.0-r1  USE="-doc" 1,513 kB
[nomerge       ] x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[ebuild  N     ]  x11-libs/gdk-pixbuf-2.24.0-r1  USE="X introspection jpeg jpeg2k tiff -debug -doc -test" 1,149 kB
[ebuild  N     ]   media-libs/jasper-1.900.1-r4  USE="jpeg opengl static-libs" 1,392 kB
[ebuild  N     ]    media-libs/freeglut-2.8.0  USE="static-libs -debug" 957 kB
[ebuild  N     ]     virtual/glu-7.0  0 kB
[ebuild  N     ]     virtual/opengl-7.0  0 kB
[ebuild  N     ]      media-libs/mesa-7.11.2  USE="classic egl gallium llvm nptl shared-glapi -bindist -debug -gbm -gles -motif -openvg -osmesa -pax_kernel -pic (-selinux) -shared-dricore" VIDEO_CARDS="radeon -intel -mach64 -mga -nouveau -r128 -savage -sis -tdfx -via -vmware" 6,115 kB
[ebuild     U  ]       dev-libs/libxml2-2.7.8-r5 [2.7.8-r4] USE="icu* ipv6 python* readline static-libs* -debug -doc -examples -test" 4,768 kB
[nomerge       ] x11-libs/cairo-1.10.2-r1  USE="X glib opengl qt4 static-libs svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-openvg)" 
[ebuild  N     ]  x11-libs/libxcb-1.7  USE="static-libs -doc (-selinux)" 312 kB
[ebuild   R    ]   dev-lang/python-2.7.2-r3  USE="gdbm* ipv6* ncurses* readline* sqlite* ssl* threads* tk* (wide-unicode) xml* -berkdb -build* -doc -examples -wininst" 11,494 kB
[nomerge       ] dev-java/icedtea-bin-6.1.11.1  USE="X alsa cups -cjk -doc -examples -nsplugin -source" 
[ebuild  N     ]  x11-libs/libXtst-1.2.0  USE="static-libs -doc" 276 kB
[ebuild  N     ]  media-libs/giflib-4.1.6-r2  USE="X static-libs -rle" 495 kB
[nomerge       ] app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 
[nomerge       ]  x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[ebuild  N     ]   media-libs/nas-1.9.2  USE="-doc" 1,450 kB
[ebuild  N     ]    x11-libs/libXaw-1.0.9  USE="static-libs -doc" 636 kB
[ebuild  N     ]     x11-libs/libXpm-3.5.9  USE="static-libs" 375 kB
[ebuild  N     ]    x11-libs/libXres-1.0.5  USE="static-libs" 235 kB
[ebuild  N     ]    x11-libs/libXTrap-1.0.0  USE="-debug" 215 kB
[ebuild  N     ]    x11-libs/libXp-1.0.1  USE="static-libs" 294 kB
[nomerge       ] app-text/ghostscript-gpl-9.04-r4  USE="X cups dbus djvu gtk jpeg2k static-libs -bindist -idn" LINGUAS="-ja -ko -zh_CN -zh_TW" 
[nomerge       ]  net-print/cups-1.4.8-r1  USE="X acl dbus filters gnutls java jpeg ldap pam perl png python ssl static-libs threads tiff -debug -kerberos -php -slp -xinetd" LINGUAS="-da -de -es -eu -fi -fr -id -it -ja -ko -nl -no -pl -pt -pt_BR -ru -sv -zh -zh_TW" 
[ebuild  N     ]   x11-misc/xdg-utils-1.1.0_rc1_p20111003  USE="perl -doc" 1,141 kB
[ebuild  N     ]    x11-apps/xset-1.2.2  127 kB
[ebuild  N     ]    x11-apps/xprop-1.2.1  131 kB
[nomerge       ] x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[ebuild  N     ]  x11-libs/libXcomposite-0.4.3-r1  USE="static-libs -doc" 241 kB
[nomerge       ] x11-libs/qt-qt3support-4.7.4  USE="accessibility exceptions pch (-aqua) -debug -kde -phonon" 
[nomerge       ]  x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[ebuild  N     ]   x11-libs/libXfont-1.4.4  USE="ipv6 static-libs -doc" 430 kB
[ebuild  N     ]   x11-libs/qt-dbus-4.7.4  USE="exceptions pch (-aqua) -debug" 0 kB
[nomerge       ] virtual/glu-7.0 
[nomerge       ]  media-libs/mesa-7.11.2  USE="classic egl gallium llvm nptl shared-glapi -bindist -debug -gbm -gles -motif -openvg -osmesa -pax_kernel -pic (-selinux) -shared-dricore" VIDEO_CARDS="radeon -intel -mach64 -mga -nouveau -r128 -savage -sis -tdfx -via -vmware" 
[ebuild  N     ]   x11-libs/libXxf86vm-1.1.1  USE="static-libs" 247 kB
[ebuild  N     ]   x11-libs/libXdamage-1.1.3  USE="static-libs" 244 kB
[nomerge       ] dev-java/icedtea-bin-6.1.11.1  USE="X alsa cups -cjk -doc -examples -nsplugin -source" 
[nomerge       ]  media-fonts/dejavu-2.33  USE="X -fontforge" 
[ebuild  N     ]   media-fonts/encodings-1.0.4  650 kB
[ebuild  N     ]   x11-apps/mkfontdir-1.0.6  96 kB
[ebuild  N     ]    x11-apps/mkfontscale-1.0.9-r1  124 kB
[nomerge       ] app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 
[nomerge       ]  x11-libs/qt-core-4.7.4-r1  USE="exceptions glib iconv jit optimized-qmake pch qt3support ssl (-aqua) -debug -private-headers" 
[nomerge       ]   x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[ebuild  N     ]    x11-libs/libXcursor-1.1.12  USE="static-libs" 291 kB
[nomerge       ] x11-libs/libXaw-1.0.9  USE="static-libs -doc" 
[ebuild  N     ]  x11-libs/libXmu-1.1.0  USE="ipv6 static-libs -doc" 353 kB
[nomerge       ] x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[ebuild  N     ]  x11-libs/libXrandr-1.3.2  USE="static-libs" 268 kB
[nomerge       ] x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[ebuild  N     ]  x11-libs/libXfixes-5.0  USE="static-libs" 248 kB
[nomerge       ] x11-libs/qt-dbus-4.7.4  USE="exceptions pch (-aqua) -debug" 
[ebuild  N     ]  sys-apps/dbus-1.4.16  USE="X static-libs -debug -doc (-selinux) -test" 1,846 kB
[nomerge       ] x11-libs/gtk+-2.24.8-r1  USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 
[nomerge       ]  x11-libs/libXrandr-1.3.2  USE="static-libs" 
[ebuild  N     ]   x11-libs/libXrender-0.9.6  USE="static-libs" 253 kB
[ebuild  N     ]  x11-libs/libXi-1.4.3-r1  USE="static-libs -doc" 413 kB
[ebuild  N     ]  x11-libs/libXt-1.1.1  USE="static-libs" 699 kB
[nomerge       ] app-text/poppler-0.16.7  USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4 utils xpdf-headers -cjk -debug -doc -exceptions" 
[ebuild  N     ]  media-libs/freetype-2.4.8  USE="X bzip2 static-libs -auto-hinter -bindist -debug -doc -fontforge -utils" 1,458 kB
[nomerge       ] x11-libs/qt-gui-4.7.4-r1  USE="accessibility cups dbus exceptions glib mng nas pch qt3support tiff (-aqua) -debug -egl -gtkstyle -nis -private-headers -raster -trace -xinerama" 
[ebuild  N     ]  x11-libs/libXext-1.3.0  USE="static-libs -doc" 334 kB
[ebuild  N     ]   x11-libs/libX11-1.4.4  USE="ipv6 static-libs -doc -test" 2,269 kB

Total: 71 packages (1 upgrade, 69 new, 1 reinstall), Size of downloads: 416,634 kB

 * Error: circular dependencies:

(dev-lang/python-2.7.2-r3::gentoo, ebuild scheduled for merge) depends on
 (dev-lang/tk-8.5.9-r1::gentoo, ebuild scheduled for merge) (buildtime)
  (x11-libs/libX11-1.4.4::gentoo, ebuild scheduled for merge) (buildtime)
   (x11-libs/libxcb-1.7::gentoo, ebuild scheduled for merge) (buildtime)
    (dev-lang/python-2.7.2-r3::gentoo, ebuild scheduled for merge) (buildtime)

It might be possible to break this cycle
by applying any of the following changes:
- dev-lang/python-2.7.2-r3 (Change USE: -tk)
- dev-lang/python-2.7.2-r3 (Change USE: +build)

Note that this change can be reverted, once the package has been installed.

Note that the dependency graph contains a lot of cycles.
Several changes might be required to resolve all cycles.
Temporarily changing some use flag for all packages might be the better option.

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/libxml2:2

  (dev-libs/libxml2-2.7.8-r4::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-libs/libxml2-2.7.8-r5::gentoo, ebuild scheduled for merge) pulled in by
    dev-libs/libxml2[python] required by (media-libs/mesa-7.11.2::gentoo, ebuild scheduled for merge)


!!! Enabling --newuse and --update might solve this conflict.
!!! If not, it might help emerge to give a more specific suggestion.


 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

darkstar / # 
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Mi posti:

Codice: Seleziona tutto

emerge --info
Poi prova a togliere la flag tk dalle USE di:

Codice: Seleziona tutto

nano /etc/make.conf
e riprovi ad emergere:

Codice: Seleziona tutto

emerge syslog-ng
Se ancora non dovesse emergersi mi fai vedere:

Codice: Seleziona tutto

emerge -vp syslog-ng
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

Codice: Seleziona tutto

emerge syslog-ng
ha funzionato. :)
Ecco

Codice: Seleziona tutto

emerge --info

Codice: Seleziona tutto

Portage 2.1.10.44 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.13-r4, 2.6.37.6 x86_64)
=================================================================
System uname: Linux-2.6.37.6-x86_64-AMD_Sempron-tm-_Processor_3200+-with-gentoo-2.0.3
Timestamp of tree: Thu, 23 Feb 2012 20:30:01 +0000
app-shells/bash:          4.1_p9
dev-lang/python:          2.7.2-r3, 3.1.4-r3
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA @EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d a52 aac aalib acl acpi alsa amd64 ao audiofile automount axpat bash-completion bcmath berkdb bluetooth branding bzip2 cairo cdda cddb cdparanoia cdr cgi cleartype cli consolekit cracklib crypt css cups curl custom-cflags custom-cpuopts custom-optimization cxx dbus device-mapper dga disk-partition djvu dri dso dts dv dvb dvd dvdr eds embedded emboss encode evo exif extras faac faad fam fastcgi fat ffmpeg fftw firefox flac floppy fontconfig foomaticdb fortran fuse gd gdbm gdu ggi gif gimp ginac glib glibc-omitfp glitz gls gnome gnutls gphoto2 gpm gps graphviz gsm gstreamer gtk hal hddtemp iconv icu imagemagick ipv6 java jbig jpeg jpeg2k kdrive lame lcms ldap libass libcaca libgda libnotify libv4l libv4l2 lirc lm_sensors lzo mad matroska midi mjpeg mmx mng modules mono mp3 mp4 mpeg mpi mpi-threads mplayer mtp mudflap multilib musepack musicbrainz mysql nas ncurses network networkmanager nls nptl nptlonly ntfs ogg openal openexr opengl openmp optimized-qmake oss pam pango pch pcntl pcre pda pdf perl plasma png policykit posix ppds pppd prelude pulseaudio python qt3support qt4 raw readline scanner schroedinger sdl semantic-desktop session shorten sip smartcard smp sndfile speex spell sql sqlite sse sse2 ssl startup-notification static-libs subversion svg sysfs syslog tcl tcpd theora threads thunar tiff timidity truetype twolame udev unicode usb v4l v4l2 vcd vdr vorbis wapack wav webkit wmf x264 xcb xft xine xml xorg xpm xrandr xulrunner xv xvid xvmc zip" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Zievatron ha scritto:

Codice: Seleziona tutto

emerge syslog-ng
ha funzionato. :)
Ottimo!
Poi se servirà la rimettiamo.

Ora dai:

Codice: Seleziona tutto

rc-update add syslog-ng default
cosi ti parte all'avvio automaticamente (ti serve per loggare quello che accade al sistema)

Codice: Seleziona tutto

emerge vixie-cron

Codice: Seleziona tutto

rc-update add vixie-cron default
Questo che stiamo invece per fare, a mio parere è molto utile. Ti indicizza i file e poi ti basta fare locate nomefile per ritrovarli.

Codice: Seleziona tutto

emerge mlocate
dhcpcd lo avevamo già emerso vero?
Se no, emergilo. Ti serve per la rete!

Codice: Seleziona tutto

emerge dhcpcd
Esistono altri pacchetti tipo dhcpcd, ma il forte di dhcpcd è che è indipendente da tutto, quindi almeno la rete saprai di averla sempre!!!
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

conoscenza ha scritto:Ora dai:

Codice: Seleziona tutto

rc-update add syslog-ng default
Nuovo intoppo:

Codice: Seleziona tutto

 * rc-update: service `syslog-ng' does not exist
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Errore mio!

Codice: Seleziona tutto

emerge -p syslog-ng
e posta il risultato...
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Rispondi