Re: Strange problem with chroot

2025-06-17 Thread greg
> $ ld.so --help | sed -n '/glibc-hwcaps directories/,$p' > Subdirectories of glibc-hwcaps directories, in priority order: > x86-64-v4 > x86-64-v3 > x86-64-v2 (supported, searched) I find this a nice example of using UNIX tools. Much as I love them, I could not resist sen

Re: Strange problem with chroot

2025-06-16 Thread Roger Heflin
I saw RedHat with RHEL8 cut off hardware that first release was just 7 years earlier(2012) than RHEL8's release(2019) (so some of the hardware was only 4-5 years old). I always suspected it was the OEM (the board was a version of raid card only used in their hw and in that age of hardware) that wa

Re: Strange problem with chroot

2025-06-16 Thread Barry
> On 16 Jun 2025, at 18:11, Robert McBroom via users > wrote: > > System dates from 2007. With f41 running would think the Alma OS would also That’s a very old system, which I assume Alma does not support. Fedora and Alma do not make matching choices on CPU support. Fedora deliberately suppor

Re: Strange problem with chroot

2025-06-16 Thread Robert McBroom via users
On 6/16/25 10:16 AM, Todd Zullinger wrote: Robert McBroom via users wrote: From the Fedora 41 installation ~]# ld.so --help [...] Subdirectories of glibc-hwcaps directories, in priority order:  x86-64-v4  x86-64-v3  x86-64-v2 None of those say "supported, searched" which indicates it does

Re: Strange problem with chroot

2025-06-16 Thread Todd Zullinger
Robert McBroom via users wrote: > From the Fedora 41 installation > ~]# ld.so --help [...] > Subdirectories of glibc-hwcaps directories, in priority order: >  x86-64-v4 >  x86-64-v3 >  x86-64-v2 None of those say "supported, searched" which indicates it doesn't support x86-64-v2 or newer. Here is

Re: Strange problem with chroot

2025-06-16 Thread Robert McBroom via users
On 6/14/25 6:01 AM, Barry Scott wrote: On 14 Jun 2025, at 04:35, Robert McBroom via users wrote: CentOs 9.4 installation is going into kernel panic. Trying to get access to the system from a running Fedora 41 installation. ~]# mount /dev/sdb2 /mnt/sysimage ~]# for dir in /dev /proc /sys;

Re: Strange problem with chroot

2025-06-14 Thread Barry
> On 14 Jun 2025, at 14:29, Todd Zullinger wrote: > > You should turn off whatever "helpful" part of your mail > chain converts things it thinks are URLs. :) Oh! Thanks for the heads up I missed the mailer being “helpful”. Barry -- ___ users mail

Re: Strange problem with chroot

2025-06-14 Thread Todd Zullinger
Barry Scott wrote: > Run this to find out what your hardware supports: > >ld.so --help You should turn off whatever "helpful" part of your mail chain converts things it thinks are URLs. :) For shell commands, having something stick redirect characters and URLs into them autom

Re: Strange problem with chroot

2025-06-14 Thread Barry Scott
> On 14 Jun 2025, at 04:35, Robert McBroom via users > wrote: > > CentOs 9.4 installation is going into kernel panic. Trying to get access to > the system from a running Fedora 41 installation. > > ~]# mount /dev/sdb2 /mnt/sysimage > ~]# for dir in /dev /proc /sys;do mount --bind $dir /mnt/

Strange problem with chroot

2025-06-13 Thread Robert McBroom via users
CentOs 9.4 installation is going into kernel panic. Trying to get access to the system from a running Fedora 41 installation. ~]# mount /dev/sdb2 /mnt/sysimage ~]# for dir in /dev /proc /sys;do mount --bind $dir /mnt/sysimage/$dir;done ~]# chroot /mnt/sysimage Fatal glibc error: CPU does not sup

Re: Strange problem with phpmyadmin after recent dnf update?? Was GNOME Shell integration

