Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

pytony

Funtoo Linux Developer
  • Posts

    46
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by pytony

  1. As spectromas said, all you have to do is explained at the end of the output, and it points you to man 5 portage as well.

     

    However, I think you should first set your flavor and mix-ins: http://www.funtoo.org/Funtoo_Linux_Installation#ProfilesEspecially, setting the X mix-in would be a good idea.

     

    Did you solve your chroot issue?

     

    PS : I see you are still on sysresccd, probably firefox is not the priority for now. Get a working environnment before installing software you need. Otherwise, you'll just get into more troubles.

  2. Then why insert them in blacklist ?

    I guess it is to ensure they can't be loaded.

     

    Maybe try

     

    echo -e "blacklist bcma\nblacklist ssb\nblacklist mac80211" >> /etc/modprobe.d/blacklist
    Note: If this broadcom-sta does not solve your issue, don't forget to uninstall it and unblacklist bcma, ssb and mac80211.
  3. ballsystemlord, filing a bug for each package was not what I meant. I meant to file a big per issue encountered. If you face so many circular dependencies while nobody else facing them, this is probably a bad use case rather than a funtoo bug.

  4. Gtk has to be compiled with introspection enabled:

    USE=introspection emerge -1 gtk+
    python2.7 -c "from gi.repository import Gtk"
    

    Whether this works or not, please file a bug. This is only a temporary workaround.

     

    PS : You should probably keep python3.3 as default python interpreter. If you installed a package "foo" on both python2.7 and python3.3, you can run "foo-3.3" or "foo-2.7" to run it on a specific python instance. But here, quodlibet is python 2.7 only anyway.

  5. Sometimes I don't turn off my computer at night, so mutt often run for hours when suddenly the status bar displays a red message "Session expired, please login again." Pressing any key then displays "Mailbox closed" and finally mutt exits with message "[1] 7193 segmentation fault mutt" without properly cleaning curses environment.

     

    I set rc_ulimit="-c unlimited" in my /etc/rc.conf but I can't find the core file.

     

    Any idea what can cause this, or how to figure it out? Thanks.

     

    Here is my mutt config : https://github.com/apinsard/mycfg-mutt

  6. This is not a valid solution but can still help to figure out the issue: does it work if you set something like this in your boot.conf?

    "Funtoo Linux" {
    
        kernel vmlinuz-3.19.0
    
        initrd /initrams.cpio.gz
    
        params += resume=/dev/sda6
    
    }
    
    "Funtoo Linux Test" {
    
        kernel vmlinuz-4.0.1
    
        initrd /initrams.cpio.gz
    
        params += resume=/dev/sda6
    
    }
  7. Hi funtooers,

     

    I just installed Keychain to save up some password typing and I would like to take advantage of it for mutt.

     

    Currently here is what I have in my muttrc to unlock IMAP passwords:

    set my_pass_gmail=`gpg -d ~/.secret/.passwd.gpg | awk '/mail_gmail:/ {print $2}'`
    set my_pass_aladom=`gpg -d ~/.secret/.passwd.gpg | awk '/mail_aladom:/ {print $2}'`
    

    Currently, I have to type my RSA key password twice at Mutt startup. And if I add more accounts, I'll have to type it even more.

     

    I'd like to type it only once (or even 0 if I already typed it after logging in). I think this is doable with Keychain, but did not find out how to do it on this page http://www.funtoo.org/Keychain

     

    Thanks in advance.

  8. My hardware is far from being F1 stuff, but I enjoy tweaking my kernel. :P I don't have any initramfs, desktop manager or such things either. XD

     

    Actually this is 5s until mounting /home. Then it's a bit slower:

    [    4.956638] XFS (sdb1): Mounting V4 Filesystem
    [    5.072782] XFS (sdb1): Ending clean mount
    [    5.364787] ip (591) used greatest stack depth: 12888 bytes left
    [    5.959298] mount (666) used greatest stack depth: 12760 bytes left
    [    6.050238] Adding 2097148k swap on /dev/sda2.  Priority:-1 extents:1 across:2097148k SS
    [    6.698498] touch (945) used greatest stack depth: 12712 bytes left
    [    9.724836] random: nonblocking pool is initialized
    [   11.304092] r8169 0000:04:00.0 eth0: link down
    [   11.304117] r8169 0000:04:00.0 eth0: link down
    [   11.304133] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   16.382966] r8169 0000:04:00.0 eth0: link up
    [   16.382977] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

    But I'm sure I can reach 5s until login prompt. I don't really need swap and I could run some rc services (such as net) in background after the login prompt is displayed on the tty. I don't know if such a runlevel "after default, in background" is scriptable though...

  9. Hi everybody,

     

    I'm currently working on improving my kernel and I figured out (taking a look at dmesg) that hid-generic keeps hanging on 10 secondes because of my keyboard (which causes by system to boot up within 15s instead of 5 :( )

     

    I made lots of tests, plug, unplug, switch USB port, try with another computer. I always get the same error and the 10s timeout.

    [  172.067760] usb 1-1.2: new low-speed USB device number 4 using ehci-pci
    [  172.171664] usb 1-1.2: New USB device found, idVendor=1a2c, idProduct=0021
    [  172.171674] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [  172.171679] usb 1-1.2: Product: USB Keykoard
    [  172.171683] usb 1-1.2: Manufacturer: USB
    [  172.175537] input: USB USB Keykoard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A2C:0021.0003/input/input20
    [  172.177877] hid-generic 0003:1A2C:0021.0003: input,hidraw2: USB HID v1.10 Keyboard [USB USB Keykoard] on usb-0000:00:1a.0-1.2/input0
    [  182.176726] hid-generic 0003:1A2C:0021.0004: usb_submit_urb(ctrl) failed: -1
    [  182.176770] hid-generic 0003:1A2C:0021.0004: timeout initializing reports
    [  182.177265] input: USB USB Keykoard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1A2C:0021.0004/input/input21
    [  182.177800] hid-generic 0003:1A2C:0021.0004: input,hidraw3: USB HID v1.10 Device [USB USB Keykoard] on usb-0000:00:1a.0-1.2/input1
    

    It sounds like two keyboards are detected when I plug it on. The first screws up and times out, and the second works fine. And indeed, I have to keyboards in /dev/input/by-id/

     

    I googled for usb_submit_urb(ctrl) but only found old issues on 2.6 kernel.

     

    I found one workaround : https://bbs.archlinux.org/viewtopic.php?pid=1500574#p1500574 but I am a bit reticent about this since I don't even understand what it means nor what it is supposed to do actually.

     

    Any idea on what I could do on the kernel or on udev to fix this?

     

    Thanks

×
×
  • Create New...