Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Sandro

Members
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    20

Community Answers

  1. Sandro's post in Is safe to upgrade to glibc 2.27? was marked as the answer   
    I've 2.27-r6 glibc and no troubles with 2009 ebuilds.
    I've compiled glibc using gcc-8.2.1-r4 from https://github.com/TemptorSent (dev-gcc-kit)
  2. Sandro's post in KDE in idle uses ~ 20% of cpu O_O was marked as the answer   
    Damn .... I'm sorry to have written when the solution was simple .... or a version of the drivers (My videocard is a GTX 660 that has problems with the nouveau and sometimes even with some version of the proprietary drivers).
    I had "masked" the most recent versions; but this created problems for me (I could not say technically exactly why)
    Then solved with the 390.12.
    Sorry for the "false alarm" ^^
  3. Sandro's post in [Solved ] Printer trouble (HP Pro 8710) was marked as the answer   
    Ok ... i've recompiled all my system; now the printer runs fine.
  4. Sandro's post in About some messages was marked as the answer   
    Ok .. i think i've solved making:
    > # cd /var/git/meta-repo/kits/ # git pull && git submodule Excuse me :|
  5. Sandro's post in eselect python doesn't seem to be working? was marked as the answer   
    It is all right;
    The first in the list will be the "default" then the others. for example:
    ci74771ht ~ # eselect python list Available Python interpreters, in order of preference:   [1]   python3.4   [2]   python3.5   [3]   python2.7 Then 3.4 will be the default.
     
    Now i make:
    ci74771ht ~ # eselect python list Available Python interpreters, in order of preference:   [1]   python3.5   [2]   python3.4   [3]   python2.7 Now the first in list is the python3.5 (that i've unmasked for my necessity).
     
    If I want  python-3.4 at first
    # eselect python set 2 # eselect python list Available Python interpreters, in order of preference:   [1]   python3.4   [2]   python3.5   [3]   python2.7 if you want to see with your eyes, you can install
    # emerge python-updater Then
    # python-updater In Funtoo python-updater is deprecated cause the work will be made by Portage itself .... _'_
  6. Sandro's post in Aboui new portage with "kits". was marked as the answer   
    About "mqaster i've made a little experiment;
    I can set in /ettc/ego.conf for example xorg-kit = master withouth having to specify the version :)
     
    So this trouble i think is solved :)
     
    The topic is here :)
  7. Sandro's post in I'm a bit confused about new /etc/ego.conf was marked as the answer   
    Ok .... i've made an experiment:
    My default is for example about xorg-kit:
    ci74771ht kits # eix xorg-server         [I] x11-base/xorg-server [1]     Available versions:  1.17.4(0/1.17.4) 1.17.4-r1(0/1.17.4) {dmx doc glamor ipv6 kdrive libressl min imal nptl selinux static-libs +suid systemd tslib +udev unwind wayland xephyr xnest xorg xvfb}               Installed versions:  1.17.4-r1(0/1.17.4)(22:43:03 06/09/2017)(ipv6 nptl suid udev xorg -dmx -doc - glamor -kdrive -libressl -minimal -selinux -static-libs -systemd -tslib -unwind -wayland -xephyr -xnest -xvfb)                                                                                                      Homepage:            http://xorg.freedesktop.org/     Description:         X.Org X servers [1] "xorg-kit" /var/git/meta-repo/kits/xorg-kit but if i modify the /etc/ego.conf adding
    xorg-kit = master then
    # ego sync && eix-update i'llhave:
    ci74771ht kits # eix xorg-server [U] x11-base/xorg-server [1]     Available versions:  1.12.4-r7(0/1.12.4) 1.15.2-r4(0/1.15.2) 1.18.4(0/1.18.4) 1.19.2(0/1.19.2) 1.1 9.3(0/1.19.3) **9999(0/9999) {debug dmx doc glamor ipv6 kdrive libressl minimal nptl selinux static-lib s +suid systemd tslib +udev unwind wayland xcsecurity xephyr xnest xorg xvfb}                                Installed versions:  1.17.4-r1(0/1.17.4)(22:43:03 06/09/2017)(ipv6 nptl suid udev xorg -dmx -doc - glamor -kdrive -libressl -minimal -selinux -static-libs -systemd -tslib -unwind -wayland -xephyr -xnest -xvfb)                                                                                                      Homepage:            https://www.x.org/wiki/     Description:         X.Org X servers [1] "xorg-kit" /var/git/meta-repo/kits/xorg-kit Ok .... now i've that little knowledge :)
  8. Sandro's post in Difficulties installing boinc. was marked as the answer   
    Ok .... i've the answer ^^
    I've changed to "master"  all kits excecpt "gnome-kit" :)
    Now the troubles seem solved.
     
    thanks for Your aid :) :) :)
  9. Sandro's post in How to change branch of kits from meta-repo was marked as the answer   
    At first
     
    # install -d /var/git # cd /var/git # git clone https://github.com/funtoo/meta-repo.git # cd meta-repo # git submodule init # git submodule update # rm /usr/share/portage/config/repos.conf # mv /etc/portage/repos.conf /etc/portage/repos.conf.bak # ln -s /var/git/meta-repo/repos.conf /etc/portage/repos.conf # chown -R portage:portage /var/git/meta-repo  
    Then I use to update this this "little" script in root dir.
    ci74771ht ~ # cat Aggiorna   eix-sync cd /var/git/meta-repo git pull git submodule update chown -R portage:portage /var/git/meta-repo layman -S cd - emerge -DNu world --with-bdeps=y Then
    ci74771ht ~ # cd /var/git/meta-repo/kits/xorg-kit/ ci74771ht xorg-kit # git branch -a * (HEAD detached at 52fa72a)  1.17-prime  master  remotes/origin/1.17-prime  remotes/origin/HEAD -> origin/1.17-prime  remotes/origin/master ci74771ht xorg-kit # git checkout master La precedente posizione di HEAD era 52fa72a... updates Si ? passati al branch 'master' Your branch is up-to-date with 'origin/master'. ci74771ht xorg-kit # git branch -a         1.17-prime * master  remotes/origin/1.17-prime  remotes/origin/HEAD -> origin/1.17-prime  remotes/origin/master
  10. Sandro's post in I'm not able to compile a kernel withouth genkernel/initramfs was marked as the answer   
    Ok .... Solved with "restarting from 0" the kernel .config file _'_
     
    I'm sorry I did not understand what he could create conflicts in my previous kernel .config (Sob ... ;'( )   Anyway, now I miss to fix the fact that I did not recognize the "USB tethering" with smartphones _'_   However Thx :)   For info: My latest [url=I'm sorry I did not understand what he could create conflicts in my previous kernel .config: |   Anyway, now I miss to fix the fact that I did not recognize the "USB tethering" with smartphones _'_   However ...my lateset kernel config : http://pastebin.com/zA821bdx
  11. Sandro's post in app-arch / p7zip has unmet requirements was marked as the answer   
    If You use KDE:
    Try (as root):
    # egencache --update-use-local-desc # euse -E wxwidgets -p app-arch/p7zip # emerge -DNu p7zip (if you want the "complete 'tree') or # emerge -Nu p7zip If You want You can enable the USE flag "wxwidgets" also in make.conf as "Global USE flag"
     
    Please, tell us if solved or not :)
     
    Otherwise I think may be a good thing to post your "epro list".
     
    If You don't use kde, you can try with
    # USE="-kde" emerge -u p7zip Then mask it in /etc/portage/package.use
     
    eg: (# euse -D kde -p app-arch/p7zip).
     
    Hello :)
     
    (Dobr?nos) _'_ :)
  12. Sandro's post in Very very strange errors was marked as the answer   
    Ok Overkill .....
  13. Sandro's post in Support fort Skylake architecture/how to bootstrap funtoo was marked as the answer   
    Or is possible to use
    "-march=native"
     
    take a look with 2 terminals the differencies between
    echo 'int main(){return 0;}' > test.c && gcc -v -Q -march=native -O2 test.c -o test && rm test.c test and
    echo 'int main(){return 0;}' > test.c && gcc -v -Q -march=skylake -O2 test.c -o test && rm test.c test Now there are also the ultimates processors (Broadwell-E with turbo boost technology 3.0 and other new features)  :wacko:
    Then same "family" may have differencies with new "steppings". 
     
    So I use "native".
     
    And if You want to use gentoo-sources with experimental local use flag enabled You can compile also the kernel optimized for various architectures and also with "native".
  14. Sandro's post in Any way to have both GNOME and KDE installed at the same time? was marked as the answer   
    Use the "button" "make solved" about the best (for You) answer :)
  15. Sandro's post in update problem was marked as the answer   
    # emerge eix # eix-sync Post the result of
    # eix media-libs/libass And the result of
    # emerge -DNupv world --wioth-bdeps=y Thank You ! :)
  16. Sandro's post in kde-apps/oxygen-icons-15.04.3 problem was marked as the answer   
    Since in the ouput there was files in conflict, i've choiced this way to be sure that re-emerging oxygen-icons might  be compiled without errors.
    I know about the --keep-going; I use it if i want to recompile (emerge -e world) the entire system and "sleep without problem" :D
  17. Sandro's post in emerge -auDN @world fail was marked as the answer   
    Try to paste the output ..... (e.g. emerge -DNupv sqlite world)
  18. Sandro's post in cpu flags questions was marked as the answer   
    Excuse me Cardinal .... I hope not to bored You for my "intromission" ......
     
    There is the possibility of use "-march=native" instead -march=core_abcxyz ....
     
    with this little script you can see if there are differences launching once with native and in another terminal wi -march=your_subarch 
    echo 'int main(){return 0;}' > test.c && gcc -v -Q -march=native -O2 test.c -o test && rm test.c test for example i've an haswell 4771; there are 2 or 3 new instructions respect for example an Haswell 4730 K
    __________________________________________________________________________
     
    The 2nd thing:
     
    I use for LDFLAGS 
    LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu" ________________________________________________________________
     
    The last: if you use Gentoo-sources and you want to compile using specific instructions, you must at first abilitate the "experimental" USE; then:
    # euse -E experimental -p sys-kernel/gentoo-sources && emerge gentoo-sources (this will be "visible" in /etc/portage/package.use)
     
    If You use "Stable with kernel 4.0.5 you'll be able to use also the BFQ scheduler
     
     
    ___________________________
     
    I whish that i have not bored You .......  (excuse me Cardinal)
     
    good work !!!!!!!!! 
     
     
    PS: Ah remember to use:
    # emerge cpuinfo2cpuflags and add the output to the make.conf.
  19. Sandro's post in About *FLAGS was marked as the answer   
    ok..... i was the answer by the freenode/funtoo.
     
    Substantially FFLAGS & FCFLAGS are for Fortran; CPPFLAGS must "null".
     
    If someone has something to explain about this discussion, thanx.
     
    If not .... i'lll close this thread.
     
    Good All For All :)
  20. Sandro's post in Udev now is very slow..... why ? was marked as the answer   
    Sob :( i don't know how resolve this issue:
     
    my rc.log is:
        rc shutdown logging started at Thu Jun 18 23:07:05 2015    * Stopping local  [ ok ]  * Stopping vixie-cron ...  [ ok ]  * Saving random seed ...  [ ok ]  * Deactivating additional swap space ...  [ ok ]  * Stopping postfix (/etc/postfix) ... postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" postfix/postfix-script: stopping the Postfix mail system  [ ok ]  * Stopping NVIDIA System Management Interface ...  [ ok ]  * Stopping nvidia-persistenced ...  [ ok ]  * Unloading lm_sensors modules...  *   Unloading coretemp ...  [ ok ]  *   Unloading nct6775 ...  [ ok ]  * Stopping hddtemp daemon ...  [ ok ]  * Stopping fuse ...  [ ok ]  * Stopping DHCP Client Daemon ...  [ ok ]  * Stopping cups-browsed ...  [ ok ]  * Stopping cupsd ...  [ ok ]  * Stopping clamd ...  [ ok ]  * Stopping freshclam ...  [ ok ]  * Shutting down bluetooth ...  [ ok ]  * Storing ALSA Mixer Levels ...  [ ok ]  * Stopping kdm ...  [ ok ]  * Stopping gpm ...  [ ok ]  * Unmounting network filesystems ...  [ ok ]  * Shutting down network interface lo ...  [ ok ]  * Stopping ufw ...  [ ok ]  * Saving iptables state ...  [ ok ]  * Stopping firewall ...  [ ok ]  * Saving ip6tables state ...  [ ok ]  * Stopping firewall ...  [ ok ]  * Stopping ConsoleKit daemon ...  [ ok ]  * Stopping syslog-ng ...  [ ok ]  * Stopping NetworkManager ...  [ ok ]  * Stopping D-BUS system messagebus ...  [ ok ]  * Unmounting loop devices  * Unmounting filesystems  *   Unmounting /mnt/Volume ...  [ ok ]  *   Unmounting /home ...  [ ok ]  * Deactivating swap devices ...  [ ok ]  * Shutting down the Logical Volume Manager  * Finished shutting down the Logical Volume Manager  * Stopping lvmetad ...  [ ok ]  * Stopping udev ...  [ ok ]   rc shutdown logging stopped at Thu Jun 18 23:07:08 2015     rc shutdown logging started at Thu Jun 18 23:07:05 2015    * Stopping local  [ ok ]  * Stopping vixie-cron ...  [ ok ]  * Saving random seed ...  [ ok ]  * Deactivating additional swap space ...  [ ok ]  * Stopping postfix (/etc/postfix) ... postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" postfix/postfix-script: stopping the Postfix mail system  [ ok ]  * Stopping NVIDIA System Management Interface ...  [ ok ]  * Stopping nvidia-persistenced ...  [ ok ]  * Unloading lm_sensors modules...  *   Unloading coretemp ...  [ ok ]  *   Unloading nct6775 ...  [ ok ]  * Stopping hddtemp daemon ...  [ ok ]  * Stopping fuse ...  [ ok ]  * Stopping DHCP Client Daemon ...  [ ok ]  * Stopping cups-browsed ...  [ ok ]  * Stopping cupsd ...  [ ok ]  * Stopping clamd ...  [ ok ]  * Stopping freshclam ...  [ ok ]  * Shutting down bluetooth ...  [ ok ]  * Storing ALSA Mixer Levels ...  [ ok ]  * Stopping kdm ...  [ ok ]  * Stopping gpm ...  [ ok ]  * Unmounting network filesystems ...  [ ok ]  * Shutting down network interface lo ...  [ ok ]  * Stopping ufw ...  [ ok ]  * Saving iptables state ...  [ ok ]  * Stopping firewall ...  [ ok ]  * Saving ip6tables state ...  [ ok ]  * Stopping firewall ...  [ ok ]  * Stopping ConsoleKit daemon ...  [ ok ]  * Stopping syslog-ng ...  [ ok ]  * Stopping NetworkManager ...  [ ok ]  * Stopping D-BUS system messagebus ...  [ ok ]  * Unmounting loop devices  * Unmounting filesystems  *   Unmounting /mnt/Volume ...  [ ok ]  *   Unmounting /home ...  [ ok ]  * Deactivating swap devices ...  [ ok ]  * Shutting down the Logical Volume Manager  * Finished shutting down the Logical Volume Manager  * Stopping lvmetad ...  [ ok ]  * Stopping udev ...  [ ok ]   rc shutdown logging stopped at Thu Jun 18 23:07:08 2015     rc sysinit logging started at Fri Jun 19 01:08:30 2015        OpenRC 0.12.4 is starting up Funtoo Linux (x86_64)   Press I to enter interactive boot mode    * /proc is already mounted  * Mounting /run ...  * /run/openrc: creating directory  * /run/lock: creating directory  * /run/lock: correcting owner  * Using /dev mounted from kernel ...  [ ok ]  * Mounting /dev/mqueue ...  [ ok ]  * Mounting /dev/shm ...  [ ok ]  * Mounting debug filesystem ...  [ ok ]  * Mounting config filesystem ...  [ ok ]  * Mounting cgroup filesystem ...  [ ok ]  * Creating list of required static device nodes for the current kernel ...  [ ok ]  * setting up tmpfiles.d entries for /dev ...  [ ok ]  * Starting udev ...  [ ok ]  * Generating a rule to create a /dev/root symlink ...  [ ok ]  * Populating /dev with existing devices through uevents ...  [ ok ]  * Waiting for uevents to be processed ...   udevadm settle - timeout of 60 seconds reached, the event queue contains:   /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0400:00 (1117)   /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 (1244)   /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0 (1258)   /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/0000:06:01.0 (1262)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda (1286)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1 (1287)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda2 (1288)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda3 (1289)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda4 (1290)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda5 (1291)   /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda6 (1292)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb (1303)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb/sdb1 (1304)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb/sdb2 (1305)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb/sdb3 (1306)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb/sdb4 (1307)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb/sdb5 (1308)   /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb/sdb6 (1309)   /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0 (1320)   /sys/devices/system/cpu/cpu0 (1376)   /sys/devices/system/cpu/cpu1 (1377)   /sys/devices/system/cpu/cpu2 (1378)   /sys/devices/system/cpu/cpu3 (1379)   /sys/devices/system/cpu/cpu4 (1380)   /sys/devices/system/cpu/cpu5 (1381)   /sys/devices/system/cpu/cpu6 (1382)   /sys/devices/system/cpu/cpu7 (1383)   /sys/devices/virtual/block/loop0 (1423)   /sys/devices/virtual/block/loop1 (1424)   /sys/devices/virtual/block/loop2 (1425)   /sys/devices/virtual/block/loop3 (1426)   /sys/devices/virtual/block/loop4 (1427)   /sys/devices/virtual/block/loop5 (1428)   /sys/devices/virtual/block/loop6 (1429)   /sys/devices/virtual/block/loop7 (1430)   /sys/devices/virtual/net/lo (1469)   /sys/devices/virtual/tty/console (1470)   /sys/devices/virtual/tty/ptmx (1471)   /sys/devices/virtual/tty/tty (1472)   /sys/devices/virtual/tty/tty0 (1473)   /sys/devices/virtual/tty/tty1 (1474)   /sys/devices/virtual/tty/tty10 (1475)   /sys/devices/virtual/tty/tty11 (1476)   /sys/devices/virtual/tty/tty12 (1477)   /sys/devices/virtual/tty/tty13 (1478)   /sys/devices/virtual/tty/tty14 (1479)   /sys/devices/virtual/tty/tty15 (1480)   /sys/devices/virtual/tty/tty16 (1481)   /sys/devices/virtual/tty/tty17 (1482)   /sys/devices/virtual/tty/tty18 (1483)   /sys/devices/virtual/tty/tty19 (1484)   /sys/devices/virtual/tty/tty2 (1485)   /sys/devices/virtual/tty/tty20 (1486)   /sys/devices/virtual/tty/tty21 (1487)   /sys/devices/virtual/tty/tty22 (1488)   /sys/devices/virtual/tty/tty23 (1489)   /sys/devices/virtual/tty/tty24 (1490)   /sys/devices/virtual/tty/tty25 (1491)   /sys/devices/virtual/tty/tty26 (1492)   /sys/devices/virtual/tty/tty27 (1493)   /sys/devices/virtual/tty/tty28 (1494)   /sys/devices/virtual/tty/tty29 (1495)   /sys/devices/virtual/tty/tty3 (1496)   /sys/devices/virtual/tty/tty30 (1497)   /sys/devices/virtual/tty/tty31 (1498)   /sys/devices/virtual/tty/tty32 (1499)   /sys/devices/virtual/tty/tty33 (1500)   /sys/devices/virtual/tty/tty34 (1501)   /sys/devices/virtual/tty/tty35 (1502)   /sys/devices/virtual/tty/tty36 (1503)   /sys/devices/virtual/tty/tty37 (1504)   /sys/devices/virtual/tty/tty38 (1505)   /sys/devices/virtual/tty/tty39 (1506)   /sys/devices/virtual/tty/tty4 (1507)   /sys/devices/virtual/tty/tty40 (1508)   /sys/devices/virtual/tty/tty41 (1509)   /sys/devices/virtual/tty/tty42 (1510)   /sys/devices/virtual/tty/tty43 (1511)   /sys/devices/virtual/tty/tty44 (1512)   /sys/devices/virtual/tty/tty45 (1513)   /sys/devices/virtual/tty/tty46 (1514)   /sys/devices/virtual/tty/tty47 (1515)   /sys/devices/virtual/tty/tty48 (1516)   /sys/devices/virtual/tty/tty49 (1517)   /sys/devices/virtual/tty/tty5 (1518)   /sys/devices/virtual/tty/tty50 (1519)   /sys/devices/virtual/tty/tty51 (1520)   /sys/devices/virtual/tty/tty52 (1521)   /sys/devices/virtual/tty/tty53 (1522)   /sys/devices/virtual/tty/tty54 (1523)   /sys/devices/virtual/tty/tty55 (1524)   /sys/devices/virtual/tty/tty56 (1525)   /sys/devices/virtual/tty/tty57 (1526)   /sys/devices/virtual/tty/tty58 (1527)   /sys/devices/virtual/tty/tty59 (1528)   /sys/devices/virtual/tty/tty6 (1529)   /sys/devices/virtual/tty/tty60 (1530)   /sys/devices/virtual/tty/tty61 (1531)   /sys/devices/virtual/tty/tty62 (1532)   /sys/devices/virtual/tty/tty63 (1533)   /sys/devices/virtual/tty/tty7 (1534)   /sys/devices/virtual/tty/tty8 (1535)   /sys/devices/virtual/tty/tty9 (1536)   /sys/devices/virtual/vc/vcs (1537)   /sys/devices/virtual/vc/vcs1 (1538)   /sys/devices/virtual/vc/vcsa (1539)   /sys/devices/virtual/vc/vcsa1 (1540)   /sys/devices/virtual/vtconsole/vtcon0 (1541)   /sys/devices/virtual/workqueue/writeback (1542)   /sys/devices/virtual/xt_idletimer/timers (1543)   /sys/module/thermal_sys (1544)   /sys/class/thermal (1545)   /sys/module/button (1546)   /sys/module/mfd_core (1547)   /sys/module/backlight (1548)   /sys/class/backlight (1549)   /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 (1550)   /sys/module/usb_common (1551)   /sys/module/processor (1552)   /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0 (1553)   /sys/module/mei (1554)   /sys/module/video (1555)   /sys/module/lpc_ich (1556)   /sys/class/mei (1557)   /sys/bus/mei (1558)   /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 (1559)   /sys/devices/virtual/thermal/cooling_device0 (1560)   /sys/bus/acpi/drivers/video (1561)   /sys/devices/virtual/thermal/cooling_device1 (1562)   /sys/devices/pci0000:00/0000:00:1f.0/iTCO_wdt (1563)   /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1 (1564)   /sys/bus/acpi/drivers/button (1565)   /sys/module/snd (1566)   /sys/bus/pci/drivers/lpc_ich (1567)   /sys/devices/virtual/thermal/cooling_device2 (1568)   /sys/module/mei_me (1569)   /sys/devices/virtual/thermal/cooling_device3 (1570)   /sys/devices/virtual/thermal/cooling_device4 (1571)   /sys/devices/virtual/thermal/cooling_device5 (1572)   /sys/module/usbcore (1573)   /sys/module/snd_timer (1574)   /sys/devices/virtual/thermal/cooling_device6 (1575)   /sys/module/parport (1576)   /sys/devices/virtual/sound/timer (1577)   /sys/devices/virtual/thermal/cooling_device7 (1578)   /sys/bus/cpu/drivers/processor (1579)   /sys/devices/pci0000:00/0000:00:16.0/mei/mei0 (1580)   /sys/bus/pci/drivers/mei_me (1581)   /sys/bus/usb (1582)   /sys/bus/usb/drivers/usbfs (1583)   /sys/bus/usb/drivers/hub (1584)   /sys/bus/usb/drivers/usb (1585)   /sys/module/snd_pcm (1586)   /sys/module/parport_pc (1587)   /sys/bus/platform/drivers/parport_pc (1588)   /sys/module/ehci_hcd (1589)   /sys/module/acpi_cpufreq (1590)   /sys/module/xhci_hcd (1591)   /sys/module/snd_hwdep (1592)   /sys/module/ehci_pci (1593)   /sys/module/xhci_pci (1594)   /sys/module/snd_hda_codec (1595)   /sys/module/battery (1596)   /sys/bus/acpi/drivers/battery (1597)   /sys/module/snd_hda_controller (1598)   /sys/module/snd_hda_intel (1599)   /sys/devices/pci0000:00/0000:00:1a.0/usb1 (1600)   /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-0:1.0 (1601)   /sys/module/fan (1602)   /sys/devices/virtual/thermal/cooling_device8 (1603)   /sys/devices/virtual/thermal/cooling_device9 (1604)   /sys/module/thermal (1605)   /sys/devices/virtual/thermal/cooling_device10 (1606)   /sys/devices/virtual/thermal/cooling_device11 (1607)   /sys/devices/virtual/thermal/thermal_zone0 (1608)   /sys/devices/virtual/thermal/cooling_device12 (1609)   /sys/bus/platform/drivers/acpi-fan (1610)   /sys/devices/pci0000:00/0000:00:1d.0/usb2 (1611)   /sys/devices/virtual/thermal/thermal_zone1 (1612)   /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0 (1613)   /sys/module/i2c_i801 (1614)   /sys/bus/acpi/drivers/thermal (1615)   /sys/bus/pci/drivers/ehci-pci (1616)   /sys/module/rfkill (1617)   /sys/class/rfkill (1618)   /sys/devices/virtual/misc/rfkill (1619)  [ !! ]  * Checking local filesystems  ... /dev/sda6: clean, 553704/2207520 files, 7159041/8823552 blocks /dev/sda3: clean, 326/32768 files, 40835/131072 blocks /dev/sdb2: clean, 22505/16384000 files, 24345799/65536000 blocks  [ ok ]  * Mounting local filesystems ...  [ ok ]  * Starting DHCP Client Daemon ...  [ ok ]  * Bringing up network interface lo ...  [ ok ]   rc sysinit logging stopped at Fri Jun 19 01:08:30 2015     rc boot logging started at Fri Jun 19 01:08:30 2015    * Setting system clock using the hardware clock [Local Time] ...  [ ok ]  * Starting udev ...  [ ok ]  * Generating a rule to create a /dev/root symlink ...  [ ok ]  * Populating /dev with existing devices through uevents ...  [ ok ]  * Waiting for uevents to be processed ...  [ ok ]  * Autoloaded 0 module(s)  * /run/lvm: creating directory  * Starting lvmetad ...  [ ok ]  * Setting up the Logical Volume Manager ...   /dev/sdc: open failed: Nessun supporto trovato   No volume groups found   No volume groups found   No volume groups found  [ ok ]  * Remounting root filesystem read/write ...  [ ok ]  * Remounting filesystems ... Remounting is not supported at present. You have to umount volume and then mount it once again.  [ ok ]  * Updating /etc/mtab ...  [ ok ]  * Activating swap devices ...  [ ok ]  * Configuring kernel parameters ...  [ ok ]  * Creating user login records ...  [ ok ]  * Wiping /tmp directory ...  [ ok ]  * Configuring /etc/hosts ...  [ ok ]  * Setting hostname to ci74771ht ...  [ ok ]  * Loading ip6tables state and starting firewall ...  [ ok ]  * Loading iptables state and starting firewall ...  [ ok ]  * Setting terminal encoding [UTF-8] ...  [ ok ]  * Setting keyboard mode [UTF-8] ...  [ ok ]  * Loading key mappings [it] ...  [ ok ]  * Fixing font for euro symbol ...  [ ok ]  * Updating microcode ...  [ ok ]  * Activating additional swap space ...  [ ok ]  * setting up tmpfiles.d entries ...  [ ok ]  * Initializing random number generator ...  [ ok ]   rc boot logging stopped at Thu Jun 18 23:08:33 2015     rc default logging started at Thu Jun 18 23:08:33 2015    * Starting D-BUS system messagebus ...  [ ok ]  * Starting NetworkManager ...  [ ok ]  * Checking your configfile (/etc/syslog-ng/syslog-ng.conf) ...  [ ok ]  * Starting syslog-ng ...  [ ok ]  * Starting ConsoleKit daemon ...  [ ok ]  * Starting ufw ...  [ ok ]  * Mounting network filesystems ...  [ ok ]  * Starting gpm ...  [ ok ]  * Setting up kdm ...  [ ok ]  * Restoring Mixer Levels ...  [ ok ]  * Running anacron ...  [ ok ]  * Starting bluetooth ...  [ ok ]  * Starting clamd ...  [ ok ]  * Starting freshclam ...  [ ok ]  * Running cpupower -c all frequency-set --governor ondemand ...  [ ok ]  * Starting cupsd ...  [ ok ]  * Starting cups-browsed ...  [ ok ]  * Starting fuse ...  [ ok ]  * Starting hddtemp daemon ...  [ ok ]  * Loading lm_sensors modules...  *   Loading coretemp ...  [ ok ]  *   Loading nct6775 ...  [ ok ]  * Initializing sensors ...  [ ok ]  * Starting nvidia-persistenced ...  [ ok ]  * Starting NVIDIA System Management Interface ...  [ ok ]  * Starting postfix (/etc/postfix) ... postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" postfix/postfix-script: starting the Postfix mail system  [ ok ]  * Starting vixie-cron ...  [ ok ]  * Starting local  [ ok ]   rc default logging stopped at Thu Jun 18 23:08:40 2015 &
      ci74771ht ~ # grep -i err /var/log/messages  Jun 18 23:08:55 localhost hp-systray[4694]: hp-systray[4694]: error: option -s not recognized   But this may be a bug ?
  21. Sandro's post in config file ' ' needs updating... was marked as the answer   
    -5 to accept the change;
     
    Then
    /etc/init.d/NetworkManager restart
  22. Sandro's post in Sony Vaio with UEFI: dual boot win 8.x + Funtoo. was marked as the answer   
    I've decided to  use SuperGrub2 CD for booting Funtoo
     
    Ciao  :)
  23. Sandro's post in libdc1394 fails in compile phase was marked as the answer   
    Ohil? .... found the command :P
     
    ci74771ht ~ # qfile /usr/include/GL/glext.h 
    media-libs/mesa (/usr/include/GL/glext.h)
     
    then try to  recompile 

    # emerge --oneshot mesa
     
    Then restartyour emerge -DNu world :)
  24. Sandro's post in Need Help updating system was marked as the answer   
    1) Update make.conf:
    # emerge app-portage/cpuinfo2cpuflags Run:
    # cpuinfo2cpuflags Then update your CPU_FLAGS_X86 (cause I think that there are also mmxext (native in Athlon but renamed in Intel's cpu, such as sse3 are named PNI ("Prescott new Instructions))
     
    Then You're core2 is precedent of "Penryn" family that supports also sse4.1
     
    If you want try also 
    grep sse4 /proc/cpuinfo to be sure that there aren't also sse4.1 streaming simd extensions.
     
    For Other questions, mmm I use the "Stable branch" of portage.
     
    Ciao :)
  25. Sandro's post in [Funtoo Stable 64 Desktop] : difficulties with updates was marked as the answer   
    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 :)
×
×
  • Create New...