2023-11-14 Thread Michael D. Setzer II via users
On 14 Nov 2023 at 16:06, Michael D. Setzer II via user wrote: To: users@lists.fedoraproject.org Date sent: Tue, 14 Nov 2023 16:06:52 +1000 Subject:Strange problem with phpmyadmin after recent dnf upate?? Priority: normal Send reply

Strange problem with phpmyadmin after recent dnf upate??

2023-11-13 Thread Michael D. Setzer II via users
Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin. Had been using firefox to access phpMyAdmin on a system to update databases. Just now get the above error message. Have found that if I run firefox from root user rather than my user it works fine an

Re: strange problem, may be related to ssh

2023-11-12 Thread fedora
Thanks for the clarification Samuel, On 12/11/2023 19.09, Samuel Sieb wrote: On 11/11/23 14:07, fed...@eyal.emu.id.au wrote: My SMTP server requires SSL/TLS security, and uploading files to the same site requires sftp. So both run over ssh. This is not correct.  SSL ≠ SSH.  They use similar

Re: strange problem, may be related to ssh

2023-11-12 Thread Samuel Sieb
On 11/11/23 14:07, fed...@eyal.emu.id.au wrote: My SMTP server requires SSL/TLS security, and uploading files to the same site requires sftp. So both run over ssh. This is not correct. SSL ≠ SSH. They use similar encryption, but they are different protocols and not using the same port. ___

Re: strange problem, may be related to ssh [resolved]

2023-11-11 Thread fedora
On 12/11/2023 10.06, fed...@eyal.emu.id.au wrote: On 12/11/23 09:16, Roger Heflin wrote: If connections/files/stuff passes that is less than 1 network packet (about 1500 bytes - header--say 1460 give or take) then this is a sign that a piece of the network somehow has the wrong MTU size. I have

Re: strange problem, may be related to ssh [resolved]

2023-11-11 Thread fedora
On 12/11/23 09:16, Roger Heflin wrote: If connections/files/stuff passes that is less than 1 network packet (about 1500 bytes - header--say 1460 give or take) then this is a sign that a piece of the network somehow has the wrong MTU size. I have seen network ports not get their MTU set to 1502 o

Re: strange problem, may be related to ssh

2023-11-11 Thread Jeffrey Walton
On Sat, Nov 11, 2023 at 5:08 PM wrote: > > Since the middle of the night on 7/Nov, uploading files with ssh is > problematic. > > My SMTP server requires SSL/TLS security, and uploading files to the same > site requires sftp. > So both run over ssh. > > I have a few scripts that run from cron an

Re: strange problem, may be related to ssh

2023-11-11 Thread Roger Heflin
If connections/files/stuff passes that is less than 1 network packet (about 1500 bytes - header--say 1460 give or take) then this is a sign that a piece of the network somehow has the wrong MTU size. I have seen network ports not get their MTU set to 1502 or 1504 and when this happens it causes th

strange problem, may be related to ssh

2023-11-11 Thread fedora
Since the middle of the night on 7/Nov, uploading files with ssh is problematic. My SMTP server requires SSL/TLS security, and uploading files to the same site requires sftp. So both run over ssh. I have a few scripts that run from cron and send me mail when required. They also upload some file

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-29 Thread Ed Greshko
On 2019-11-30 04:34, Samuel Sieb wrote: > On 11/28/19 4:33 AM, Ed Greshko wrote: >> On 2019-11-28 20:28, Ed Greshko wrote: >>> If you're suggesting this to be a permission issue on authorized_keys >>> wouldn't it be a good >>> idea to request the output of "ls -Z ~/.ssh"? >> >> Oh, as well as "ls

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-29 Thread Samuel Sieb
On 11/28/19 4:33 AM, Ed Greshko wrote: On 2019-11-28 20:28, Ed Greshko wrote: If you're suggesting this to be a permission issue on authorized_keys wouldn't it be a good idea to request the output of "ls -Z ~/.ssh"? Oh, as well as "ls -Zd ~/.ssh"? Or combine the results of both using "ls -Z

Re: EXTERNAL: Re: sshd on F31 : strange problem with login with keys's

