[gentoo-user] udev update changed cd/dvd device name
Anyone else run into this problem with udev-171-r9? I updated yesterday and my CD/DVD, which has been /dev/cdrom1 since I built the machine 2 1/2 years ago, is now called /dev/scd0. Machine is x86_64, mostly stable. - Mark
[gentoo-user] Wine anybody?
Hi, has any been successful in using Wine-1.5.17 on an AMD 64bit machine? When I run /usr/bin/wine it says file not found. I'm seeing the wine32 and wine64 use flags. Removing the wine64 use flags makes emerge fail : configure: error: No OpenGL library found on this system. eselect opengl list shows "ati" here. Previous versions didn't show these problems. Has anybody encountered similar problems? Thanks, Helmut.
Re: [gentoo-user] udev update changed cd/dvd device name
On Mon, Nov 19, 2012 at 07:59:34AM -0800, Mark Knecht wrote: > Anyone else run into this problem with udev-171-r9? I updated > yesterday and my CD/DVD, which has been /dev/cdrom1 since I built the > machine 2 1/2 years ago, is now called /dev/scd0. > > Machine is x86_64, mostly stable. > > - Mark mingdao@workstation ~ $ cat /etc/udev/rules.d/70-persistent-cd.rules # This file was automatically generated by the /lib/udev/write_cd_rules # program, run by the cd-aliases-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and set the $GENERATED variable. # TSSTcorp_CDDVDW_SH-222AB (pci-:00:11.0-scsi-0:0:0:0) SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-0:0:0:0", SYMLINK+="cdrom", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-0:0:0:0", SYMLINK+="cdrw", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-0:0:0:0", SYMLINK+="dvd", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-0:0:0:0", SYMLINK+="dvdrw", ENV{GENERATED}="1" # TSSTcorp_CDDVDW_SH-222AB (pci-:00:11.0-scsi-3:0:0:0) SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-3:0:0:0", SYMLINK+="cdrom1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-3:0:0:0", SYMLINK+="cdrw1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-3:0:0:0", SYMLINK+="dvd1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:00:11.0-scsi-3:0:0:0", SYMLINK+="dvdrw1", ENV{GENERATED}="1" mingdao@workstation ~ $ ls -l /dev/cdrom* lrwxrwxrwx 1 root root 3 Nov 19 05:05 /dev/cdrom1 -> sr0 mingdao@workstation ~ $ ls -l /dev/sr* brw-rw 1 root cdrom 11, 0 Nov 19 05:05 /dev/sr0 mingdao@workstation ~ $ ls -l /dev/scd* lrwxrwxrwx 1 root root 3 Nov 19 05:05 /dev/scd0 -> sr0 mingdao@workstation ~ $ cat /var/log/portage/elog/sys-fs\:udev-171-r9\:20121119-131656.log INFO: setup Package:sys-fs/udev-171-r9 Repository: gentoo Maintainer: udev-b...@gentoo.org USE:amd64 elibc_glibc kernel_linux multilib rule_generator userland_GNU FEATURES: sandbox Package:sys-fs/udev-171-r9 Repository: gentoo Maintainer: udev-b...@gentoo.org USE:amd64 elibc_glibc kernel_linux multilib rule_generator userland_GNU FEATURES: sandbox Determining the location of the kernel source code ERROR: setup Unable to find kernel sources at /usr/src/linux INFO: setup Please make sure that /usr/src/linux points at your running kernel, (or the kernel you wish to build against). Alternatively, set the KERNEL_DIR environment variable to the kernel sources location WARN: setup Unable to calculate Linux Kernel version for build, attempting to use running version INFO: setup Found kernel object directory: /home/mingdao/kernel/linux-3.0 Found sources for kernel version: 3.0.51 Checking for suitable kernel configuration options... WARN: setup udev-171 does not support Linux kernel before version 2.6.32! INFO: setup Your kernel version (3.0.51) is new enough to run udev-171 reliably. Found kernel object directory: /home/mingdao/kernel/linux-3.0 Found sources for kernel version: 3.0.51 INFO: prepare Applying udev-171-path_id-skip-ATA-transport.patch ... Applying various patches (bugfixes/updates) ... 0001-Revert-udevd-log-warning-if-run-is-not-writable.patch ... Done with patching Running elibtoolize in: udev-171/ Applying portage/1.2.0 patch ... Applying sed/1.5.6 patch ... Applying as-needed/2.2.6 patch ... LOG: postinst Updating persistent-net rules file WARN: postinst You need to add udev-mount to the sysinit runlevel. If you do not do this, your system will not be able to boot! Run this command: rc-update add udev-mount sysinit LOG: postinst persistent-net does assigning fixed names to network devices. If you have problems with the persistent-net rules, just delete the rules file rm /etc/udev/rules.d/70-persistent-net.rules and then reboot. This may however number your devices in a different way than they are now. WARN: postinst If you build an initramfs including udev, then please make sure that the /sbin/udevadm binary gets included, and your scripts changed to use it,as it replaces the old helper apps udevinfo, udevtrigger, ... mount options for directory /dev are no longer set in /etc/udev/udev.conf, but in /etc/fstab as for o
Re: [gentoo-user] Xorg
Hello, the Desktop is running. The kernel has need new configuration. On X List: > That looks like radeonfb, which conflicts with radeon KMS. You can > disable it at runtime by passing video=radeonfb:off on the kernel > command line, or at build time by disabling CONFIG_FB_RADEON. Regards Silvio
Re: [gentoo-user] Wine anybody?
Am Mon, 19 Nov 2012 17:42:18 +0100 schrieb Helmut Jarausch : > Hi, > has any been successful in using Wine-1.5.17 on an AMD 64bit machine? I have: $ sudo genlop app-emulation/wine-1.5.17 * app-emulation/wine Sat Nov 10 23:49:20 2012 >>> app-emulation/wine-1.5.17 > When I run /usr/bin/wine it says file not found. I do not get that here. > I'm seeing the wine32 and wine64 use flags. Removing the wine64 use > flags makes > emerge fail : configure: error: No OpenGL library found on this system. I removed the wine64 flag shortly after it was introduced (I do not use 64 bit Windows programs) and did not have that problem. Just in case it has anything to do with the recent X upgrade, I reinstalled it, but got no errors. FWIW, here are the use flags: # emerge -1va wine These are the packages that would be merged, in order: Calculating dependencies . done! [ebuild R ~] app-emulation/wine-1.5.17 USE="X alsa cups gecko gnutls jpeg lcms mono mp3 ncurses nls openal opengl png pulseaudio ssl threads truetype win32 xcomposite xml -capi -custom-cflags -fontconfig -gphoto2 -gsm (-gstreamer) -hardened -ldap -odbc -opencl -osmesa -oss -perl -samba -scanner (-selinux) {-test} -udisks -v4l -win64 -xinerama" 0 kB > eselect opengl list > shows "ati" here. I use the radeon driver, so have "xorg-x11" here. > Previous versions didn't show these problems. > > Has anybody encountered similar problems? No, sorry. > Thanks, > Helmut. HTH -- Marc Joliet -- "People who think they know everything really annoy those of us who know we don't" - Bjarne Stroustrup signature.asc Description: PGP signature
Re: [gentoo-user] zcache + frontswap + cleancache: Am I missing something?
Florian Philipp wrote: Hi list! I'm wondering about the usage of frontswap and cleancache. Now that all pieces are in place in kernel-3.5, is it actually used? I've found references to cleancache and frontswap in several source files of the kernel (ext4, swapfile, page_io, ...). /sys/kernel/mm/zcache is also present but seems to indicate no usage at all. Content attached below. It might be that you have enabled some of these options as loadable modules: CONFIG_ZCACHE, CONFIG_CLEANCACHE and CONFIG_FRONTSWAP. If so, build them directly into the kernel image instead. Cheers, --Kerin
Re: [gentoo-user] udev update changed cd/dvd device name
On Mon, Nov 19, 2012 at 9:18 AM, Bruce Hill wrote: > On Mon, Nov 19, 2012 at 07:59:34AM -0800, Mark Knecht wrote: >> Anyone else run into this problem with udev-171-r9? I updated >> yesterday and my CD/DVD, which has been /dev/cdrom1 since I built the >> machine 2 1/2 years ago, is now called /dev/scd0. >> >> Machine is x86_64, mostly stable. >> >> - Mark > > You need to add udev-mount to the sysinit runlevel. > If you do not do this, > your system will not be able to boot! > Run this command: > rc-update add udev-mount sysinit > LOG: postinst > > > > Always good to have some idiot change things without mentioning it. > > Before the update and reboot mine was /dev/cdrom symlinked to /dev/sr0 > > Good way to spend my day finding what said idiot broke where/why... > Thanks Bruce. That at least goes a long way toward explaining why the system is acting the way it's acting. Threw me for a loop I must say. Interestingly I don't have the elog file you show above. (Not sure I should, just saying I don't.) In the file above it talks about running udev-mount in sysinit which I don't have, and have never had. I shows up in rc-update show --verbose so I could set it I suppose although I hate messing with sysinit level stuff when I'm not clear why it's needed. Thanks for the pointer on why this happened. Cheers, Mark
Re: [gentoo-user] udev update changed cd/dvd device name
On Mon, Nov 19, 2012 at 09:54:15AM -0800, Mark Knecht wrote: > > Thanks Bruce. That at least goes a long way toward explaining why the > system is acting the way it's acting. Threw me for a loop I must say. > > Interestingly I don't have the elog file you show above. (Not sure I > should, just saying I don't.) In the file above it talks about running > udev-mount in sysinit which I don't have, and have never had. I shows > up in rc-update show --verbose so I could set it I suppose although I > hate messing with sysinit level stuff when I'm not clear why it's > needed. > > Thanks for the pointer on why this happened. > > Cheers, > Mark Admittedly I'm too busy with RL issues atm to read carefully. That being said, on 9 Gentoo installs adding udev-mount was mentioned, so I did. After checking just one other box, I still have: lrwxrwxrwx 1 root root 3 Nov 18 10:30 /dev/cdrom -> sr0 That's on baruch where udev-171-r9 was built with only rule_generator USE, same as on workstation, where my previous output originated. In make.conf my comps have: PORTAGE_ELOG_SYSTEM="save" PORTAGE_ELOG_CLASSES="warn error info log qa" and app-portage/elogv does a nice job of parsing /var/log/portage/elog/* where you can read all the logs of everything installed on your system in one place. IOW, you can issue "elogv" (as root or user if added to portage group) and read the log files for every app installed on your system; rather than having to "less /var/log/portage/elog/*" for thousands of different apps. The times they are a'changing with udev. Just trying to avoid breaking my system(s) here with irrational "let's try this" coding from RedHat camp. ;) -- Happy Penguin Computers >') 126 Fenco Drive ( \ Tupelo, MS 38801 ^^ supp...@happypenguincomputers.com 662-269-2706 662-205-6424 http://happypenguincomputers.com/ Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting
Re: [gentoo-user] zcache + frontswap + cleancache: Am I missing something?
Am 19.11.2012 18:51, schrieb Kerin Millar: > Florian Philipp wrote: >> Hi list! >> >> I'm wondering about the usage of frontswap and cleancache. Now that all >> pieces are in place in kernel-3.5, is it actually used? >> >> I've found references to cleancache and frontswap in several source >> files of the kernel (ext4, swapfile, page_io, ...). >> /sys/kernel/mm/zcache is also present but seems to indicate no usage at >> all. Content attached below. > > It might be that you have enabled some of these options as loadable > modules: CONFIG_ZCACHE, CONFIG_CLEANCACHE and CONFIG_FRONTSWAP. If so, > build them directly into the kernel image instead. > > Cheers, > > --Kerin > You cannot build these as modules. Anyway, I'm recompiling right now with debugfs and configfs. Let's see if that tells me anything. Regards, Florian Philipp signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] Re: [ANNOUNCE] I like systemd now :)
On 2012-11-12 2:33 PM, Alan McKinnon wrote: My experience is that all so-called "primitive" societies have an excellent grasp of this thing called manners - it's the oil that lubricates social interaction. Interestingly enough this is most likely due to the principle of 'an armed society is a polite society'. In primitive societies most people are armed (with the arms of the day, ie spears, bows/arrows, knives, etc), and there is no concept of suing someone over something as silly as punching some obnoxious jerk in the face for being an obnoxious jerk. The jerk gets punched, everyone knows he deserved it, 'nuff said. So, people in primitive societies tend to not be obnoxious jerks - unless they are really big and mean and ornery, in which case they may get away with it for a while - until he ends up dead, everyone knows he deserved it, 'nuff said. By contrast, Western culture by and large is not only mostly ignorant of manners and proprietary, but we made a conscious decision to discard all of it entirely. I too have come into contact with many cultures other than my own. The only one that goes out of it's way to be rude as a matter of course is the Caucasian. Food for thought. Due mostly to the litigious nature of modern society. No one wants to risk having their kids stolen from them by kidnappers and child molesters (aka 'Child Protective Services' or some other similar named 'service'), so they neglect their parental responsibilities of *disciplining* their children, and voila - those undisciplined kids grow up to be men who are afraid to be and/or don't know *how* to be men, women who are afraid to be thought of as different from men - and no one wants to be the one to get sued by the arrogant jerk for punching them in the face. Sorry, having a weird day today...
Re: [gentoo-user] zcache + frontswap + cleancache: Am I missing something?
Florian Philipp wrote: Am 19.11.2012 18:51, schrieb Kerin Millar: Florian Philipp wrote: Hi list! I'm wondering about the usage of frontswap and cleancache. Now that all pieces are in place in kernel-3.5, is it actually used? I've found references to cleancache and frontswap in several source files of the kernel (ext4, swapfile, page_io, ...). /sys/kernel/mm/zcache is also present but seems to indicate no usage at all. Content attached below. It might be that you have enabled some of these options as loadable modules: CONFIG_ZCACHE, CONFIG_CLEANCACHE and CONFIG_FRONTSWAP. If so, build them directly into the kernel image instead. Cheers, --Kerin You cannot build these as modules. Anyway, I'm recompiling right now with debugfs and configfs. Let's see if that tells me anything. Regards, Florian Philipp Ah, good to know. I know that it was possible in some older kernels - while the feature was still in staging - but it must have since been fixed. --Kerin
[gentoo-user] Boot and udev Woes
Hi Gentoo. I have recently got a FX8350 and all is going very well. After a week of using I have had no issues and then realised I had not set man number of cpus in kernel config. This was set to 6. So as FX8350 is an eight core beast. I decided to set to 8. Upon reboot the boot hangs at waiting for uevents to be processed. This hangs for 60 seconds and then starts spitting out the following timeout killing /sbin/modprobe -bv xcpu_vendor 0002 + lots of 4 long numbers. Sorry, I cannot trap these as they fly by. in a continous loop. Reset required. Booting from old kernel is still ok (6 cores set). Looking in /proc/cpuinfo there are only 6 cores. I can boot ok from Windows which shows 8 cores and I have also updated BIOS to latest version. Any ideas Is there any way to detect or test that I using 8 cores? -- John D Maunder
Re: [gentoo-user] Boot and udev Woes
On Mon, 19 Nov 2012 20:15:24 + john wrote: > Hi Gentoo. > > I have recently got a FX8350 and all is going very well. > After a week of using I have had no issues and then realised I had not > set man number of cpus in kernel config. > > This was set to 6. So as FX8350 is an eight core beast. I decided to > set to 8. > > Upon reboot the boot hangs at > > waiting for uevents to be processed. > > This hangs for 60 seconds and then starts spitting out the following > > timeout killing /sbin/modprobe -bv xcpu_vendor 0002 + lots of 4 long > numbers. Sorry, I cannot trap these as they fly by. > > in a continous loop. > > Reset required. > > Booting from old kernel is still ok (6 cores set). > > Looking in /proc/cpuinfo there are only 6 cores. > > I can boot ok from Windows which shows 8 cores and I have also updated > BIOS to latest version. > > Any ideas > > Is there any way to detect or test that I using 8 cores? > Have tried booting from Arch linux which boots fine and shows 8 cores in /proc/cpuinfo I must be missing a kernel config option somewhere but do not understand why a simple change from 6 to 8 cpus should make a difference. -- John D Maunder
Re: [gentoo-user] Wine anybody?
On Mon, 19 Nov 2012 17:42:18 +0100 Helmut Jarausch wrote: > Hi, > has any been successful in using Wine-1.5.17 on an AMD 64bit machine? > > When I run /usr/bin/wine it says file not found. > > I'm seeing the wine32 and wine64 use flags. Removing the wine64 use > flags makes > emerge fail : configure: error: No OpenGL library found on this > system. > > eselect opengl list > shows "ati" here. > > Previous versions didn't show these problems. > > Has anybody encountered similar problems? > > Thanks, > Helmut. > Just like Marc, I also don't see the issues you are having. And I also have USE=-win64 on a 64bit Gentoo system (I mostly run corporatey Windows apps and you'd be amazed how many are still 32 bit only...) Is there any further clue as to what file is not being found in the first case? What do you get if you run ldd against the wine binary? In the second case, I suspect there's something wrong with your 32 bit OpenGL install. If you have USE=opengl then app-emulation/emul-linux-x86-opengl is pulled in as a dep and it should JustWork What are all your USE settings for wine? -- Alan McKinnon alan.mckin...@gmail.com
Re: [gentoo-user] Boot and udev Woes
john wrote: >On Mon, 19 Nov 2012 20:15:24 + >john wrote: > >> Hi Gentoo. >> >> I have recently got a FX8350 and all is going very well. >> After a week of using I have had no issues and then realised I had >not >> set man number of cpus in kernel config. >> >> This was set to 6. So as FX8350 is an eight core beast. I decided to >> set to 8. >> >> Upon reboot the boot hangs at >> >> waiting for uevents to be processed. >> >> This hangs for 60 seconds and then starts spitting out the following >> >> timeout killing /sbin/modprobe -bv xcpu_vendor 0002 + lots of 4 long >> numbers. Sorry, I cannot trap these as they fly by. >> >> in a continous loop. >> >> Reset required. >> >> Booting from old kernel is still ok (6 cores set). >> >> Looking in /proc/cpuinfo there are only 6 cores. >> >> I can boot ok from Windows which shows 8 cores and I have also >updated >> BIOS to latest version. >> >> Any ideas >> >> Is there any way to detect or test that I using 8 cores? >> > >Have tried booting from Arch linux which boots fine and shows 8 cores >in /proc/cpuinfo > >I must be missing a kernel config option somewhere but do not >understand why a simple change from 6 to 8 cpus should make a >difference. John. Have you tried comparing the kernel config between your kernel and the one arch linux uses? -- Joost -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Re: [gentoo-user] Boot and udev Woes
On Mon, 19 Nov 2012 22:57:49 +0100 "J. Roeleveld" wrote: > john wrote: > > >On Mon, 19 Nov 2012 20:15:24 + > >john wrote: > > > >> Hi Gentoo. > >> > >> I have recently got a FX8350 and all is going very well. > >> After a week of using I have had no issues and then realised I had > >not > >> set man number of cpus in kernel config. > >> > >> This was set to 6. So as FX8350 is an eight core beast. I decided > >> to set to 8. > >> > >> Upon reboot the boot hangs at > >> > >> waiting for uevents to be processed. > >> > >> This hangs for 60 seconds and then starts spitting out the > >> following > >> > >> timeout killing /sbin/modprobe -bv xcpu_vendor 0002 + lots of 4 > >> long numbers. Sorry, I cannot trap these as they fly by. > >> > >> in a continous loop. > >> > >> Reset required. > >> > >> Booting from old kernel is still ok (6 cores set). > >> > >> Looking in /proc/cpuinfo there are only 6 cores. > >> > >> I can boot ok from Windows which shows 8 cores and I have also > >updated > >> BIOS to latest version. > >> > >> Any ideas > >> > >> Is there any way to detect or test that I using 8 cores? > >> > > > >Have tried booting from Arch linux which boots fine and shows 8 cores > >in /proc/cpuinfo > > > >I must be missing a kernel config option somewhere but do not > >understand why a simple change from 6 to 8 cpus should make a > >difference. > > John. > > Have you tried comparing the kernel config between your kernel and > the one arch linux uses? > > -- > Joost Tried the 3.6.6 kernel which sorts this problem (same as Arch). Perhaps a kernel bug ??? But have no idea really. Fascinating. Will have another dig tomorrow Was using 3.5.7. Did try make mrproper, removing all modules from boot but nothing helped with that kernel. Although I didn't compare the kernels it suggested to me to use a different version which sorted the issue. I can now use all 8 cores. What will I do? I've never know such times thanks -- John D Maunder
[gentoo-user] xfce4 Filed to execute default File Manager
I'm running xfce4. When I try to click on Home folder I get: Filed to execute default File Manager gutenprint (Permission denied). -- Joseph
Re: [gentoo-user] Boot and udev Woes
john wrote: >On Mon, 19 Nov 2012 22:57:49 +0100 >"J. Roeleveld" wrote: > >> john wrote: >> >> >On Mon, 19 Nov 2012 20:15:24 + >> >john wrote: >> > >> >> Hi Gentoo. >> >> >> >> I have recently got a FX8350 and all is going very well. >> >> After a week of using I have had no issues and then realised I had >> >not >> >> set man number of cpus in kernel config. >> >> >> >> This was set to 6. So as FX8350 is an eight core beast. I decided >> >> to set to 8. >> >> >> >> Upon reboot the boot hangs at >> >> >> >> waiting for uevents to be processed. >> >> >> >> This hangs for 60 seconds and then starts spitting out the >> >> following >> >> >> >> timeout killing /sbin/modprobe -bv xcpu_vendor 0002 + lots of 4 >> >> long numbers. Sorry, I cannot trap these as they fly by. >> >> >> >> in a continous loop. >> >> >> >> Reset required. >> >> >> >> Booting from old kernel is still ok (6 cores set). >> >> >> >> Looking in /proc/cpuinfo there are only 6 cores. >> >> >> >> I can boot ok from Windows which shows 8 cores and I have also >> >updated >> >> BIOS to latest version. >> >> >> >> Any ideas >> >> >> >> Is there any way to detect or test that I using 8 cores? >> >> >> > >> >Have tried booting from Arch linux which boots fine and shows 8 >cores >> >in /proc/cpuinfo >> > >> >I must be missing a kernel config option somewhere but do not >> >understand why a simple change from 6 to 8 cpus should make a >> >difference. >> >> John. >> >> Have you tried comparing the kernel config between your kernel and >> the one arch linux uses? >> >> -- >> Joost > >Tried the 3.6.6 kernel which sorts this problem (same as Arch). Perhaps >a kernel bug ??? But have no idea really. Fascinating. Will have >another dig tomorrow > >Was using 3.5.7. Did try make mrproper, removing all modules from boot >but nothing helped with that kernel. > >Although I didn't compare the kernels it suggested to me to use a >different version which sorted the issue. > >I can now use all 8 cores. What will I do? I've never know such times > > >thanks If it isn't broke. Don't try to fix it. In other words. I would keep the working kernel. Bugs do occasionally appear. -- Joost -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Re: [gentoo-user] xfce4 Filed to execute default File Manager
Joseph wrote: >I'm running xfce4. >When I try to click on Home folder I get: > >Filed to execute default File Manager >gutenprint (Permission denied). Can you open a text console and try to start " gutenprint" from there? If that works it's possibly something in xfce and someone else who uses that might be able to help. If it doesn't. Can you give the results of the following 2 commands: # which gutenprint # ls -lsa It could be file permissions. -- Joost -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Re: [gentoo-user] xfce4 Filed to execute default File Manager
On 11/20/12 05:52, J. Roeleveld wrote: Joseph wrote: I'm running xfce4. When I try to click on Home folder I get: Filed to execute default File Manager gutenprint (Permission denied). Can you open a text console and try to start " gutenprint" from there? If that works it's possibly something in xfce and someone else who uses that might be able to help. If it doesn't. Can you give the results of the following 2 commands: # which gutenprint # ls -lsa It could be file permissions. -- Joost -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. For some reason or another, during upgrade, setting in: Application Menu --> Setting --> Preferred Applications FileManger got changed to "gutenprint" How did it happened, don't ask me. -- Joseph
[gentoo-user] Kernel 3.6: No external Monitor
Hello, i am using a Thinkpad X301 with a DVI Monitor connected to the mini displayport. That worked perfectly for years, but with Kernel 3.6 (and 3.7rc) the DVI Monitor stays black on boot and it is not visible in xrandr. As if it wasn't connected at all. Rebooting with 3.5 brings back the Display with full functionality. All i found about this was a Fedora bugreport stating the issue, but is unanswered for a month now. Does someone got an idea here or faced the same issue and solved it? Regards, Norman