Sandro
-
Posts
466 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Posts posted by Sandro
-
-
On "Stable" x64 desktop, lxde in my system has not encountered troubles.
(Just for info :) )
-
But .... i-ve found the stage3 for "stable" only under core2 architecture ..... this is an error ?
In the future stable will be only for hardened ?
Then in a new installation ..... with i4771 *Haswell( what stage3 is better to download ? *but are for pure 64)
excuse me i-m a bit confused
-
Ok; i'm temporarily solved Disabling locally projectm
# euse -D projectm -p media-tv/xbmc
But there is a better way to solve the trouble ?
Thanks if there is some explanation about projectm :)
-
Hi to all;
Trying:
# emerge -DNu world
I obtain:
ci74771ht ~ # emerge -DNu world Calculating dependencies... done! !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-devel/llvm:0 (sys-devel/llvm-3.5.0::gentoo, ebuild scheduled for merge) pulled in by ~sys-devel/llvm-3.5.0[clang(-),debug=,multitarget?,python?,static-analyzer,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] required by (sys-devel/clang-3.5.0-r100::gentoo, ebuild scheduled for merge) (sys-devel/llvm-3.3-r3::gentoo, installed) pulled in by >=sys-devel/llvm-3.3-r3:0/3.3=[abi_x86_64(-)] required by (media-libs/mesa-10.2.8::gentoo, installed) It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. !!! The ebuild selected to satisfy "media-gfx/nvidia-cg-toolkit" has unmet requirements. - media-gfx/nvidia-cg-toolkit-3.1.0013-r3::gentoo USE="(multilib) -doc -examples" The following REQUIRED_USE flag constraints are unsatisfied: amd64? ( multilib? ( abi_x86_32 ) ) The above constraints are a subset of the following complete expression: amd64? ( multilib? ( abi_x86_32 ) ) any-of ( abi_x86_32 abi_x86_64 ) (dependency required by "media-libs/libprojectm-2.1.0-r1[video_cards_nvidia]" [installed]) (dependency required by "media-tv/xbmc-13.2-r1[projectm]" [installed]) (dependency required by "@selected" [set]) (dependency required by "@world" [argument])
How to solve ?I don't know how to set the ABI variables :(looking at "emerge --info" i've ABI_x86="64"Thanks. -
# emerge -DNu world --backtrack=30 --with-bdeps=y
If it's all ok:
# emerge -c && rm -rf /usr/portage/distfiles && rm -rf /var/tmp/portage
Merry Christmas and Happy New Year :)
-
Thanks for your answer dear emarsk.
For Now i've operated only at cron level:
i74771ht ~ # crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/home/sandro/Funtoo/crons.cron installed on Sun Dec 21 22:10:02 2014) # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $) * * * 1-12 1 /sbin/fstrim -v -a
-
Hi Dear Friends.
I've 2 disks.
1) The first is an SSD of 120 GiB; I've installed /boot , swap and the root partition.
2) The 2nd is an classiic HDD 1TiB.
I've used ext4 for /boot anx xfs for root and /home
This is my actually fstab:
ci74771ht ~ # cat /etc/fstab # /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/sda3 /boot ext4 noauto,noatime 1 2 /dev/sda5 none swap sw 0 0 /dev/sda6 / xfs noatime 0 1 /dev/sdb2 /home xfs noatime 1 2 /dev/sdb1 /mnt/Volume ntfs-3g defaults 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 shm /dev/shm tmpfs exec,rw 0 0
I'd like to hear your opinion about it and if I can add options to henance performances about my ssd ....... especially about security and stability.
Adding information:
ci74771ht ~ # parted -l Modello: ATA Samsung SSD 840 (scsi) Disco /dev/sda: 120GB Dimensione del settore (logica/fisica): 512B/512B Tabella delle partizioni: msdos Flag del disco: Numero Inizio Fine Dimensione Tipo File system Flag 1 1049kB 368MB 367MB primary ntfs avvio 2 368MB 73,4GB 73,0GB primary ntfs 3 73,4GB 73,7GB 268MB primary ext4 4 73,7GB 120GB 46,4GB extended 5 73,7GB 82,3GB 8590MB logical linux-swap(v1) 6 82,3GB 120GB 37,8GB logical xfs Modello: ATA ST1000DM003-9YN1 (scsi) Disco /dev/sdb: 1000GB Dimensione del settore (logica/fisica): 512B/4096B Tabella delle partizioni: msdos Flag del disco: Numero Inizio Fine Dimensione Tipo File system Flag 1 1049kB 537GB 537GB primary ntfs 2 537GB 805GB 268GB primary xfs
Also in / dev / sdb hdd 1TB there are 185 GiB of free space (for make experiments but now unformatted)
-
The solution was changing default system-vm with "java-config -S 1"
sandro@ci74771ht ~ $ eselect java-vm list Available Java Virtual Machines: [1] oracle-jdk-bin-1.7 system-vm [2] oracle-jre-bin-1.7
-
Sorry for my latency. Trouble solved (n bugs.funtoo.org:)
-
Hi.I've encountered compilation errors about mesa-10.3.4. (I've make experience also with "older" mesa-10.3.x ... but similar results)
I add my emerge --info:
sandro@ci74771ht ~ $ emerge --info Portage 2.3.6-r9 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.8.3, glibc-2.19, 3.17.4-gentoo x86_64) ================================================================= System uname: Linux-3.17.4-gentoo-x86_64-Intel-R-_Core-TM-_i7-4771_CPU_@_3.50GHz-with-gentoo-2.2.0 KiB Mem: 16372784 total, 9251940 free KiB Swap: 8388604 total, 8388604 free Timestamp of tree: Unknown ld ld di GNU (Gentoo 2.24 p1.4) 2.24 app-shells/bash: 4.2_p53 dev-java/java-config: 2.2.0-r1000 dev-lang/perl: 5.18.2-r2 dev-lang/python: 2.7.8-r1000, 3.3.6-r1000, 3.4.3_pre20141116 dev-util/cmake: 2.8.12.2-r1 sys-apps/baselayout: 2.2.0-r6 sys-apps/openrc: 0.12.3-r3 sys-apps/sandbox: 2.6-r2 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6-r1, 1.13.4 sys-devel/binutils: 2.24-r3 sys-devel/gcc: 4.8.3 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.3-r2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.17-r1 (virtual/os-headers) sys-libs/glibc: 2.19 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr" FFLAGS="-march=native -O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="it_IT.utf8" LDFLAGS="-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,--hash-style=gnu" LINGUAS="it" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_TMPDIR="/dev/shm" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="git://github.com/funtoo/ports-2012.git" SYNC_USER="root" USE="X Xaw3d a52 aac aacplus aalib acl acpi alsa amd64 apm apng applet audio avx avx2 bash-completion bcmath berkdb bidi blas bluetooth bluray btrfs bzip2 cairo calendar canna caps cdb cdda cddb cdparanoia cdr clamav consolekit cracklib crypt css ctype cue cups custom-cflags custom-cpuopts custom-optimization cvs cxx dbi dbm dbus dga dhcpcd djvu dri dts dv dvb dvd dvdr dvdread eds encode evo exif expat faac fastcgi fat fax ffmpeg fftw flac fltk fluidsynth foomaticdb fortran ftp gconf gd gdbm geoip ggi gif gimp git gles2 glut gmp gnutls gphoto2 gpm gps graphite gsf gsl gsm gstreamer gtk gtk2 gtk3 guile gzip hddtemp hpijs iconv icq icu ieee1394 imap introspection ios ipod iptc ipv6 jack java jfs jpeg jpeg2k kde lame libass libcaca libffi libnotify libsamplerate libv4l lirc lm_sensors lock lzma lzo mad maildir matroska mbox memlimit mercurial midi mikmod mime mmap mms mmx mng modules mp3 mp4 mpeg mpi mpi-threads mplayer msn mudflap multilib musicbrainz mysql ncurses networkmanager nls nokia nptl nsplugin nvidia ogg openal opencl openexr opengl openmp openrc pam pcmcia pcre pda pdf perl pic plasma png policykit ppds pppd pulseaudio python qt3support qt4 quicktime rar raw readline realtime recode resolvconf ruby scanner schroedinger sdl semantic-desktop session shorten sip smartcard smp smpeg soap sound sox speex sql sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssse3 startup-notification static-libs static-ppds svg szip taglib tcl tcpd theora threads thunar thunderbird tiff tk truetype twolame udev udisks unicode usb v4l v4l2 vaapi vdpau video vlc vorbis vpx wavpack webgl wifi win32codecs wma wmf wxwidgets x264 xattr xcb xcomposite xface xfs xft xine xinerama xml xmp xpm xps xscreensaver xv xvid xvmc zip zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 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 authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" 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 ublox ubx" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="it" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK
-
Ok... Thank for your answer )
Good for All !!!
-
Thank You Tassie_Tux .... I use www-client/chromium and also firefox (all compiled from sources). And I've installed also the binary plugins.
-
Hi; i've trouble about java.... If I link to that page:
https://www.java.com/it/download/installed.jsp
The response is negative.
Actually my situation is;
sandro@c2i7ht ~ $ eselect java-nsplugin list Available 32-bit Java browser plugins Available 64-bit Java browser plugins [1] oracle-jdk-bin-1.7 [2] oracle-jre-bin-1.7 current how can i solve ?
Thanx a lot :)
Available Java Virtual Machines: [1] oracle-jdk-bin-1.7 [2] oracle-jre-bin-1.7 system-vm
-
And I'm very happy for You :)
-
$ su -
# emerge -DNu world --autounmask-write
# etc-update
(digit "-5" then Return)
# emerge -DNu world --with-bdeps=y
-
recommend that you check carefully the output of translations using google translator; it is not "perfect"; but must be rechecked.
From your output i think that You may improve your sustem using instead of "-march=core2", the *FLAGS (CFLAGS, CXXFLAGS, FFLAGSm FCFLAGS) option "-march=native" ( if you want you could also enable the "-ftree-vectorize" (this last option doesn't funtcion for any ebuild; if you encounter troubles you may disabilitate temporarily this flag".
About lxde, You use only it or You have others Desktop Environments ?
Post also Your
$ eselect profile list
-
Dear Morphmex: I think that there are various otption for optimize you system.
1) change "-march=core2" to "-march=native" (if you want, post the result of:
$ cat /proc/cpuinfo
For the automount i don't know what may be of your interesting ..... but I think that is possible to improve your *FLAGS :)
[ot]
Since You're my great friend....
I recommend that you check carefully the output of translations using google translator; it is not "perfect"Forgive me if I disturbed.[/ot]I'm sorry but regarding the mounters running under lxde I've not experiences.... but now I think to make various experiment.Hi my dear friend :) -
I too have often seen this type of error; But I have not worried too much as it belongs to the "shutdown" of the system.In the moment this does not happen for me anymore. (I do not know if it can be correlated with bios UEFI or for any options you set in /etc/conf.d/hwclock).Fundamental set:
# cp /usr/share/zoneinfo/Europe/Rome/ /etc/localtime [/code] This should be done before compiling the kernel. As for the upgrade timetable, I wrote a little row in /etc/local.d/
Then you may:# Emerge -u ntp ntpclient # Touch /etc/local.d/local.start # chmod u+x /etc/local.d/local.start
Then "instruct this" ........ and. g.# echo "sleep 90 && /etc/init.d/local.start &>/dev/null 2>&1 &" >> /etc/local.d/local.start
;
If you want you may change the "delay time" .... from 90 to a values thet works fine with your system.
but it is only an example :)Good for All :)Surely there will be solutions "more elegant": D
In primis changing debian-sources with gentoo-sources or ck-sources ..... You know that Funtoo has
You know well that there are with Fun-tasstic-too many possibilities to configure your system to the top :)
-
When you are at the situation of the 2nd thumbnail, have you tryed to impose /dev/sda1 then press enter ?
-
Could You post your:
# fdisk -l # parted -l # cat /etc/boot.conf
May be that is not enabled some kernel module for the hdd or must specified in /etc/boot.conf instead of
params += real_root=auto
the UUID or /dev/sdxy fof the / (root) Filesystem.
For example i've this:
sandro@ci7ht ~ $ cat /etc/boot.conf boot { generate grub default "Windows 8.1 x64" timeout 5 } "Windows 8.1 x64" { type win8 params root=/dev/sda1 } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += real_root=UUID=3722ea24-8aed-4edc-a43f-1389c408d41b params += rootfstype=ext4 }The UUID can be discovered using (e.g.)
# blkid -g && blkid
you may filtrate the result using grep (e.g.)
blkid -g && blkid |grep -i /dev/sdXY
Where /dev/sdXY is your root partition.
-
aaditya hi, welcome :); in my opinion can serve as an exercise in the use of VM.
But in order to "enjoy" all the power and possibility of Funtoo, you would need to install it to multiboot maybe in a dedicated partition, so you can take full advantage of all the hardware resources.
And I assure you that there is a big difference compared to the pre-compiled mainly if you have a cpu advanced. (so instead of creating generic code you can optimize everything for your hardware.
Good job and I hope that you remain excited about this "magic" distribution :)
Good for All :)
-
Ok dantrell.
You're very "magic" :D
Now all is correct and function perfectly :P
Thank You Very Much :)
-
Hello everyone.Unfortunately trying to install dvdstyler I get the following error (actually the system is "consistent")
ci7ht ~ # emerge -DNu world Calculating dependencies ... done! Auto-cleaning packages ... >>> >>> No outdated packages were found on your system. ci7ht ~ # emerge -DNu world dvdstyler Calculating dependencies ... done! ! Multiple package instances within at single package slot Have Been pulled ! into the dependency graph, Resulting in a slot conflict: media-libs / libsdl: 0 (media-libs / libsdl-1.2.15-r4 :: gentoo, ebuild scheduled for merge) pulled in by (That no parents are not satisfied by other packages in this slot) (media-libs / libsdl-1.2.15-r7 :: gentoo, installed) pulled in by >=media-libs/libsdl-1.2.15-r4[sound,video,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] required by (media-video / ffmpeg-2.2.4 :: gentoo, installed) It may be possible to solve this problem by using package.mask to One of Those prevent packages from being selected. However, it is Also That possible conflicting dependencies exist longer available That they are impossible to Satisfy simultaneously. If a conflict exists longer available in the dependencies of two different packages, then Those packages can not be installed simultaneously. You may want to try a larger value of --backtrack the option, as longer available --backtrack = 30, in order to see if That will solve this conflict automatically. For more information, see MASKED PACKAGES section in the emerge man page or the refer to the Gentoo Handbook. emerge: there are no ebuilds to satisfy "> = virtual / libudev-215: =". (dependency required by "media-video / dvdstyler-2.7.2 [udev]" [ebuild]) (dependency required by "dvdstyler" [argument])
There are not packages That satisfied> = virtual / libudev-215: =
but:ci7ht ~ # eix virtual / udev [I] virtual / udev Available versions: ~ 0171 ~ 196 197-208-r2 r3 {(+) gudev (+) HWDB introspection keymap + kmod selinux (+) ABI_MIPS static-libs = "n32 n64 o32" ABI_PPC = "32 64" = ABI_S390 "32 64 "ABI_X86 =" 32 64 x32 "} Installed versions: 208-r2 (03:34:47 07/29/2014) (gudev HWDB introspection ABI_MIPS static-libs = "- n32 -n64 -o32" ABI_PPC = "- 32 -64" ABI_S390 = "- 32 -64 "ABI_X86 =" 64 -32 -x32 ") Description: Virtual udev daemon to select between different providersAny solution?Thanx :) -
We do need more people testing stable. I use current pure64 and multilib, so we are not testing stable.
If you'd like to be part of a stable testing team, post here, and let's get to work.
-Daniel
I use the "amd64 stable";
if I can help with the feedbacks as well tell me what to try / test .....For me it would be a great pleasure :)For example, currently the system I have is perfectly "consistent"; just look at that emerge -epv world [/ b]I find[ebuild R] app-arch/file-roller-3.12.2 USE = "nautilus (-packagekit)" 1,365 kB [ebuild R] gnome-extra/gnome-user-share-3.10.2 USE = "bluetooth" 375 kB [ebuild R] gnome-extra/gnome-documents-3.12.1 697 kB [ebuild R] media-sound/sound-juicer-3.12.0 USE = "flac vorbis-debug} {-test" 1,916 kB Total: 1712 packages (1712 reinstalls), Size of downloads: 5,349,639 kB sandro @ ci7ht ~ $So no "PACKAGE locked", no "circular dependencies".However, if you ask me to try something useful, I am 100% available.All Good for All :)

How to exclude packages from emerge --depclean
in Portage Help
Posted
Good Night (1.55 in my town) Mr aramisqc;
You're using "stable" or current ? and what tipe of kernel you use ?
For example I'm on stable 64 and if aI make ermerge -c (that is equal to emerge --depclean), I obtain:
And :
sandro@ci74771ht ~ $ du -hs /lib/modules/3.17.7-gentoo/ 75M