2019-11-29 Thread Jakub Jelen
On Thu, 2019-11-28 at 16:27 +, Wells, Roger K. via users wrote: > On 11/26/19 8:32 AM, Ed Greshko wrote: > > On 2019-11-26 20:27, Jouk Jansen wrote: > > > I'm trying to setup an ssh-server on F31 which logs a user in > > > without a > > > password, but with a key-exchange. I generated all the k

Re: EXTERNAL: Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Wells, Roger K. via users
On 11/26/19 8:32 AM, Ed Greshko wrote: > On 2019-11-26 20:27, Jouk Jansen wrote: >> I'm trying to setup an ssh-server on F31 which logs a user in without a >> password, but with a key-exchange. I generated all the keys and placed them >> in the right locations. It still asks for the password. >> >>

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Ed Greshko
On 2019-11-28 20:50, Jouk Jansen wrote: > Ed Greshko wrote on 28-NOV-2019 13:46:10.58 > >> On 2019-11-28 20:28, Ed Greshko wrote: >>> If you're suggesting this to be a permission issue on authorized_keys >>> wouldn't it be a good >>> idea to request the output of "ls -Z ~/.ssh"? >> Oh, as well as

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Jouk Jansen
Ed Greshko wrote on 28-NOV-2019 13:46:10.58 >On 2019-11-28 20:28, Ed Greshko wrote: >> If you're suggesting this to be a permission issue on authorized_keys >> wouldn't it be a good >> idea to request the output of "ls -Z ~/.ssh"? >Oh, as well as "ls -Zd ~/.ssh"? vleegert-jj ) ls -Z .ssh syste

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Ed Greshko
On 2019-11-28 20:28, Ed Greshko wrote: > If you're suggesting this to be a permission issue on authorized_keys > wouldn't it be a good > idea to request the output of "ls -Z ~/.ssh"? Oh, as well as "ls -Zd ~/.ssh"? -- The key to getting good answers is to ask good questions. ___

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Ed Greshko
On 2019-11-28 20:21, Jakub Jelen wrote: > On Wed, 2019-11-27 at 13:47 +0100, Jouk Jansen wrote: >> Jakub Jelen wrote on 27-NOV-2019 13:20:25.09 >> >>> On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: >> [snip] Question : why does is work with just running "/usr/sbin/sshd" but no

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Jakub Jelen
On Wed, 2019-11-27 at 13:47 +0100, Jouk Jansen wrote: > Jakub Jelen wrote on 27-NOV-2019 13:20:25.09 > > > On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: > [snip] > > > Question : why does is work with just running "/usr/sbin/sshd" > > > but > > > not with > > > "systemctl start sshd" ? > >

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-27 Thread Jouk Jansen
Jakub Jelen wrote on 27-NOV-2019 13:20:25.09 >On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: [snip] >> Question : why does is work with just running "/usr/sbin/sshd" but >> not with >> "systemctl start sshd" ? >This sounds like an issue with selinux permissions on the authorizied >keys file

Re: sshd on F31 : strange problem with login with keys's

2019-11-27 Thread Jakub Jelen
On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: > Hi All, > > I'm trying to setup an ssh-server on F31 which logs a user in without > a > password, but with a key-exchange. I generated all the keys and > placed them > in the right locations. It still asks for the password. > > Than comes th

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Tom Horsley wrote on 26-NOV-2019 19:05:50.24 >Try running the ssh command which is attempting to >login with the -v -v -v options, then you can see what it Does not learn me much (I added the log below). They are different from line 99 when a 1 or 0 is returned which enables/disables the key-logi

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Tom Horsley
Try running the ssh command which is attempting to login with the -v -v -v options, then you can see what it is trying and what didn't work. If it is an old enough system it may not share any ciphers with the new f31 system as they have disabled a lot of old ciphers by default. ___

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
George N. White III wrote on 26-NOV-2019 14:26:34.37 >On Tue, 26 Nov 2019 at 08:36, Jouk Jansen >wrote: > >> Hi All, >> >> I'm trying to setup an ssh-server on F31 which logs a user in without a [snip] >> Question : why does is work with just running "/usr/sbin/sshd" but not wi= >th >> "systemctl

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Sam Varshavchik wrote on 26-NOV-2019 14:09:36.69 >Jouk Jansen writes: > >> Hi All, >> >> I'm trying to setup an ssh-server on F31 which logs a user in without a >> password, but with a key-exchange. I generated all the keys and placed them >> in the right locations. It still asks for the password.

Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Ed Greshko
On 2019-11-26 20:27, Jouk Jansen wrote: > I'm trying to setup an ssh-server on F31 which logs a user in without a > password, but with a key-exchange. I generated all the keys and placed them > in the right locations. It still asks for the password. > > Than comes the strange : I stoped the service

Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread George N. White III
On Tue, 26 Nov 2019 at 08:36, Jouk Jansen wrote: > Hi All, > > I'm trying to setup an ssh-server on F31 which logs a user in without a > password, but with a key-exchange. I generated all the keys and placed them > in the right locations. It still asks for the password. > > Than comes the strange

Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Sam Varshavchik
Jouk Jansen writes: Hi All, I'm trying to setup an ssh-server on F31 which logs a user in without a password, but with a key-exchange. I generated all the keys and placed them in the right locations. It still asks for the password. Than comes the strange : I stoped the service by "systemctl st

sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Hi All, I'm trying to setup an ssh-server on F31 which logs a user in without a password, but with a key-exchange. I generated all the keys and placed them in the right locations. It still asks for the password. Than comes the strange : I stoped the service by "systemctl stop sshd" and did run "a

Re: strange problem

2018-11-11 Thread Paolo Galtieri
Chrome was working fine on this system yesterday.  The upgrade went fine, so I'm really stumped as to why it has stopped working. Paolo On 11/11/18 2:47 PM, stan wrote: On Sun, 11 Nov 2018 14:03:31 -0800 Paolo Galtieri wrote: What I don't understand about this problem is why it affects only

Re: strange problem

2018-11-11 Thread Joe Zeff
On 11/11/2018 03:47 PM, stan wrote: Try to remove chrome on the system that doesn't work, and the system that works (be sure to say no to confirmation). Or, just use dnf --assumeno to make sure it doesn't get removed by accident. ___ users mailing lis

Re: strange problem

2018-11-11 Thread stan
On Sun, 11 Nov 2018 14:03:31 -0800 Paolo Galtieri wrote: > What I don't understand about this problem is why it affects only one > system.  Chrome on my other system works fine as does chrome on my > android tablet. Plugins? Configuration? Were some packages rejected for update because of de

Re: strange problem

2018-11-11 Thread Paolo Galtieri
What I don't understand about this problem is why it affects only one system.  Chrome on my other system works fine as does chrome on my android tablet. Paolo On 11/11/18 12:12 PM, stan wrote: On Sun, 11 Nov 2018 09:55:06 -0800 Paolo Galtieri wrote: I encountered a strange problem

Re: strange problem

2018-11-11 Thread stan
On Sun, 11 Nov 2018 09:55:06 -0800 Paolo Galtieri wrote: > I encountered a strange problem today I'm wondering if someone can > explain what's going on. > > Here's the problem, I have 2 systems running F28, one system was > upgraded from F27 two days ago, the

strange problem

2018-11-11 Thread Paolo Galtieri
I encountered a strange problem today I'm wondering if someone can explain what's going on. Here's the problem, I have 2 systems running F28, one system was upgraded from F27 two days ago, the other upgraded yesterday. Both systems were working fine yesterday.  Today the sec

Strange problem if your login shell is /bin/ksh

2015-10-01 Thread jd1008
My shell is /bin/ksh My gnome-terminal is configured to be opened as a login shell. Upon opening gnome terminal,I get the following output: /etc/profile.d/colorls.sh: line 4: return: can only `return' from a function or sourced script /etc/profile.d/vte.sh: line 21: return: can only `return' f

Strange problem with Haswell HD 4600 IGA and screen resolution

2014-07-01 Thread Paul Livingston
All, I recently built a new desktop machine using a Shuttle SZ87R6, an I7-4770S and a Dell U2713HM monitor. Did my initial HW burn-in and testing using a Fedora 20 KDE Spin Live CD (Kernel 3.11.10-301.fc20.x86_64 & KDE Systems settings v4.11.3) everything worked fine and the display resolution

Re: Strange problem -

2014-02-11 Thread g
On 02/12/2014 02:56 AM, poma wrote: On 10.02.2014 14:17, Bob Goodwin - Zuni, Virginia, USA wrote: … But the sledgehammer [bobG, new user] works! Bob http://www.youtube.com/embed/cQl6r0fqRAI?rel=0&border=0&autoplay=1 :) great series. lmao nearly every time i watched it. -- peace out. i

Re: Strange problem -

2014-02-11 Thread poma
On 10.02.2014 14:17, Bob Goodwin - Zuni, Virginia, USA wrote: … > But the sledgehammer [bobG, new user] works! > > Bob > http://www.youtube.com/embed/cQl6r0fqRAI?rel=0&border=0&autoplay=1 :) poma -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: Strange problem -

2014-02-10 Thread Frank Murphy
On Mon, 10 Feb 2014 09:29:35 -0500 "Bob Goodwin - Zuni, Virginia, USA" wrote: > > xfdesktop: Fatal IO error 11 (Resource temporarily unavailable) on x > server :0.0 > You have a borked X &| Xfce try: https://bbs.archlinux.org/viewtopic.php?id=129274 ___ Regards Frank frankly3d.com -- users

Re: Strange problem -

2014-02-10 Thread Bob Goodwin - Zuni, Virginia, USA
On 10/02/14 09:00, Frank Murphy wrote: On Mon, 10 Feb 2014 08:46:30 -0500 "Bob Goodwin - Zuni, Virginia, USA" wrote: Feb 10 08:33:30 box7 kernel: mei_me :00:03.0: reset: connect/disconnect timeout. What kernel are you using on that box? [bobg@box7 ~]$ uname -a Linux box7 3.12.9-301.fc20

Re: Strange problem -

2014-02-10 Thread Frank Murphy
On Mon, 10 Feb 2014 08:46:30 -0500 "Bob Goodwin - Zuni, Virginia, USA" wrote: > Feb 10 08:33:30 box7 kernel: mei_me :00:03.0: reset: > connect/disconnect timeout. What kernel are you using on that box? https://bugzilla.redhat.com/show_bug.cgi?id=917081 also check: https://bbs.archlinux.org

Re: Strange problem -

2014-02-10 Thread Bob Goodwin - Zuni, Virginia, USA
On 10/02/14 08:22, Frank Murphy wrote: > Xfce is still coming up on console 2. I need to stop whatever causes > console 1 to be active. It appears to be happening when xfce4 starts > since it sits displaying a small progress circle until something > "times-out" and then switches to the usual lar

Re: Strange problem -

2014-02-10 Thread Frank Murphy
On Mon, 10 Feb 2014 08:17:07 -0500 "Bob Goodwin - Zuni, Virginia, USA" wrote: > Xfce is still coming up on console 2. I need to stop whatever causes > console 1 to be active. It appears to be happening when xfce4 starts > since it sits displaying a small progress circle until something > "times-o

Re: Strange problem -

2014-02-10 Thread Bob Goodwin - Zuni, Virginia, USA
On 09/02/14 21:22, poma wrote: > I worked around the problem by creating a new user, that will have to do! > > Bob > That is always a valid choice, however 'xfce4-session-settings', http://docs.xfce.org/xfce/xfce4-session/preferences#session ;) If that doesn't help, man 1 loginctl poma That

Re: Strange problem -

2014-02-10 Thread Bob Goodwin - Zuni, Virginia, USA
On 10/02/14 04:43, Frank Murphy wrote: That was using a sledgehammer for toilet paper. In Xfce > Application Menu > Settings > Session and Startup > Session > "Clear Saved Session" If you do not want any programs started except those that are in Application Autostart: As above but: > Session an

Re: Strange problem -

2014-02-10 Thread Frank Murphy
On Sun, 09 Feb 2014 20:21:28 -0500 "Bob Goodwin - Zuni, Virginia, USA" wrote: > I worked around the problem by creating a new user, that will have to > do! > > Bob That was using a sledgehammer for toilet paper. In Xfce > Application Menu > Settings > Session and Startup > Session > "Clear Save

Re: Strange problem -

2014-02-10 Thread Frank Murphy
On Sun, 09 Feb 2014 21:06:24 -0500 David wrote: > Most users here use KDE or Gnome so I doubt they can help you with a > Xfce problem. I use Xfce. There are also Fedora lists for Gnome and KDE, this is a Fedora user list, not specific to DE X > > But? Want a suggestion? A good one? Ask on

Re: Strange problem -

2014-02-10 Thread Bob Goodwin - Zuni, Virginia, USA
On 09/02/14 21:06, David wrote: When I offer advice here I am usually ignored. I have offered you advice before with similar results. I know how to solve this but I choose not to give you the information. My apologies David, I try to acknowledge everyone. I also feel this accusation is unjus

Re: Strange problem -

2014-02-09 Thread poma
On 10.02.2014 02:21, Bob Goodwin - Zuni, Virginia, USA wrote: > > On 09/02/14 13:23, Bob Goodwin - Zuni, Virginia, USA wrote: >> Fedora 20 64 bit XFCE >> >> When logging out from gui I get: >> >> "Received error while trying to log out >> Session manager must be in idle state when requesting a shu

Re: Strange problem -

2014-02-09 Thread David
On 2/9/2014 8:21 PM, Bob Goodwin - Zuni, Virginia, USA wrote: > > On 09/02/14 13:23, Bob Goodwin - Zuni, Virginia, USA wrote: >> Fedora 20 64 bit XFCE >> >> When logging out from gui I get: >> >> "Received error while trying to log out >> Session manager must be in idle state when requesting a shu

Re: Strange problem -

2014-02-09 Thread Bob Goodwin - Zuni, Virginia, USA
On 09/02/14 13:23, Bob Goodwin - Zuni, Virginia, USA wrote: Fedora 20 64 bit XFCE When logging out from gui I get: "Received error while trying to log out Session manager must be in idle state when requesting a shutdown." Each time I reboot a number of windows/tabs are loaded, I go through a

Strange problem -

2014-02-09 Thread Bob Goodwin - Zuni, Virginia, USA
Fedora 20 64 bit XFCE When logging out from gui I get: "Received error while trying to log out Session manager must be in idle state when requesting a shutdown." Each time I reboot a number of windows/tabs are loaded, I go through and close them all. However there is garbage running when I l

Re: [389-users] Strange problem with 389 console

2012-02-06 Thread Rich Megginson
On 02/06/2012 08:49 AM, Brian Bresina wrote: Account activation and inactivation no longer seems to be working with my 389 console system. Unfortunately, there are several people with admin rights to the ldap servers so I am unsure if someone might have messed the server up. Currently, I can

[389-users] Strange problem with 389 console

2012-02-06 Thread Brian Bresina
Account activation and inactivation no longer seems to be working with my 389 console system. Unfortunately, there are several people with admin rights to the ldap servers so I am unsure if someone might have messed the server up. Currently, I can select inactivate for an account and I will ge

Strange problem with guake in F15/KDE

2011-06-09 Thread Alexander Volovics
I have a problem with guake in F15/KDE that I don't know how to solve. Can anybody help? In whichever of the following two ways I start guake -typing guake after 'Alt-F2' -clicking on the guake icon it allways opens with the following prompt: [ander@localhost Documents]$ instead of [ander@localh

Strange problem booting a current release mainline kernel under F14

2011-04-06 Thread JD
Hi All, I have uograded to F14 and all was well. Because I was tracking a bug I had reported to bugzilla.kernel.org, I was advised to see if I could replicate it in 2.6.38.2. Well, I built that kernel and booted and was not able to replicate the bug, so I assumed it was fixed in in 2.6.38.2. So, I