From michal at harddata.com Sun Aug 1 17:00:45 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 1 Aug 2004 11:00:45 -0600 Subject: what is eating dircolors? In-Reply-To: <20040731160536.A26962@mail.harddata.com>; from michal@harddata.com on Sat, Jul 31, 2004 at 04:05:36PM -0600 References: <20040731160536.A26962@mail.harddata.com> Message-ID: <20040801110045.A16565@mail.harddata.com> On Sat, Jul 31, 2004 at 04:05:36PM -0600, Michal Jaegermann wrote: > So far I failed to notice > where this may be even documented but something tells me that > TERM=gnome may be responsible. Commenting on my own posting: looking at sources instead of documentation indeed the above is the case. LS_COLORS will be non-empty only if in a file with color definitions, say /etc/DIR_COLORS, there is an entry for a termtype you happen to be using. So addding there on a target host a line TERM gnome makes 'dircolors' to behave like expected. The catch, of course, is that you may have many Linux systems around where you are connecting and not necessarily an access to DIR_COLORS files there. You may use a file in your home directory on a target but, again, I do not see where this is documented in a explicit manner. In general for non-Linux systems I suspect that hardly anything will know what TERM=gnome will happen to be and this will affect many programs. Think 'vi', 'less' and 'man' for a start. Was a decision to switch to this termtype deliberate? Even if you open an xterm window it says 'gnome' for 'echo $TERM'. Sounds like a recipe for a big mess. Michal From naheemzaffar at gmail.com Sun Aug 1 17:20:41 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 18:20:41 +0100 Subject: Missing deps on the latest updates In-Reply-To: References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> Message-ID: <3adc772104080110204184470b@mail.gmail.com> Yes I have done that now; two problems 1. On yum update I get the following error: rpmdb: /var/lib/rpm/__db.001: Permission denied error: db4 error(13) from dbenv->open: Permission denied error: cannot open Packages index using db3 - Permission denied (13) error: cannot open Packages database in /var/lib/rpm Traceback (most recent call last): File "/usr/bin/yum", line 30, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum/yummain.py", line 163, in main (log, errorlog, filelog, conf, cmds) = parseCmdArgs(args) File "/usr/share/yum/yummain.py", line 75, in parseCmdArgs conf=yumconf(configfile=yumconffile) File "/usr/share/yum/config.py", line 155, in __init__ self.yumvar['releasever'] = self._getsysver() File "/usr/share/yum/config.py", line 285, in _getsysver idx = ts.dbMatch('provides', self.distroverpkg) TypeError: rpmdb open failed On restart I get message startx failed. When i login and type startx it goes staright into XFCE (My default). PS I understand its rawhide; I thought it was a good idea to be involved in the test releases coz I am learning. On Sat, 31 Jul 2004 16:28:56 -0500 (CDT), Satish Balay wrote: > > > On Sat, 31 Jul 2004, Naheem Zaffar wrote: > > > I just looked into /usr/lib and both libcroco.so.2 and libcurl.2 are > > shortcuts to newer versions > > > > libcroco.so.2.10 libcurl.so.2.0.2 are the latest versions imo. I > > renamed these to the needed files and still no luck... does yum not > > check /usr/lib for the files? Any Idea on how to make it? > > Why whould you rename files? > > ----- > Package nautilus needs libcroco.so.2, this is not available. > ----- > > The above message means: > > There is a newer version of libcroco available - but nautilus - > currently depend on the old version of libcroco. > > Usually such issues are fixed in subsequent rawhide updates - when > nautilus gets rebuil with the new libcroco (at which point both can be > updated). Remember this is rawhide. > > Did you try: > > > yum --exclude=libcroco --exclude=dbus* --exclude=desktop-printing* --exclude=librsvg2 upgrade > > Satish > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From rpa4email at rogers.com Sun Aug 1 17:43:29 2004 From: rpa4email at rogers.com (Robert Couture) Date: Sun, 01 Aug 2004 13:43:29 -0400 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 Message-ID: <1091382209.2957.3.camel@RuneLinux.tamn.local> Hello, I am getting this error when trying to yum update FC3t1 error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 Sometimes the 838 is 313. I know it has something to do with signatures, but how do I fix it? Thanks. From balay at fastmail.fm Sun Aug 1 17:56:08 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 12:56:08 -0500 (CDT) Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: <1091382209.2957.3.camel@RuneLinux.tamn.local> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> Message-ID: On Sun, 1 Aug 2004, Robert Couture wrote: > Hello, > > I am getting this error when trying to yum update FC3t1 > > error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: > BAD, key ID 30c9ecf8 > > Sometimes the 838 is 313. > > I know it has something to do with signatures, but how do I fix it? > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. This was fixed after rebuilding rpmdb rm -f /var/lib/rpm/__db.* rpmbuild --rebuilddb Not sure if this is the same issue - but you can give this a try. Satish From balay at fastmail.fm Sun Aug 1 17:58:48 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 12:58:48 -0500 (CDT) Subject: Missing deps on the latest updates In-Reply-To: <3adc772104080110204184470b@mail.gmail.com> References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> <3adc772104080110204184470b@mail.gmail.com> Message-ID: On Sun, 1 Aug 2004, Naheem Zaffar wrote: > Yes I have done that now; two problems > > 1. On yum update I get the following error: > > rpmdb: /var/lib/rpm/__db.001: Permission denied > error: db4 error(13) from dbenv->open: Permission denied > error: cannot open Packages index using db3 - Permission denied (13) > error: cannot open Packages database in /var/lib/rpm You can try rebuilding rpmdb and see if this fixes this problme. rm -f /var/lib/rpm/__db.* rpm --rebuilddb Satish From balay at fastmail.fm Sun Aug 1 18:04:34 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 13:04:34 -0500 (CDT) Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: References: <1091382209.2957.3.camel@RuneLinux.tamn.local> Message-ID: On Sun, 1 Aug 2004, Satish Balay wrote: > > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > This was fixed after rebuilding rpmdb > > rm -f /var/lib/rpm/__db.* > rpmbuild --rebuilddb ops.. the above command should have been: rpm --rebuilddb Satish From jspaleta at gmail.com Sun Aug 1 18:22:25 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 1 Aug 2004 14:22:25 -0400 Subject: Schedule change proposal In-Reply-To: References: <20040730190613.GA3169@nostromo.devel.redhat.com> <1091220339.2794.7.camel@laptop.fenrus.com> <1091283954.4358.14.camel@lioness.protogeek.org> Message-ID: <604aa791040801112267f4326f@mail.gmail.com> On 31 Jul 2004 12:57:11 -0300, Alexandre Oliva wrote: > Do you realize rawhide is now installable, and you can install it any > time you want? Even when there are package dep issues in the rawhide tree? mutter libcroco grumble nautilus. -jef"plans to time a rawhide install attempt right as the mirror is syncing with the master development tree...as a worst case dependancy mismatch scenario"spaleta From naheemzaffar at gmail.com Sun Aug 1 18:26:10 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 19:26:10 +0100 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: References: <1091382209.2957.3.camel@RuneLinux.tamn.local> Message-ID: <3adc772104080111261cea2e8c@mail.gmail.com> I have tried to rebuild the db, but it does not recognise 'rpmbuild --rebuilddb'. But when I do 'rpm --rebuilddb' i get the following error: rpmdb: /var/lib/rpm/__db.001: Permission denied error: db4 error(13) from dbenv->open: Permission denied error: cannot open Packages index On Sun, 1 Aug 2004 12:56:08 -0500 (CDT), Satish Balay wrote: > > > On Sun, 1 Aug 2004, Robert Couture wrote: > > > Hello, > > > > I am getting this error when trying to yum update FC3t1 > > > > error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: > > BAD, key ID 30c9ecf8 > > > > Sometimes the 838 is 313. > > > > I know it has something to do with signatures, but how do I fix it? > > > > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > This was fixed after rebuilding rpmdb > > rm -f /var/lib/rpm/__db.* > rpmbuild --rebuilddb > > Not sure if this is the same issue - but you can give this a try. > > Satish > > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From naheemzaffar at gmail.com Sun Aug 1 18:28:12 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 19:28:12 +0100 Subject: Missing deps on the latest updates In-Reply-To: References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> <3adc772104080110204184470b@mail.gmail.com> Message-ID: <3adc77210408011128abf0597@mail.gmail.com> Does not work: # rm -f /var/lib/rpm/__db.* # rpm --rebuilddb rpmdb: /var/lib/rpm/__db.001: Permission denied error: db4 error(13) from dbenv->open: Permission denied error: cannot open Packages index PS also posted this in another thread. On Sun, 1 Aug 2004 12:58:48 -0500 (CDT), Satish Balay wrote: > > > On Sun, 1 Aug 2004, Naheem Zaffar wrote: > > > Yes I have done that now; two problems > > > > 1. On yum update I get the following error: > > > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > error: db4 error(13) from dbenv->open: Permission denied > > error: cannot open Packages index using db3 - Permission denied (13) > > error: cannot open Packages database in /var/lib/rpm > > You can try rebuilding rpmdb and see if this fixes this problme. > > rm -f /var/lib/rpm/__db.* > rpm --rebuilddb > > > > Satish > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From paul at all-the-johnsons.co.uk Sun Aug 1 18:36:03 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 01 Aug 2004 19:36:03 +0100 Subject: Missing deps on the latest updates In-Reply-To: References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> <3adc772104080110204184470b@mail.gmail.com> Message-ID: <1091385364.29274.0.camel@T7.linux> Hi, > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > error: db4 error(13) from dbenv->open: Permission denied > > error: cannot open Packages index using db3 - Permission denied (13) > > error: cannot open Packages database in /var/lib/rpm > > You can try rebuilding rpmdb and see if this fixes this problme. > > rm -f /var/lib/rpm/__db.* > rpm --rebuilddb Sounds more like the OP isn't running yum as su to me TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From balay at fastmail.fm Sun Aug 1 18:50:35 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 13:50:35 -0500 (CDT) Subject: Missing deps on the latest updates In-Reply-To: <3adc77210408011128abf0597@mail.gmail.com> References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> <3adc772104080110204184470b@mail.gmail.com> <3adc77210408011128abf0597@mail.gmail.com> Message-ID: On Sun, 1 Aug 2004, Naheem Zaffar wrote: > Does not work: > # rm -f /var/lib/rpm/__db.* > # rpm --rebuilddb > rpmdb: /var/lib/rpm/__db.001: Permission denied > error: db4 error(13) from dbenv->open: Permission denied > error: cannot open Packages index ok - I'm not sure whats wrong here. You could look for running 'rpm' processes - or reboot - and try again.. Satish From balay at fastmail.fm Sun Aug 1 18:52:17 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 13:52:17 -0500 (CDT) Subject: Missing deps on the latest updates In-Reply-To: <1091385364.29274.0.camel@T7.linux> References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> <3adc772104080110204184470b@mail.gmail.com> <1091385364.29274.0.camel@T7.linux> Message-ID: On Sun, 1 Aug 2004, Paul wrote: > Hi, > > > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > > error: db4 error(13) from dbenv->open: Permission denied > > > error: cannot open Packages index using db3 - Permission denied (13) > > > error: cannot open Packages database in /var/lib/rpm > > > > You can try rebuilding rpmdb and see if this fixes this problme. > > > > rm -f /var/lib/rpm/__db.* > > rpm --rebuilddb > > Sounds more like the OP isn't running yum as su to me Yum gives a nice error message - if not invoked as root. ---- [balay at localhost ~]$ yum update Gathering header information file(s) from server(s) Server: Rawhide Development Finding updated packages Downloading needed headers You need to be root to perform these commands [balay at localhost ~]$ ---- Satish From naheemzaffar at gmail.com Sun Aug 1 19:22:20 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 20:22:20 +0100 Subject: Missing deps on the latest updates In-Reply-To: References: <1091285159.6779.52.camel@localhost.localdomain> <200407311303.39061.lsomike@futzin.com> <1091302296.11293.0.camel@T7.linux> <200407311438.29302.lsomike@futzin.com> <3adc7721040731134571fc93d5@mail.gmail.com> <3adc772104080110204184470b@mail.gmail.com> <1091385364.29274.0.camel@T7.linux> Message-ID: <3adc77210408011222e4e27ce@mail.gmail.com> Running as root. Rebooting did not help either. I looked into the /var/lib/rpm dir and there are the following files: Basenames;Conflictnames;Dirnames;Filemd5s;Group;installtid;Name;Packages;Providename;Provideversion;Pubkeys;Requirename;Requireversion;Sha1header;Sigmd5;Triggername Is there supposed to be anything else? From ggw at wolves.durham.nc.us Sun Aug 1 19:26:42 2004 From: ggw at wolves.durham.nc.us (Gregory Woodbury) Date: Sun, 1 Aug 2004 15:26:42 -0400 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: <3adc772104080111261cea2e8c@mail.gmail.com> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> Message-ID: <20040801192642.GA12803@wolves.durham.nc.us> On Sun, Aug 01, 2004 at 07:26:10PM +0100, Naheem Zaffar wrote: > I have tried to rebuild the db, but it does not recognise 'rpmbuild > --rebuilddb'. But when I do 'rpm --rebuilddb' i get the following > error: > rpmdb: /var/lib/rpm/__db.001: Permission denied > error: db4 error(13) from dbenv->open: Permission denied > error: cannot open Packages index > You are trying this as root aren't you? The rpm commands require root access. -- G.Wolfe Woodbury `- -' U The Line Eater is a boojum! From naheemzaffar at gmail.com Sun Aug 1 19:31:57 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 20:31:57 +0100 Subject: rpm -Rebuilddb problems In-Reply-To: <20040801192642.GA12803@wolves.durham.nc.us> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <20040801192642.GA12803@wolves.durham.nc.us> Message-ID: <3adc7721040801123132746a67@mail.gmail.com> yes I am I am posting on two separate topics; I may be wasting time for some people so let me know which thread to stop on (PS also on the new dependencies one, both fedora test-list) Also this may be related: when I boot it now goes into textmode at the end (after graphical boot). when I start Nautilus from XFCE i get an error message about problems with bonobo. Then if i try to start it again it works. On Sun, 1 Aug 2004 15:26:42 -0400, Gregory Woodbury wrote: > On Sun, Aug 01, 2004 at 07:26:10PM +0100, Naheem Zaffar wrote: > > I have tried to rebuild the db, but it does not recognise 'rpmbuild > > --rebuilddb'. But when I do 'rpm --rebuilddb' i get the following > > error: > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > error: db4 error(13) from dbenv->open: Permission denied > > error: cannot open Packages index > > > You are trying this as root aren't you? The rpm commands require root > access. > > -- > G.Wolfe Woodbury `- -' > U > The Line Eater is a boojum! > > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From stan at ccs.neu.edu Sun Aug 1 19:38:23 2004 From: stan at ccs.neu.edu (Stan Bubrouski) Date: Sun, 01 Aug 2004 15:38:23 -0400 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: <3adc772104080111261cea2e8c@mail.gmail.com> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> Message-ID: <1091389103.11826.89.camel@duergar> Hey, Looks like your DB cache files or whatever may be corrupt. Before you do ANYTHING else make sure you backup your /var/lib/rpm This is A MUST. After you've backed it up, try moving the __db.001 __db.002 __db.003 files to a different directory and then try to rebuild the db. I'm not really sure this is the problem, but its worth a try, since you make a backup first it can't really hurt to try. And check the permissions on those three __db files make sure they are set to 0644/-rw-r--r--. Good Luck, sb On Sun, 2004-08-01 at 19:26 +0100, Naheem Zaffar wrote: > I have tried to rebuild the db, but it does not recognise 'rpmbuild > --rebuilddb'. But when I do 'rpm --rebuilddb' i get the following > error: > rpmdb: /var/lib/rpm/__db.001: Permission denied > error: db4 error(13) from dbenv->open: Permission denied > error: cannot open Packages index > > > > On Sun, 1 Aug 2004 12:56:08 -0500 (CDT), Satish Balay wrote: > > > > > > On Sun, 1 Aug 2004, Robert Couture wrote: > > > > > Hello, > > > > > > I am getting this error when trying to yum update FC3t1 > > > > > > error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: > > > BAD, key ID 30c9ecf8 > > > > > > Sometimes the 838 is 313. > > > > > > I know it has something to do with signatures, but how do I fix it? > > > > > > > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > > This was fixed after rebuilding rpmdb > > > > rm -f /var/lib/rpm/__db.* > > rpmbuild --rebuilddb > > > > Not sure if this is the same issue - but you can give this a try. > > > > Satish > > > > > > > > > > -- > > fedora-test-list mailing list > > fedora-test-list at redhat.com > > To unsubscribe: > > http://www.redhat.com/mailman/listinfo/fedora-test-list > > > > -- Stan Bubrouski From naheemzaffar at gmail.com Sun Aug 1 19:38:33 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 20:38:33 +0100 Subject: rpm -Rebuilddb problems In-Reply-To: <3adc7721040801123132746a67@mail.gmail.com> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <20040801192642.GA12803@wolves.durham.nc.us> <3adc7721040801123132746a67@mail.gmail.com> Message-ID: <3adc77210408011238bebe130@mail.gmail.com> The plot thickens. If I remove -f i get: # rm /var/lib/rpm/__db.001* rm: cannot lstat `/var/lib/rpm/__db.001*': No such file or directory # rpm -rebuilddb rpmdb: /var/lib/rpm/__db.001: Permission denied error: db4 error(13) from dbenv->open: Permission denied error: cannot open Packages index Apologies for double posting alot; I am using gmail and it automatically sorts posts into threads. On Sun, 1 Aug 2004 20:31:57 +0100, Naheem Zaffar wrote: > yes I am > > I am posting on two separate topics; I may be wasting time for some > people so let me know which thread to stop on (PS also on the new > dependencies one, both fedora test-list) > > Also this may be related: when I boot it now goes into textmode at the > end (after graphical boot). when I start Nautilus from XFCE i get an > error message about problems with bonobo. Then if i try to start it > again it works. > > On Sun, 1 Aug 2004 15:26:42 -0400, Gregory Woodbury > wrote: > > On Sun, Aug 01, 2004 at 07:26:10PM +0100, Naheem Zaffar wrote: > > > I have tried to rebuild the db, but it does not recognise 'rpmbuild > > > --rebuilddb'. But when I do 'rpm --rebuilddb' i get the following > > > error: > > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > > error: db4 error(13) from dbenv->open: Permission denied > > > error: cannot open Packages index > > > > > You are trying this as root aren't you? The rpm commands require root > > access. > > > > -- > > G.Wolfe Woodbury `- -' > > U > > The Line Eater is a boojum! > > > > > > > > > > -- > > fedora-test-list mailing list > > fedora-test-list at redhat.com > > To unsubscribe: > > http://www.redhat.com/mailman/listinfo/fedora-test-list > > > From rpa4email at rogers.com Sun Aug 1 19:43:26 2004 From: rpa4email at rogers.com (Robert Couture) Date: Sun, 01 Aug 2004 15:43:26 -0400 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: References: <1091382209.2957.3.camel@RuneLinux.tamn.local> Message-ID: <1091389406.2957.7.camel@RuneLinux.tamn.local> On Sun, 2004-01-08 at 12:56 -0500, Satish Balay wrote: > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > This was fixed after rebuilding rpmdb > > rm -f /var/lib/rpm/__db.* > rpmbuild --rebuilddb > > Not sure if this is the same issue - but you can give this a try. I got the error during rpm --rebuilddb three times ... Rob. From naheemzaffar at gmail.com Sun Aug 1 19:47:24 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 20:47:24 +0100 Subject: rpm -Rebuilddb problems In-Reply-To: <3adc77210408011238bebe130@mail.gmail.com> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <20040801192642.GA12803@wolves.durham.nc.us> <3adc7721040801123132746a67@mail.gmail.com> <3adc77210408011238bebe130@mail.gmail.com> Message-ID: <3adc7721040801124745846615@mail.gmail.com> I checked in /var/lib/rpm the __db.* files do not exist. hmm but still cannot -rebuilddb The var/lib/rpm Folder has the permissions: drwxr-xr-x 755 file owner: rpm References: <20040730190613.GA3169@nostromo.devel.redhat.com> <1091220339.2794.7.camel@laptop.fenrus.com> <1091283954.4358.14.camel@lioness.protogeek.org> <604aa791040801112267f4326f@mail.gmail.com> Message-ID: <410D4EC9.3060207@sbcglobal.net> Jeff Spaleta wrote: > On 31 Jul 2004 12:57:11 -0300, Alexandre Oliva wrote: > >>Do you realize rawhide is now installable, and you can install it any >>time you want? > > > Even when there are package dep issues in the rawhide tree? > mutter libcroco grumble nautilus. > > -jef"plans to time a rawhide install attempt right as the mirror is > syncing with the master development tree...as a worst case dependancy > mismatch scenario"spaleta > > I'm upgrading a development system now and am fighting the deps for cups and the following dep errors. Unresolvable chain of dependencies: gdm 2.6.0.3-2 requires libcroco.so.2 gimp 2.0.3-1 requires libcroco.so.2 gnome-games 2.6.2-1 requires libcroco.so.2 nautilus 2.6.0-6 requires libcroco.so.2 Please modify your package selections and try again. I guess your timing for an installable tree was in dep hell. Jim -- It is more rational to sacrifice one life than six. -- Spock, "The Galileo Seven", stardate 2822.3 From naheemzaffar at gmail.com Sun Aug 1 20:16:20 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 21:16:20 +0100 Subject: rpm -Rebuilddb problems In-Reply-To: <3adc7721040801124745846615@mail.gmail.com> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <20040801192642.GA12803@wolves.durham.nc.us> <3adc7721040801123132746a67@mail.gmail.com> <3adc77210408011238bebe130@mail.gmail.com> <3adc7721040801124745846615@mail.gmail.com> Message-ID: <3adc7721040801131626edd402@mail.gmail.com> Just searched for the files; when I try to delete the files from the search; it says 'could not move '__db.001' The Document does not exist'. On Sun, 1 Aug 2004 20:47:24 +0100, Naheem Zaffar wrote: > I checked in /var/lib/rpm > > the __db.* files do not exist. hmm but still cannot -rebuilddb > > The var/lib/rpm Folder has the permissions: drwxr-xr-x 755 file owner: rpm > > > > This is A MUST. > > After you've backed it up, try moving the __db.001 __db.002 __db.003 > files to a different directory and then try to rebuild the db. > > I'm not really sure this is the problem, but its worth a try, since you > make a backup first it can't really hurt to try. And check the > permissions on those three __db files make sure they are set to > 0644/-rw-r--r--. > > Good Luck, > > sbHey, > > Looks like your DB cache files or whatever may be corrupt. Before you > do ANYTHING else make sure you backup your /var/lib/rpm > > This is A MUST. > > After you've backed it up, try moving the __db.001 __db.002 __db.003 > files to a different directory and then try to rebuild the db. > > I'm not really sure this is the problem, but its worth a try, since you > make a backup first it can't really hurt to try. And check the > permissions on those three __db files make sure they are set to > 0644/-rw-r--r--. > > Good Luck, > > sb > From naheemzaffar at gmail.com Sun Aug 1 21:09:13 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Sun, 1 Aug 2004 22:09:13 +0100 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: <1091389103.11826.89.camel@duergar> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <1091389103.11826.89.camel@duergar> Message-ID: <3adc772104080114096673c33e@mail.gmail.com> I checked in /var/lib/rpm the __db.* files do not exist. hmm... but still cannot do -rebuilddb Just searched for the files; when I try to delete the files from the search; it says 'could not move '__db.001' The Document does not exist'. The var/lib/rpm Folder has the permissions: drwxr-xr-x 755 file owner: rpm PS tried to get all such posts into 1 thread, but the replies stopped, so reposting here. sorry. On Sun, 01 Aug 2004 15:38:23 -0400, Stan Bubrouski wrote: > Hey, > > Looks like your DB cache files or whatever may be corrupt. Before you > do ANYTHING else make sure you backup your /var/lib/rpm > > This is A MUST. > > After you've backed it up, try moving the __db.001 __db.002 __db.003 > files to a different directory and then try to rebuild the db. > > I'm not really sure this is the problem, but its worth a try, since you > make a backup first it can't really hurt to try. And check the > permissions on those three __db files make sure they are set to > 0644/-rw-r--r--. > > Good Luck, > > sb > > > > On Sun, 2004-08-01 at 19:26 +0100, Naheem Zaffar wrote: > > I have tried to rebuild the db, but it does not recognise 'rpmbuild > > --rebuilddb'. But when I do 'rpm --rebuilddb' i get the following > > error: > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > error: db4 error(13) from dbenv->open: Permission denied > > error: cannot open Packages index > > > > > > > > On Sun, 1 Aug 2004 12:56:08 -0500 (CDT), Satish Balay wrote: > > > > > > > > > On Sun, 1 Aug 2004, Robert Couture wrote: > > > > > > > Hello, > > > > > > > > I am getting this error when trying to yum update FC3t1 > > > > > > > > error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: > > > > BAD, key ID 30c9ecf8 > > > > > > > > Sometimes the 838 is 313. > > > > > > > > I know it has something to do with signatures, but how do I fix it? > > > > > > > > > > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > > > This was fixed after rebuilding rpmdb > > > > > > rm -f /var/lib/rpm/__db.* > > > rpmbuild --rebuilddb > > > > > > Not sure if this is the same issue - but you can give this a try. > > > > > > Satish > > > > > > > > > > > > > > > -- > > > fedora-test-list mailing list > > > fedora-test-list at redhat.com > > > To unsubscribe: > > > http://www.redhat.com/mailman/listinfo/fedora-test-list > > > > > > > > -- > Stan Bubrouski > > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From paul at all-the-johnsons.co.uk Sun Aug 1 22:26:09 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 01 Aug 2004 23:26:09 +0100 Subject: Apache/mysql/php problem Message-ID: <1091399169.3124.3.camel@localhost.localdomain> Hi, I'm trying to set up phpBB2 on my laptop (as an exercise). I have FC3t1 installed with the version of httpd supplied by Fedora. mysql is installed and mod_mysql_auth is called from httpd.conf When I fill in the details on the install.php page and then click on the install button, I get the error "The PHP configuration on your server doesn't support the database type that you chose" I have mysql3.23 installed Any ideas what could be causing this? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From gstool at earthlink.net Sun Aug 1 22:37:48 2004 From: gstool at earthlink.net (Gerry Tool) Date: Sun, 01 Aug 2004 17:37:48 -0500 Subject: Apache/mysql/php problem In-Reply-To: <1091399169.3124.3.camel@localhost.localdomain> References: <1091399169.3124.3.camel@localhost.localdomain> Message-ID: <410D70BC.5070207@earthlink.net> Paul wrote: >Hi, > >I'm trying to set up phpBB2 on my laptop (as an exercise). I have FC3t1 >installed with the version of httpd supplied by Fedora. mysql is >installed and mod_mysql_auth is called from httpd.conf > >When I fill in the details on the install.php page and then click on the >install button, I get the error > >"The PHP configuration on your server doesn't support the database type >that you chose" > >I have mysql3.23 installed > >Any ideas what could be causing this? > >TTFN > >Paul > > > I don't know if it is related, but since the most recent updates, I get the following message during boot: messages:Aug 1 17:34:21 gstpc httpd: Syntax error on line 6 of /etc/httpd/conf. d/php.conf: messages:Aug 1 17:34:21 gstpc httpd: Cannot load /etc/httpd/modules/libphp4.so into server: libcurl.so.2: cannot open shared object file: No such file or direc tory messages:Aug 1 17:34:21 gstpc httpd: httpd startup failed Are others seeing this? Gerry Tool From deji_aking at yahoo.ca Sun Aug 1 22:40:04 2004 From: deji_aking at yahoo.ca (Deji Akingunola) Date: Sun, 1 Aug 2004 18:40:04 -0400 (EDT) Subject: what is eating dircolors? In-Reply-To: <20040801110045.A16565@mail.harddata.com> Message-ID: <20040801224004.87754.qmail@web52308.mail.yahoo.com> --- Michal Jaegermann wrote: > On Sat, Jul 31, 2004 at 04:05:36PM -0600, Michal > Jaegermann wrote: > > So far I failed to notice > > where this may be even documented but something > tells me that > > TERM=gnome may be responsible. > > In general for non-Linux systems I suspect that > hardly anything will > know what TERM=gnome will happen to be and this will > affect many > programs. I'm already being affected; I can't login to an IRIX system as I'm used to do before from a FC3t1 system. It now complain "unknown terminal TERM=gnome", won't set my environment variable properly and thus I can do anything on it. Anyone care to let me know how to revert to the old terminal type on my FC3t1. Thanks. > Was a decision > to switch to this termtype deliberate? Even if you > open an xterm > window it says 'gnome' for 'echo $TERM'. Sounds > like a recipe for a > big mess. > > Michal > Deji ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca From michal at harddata.com Sun Aug 1 22:54:21 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 1 Aug 2004 16:54:21 -0600 Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: <1091389406.2957.7.camel@RuneLinux.tamn.local>; from rpa4email@rogers.com on Sun, Aug 01, 2004 at 03:43:26PM -0400 References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <1091389406.2957.7.camel@RuneLinux.tamn.local> Message-ID: <20040801165421.B21723@mail.harddata.com> On Sun, Aug 01, 2004 at 03:43:26PM -0400, Robert Couture wrote: > On Sun, 2004-01-08 at 12:56 -0500, Satish Balay wrote: > > > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > > This was fixed after rebuilding rpmdb > > > > rm -f /var/lib/rpm/__db.* > > rpmbuild --rebuilddb > > > > Not sure if this is the same issue - but you can give this a try. > > I got the error during rpm --rebuilddb three times ... /var/lib/rpm/__db.* are "lock files" and you do not need them for anything. They can be removed any time if you are not using rpm in a way which modified other files. All remaining file in /var/lib/rpm are "Berkeley DB" data base files and there is a few utilities to deal with them with a documentation residing in /usr/share/doc/db4-utils-4.2.52/utility/ on your test system. Probably the most radical thing you can do to fix things up is to use db_dump and pipe its output to db_load to write new database files. Do such manipulations on copies! You can always use '--root=...' option to tell rpm not to touch your originals until things are back in order.. Michal From lsomike at futzin.com Mon Aug 2 00:28:49 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sun, 1 Aug 2004 19:28:49 -0500 Subject: Openoffice Installation Failure? Message-ID: <200408011928.49788.lsomike@futzin.com> Did anyone else have a failed openoffice installation? When I attempt to run "oo" components I get the following error at the command line: Installation of OpenOffice.org 1.1.2 failed: 'LD_LIBRARY_PATH=/usr/lib/ooo-1.1:/usr/lib/ooo-1.1/program /usr/lib/ooo-1.1/program/setup -R:/etc/openoffice/autoresponse.conf -v -nogui > ~/.openoffice-install-log 2>&1' This is a mostly vanilla "Workstation" install of FC3T1 followed by an initial update of 300+ packages from the one of the development mirrors yesterday morning. The /root/.openoffice-install-log referenced above contains: # cat .openoffice-install-log /usr/lib/ooo-1.1/program/setup: line 159: syntax error near unexpected token `else' /usr/lib/ooo-1.1/program/setup: line 159: ` else' Regards, Mike Klinke From maxer1 at xmission.com Mon Aug 2 00:39:18 2004 From: maxer1 at xmission.com (raxet) Date: Sun, 01 Aug 2004 18:39:18 -0600 Subject: latest dev dependency junk Message-ID: <410D8D36.2090406@xmission.com> I was able to update the latest openoffice, gpdf, selinux-policy*, checkpolicy, desktop-file-utils, ggv etc after excluding a grundle of stuff: yum --exclude=nautilus --exclude=gimp --exclude=gdm --exclude=gnome-games --exclude=libcroco --exclude=libcroco-devel --exclude=librsvg2 --exclude=librsvg2-devel update Cheers! RaXeT From aoliva at redhat.com Mon Aug 2 01:36:42 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 01 Aug 2004 22:36:42 -0300 Subject: Schedule change proposal In-Reply-To: <604aa791040801112267f4326f@mail.gmail.com> References: <20040730190613.GA3169@nostromo.devel.redhat.com> <1091220339.2794.7.camel@laptop.fenrus.com> <1091283954.4358.14.camel@lioness.protogeek.org> <604aa791040801112267f4326f@mail.gmail.com> Message-ID: On Aug 1, 2004, Jeff Spaleta wrote: > On 31 Jul 2004 12:57:11 -0300, Alexandre Oliva wrote: >> Do you realize rawhide is now installable, and you can install it any >> time you want? > Even when there are package dep issues in the rawhide tree? > mutter libcroco grumble nautilus. I think you can still install. It probably ain't going to work though :-) FWIW, the temporary instability coming from the new Gnome packages was announced; not sure whether it was here or on fedora-devel. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From balay at fastmail.fm Mon Aug 2 03:55:49 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 22:55:49 -0500 (CDT) Subject: error: rpmdbNextIterator: skipping h# 838 Header V3 DSA signature: BAD, key ID 30c9ecf8 In-Reply-To: <1091389406.2957.7.camel@RuneLinux.tamn.local> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <1091389406.2957.7.camel@RuneLinux.tamn.local> Message-ID: On Sun, 1 Aug 2004, Robert Couture wrote: > On Sun, 2004-01-08 at 12:56 -0500, Satish Balay wrote: > > > I've seen 'rpmdbNextIterator' messages & rpm misbehaving on a YLD/ppc box. > > This was fixed after rebuilding rpmdb > > > > rm -f /var/lib/rpm/__db.* > > rpmbuild --rebuilddb > > > > Not sure if this is the same issue - but you can give this a try. > > I got the error during rpm --rebuilddb three times ... Yeah - I've seen that happen during rebuild. But when I attempted rebuild the second time - there were no such messages. And yum/rpm worked fine after the rebuild.. Satish From balay at fastmail.fm Mon Aug 2 04:05:21 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 1 Aug 2004 23:05:21 -0500 (CDT) Subject: rpm -Rebuilddb problems In-Reply-To: <3adc77210408011238bebe130@mail.gmail.com> References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <20040801192642.GA12803@wolves.durham.nc.us> <3adc7721040801123132746a67@mail.gmail.com> <3adc77210408011238bebe130@mail.gmail.com> Message-ID: On Sun, 1 Aug 2004, Naheem Zaffar wrote: > The plot thickens. If I remove -f i get: > # rm /var/lib/rpm/__db.001* > rm: cannot lstat `/var/lib/rpm/__db.001*': No such file or directory thats because they were deleted earlier - as per my earlier instructions. rm -f /var/lib/rpm/__db.* > > # rpm -rebuilddb > rpmdb: /var/lib/rpm/__db.001: Permission denied > error: db4 error(13) from dbenv->open: Permission denied > error: cannot open Packages index I'm stumped. Other experts on rpm have to answer this one (why --rebuilddb doesn't work) For one - you could try the following and see if shows any errors on installed rpm package: rpm -V rpm Satsh From fedora at kjb.dds.nl Mon Aug 2 05:45:32 2004 From: fedora at kjb.dds.nl (Klaasjan Brand) Date: Mon, 02 Aug 2004 07:45:32 +0200 Subject: Apache/mysql/php problem In-Reply-To: <1091399169.3124.3.camel@localhost.localdomain> References: <1091399169.3124.3.camel@localhost.localdomain> Message-ID: <1091425532.3221.0.camel@isengard> On Sun, 2004-08-01 at 23:26 +0100, Paul wrote: > "The PHP configuration on your server doesn't support the database type > that you chose" > > I have mysql3.23 installed > > Any ideas what could be causing this? Do you have the php-mysql package installed? Klaasjan From roger at gwch.net Mon Aug 2 06:35:50 2004 From: roger at gwch.net (Roger Grosswiler) Date: Mon, 2 Aug 2004 08:35:50 +0200 (CEST) Subject: Evolution-Data-Server Message-ID: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> Hi, just saw, that evolution-data-server is shipped with fc3. i just found something on internet, that it is for centralisation of adressbook and calendar. Does somebody have something more detailled? Thanks, Roger From rhlist at itns.co.za Mon Aug 2 07:46:02 2004 From: rhlist at itns.co.za (Greg Wildman) Date: Mon, 02 Aug 2004 09:46:02 +0200 Subject: Apache/mysql/php problem In-Reply-To: <1091399169.3124.3.camel@localhost.localdomain> References: <1091399169.3124.3.camel@localhost.localdomain> Message-ID: <410DF13A.8090509@itns.co.za> Paul said the following on 02/08/2004 00:26: > Hi, > > I'm trying to set up phpBB2 on my laptop (as an exercise). I have FC3t1 > installed with the version of httpd supplied by Fedora. mysql is > installed and mod_mysql_auth is called from httpd.conf > > When I fill in the details on the install.php page and then click on the > install button, I get the error > > "The PHP configuration on your server doesn't support the database type > that you chose" > > I have mysql3.23 installed > > Any ideas what could be causing this? Read the error message again. It does not say you dont have MySQL installed it says your PHP configuration does not support MySQL. Best to install the php-mysql package. -- Redmond, we have a problem. From chiodr at kscems.ksc.nasa.gov Mon Aug 2 10:11:40 2004 From: chiodr at kscems.ksc.nasa.gov (Bob Chiodini) Date: Mon, 02 Aug 2004 06:11:40 -0400 Subject: Cron Errors in Root's Mail In-Reply-To: <1091229209.12015.24.camel@serendipity.dogma.lan> References: <1091184050.21784.69.camel@tweedy.ksc.nasa.gov> <1091229209.12015.24.camel@serendipity.dogma.lan> Message-ID: <1091441500.5631.7.camel@tweedy.ksc.nasa.gov> On Fri, 2004-07-30 at 19:13, Alexander Dalloz wrote: > Am Fr, den 30.07.2004 schrieb Bob Chiodini um 12:40: > > > The following is showing up in root's mail box every 10 minutes: > > > /bin/sh: line 1: root: command not found > > > This is apparently from the sysstat job found in /etc/cron.d: > > > > # run system activity accounting tool every 10 minutes > > */10 * * * * root /usr/lib/sa/sa1 1 1 > > # generate a daily summary of process accounting at 23:53 > > 53 23 * * * root /usr/lib/sa/sa2 -A > > > > What does the "root" parameter do (or not do)? It looks like crond was > > updated on 26 July. > > It sets that the cronjob is running as user root. > > > Bob... > > Check that you do not have such a line in any /var/spool/cron/$USER > file. > > Alexander Thanks for the information. There was an update to crond that, per the changelog fixed the user field, the sixth field in the crontab file. * Wed Jul 28 2004 Jason Vas Dias - 4.1-3 - Fixed bug 128701: cron fails to parse user 6th field in - system crontabs (patch15) Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Mon Aug 2 10:40:04 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 02 Aug 2004 11:40:04 +0100 Subject: PHP & MySQL under FC2 (and FC3t1) Message-ID: <1091443204.3124.31.camel@localhost.localdomain> Hi, I'm having all hecks worth of problems trying to get php to talk to mysql under Fedora Core. I have the php-mysql rpm installed... I have altered the /etc/php.ini file to include the line extension=mysql.so and have altered the httpd.conf file to include LoadModule mysql_auth_module modules/mod_auth_mysql.so Alias /phpBB2 /web/phpBB2 AddType application/x-httpd-php .php .php3 .phtml Options Indexes +Includes FollowSymLinks order deny,allow deny from all allow from all order deny,allow deny from all So everything should be happy. However, it's not working. httpd starts happily. What do I need to do to get php to talk to mysql? I need to get phpBB2 set up and running PDQ! TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ggw at wolves.durham.nc.us Mon Aug 2 12:51:30 2004 From: ggw at wolves.durham.nc.us (Gregory Woodbury) Date: Mon, 2 Aug 2004 08:51:30 -0400 Subject: 3c509 ISAPnP etherlink iii not detected Message-ID: <20040802125130.GA18429@wolves.durham.nc.us> Kudzu isn't detecting my etherlink iii (3c509) I've bugzilla'd it. -- G.Wolfe Woodbury `- -' U The Line Eater is a boojum! From sds at epoch.ncsc.mil Mon Aug 2 14:24:00 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Mon, 02 Aug 2004 10:24:00 -0400 Subject: vanishing fam-2.6.10-11 -gamin - SELinux messages In-Reply-To: <410AD0A6.3060303@sbcglobal.net> References: <20040729101043.A31005@mail.harddata.com> <20040729163857.GY8175@redhat.com> <41099CC9.3070905@sbcglobal.net> <1091189298.21245.18.camel@moss-spartans.epoch.ncsc.mil> <410AD0A6.3060303@sbcglobal.net> Message-ID: <1091456640.23449.78.camel@moss-spartans.epoch.ncsc.mil> On Fri, 2004-07-30 at 18:50, Jim Cornette wrote: > The update occured on 7/23 and the mirror was ncsu. I believe this > mirror lags others by a day. > The rawhide packages were updated just before performing the upgrade. > > From the upgrade log. here are the versions upgraded. > > Upgrading selinux-policy-strict-1.15.7-4.noarch. > matchpathcon(/etc/selinux/config) failed Invalid argument > Upgrading selinux-policy-targeted-1.15.7-4.noarch. > > Errors on the install related to SELinux were posted in an earlier > mailing to the list below. > > http://www.redhat.com/archives/fedora-test-list/2004-July/msg00542.html Hmm..rpm_script_t is an alias for unconfined_t in the targeted policy. $ id -Z user_u:system_r:unconfined_t $ runcon -t rpm_script_t bash $ id -Z user_u:system_r:unconfined_t $ rpm -q selinux-policy-targeted selinux-policy-targeted-1.15.10-1 -- Stephen Smalley National Security Agency From mahoover at ispaceonline.org Mon Aug 2 14:41:42 2004 From: mahoover at ispaceonline.org (Mark A. Hoover) Date: Mon, 2 Aug 2004 10:41:42 -0400 (EDT) Subject: HP Tape Changer and Linux In-Reply-To: <20040802142928.3E0EC735F4@hormel.redhat.com> References: <20040802142928.3E0EC735F4@hormel.redhat.com> Message-ID: I've got a friend of mine offering me an HP C1553A 24/48 Autoloading Tape Drive. I've done a few Google searches concerning this device. HP says it's Linux compatible. Most mailing list references (rather dated) says it's not supported by the kernel (although these are mostly 2.2.x references). The Amanda website references tapes for the device, but I didn't see anything referencing the device itself. It's possible I'm not searching on the right terms, but I figured I'd ask the list and see if anybody is currently using one of these things and with what sort of configuration. From alan at redhat.com Mon Aug 2 14:42:34 2004 From: alan at redhat.com (Alan Cox) Date: Mon, 2 Aug 2004 10:42:34 -0400 Subject: HP Tape Changer and Linux In-Reply-To: References: <20040802142928.3E0EC735F4@hormel.redhat.com> Message-ID: <20040802144234.GC15610@devserv.devel.redhat.com> On Mon, Aug 02, 2004 at 10:41:42AM -0400, Mark A. Hoover wrote: > The Amanda website references tapes for the device, but > I didn't see anything referencing the device itself. Its a scsi tape, works like any other scsi tape. You might also need a tape changer app Im not sure if it autochanges From paul at all-the-johnsons.co.uk Mon Aug 2 14:44:11 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 02 Aug 2004 15:44:11 +0100 Subject: Apache/mysql/php problem In-Reply-To: <410D70BC.5070207@earthlink.net> References: <1091399169.3124.3.camel@localhost.localdomain> <410D70BC.5070207@earthlink.net> Message-ID: <1091457851.3124.61.camel@localhost.localdomain> Hi, > I don't know if it is related, but since the most recent updates, I get > the following message during boot: > messages:Aug 1 17:34:21 gstpc httpd: Cannot load > /etc/httpd/modules/libphp4.so into server: libcurl.so.2: cannot open > shared object file: No such file or direc tory > messages:Aug 1 17:34:21 gstpc httpd: httpd startup failed Yep. When are one of the packagers going to fix the packages which need libcurl? (php and xine-ui) TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From gstool at earthlink.net Mon Aug 2 14:48:58 2004 From: gstool at earthlink.net (Gerry Tool) Date: Mon, 02 Aug 2004 09:48:58 -0500 Subject: PHP & MySQL under FC2 (and FC3t1) In-Reply-To: <1091443204.3124.31.camel@localhost.localdomain> References: <1091443204.3124.31.camel@localhost.localdomain> Message-ID: <410E545A.9000005@earthlink.net> Paul wrote: > Hi, > > I'm having all hecks worth of problems trying to get php to talk to > mysql under Fedora Core. > > I have the php-mysql rpm installed... > > I have altered the /etc/php.ini file to include the line > > extension=mysql.so > > and have altered the httpd.conf file to include > > LoadModule mysql_auth_module modules/mod_auth_mysql.so > > Alias /phpBB2 /web/phpBB2 > > AddType application/x-httpd-php .php .php3 .phtml > Options Indexes +Includes FollowSymLinks > order deny,allow > deny from all > allow from all > > > > order deny,allow > deny from all > > > So everything should be happy. However, it's not working. httpd starts > happily. > > What do I need to do to get php to talk to mysql? I need to get phpBB2 > set up and running PDQ! > > TTFN > > Paul > Do you have mysqld started in System Settings > System Settings > Services? Gerry From alexander.dalloz at uni-bielefeld.de Mon Aug 2 14:52:12 2004 From: alexander.dalloz at uni-bielefeld.de (Alexander Dalloz) Date: Mon, 02 Aug 2004 16:52:12 +0200 Subject: PHP & MySQL under FC2 (and FC3t1) In-Reply-To: <1091443204.3124.31.camel@localhost.localdomain> References: <1091443204.3124.31.camel@localhost.localdomain> Message-ID: <1091458332.3326.160.camel@serendipity.dogma.lan> Am Mo, den 02.08.2004 schrieb Paul um 12:40: > I'm having all hecks worth of problems trying to get php to talk to > mysql under Fedora Core. > > I have the php-mysql rpm installed... > > I have altered the /etc/php.ini file to include the line > > extension=mysql.so That is wrong! See /etc/php.d/ --> mysql.ini > and have altered the httpd.conf file to include > > LoadModule mysql_auth_module modules/mod_auth_mysql.so For what do you need mysql_auth in combination with phpBB? > Alias /phpBB2 /web/phpBB2 This is anywhere in your Apache DocumentRoot? > > AddType application/x-httpd-php .php .php3 .phtml This is globally set in /etc/httpd/conf.d/php.conf. > Options Indexes +Includes FollowSymLinks > order deny,allow > deny from all > allow from all > > > > order deny,allow > deny from all > > > So everything should be happy. However, it's not working. httpd starts > happily. apachectl configtest -> OK? What does /var/log/httpd/error_log report? Create an document info.php in the DocumentRoot with following content: and check it's output if you call the file within your browser. > What do I need to do to get php to talk to mysql? I need to get phpBB2 > set up and running PDQ! Nothing. Install the httpd, mysql-server and php-mysql packages and it runs without any modifications out of the box. > Paul Alexander -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.6-1.435.2.3.ad.umlsmp Serendipity 16:43:40 up 1 day, 22:08, load average: 0.18, 0.20, 0.29 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From paul at all-the-johnsons.co.uk Mon Aug 2 14:57:44 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 02 Aug 2004 15:57:44 +0100 Subject: PHP & MySQL under FC2 (and FC3t1) In-Reply-To: <410E545A.9000005@earthlink.net> References: <1091443204.3124.31.camel@localhost.localdomain> <410E545A.9000005@earthlink.net> Message-ID: <1091458664.3124.63.camel@localhost.localdomain> Hi, > Do you have mysqld started in System Settings > System Settings > > Services? Yep. I've managed to get things going now - thanks. TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bferrell at baywinds.org Mon Aug 2 15:21:01 2004 From: bferrell at baywinds.org (Bruce Ferrell) Date: Mon, 02 Aug 2004 08:21:01 -0700 Subject: HP Tape Changer and Linux In-Reply-To: References: <20040802142928.3E0EC735F4@hormel.redhat.com> Message-ID: <410E5BDD.4080804@baywinds.org> for amanda to use it you'll need mtx installed. Other than that, it works just fine. I've used it myself. May I suggest that you have a look at bacula vs amanda? I have no connection to either, but having used both packages, I found bacula more "controllable" Mark A. Hoover wrote: > I've got a friend of mine offering me an HP C1553A 24/48 > Autoloading Tape Drive. I've done a few Google searches > concerning this device. > > HP says it's Linux compatible. > > Most mailing list references (rather dated) says it's not > supported by the kernel (although these are mostly 2.2.x > references). > > The Amanda website references tapes for the device, but > I didn't see anything referencing the device itself. > > It's possible I'm not searching on the right terms, but I > figured I'd ask the list and see if anybody is currently > using one of these things and with what sort of > configuration. > > From NaveR at fidelitytech.com Mon Aug 2 15:03:30 2004 From: NaveR at fidelitytech.com (Nave, Ronald) Date: Mon, 2 Aug 2004 11:03:30 -0400 Subject: 2.6.7-1-501 kernel Message-ID: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FA@ftces1.fidelitytech.com> I just upgraded FC3 Test1 from 2.6.7-1.499 to 2.6.7-1.501 kernel. The latest NVIDIA-6016 driver will no longer load. From brian at cypher.acomp.usf.edu Mon Aug 2 15:43:34 2004 From: brian at cypher.acomp.usf.edu (Brian R Smith) Date: Mon, 02 Aug 2004 11:43:34 -0400 Subject: 2.6.7-1-501 kernel In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FA@ftces1.fidelitytech.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FA@ftces1.fidelitytech.com> Message-ID: <1091461413.1652.1.camel@cypher.acomp.usf.edu> Hey, Care for some output from the driver installation? That usually proves helpful. -brian On Mon, 2004-08-02 at 11:03, Nave, Ronald wrote: > I just upgraded FC3 Test1 from 2.6.7-1.499 to 2.6.7-1.501 kernel. > > The latest NVIDIA-6016 driver will no longer load. From talbotscott at cox.net Mon Aug 2 16:05:44 2004 From: talbotscott at cox.net (Scott Talbot) Date: Mon, 02 Aug 2004 09:05:44 -0700 Subject: Openoffice Installation Failure? In-Reply-To: <200408011928.49788.lsomike@futzin.com> References: <200408011928.49788.lsomike@futzin.com> Message-ID: <1091462744.9000.2.camel@ip68-7-36-36.sd.sd.cox.net> On Sun, 2004-08-01 at 19:28 -0500, Mike Klinke wrote: > Did anyone else have a failed openoffice installation? When I attempt > to run "oo" components I get the following error at the command line: > > Installation of OpenOffice.org 1.1.2 failed: > 'LD_LIBRARY_PATH=/usr/lib/ooo-1.1:/usr/lib/ooo-1.1/program > /usr/lib/ooo-1.1/program/setup -R:/etc/openoffice/autoresponse.conf > -v -nogui > ~/.openoffice-install-log 2>&1' > > This is a mostly vanilla "Workstation" install of FC3T1 followed by an > initial update of 300+ packages from the one of the development > mirrors yesterday morning. > > The /root/.openoffice-install-log referenced above contains: > > # cat .openoffice-install-log > /usr/lib/ooo-1.1/program/setup: line 159: syntax error near unexpected > token `else' > /usr/lib/ooo-1.1/program/setup: line 159: ` else' > > > Regards, Mike Klinke > Mike: Yes I saw the same. edit the /usr/lib/ooo-1.1/program/setup file so that the line just before and after the "else line are not remarks (remove the "#") and Office will run. Scott From amit_ml at comcast.net Mon Aug 2 16:13:14 2004 From: amit_ml at comcast.net (Amit D. Chaudhary) Date: Mon, 02 Aug 2004 09:13:14 -0700 Subject: [Fwd: ext3 filesystem corruption with Fedora Core 2, Test 3 with latest 2.6.6.x kernel] Message-ID: <410E681A.4000800@comcast.net> Resent to fedora-test as recommended. Amit -------- Original Message -------- Subject: ext3 filesystem corruption with Fedora Core 2, Test 3 with latest 2.6.6.x kernel Date: Thu, 29 Jul 2004 18:11:55 -0700 From: Amit D. Chaudhary To: fedora-list at redhat.com, linux-kernel at vger.kernel.org What happened: I got filesystem corrupted yesterday when using a Fedora Core 3, Test 3 with linux kernel 2.6.6-1.435. The filesystems were /boot and /, particularly files under /bin were missing including /bin/sh, /etc/fstab, etc. kernel images, and other files under /boot had disappeared. Setup: The desktop is a HP with a P3 700 with 512 MB RAM, 2 HDD, this happenned on ide0 (hda1 and hda3) The ext3 filesystems had the default journaling mode. How I ran into it: I ran vncserver from one of the mingetty (text) consoles, I am still trying it out and used an incorrect xstartup. Anyways, I did not connect to vnc, decided to log onto another mingetty (CTRL+ALT+2), this took the login name and hung. Now the computer went into a hard hang (No Oops, CTRL+ALT+DEL, etc did not work.) On a reboot using grub directly went into Windows (it is a dual boot system). Using the rescue disk, I noticed, since it did not mount /dev/hda1 as /boot, the old /boot was being effective and suprisingly did not have a link entry. I have reinstalled the OS, so no direct help is needed. Thought should email it to the list for information and if someone knows which release this happens in and is there a fix to it. Thanks Amit From paul at all-the-johnsons.co.uk Mon Aug 2 16:21:39 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 02 Aug 2004 17:21:39 +0100 Subject: Dependancies still missing from rawhide Message-ID: <1091463699.3124.74.camel@localhost.localdomain> Hi, The following still seem to be missing from rawhide libcroco.so.2 (needed by nautilus, gnome-games and gdm) libcurl.so.2 (needed by xine-ui and php) Any ideas when the packages are going to be updated? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michal at harddata.com Mon Aug 2 16:24:05 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 2 Aug 2004 10:24:05 -0600 Subject: what is eating dircolors? In-Reply-To: <20040801224004.87754.qmail@web52308.mail.yahoo.com>; from deji_aking@yahoo.ca on Sun, Aug 01, 2004 at 06:40:04PM -0400 References: <20040801110045.A16565@mail.harddata.com> <20040801224004.87754.qmail@web52308.mail.yahoo.com> Message-ID: <20040802102405.B5141@mail.harddata.com> On Sun, Aug 01, 2004 at 06:40:04PM -0400, Deji Akingunola wrote: > --- Michal Jaegermann wrote: > > > > In general for non-Linux systems I suspect that > > hardly anything will > > know what TERM=gnome will happen to be and this will > > affect many > > programs. > > I'm already being affected; I can't login to an IRIX > system as I'm used to do before from a FC3t1 system. > It now complain "unknown terminal TERM=gnome", won't > set my environment variable properly and thus I can do > anything on it. Well, you can type 'TERM=xterm' (or equivalent depending on which shell you happen to be using on IRIX) and this should make your IRIX much happier. You can also set 'TERM=xterm' before starting a connection to IRIX. 'gnome' terminal type is 'xterm' plus some few extras so you are not loosing that much. Or, if you are using bash and ssh for that login then you can drop as - say - /etc/profile.d/ssh.sh, or elsewhere in your startup files, something of that sort # executing ssh in a subshell to get environment automatically back if [ -x "$(type -fp ssh)" ] ; then ssh () { ( [ "$TERM" = gnome ] && TERM=xterm $(type -fp ssh) $@ ) } fi and similar for other things where you would need such change. That will solve vanishing colours in 'ls' even if you are doing 'ssh localhost' on FC3t1. :-) The above depends on 'type' from bash-3 and you would have either "hardwire" a location of ssh or play more complicated games with earlier bash versions. For those using csh I will leave to them to hack an equivalent of such shell function. :-) Last, but not least, you can modify your TERM globally back to 'xterm', which is trivial, but we are supposed to be testing. Michal From talbotscott at cox.net Mon Aug 2 16:05:44 2004 From: talbotscott at cox.net (Scott Talbot) Date: Mon, 02 Aug 2004 09:05:44 -0700 Subject: Openoffice Installation Failure? In-Reply-To: <200408011928.49788.lsomike@futzin.com> References: <200408011928.49788.lsomike@futzin.com> Message-ID: <1091462744.9000.2.camel@ip68-7-36-36.sd.sd.cox.net> On Sun, 2004-08-01 at 19:28 -0500, Mike Klinke wrote: > Did anyone else have a failed openoffice installation? When I attempt > to run "oo" components I get the following error at the command line: > > Installation of OpenOffice.org 1.1.2 failed: > 'LD_LIBRARY_PATH=/usr/lib/ooo-1.1:/usr/lib/ooo-1.1/program > /usr/lib/ooo-1.1/program/setup -R:/etc/openoffice/autoresponse.conf > -v -nogui > ~/.openoffice-install-log 2>&1' > > This is a mostly vanilla "Workstation" install of FC3T1 followed by an > initial update of 300+ packages from the one of the development > mirrors yesterday morning. > > The /root/.openoffice-install-log referenced above contains: > > # cat .openoffice-install-log > /usr/lib/ooo-1.1/program/setup: line 159: syntax error near unexpected > token `else' > /usr/lib/ooo-1.1/program/setup: line 159: ` else' > > > Regards, Mike Klinke > Mike: Yes I saw the same. edit the /usr/lib/ooo-1.1/program/setup file so that the line just before and after the "else line are not remarks (remove the "#") and Office will run. Scott From jspaleta at gmail.com Mon Aug 2 16:17:48 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Mon, 2 Aug 2004 12:17:48 -0400 Subject: Openoffice Installation Failure? In-Reply-To: <200408011928.49788.lsomike@futzin.com> References: <200408011928.49788.lsomike@futzin.com> Message-ID: <604aa79104080209175288eb2e@mail.gmail.com> On Sun, 1 Aug 2004 19:28:49 -0500, Mike Klinke wrote: > Did anyone else have a failed openoffice installation? When I attempt > to run "oo" components I get the following error at the command line: already fixed in latest avaliable development package of openoffice.org openoffice.org-1.1.2-2 -jef From lsomike at futzin.com Mon Aug 2 16:42:00 2004 From: lsomike at futzin.com (Mike Klinke) Date: Mon, 2 Aug 2004 11:42:00 -0500 Subject: Openoffice Installation Failure? In-Reply-To: <604aa79104080209175288eb2e@mail.gmail.com> References: <200408011928.49788.lsomike@futzin.com> <604aa79104080209175288eb2e@mail.gmail.com> Message-ID: <200408021142.00835.lsomike@futzin.com> On Monday 02 August 2004 11:17, Jeff Spaleta wrote: > On Sun, 1 Aug 2004 19:28:49 -0500, Mike Klinke wrote: > > Did anyone else have a failed openoffice installation? When I > > attempt to run "oo" components I get the following error at the > > command line: > > already fixed in latest avaliable development package of > openoffice.org openoffice.org-1.1.2-2 > > > -jef Thanks, I switched to another mirror server and they had the new package. Downloaded and working! Regards, Mike Klinke From michal at harddata.com Mon Aug 2 17:03:33 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 2 Aug 2004 11:03:33 -0600 Subject: more vanishing binaries Message-ID: <20040802110333.D5141@mail.harddata.com> It seems that in recent time something ate some files from i386 rawhide rpms. I looked at few mirrors and everywhere the situation is the same. This does not look like a fam -> gamin switch because missing binaries are still in use and various associated "devel" binaries and x86_64 equivalents are still there. Here is a list of what I noticed: qt-3.3.2-10.i386.rpm pcre-4.5-3.i386.rpm libxslt-1.1.8-1.i386.rpm libvorbis-1.0.1-3.i386.rpm libogg-1.1-3.i386.rpm libmng-1.0.7-4.i386.rpm libgpg-error-0.7-2.i386.rpm libgcrypt-1.2.0-3.i386.rpm arts-1.2.3-3.i386.rpm Michal From dmalcolm at redhat.com Mon Aug 2 17:17:40 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Mon, 02 Aug 2004 13:17:40 -0400 Subject: Evolution-Data-Server In-Reply-To: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> Message-ID: <1091467060.3815.30.camel@cassandra.boston.redhat.com> On Mon, 2004-08-02 at 08:35 +0200, Roger Grosswiler wrote: > Hi, > > just saw, that evolution-data-server is shipped with fc3. i just found something on internet, that it is for > centralisation of adressbook and calendar. Does somebody have something more detailled? evolution-data-server is the bit of Evolution that handles calendars, tasks and contacts, which has been split out into a separate package so that other programs can access and manipulate the data. AFAIK there aren't any other packages in Fedora using this, though there's a patch for gnome-panel to make your appointments and tasks appear in the Panel's calendar; this would add a dependency on e-d-s to gnome-panel. The current Fedora gnome-panel packages don't use this AFAIK. Dave From NaveR at fidelitytech.com Mon Aug 2 18:36:28 2004 From: NaveR at fidelitytech.com (Nave, Ronald) Date: Mon, 2 Aug 2004 14:36:28 -0400 Subject: NVIDIA driver with 2.6.7-1.501 kernel Message-ID: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> I earlier reported that the NVIDIA-6106 driver did not work with the latest 2.6.7-501 kernel. on FC3- test 1 I have inspected the nvidia installation log and Xorg log , but do not see any obvious explanation of the problem. The log files are enclosed <> <> -------------- next part -------------- A non-text attachment was scrubbed... Name: nvidia-installer.log Type: application/octet-stream Size: 13381 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Xorg.0.log Type: application/octet-stream Size: 13089 bytes Desc: not available URL: From paul at all-the-johnsons.co.uk Mon Aug 2 18:07:33 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 02 Aug 2004 19:07:33 +0100 Subject: More update problems Message-ID: <1091470053.3124.78.camel@localhost.localdomain> Hi, Trying to update from yum and currently, OpenOffice.org-i18n is causing a pile of conflicts with the last version and python-devel is not picked up when doing the yum update. TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bgerst at didntduck.org Mon Aug 2 18:44:04 2004 From: bgerst at didntduck.org (Brian Gerst) Date: Mon, 02 Aug 2004 14:44:04 -0400 Subject: NVIDIA driver with 2.6.7-1.501 kernel In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> Message-ID: <410E8B74.7010801@didntduck.org> Nave, Ronald wrote: > I earlier reported that the NVIDIA-6106 driver did not work with the latest > 2.6.7-501 kernel. on FC3- test 1 > > I have inspected the nvidia installation log and Xorg log , but do not see > any obvious explanation of the problem. > > The log files are enclosed > > <> <> > If you do 'modprobe nvidia' manually what happens? I've found that recent changes to udev have caused the module to not automatically load anymore (the device nodes are not created) and manual intervention is required. -- Brian Gerst From marshall at novafoundry.com Mon Aug 2 18:49:26 2004 From: marshall at novafoundry.com (Marshall Lewis) Date: Mon, 02 Aug 2004 14:49:26 -0400 Subject: NVIDIA driver with 2.6.7-1.501 kernel In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> Message-ID: <1091472566.4954.2.camel@localhost.localdomain> insmod nvidia see if that does anything, if it loads, then try starting x. If it doesn't load, what's the error message? On Mon, 2004-08-02 at 14:36 -0400, Nave, Ronald wrote: > I earlier reported that the NVIDIA-6106 driver did not work with the latest > 2.6.7-501 kernel. on FC3- test 1 > > I have inspected the nvidia installation log and Xorg log , but do not see > any obvious explanation of the problem. > > The log files are enclosed > > <> <> -- Marshall Lewis From michal at harddata.com Mon Aug 2 19:43:22 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 2 Aug 2004 13:43:22 -0600 Subject: Evolution-Data-Server In-Reply-To: <1091467060.3815.30.camel@cassandra.boston.redhat.com>; from dmalcolm@redhat.com on Mon, Aug 02, 2004 at 01:17:40PM -0400 References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> Message-ID: <20040802134322.A10850@mail.harddata.com> On Mon, Aug 02, 2004 at 01:17:40PM -0400, David Malcolm wrote: > > AFAIK there aren't any other packages in Fedora using this, Although 'rpm -q --whatrequires evolution-data-server' says "no package requires evolution-data-server" this package supplies /usr/lib/libebook.so.8 and /usr/lib/libedataserver.so.3. Various pieces of the current openoffice apparently cannot live without these two. :-) Michal From stan at ccs.neu.edu Mon Aug 2 20:00:57 2004 From: stan at ccs.neu.edu (Stan Bubrouski) Date: Mon, 02 Aug 2004 16:00:57 -0400 Subject: NVIDIA driver with 2.6.7-1.501 kernel In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FB@ftces1.fidelitytech.com> Message-ID: <1091476857.3937.12.camel@duergar> On Mon, 2004-08-02 at 14:36 -0400, Nave, Ronald wrote: > I earlier reported that the NVIDIA-6106 driver did not work with the latest > 2.6.7-501 kernel. on FC3- test 1 > > I have inspected the nvidia installation log and Xorg log , but do not see > any obvious explanation of the problem. > > The log files are enclosed > > <> <> It seems to be working for me right now, I've watched a couple avis and DVD without much problem. Except some frame droppage causing audio/video to go out of sync now and again...and again... I first updated the to the 1.501 kernel and recompiled the driver and it worked. It stopped working when I installed the last couple batches of rawhide updates last night. Tried recompiling the driver and rebooted and it worked again. It's been very finicky with some of the latest rawhide/kernel updates. I'm still trying to figure out exactly whats going on with a/v being outta sync quite a bit of the time, but at least in general the driver is working ok for me here. The driver still seems broken with preempt_voluntary enabled. I'm just using preempt atm. -sb -- Stan Bubrouski From mark at talios.com Mon Aug 2 20:19:28 2004 From: mark at talios.com (Mark Derricutt) Date: Tue, 03 Aug 2004 08:19:28 +1200 Subject: 2.6.7-1-501 kernel In-Reply-To: <1091461413.1652.1.camel@cypher.acomp.usf.edu> References: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FA@ftces1.fidelitytech.com> <1091461413.1652.1.camel@cypher.acomp.usf.edu> Message-ID: <410EA1D0.90701@talios.com> Brian R Smith wrote: >On Mon, 2004-08-02 at 11:03, Nave, Ronald wrote: > > >>I just upgraded FC3 Test1 from 2.6.7-1.499 to 2.6.7-1.501 kernel. >> >>The latest NVIDIA-6016 driver will no longer load. >> >> Won't load for me ( but don't have output handy and running late for work ), but I also noticed for some strange reason the installer wouldn't find the 2.6.7-1.501 kernel source to rebuild against ( which is installed ). Odd. Dropped back to the nv driver for the time being. Need to find some time to look into this. -- Discouragement is a dissatisfaction with the past, a distaste for the present, and a distrust of the future - Maree De Jong, CLCA. Mark Derricutt --- mark@ talios.com --- http://www.talios.com From jefrat at earthlink.net Mon Aug 2 20:54:28 2004 From: jefrat at earthlink.net (Jeff Ratliff) Date: Mon, 2 Aug 2004 16:54:28 -0400 Subject: 2.6.7-1-501 kernel In-Reply-To: <410EA1D0.90701@talios.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC5480238FA@ftces1.fidelitytech.com> <1091461413.1652.1.camel@cypher.acomp.usf.edu> <410EA1D0.90701@talios.com> Message-ID: <20040802205428.GA25228@earthlink.net> On Tue, Aug 03, 2004 at 08:19:28AM +1200, Mark Derricutt wrote: > Brian R Smith wrote: > > >On Mon, 2004-08-02 at 11:03, Nave, Ronald wrote: > > > > > >>I just upgraded FC3 Test1 from 2.6.7-1.499 to 2.6.7-1.501 kernel. > >> > >>The latest NVIDIA-6016 driver will no longer load. > >> > >> > Won't load for me ( but don't have output handy and running late for > work ), but I also noticed for some strange reason the installer > wouldn't find the 2.6.7-1.501 kernel source to rebuild against ( which > is installed ). Odd. > It's working fine here. Just reinstalled the driver as usual. This is a system upgraded from FC1, and hasn't seen the nv driver in a while. From jos at xos.nl Mon Aug 2 22:01:49 2004 From: jos at xos.nl (Jos Vos) Date: Tue, 3 Aug 2004 00:01:49 +0200 Subject: HP Tape Changer and Linux In-Reply-To: <20040802144234.GC15610@devserv.devel.redhat.com>; from alan@redhat.com on Mon, Aug 02, 2004 at 10:42:34AM -0400 References: <20040802142928.3E0EC735F4@hormel.redhat.com> <20040802144234.GC15610@devserv.devel.redhat.com> Message-ID: <20040803000149.A21070@xos037.xos.nl> On Mon, Aug 02, 2004 at 10:42:34AM -0400, Alan Cox wrote: > Its a scsi tape, works like any other scsi tape. You might also need a > tape changer app Im not sure if it autochanges You need "mtx" to load/unload tapes, see that status, etc. and that should work fine. -- -- Jos Vos -- X/OS Experts in Open Systems BV | Phone: +31 20 6938364 -- Amsterdam, The Netherlands | Fax: +31 20 6948204 From byte at aeon.com.my Mon Aug 2 22:50:28 2004 From: byte at aeon.com.my (Colin Charles) Date: Tue, 03 Aug 2004 08:50:28 +1000 Subject: Dependancies still missing from rawhide In-Reply-To: <1091463699.3124.74.camel@localhost.localdomain> References: <1091463699.3124.74.camel@localhost.localdomain> Message-ID: <1091487027.24634.153.camel@hermione.aeon.com.my> On Tue, 2004-08-03 at 02:21, Paul wrote: > libcroco.so.2 (needed by nautilus, gnome-games and gdm) libcroco-0.6.0-1 is around; get it from download.fedora.redhat.com's rawhide tree > libcurl.so.2 (needed by xine-ui and php) curl-7.12.0-2.i386.rpm is also around; install it, and your Rawhide dependency should be solved -- Colin Charles, byte at aeon.com.my http://www.bytebot.net/ "First they ignore you, then they laugh at you, then they fight you, then you win." -- Mohandas Gandhi From paul at all-the-johnsons.co.uk Mon Aug 2 23:19:09 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 03 Aug 2004 00:19:09 +0100 Subject: Dependancies still missing from rawhide In-Reply-To: <1091487027.24634.153.camel@hermione.aeon.com.my> References: <1091463699.3124.74.camel@localhost.localdomain> <1091487027.24634.153.camel@hermione.aeon.com.my> Message-ID: <1091488749.3124.85.camel@localhost.localdomain> Hi, > > libcroco.so.2 (needed by nautilus, gnome-games and gdm) > > libcroco-0.6.0-1 is around; get it from download.fedora.redhat.com's > rawhide tree > > > libcurl.so.2 (needed by xine-ui and php) > > curl-7.12.0-2.i386.rpm is also around; install it, and your Rawhide > dependency should be solved The problem is that both of them are already installed, but software in rawhide depends on a newer version - so the software listed which relies on the older libs needs to be renewed. I've found another problem - librsvg2 (also in rawhide) seems to be an additional problem for nautilus, gnone-games and gdm TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mike at netlyncs.com Tue Aug 3 01:01:34 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 02 Aug 2004 20:01:34 -0500 Subject: Bash prompt change Message-ID: <1091494894.32561.1.camel@scrappy.netlyncs.com> Anyone notice/see their prompt change to [mike at scrappy ~]$ after the latest rawhide updates? It seems to show the proper dir's when you switch out of home, but it shows ~ (yes I know that means your home dir) when you first change to a user and their home dir. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From byte at aeon.com.my Tue Aug 3 01:22:20 2004 From: byte at aeon.com.my (Colin Charles) Date: Tue, 03 Aug 2004 11:22:20 +1000 Subject: Dependancies still missing from rawhide In-Reply-To: <1091488749.3124.85.camel@localhost.localdomain> References: <1091463699.3124.74.camel@localhost.localdomain> <1091487027.24634.153.camel@hermione.aeon.com.my> <1091488749.3124.85.camel@localhost.localdomain> Message-ID: <1091496139.24634.160.camel@hermione.aeon.com.my> On Tue, 2004-08-03 at 09:19, Paul wrote: > The problem is that both of them are already installed, but software in > rawhide depends on a newer version - so the software listed which relies > on the older libs needs to be renewed. Output of rpm -qa for curl and libcroco please I had the same issue, so a manual install (rpm -ivh) allowed me to just update to the latest tree on my box not too long ago. They were installed as well on mine, just that it was an older version - your mirror might be out of sync > I've found another problem - librsvg2 (also in rawhide) seems to be an > additional problem for nautilus, gnone-games and gdm /me does yet another upgrade -- Colin Charles, byte at aeon.com.my http://www.bytebot.net/ "First they ignore you, then they laugh at you, then they fight you, then you win." -- Mohandas Gandhi From davej at redhat.com Tue Aug 3 01:37:38 2004 From: davej at redhat.com (Dave Jones) Date: Tue, 3 Aug 2004 02:37:38 +0100 Subject: FC3-test1 agpgart warning on boot and very slow In-Reply-To: <1091171186.16519.11.camel@raven.vtr.co.uk> References: <1091171186.16519.11.camel@raven.vtr.co.uk> Message-ID: <20040803013738.GA18044@redhat.com> On Fri, Jul 30, 2004 at 08:06:26AM +0100, Simon Sedgwick wrote: > >> agpgart: Detected an Intel i815 Chipset, but could not find the > >> secondary device. > >> agpgart: Detected an Intel i815 Chipset. > >> agpgart: Maximum main memory to use for agp memory: 439M > >> agpgart: AGP aperture is 64M @ 0xf8000000 > >> > Well I don't have a secondary graphics adaptor in it. I tried installing > FC2 and that does the same. Install goes fine but on first boot up it > runs like a dog. I've just reinstalled FC1 to make sure it's not a > hardware problem and thats running sweet. Shame because I was just > getting into this whole spacial Nautilus thing :-( Can you mail me the output of lspci -n on this box please ? This is possibly something thats been broken for a while in 2.6 if both FC2 and FC3 exhibit the same bug. Dave From aoliva at redhat.com Tue Aug 3 02:16:06 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 02 Aug 2004 23:16:06 -0300 Subject: Dependancies still missing from rawhide In-Reply-To: <1091487027.24634.153.camel@hermione.aeon.com.my> References: <1091463699.3124.74.camel@localhost.localdomain> <1091487027.24634.153.camel@hermione.aeon.com.my> Message-ID: On Aug 2, 2004, Colin Charles wrote: > On Tue, 2004-08-03 at 02:21, Paul wrote: >> libcroco.so.2 (needed by nautilus, gnome-games and gdm) > libcroco-0.6.0-1 is around Problem is the packages (listed above as needed by) that still depend on the older version. They need a rebuild. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From lsomike at futzin.com Tue Aug 3 02:42:53 2004 From: lsomike at futzin.com (Mike Klinke) Date: Mon, 2 Aug 2004 21:42:53 -0500 Subject: FC3T1 Gnome Errors Message-ID: <200408022142.53418.lsomike@futzin.com> After downloading the latest batches of updated files yesterday and today I find that I'm getting error messages from the "Gnome Settings Daemon" whenever I boot up into FC3T1 as follows: ========== Error Message Box ====== There was an error starting the GNOME Settings Daemon. Some things, such as themes, sounds, or background settings may not work correctly. The Settings Daemon restarted too many times. The last error message was: Child process did not give an error message, unknown failure occurred GNOME will still try to restart the Settings Daemon next time you log in. ========== >From the system.log: --------- /var/log/messages -------- Aug 2 20:12:22 localhost gconfd (root-2627): starting (version 2.6.0), pid 2627 user 'root' Aug 2 20:12:23 localhost gconfd (root-2627): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config source atposition 0 Aug 2 20:12:23 localhost gconfd (root-2627): Resolved address "xml:readwrite:/root/.gconf" to a writable config source at position 1 Aug 2 20:12:23 localhost gconfd (root-2627): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source at position 2 --------- and indeed, changing themes ultimately led to the following error messages: Changing to bluecurve: ========== Error Message Boxes (2) ====== The Application "wnck-applet" has quit unexpectedly. You can inform the developers of what happened to help them fix it. Or you can restart the application right now. The "Window List" applet appears to have died unexpectedly. Do you want to reload this applet? (If you choose not to reload it at this time you can always add it by right clicking on the panel and clicking on the "Add to Panel" submenu) ========= Also an error box concerning "window switcher" with same verbage as above ========= If I simply log out and log back in, I don't get the initial error but the system log does contain: --------- /var/log/messages -------- Aug 2 21:26:30 localhost gdm(pam_unix)[2518]: session opened for user root by (uid=0) Aug 2 21:26:31 localhost gconfd (root-2891): starting (version 2.6.0), pid 2891 user 'root' Aug 2 21:26:31 localhost gconfd (root-2891): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config source at position 0 Aug 2 21:26:31 localhost gconfd (root-2891): Resolved address "xml:readwrite:/root/.gconf" to a writable config source at position 1 Aug 2 21:26:31 localhost gconfd (root-2891): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source at position 2 Aug 2 21:26:31 localhost bonobo-activation-server (root-2902): iid OAFIID:BrokenNoType:20000808 has a NULL type -------------------------------------- Anyone else seeing this? Regards, Mike Klinke From notting at redhat.com Tue Aug 3 03:15:21 2004 From: notting at redhat.com (Bill Nottingham) Date: Mon, 2 Aug 2004 23:15:21 -0400 Subject: Bash prompt change In-Reply-To: <1091494894.32561.1.camel@scrappy.netlyncs.com> References: <1091494894.32561.1.camel@scrappy.netlyncs.com> Message-ID: <20040803031521.GA11278@nostromo.devel.redhat.com> Mike Chambers (mike at netlyncs.com) said: > Anyone notice/see their prompt change to [mike at scrappy ~]$ after the > latest rawhide updates? It seems to show the proper dir's when you > switch out of home, but it shows ~ (yes I know that means your home dir) > when you first change to a user and their home dir. This is a change in bash 3.0, AFAIK. Bill From lsomike at futzin.com Tue Aug 3 03:36:01 2004 From: lsomike at futzin.com (Mike Klinke) Date: Mon, 2 Aug 2004 22:36:01 -0500 Subject: Bash prompt change In-Reply-To: <1091494894.32561.1.camel@scrappy.netlyncs.com> References: <1091494894.32561.1.camel@scrappy.netlyncs.com> Message-ID: <200408022236.01284.lsomike@futzin.com> On Monday 02 August 2004 20:01, Mike Chambers wrote: > Anyone notice/see their prompt change to [mike at scrappy ~]$ after > the latest rawhide updates? It seems to show the proper dir's when > you switch out of home, but it shows ~ (yes I know that means your > home dir) when you first change to a user and their home dir. > > -- > Mike Chambers > Madisonville, KY > > "It's only funny until someone gets hurt...Then it's hilarious!" After Bill answered I saw this in a "bash" FAQ at: http://cnswww.cns.cwru.edu/~chet/bash/FAQ --------- G5) How do I get the current directory into my prompt? Bash provides a number of backslash-escape sequences which are expanded when the prompt string (PS1 or PS2) is displayed. The full list is in the manual page. The \w expansion gives the full pathname of the current directory, with a tilde (`~') substituted for the current value of $HOME. The \W expansion gives the basename of the current directory. To put the full pathname of the current directory into the path without any tilde subsitution, use $PWD. Here are some examples: PS1='\w$ ' # current directory with tilde PS1='\W$ ' # basename of current directory PS1='$PWD$ ' # full pathname of current directory The single quotes are important in the final example to prevent $PWD from being expanded when the assignment to PS1 is performed. ------------ Regards, Mike Klinke From michal at harddata.com Tue Aug 3 04:58:33 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 2 Aug 2004 22:58:33 -0600 Subject: FC3T1 Gnome Errors In-Reply-To: <200408022142.53418.lsomike@futzin.com>; from lsomike@futzin.com on Mon, Aug 02, 2004 at 09:42:53PM -0500 References: <200408022142.53418.lsomike@futzin.com> Message-ID: <20040802225833.A21954@mail.harddata.com> On Mon, Aug 02, 2004 at 09:42:53PM -0500, Mike Klinke wrote: > After downloading the latest batches of updated files yesterday and > today I find that I'm getting error messages from the "Gnome Settings > Daemon" whenever I boot up into FC3T1 as follows: ........... > > Anyone else seeing this? https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128890 Michal From roger at gwch.net Tue Aug 3 05:43:28 2004 From: roger at gwch.net (Roger Grosswiler) Date: Tue, 3 Aug 2004 07:43:28 +0200 (CEST) Subject: Evolution-Data-Server In-Reply-To: <1091467060.3815.30.camel@cassandra.boston.redhat.com> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> Message-ID: <16878.62.2.21.164.1091511808.squirrel@www.gwch.net> > On Mon, 2004-08-02 at 08:35 +0200, Roger Grosswiler wrote: >> Hi, >> >> just saw, that evolution-data-server is shipped with fc3. i just found something on internet, that it is for >> centralisation of adressbook and calendar. Does somebody have something more detailled? > > evolution-data-server is the bit of Evolution that handles calendars, > tasks and contacts, which has been split out into a separate package so > that other programs can access and manipulate the data. > > AFAIK there aren't any other packages in Fedora using this, though > there's a patch for gnome-panel to make your appointments and tasks > appear in the Panel's calendar; this would add a dependency on e-d-s to > gnome-panel. The current Fedora gnome-panel packages don't use this > AFAIK. > > Dave > > Thanks Dave, This would mean, that you can install e-d-s on a separate machine for your whole network and serve and calendar and adressdata from a central point of view?? Roger From kms at passback.co.uk Tue Aug 3 08:06:16 2004 From: kms at passback.co.uk (Keith Sharp) Date: Tue, 03 Aug 2004 09:06:16 +0100 Subject: Evolution-Data-Server In-Reply-To: <1091467060.3815.30.camel@cassandra.boston.redhat.com> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> Message-ID: <1091520376.23893.12.camel@animal> On Mon, 2004-08-02 at 13:17 -0400, David Malcolm wrote: > On Mon, 2004-08-02 at 08:35 +0200, Roger Grosswiler wrote: > > Hi, > > > > just saw, that evolution-data-server is shipped with fc3. i just found something on internet, that it is for > > centralisation of adressbook and calendar. Does somebody have something more detailled? > > evolution-data-server is the bit of Evolution that handles calendars, > tasks and contacts, which has been split out into a separate package so > that other programs can access and manipulate the data. > > AFAIK there aren't any other packages in Fedora using this, though > there's a patch for gnome-panel to make your appointments and tasks > appear in the Panel's calendar; this would add a dependency on e-d-s to > gnome-panel. The current Fedora gnome-panel packages don't use this > AFAIK. This feature is now included in the gnome-panel/applets/clock/ source. The configure script automatically detects the presence of evolution- data-server, and if found builds the clock applet with support. You can override this and disable the use of e-d-s at build time. The latest gnome-panel RPM (2.6.0-10) from Rawhide appears to leave this to be detected at build time by not explicitly disabling this feature, ie if the build host has e-d-s installed then you will get support built. Keith. From mike at netlyncs.com Tue Aug 3 08:41:07 2004 From: mike at netlyncs.com (Mike Chambers) Date: Tue, 03 Aug 2004 03:41:07 -0500 Subject: [Fwd: Re: Web site design] Message-ID: <1091522467.1006.3.camel@scrappy.netlyncs.com> I know this isn't about development of the next release, but this would be a question about the packages in the next release. According to my reply about creating/updating a web site below, can I do the html converting that is talked about below with packages in Fedora? I don't have dreamweaver and not sure I would want to purchase it for windows if it's expensive. Would rather do it with something cheap, unless I can use something in Fedora to manage the site with. Any hints/suggestions on this? (ftp access is obviously no problem). Thanks and sorry to bother everyone with this, Mike -------- Forwarded Message -------- From: delph at delphcommunications.com To: mike at netlyncs.com Subject: Re: Web site design Date: Mon, 02 Aug 2004 20:39:51 -0700 Mike- Thanks for the email. All of my packages for race teams are currently setup to provide both the design and upkeep of the site. I assume you still want to do the maintaining of the site yourself? I draw up all of my sites in Photoshop and Image Ready and then put the html stuff in Dreamweaver. Do you have access to Dreamweaver to update the site I designed you one? I assume you have some sort of ftp access so that you can upload the site as well. If you have Dreamweaver (or possibly another program that converts html) and a ftp access, I would be happy to design you and your friend a site. If not, I would still be happy to do it, but I would probably have to do all the updating, which is no problem. From markmc at redhat.com Tue Aug 3 08:52:28 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Tue, 03 Aug 2004 09:52:28 +0100 Subject: Evolution-Data-Server In-Reply-To: <1091520376.23893.12.camel@animal> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> <1091520376.23893.12.camel@animal> Message-ID: <1091523147.4058.159.camel@localhost.localdomain> Hi, On Tue, 2004-08-03 at 09:06, Keith Sharp wrote: > The latest gnome-panel RPM (2.6.0-10) from Rawhide appears to leave this > to be detected at build time by not explicitly disabling this feature, > ie if the build host has e-d-s installed then you will get support > built. Dave has a fix for this so it should appear in Raw Hide within the next few days. Cheers, Mark. From markmc at redhat.com Tue Aug 3 08:54:00 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Tue, 03 Aug 2004 09:54:00 +0100 Subject: FC3T1 Gnome Errors In-Reply-To: <200408022142.53418.lsomike@futzin.com> References: <200408022142.53418.lsomike@futzin.com> Message-ID: <1091523240.4058.162.camel@localhost.localdomain> Hi, On Tue, 2004-08-03 at 03:42, Mike Klinke wrote: > >From the system.log: > > --------- /var/log/messages -------- > Aug 2 20:12:22 localhost gconfd (root-2627): starting (version > 2.6.0), pid 2627 user 'root' > Aug 2 20:12:23 localhost gconfd (root-2627): Resolved address > "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config > source atposition 0 > Aug 2 20:12:23 localhost gconfd (root-2627): Resolved address > "xml:readwrite:/root/.gconf" to a writable config source at position > 1 > Aug 2 20:12:23 localhost gconfd (root-2627): Resolved address > "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config > source at position 2 > --------- No problem here - just informative messages from syslog. Whether gconf should be logging this stuff at all is another debate. > and indeed, changing themes ultimately led to the following error > messages: > > Changing to bluecurve: > > ========== Error Message Boxes (2) ====== > The Application "wnck-applet" has quit unexpectedly. We need a stack trace for that - preferably with the gnome-panel debuginfo package installed. > --------- /var/log/messages -------- > Aug 2 21:26:30 localhost gdm(pam_unix)[2518]: session opened for user > root by (uid=0) > Aug 2 21:26:31 localhost gconfd (root-2891): starting (version > 2.6.0), pid 2891 user 'root' > Aug 2 21:26:31 localhost gconfd (root-2891): Resolved address > "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config > source at position 0 > Aug 2 21:26:31 localhost gconfd (root-2891): Resolved address > "xml:readwrite:/root/.gconf" to a writable config source at position > 1 > Aug 2 21:26:31 localhost gconfd (root-2891): Resolved address > "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config > source at position 2 Again, no errors here. > Aug 2 21:26:31 localhost bonobo-activation-server (root-2902): iid > OAFIID:BrokenNoType:20000808 has a NULL type http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125423 Cheers, Mark. From mike at netlyncs.com Tue Aug 3 08:55:59 2004 From: mike at netlyncs.com (Mike Chambers) Date: Tue, 03 Aug 2004 03:55:59 -0500 Subject: Bash prompt change In-Reply-To: <200408022236.01284.lsomike@futzin.com> References: <1091494894.32561.1.camel@scrappy.netlyncs.com> <200408022236.01284.lsomike@futzin.com> Message-ID: <1091523359.1499.2.camel@scrappy.netlyncs.com> On Mon, 2004-08-02 at 22:36 -0500, Mike Klinke wrote: > Bash provides a number of backslash-escape sequences which are > expanded when the prompt string (PS1 or PS2) is displayed. The full > list is in the manual page. > > The \w expansion gives the full pathname of the current directory, > with a tilde (`~') substituted for the current value of $HOME. The > \W expansion gives the basename of the current directory. To put the > full pathname of the current directory into the path without any > tilde subsitution, use $PWD. Here are some examples: > > PS1='\w$ ' # current directory with tilde > PS1='\W$ ' # basename of current directory > PS1='$PWD$ ' # full pathname of current directory > I looked through /etc/bashrc and saw a couple of lines that might be where it's setup to show the tilde for home, but the parts I changed didn't seem to take affect (although only thing I did was logout of gnome instead of rebooting). Is that the correct file and if so, what needs changing? Or can I just add a simple PS1 line to my own bash_profile or bashrc file and just do it for myself (only one on machine anyway)? -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From mike at bristolreccc.co.uk Tue Aug 3 09:03:38 2004 From: mike at bristolreccc.co.uk (mike) Date: Tue, 03 Aug 2004 10:03:38 +0100 Subject: Problems building (anything) Message-ID: <1091523818.30676.8.camel@datacc> I have two machines with full build environments with FC3T1, the work machine is fine (1400 duron) However my home machine wont build anything, it bails with an error "internal compiler error - illegal instruction" As an example building the kernel, this occurs on make menuconfig on scripts/basic/fixdep (ie immediately, so would not appear to any broken hardware isues) The only thing I can think of is that my home box is a K6/2 ie: i586 From darren at dzr-web.com Tue Aug 3 10:04:47 2004 From: darren at dzr-web.com (D. D. Brierton) Date: Tue, 03 Aug 2004 11:04:47 +0100 Subject: [Fwd: Re: Web site design] In-Reply-To: <1091522467.1006.3.camel@scrappy.netlyncs.com> References: <1091522467.1006.3.camel@scrappy.netlyncs.com> Message-ID: <1091527487.4222.19.camel@excession.dzr> [Replying off-list] On Tue, 2004-08-03 at 09:41, Mike Chambers wrote: > I know this isn't about development of the next release, but this would > be a question about the packages in the next release. According to my > reply about creating/updating a web site below, can I do the html > converting that is talked about below with packages in Fedora? Converting from what? > I don't > have dreamweaver and not sure I would want to purchase it for windows if > it's expensive. Would rather do it with something cheap, unless I can > use something in Fedora to manage the site with. Mozilla composer is a reasonably good WYSIWYG HTML editor. Otherwise there are numerous options for editing the HTML directly. Bluefish and Quanta are the most obvious options. Quanta comes with Fedora Core, Bluefish is in one of the extra repositories. > Any hints/suggestions on this? (ftp access is obviously no problem). Depending on what version of Dreamweaver your web developer used, your site may well consist of "tag soup", and editing it in anything other than Dreamweaver may be a complete pain in the butt. This was mostly true of older version of Dreamweaver. The newer ones are much better in this regard. If your web designer/developer had cleanly separated the content from the presentation by using clean structural/semantic markup and putting all of the layout and presentation in CSS (which is what developers *should* be doing nowadays, although if he uses Dreamweaver it is unlikely that that is what he's done) then editing your pages in a good text editor would be very easy. As Dreamweaver tends to mix the content and the presentation together editing the source by hand may prove difficult. Depending on how important the site is to you you may wish to consider getting a better developer (i.e. someone who knows how to hand code and doesn't rely on tools like Dreamweaver) and investing in some kind of simple content management solution. Best, Darren -- ===================================================================== D. D. Brierton darren at dzr-web.com www.dzr-web.com Trying is the first step towards failure (Homer Simpson) ===================================================================== From darren at dzr-web.com Tue Aug 3 10:17:28 2004 From: darren at dzr-web.com (D. D. Brierton) Date: Tue, 03 Aug 2004 11:17:28 +0100 Subject: [Fwd: Re: Web site design] In-Reply-To: <1091527487.4222.19.camel@excession.dzr> References: <1091522467.1006.3.camel@scrappy.netlyncs.com> <1091527487.4222.19.camel@excession.dzr> Message-ID: <1091528248.4222.21.camel@excession.dzr> On Tue, 2004-08-03 at 11:04, D. D. Brierton wrote: > [Replying off-list] Sigh. Well I *meant* to reply off-list. Hadn't noticed the list sets the reply-to header. -- ===================================================================== D. D. Brierton darren at dzr-web.com www.dzr-web.com Trying is the first step towards failure (Homer Simpson) ===================================================================== From kms at passback.co.uk Tue Aug 3 10:57:51 2004 From: kms at passback.co.uk (Keith Sharp) Date: Tue, 03 Aug 2004 11:57:51 +0100 Subject: Evolution-Data-Server In-Reply-To: <1091523147.4058.159.camel@localhost.localdomain> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> <1091520376.23893.12.camel@animal> <1091523147.4058.159.camel@localhost.localdomain> Message-ID: <1091530671.23893.22.camel@animal> On Tue, 2004-08-03 at 09:52 +0100, Mark McLoughlin wrote: > Hi, > > On Tue, 2004-08-03 at 09:06, Keith Sharp wrote: > > > The latest gnome-panel RPM (2.6.0-10) from Rawhide appears to leave this > > to be detected at build time by not explicitly disabling this feature, > > ie if the build host has e-d-s installed then you will get support > > built. > > Dave has a fix for this so it should appear in Raw Hide within the next > few days. Is the fix to build e-d-s support or to disable it? Keith. From mhaney at interactsys.com Tue Aug 3 10:59:50 2004 From: mhaney at interactsys.com (Mark Haney) Date: Tue, 03 Aug 2004 06:59:50 -0400 Subject: [OT] Bandwidth monitoring tools Message-ID: This is a bit off topic, but does anyone know of/use any linux bandwidth monitoring tools? I'm looking for something to keep track of bandwidth on a couple of Cisco PIX firewalls and routers. -- Aut Caesar aut nihil Mark Haney Network Administrator Interact Public Safety Systems cell: 828-280-2426 From douglas.furlong at firebox.com Tue Aug 3 11:16:56 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Tue, 03 Aug 2004 12:16:56 +0100 Subject: [OT] Bandwidth monitoring tools In-Reply-To: References: Message-ID: <1091531816.3173.19.camel@douglas-furlong.firebox.com> On Tue, 2004-08-03 at 06:59 -0400, Mark Haney wrote: > This is a bit off topic, but does anyone know of/use any linux bandwidth > monitoring tools? I'm looking for something to keep track of bandwidth on > a couple of Cisco PIX firewalls and routers. Morning Mark. I've found SNMP to be the best underlying protocol for monitoring of this sort, then combine that with another tool, along the lines of MRTG or Cricket (both based on the same routes). The above would give you good historic data graph's for capacity planning and trend monitoring. There are other applications that you could use for instant response, but off the top of my head I can't remember what that is called, and there may be better solutions now (I was thinking of a TK based application). -- Douglas Furlong Systems Administrator Firebox.com T: 0870 420 4475 F: 0870 220 2178 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mhaney at interactsys.com Tue Aug 3 12:09:11 2004 From: mhaney at interactsys.com (Mark Haney) Date: Tue, 03 Aug 2004 08:09:11 -0400 Subject: [OT] Bandwidth monitoring tools In-Reply-To: <1091531816.3173.19.camel@douglas-furlong.firebox.com> References: <1091531816.3173.19.camel@douglas-furlong.firebox.com> Message-ID: Hmm, I've never heard of cricket, does anyone have any experience with it? I've used mrtg before, but I feel like that might be overkill for this setup. On Tue, 3 Aug 2004 07:16:56 -0400, Douglas Furlong wrote: -- Aut Caesar aut nihil Mark Haney Network Administrator Interact Public Safety Systems cell: 828-280-2426 From naheemzaffar at gmail.com Tue Aug 3 12:35:48 2004 From: naheemzaffar at gmail.com (Naheem Zaffar) Date: Tue, 3 Aug 2004 13:35:48 +0100 Subject: rpm -Rebuilddb problems In-Reply-To: References: <1091382209.2957.3.camel@RuneLinux.tamn.local> <3adc772104080111261cea2e8c@mail.gmail.com> <20040801192642.GA12803@wolves.durham.nc.us> <3adc7721040801123132746a67@mail.gmail.com> <3adc77210408011238bebe130@mail.gmail.com> Message-ID: <3adc772104080305354c430f82@mail.gmail.com> No bothers; I have reinstalled FC2. Will soon yum upto FC3 Test but probably wait until Test 2 as yum may struggle with the curent deps. Thanks again! On Sun, 1 Aug 2004 23:05:21 -0500 (CDT), Satish Balay wrote: > > > On Sun, 1 Aug 2004, Naheem Zaffar wrote: > > > The plot thickens. If I remove -f i get: > > # rm /var/lib/rpm/__db.001* > > rm: cannot lstat `/var/lib/rpm/__db.001*': No such file or directory > > thats because they were deleted earlier - as per my earlier instructions. > rm -f /var/lib/rpm/__db.* > > > > > > # rpm -rebuilddb > > rpmdb: /var/lib/rpm/__db.001: Permission denied > > error: db4 error(13) from dbenv->open: Permission denied > > error: cannot open Packages index > > I'm stumped. Other experts on rpm have to answer this one (why > --rebuilddb doesn't work) > > For one - you could try the following and see if shows any errors on > installed rpm package: > > rpm -V rpm > > Satsh > > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From lsomike at futzin.com Tue Aug 3 13:07:40 2004 From: lsomike at futzin.com (Mike Klinke) Date: Tue, 3 Aug 2004 08:07:40 -0500 Subject: FC3T1 Gnome Errors In-Reply-To: <1091523240.4058.162.camel@localhost.localdomain> References: <200408022142.53418.lsomike@futzin.com> <1091523240.4058.162.camel@localhost.localdomain> Message-ID: <200408030807.41059.lsomike@futzin.com> On Tuesday 03 August 2004 03:54, Mark McLoughlin wrote: > > Changing to bluecurve: > > > > ========== Error Message Boxes (2) ====== > > The Application "wnck-applet" has quit unexpectedly. > > We need a stack trace for that - preferably with the gnome-panel > debuginfo package installed. Other than the first time I tried changing the themes (in spite of the error messsage in my previous note that said it may not work) this hasn't happened again. I believe it has to do with the fact that I no longer have all the normal items in the bottom panel/menu bar; task switching area, desktop selection area, etc. See www.futzin.com/menubar.jpg Assuming that I can duplicate this error message, I have done the more straight forward "strace " at the CLI but I've never been much of a GUI type. Would it simply be to issue the command "strace gnome-themes" at the CLI? If not, is there a guide for setting this up that you can point to? Regards, Mike Klinke From markmc at redhat.com Tue Aug 3 13:21:23 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Tue, 03 Aug 2004 14:21:23 +0100 Subject: Evolution-Data-Server In-Reply-To: <1091530671.23893.22.camel@animal> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> <1091520376.23893.12.camel@animal> <1091523147.4058.159.camel@localhost.localdomain> <1091530671.23893.22.camel@animal> Message-ID: <1091539283.4058.177.camel@localhost.localdomain> On Tue, 2004-08-03 at 11:57, Keith Sharp wrote: > On Tue, 2004-08-03 at 09:52 +0100, Mark McLoughlin wrote: > > Hi, > > > > On Tue, 2004-08-03 at 09:06, Keith Sharp wrote: > > > > > The latest gnome-panel RPM (2.6.0-10) from Rawhide appears to leave this > > > to be detected at build time by not explicitly disabling this feature, > > > ie if the build host has e-d-s installed then you will get support > > > built. > > > > Dave has a fix for this so it should appear in Raw Hide within the next > > few days. > > Is the fix to build e-d-s support or to disable it? To build it. Cheers, Mark. From douglas.furlong at firebox.com Tue Aug 3 13:33:04 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Tue, 03 Aug 2004 14:33:04 +0100 Subject: [OT] Bandwidth monitoring tools In-Reply-To: References: <1091531816.3173.19.camel@douglas-furlong.firebox.com> Message-ID: <1091539984.3173.35.camel@douglas-furlong.firebox.com> On Tue, 2004-08-03 at 08:09 -0400, Mark Haney wrote: > Hmm, I've never heard of cricket, does anyone have any experience with > it? I've used mrtg before, but I feel like that might be overkill for > this setup. > From what I can gather Cricket is just a refined MRTG, with additional scripts and detection options. Setting up MRTG can be done in minutes so I would consider it overkill as far as effort goes :) -- Douglas Furlong Systems Administrator Firebox.com T: 0870 420 4475 F: 0870 220 2178 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mgalvin at nycap.rr.com Tue Aug 3 13:43:35 2004 From: mgalvin at nycap.rr.com (M Galvin) Date: Tue, 3 Aug 2004 09:43:35 -0400 Subject: [OT] Bandwidth monitoring tools In-Reply-To: Message-ID: <200408031343.i73DhYMw006312@ms-smtp-02.nyroc.rr.com> Hi Mark, If you are looking for something with a bit more features I would recommend one of the following: 1) NMIS - http://www.sins.com.au/nmis/ 2) OpenNMS - http://www.opennms.org/wiki/tiki-index.php Of course the other tools mentioned by others are also great tools and worth consideration as well. Hope this helps, Matt -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of Mark Haney Sent: Tuesday, August 03, 2004 7:00 AM To: fedora-test-list at redhat.com Subject: [OT] Bandwidth monitoring tools This is a bit off topic, but does anyone know of/use any linux bandwidth monitoring tools? I'm looking for something to keep track of bandwidth on a couple of Cisco PIX firewalls and routers. -- Aut Caesar aut nihil Mark Haney Network Administrator Interact Public Safety Systems cell: 828-280-2426 -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From shrek-m at gmx.de Tue Aug 3 15:32:55 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Tue, 03 Aug 2004 17:32:55 +0200 Subject: [OT] Bandwidth monitoring tools In-Reply-To: <200408031343.i73DhYMw006312@ms-smtp-02.nyroc.rr.com> References: <200408031343.i73DhYMw006312@ms-smtp-02.nyroc.rr.com> Message-ID: <410FB027.9040109@gmx.de> M Galvin wrote: > 1) NMIS - http://www.sins.com.au/nmis/ > 2) OpenNMS - http://www.opennms.org/wiki/tiki-index.php > > ntop ? http://www.ntop.org/ from luca deri http://ntop.org/ -- shrek-m From gstool at earthlink.net Tue Aug 3 16:02:16 2004 From: gstool at earthlink.net (Gerry Tool) Date: Tue, 03 Aug 2004 11:02:16 -0500 Subject: Today's dependency problems Message-ID: <410FB708.9080802@earthlink.net> I managed to get all but two of the packages currently in the update queue installed. The remaining two, libcroco and librsvg2 both refuse to install with a warning Unresolvable chain of dependencies: gimp 2.0.3-1 requires libcroco.so.2 gnome-games 2.6.2-1 requires libcroco.so.2 nautilus 2.6.0-6 requires libcroco.so.2 This situation has persisted for several days. How can I resolve this? Thanks. Gerry Tool From balay at fastmail.fm Tue Aug 3 16:11:29 2004 From: balay at fastmail.fm (Satish Balay) Date: Tue, 3 Aug 2004 11:11:29 -0500 (CDT) Subject: Today's dependency problems In-Reply-To: <410FB708.9080802@earthlink.net> References: <410FB708.9080802@earthlink.net> Message-ID: On Tue, 3 Aug 2004, Gerry Tool wrote: > I managed to get all but two of the packages currently in the update queue > installed. The remaining two, libcroco and librsvg2 both refuse to install > with a warning > > Unresolvable chain of dependencies: > gimp 2.0.3-1 requires libcroco.so.2 > gnome-games 2.6.2-1 requires libcroco.so.2 > nautilus 2.6.0-6 requires libcroco.so.2 > > This situation has persisted for several days. How can I resolve this? You'll just have to wait until the newer builds of gimp gnome-games nautilus get into rawhide. BTW: myy update command of the day is: yum -y --exclude=libcroco --exclude=librsvg2 upgrade Satish From paul at all-the-johnsons.co.uk Tue Aug 3 16:07:17 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 03 Aug 2004 17:07:17 +0100 Subject: Today's dependency problems In-Reply-To: <410FB708.9080802@earthlink.net> References: <410FB708.9080802@earthlink.net> Message-ID: <1091549237.3150.37.camel@localhost.localdomain> Hi, > This situation has persisted for several days. How can I resolve this? You can't - Redhat has to do the repackage... TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mhaney at interactsys.com Tue Aug 3 17:12:17 2004 From: mhaney at interactsys.com (Mark Haney) Date: Tue, 03 Aug 2004 13:12:17 -0400 Subject: Yet another monitor request Message-ID: Okay, I'm nall set with a bandwidth monitor, but does anyone know of a good software package that monitors traffic on a router (or PIX) by _port_, ie, 80 for http, etc? -- Aut Caesar aut nihil Mark Haney Network Administrator Interact Public Safety Systems cell: 828-280-2426 From lsomike at futzin.com Tue Aug 3 17:44:38 2004 From: lsomike at futzin.com (Mike Klinke) Date: Tue, 3 Aug 2004 12:44:38 -0500 Subject: Bash prompt change In-Reply-To: <1091523359.1499.2.camel@scrappy.netlyncs.com> References: <1091494894.32561.1.camel@scrappy.netlyncs.com> <200408022236.01284.lsomike@futzin.com> <1091523359.1499.2.camel@scrappy.netlyncs.com> Message-ID: <200408031244.38386.lsomike@futzin.com> On Tuesday 03 August 2004 03:55, Mike Chambers wrote: > > Is that the correct file and if so, what needs changing? Or can I > just add a simple PS1 line to my own bash_profile or bashrc file > and just do it for myself (only one on machine anyway)? I just added: PS1='$PWD$ ' export PS1 to .bashrc, logged out and logged back in and the prompt changed. The FAQ above can be easily misread to mean that the \W will not show a ~ but "man bash" shows the complete description including "with tilde" Regards, Mike Klinke From talbotscott at cox.net Tue Aug 3 18:34:30 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 03 Aug 2004 11:34:30 -0700 Subject: bash changes Message-ID: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> All: Since installing bash-3, whenever I su - to another user (root or whoever) I no longer have any of the aliases available (i.e. ll, l., etc. ). The offending script appears to be /etc/bashrc. the last thing it does is: if [ "x$SHLVL" != "x1" ]; then # We're not a login shell for i in /etc/profile.d/*.sh; do if [ -r "$i" ]; then . $i fi done unset i fi fi which sources all of the *.sh scripts in /etc/profile.d but apparently this only happens when bash is run therefore I lose all of them if I su - to root So does this need fixing or is it just a pain? Scott P.S. From dmalcolm at redhat.com Tue Aug 3 18:48:14 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Tue, 03 Aug 2004 14:48:14 -0400 Subject: Evolution-Data-Server In-Reply-To: <16878.62.2.21.164.1091511808.squirrel@www.gwch.net> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> <16878.62.2.21.164.1091511808.squirrel@www.gwch.net> Message-ID: <1091558894.30952.4.camel@cassandra.boston.redhat.com> On Tue, 2004-08-03 at 07:43 +0200, Roger Grosswiler wrote: > > On Mon, 2004-08-02 at 08:35 +0200, Roger Grosswiler wrote: > >> Hi, > >> > >> just saw, that evolution-data-server is shipped with fc3. i just found something on internet, that it is for > >> centralisation of adressbook and calendar. Does somebody have something more detailled? > > > > evolution-data-server is the bit of Evolution that handles calendars, > > tasks and contacts, which has been split out into a separate package so > > that other programs can access and manipulate the data. > > > > AFAIK there aren't any other packages in Fedora using this, though > > there's a patch for gnome-panel to make your appointments and tasks > > appear in the Panel's calendar; this would add a dependency on e-d-s to > > gnome-panel. The current Fedora gnome-panel packages don't use this > > AFAIK. > > > > Dave > > > > > > Thanks Dave, > > This would mean, that you can install e-d-s on a separate machine for your whole network and serve and calendar and > adressdata from a central point of view?? Unfortunately not, right now. e-d-s is really only designed to aggregate all of _one user's_ sources of contacts, calendar info and tasks, and make it available to the various programs running on that machine. So, despite the title, it's more of a client-side thing, a bit like the way the X server runs on a client, that always confuses me :-) It should be possible to access this stuff remotely via Bonobo via CORBA, but AFAIK no-one's written such a thing. You could even integrate this into e-d-s, with a "Share my Calendar" feature... perhaps a pet project for someone? This could be a way to get shared calendars going on a small network where you don't want to set up a fully-blown groupware server. Dave From pri.rhl3 at iadonisi.to Tue Aug 3 19:36:16 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Tue, 03 Aug 2004 15:36:16 -0400 Subject: what's with the commas in the cyrus-imapd release tag? Message-ID: <1091561775.3348.3.camel@tuxtop> Subject says it all. Is this a new naming convention, or did someone fat finger the Release tag? I haven't checked bugzilla yet, but just figured I'd check to see if anyone else saw this. It wouldn't matter to me one way or the other, except that it confuses the heck out of yum: ws187:root:528)# yum -y --exclude='*curl*' --exclude='vorbis-tools*' --exclude='grip*' --exclude='libcroco*' --exclude='librsvg2*' --exclude='sendmail*' update Gathering header information file(s) from server(s) Server: Fedora Core 2 - Development Tree Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package cyrus-imapd-utils needs perl-Cyrus = 2.2.6-2, this is not available. Package cyrus-imapd-utils needs FC3, this is not available. Package cyrus-imapd-utils needs 3, this is not available. Package cyrus-imapd-nntp needs cyrus-imapd = 2.2.6-2, this is not available. Package cyrus-imapd-nntp needs FC3, this is not available. Package cyrus-imapd-nntp needs 3, this is not available. Package cyrus-imapd-devel needs cyrus-imapd = 2.2.6-2, this is not available. Package cyrus-imapd-devel needs FC3, this is not available. Package cyrus-imapd-devel needs 3, this is not available. Package cyrus-imapd-murder needs cyrus-imapd = 2.2.6-2, this is not available. Package cyrus-imapd-murder needs FC3, this is not available. Package cyrus-imapd-murder needs 3, this is not available. From jdennis at redhat.com Tue Aug 3 20:07:04 2004 From: jdennis at redhat.com (John Dennis) Date: Tue, 03 Aug 2004 16:07:04 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091561775.3348.3.camel@tuxtop> References: <1091561775.3348.3.camel@tuxtop> Message-ID: <1091563623.32407.246.camel@finch.boston.redhat.com> On Tue, 2004-08-03 at 15:36, Paul Iadonisi wrote: > Subject says it all. Is this a new naming convention, or did someone > fat finger the Release tag? I haven't checked bugzilla yet, but just > figured I'd check to see if anyone else saw this. It wouldn't matter to > me one way or the other, except that it confuses the heck out of yum: Well, that's a shame. We've been trying to come up with ways to encode more information into the release field without breaking other tools. FWIW n-v-r use the final two hyphens to separate (delimit) the name, version, and release fields. Non-alphanumerics within each of those fields (e.g. punctuation) separates each of those fields into sub components that are pairwise compared for collating purposes (e.g. version comparison). The comma format in the release field adheres to these rules and parses and collates correctly using the version comparison mechanism in rpm while allowing us to encode more information. It would be a shame to break a popular tool such as yum, but on the other hand encoding more information into the release component is such a worthy goal (we can debate its format) that perhaps we should consider in the near term enhancing yum's parsing logic to be consistent with the rules used by rpm. John From skvidal at phy.duke.edu Tue Aug 3 20:11:29 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 03 Aug 2004 16:11:29 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091563623.32407.246.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> Message-ID: <1091563889.4810.62.camel@opus.phy.duke.edu> On Tue, 2004-08-03 at 16:07, John Dennis wrote: > On Tue, 2004-08-03 at 15:36, Paul Iadonisi wrote: > > Subject says it all. Is this a new naming convention, or did someone > > fat finger the Release tag? I haven't checked bugzilla yet, but just > > figured I'd check to see if anyone else saw this. It wouldn't matter to > > me one way or the other, except that it confuses the heck out of yum: > Just as a heads up - I don't think commas confuse yum at all. If someone could show me a bug report where yum is confused by a comma I'll be VERY interested to see it. This is the first time I've heard of it and quite frankly I'd be surprised b/c yum uses rpm's version comparison functions w/o ANY modification. -sv From jdennis at redhat.com Tue Aug 3 20:17:05 2004 From: jdennis at redhat.com (John Dennis) Date: Tue, 03 Aug 2004 16:17:05 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091563889.4810.62.camel@opus.phy.duke.edu> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> Message-ID: <1091564225.32407.269.camel@finch.boston.redhat.com> On Tue, 2004-08-03 at 16:11, seth vidal wrote: > Just as a heads up - I don't think commas confuse yum at all. Yes I agree, I surprised by this. I don't think this confuses yum, there have been other packages named using this convention and this is the first time someone has reported problems with yum and I always thought yum did the right thing. In fairness some others have grumbled about the format but that's another topic independent of yum's ability to digest the format. -- John Dennis From notting at redhat.com Tue Aug 3 20:31:02 2004 From: notting at redhat.com (Bill Nottingham) Date: Tue, 3 Aug 2004 16:31:02 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091563623.32407.246.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> Message-ID: <20040803203102.GB7865@nostromo.devel.redhat.com> John Dennis (jdennis at redhat.com) said: > On Tue, 2004-08-03 at 15:36, Paul Iadonisi wrote: > > Subject says it all. Is this a new naming convention, or did someone > > fat finger the Release tag? I haven't checked bugzilla yet, but just > > figured I'd check to see if anyone else saw this. It wouldn't matter to > > me one way or the other, except that it confuses the heck out of yum: > > Well, that's a shame. We've been trying to come up with ways to encode > more information into the release field without breaking other tools. > FWIW n-v-r use the final two hyphens to separate (delimit) the name, > version, and release fields. Non-alphanumerics within each of those > fields (e.g. punctuation) separates each of those fields into sub > components that are pairwise compared for collating purposes (e.g. > version comparison). The comma format in the release field adheres to > these rules and parses and collates correctly using the version > comparison mechanism in rpm while allowing us to encode more > information. Exactly how does a comman encode more information than a decimal point? It's just a separator. I know, we'll have RPM default to a comma or a decimal point as the separator in use depending on the locale, and introduce a %{separator} macro. > It would be a shame to break a popular tool such as yum, but on the > other hand encoding more information into the release component is such > a worthy goal (we can debate its format) that perhaps we should consider > in the near term enhancing yum's parsing logic to be consistent with the > rules used by rpm. Presumably having: Requires: whizzbang = 2,3,1 is being encoded as: Requires: whizzbang = 2 Requires: 3 Requires: 1 in the binary RPM. Bill From michal at harddata.com Tue Aug 3 20:33:02 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 3 Aug 2004 14:33:02 -0600 Subject: bash changes In-Reply-To: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net>; from talbotscott@cox.net on Tue, Aug 03, 2004 at 11:34:30AM -0700 References: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <20040803143302.A8040@mail.harddata.com> On Tue, Aug 03, 2004 at 11:34:30AM -0700, Scott Talbot wrote: > > Since installing bash-3, A timing coincidence, I bet. > whenever I su - to another user (root or > whoever) I no longer have any of the aliases available (i.e. ll, l., > etc. ). Most likely not "any" but ll, l. and ls and this happens only if you are doing that in a terminal window and not a text console. Add 'TERM gnome' to your /etc/DIR_COLORS and the problem will vanish. If you want details then look at a "what is eating dircolors?" thread on this list. If this is something else then I am not seeing it. Michal From notting at redhat.com Tue Aug 3 20:35:53 2004 From: notting at redhat.com (Bill Nottingham) Date: Tue, 3 Aug 2004 16:35:53 -0400 Subject: Fedora Core 3 Schedule change Message-ID: <20040803203553.GC7865@nostromo.devel.redhat.com> http://fedora.redhat.com/participate/schedule/ has been updated to reflect a one-week slip throughout the schedule. This means that the test 2 freeze is now scheduled for September 1, and test 2 is now scheduled for September 13. As always, the schedule may be subject to further change; we're looking at ways to lengthen the test2 and test3 cylces some to promote better testing. Bill From jdennis at redhat.com Tue Aug 3 20:47:27 2004 From: jdennis at redhat.com (John Dennis) Date: Tue, 03 Aug 2004 16:47:27 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <20040803203102.GB7865@nostromo.devel.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <20040803203102.GB7865@nostromo.devel.redhat.com> Message-ID: <1091566047.32407.318.camel@finch.boston.redhat.com> On Tue, 2004-08-03 at 16:31, Bill Nottingham wrote: > Exactly how does a comman encode more information than a decimal > point? It's just a separator. It's the subfields that add more information, you are correct the choice of separator is mostly insignificant. Since one of the subfields is the distribution and distribution names sometimes have a period in the name (e.g. AS2.1) picking another separator such that you can retain the distribution name as users know it by but still be easily human readable is deemed a win. -- John Dennis From notting at redhat.com Tue Aug 3 20:57:35 2004 From: notting at redhat.com (Bill Nottingham) Date: Tue, 3 Aug 2004 16:57:35 -0400 Subject: Fedora Core 1 Status Update Message-ID: <20040803205734.GA8864@nostromo.devel.redhat.com> The Fedora Steering Committee proposes to transfer Fedora Core 1 to the Fedora Legacy Project at the point Fedora Core 3 Test 2 is released. This is currently scheduled for September 13, 2004. This represents a one month extension from the original timetable but an extension we hope will enable the Fedora Legacy Project to receive considerably better quality access to the codebase. For more information on the Fedora Legacy Project, or if you wish to join the team please see http://fedoralegacy.org/. From mike at netlyncs.com Tue Aug 3 21:45:21 2004 From: mike at netlyncs.com (Mike Chambers) Date: Tue, 03 Aug 2004 16:45:21 -0500 Subject: [Fwd: Re: Web site design] In-Reply-To: <1091527487.4222.19.camel@excession.dzr> References: <1091522467.1006.3.camel@scrappy.netlyncs.com> <1091527487.4222.19.camel@excession.dzr> Message-ID: <1091569521.3311.6.camel@scrappy.netlyncs.com> On Tue, 2004-08-03 at 11:04 +0100, D. D. Brierton wrote: > Depending on what version of Dreamweaver your web developer used, your > site may well consist of "tag soup", and editing it in anything other > than Dreamweaver may be a complete pain in the butt. This was mostly > true of older version of Dreamweaver. The newer ones are much better in > this regard. If your web designer/developer had cleanly separated the > content from the presentation by using clean structural/semantic markup > and putting all of the layout and presentation in CSS (which is what > developers *should* be doing nowadays, although if he uses Dreamweaver > it is unlikely that that is what he's done) then editing your pages in a > good text editor would be very easy. As Dreamweaver tends to mix the > content and the presentation together editing the source by hand may > prove difficult. Depending on how important the site is to you you may > wish to consider getting a better developer (i.e. someone who knows how > to hand code and doesn't rely on tools like Dreamweaver) and investing > in some kind of simple content management solution. Thanks for the reply/hints (even though was TO the list instead? hehe) and have sine replied back to him to find out a little more of how he creates these sites and what is involved, so maybe I will have a little more info on if I have or can easily get the tools needed to update/edit it. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From paul at all-the-johnsons.co.uk Tue Aug 3 22:03:19 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 03 Aug 2004 23:03:19 +0100 Subject: Fedora Core 3 Schedule change In-Reply-To: <20040803203553.GC7865@nostromo.devel.redhat.com> References: <20040803203553.GC7865@nostromo.devel.redhat.com> Message-ID: <1091570599.3150.42.camel@localhost.localdomain> Hi, > This means that the test 2 freeze is now scheduled for > September 1, and test 2 is now scheduled for September 13. Yay! The week old dependancy problems may have been fixed by then.... ;-p TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From talbotscott at cox.net Tue Aug 3 22:34:33 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 03 Aug 2004 15:34:33 -0700 Subject: bash changes In-Reply-To: <20040803143302.A8040@mail.harddata.com> References: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> <20040803143302.A8040@mail.harddata.com> Message-ID: <1091572473.3734.7.camel@ip68-7-36-36.sd.sd.cox.net> On Tue, 2004-08-03 at 14:33 -0600, Michal Jaegermann wrote: > On Tue, Aug 03, 2004 at 11:34:30AM -0700, Scott Talbot wrote: > > > > Since installing bash-3, > > A timing coincidence, I bet. > > > whenever I su - to another user (root or > > whoever) I no longer have any of the aliases available (i.e. ll, l., > > etc. ). > > Most likely not "any" but ll, l. and ls and this happens only > if you are doing that in a terminal window and not a text console. > > Add 'TERM gnome' to your /etc/DIR_COLORS and the problem will > vanish. If you want details then look at a "what is eating > dircolors?" thread on this list. > > If this is something else then I am not seeing it. > > Michal Michal: Thank you for your swift resolution. Adding the 'TERM gnome' line turned the tide. Scott From peery at io.com Tue Aug 3 22:43:47 2004 From: peery at io.com (Alan Peery) Date: Tue, 03 Aug 2004 23:43:47 +0100 Subject: [OT] Bandwidth monitoring tools In-Reply-To: <410FB027.9040109@gmx.de> References: <200408031343.i73DhYMw006312@ms-smtp-02.nyroc.rr.com> <410FB027.9040109@gmx.de> Message-ID: <41101523.4060705@io.com> shrek-m at gmx.de wrote: > ntop ? > http://www.ntop.org/ > > from luca deri > http://ntop.org/ > > I would take ntop with a large grain of salt. I have had it running on my main Linux box behind an ADSL router/firewall. The traffic this box sends to many Internet destinations (my ISP, www.google.com, etc) is all misclassified as traffic to a web site that I connected just after restarting ntop. IE, my default router is named www.mirror.ac.uk... Perhaps it is my configuration, but I don't think so. I don't think the tool is really level 3 aware. Alan From maxer1 at xmission.com Tue Aug 3 23:37:25 2004 From: maxer1 at xmission.com (raxet) Date: Tue, 03 Aug 2004 17:37:25 -0600 Subject: dev update dependency issues increase Message-ID: <411021B5.1090503@xmission.com> Here is what you need to get a yum update for 8-3-04: yum --exclude=nautilus --exclude=gimp --exclude=gnome-games --exclude=cyrus-imapd-nntp --exclude=cyrus-imapd-devel --exclude=cyrus-imapd-utils --exclude=cyrus-imapd-murder --exclude=perl-Cyrus --exclude=cyrus-imapd --exclude=libcroco --exclude=libcroco-devel --exclude=librsvg2 --exclude=librsvg2-devel update Have fun, RaXeT From stan at ccs.neu.edu Tue Aug 3 23:50:02 2004 From: stan at ccs.neu.edu (Stan Bubrouski) Date: Tue, 03 Aug 2004 19:50:02 -0400 Subject: dev update dependency issues increase In-Reply-To: <411021B5.1090503@xmission.com> References: <411021B5.1090503@xmission.com> Message-ID: <1091577002.3937.43.camel@duergar> On Tue, 2004-08-03 at 17:37 -0600, raxet wrote: > Here is what you need to get a yum update for 8-3-04: > > yum --exclude=nautilus --exclude=gimp --exclude=gnome-games > --exclude=cyrus-imapd-nntp --exclude=cyrus-imapd-devel > --exclude=cyrus-imapd-utils --exclude=cyrus-imapd-murder > --exclude=perl-Cyrus --exclude=cyrus-imapd --exclude=libcroco > --exclude=libcroco-devel --exclude=librsvg2 --exclude=librsvg2-devel update > Which could be condensed into something similar to this: yum --exclude=nautilus* --exclude=gimp* --exclude=gnome-games --exclude=cyrus-imapd*--exclude=perl-Cyrus --exclude=libcroco* --exclude=librsvg2* update Don't do more work than you have to. -sb > Have fun, > > RaXeT > > -- Stan Bubrouski From stan at ccs.neu.edu Tue Aug 3 23:50:02 2004 From: stan at ccs.neu.edu (Stan Bubrouski) Date: Tue, 03 Aug 2004 19:50:02 -0400 Subject: dev update dependency issues increase In-Reply-To: <411021B5.1090503@xmission.com> References: <411021B5.1090503@xmission.com> Message-ID: <1091577002.3937.43.camel@duergar> On Tue, 2004-08-03 at 17:37 -0600, raxet wrote: > Here is what you need to get a yum update for 8-3-04: > > yum --exclude=nautilus --exclude=gimp --exclude=gnome-games > --exclude=cyrus-imapd-nntp --exclude=cyrus-imapd-devel > --exclude=cyrus-imapd-utils --exclude=cyrus-imapd-murder > --exclude=perl-Cyrus --exclude=cyrus-imapd --exclude=libcroco > --exclude=libcroco-devel --exclude=librsvg2 --exclude=librsvg2-devel update > Which could be condensed into something similar to this: yum --exclude=nautilus* --exclude=gimp* --exclude=gnome-games --exclude=cyrus-imapd*--exclude=perl-Cyrus --exclude=libcroco* --exclude=librsvg2* update Don't do more work than you have to. -sb > Have fun, > > RaXeT > > -- Stan Bubrouski From fct-cornette at sbcglobal.net Wed Aug 4 00:00:03 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 03 Aug 2004 20:00:03 -0400 Subject: dev update dependency issues increase In-Reply-To: <1091577002.3937.43.camel@duergar> References: <411021B5.1090503@xmission.com> <1091577002.3937.43.camel@duergar> Message-ID: <41102703.90301@sbcglobal.net> Stan Bubrouski wrote: > On Tue, 2004-08-03 at 17:37 -0600, raxet wrote: > >>Here is what you need to get a yum update for 8-3-04: >> >> yum --exclude=nautilus --exclude=gimp --exclude=gnome-games >>--exclude=cyrus-imapd-nntp --exclude=cyrus-imapd-devel >>--exclude=cyrus-imapd-utils --exclude=cyrus-imapd-murder >>--exclude=perl-Cyrus --exclude=cyrus-imapd --exclude=libcroco >>--exclude=libcroco-devel --exclude=librsvg2 --exclude=librsvg2-devel update >> > > > Which could be condensed into something similar to this: > > yum --exclude=nautilus* --exclude=gimp* --exclude=gnome-games > --exclude=cyrus-imapd*--exclude=perl-Cyrus --exclude=libcroco* > --exclude=librsvg2* update > > Don't do more work than you have to. > > -sb > > >>Have fun, >> >>RaXeT >> >> Or you could use up2date. If you use the GUI and do not pick the programs listed above. At least yum and up2date seem to be reacting to dep problems in sync w/ each other. Thanks for the listing. Jim -- Experience is the worst teacher. It always gives the test first and the instruction afterward. From fct-cornette at sbcglobal.net Wed Aug 4 00:18:38 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 03 Aug 2004 20:18:38 -0400 Subject: Fedora Core 3 Schedule change In-Reply-To: <20040803203553.GC7865@nostromo.devel.redhat.com> References: <20040803203553.GC7865@nostromo.devel.redhat.com> Message-ID: <41102B5E.10209@sbcglobal.net> Bill Nottingham wrote: > http://fedora.redhat.com/participate/schedule/ > > has been updated to reflect a one-week slip throughout the > schedule. > > This means that the test 2 freeze is now scheduled for > September 1, and test 2 is now scheduled for September 13. > > As always, the schedule may be subject to further change; we're > looking at ways to lengthen the test2 and test3 cylces some > to promote better testing. I'm in favor of some sort of mini cd periodically when the package changes are substantial. This might help setting up some programs that need replaced by other programs, like gamin vs. fam. I think fine tuning the installation this way would save from needing to download complete 4 CD sets or a DVD. I have a high speed connection. THe consideration is more for those with metered or using a dialup connection. Those users can participate also better w/ this sort of process. Just my thoughts on the process. Having a longer span between test2, test3 or downloading 4 CDs is fine w/ me. Jim > > Bill > -- Experience is the worst teacher. It always gives the test first and the instruction afterward. From pri.rhl3 at iadonisi.to Wed Aug 4 00:34:09 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Tue, 03 Aug 2004 20:34:09 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091563889.4810.62.camel@opus.phy.duke.edu> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> Message-ID: <1091579648.7131.5.camel@va.local.linuxlobbyist.org> On Tue, 2004-08-03 at 16:11, seth vidal wrote: [snip] > Just as a heads up - I don't think commas confuse yum at all. [snip] > This is the first time I've heard of it and quite frankly I'd be > surprised b/c yum uses rpm's version comparison functions w/o ANY > modification. My mistake. I believe Seth is correct, here. I just reproduced the problem using 'rpm -Fvh' as well: ws187:root:535)# rpm -Fvh cyrus-imapd-* perl-Cyrus-2.2.6-2,FC3,3.i386.rpm error: Failed dependencies: cyrus-imapd = 2.2.6-2 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 FC3 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 3 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 cyrus-imapd = 2.2.6-2 is needed by cyrus-imapd-murder-2.2.6-2,FC3,3 FC3 is needed by cyrus-imapd-murder-2.2.6-2,FC3,3 3 is needed by cyrus-imapd-murder-2.2.6-2,FC3,3 cyrus-imapd = 2.2.6-2 is needed by cyrus-imapd-nntp-2.2.6-2,FC3,3 FC3 is needed by cyrus-imapd-nntp-2.2.6-2,FC3,3 3 is needed by cyrus-imapd-nntp-2.2.6-2,FC3,3 perl-Cyrus = 2.2.6-2 is needed by cyrus-imapd-utils-2.2.6-2,FC3,3 FC3 is needed by cyrus-imapd-utils-2.2.6-2,FC3,3 3 is needed by cyrus-imapd-utils-2.2.6-2,FC3,3 Odd thing is, I was NOT able to reproduce this upgrading balsa from 2.0.17-3 to 2.2.0-1,FC3,5: ws187:root:576)# rpm -ivh balsa-2.0.17-3.i386.rpm Preparing... ########################################### [100%] 1:balsa ########################################### [100%] ws187:root:577)# rpm -Fvh balsa-2.2.0-1,FC3,5.i386.rpm Preparing... ########################################### [100%] 1:balsa ########################################### [100%] Bug in rpm's version compare function? -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From pri.rhl3 at iadonisi.to Wed Aug 4 01:09:53 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Tue, 03 Aug 2004 21:09:53 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091579648.7131.5.camel@va.local.linuxlobbyist.org> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> Message-ID: <1091581793.7131.14.camel@va.local.linuxlobbyist.org> On Tue, 2004-08-03 at 20:34, Paul Iadonisi wrote: [snip] > Odd thing is, I was NOT able to reproduce this upgrading balsa from > 2.0.17-3 to 2.2.0-1,FC3,5: From the cyrus-imapd.spec file: %package devel ... Requires: %{name} = %{version}-%{release} Looks like this is where the problem is. Requires uses commas as the list separator. I suspect changing that would be a massive undertaking as it would break not only a large number of Red Hat's packages, but also many third party packages. The only suggestion I have, sadly, is to not use commas in the version or release tags. How about the pipe character? /me ducks Sorry. ;-) Anyhow, this doesn't look like an rpm bug, but a design -- or should I say process -- decision has to be made. What to use as a secondary separator? Aside: I wonder if putting quotes around the %{version}-%{release} string in the Requires line above will make a difference? It's weird, but hey, if it works, it might be acceptable. Thoughts? -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From fedora at wir-sind-cool.org Wed Aug 4 01:14:33 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Wed, 4 Aug 2004 03:14:33 +0200 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091579648.7131.5.camel@va.local.linuxlobbyist.org> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> Message-ID: <20040804031433.1129017a.fedora@wir-sind-cool.org> On Tue, 03 Aug 2004 20:34:09 -0400, Paul Iadonisi wrote: > On Tue, 2004-08-03 at 16:11, seth vidal wrote: > > [snip] > > > Just as a heads up - I don't think commas confuse yum at all. > > [snip] > > > This is the first time I've heard of it and quite frankly I'd be > > surprised b/c yum uses rpm's version comparison functions w/o ANY > > modification. > > My mistake. I believe Seth is correct, here. I just reproduced the > problem using 'rpm -Fvh' as well: > > > ws187:root:535)# rpm -Fvh cyrus-imapd-* perl-Cyrus-2.2.6-2,FC3,3.i386.rpm error: Failed dependencies: > cyrus-imapd = 2.2.6-2 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 > FC3 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 > 3 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 > cyrus-imapd = 2.2.6-2 is needed by cyrus-imapd-murder-2.2.6-2,FC3,3 > FC3 is needed by cyrus-imapd-murder-2.2.6-2,FC3,3 > 3 is needed by cyrus-imapd-murder-2.2.6-2,FC3,3 > cyrus-imapd = 2.2.6-2 is needed by cyrus-imapd-nntp-2.2.6-2,FC3,3 > FC3 is needed by cyrus-imapd-nntp-2.2.6-2,FC3,3 > 3 is needed by cyrus-imapd-nntp-2.2.6-2,FC3,3 > perl-Cyrus = 2.2.6-2 is needed by cyrus-imapd-utils-2.2.6-2,FC3,3 > FC3 is needed by cyrus-imapd-utils-2.2.6-2,FC3,3 > 3 is needed by cyrus-imapd-utils-2.2.6-2,FC3,3 > > Odd thing is, I was NOT able to reproduce this upgrading balsa from > 2.0.17-3 to 2.2.0-1,FC3,5: > > ws187:root:576)# rpm -ivh balsa-2.0.17-3.i386.rpm > Preparing... ########################################### [100%] > 1:balsa ########################################### [100%] > ws187:root:577)# rpm -Fvh balsa-2.2.0-1,FC3,5.i386.rpm > Preparing... ########################################### [100%] > 1:balsa ########################################### [100%] > > Bug in rpm's version compare function? Well, decide yourself: $ rpm -qpR cyrus-imapd-devel-2.2.6-2,FC3,3.i386.rpm cyrus-imapd = 2.2.6-2 FC3 3 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Usually, multiple dependencies can be separated with a comma: Requires: foo = 1.0, bar = 2.0 Now if the package's EVR contains a comma, this breaks that format and e.g. Requires: cyrus-imapd = 2.2.6-2,FC3,3 is parsed to Requires: cyrus-imapd = 2.2.6-2 Requires: FC3 Requires: 3 and "voila!" you've got the wreckage ;) FC3 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 3 is needed by cyrus-imapd-devel-2.2.6-2,FC3,3 From michal at harddata.com Wed Aug 4 03:03:00 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 3 Aug 2004 21:03:00 -0600 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091581793.7131.14.camel@va.local.linuxlobbyist.org>; from pri.rhl3@iadonisi.to on Tue, Aug 03, 2004 at 09:09:53PM -0400 References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <1091581793.7131.14.camel@va.local.linuxlobbyist.org> Message-ID: <20040803210300.A16588@mail.harddata.com> On Tue, Aug 03, 2004 at 09:09:53PM -0400, Paul Iadonisi wrote: > The only suggestion I have, sadly, is to not use commas in the version > or release tags. > How about the pipe character? That will be a big pain. I think that colon ':' may be safe but underscore '_' may be another candidate. This needs some thought and checking. Does not seem to be many possible candidates. > /me ducks Rightly so. :-) Michal From michal at harddata.com Wed Aug 4 03:05:08 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 3 Aug 2004 21:05:08 -0600 Subject: bash changes In-Reply-To: <1091572473.3734.7.camel@ip68-7-36-36.sd.sd.cox.net>; from talbotscott@cox.net on Tue, Aug 03, 2004 at 03:34:33PM -0700 References: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> <20040803143302.A8040@mail.harddata.com> <1091572473.3734.7.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <20040803210508.B16588@mail.harddata.com> On Tue, Aug 03, 2004 at 03:34:33PM -0700, Scott Talbot wrote: > > Michal: > > Thank you for your swift resolution. Adding the 'TERM gnome' line > turned the tide. You better file report on bugzilla. :-) Michal From jspaleta at gmail.com Wed Aug 4 03:21:05 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 3 Aug 2004 23:21:05 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <20040804031433.1129017a.fedora@wir-sind-cool.org> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> Message-ID: <604aa791040803202110c039e9@mail.gmail.com> On Wed, 4 Aug 2004 03:14:33 +0200, Michael Schwendt wrote: > Requires: cyrus-imapd = 2.2.6-2,FC3,3 > > is parsed to > > Requires: cyrus-imapd = 2.2.6-2 > Requires: FC3 > Requires: 3 > > and "voila!" you've got the wreckage ;) hold the batphone batman rpm -q dovecot dovecot-0.99.10.9-1,FC3,1 rpm -q --provides dovecot config(dovecot) = 0.99.10.9-1,FC3,1 dovecot = 0.99.10.9-1,FC3,1 so what we are saying here is... rpm understand provides with commas but doesn't understand requires with commas. I'm getting a hint of inconsistency here between how provides and requires are parsed. -jef"Consistency is the last refuge of the unimaginative -Oscar Wilde"spaleta From skvidal at phy.duke.edu Wed Aug 4 04:09:09 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Wed, 04 Aug 2004 00:09:09 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <20040803210300.A16588@mail.harddata.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <1091581793.7131.14.camel@va.local.linuxlobbyist.org> <20040803210300.A16588@mail.harddata.com> Message-ID: <1091592549.2353.2.camel@binkley> On Tue, 2004-08-03 at 21:03 -0600, Michal Jaegermann wrote: > On Tue, Aug 03, 2004 at 09:09:53PM -0400, Paul Iadonisi wrote: > > The only suggestion I have, sadly, is to not use commas in the version > > or release tags. > > How about the pipe character? > > That will be a big pain. I think that colon ':' may be safe but > underscore '_' may be another candidate. This needs some thought and > checking. Does not seem to be many possible candidates. > : is a bad idea - it's used to find epochs frequently in a completely specified epoch-included version string normally it's epoch:name-ver-rel.arch sometimes it is name.arch epoch:ver-rel -sv From notting at redhat.com Wed Aug 4 04:58:02 2004 From: notting at redhat.com (Bill Nottingham) Date: Wed, 4 Aug 2004 00:58:02 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <604aa791040803202110c039e9@mail.gmail.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <604aa791040803202110c039e9@mail.gmail.com> Message-ID: <20040804045802.GC16534@nostromo.devel.redhat.com> Jeff Spaleta (jspaleta at gmail.com) said: > rpm -q --provides dovecot > config(dovecot) = 0.99.10.9-1,FC3,1 > dovecot = 0.99.10.9-1,FC3,1 > > so what we are saying here is... > rpm understand provides with commas > but doesn't understand requires with commas. > > I'm getting a hint of inconsistency here between how provides and > requires are parsed. Those provides come directly from the version and release, not a direct Provides: line. Bill From michal at harddata.com Wed Aug 4 05:00:02 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 3 Aug 2004 23:00:02 -0600 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091592549.2353.2.camel@binkley>; from skvidal@phy.duke.edu on Wed, Aug 04, 2004 at 12:09:09AM -0400 References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <1091581793.7131.14.camel@va.local.linuxlobbyist.org> <20040803210300.A16588@mail.harddata.com> <1091592549.2353.2.camel@binkley> Message-ID: <20040803230002.A17814@mail.harddata.com> On Wed, Aug 04, 2004 at 12:09:09AM -0400, seth vidal wrote: > On Tue, 2004-08-03 at 21:03 -0600, Michal Jaegermann wrote: > > > > I think that colon ':' may be safe but > > underscore '_' may be another candidate. This needs some thought and > > checking. Does not seem to be many possible candidates. > > > > : is a bad idea - it's used to find epochs frequently in a completely > specified epoch-included version string I realize that. But in this case this would be a part of "rel" string. > normally it's > > epoch:name-ver-rel.arch So you will get epoch:name-ver-relA:relB:relC.arch Quite hard to understand in a wrong way. Unless, of course, some tools will get spooked by this. It is really find something "safe" for various situations. '@' may work. It should not show up in contexts where it can be misinterpreted by shell or by Perl (one hopes :-). Michal From reader at newsguy.com Wed Aug 4 05:27:05 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 04 Aug 2004 00:27:05 -0500 Subject: dev update dependency issues increase In-Reply-To: <411021B5.1090503@xmission.com> (raxet's message of "Tue, 03 Aug 2004 17:37:25 -0600") References: <411021B5.1090503@xmission.com> Message-ID: raxet writes: > Here is what you need to get a yum update for 8-3-04: > > yum --exclude=nautilus --exclude=gimp --exclude=gnome-games > --exclude=cyrus-imapd-nntp --exclude=cyrus-imapd-devel > --exclude=cyrus-imapd-utils --exclude=cyrus-imapd-murder > --exclude=perl-Cyrus --exclude=cyrus-imapd --exclude=libcroco > --exclude=libcroco-devel --exclude=librsvg2 --exclude=librsvg2-devel update > > Have fun, > Doesn't work here: [...] Got dep: evolution-data-server, i386 debug dep: openoffice.org-libs req libedataserver.so.3 - None - 0 openoffice.org-libs wants Fedora/RPMS/evolution-data-server-0.0.96-3.i386.rpm Best version for evolution-data-server is 0:0.0.96-3 bestarch = i386 for evolution-data-server Got dep: evolution-data-server, i386 debug dep: php req libcurl.so.2 - None - 0 Cannot find a resolution attempting update out of loop on php Restarting Dependency Loop .Package php needs libcurl.so.2, this is not available. Trying by adding php* to the exclusions... From michal at harddata.com Wed Aug 4 05:46:39 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 3 Aug 2004 23:46:39 -0600 Subject: another TERM gotcha Message-ID: <20040803234639.A19933@mail.harddata.com> Look into /etc/bashrc .... # are we an interactive shell? if [ "$PS1" ]; then case $TERM in xterm*) if ..... ..... You better change that the above to "xterm*|gnome)" or after 'su -' prompts and window titles may be not what you expect. :-) Obviously does not help when you are logging to a remote without "adjusting" your TERM variable. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129115 Michal From douglas.furlong at firebox.com Wed Aug 4 07:09:51 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Wed, 04 Aug 2004 08:09:51 +0100 Subject: Yet another monitor request In-Reply-To: References: Message-ID: <1091603391.8258.5.camel@douglas-furlong.firebox.com> On Tue, 2004-08-03 at 13:12 -0400, Mark Haney wrote: > Okay, I'm nall set with a bandwidth monitor, but does anyone know of a > good software package that monitors traffic on a router (or PIX) by > _port_, ie, 80 for http, etc? These questions really would be considerably more appropriate on fedora- list at redhat.com as apposed to the test list. -- Douglas Furlong Systems Administrator Firebox.com T: 0870 420 4475 F: 0870 220 2178 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From aoliva at redhat.com Wed Aug 4 08:07:00 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 04 Aug 2004 05:07:00 -0300 Subject: dev update dependency issues increase In-Reply-To: References: <411021B5.1090503@xmission.com> Message-ID: On Aug 4, 2004, Harry Putnam wrote: > Trying by adding php* to the exclusions... Looks like your mirror is lagging by at least one day. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From aoliva at redhat.com Wed Aug 4 08:07:45 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 04 Aug 2004 05:07:45 -0300 Subject: dev update dependency issues increase In-Reply-To: <1091577002.3937.43.camel@duergar> References: <411021B5.1090503@xmission.com> <1091577002.3937.43.camel@duergar> Message-ID: On Aug 3, 2004, Stan Bubrouski wrote: > yum --exclude=nautilus* --exclude=gimp* --exclude=gnome-games > --exclude=cyrus-imapd*--exclude=perl-Cyrus --exclude=libcroco* > --exclude=librsvg2* update FWIW, the first 3 excludes are unnecessary, as long as you keep the old version of libcroco installed. At least they are for me when using up2date. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From shrek-m at gmx.de Wed Aug 4 08:28:40 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Wed, 04 Aug 2004 10:28:40 +0200 Subject: Yet another monitor request In-Reply-To: References: Message-ID: <41109E38.3060808@gmx.de> Mark Haney wrote: > Okay, I'm nall set with a bandwidth monitor, but does anyone know of > a good software package that monitors traffic on a router (or PIX) > by _port_, ie, 80 for http, etc? http://www.simpleweb.org/software/ -- shrek-m From twaugh at redhat.com Wed Aug 4 09:20:01 2004 From: twaugh at redhat.com (Tim Waugh) Date: Wed, 4 Aug 2004 10:20:01 +0100 Subject: bash changes In-Reply-To: <20040803210508.B16588@mail.harddata.com> References: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> <20040803143302.A8040@mail.harddata.com> <1091572473.3734.7.camel@ip68-7-36-36.sd.sd.cox.net> <20040803210508.B16588@mail.harddata.com> Message-ID: <20040804092001.GV8175@redhat.com> On Tue, Aug 03, 2004 at 09:05:08PM -0600, Michal Jaegermann wrote: > On Tue, Aug 03, 2004 at 03:34:33PM -0700, Scott Talbot wrote: > > > > Michal: > > > > Thank you for your swift resolution. Adding the 'TERM gnome' line > > turned the tide. > > You better file report on bugzilla. :-) Why is TERM ever set to gnome in the first place? That's the question I'd like to see the answer to.. Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From twaugh at redhat.com Wed Aug 4 09:20:42 2004 From: twaugh at redhat.com (Tim Waugh) Date: Wed, 4 Aug 2004 10:20:42 +0100 Subject: another TERM gotcha In-Reply-To: <20040803234639.A19933@mail.harddata.com> References: <20040803234639.A19933@mail.harddata.com> Message-ID: <20040804092042.GW8175@redhat.com> On Tue, Aug 03, 2004 at 11:46:39PM -0600, Michal Jaegermann wrote: > Look into /etc/bashrc > > .... > # are we an interactive shell? > if [ "$PS1" ]; then > case $TERM in > xterm*) > if ..... > ..... Seems to me that TERM gnome is a mistake. Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From mail.sw.rh.rhl.beta at spam.fi.basen.net Wed Aug 4 10:31:16 2004 From: mail.sw.rh.rhl.beta at spam.fi.basen.net (Kaj J.Niemi) Date: Wed, 4 Aug 2004 13:31:16 +0300 (EEST) Subject: another TERM gotcha References: <20040803234639.A19933@mail.harddata.com> <20040804092042.GW8175@redhat.com> Message-ID: <20040804103116.A7D692F41D1@d102.fi.basen.net> Tim, > Seems to me that TERM gnome is a mistake. You might want to read through bug #122815 then and communicate something internally. Although it started with End and Pos1 keys not working in less it ended up as a discussion of TERM=xterm vs. TERM=gnome (the latter won). // kaj From stan at ccs.neu.edu Wed Aug 4 13:41:50 2004 From: stan at ccs.neu.edu (Stan Bubrouski) Date: Wed, 04 Aug 2004 09:41:50 -0400 Subject: dev update dependency issues increase In-Reply-To: <41102703.90301@sbcglobal.net> References: <411021B5.1090503@xmission.com> <1091577002.3937.43.camel@duergar> <41102703.90301@sbcglobal.net> Message-ID: <1091626910.3937.62.camel@duergar> On Tue, 2004-08-03 at 20:00 -0400, Jim Cornette wrote: > >> > > Or you could use up2date. If you use the GUI and do not pick the > programs listed above. > I *hate* up2date... I get nothing but probs whenever I try to use it, yum is the way! > At least yum and up2date seem to be reacting to dep problems in sync w/ > each other. > True. > Thanks for the listing. > > Jim > -sb > -- > Experience is the worst teacher. It always gives the test first and > the instruction afterward. > > -- Stan Bubrouski From jspaleta at gmail.com Wed Aug 4 13:59:39 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Wed, 4 Aug 2004 09:59:39 -0400 Subject: dev update dependency issues increase In-Reply-To: <1091626910.3937.62.camel@duergar> References: <411021B5.1090503@xmission.com> <1091577002.3937.43.camel@duergar> <41102703.90301@sbcglobal.net> <1091626910.3937.62.camel@duergar> Message-ID: <604aa79104080406591dcc68a9@mail.gmail.com> On Wed, 04 Aug 2004 09:41:50 -0400, Stan Bubrouski wrote: > I *hate* up2date... I get nothing but probs whenever I try to use it, > yum is the way! I think you misunderstand the point of being a tester.... find the problems, report them and give additional feedback. I'm not particular excited about testers complaining about a specific piece of software, without seeing them reference specific bugzilla tickets. If you dont like up2date as a user, fine, keep quiet about it. But I demand a lot more from testers than i do from users. I demand testers to actually contribute more than a gripe against any piece of software in the collection they are testing. So from now on.. if you want to make a general gripe, back it up with a bugzilla ticket reference(s) to specific issue(s) you are encountering or i won't respect you in the morning. -jef From talbotscott at cox.net Wed Aug 4 14:35:17 2004 From: talbotscott at cox.net (Scott Talbot) Date: Wed, 04 Aug 2004 07:35:17 -0700 Subject: dev update dependency issues increase In-Reply-To: <1091626910.3937.62.camel@duergar> References: <411021B5.1090503@xmission.com> <1091577002.3937.43.camel@duergar> <41102703.90301@sbcglobal.net> <1091626910.3937.62.camel@duergar> Message-ID: <1091630118.4863.4.camel@ip68-7-36-36.sd.sd.cox.net> On Wed, 2004-08-04 at 09:41 -0400, Stan Bubrouski wrote: > On Tue, 2004-08-03 at 20:00 -0400, Jim Cornette wrote: > > >> > > > > Or you could use up2date. If you use the GUI and do not pick the > > programs listed above. > > > > I *hate* up2date... I get nothing but probs whenever I try to use it, > yum is the way! > I use up2date for 99% of updates and have rarely had a problem. Once when I first used it after upgrading from RH9 I had a small problem using RHN, but that was fixed within a day. Scott > > At least yum and up2date seem to be reacting to dep problems in sync w/ > > each other. > > > > True. > > > Thanks for the listing. > > > > Jim > > > > -sb > > > -- > > Experience is the worst teacher. It always gives the test first and > > the instruction afterward. > > > > > -- > Stan Bubrouski > > From michal at harddata.com Wed Aug 4 15:15:37 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 4 Aug 2004 09:15:37 -0600 Subject: bash changes In-Reply-To: <20040804092001.GV8175@redhat.com>; from twaugh@redhat.com on Wed, Aug 04, 2004 at 10:20:01AM +0100 References: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> <20040803143302.A8040@mail.harddata.com> <1091572473.3734.7.camel@ip68-7-36-36.sd.sd.cox.net> <20040803210508.B16588@mail.harddata.com> <20040804092001.GV8175@redhat.com> Message-ID: <20040804091537.A30579@mail.harddata.com> > > Why is TERM ever set to gnome in the first place? The recent bunch of GNOME updates had this side-effect. What precisely is responsible for that I did not try to track down yet. When I had notice that my first reaction was "Sigh! Here comes the big trouble. Somebody was not thinking about implications". OTOH the last part is nothing new or unusual from user-interface guys and I thought that there is possibly some deeper purpose to it. It is not that hard to reverse in a one stroke but so far I was resisting the tempation for testing purposes. :-) > That's the question I'd like to see the answer to.. I am all ears! Michal From dmalcolm at redhat.com Wed Aug 4 15:34:35 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Wed, 04 Aug 2004 11:34:35 -0400 Subject: Evolution-Data-Server In-Reply-To: <1091539283.4058.177.camel@localhost.localdomain> References: <35065.62.2.21.164.1091428550.squirrel@www.gwch.net> <1091467060.3815.30.camel@cassandra.boston.redhat.com> <1091520376.23893.12.camel@animal> <1091523147.4058.159.camel@localhost.localdomain> <1091530671.23893.22.camel@animal> <1091539283.4058.177.camel@localhost.localdomain> Message-ID: <1091633676.6991.27.camel@cassandra.boston.redhat.com> On Tue, 2004-08-03 at 14:21 +0100, Mark McLoughlin wrote: > On Tue, 2004-08-03 at 11:57, Keith Sharp wrote: > > On Tue, 2004-08-03 at 09:52 +0100, Mark McLoughlin wrote: > > > Hi, > > > > > > On Tue, 2004-08-03 at 09:06, Keith Sharp wrote: > > > > > > > The latest gnome-panel RPM (2.6.0-10) from Rawhide appears to leave this > > > > to be detected at build time by not explicitly disabling this feature, > > > > ie if the build host has e-d-s installed then you will get support > > > > built. > > > > > > Dave has a fix for this so it should appear in Raw Hide within the next > > > few days. > > > > Is the fix to build e-d-s support or to disable it? > > To build it. OK - this is now in Raw Hide. gnome-panel now explicitly requires e-d- s, and if you click on the panel's clock you'll get your task list and today's appointments in addition to the calendar (which will also now embolden any days where you have appointments). Dave From notting at redhat.com Wed Aug 4 15:36:32 2004 From: notting at redhat.com (Bill Nottingham) Date: Wed, 4 Aug 2004 11:36:32 -0400 Subject: bash changes In-Reply-To: <20040804091537.A30579@mail.harddata.com> References: <1091558070.3734.4.camel@ip68-7-36-36.sd.sd.cox.net> <20040803143302.A8040@mail.harddata.com> <1091572473.3734.7.camel@ip68-7-36-36.sd.sd.cox.net> <20040803210508.B16588@mail.harddata.com> <20040804092001.GV8175@redhat.com> <20040804091537.A30579@mail.harddata.com> Message-ID: <20040804153632.GB26688@nostromo.devel.redhat.com> Michal Jaegermann (michal at harddata.com) said: > > > > Why is TERM ever set to gnome in the first place? > > The recent bunch of GNOME updates had this side-effect. ncurses, actually. Bug 123987. Bill From michal at harddata.com Wed Aug 4 15:38:34 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 4 Aug 2004 09:38:34 -0600 Subject: another TERM gotcha In-Reply-To: <20040804103116.A7D692F41D1@d102.fi.basen.net>; from mail.sw.rh.rhl.beta@spam.fi.basen.net on Wed, Aug 04, 2004 at 01:31:16PM +0300 References: <20040803234639.A19933@mail.harddata.com> <20040804092042.GW8175@redhat.com> <20040804103116.A7D692F41D1@d102.fi.basen.net> Message-ID: <20040804093834.B30579@mail.harddata.com> On Wed, Aug 04, 2004 at 01:31:16PM +0300, Kaj J.Niemi wrote: > Tim, > > > Seems to me that TERM gnome is a mistake. > > You might want to read through bug #122815 then and communicate something > internally. Although it started with End and Pos1 keys not working in less > it ended up as a discussion of TERM=xterm vs. TERM=gnome (the latter won). That is quite idiotic - IMO but putting it mildly. Instead of creating a shell function in a startup file, and a bit more elaborate hack for csh users, or making /usr/bin/less into a shell wrapper which would do case "$TERM" in ; xterm*) TERM=gnome ;; ; esac less.real $@ so a few extra keys can be used, this "solution" creates a widespread trouble. Sure, FC3 installations can be eventually "fixed" but there are many more around where this will be biting. You already seen complaints from a guy that his IRIX login got funky. Clearly every such situation can be repaired without much effort but if a goal was to make everybody into a Unix expert this is the first time I heard about it. OK, here is a radical workaround. Compile yourself 'rxvt', which is easey, and use that for a graphic terminal. It will set TERM=rxvt and that one seems to be widely known. :-) (Should I add more "smiles" here?) Michal From jdennis at redhat.com Wed Aug 4 15:56:00 2004 From: jdennis at redhat.com (John Dennis) Date: Wed, 04 Aug 2004 11:56:00 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <20040804031433.1129017a.fedora@wir-sind-cool.org> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> Message-ID: <1091634960.954.55.camel@finch.boston.redhat.com> > Usually, multiple dependencies can be separated with a comma: > Requires: foo = 1.0, bar = 2.0 > Now if the package's EVR contains a comma, this breaks that format My goodness, a quite unanticipated consequence, but good detective work on everyone's part. It's easy to see now how a comma as a separator can create a parsing problem in another location. I will rebuild the packages in question with a different separator. But what separator? It would be good to pick a separator that would not likely appear in a distribution name, that eliminates dot and underscore. Colon is out because it's used to separate epochs. Any operator character would also be a poor choice because most parsing code would see this as "identifier operator identifier". This then leaves a set of single punctuation characters that are pretty ugly or are commonly reserved for shell usage (e.g. globing characters, quoting, expansion, etc.) A fundamental goal should be to be able give an RMP name on the shell command line and not have to quote it. At this point we've pretty much eliminated every possible character. So all of a sudden dot (.) is beginning to look like a pretty good choice and there is certainly lots of precedence for it as well as some earlier requests for dot from others, so dot it will be. New packages should show up in rawhide in a few hours. -- John Dennis From ellson at research.att.com Wed Aug 4 16:06:20 2004 From: ellson at research.att.com (John Ellson) Date: Wed, 04 Aug 2004 12:06:20 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091634960.954.55.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> Message-ID: <4111097C.6010007@research.att.com> John Dennis wrote: >>Usually, multiple dependencies can be separated with a comma: >> Requires: foo = 1.0, bar = 2.0 >>Now if the package's EVR contains a comma, this breaks that format >> >> > >My goodness, a quite unanticipated consequence, but good detective work >on everyone's part. It's easy to see now how a comma as a separator can >create a parsing problem in another location. > >I will rebuild the packages in question with a different separator. > >But what separator? It would be good to pick a separator that would not >likely appear in a distribution name, that eliminates dot and >underscore. Colon is out because it's used to separate epochs. Any >operator character would also be a poor choice because most parsing code >would see this as "identifier operator identifier". This then leaves a >set of single punctuation characters that are pretty ugly or are >commonly reserved for shell usage (e.g. globing characters, quoting, >expansion, etc.) A fundamental goal should be to be able give an RMP >name on the shell command line and not have to quote it. At this point >we've pretty much eliminated every possible character. > >So all of a sudden dot (.) is beginning to look like a pretty good >choice and there is certainly lots of precedence for it as well as some >earlier requests for dot from others, so dot it will be. > >New packages should show up in rawhide in a few hours. > > > "." sounds good to me. Thats what everyone else is using anyway. I fail to see the need for anything else. The distribution tag is leading-alpha and easily recognisable without special syntax. John Ellson From jharnish at ci.grand-rapids.mi.us Wed Aug 4 16:11:20 2004 From: jharnish at ci.grand-rapids.mi.us (Harnish, Joe) Date: Wed, 4 Aug 2004 12:11:20 -0400 Subject: Evolution-Data-Server Message-ID: <221C759285B78647AEE6181FD6AF36A70C9461E2@bambi.grand-rapids.mi.us> How hard would it be to add this: http://www.atoker.com/evolver/ now the e-d-s is required by gnome-panel? Thanks Joe > -----Original Message----- > From: fedora-test-list-bounces at redhat.com > [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of > David Malcolm > Sent: Wednesday, August 04, 2004 11:35 AM > To: Fedora Test List > Cc: kms at passback.co.uk > Subject: Re: Evolution-Data-Server > > On Tue, 2004-08-03 at 14:21 +0100, Mark McLoughlin wrote: > > On Tue, 2004-08-03 at 11:57, Keith Sharp wrote: > > > On Tue, 2004-08-03 at 09:52 +0100, Mark McLoughlin wrote: > > > > Hi, > > > > > > > > On Tue, 2004-08-03 at 09:06, Keith Sharp wrote: > > > > > > > > > The latest gnome-panel RPM (2.6.0-10) from Rawhide appears to > > > > > leave this to be detected at build time by not explicitly > > > > > disabling this feature, ie if the build host has > e-d-s installed > > > > > then you will get support built. > > > > > > > > Dave has a fix for this so it should appear in > Raw Hide within > > > > the next few days. > > > > > > Is the fix to build e-d-s support or to disable it? > > > > To build it. > > OK - this is now in Raw Hide. gnome-panel now explicitly > requires e-d- s, and if you click on the panel's clock you'll > get your task list and today's appointments in addition to > the calendar (which will also now embolden any days where you > have appointments). > > Dave > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From michal at harddata.com Wed Aug 4 16:11:57 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 4 Aug 2004 10:11:57 -0600 Subject: TERM=gnome - a possible way out Message-ID: <20040804101157.C30579@mail.harddata.com> I got an idea. What about creating a new terminal type 'xterm-gnome' which will be just an alias to 'gnome' and setting TERM to that? After all 'gnome' is just a slight extension of 'xterm'. There is a hope that most other installations seeing unknown 'xterm*' will reduce that to 'xterm' anyway. I am not sure how this will fare in practice but the current havoc should be somewhat reduced. I still think that adding a wrapper or two where it is required and leaving TERM=xterm would be a preferred route. Michal From fedora at wir-sind-cool.org Wed Aug 4 16:12:49 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Wed, 4 Aug 2004 18:12:49 +0200 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091634960.954.55.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> Message-ID: <20040804181249.362220f9.fedora@wir-sind-cool.org> On Wed, 04 Aug 2004 11:56:00 -0400, John Dennis wrote: > So all of a sudden dot (.) is beginning to look like a pretty good > choice and there is certainly lots of precedence for it as well as some > earlier requests for dot from others, so dot it will be. > > New packages should show up in rawhide in a few hours. What about "the other dot"? ;o) cyrus-imapd-2.2.6-2?FC3?3.i386.rpm From michal at harddata.com Wed Aug 4 16:21:08 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 4 Aug 2004 10:21:08 -0600 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <20040804181249.362220f9.fedora@wir-sind-cool.org>; from fedora@wir-sind-cool.org on Wed, Aug 04, 2004 at 06:12:49PM +0200 References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> <20040804181249.362220f9.fedora@wir-sind-cool.org> Message-ID: <20040804102108.D30579@mail.harddata.com> On Wed, Aug 04, 2004 at 06:12:49PM +0200, Michael Schwendt wrote: > On Wed, 04 Aug 2004 11:56:00 -0400, John Dennis wrote: > > > So all of a sudden dot (.) is beginning to look like a pretty good > > choice > > What about "the other dot"? ;o) > > cyrus-imapd-2.2.6-2?FC3?3.i386.rpm This may be even an illegal character depending on an encoding and if not it _will_ display differently depending on what is displaying it. I suggested also @. Maybe not very attractive but cyrus-imapd-2.2.6-2 at FC3@3.i386.rpm should be safe. Michal From jdennis at redhat.com Wed Aug 4 16:33:00 2004 From: jdennis at redhat.com (John Dennis) Date: Wed, 04 Aug 2004 12:33:00 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <20040804181249.362220f9.fedora@wir-sind-cool.org> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> <20040804181249.362220f9.fedora@wir-sind-cool.org> Message-ID: <1091637180.954.69.camel@finch.boston.redhat.com> On Wed, 2004-08-04 at 12:12, Michael Schwendt wrote: > What about "the other dot"? ;o) > cyrus-imapd-2.2.6-2?FC3?3.i386.rpm Do you mean the dot that separates n-v-r from arch.rpm? It shouldn't be a problem, I think most parsing code looks for .arch.rpm at the end of the string and treats everything before it as n-v-r. There are prior examples of a release field with a dot in it and it hasn't caused a problem. -- John Dennis From dmalcolm at redhat.com Wed Aug 4 16:33:33 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Wed, 04 Aug 2004 12:33:33 -0400 Subject: Evolution-Data-Server In-Reply-To: <221C759285B78647AEE6181FD6AF36A70C9461E2@bambi.grand-rapids.mi.us> References: <221C759285B78647AEE6181FD6AF36A70C9461E2@bambi.grand-rapids.mi.us> Message-ID: <1091637213.6991.49.camel@cassandra.boston.redhat.com> On Wed, 2004-08-04 at 12:11 -0400, Harnish, Joe wrote: > How hard would it be to add this: > http://www.atoker.com/evolver/ now the e-d-s is required by gnome- > panel? > It doesn't use e-d-s so it's not affected by this. I'm not too keen on that code though, it seems to work by simply looking at the title of the Evolution app's main window, and looks for a number, which it treats as the number of emails in your inbox. So it's a bit of a hack, and it won't work for Evolution 2.0 Plus it requires Mono, which is a whole other issue... > Thanks > > Joe > > > -----Original Message----- > > From: fedora-test-list-bounces at redhat.com > > [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of > > David Malcolm > > Sent: Wednesday, August 04, 2004 11:35 AM > > To: Fedora Test List > > Cc: kms at passback.co.uk > > Subject: Re: Evolution-Data-Server > > > > On Tue, 2004-08-03 at 14:21 +0100, Mark McLoughlin wrote: > > > On Tue, 2004-08-03 at 11:57, Keith Sharp wrote: > > > > On Tue, 2004-08-03 at 09:52 +0100, Mark McLoughlin wrote: > > > > > Hi, > > > > > > > > > > On Tue, 2004-08-03 at 09:06, Keith Sharp wrote: > > > > > > > > > > > The latest gnome-panel RPM (2.6.0-10) from Rawhide appears > to > > > > > > leave this to be detected at build time by not explicitly > > > > > > disabling this feature, ie if the build host has > > e-d-s installed > > > > > > then you will get support built. > > > > > > > > > > Dave has a fix for this so it should appear in > > Raw Hide within > > > > > the next few days. > > > > > > > > Is the fix to build e-d-s support or to disable it? > > > > > > To build it. > > > > OK - this is now in Raw Hide. gnome-panel now explicitly > > requires e-d- s, and if you click on the panel's clock you'll > > get your task list and today's appointments in addition to > > the calendar (which will also now embolden any days where you > > have appointments). > > > > Dave > > > > > > -- > > fedora-test-list mailing list > > fedora-test-list at redhat.com > > To unsubscribe: > > http://www.redhat.com/mailman/listinfo/fedora-test-list > > > From jdennis at redhat.com Wed Aug 4 16:36:31 2004 From: jdennis at redhat.com (John Dennis) Date: Wed, 04 Aug 2004 12:36:31 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091637180.954.69.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> <20040804181249.362220f9.fedora@wir-sind-cool.org> <1091637180.954.69.camel@finch.boston.redhat.com> Message-ID: <1091637391.954.73.camel@finch.boston.redhat.com> On Wed, 2004-08-04 at 12:33, John Dennis wrote: > On Wed, 2004-08-04 at 12:12, Michael Schwendt wrote: > > What about "the other dot"? ;o) > > cyrus-imapd-2.2.6-2?FC3?3.i386.rpm > > Do you mean the dot that separates n-v-r from arch.rpm? Sorry, I missed the fact you were suggesting a non 7bit ASCII character, now that would create problems :-) -- John Dennis From cmadams at hiwaay.net Wed Aug 4 17:24:10 2004 From: cmadams at hiwaay.net (Chris Adams) Date: Wed, 4 Aug 2004 12:24:10 -0500 Subject: TERM=gnome - a possible way out In-Reply-To: <20040804101157.C30579@mail.harddata.com> References: <20040804101157.C30579@mail.harddata.com> Message-ID: <20040804172410.GC1039305@hiwaay.net> Once upon a time, Michal Jaegermann said: > I got an idea. What about creating a new terminal type > 'xterm-gnome' which will be just an alias to 'gnome' and setting > TERM to that? After all 'gnome' is just a slight extension of > 'xterm'. There is a hope that most other installations seeing > unknown 'xterm*' will reduce that to 'xterm' anyway. I am not > sure how this will fare in practice but the current havoc > should be somewhat reduced. The problem with any new term type is interoperability with other systems (both other Linux and other Unix systems). I already loaded the last ESR terminfo file into my Tru64 and Solaris servers (and then use TERM=xterm-xfree86 to get the desired functionality). I don't really want to have to go around and load additional entries on top of that (where would be the canonical place to download these entries?). Are you going to release an ncurses errata for RHEL to add this terminfo entry? If not, then the change won't interoperate with the installed base of RHEL for years to come (since for example RHEL 3 is support for another 4 years or so). If there is a big gain to making the change, go for it. If it is just a small difference that a lot of people won't even see, forget it. TERM is something very important to those of us that use a system as more than a "closed box" (i.e. use terminals to access a shell on other servers). -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. From balay at fastmail.fm Wed Aug 4 17:40:26 2004 From: balay at fastmail.fm (Satish Balay) Date: Wed, 4 Aug 2004 12:40:26 -0500 (CDT) Subject: today's rawhide update missing headers/header.info for yum Message-ID: Anyone able to use yum today with rawhide (with mirrors synced today)? I've checked this with 3 mirrors and the dir 'headers' is missing from all 3 of them. (sugesting some breakage on the master server during yum header generation) baseurl=http://mirrors.kernel.org/fedora/core/development/i386 baseurl=ftp://mirror.hiwaay.net/redhat/fedora/linux/core/development/i386 baseurl=ftp://ftp.linux.ncsu.edu/pub/fedora/linux/core/development/i386 Satish ------ [root at localhost ~]# yum check-update Gathering header information file(s) from server(s) Server: Rawhide Development retrygrab() failed for: http://mirrors.kernel.org/fedora/core/development/i386/headers/header.info Executing failover method failover: out of servers to try Error getting file http://mirrors.kernel.org/fedora/core/development/i386/headers/header.info [Errno 4] IOError: HTTP Error 404: Not Found [root at localhost ~]# From lars at homer.se Wed Aug 4 17:48:36 2004 From: lars at homer.se (Lars E. Pettersson) Date: Wed, 04 Aug 2004 19:48:36 +0200 Subject: today's rawhide update missing headers/header.info for yum In-Reply-To: References: Message-ID: <1091641716.14848.3.camel@tux.home.rpz> On Wed, 2004-08-04 at 19:40, Satish Balay wrote: > Anyone able to use yum today with rawhide (with mirrors synced today)? Nope, tested a couple of mirrors, and looked at, http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/. Was just about to write an e-mail here asking the same thing as you :-) I also looked in the archives to see if I missed an announcement of any kind, but could not find any. Anyone know what is going on? Just wait and see i suppose... /Lars -- Lars E. Pettersson http://www.sm6rpz.se/ From reader at newsguy.com Wed Aug 4 18:03:07 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 04 Aug 2004 13:03:07 -0500 Subject: TERM=gnome - a possible way out In-Reply-To: <20040804101157.C30579@mail.harddata.com> (Michal Jaegermann's message of "Wed, 4 Aug 2004 10:11:57 -0600") References: <20040804101157.C30579@mail.harddata.com> Message-ID: Michal Jaegermann writes: > I got an idea. What about creating a new terminal type > 'xterm-gnome' which will be just an alias to 'gnome' and setting > TERM to that? After all 'gnome' is just a slight extension of > 'xterm'. There is a hope that most other installations seeing > unknown 'xterm*' will reduce that to 'xterm' anyway. I am not > sure how this will fare in practice but the current havoc > should be somewhat reduced. After looking thru the long discussion at: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122815 I don't think gnome is just a slight extension. Seems more like it lacks some stuff too. Have you read that discussion, it pretty interesting but kind of hard for laymen like me to really follow. From lars at homer.se Wed Aug 4 18:18:47 2004 From: lars at homer.se (Lars E. Pettersson) Date: Wed, 04 Aug 2004 20:18:47 +0200 Subject: today's rawhide update missing headers/header.info for yum In-Reply-To: <1091641716.14848.3.camel@tux.home.rpz> References: <1091641716.14848.3.camel@tux.home.rpz> Message-ID: <1091643527.14848.8.camel@tux.home.rpz> On Wed, 2004-08-04 at 19:48, Lars E. Pettersson wrote: > On Wed, 2004-08-04 at 19:40, Satish Balay wrote: > > Anyone able to use yum today with rawhide (with mirrors synced today)? > > Nope, tested a couple of mirrors, and looked at, > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/. ... > Just wait and see i suppose... Seem to work from download.fedora.redhat.com now. /Lars -- Lars E. Pettersson http://www.sm6rpz.se/ From paul at all-the-johnsons.co.uk Wed Aug 4 18:37:59 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Wed, 04 Aug 2004 19:37:59 +0100 Subject: Dependancies still missing from rawhide In-Reply-To: <1091496139.24634.160.camel@hermione.aeon.com.my> References: <1091463699.3124.74.camel@localhost.localdomain> <1091487027.24634.153.camel@hermione.aeon.com.my> <1091488749.3124.85.camel@localhost.localdomain> <1091496139.24634.160.camel@hermione.aeon.com.my> Message-ID: <1091644680.25431.1.camel@T7.linux> Hi, > > I've found another problem - librsvg2 (also in rawhide) seems to be an > > additional problem for nautilus, gnone-games and gdm > > /me does yet another upgrade Unless it's just the mirrors not updated yet, I'm still getting the dep errors for gnome-games & nautilus (libcroco) and xine-ui & php (libcurl) TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From cmadams at hiwaay.net Wed Aug 4 18:41:37 2004 From: cmadams at hiwaay.net (Chris Adams) Date: Wed, 4 Aug 2004 13:41:37 -0500 Subject: today's rawhide update missing headers/header.info for yum In-Reply-To: References: Message-ID: <20040804184137.GB1406107@hiwaay.net> Once upon a time, Satish Balay said: > Anyone able to use yum today with rawhide (with mirrors synced today)? > > I've checked this with 3 mirrors and the dir 'headers' is missing from > all 3 of them. (sugesting some breakage on the master server during > yum header generation) It looks like the build system was slow today (I just saw the update email a few minutes ago for example). I'm resyncing mirror.hiwaay.net now and it looks like the headers are back (although it isn't quite finished syncing yet, so give it a few minutes). -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. From balay at fastmail.fm Wed Aug 4 18:50:34 2004 From: balay at fastmail.fm (Satish Balay) Date: Wed, 4 Aug 2004 13:50:34 -0500 (CDT) Subject: today's rawhide update missing headers/header.info for yum In-Reply-To: <20040804184137.GB1406107@hiwaay.net> References: <20040804184137.GB1406107@hiwaay.net> Message-ID: On Wed, 4 Aug 2004, Chris Adams wrote: > Once upon a time, Satish Balay said: > > Anyone able to use yum today with rawhide (with mirrors synced today)? > > > > I've checked this with 3 mirrors and the dir 'headers' is missing from > > all 3 of them. (sugesting some breakage on the master server during > > yum header generation) > > It looks like the build system was slow today (I just saw the update > email a few minutes ago for example). I'm resyncing mirror.hiwaay.net > now and it looks like the headers are back (although it isn't quite > finished syncing yet, so give it a few minutes). > Actually there were 2 'rawhide reports' posted today. http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00095.html http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00116.html I think mirrors were broken after the normal process - and someone restarted the build again(some stage of it) - which synced the mirrors - and sent the second update. Yum works for me now form mirrors.kernel.org - and the libcroco/librsvg2 isuue also appears to be resolved. Satish From paul at all-the-johnsons.co.uk Wed Aug 4 19:11:00 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Wed, 04 Aug 2004 20:11:00 +0100 Subject: today's rawhide update missing headers/header.info for yum In-Reply-To: References: <20040804184137.GB1406107@hiwaay.net> Message-ID: <1091646660.25431.3.camel@T7.linux> Hi, > Yum works for me now form mirrors.kernel.org - and the > libcroco/librsvg2 isuue also appears to be resolved. Pity the php one hasn't :-( TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michal at harddata.com Wed Aug 4 19:13:09 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 4 Aug 2004 13:13:09 -0600 Subject: TERM=gnome - a possible way out In-Reply-To: <20040804172410.GC1039305@hiwaay.net>; from cmadams@hiwaay.net on Wed, Aug 04, 2004 at 12:24:10PM -0500 References: <20040804101157.C30579@mail.harddata.com> <20040804172410.GC1039305@hiwaay.net> Message-ID: <20040804131309.A4698@mail.harddata.com> On Wed, Aug 04, 2004 at 12:24:10PM -0500, Chris Adams wrote: > > The problem with any new term type is interoperability with other > systems (both other Linux and other Unix systems). Right! That is why I am thinking how to alleviate a damage done by setting TERM to 'gnome'. Linux systems around will hopefully know what that is although this is far from sure and number of problems crops out anyway even on some kind of a connection to FC3t1 machine. You cannot ask for more favourable conditions than that. If you are talking about non-Linux machines this is far less from sure. There is some hope that these know already how to handle a "qualified xterm" if only by resetting that locally to just "xterm" but I may be too optimistic. A nasty option would be to make a local definition of an 'xterm' termcap the same as 'gnome', set TERM to xterm and hope for the best. > I already loaded the > last ESR terminfo file into my Tru64 and Solaris servers The catch is, of course, that you may not be able to load anything of that sort on some remotes where you may be connecting. I know how to deal with that but for many people around this will be a very high hurdle. Michal From michal at harddata.com Wed Aug 4 19:35:28 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 4 Aug 2004 13:35:28 -0600 Subject: TERM=gnome - a possible way out In-Reply-To: ; from reader@newsguy.com on Wed, Aug 04, 2004 at 01:03:07PM -0500 References: <20040804101157.C30579@mail.harddata.com> Message-ID: <20040804133528.B4698@mail.harddata.com> On Wed, Aug 04, 2004 at 01:03:07PM -0500, Harry Putnam wrote: > > After looking thru the long discussion at: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122815 > I don't think gnome is just a slight extension. Seems more like it > lacks some stuff too. If you believe in what /etc/termcap says then gnome|Gnome terminal:\ :ut:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\177:tc=xterm-color: so these are four extra keys plus "ut", which I cannot find on a man page, and otherwise 'xterm-color'. Unless, of course, termcap and terminfo entries are out of sync. Hm, 'infocmp gnome' output indeed seems to be shorter than 'infocmp xterm' while 'infocmp xterm-color' is the smallest of all three. I am not patient enough in this moment to compare capabilities one by one. Still they look quite similar. Surprise! You were using TERM=xterm as of a few days ago. BTW - $ man -k 'terminfo description' sh: /unsafe/: No such file or directory Error executing formatting or display command. System command /unsafe/ exited with status 32512. Eh??? man -k 'terminfo' does not have troubles. Michal From ernesto at ornl.gov Wed Aug 4 20:40:11 2004 From: ernesto at ornl.gov (Ernest L. Williams Jr.) Date: Wed, 4 Aug 2004 16:40:11 -0400 Subject: USB mouse and the 2.6.7-1.503 kernel Message-ID: <200408041640.11107.ernesto@ornl.gov> Hi, I have a M60 Dell precision laptop with a USB mouse. How does one get that working under the 2.6.7-1.503 kernel? Thanks, -- Ernest L. Williams Jr. SNS Control Systems Group (865) 591-0183 ORNL From perbj at stanford.edu Wed Aug 4 21:14:30 2004 From: perbj at stanford.edu (Per Bjornsson) Date: Wed, 04 Aug 2004 14:14:30 -0700 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091637391.954.73.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> <20040804181249.362220f9.fedora@wir-sind-cool.org> <1091637180.954.69.camel@finch.boston.redhat.com> <1091637391.954.73.camel@finch.boston.redhat.com> Message-ID: <1091654069.3720.13.camel@localhost.localdomain> On Wed, 2004-08-04 at 09:36, John Dennis wrote: > Sorry, I missed the fact you were suggesting a non 7bit ASCII character, > now that would create problems :-) Well, Arjan released a test kernel package (I think only on people.redhat.com) which ended in ? or possibly some other greek letter :). I think it kind of mostly worked but broke some tools (was it Apt?)? I believe that the package was at least installable, but it's probably not exactly a "safe bet" anyways. I can't really see why the underscore is so bad if you want a subseparator though, dots more or less work but you've got to think to make sure that further updates don't end up getting ordered incorrectly. Why would underscores be used in distribution tags? It seems that reasonable tags for what we have is RHLN (basically not particularly relevant to Red Hat or Fedora apart from Legacy now), AS21, RHEL3 (presumably continued as RHELN with N integer), FCN, etc. It doesn't seem to me that making allowances for possible future weirdness is particularly valuable when all that needs to be done is to choose sensible tags in the future. /Per -- Per Bjornsson Ph.D. Candidate, Department of Applied Physics, Stanford University From fct-cornette at sbcglobal.net Wed Aug 4 23:33:41 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 04 Aug 2004 19:33:41 -0400 Subject: dev update dependency issues increase In-Reply-To: <1091626910.3937.62.camel@duergar> References: <411021B5.1090503@xmission.com> <1091577002.3937.43.camel@duergar> <41102703.90301@sbcglobal.net> <1091626910.3937.62.camel@duergar> Message-ID: <41117255.2070803@sbcglobal.net> Stan Bubrouski wrote: > On Tue, 2004-08-03 at 20:00 -0400, Jim Cornette wrote: > I *hate* up2date... I get nothing but probs whenever I try to use it, > yum is the way! > Fortunately, X and up2date are both working so far with this beta phase. I haven't had to set up yum yet. Both tools are great to have and hopefully, both won't go down at the same time. I'm kind of curious as to what the speed for up2date and yum will do with the new repodata directories (and content) format appearing on mirrors. I don't know yet if additional steps are needed to use them over the headers directories or not. I downloaded and installed createrepo-0.3.6-1 from rpm and it created a repo successfully using FC3T1. Jim -- If it happens once, it's a bug. If it happens twice, it's a feature. If it happens more than twice, it's a design philosophy. From pp at ee.oulu.fi Thu Aug 5 01:06:56 2004 From: pp at ee.oulu.fi (Pekka Pietikainen) Date: Thu, 5 Aug 2004 04:06:56 +0300 Subject: TERM=gnome - a possible way out In-Reply-To: <20040804131309.A4698@mail.harddata.com> References: <20040804101157.C30579@mail.harddata.com> <20040804172410.GC1039305@hiwaay.net> <20040804131309.A4698@mail.harddata.com> Message-ID: <20040805010656.GA5063@ee.oulu.fi> On Wed, Aug 04, 2004 at 01:13:09PM -0600, Michal Jaegermann wrote: > The catch is, of course, that you may not be able to load anything > of that sort on some remotes where you may be connecting. I know > how to deal with that but for many people around this will be a very > high hurdle. In case someone is wondering, something like export TERMINFO=/home/pp/.terminfo export TERM=${TERM} and placing the relevant terminfo entries there does the trick :-). Latter line might seem silly but some curses libs don't look in .terminfo by default and are too dumb to check afterwards causing fun effects like backspace not working in your shell. (I already do this for "linux" and "screen" so adding gnome is no biggie :-) ) This is actually a problem pretty close to the UTF-8 ones. People can't figure it out so they find a solution that disables the new stuff and call the new stuff broken. "#?"#? legacy OS's. A "Connecting to legacy operating systems on Fedora" HOWTO and adding a pointer to the release notes might be nice :-) -- Pekka Pietikainen From reader at newsguy.com Thu Aug 5 01:24:26 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 04 Aug 2004 20:24:26 -0500 Subject: TERM=gnome - a possible way out In-Reply-To: <20040804133528.B4698@mail.harddata.com> (Michal Jaegermann's message of "Wed, 4 Aug 2004 13:35:28 -0600") References: <20040804101157.C30579@mail.harddata.com> <20040804133528.B4698@mail.harddata.com> Message-ID: Michal Jaegermann writes: > If you believe in what /etc/termcap says then > > gnome|Gnome terminal:\ > :ut:\ > :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\177:tc=xterm-color: > > so these are four extra keys plus "ut", which I cannot find on a man > page, and otherwise 'xterm-color'. Unless, of course, termcap > and terminfo entries are out of sync. Hm, 'infocmp gnome' output > indeed seems to be shorter than 'infocmp xterm' while > 'infocmp xterm-color' is the smallest of all three. I am not > patient enough in this moment to compare capabilities one by one. > Still they look quite similar. Surprise! You were using > TERM=xterm as of a few days ago. You seem to be talking in riddles here. I'm sure its lack of understanding on my part. But you didn't answer if you'd read that discussion. It goes on at some length about the difference between gnome and real xterm. The participants are people heavily involved in coding the patches, debugging etc. Including Thomas Dickey who wrote and continues to upgrade patch etc, xterm. From notting at redhat.com Thu Aug 5 04:18:37 2004 From: notting at redhat.com (Bill Nottingham) Date: Thu, 5 Aug 2004 00:18:37 -0400 Subject: today's rawhide update missing headers/header.info for yum In-Reply-To: References: Message-ID: <20040805041837.GA5653@nostromo.devel.redhat.com> Satish Balay (balay at fastmail.fm) said: > Anyone able to use yum today with rawhide (with mirrors synced today)? The original tree more-or-less died during compose but was pushed incomplete. A new tree was pushed to fix it. Bill From reader at newsguy.com Thu Aug 5 04:28:48 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 04 Aug 2004 23:28:48 -0500 Subject: Something changed in cron upgrade. Message-ID: Anyone else noticing they can no longer edit there crontab with crontab -e? Even as a fully logged in root user I get this message: You (root) are not allowed to use this program (crontab) See crontab(1) for more information I don't see any cron.allow or deny type files. Creating /etc/cron.allow and listing the needed user there fixes it but: The man page says in the absence of them, only root user will be allowed to use -e. If the cron.allow file exists, then you must be listed therein in order to be allowed to use this command. If the cron.allow file does not exist but the cron.deny file does exist, then you must not be listed in the cron.deny file in order to use this command. If neither of these files exists, only the super user will be allowed to use this command. Here, root was denied too. Until added to /etc/cron.allow From linux_4ever at yahoo.com Thu Aug 5 13:51:04 2004 From: linux_4ever at yahoo.com (Steve G) Date: Thu, 5 Aug 2004 06:51:04 -0700 (PDT) Subject: mkinitrd-4.0.0-1 might be broken Message-ID: <20040805135104.21845.qmail@web50602.mail.yahoo.com> Hello, I built the latest from rawhide and installed the 503 kernel. I did a: mkinitrd vmlinuz 2.6.7-1.503.build And rebooted the system. On the way up, I got a message saying the "switchroot mount failed" and it panic'ed. Removing the mkinitrd package and backtracking to mkinitrd-3.5.24-1 fixed the problem. Has anyone else noticed this problem? Is mkinitrd-4.0.0 supposed to work with current rawhide or does it have (unstated) dependencies on packages yet to be released? Thanks, -Steve Grubb __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From linux_4ever at yahoo.com Thu Aug 5 14:02:25 2004 From: linux_4ever at yahoo.com (Steve G) Date: Thu, 5 Aug 2004 07:02:25 -0700 (PDT) Subject: selinux-policy-targeted-1.15.11-2 broken? Message-ID: <20040805140225.25006.qmail@web50610.mail.yahoo.com> Hi, I was testing the latest from rawhide and had another problem during bootup. I installed just the selinux targeted policy and tried to reboot. The system was freshly installed with no pre-existing software. On the way up, I got a message to the effect of "policy requested but not found and enforcing mode is on". It would be more helpful if the message stated where it looked for the policy so that I could try to figure out what went wrong. I did start looking at the spec file and noticed this in the %post script: if [ -f /etc/selinux/config ]; then . /etc/selinux/config else if [ -f /etc/selinux/config ]; then SELINUXTYPE=strict . /etc/sysconfig/selinux Shouldn't the second 'if' be testing what is sourced later? Looks like a copy & paste problem to me. I doubt that is my problem, though. Has anyone else had problems with the latest selinux-policy-targeted ? Thanks, -Steve Grubb __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From paul at all-the-johnsons.co.uk Thu Aug 5 14:12:02 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Thu, 05 Aug 2004 15:12:02 +0100 Subject: SELinux Message-ID: <1091715122.3471.2.camel@localhost.localdomain> Hi, I'm currently running FC3t1 without selinux running (it's switched off totally on boot up). If I remove the selinux=0 part from the boot up, I get a pile of errors saying the directories and other such things don't have the correct permissions etc. What do I need to do to set things working correctly so that selinux is working properly? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sds at epoch.ncsc.mil Thu Aug 5 14:17:00 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Thu, 05 Aug 2004 10:17:00 -0400 Subject: SELinux In-Reply-To: <1091715122.3471.2.camel@localhost.localdomain> References: <1091715122.3471.2.camel@localhost.localdomain> Message-ID: <1091715420.2583.20.camel@moss-spartans.epoch.ncsc.mil> On Thu, 2004-08-05 at 10:12, Paul wrote: > I'm currently running FC3t1 without selinux running (it's switched off > totally on boot up). > > If I remove the selinux=0 part from the boot up, I get a pile of errors > saying the directories and other such things don't have the correct > permissions etc. > > What do I need to do to set things working correctly so that selinux is > working properly? Run /sbin/fixfiles relabel. -- Stephen Smalley National Security Agency From twaugh at redhat.com Thu Aug 5 14:29:13 2004 From: twaugh at redhat.com (Tim Waugh) Date: Thu, 5 Aug 2004 15:29:13 +0100 Subject: Fedora Core 1 Test Update: ghostscript-7.07-15.3 Message-ID: <20040805142913.GE2177@redhat.com> Please put feedback (both positive and negative) here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129062 I will push this as a Fedora Update once I am satisfied that a) ghostscript works normally b) gsview also works [since this is the entire point] Thanks, Tim. */ --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2004-252 2004-08-05 --------------------------------------------------------------------- Product : Fedora Core 1 Name : ghostscript Version : 7.07 Release : 15.3 Summary : A PostScript(TM) interpreter and renderer. Description : Ghostscript is a set of software that provides a PostScript(TM) interpreter, a set of C procedures (the Ghostscript library, which implements the graphics capabilities in the PostScript language) and an interpreter for Portable Document Format (PDF) files. Ghostscript translates PostScript code into many common, bitmapped formats, like those understood by your printer or screen. Ghostscript is normally used to display PostScript files and to print PostScript files to non-PostScript printers. If you need to display PostScript files or print them to non-PostScript printers, you should install ghostscript. If you install ghostscript, you also need to install the ghostscript-fonts package. --------------------------------------------------------------------- Update Information: This update provides shared libraries. --------------------------------------------------------------------- * Wed Aug 04 2004 Tim Waugh 7.07-15.3 - Turn on libgs (bug #129062). --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/1/ a4ef26ab4ca01df0649789227b7de5dd SRPMS/ghostscript-7.07-15.3.src.rpm f9481aff9cef7518cefb76d667c25d1d x86_64/ghostscript-7.07-15.3.x86_64.rpm 5402d9610ac2fbbeaac52ef14e751b62 x86_64/ghostscript-devel-7.07-15.3.x86_64.rpm 54b693f11075dade1629df2488cc6384 x86_64/ghostscript-gtk-7.07-15.3.x86_64.rpm 1720a4f4bb4204a53445a5e06e4866a6 x86_64/hpijs-1.5-4.2.x86_64.rpm efb93a5579b8522d5cc578902c544712 x86_64/debug/ghostscript-debuginfo-7.07-15.3.x86_64.rpm b8c1390faf2fc64f509bddb373569f50 i386/ghostscript-7.07-15.3.i386.rpm 42592125d32158e5a6e2c83128d6aeff i386/ghostscript-devel-7.07-15.3.i386.rpm c1d3bce62e464e10c1ae4b542412c593 i386/ghostscript-gtk-7.07-15.3.i386.rpm 1afd7f63a1024feea44ce680edc332b4 i386/hpijs-1.5-4.2.i386.rpm fcc171ab3d3188f86e242a1ba166d448 i386/debug/ghostscript-debuginfo-7.07-15.3.i386.rpm This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. You may need to edit your up2date channels configuration. Within /etc/sysconfig/rhn/sources enable the following line: yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-1 --------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From notting at redhat.com Thu Aug 5 14:46:34 2004 From: notting at redhat.com (Bill Nottingham) Date: Thu, 5 Aug 2004 10:46:34 -0400 Subject: mkinitrd-4.0.0-1 might be broken In-Reply-To: <20040805135104.21845.qmail@web50602.mail.yahoo.com> References: <20040805135104.21845.qmail@web50602.mail.yahoo.com> Message-ID: <20040805144634.GA11125@nostromo.devel.redhat.com> Steve G (linux_4ever at yahoo.com) said: > I built the latest from rawhide and installed the 503 kernel. I did a: > > mkinitrd vmlinuz 2.6.7-1.503.build > > And rebooted the system. On the way up, I got a message saying the "switchroot > mount failed" and it panic'ed. Removing the mkinitrd package and backtracking to > mkinitrd-3.5.24-1 fixed the problem. > > Has anyone else noticed this problem? Is mkinitrd-4.0.0 supposed to work with > current rawhide or does it have (unstated) dependencies on packages yet to be > released? mkinitrd-4.x uses initramfs by default; this support almost certainly has some bugs left to be worked out. Bill From michal at harddata.com Thu Aug 5 15:34:41 2004 From: michal at harddata.com (Michal Jaegermann) Date: Thu, 5 Aug 2004 09:34:41 -0600 Subject: mkinitrd-4.0.0-1 might be broken In-Reply-To: <20040805135104.21845.qmail@web50602.mail.yahoo.com>; from linux_4ever@yahoo.com on Thu, Aug 05, 2004 at 06:51:04AM -0700 References: <20040805135104.21845.qmail@web50602.mail.yahoo.com> Message-ID: <20040805093441.A23986@mail.harddata.com> On Thu, Aug 05, 2004 at 06:51:04AM -0700, Steve G wrote: > > I built the latest from rawhide and installed the 503 kernel. I did a: > > mkinitrd vmlinuz 2.6.7-1.503.build > > And rebooted the system. On the way up, I got a message saying the "switchroot > mount failed" and it panic'ed. Removing the mkinitrd package and backtracking to > mkinitrd-3.5.24-1 fixed the problem. It may be new initrd. See, for example, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129057 or searching for a label had problems for some other reasons. Did you try to boot with 'root='? See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129120 Although in this case switching to an "old-style" initrd did not help. Michal From linux_4ever at yahoo.com Thu Aug 5 15:51:36 2004 From: linux_4ever at yahoo.com (Steve G) Date: Thu, 5 Aug 2004 08:51:36 -0700 (PDT) Subject: mkinitrd-4.0.0-1 might be broken In-Reply-To: <20040805093441.A23986@mail.harddata.com> Message-ID: <20040805155136.34233.qmail@web50609.mail.yahoo.com> >It may be new initrd. See, for example, > >https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129057 This sounds in the ballpark. It does mention a 4.0.1 package in the works. >or searching for a label had problems for some other reasons. Did >you try to boot with 'root='? See > I use the device numbers to make it very primitive. root (hd1,2) kernel /boot/vmlinuz-2.6.7-1.437.build ro root=0803 initrd /boot/initrd-2.6.7-1.437.build.img The old mkinitrd works fine in this setup. I just wanted to see if others had a similar experience. I think I will avoid testing mkinitrd for a week or two. Thanks, -Steve Grubb __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From pertusus at free.fr Thu Aug 5 19:35:14 2004 From: pertusus at free.fr (Patrice Dumas) Date: Thu, 5 Aug 2004 21:35:14 +0200 Subject: unrecoverable disk errors Message-ID: <20040805193514.GA7212@free.fr> Hi, In fedora core 3 test (upgraded with yum from fc2). The kernel is 2.6.7-499. After a reboot the kernel couldn't launch init (seems that missing /initrd was the issue). I rebooted under repair environments and a fc 1, I ran e2fsck, and the root filesystem had a lot of broken stuff within. When doing a chroot within the fc3t system I could see that there were a lot of missing files (9308). (There was nothing in the logs explaining the failure. I fixed my setup since by reinstalling the rpm with missing files). Now I thought that I could fix the filesystem errors with e2fsck. But each time I run e2fsck (with -f the e2fsck provided with fc3t) the same errors pop up: ========================================================================== [root at localhost root]# ./e2fsck -c -f /dev/hda1 e2fsck 1.35 (28-Feb-2004) Checking for bad blocks (read-only test): done Pass 1: Checking inodes, blocks, and sizes Error reading block 1278188 (Attempt to read block from filesystem resulted in short read) while doing inode scan. Ignore error? yes Force rewrite? yes Error reading block 1278189 (Attempt to read block from filesystem resulted in short read) while doing inode scan. Ignore error? yes Force rewrite? yes Error reading block 1278190 (Attempt to read block from filesystem resulted in short read) while doing inode scan. Ignore error? yes Force rewrite? yes Error reading block 1572913 (Attempt to read block from filesystem resulted in short read) while doing inode scan. Ignore error? yes Force rewrite? yes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/hda1: ***** FILE SYSTEM WAS MODIFIED ***** /dev/hda1: 247256/870912 files (2.9% non-contiguous), 1107924/1741036 blocks [root at localhost root]# =========================================================================== I also have had some new errors some times, thus it is possible that my disk is dying (and more errors seem to show up when I run e2fsck...), but the errors I report above appear all the time I run e2fsck -f -c. Maybe it isn't a bug but if it is I can report further. Pat From alan at redhat.com Thu Aug 5 20:22:54 2004 From: alan at redhat.com (Alan Cox) Date: Thu, 5 Aug 2004 16:22:54 -0400 Subject: unrecoverable disk errors In-Reply-To: <20040805193514.GA7212@free.fr> References: <20040805193514.GA7212@free.fr> Message-ID: <20040805202254.GA28412@devserv.devel.redhat.com> On Thu, Aug 05, 2004 at 09:35:14PM +0200, Patrice Dumas wrote: > Now I thought that I could fix the filesystem errors with e2fsck. But each > time I run e2fsck (with -f the e2fsck provided with fc3t) the same errors pop > up: After this type "dmesg" and look for logged ide or scsi errors. From si at bananas.hopto.org Thu Aug 5 20:34:04 2004 From: si at bananas.hopto.org (Si Jones) Date: Thu, 05 Aug 2004 21:34:04 +0100 Subject: FC3 T1 Raid Installs Message-ID: <411299BC.6070905@bananas.hopto.org> I have done 2 installs, the first time i did a install with software raid 1 and the second i used a boot part of raid 1 and the other partitions were raid 0. The first attempt of the first install went wrong as I reboot after installing, and the raid array had not synced the mirror, the second attempt I left it to sync and rebooted and it was fine. My comment on this one is, could anaconda be modified to make it wait until the array is synced, as I think this is a bit of a flaw? The second install went perfect, the striped array seems to give 80mb a sec. The hardware is sil3114, with 2 SATA Seagates on an nforce2 motherboard, I would like to know if Tagged Command Queueing is working if anyone knows how to check this? and lastly, I have striped array for the swap but need to change it over as the kernel does a better job of handling the swap over 2 disks, how do I delete the raid and change the swap over? Cheers, From DwaineGarden at rogers.com Fri Aug 6 01:19:16 2004 From: DwaineGarden at rogers.com (Dwaine Garden) Date: Thu, 05 Aug 2004 21:19:16 -0400 Subject: Error during yum update with latest rawhide for Aug 5, 2004 Message-ID: <4112DC94.9000601@rogers.com> During the update from rawhide, I got this error message. I did check bugzilla. Checking to see if anyone else experienced this... Downloading Packages Getting samba-common-3.0.5-2.FC2.1.i386.rpm samba-common-3.0.5-2.FC2. 100% |=========================| 5.0 MB 00:48 Getting samba-client-3.0.5-2.FC2.1.i386.rpm samba-client-3.0.5-2.FC2. 100% |=========================| 2.5 MB 00:20 Getting samba-3.0.5-2.FC2.1.i386.rpm samba-3.0.5-2.FC2.1.i386. 100% |=========================| 14 MB 02:33 Running test transaction: Test transaction complete, Success! samba-common 100 % done 1/6 /sbin/ldconfig: File /usr/lib/libkdeinit_kdesktop.so.#prelink#.kWa0x4 is too small, not checked. samba 100 % done 2/6 samba-client 100 % done 3/6 Completing update for samba-common - 4/6 /sbin/ldconfig: File /usr/lib/libkdeinit_kdesktop.so.#prelink#.kWa0x4 is too small, not checked. Completing update for samba-client - 5/6 Completing update for samba - 6/6 Updated: samba-common 3.0.5-2.FC2.1.i386 samba-client 3.0.5-2.FC2.1.i386 samba 3.0.5-2.FC2.1.i386 Transaction(s) Complete I have not had any problems with testing, just the error message. Dwaine. From DwaineGarden at rogers.com Fri Aug 6 01:37:04 2004 From: DwaineGarden at rogers.com (Dwaine Garden) Date: Thu, 05 Aug 2004 21:37:04 -0400 Subject: Testing results of new added Cornerstone Colour 50/115sf Monitor - ReOpened bug #124814 Message-ID: <4112E0C0.5080401@rogers.com> The monitor has been added to rawhide, so I decided to test it out. I had to reopen the bug 124814, because there was one line added to the xorg.conf that cause X to crash when loading. Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Cornerstone Color 50/115sf" HorizSync 31.0 - 115.0 HorizSync 50.0 - 160.0 VertRefresh 1.0 - 1.0 Option "dpms" EndSection Line "VertRefresh 1.0 - 1.0" caused the problem. After removing the line, X loaded just fine. The 1.0-1.0 looks wrong. I'm just trying to contribute some testing back to the community. 8*) Dwaine. From fct-cornette at sbcglobal.net Fri Aug 6 03:22:42 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 05 Aug 2004 23:22:42 -0400 Subject: Error during yum update with latest rawhide for Aug 5, 2004 In-Reply-To: <4112DC94.9000601@rogers.com> References: <4112DC94.9000601@rogers.com> Message-ID: <4112F982.2010000@sbcglobal.net> Dwaine Garden wrote: > During the update from rawhide, I got this error message. I did check > bugzilla. Checking to see if anyone else experienced this... > > Downloading Packages > Getting samba-common-3.0.5-2.FC2.1.i386.rpm > samba-common-3.0.5-2.FC2. 100% |=========================| 5.0 MB 00:48 > Getting samba-client-3.0.5-2.FC2.1.i386.rpm > samba-client-3.0.5-2.FC2. 100% |=========================| 2.5 MB 00:20 > Getting samba-3.0.5-2.FC2.1.i386.rpm > samba-3.0.5-2.FC2.1.i386. 100% |=========================| 14 MB 02:33 > Running test transaction: > Test transaction complete, Success! > samba-common 100 % done 1/6 > /sbin/ldconfig: File /usr/lib/libkdeinit_kdesktop.so.#prelink#.kWa0x4 is > too small, not checked. > samba 100 % done 2/6 > samba-client 100 % done 3/6 > Completing update for samba-common - 4/6 > /sbin/ldconfig: File /usr/lib/libkdeinit_kdesktop.so.#prelink#.kWa0x4 is > too small, not checked. > Completing update for samba-client - 5/6 > Completing update for samba - 6/6 > Updated: samba-common 3.0.5-2.FC2.1.i386 samba-client > 3.0.5-2.FC2.1.i386 samba 3.0.5-2.FC2.1.i386 > Transaction(s) Complete > > I have not had any problems with testing, just the error message. > > Dwaine. I just installed these programs on moy system using up2date. These are from FC2-testing, not Rawhide. The only two upgrades that won't take for me are vorbis-tools and curl. I did not see any strange messages coming from up2date with applying these newer samba programs. I hope that they work. :-) Jim > > > -- Many a bum show has been saved by the flag. -- George M. Cohan From fct-cornette at sbcglobal.net Fri Aug 6 03:39:10 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 05 Aug 2004 23:39:10 -0400 Subject: Seems to be quicker - GNOME Message-ID: <4112FD5E.9090206@sbcglobal.net> Though I am tired and GNOME may just seem to be reacting quicker. GNOME seems very quick with the latest updates applied to the system. Thanks! Jim -- So live that you wouldn't be ashamed to sell the family parrot to the town gossip. From reader at newsguy.com Fri Aug 6 04:01:39 2004 From: reader at newsguy.com (Harry Putnam) Date: Thu, 05 Aug 2004 23:01:39 -0500 Subject: Odd behavior in up2date xterm shells Message-ID: My setup: *-- Software: Linux kernel 2.6.7-1.494 Architecture i686 Fedora Core release 2.90 (FC3 Test 1) Hardware: model name : Intel(R) Pentium(R) 4 CPU 2.00GHz cpu MHz : 1994.464 *-- I'm seeing something that just started happening afer my last round of updates. yum list updates shows: (all those that people are finding troublesome) curl curl-devel gimp grip libcroco libcroco-devel librsvg2 librsvg2-devel vorbis-tools So I'm up to snuff on everthing else. What I'm seeing takes place in xterm shells. I use real xterm for my shells and have for a very long time. What I see is a linebreak being inserted where it wouldn't used to have been. Example: [reader] $ somecmd "start typing like one might with a lis t <= oops what happened At character position 58 a line break happens... I've never seen this before. The terminal --geometry is set to 80x25. Is this ncurses maybe... or more likely something to do with the new terminal settings? From russell at coker.com.au Fri Aug 6 07:17:02 2004 From: russell at coker.com.au (Russell Coker) Date: Fri, 6 Aug 2004 17:17:02 +1000 Subject: FC3 T1 Raid Installs In-Reply-To: <411299BC.6070905@bananas.hopto.org> References: <411299BC.6070905@bananas.hopto.org> Message-ID: <200408061717.02188.russell@coker.com.au> On Fri, 6 Aug 2004 06:34, Si Jones wrote: > I have done 2 installs, the first time i did a install with software > raid 1 and > the second i used a boot part of raid 1 and the other partitions were > raid 0. > > The first attempt of the first install went wrong as I reboot after > installing, > and the raid array had not synced the mirror, the second attempt I left > it to > sync and rebooted and it was fine. How exactly did it go wrong? Anyway this doesn't sound like an anaconda bug. Once the RAID device is active then it's up to the kernel to manage it. If on a reboot a RAID device is not recognised then it sounds to me like a kernel bug not an anaconda bug. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From chiodr at kscems.ksc.nasa.gov Fri Aug 6 10:19:31 2004 From: chiodr at kscems.ksc.nasa.gov (Bob Chiodini) Date: Fri, 06 Aug 2004 06:19:31 -0400 Subject: Testing results of new added Cornerstone Colour 50/115sf Monitor- ReOpened bug #124814 In-Reply-To: <4112E0C0.5080401@rogers.com> References: <4112E0C0.5080401@rogers.com> Message-ID: <1091787570.2051.66.camel@tweedy.ksc.nasa.gov> On Thu, 2004-08-05 at 21:37, Dwaine Garden wrote: > The monitor has been added to rawhide, so I decided to test it out. I > had to reopen the bug 124814, because there was one line added to the > xorg.conf that cause X to crash when loading. > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Cornerstone Color 50/115sf" > HorizSync 31.0 - 115.0 > HorizSync 50.0 - 160.0 > VertRefresh 1.0 - 1.0 > Option "dpms" > EndSection > > Line "VertRefresh 1.0 - 1.0" caused the problem. After removing the > line, X loaded just fine. The 1.0-1.0 looks wrong. > > I'm just trying to contribute some testing back to the community. 8*) > > Dwaine. Two HorizSync lines does not look right either. Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From akabi at speakeasy.net Fri Aug 6 12:14:09 2004 From: akabi at speakeasy.net (ne...) Date: Fri, 6 Aug 2004 08:14:09 -0400 (EDT) Subject: Testing results of new added Cornerstone Colour 50/115sf Monitor- ReOpened bug #124814 In-Reply-To: <1091787570.2051.66.camel@tweedy.ksc.nasa.gov> References: <4112E0C0.5080401@rogers.com> <1091787570.2051.66.camel@tweedy.ksc.nasa.gov> Message-ID: On Aug 6, 2004 at 06:19, Bob Chiodini in a soothing rage wrote: >On Thu, 2004-08-05 at 21:37, Dwaine Garden wrote: >> The monitor has been added to rawhide, so I decided to test it out. I >> had to reopen the bug 124814, because there was one line added to the >> xorg.conf that cause X to crash when loading. >> >> Section "Monitor" >> Identifier "Monitor0" >> VendorName "Monitor Vendor" >> ModelName "Cornerstone Color 50/115sf" >> HorizSync 31.0 - 115.0 >> HorizSync 50.0 - 160.0 >> VertRefresh 1.0 - 1.0 >> Option "dpms" >> EndSection >> >> Line "VertRefresh 1.0 - 1.0" caused the problem. After removing the >> line, X loaded just fine. The 1.0-1.0 looks wrong. >> >> I'm just trying to contribute some testing back to the community. 8*) >> >> Dwaine. > >Two HorizSync lines does not look right either. Seems on of the HorizSync should be the VertRefresh line. N.Emile... -- Registered Linux User # 125653 (http://counter.li.org) Switch to: http://www.speakeasy.net/refer/190653 To stand and be still, At the Birkenhead drill, Is a damned tough bullet to chew. -- Rudyard Kipling 08:13:17 up 39 days, 1:28, 3 users, load average: 0.00, 0.00, 0.00 From stevef at netvantix.com Fri Aug 6 13:04:24 2004 From: stevef at netvantix.com (Steve Fink) Date: Fri, 06 Aug 2004 07:04:24 -0600 Subject: Laptop Docked/Undocked Profile Manager Message-ID: <1091797464.10082.11.camel@orion> Hello Everyone, I posted this question to Fedora User List so for those of you subscribed to both, sorry. Is it possible to build a profile manager for laptops? For example: I want to be able to create different hardware profiles for my laptop to be undocked, docked into dock #1, and docked into dock #2. Currently kudzu runs and either adds or removes hardware based on which dock I'm in or undocked as the case may be. I have to type in the new network info each time and it's time consuming. If I undock and miss the kudzu screen my laptop locks up because the SCSI interface is missing. Is there a way to accomplish this with kudzu or possibly just have kudzu pass some hardware info to a secondary app that stores the profiles and compares them then drops in all of the configuration info from there? Thanks in advance for your replies. Best, Steve From rpjday at mindspring.com Fri Aug 6 13:11:48 2004 From: rpjday at mindspring.com (Robert P. J. Day) Date: Fri, 6 Aug 2004 09:11:48 -0400 (EDT) Subject: stories about actually using FC3t1 on a regular basis? Message-ID: rather than just poke around on FC3t1 on a separate system sitting off in the corner, i'm thinking about just throwing caution to the winds and installing it on my inspiron 8100, and taking my chances, to force myself to start using it seriously. assuming that it won't actually do anything untoward like trash or corrupt my hard drives, is there anything that would really count as a showstopper that would make this a huge mistake? i don't really push the bounds of normal usage: * I8100 with 1600x1200 screen, which i can always just run the OSS nv driver on, that works fine. * linksys pcmcia cards, both wired and wireless, which have never given me trouble * pine for mail * basic USB for logitech optical mouse, and card readers does it sound like i'd have any grief? i don't mind the inevitable annoyances i'd have to work around, just the real devastating ones. thanks. rday From reader at newsguy.com Fri Aug 6 13:40:58 2004 From: reader at newsguy.com (Harry Putnam) Date: Fri, 06 Aug 2004 08:40:58 -0500 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: (Robert P. J. Day's message of "Fri, 6 Aug 2004 09:11:48 -0400 (EDT)") References: Message-ID: "Robert P. J. Day" writes: > does it sound like i'd have any grief? i don't mind the inevitable > annoyances i'd have to work around, just the real devastating ones. > thanks. Not sure if this is in anyway a general problem. I've gotten no answers to my posts and only see a few cron related postings. If you depend on cron for much it could be pretty rough to lose it. My crond gets knocked off every so often. I'm running FC3t1 with most updates (not the narly recent ones like curl and a few others). On my main desktop machine. But this is only a one user non-serious personal desktop. I haven't been able to find what is killing crond, but when I notice mail stop coming or a few other things happening it has turned out to be a killed of crond. The only diagnostics I can offer is the message produced by: service crond status crond dead but pid file exists And that following the recent vixie-cron update install. Suddenly no users (even root) could write to crontab -e. I had to create /etc/cron.allow and add them. Even root, although the crontab man page says root will be able to write without that. From rpjday at mindspring.com Fri Aug 6 13:44:39 2004 From: rpjday at mindspring.com (Robert P. J. Day) Date: Fri, 6 Aug 2004 09:44:39 -0400 (EDT) Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: References: Message-ID: On Fri, 6 Aug 2004, Harry Putnam wrote: > If you depend on cron for much it could be pretty rough to lose it. > My crond gets knocked off every so often. I'm running FC3t1 with most > updates (not the narly recent ones like curl and a few others). On my > main desktop machine. But this is only a one user non-serious > personal desktop. hmmm ... i put FC3t1 on a little dell latitude laptop and have been pretty much ignoring it lately, it's just sitting off in the corner, running GNOME. i just checked, crond is still running, /var/run/crond.pid is timestamped july 5, so that's a month of no apparent problem. curious ... rday From jspaleta at gmail.com Fri Aug 6 13:52:39 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Fri, 6 Aug 2004 09:52:39 -0400 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: References: Message-ID: <604aa791040806065266359362@mail.gmail.com> On Fri, 6 Aug 2004 09:11:48 -0400 (EDT), Robert P. J. Day wrote: > i don't really push the bounds of normal usage: well.. its a laptop right... id say thats your biggest worry. > > * I8100 with 1600x1200 screen, which i can always just run the OSS > nv driver on, that works fine. I have a desktop running a geforce2 1600x1200 running fc3t1, even hacked up the livna nvidia srpm to compile on it... I saw far less smoke coming from my moniter than i expected. > * linksys pcmcia cards, both wired and wireless, which have never > given me trouble can't comment > * pine for mail haven't bothered > * basic USB for logitech optical mouse, and card readers card readers.... yeah... until I got the latest round of updates i was having some particularly interesting gnome issues with my usb mountable storage devices. Which seems to have magically gone away since the last round of development updates. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128905 I'm using the fc3t1 box at home now as my primary machine for normal home desktop tasks, I'm actually seriously disappointed as how few annoyances i see doing my normal stuff. -jef From mr700 at globalnet.bg Fri Aug 6 14:08:25 2004 From: mr700 at globalnet.bg (Doncho N. Gunchev) Date: Fri, 6 Aug 2004 17:08:25 +0300 Subject: another TERM gotcha In-Reply-To: <20040804103116.A7D692F41D1@d102.fi.basen.net> References: <20040803234639.A19933@mail.harddata.com> <20040804092042.GW8175@redhat.com> <20040804103116.A7D692F41D1@d102.fi.basen.net> Message-ID: <200408061708.25711@-mr700> On Wednesday 04 August 2004 13:31, Kaj J.Niemi wrote: > Tim, > > > Seems to me that TERM gnome is a mistake. > > You might want to read through bug #122815 then and communicate something > internally. Although it started with End and Pos1 keys not working in less > it ended up as a discussion of TERM=xterm vs. TERM=gnome (the latter won). > > > // kaj I missed this discussion, but now (FC3t1) konsole sets TERM to konsole and when you type a very long line it is trying to hide the start on the left ant show '>', but in fact it leaves the previous line as it was and starts a new one. When you try to move back and reach the start of the line you get an extra messy line every character you scroll... ssh-ing anywhere results in nonfunctional keys (F1..F4 at least) and even 'Error opening terminal: konsole.'. Pressing Ctrl-L does not clear the screen, it just goes to a new line and duplicates the previous one. Seems to broken to me. A simple export TERM=xterm fixes everything, it works as it used to (and less recognizes Home and End keys). -- Regards, Doncho N. Gunchev Registered Linux User #291323 at counter.li.org GPG-Key-ID: 1024D/DA454F79 http://pgp.mit.edu Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79 From mr700 at globalnet.bg Fri Aug 6 14:15:00 2004 From: mr700 at globalnet.bg (Doncho N. Gunchev) Date: Fri, 6 Aug 2004 17:15:00 +0300 Subject: /etc/cron.d/myfile not working Message-ID: <200408061715.00051@-mr700> I use some files in /etc/cron.d/ to scedule some backups, but with FC3t1 even /etc/cron.d/mrtg is not working. I have selinux=disabled. If I put these commands in /etc/crontab they do work fine. Can someone tell me what's the problem? -- Regards, Doncho N. Gunchev Registered Linux User #291323 at counter.li.org GPG-Key-ID: 1024D/DA454F79 http://pgp.mit.edu Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79 From rpjday at mindspring.com Fri Aug 6 14:37:15 2004 From: rpjday at mindspring.com (Robert P. J. Day) Date: Fri, 6 Aug 2004 10:37:15 -0400 (EDT) Subject: all root cron jobs fail Message-ID: sorry, i deleted the original, so i'm starting a new thread with this subject. i suspect it's this: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128843 rday From rpjday at mindspring.com Fri Aug 6 14:41:51 2004 From: rpjday at mindspring.com (Robert P. J. Day) Date: Fri, 6 Aug 2004 10:41:51 -0400 (EDT) Subject: "yum list updates" error on (apparently) first time for this Message-ID: my aforementioned little dell latitude running FC3t1 has apparently had yum updates disabled all this time, so i turned it on and did my first "yum list updates", with the absolutely original /etc/yum.conf file that came with the OS. and got: Damaged or Bad header.info from Fedora Core 2.90 - Development Tree ... i'm just about to check bugzilla for this. is this a known and resolved issue? rday From dwalsh at redhat.com Fri Aug 6 14:57:19 2004 From: dwalsh at redhat.com (Daniel J Walsh) Date: Fri, 06 Aug 2004 10:57:19 -0400 Subject: selinux-policy-targeted-1.15.11-2 broken? In-Reply-To: <20040805140225.25006.qmail@web50610.mail.yahoo.com> References: <20040805140225.25006.qmail@web50610.mail.yahoo.com> Message-ID: <41139C4F.3090305@redhat.com> Steve G wrote: >Hi, > >I was testing the latest from rawhide and had another problem during bootup. I >installed just the selinux targeted policy and tried to reboot. The system was >freshly installed with no pre-existing software. > >On the way up, I got a message to the effect of "policy requested but not found >and enforcing mode is on". It would be more helpful if the message stated where >it looked for the policy so that I could try to figure out what went wrong. > >I did start looking at the spec file and noticed this in the %post script: > > if [ -f /etc/selinux/config ]; then > . /etc/selinux/config > else > if [ -f /etc/selinux/config ]; then > SELINUXTYPE=strict > . /etc/sysconfig/selinux > > >Shouldn't the second 'if' be testing what is sourced later? Looks like a copy & >paste problem to me. I doubt that is my problem, though. > >Has anyone else had problems with the latest selinux-policy-targeted ? > >Thanks, >-Steve Grubb > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > > > > Cleaned up in selinux-policy-targeted-1.15.12-2 Dan From aoliva at redhat.com Fri Aug 6 15:03:42 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 06 Aug 2004 12:03:42 -0300 Subject: FC3 T1 Raid Installs In-Reply-To: <200408061717.02188.russell@coker.com.au> References: <411299BC.6070905@bananas.hopto.org> <200408061717.02188.russell@coker.com.au> Message-ID: On Aug 6, 2004, Russell Coker wrote: > On Fri, 6 Aug 2004 06:34, Si Jones wrote: >> The first attempt of the first install went wrong as I reboot after >> installing, and the raid array had not synced the mirror, the >> second attempt I left it to sync and rebooted and it was fine. > Anyway this doesn't sound like an anaconda bug. Once the RAID device is > active then it's up to the kernel to manage it. If on a reboot a RAID device > is not recognised then it sounds to me like a kernel bug not an anaconda bug. Right. There's a bug in bugzilla about the kernel marking RAID devices that are scheduled to begin the initial synchronization, or even that begin it, but that don't have time to complete it, as if they had completed, such that they don't get fully synced if there's a reboot in between. Since mdadm creates RAID devices in a way that is equivalent to creating a degraded array and then completing it with redundant devices (as opposed to mkraid's approach that created complete raid devices just in need of a resync), this bug hits when using mdadm to create the raid device. This is a very serious bug IMHO, but it has never been looked into, to the best of my knowledge. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=116685 -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From jspaleta at gmail.com Fri Aug 6 15:09:42 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Fri, 6 Aug 2004 11:09:42 -0400 Subject: "yum list updates" error on (apparently) first time for this In-Reply-To: References: Message-ID: <604aa79104080608096fb104f8@mail.gmail.com> On Fri, 6 Aug 2004 10:41:51 -0400 (EDT), Robert P. J. Day wrote: > Damaged or Bad header.info from Fedora Core 2.90 - Development Tree yesterday or 2 days ago there was a problem with the development tree, but running yum on my fc3t1 right now against baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/ worksforme. I even did a yum clean headers just now and still not seeing your error message. -jef From linux_4ever at yahoo.com Fri Aug 6 15:36:14 2004 From: linux_4ever at yahoo.com (Steve G) Date: Fri, 6 Aug 2004 08:36:14 -0700 (PDT) Subject: selinux-policy-targeted-1.15.11-2 broken? In-Reply-To: <41139C4F.3090305@redhat.com> Message-ID: <20040806153614.23421.qmail@web50603.mail.yahoo.com> >Cleaned up in selinux-policy-targeted-1.15.12-2 Thanks Dan. Did you spot the problem that prevented booting? Just curious. -Steve Grubb __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From si at bananas.hopto.org Fri Aug 6 16:01:02 2004 From: si at bananas.hopto.org (Si Jones) Date: Fri, 06 Aug 2004 17:01:02 +0100 Subject: FC3 T1 Raid Installs In-Reply-To: References: <411299BC.6070905@bananas.hopto.org> <200408061717.02188.russell@coker.com.au> Message-ID: <4113AB3E.2040607@bananas.hopto.org> Alexandre Oliva wrote: > > >Right. There's a bug in bugzilla about the kernel marking RAID >devices that are scheduled to begin the initial synchronization, or >even that begin it, but that don't have time to complete it, as if >they had completed, such that they don't get fully synced if there's a >reboot in between. Since mdadm creates RAID devices in a way that is >equivalent to creating a degraded array and then completing it with >redundant devices (as opposed to mkraid's approach that created >complete raid devices just in need of a resync), this bug hits when >using mdadm to create the raid device. This is a very serious bug >IMHO, but it has never been looked into, to the best of my knowledge. > >https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=116685 > > > Think you are right on this Alexandre, because of the reboot the mirror is not synced, but i was trying to get at the fact that an enhancement to anaconda so it knows when the array is synced would stop this? From ksnider at flarn.com Fri Aug 6 20:57:45 2004 From: ksnider at flarn.com (Ken Snider) Date: Fri, 06 Aug 2004 16:57:45 -0400 Subject: boot.iso with a different kernel? Message-ID: <4113F0C9.3030909@flarn.com> Here's a quick question, hopefully someone can point me at a reference (or where to start), google has been unhelpful. I have a system I have to bring up using a custom kernel, is it possible to boot from said custom kernel in a way that allows me to run the FC2/3T1 installer? In essence, the real question is, is there a way to use a kernel *other* than the installation media kernel/boot.iso kernel to launch the fedora installer? I can replace the *installed* kernel at runtime via kickstart, it's just the installer boot kernel that's an issue. Thanks! -- Ken Snider From ehoover at mines.edu Sat Aug 7 04:57:34 2004 From: ehoover at mines.edu (ehoover at mines.edu) Date: Fri, 6 Aug 2004 22:57:34 -0600 Subject: boot.iso with a different kernel? Message-ID: <1091854654.4114613e1ded9@webmail.mines.edu> > Here's a quick question, hopefully someone can point me at a reference (or where > to start), google has been unhelpful. > > > I have a system I have to bring up using a custom kernel, is it possible to boot > from said custom kernel in a way that allows me to run the FC2/3T1 installer? > > In essence, the real question is, is there a way to use a kernel *other* than > the installation media kernel/boot.iso kernel to launch the fedora installer? > > I can replace the *installed* kernel at runtime via kickstart, it's just the > installer boot kernel that's an issue. > > Thanks! > > -- > Ken Snider You can create a boot disk/boot cd and launch the installer from that. If you have another RedHat install CD that can boot correctly then you can use that by taking out the CD when you get to the menu and replacing it with the CD1 you actually want to install from (this is a good trick with some of the early Fedora releases that don't work in older CD drives). From DwaineGarden at rogers.com Sat Aug 7 05:38:09 2004 From: DwaineGarden at rogers.com (Dwaine Garden) Date: Sat, 07 Aug 2004 01:38:09 -0400 Subject: Testing results of new added Cornerstone Colour 50/115sf Monitor- ReOpened bug #124814 In-Reply-To: References: <4112E0C0.5080401@rogers.com> <1091787570.2051.66.camel@tweedy.ksc.nasa.gov> Message-ID: <41146AC1.1010701@rogers.com> ne... wrote: >On Aug 6, 2004 at 06:19, Bob Chiodini in a soothing rage wrote: > > > >>On Thu, 2004-08-05 at 21:37, Dwaine Garden wrote: >> >> >>>The monitor has been added to rawhide, so I decided to test it out. I >>>had to reopen the bug 124814, because there was one line added to the >>>xorg.conf that cause X to crash when loading. >>> >>>Section "Monitor" >>> Identifier "Monitor0" >>> VendorName "Monitor Vendor" >>> ModelName "Cornerstone Color 50/115sf" >>> HorizSync 31.0 - 115.0 >>> HorizSync 50.0 - 160.0 >>> VertRefresh 1.0 - 1.0 >>> Option "dpms" >>>EndSection >>> >>>Line "VertRefresh 1.0 - 1.0" caused the problem. After removing the >>>line, X loaded just fine. The 1.0-1.0 looks wrong. >>> >>>I'm just trying to contribute some testing back to the community. 8*) >>> >>>Dwaine. >>> >>> >>Two HorizSync lines does not look right either. >> >> >Seems on of the HorizSync should be the VertRefresh line. > >N.Emile... > > hehehe... I did not notice that. I'll dig the specs sheet out and see what the values are and update the bug report. I must recommend the Cornerstone monitor to everyone. Having a professional imaging monitor, it makes you sick when you see the output of cheaper Best Buy models. From paul at all-the-johnsons.co.uk Sat Aug 7 09:58:39 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Aug 2004 10:58:39 +0100 Subject: Mozilla problem having gone to selinux Message-ID: <1091872719.16950.5.camel@T7.linux> Hi, Everything with the exception of one application seems to work since I moved to selinux on the fc3t1 box. I've done /sbin/fixfiles relabel and all seems okay. However, if I run Mozilla, something odd happens. I first off get asked to select a profile and if I select the default user (the only one available), I get the error Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProfileInternal.currentProfile] I can create a new profile, but that still returns the same error. There is nothing wrong with Moz as such as if I mv .mozilla .moz and restart, everything works as it should. Any ideas on how to fix this one? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From akabi at speakeasy.net Sat Aug 7 13:08:15 2004 From: akabi at speakeasy.net (ne...) Date: Sat, 7 Aug 2004 09:08:15 -0400 (EDT) Subject: Testing results of new added Cornerstone Colour 50/115sf Monitor- ReOpened bug #124814 In-Reply-To: <41146AC1.1010701@rogers.com> References: <4112E0C0.5080401@rogers.com> <1091787570.2051.66.camel@tweedy.ksc.nasa.gov> <41146AC1.1010701@rogers.com> Message-ID: On Aug 7, 2004 at 01:38, Dwaine Garden in a soothing rage wrote: [...] >I must recommend the Cornerstone monitor to everyone. Having a >professional imaging monitor, it makes you sick when you see the output >of cheaper Best Buy models. Well I used to swear by Iiyama until the magic smoke escaped from my i20A. Now I have a ViewSonic P220f. And this is for home use... N.Emile... -- Registered Linux User # 125653 (http://counter.li.org) Switch to: http://www.speakeasy.net/refer/190653 sushi, n.: When that-which-may-still-be-alive is put on top of rice and strapped on with electrical tape. 09:06:26 up 40 days, 2:21, 3 users, load average: 0.00, 0.01, 0.00 From leonard at den.ottolander.nl Sat Aug 7 13:17:32 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Sat, 07 Aug 2004 15:17:32 +0200 Subject: Unsatisfied PHP dependency on libcurl.so.2 Message-ID: <1091884651.4750.10.camel@athlon.localdomain> Hi, Just did an installation of FC3t1 and after downloading all updates I tried to do an update. Apart from having to add 1 or 2 packages to satisfy newly emerged dependencies (at least howl) The update failed because latest php requires libcurl.so.2. However, latest curl (7.12.0-2) provides libcurl.so.3 which doesn't satisfy latest PHP (4.3.8-3). Why the version change in libcurl? Leonard. -- mount -t life -o ro /dev/dna /genetic/research From leonard at den.ottolander.nl Sat Aug 7 13:29:32 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Sat, 07 Aug 2004 15:29:32 +0200 Subject: Unsatisfied PHP dependency on libcurl.so.2 In-Reply-To: <1091884651.4750.10.camel@athlon.localdomain> References: <1091884651.4750.10.camel@athlon.localdomain> Message-ID: <1091885372.4750.17.camel@athlon.localdomain> Hi, I wrote: > Just did an installation of FC3t1 and after downloading all updates I > tried to do an update. Apart from having to add 1 or 2 packages to > satisfy newly emerged dependencies (at least howl) The update failed > because latest php requires libcurl.so.2. However, latest curl > (7.12.0-2) provides libcurl.so.3 which doesn't satisfy latest PHP > (4.3.8-3). Why the version change in libcurl? This is already in bugzilla I see (http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128854). ABI changes in curl cause this version jump. Thus we need an updated version of PHP. Maybe it is a good idea if developers consider that version jumps impact dependent packages. An rpm -q --whatrequires libcurl.so.2 would have made this obvious, so the maintainer of the dependent package could have been informed an update of his package is required. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From fct-cornette at sbcglobal.net Sat Aug 7 13:33:23 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 07 Aug 2004 09:33:23 -0400 Subject: Mozilla problem having gone to selinux In-Reply-To: <1091872719.16950.5.camel@T7.linux> References: <1091872719.16950.5.camel@T7.linux> Message-ID: <4114DA23.2070707@sbcglobal.net> Paul wrote: > Hi, > > Everything with the exception of one application seems to work since I > moved to selinux on the fc3t1 box. > > I've done /sbin/fixfiles relabel and all seems okay. > > However, if I run Mozilla, something odd happens. > > I first off get asked to select a profile and if I select the default > user (the only one available), I get the error > > Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) > [nsIProfileInternal.currentProfile] > > I can create a new profile, but that still returns the same error. > > There is nothing wrong with Moz as such as if I mv .mozilla .moz and > restart, everything works as it should. > > Any ideas on how to fix this one? > > TTFN > > Paul > I had this type of error when I transferred my profile from one system to another newly installed FC2 test version. It acted the same way as you described. I had to created a fresh profile, then export the mail data into the newly created profile. Does SELinux relabel .whatever directories to be SELinux enabled? Does mozilla set permissions a certain way, for files within the ~/.mozilla subdirectory, which conflict with what Mozilla requires? No help, just experience a similar problem. Jim -- Logic doesn't apply to the real world. -- Marvin Minsky From mike at netlyncs.com Sat Aug 7 13:54:09 2004 From: mike at netlyncs.com (Mike Chambers) Date: Sat, 07 Aug 2004 08:54:09 -0500 Subject: Word wrapping with latest evo updates Message-ID: <1091886849.2069.4.camel@scrappy.netlyncs.com> Anyone else seeing the wrapping of emails *not* take place when hitting reply and seeing them go down the page one word at a time? evolution-1.5.92.1-1 evolution-data-server-0.0.97-2 -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From mike at netlyncs.com Sat Aug 7 14:14:10 2004 From: mike at netlyncs.com (Mike Chambers) Date: Sat, 07 Aug 2004 09:14:10 -0500 Subject: Word wrapping with latest evo updates In-Reply-To: <1091886849.2069.4.camel@scrappy.netlyncs.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> Message-ID: <1091888050.2069.8.camel@scrappy.netlyncs.com> On Sat, 2004-08-07 at 08:54 -0500, Mike Chambers wrote: > Anyone else seeing the wrapping of emails *not* take place when hitting > reply and seeing them go down the page one word at a time? > > evolution-1.5.92.1-1 > evolution-data-server-0.0.97-2 When seeing this email after it was sent, or even seeing it in my sent folder, it looked normal. It seems it only happens when you hit the reply button, and just don't see it wrapping. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From jefrat at earthlink.net Sat Aug 7 14:46:47 2004 From: jefrat at earthlink.net (Jeff Ratliff) Date: Sat, 7 Aug 2004 10:46:47 -0400 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: <604aa791040806065266359362@mail.gmail.com> References: <604aa791040806065266359362@mail.gmail.com> Message-ID: <20040807144647.GA31339@earthlink.net> On Fri, Aug 06, 2004 at 09:52:39AM -0400, Jeff Spaleta wrote: > > I'm using the fc3t1 box at home now as my primary machine for normal > home desktop tasks, I'm actually seriously disappointed as how few > annoyances i see doing my normal stuff. > Pretty much the same here. My main system is a desktop with Nvidia chipset and graphics card and reasonably standard stuff otherwise. I switch back and forth between FC2 and FC3t1 as there is one application I have that will not compile with GCC 3.4. I have yet to run into some problem that made the system unusable. I don't mess with PCMCIA or USB (except the mouse) though. It is a bit unsettling how stable this test seems to be. There odd things and workarounds, but if I had tor run it exclusively, I'd be able to do what I need to do (so far). From concert at europe.com Sat Aug 7 17:11:33 2004 From: concert at europe.com (t l) Date: Sat, 07 Aug 2004 09:11:33 -0800 Subject: no longer updating header.info? Message-ID: <20040807171133.714AE6EEE9@ws1-5.us4.outblaze.com> header.info on the download servers haven't been updated since 4-Aug. (I've checked on download.fedora.redhat.com and mirrors.kernel.org) Yum (yum-2.0.7-3) believes it has nothing to download..... Is there some other process that I'm missing, or is the build process forgetting to update header.info, etc.? thanks, tom -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From paul at all-the-johnsons.co.uk Sat Aug 7 18:10:52 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Aug 2004 19:10:52 +0100 Subject: yum seems to have forgotten what an update is Message-ID: <1091902252.3880.20.camel@localhost.localdomain> Hi, Any clues on this? When I do yum update, it is failing to get anything new from either of the two mirrors I'm using or the main fedora dev site. My last big update was on Wednesday and since then, neither my desktop box or this laptop has seen anything new. Has something been hosed on these boxes or is it something else? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From concert at europe.com Sat Aug 7 18:16:55 2004 From: concert at europe.com (t l) Date: Sat, 07 Aug 2004 10:16:55 -0800 Subject: yum seems to have forgotten what an update is Message-ID: <20040807181656.03ACD101C9@ws1-3.us4.outblaze.com> The header.info files on download (and mirrors) are not being updated, so yum thinks there is nothing new to update.... (last updated on 4-Aug). We can hope that someone is fixing the build/mirroring process. tom -------------------------------------------------------- * From: Paul Hi, Any clues on this? When I do yum update, it is failing to get anything new from either of the two mirrors I'm using or the main fedora dev site. My last big update was on Wednesday and since then, neither my desktop box or this laptop has seen anything new. Has something been hosed on these boxes or is it something else? TTFN Paul -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From shrek-m at gmx.de Sat Aug 7 19:01:50 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sat, 07 Aug 2004 21:01:50 +0200 Subject: yum seems to have forgotten what an update is In-Reply-To: <20040807181656.03ACD101C9@ws1-3.us4.outblaze.com> References: <20040807181656.03ACD101C9@ws1-3.us4.outblaze.com> Message-ID: <4115271E.4030505@gmx.de> t l wrote: >The header.info files on download (and mirrors) are not being >updated, so yum thinks there is nothing new to update.... >(last updated on 4-Aug). > >We can hope that someone is fixing the build/mirroring process. > > FYI $ lftp download.fedora.redhat.com:/pub/fedora/linux/core/development/i386/SRPMS > ls -t | less -rw-r--r-- 1 ftp ftp 3199 Aug 07 09:34 rpmdb-fedora-3-0.20040807.src.rpm -rw-rw-r-- 1 ftp ftp 6179319 Aug 07 07:31 nautilus-2.7.2-1.src.rpm -rw-r--r-- 1 ftp ftp 660764 Aug 06 23:03 gnome-system-monitor-2.7.0-1.src.rpm -rw-r--r-- 1 ftp ftp 580245 Aug 06 22:13 eel2-2.7.3-1.src.rpm -rw-r--r-- 1 ftp ftp 4546626 Aug 06 21:45 bind-9.2.4rc6-4.src.rpm -rw-r--r-- 1 ftp ftp 4605195 Aug 06 21:01 gaim-0.81-1.src.rpm -rw-r--r-- 1 ftp ftp 4226538 Aug 06 19:56 xscreensaver-4.16-3.src.rpm -rw-rw-r-- 1 ftp ftp 56317 Aug 06 19:14 rhnlib-1.8-6.p23.fc3.src.rpm -rw-r--r-- 1 ftp ftp 1985192 Aug 06 19:02 cyrus-imapd-2.2.6-2.FC3.5.src.rpm -rw-r--r-- 1 ftp ftp 860582 Aug 06 18:59 screen-4.0.2-4.src.rpm -rw-r--r-- 1 ftp ftp 13344282 Aug 06 17:57 HelixPlayer-1.0.gold-2.src.rpm -rw-r--r-- 1 ftp ftp 9094034 Aug 06 16:35 kdepim-3.2.92-1.src.rpm -rw-r--r-- 1 ftp ftp 9444686 Aug 06 15:46 kdegames-3.2.92-1.src.rpm -rw-r--r-- 1 ftp ftp 3024625 Aug 06 15:28 anaconda-10.0.2-0.20040806112009.src.rpm -rw-r--r-- 1 ftp ftp 3880357 Aug 06 14:55 cups-1.1.21-1.rc1.6.src.rpm -rw-r--r-- 1 ftp ftp 212688 Aug 06 14:11 selinux-policy-strict-1.15.12-1.src.rpm -rw-r--r-- 1 ftp ftp 213117 Aug 06 14:10 selinux-policy-targeted-1.15.12-1.src.rpm -rw-r--r-- 1 ftp ftp 1073955 Aug 06 13:34 ORBit-0.5.17-14.src.rpm -rw-r--r-- 1 ftp ftp 429951 Aug 06 13:31 libglade-0.17-15.src.rpm -rw-r--r-- 1 ftp ftp 1027398 Aug 06 13:26 Guppi-0.40.3-21.src.rpm -rw-r--r-- 1 ftp ftp 251322 Aug 06 13:16 linc-1.0.3-6.src.rpm -rw-r--r-- 1 ftp ftp 2249336 Aug 06 13:16 planner-0.12-1.src.rpm -rw-r--r-- 1 ftp ftp 442373 Aug 06 13:16 oaf-0.6.10-11.src.rpm -rw-r--r-- 1 ftp ftp 289056 Aug 06 13:03 libogg-1.1-4.src.rpm -rw-r--r-- 1 ftp ftp 1218383 Aug 06 13:01 libvorbis-1.0.1-4.src.rpm -rw-r--r-- 1 ftp ftp 1399421 Aug 06 12:55 GConf-1.0.9-15.src.rpm -rw-r--r-- 1 ftp ftp 770825 Aug 06 12:53 imlib-1.9.13-17.src.rpm -rw-r--r-- 1 ftp ftp 1903586 Aug 06 10:34 elinks-0.9.2-0.rc4.2.src.rpm -rw-r--r-- 1 ftp ftp 5681261 Aug 06 10:31 vim-6.3.015-1.src.rpm -rw-r--r-- 1 ftp ftp 5076813 Aug 06 10:28 evolution-data-server-0.0.97-2.src.rpm -rw-r--r-- 1 ftp ftp 13849261 Aug 06 10:18 gimp-2.0.4-1.src.rpm -rw-r--r-- 1 ftp ftp 799745 Aug 06 10:05 ppp-2.4.2-4.src.rpm -rw-r--r-- 1 ftp ftp 426454 Aug 06 09:14 skkinput-2.06.4-7.src.rpm -rw-r--r-- 1 ftp ftp 12399246 Aug 05 21:02 evolution-1.5.92.1-1.src.rpm -rw-r--r-- 1 ftp ftp 1262240 Aug 05 18:35 dbus-0.21.cvs20040722-5.src.rpm -rw-r--r-- 1 ftp ftp 4953300 Aug 05 16:31 kdemultimedia-3.2.92-1.src.rpm -rw-r--r-- 1 ftp ftp 5944765 Aug 05 15:51 gnome-applets-2.7.1-1.src.rpm -rw-r--r-- 1 ftp ftp 145683 Aug 05 15:25 libgail-gnome-1.1.0-1.src.rpm -rw-r--r-- 1 ftp ftp 1024424 Aug 05 15:14 libgtop2-2.7.90-1.src.rpm -rw-r--r-- 1 ftp ftp 2023877 Aug 05 15:09 metacity-2.8.2-1.src.rpm -rw-r--r-- 1 ftp ftp 2597763 Aug 05 15:04 postfix-2.1.4-1.src.rpm -rw-r--r-- 1 ftp ftp 362372 Aug 05 15:04 gamin-0.0.5-1.src.rpm -rw-r--r-- 1 ftp ftp 1155367 Aug 05 15:03 system-config-printer-0.6.107-1.src.rpm -rw-r--r-- 1 ftp ftp 18177567 Aug 05 14:26 kdebase-3.2.92-1.src.rpm -rw-r--r-- 1 ftp ftp 54575497 Aug 05 12:24 xorg-x11-6.7.0-7.2.src.rpm -rw-r--r-- 1 ftp ftp 1339384 Aug 05 11:37 file-roller-2.7.3-1.src.rpm -rw-r--r-- 1 ftp ftp 546033 Aug 05 07:30 expect-5.42.1-1.src.rpm -rw-r--r-- 1 ftp ftp 16884222 Aug 05 05:41 im-sdk-11.4-68.svn1833.src.rpm -rw-r--r-- 1 ftp ftp 4468947 Aug 05 05:19 gnomemeeting-1.0.2-4.src.rpm -rw-r--r-- 1 ftp ftp 1169124 Aug 05 05:08 pwlib-1.6.5-4.src.rpm -rw-r--r-- 1 ftp ftp 1315211 Aug 05 01:15 iiimf-le-xcin-0.1.5-5.src.rpm -rw-r--r-- 1 ftp ftp 2505257 Aug 05 00:57 w3m-0.5.1-4.src.rpm -rw-r--r-- 1 ftp ftp 11565606 Aug 05 00:32 ttfonts-zh_TW-2.11-28.src.rpm [...] -- shrek-m From paul at all-the-johnsons.co.uk Sat Aug 7 19:06:42 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Aug 2004 20:06:42 +0100 Subject: yum seems to have forgotten what an update is In-Reply-To: <4115271E.4030505@gmx.de> References: <20040807181656.03ACD101C9@ws1-3.us4.outblaze.com> <4115271E.4030505@gmx.de> Message-ID: <1091905602.3880.28.camel@localhost.localdomain> Hi, > FYI > > $ lftp > download.fedora.redhat.com:/pub/fedora/linux/core/development/i386/SRPMS > > ls -t | less Yep. But the headers aren't appearing in the RPMS headers directory. TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From concert at europe.com Sat Aug 7 19:10:41 2004 From: concert at europe.com (t l) Date: Sat, 07 Aug 2004 11:10:41 -0800 Subject: yum seems to have forgotten what an update is Message-ID: <20040807191041.EAAB61F50B1@ws1-2.us4.outblaze.com> Yup, we know that there are new rpms there..... But check download.fedora.redhat.com:/pub/fedora/linux/core/development/i386/headers/header.info you'll see it hasn't been updated since 4-Aug. tom ------------------------------------------------- From: "shrek-m gmx de" t l wrote: The header.info files on download (and mirrors) are not being updated, so yum thinks there is nothing new to update.... (last updated on 4-Aug). We can hope that someone is fixing the build/mirroring process. FYI $ lftp download.fedora.redhat.com:/pub/fedora/linux/core/development/i386/SRPMS > ls -t | less -rw-r--r-- 1 ftp ftp 3199 Aug 07 09:34 rpmdb-fedora-3-0.20040807.src.rpm -rw-rw-r-- 1 ftp ftp 6179319 Aug 07 07:31 nautilus-2.7.2-1.src.rpm -rw-r--r-- 1 ftp ftp 660764 Aug 06 23:03 gnome-system-monitor-2.7.0-1.src.r <...snip...> -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From paul at all-the-johnsons.co.uk Sat Aug 7 19:12:54 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Aug 2004 20:12:54 +0100 Subject: Graphical greeter In-Reply-To: <1091867098.4003.13.camel@Daneel.WebAugur.com> References: <1091753187.3613.1.camel@localhost.localdomain> <1091867098.4003.13.camel@Daneel.WebAugur.com> Message-ID: <1091905974.3880.35.camel@localhost.localdomain> Hi, I've created a gdm greeter using the instructions at http://www.jirka.org/gdm-documentation/x1259.html I have created a tar.gz, but gdm complains that there isn't a GdmGreeterTheme.info file, though that is not listed anywhere as being required. I have also copied the directory and while the login config recognises the theme as being valid, when I select it and then try to log back in, I don't get the theme I have created. As this may be my fault, I've not entered this into bugzilla. Does anyone have any advice? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Sat Aug 7 22:16:45 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Aug 2004 23:16:45 +0100 Subject: Multiple automakes Message-ID: <1091917006.3880.51.camel@localhost.localdomain> Hi, Has the ability to use multiple versions of automake/autoconf vanished in FC2/FC3t1? I'm trying to compile scribus (www.scribus.net) which needs automake 1.7 and FC3t1 registers 1.9.1 (which won't cut it unfortunately). Any ideas? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From wtogami at redhat.com Sat Aug 7 22:20:03 2004 From: wtogami at redhat.com (Warren Togami) Date: Sat, 07 Aug 2004 12:20:03 -1000 Subject: Schedule change proposal In-Reply-To: References: <20040730190613.GA3169@nostromo.devel.redhat.com> <1091220339.2794.7.camel@laptop.fenrus.com> <1091283954.4358.14.camel@lioness.protogeek.org> Message-ID: <41155593.60002@redhat.com> Alexandre Oliva wrote: > On Jul 31, 2004, "Robert G. (Doc) Savage" wrote: > > >>We're waiting on FC3t2 in hope it will be the first installable >>post-FC1 release for our systems with Adaptec 20xxS Zero Channel >>RAID cards. > > > Do you realize rawhide is now installable, and you can install it any > time you want? > Well, we are waiting on the upstream main kernel to incorporate the latest i2o changes, which are necessary for proper implementation of i2o in kudzu for anaconda to see the block devices and partitions. Warren Togami wtogami at redhat.com From leonard at den.ottolander.nl Sat Aug 7 22:46:51 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Sun, 08 Aug 2004 00:46:51 +0200 Subject: Multiple automakes In-Reply-To: <1091917006.3880.51.camel@localhost.localdomain> References: <1091917006.3880.51.camel@localhost.localdomain> Message-ID: <1091918810.4749.1.camel@athlon.localdomain> Hi Paul, > Has the ability to use multiple versions of automake/autoconf vanished > in FC2/FC3t1? > > I'm trying to compile scribus (www.scribus.net) which needs automake 1.7 > and FC3t1 registers 1.9.1 (which won't cut it unfortunately). > > Any ideas? Use automake17. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From russell at coker.com.au Sun Aug 8 06:20:08 2004 From: russell at coker.com.au (Russell Coker) Date: Sun, 8 Aug 2004 16:20:08 +1000 Subject: Mozilla problem having gone to selinux In-Reply-To: <4114DA23.2070707@sbcglobal.net> References: <1091872719.16950.5.camel@T7.linux> <4114DA23.2070707@sbcglobal.net> Message-ID: <200408081620.08645.russell@coker.com.au> On Sat, 7 Aug 2004 23:33, Jim Cornette wrote: > Does SELinux relabel .whatever directories to be SELinux enabled? Does > mozilla set permissions a certain way, for files within the ~/.mozilla > subdirectory, which conflict with what Mozilla requires? The .whatever directories are labelled. However sometimes a new version of an application or a configuration that is not commonly used wants to access a dot file that the people who wrote the policy did not expect. In such a case if you tell us the name of the file the .fc file can be adjusted appropriately. Mozilla has some dontaudit rules which prevent most access being reported. But if you put the machine in permissive mode then you should see some messages (usually the getattr/read operations are dontaudit'd, while a write or create won't be). -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From Axel.Thimm at ATrpms.net Sun Aug 8 13:21:39 2004 From: Axel.Thimm at ATrpms.net (Axel Thimm) Date: Sun, 8 Aug 2004 15:21:39 +0200 Subject: disttags (was: what's with the commas in the cyrus-imapd release tag?) In-Reply-To: <1091634960.954.55.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1091563889.4810.62.camel@opus.phy.duke.edu> <1091579648.7131.5.camel@va.local.linuxlobbyist.org> <20040804031433.1129017a.fedora@wir-sind-cool.org> <1091634960.954.55.camel@finch.boston.redhat.com> Message-ID: <20040808132139.GC25689@neu.physik.fu-berlin.de> On Wed, Aug 04, 2004 at 11:56:00AM -0400, John Dennis wrote: > > Usually, multiple dependencies can be separated with a comma: > > Requires: foo = 1.0, bar = 2.0 > > Now if the package's EVR contains a comma, this breaks that format > > My goodness, a quite unanticipated consequence, but good detective work > on everyone's part. It's easy to see now how a comma as a separator can > create a parsing problem in another location. > > I will rebuild the packages in question with a different separator. > > But what separator? Have a look at the 3rd party repos, they all have disttags by now using "." and "_". So technically these are known to work and also there is some consensus on using something like := [] buildid are either single integers, or decimal seperated decimals (like in forks or CVS tags), disttag is "fc2" or "rhfc2" (please use lower caps, FORTRAN is out :), and the last part is something a vendor (RH) should not need to attach, so don't consider it. (note: the releasetag definition above dsoe not consider the special case or pre/alpha etc. releases for simplicity's sake) -- Axel.Thimm at ATrpms.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From maxer1 at xmission.com Sun Aug 8 13:44:36 2004 From: maxer1 at xmission.com (raxet) Date: Sun, 08 Aug 2004 07:44:36 -0600 Subject: Failed to load image redhat-email.png Message-ID: <41162E44.3090300@xmission.com> I know this isn't much, but the latest development flashes this error - See Subject. Details: Failed to open file '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such file or directory RaXeT From mike at netlyncs.com Sun Aug 8 13:58:31 2004 From: mike at netlyncs.com (Mike Chambers) Date: Sun, 08 Aug 2004 08:58:31 -0500 Subject: Failed to load image redhat-email.png In-Reply-To: <41162E44.3090300@xmission.com> References: <41162E44.3090300@xmission.com> Message-ID: <1091973511.26771.2.camel@scrappy.netlyncs.com> On Sun, 2004-08-08 at 07:44 -0600, raxet wrote: > See Subject. > Details: Failed to open file > '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such file or > directory I had that as well when I first did some rawhide updates couple days ago. But after a few more updates and a logout and/or reboot, I got the redhat back. Actually, when I first got the updates (I think some of the initial gnome-2.7 ones), the theme changed and had to go back and change it to the bluecurve theme. I still had the foot icon, but eventually got the red hat back after a day or so, can't remember exactly how long after that it started working. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From michal at harddata.com Sun Aug 8 14:22:31 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 8 Aug 2004 08:22:31 -0600 Subject: Failed to load image redhat-email.png In-Reply-To: <41162E44.3090300@xmission.com>; from maxer1@xmission.com on Sun, Aug 08, 2004 at 07:44:36AM -0600 References: <41162E44.3090300@xmission.com> Message-ID: <20040808082231.A17317@mail.harddata.com> On Sun, Aug 08, 2004 at 07:44:36AM -0600, raxet wrote: > I know this isn't much, but the latest development flashes this error - > See Subject. > Details: Failed to open file > '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such file or > directory This happens to be a link to a file supplied by 'evolution'. If you happen not to have that installed, or for some other reasons this link points nowhere, the desktop comes with an alert like the above. The real problem is that this alert is really spurious as there is already enough of a visual clue that something is missing. You will get a generic "gnome foot" instead of whatver was intended to be there in the first place and, so far, one particulur mail client is not mandatory for everybody. So this is just annoying without really bringing any new information. As possible workarounds you may either kick out that particular launcher from your panel or replace its icon with something else. A bother is that you will have to do that on every account on an afflicted box. Michal From lsomike at futzin.com Sun Aug 8 16:04:37 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sun, 8 Aug 2004 11:04:37 -0500 Subject: Failed to load image redhat-email.png In-Reply-To: <41162E44.3090300@xmission.com> References: <41162E44.3090300@xmission.com> Message-ID: <200408081104.37516.lsomike@futzin.com> On Sunday 08 August 2004 08:44, raxet wrote: > I know this isn't much, but the latest development flashes this > error - See Subject. > Details: Failed to open file > '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such > file or directory > RaXeT https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128908 Regards, Mike Klinke From mgalvin at nycap.rr.com Sun Aug 8 16:57:16 2004 From: mgalvin at nycap.rr.com (M Galvin) Date: Sun, 8 Aug 2004 12:57:16 -0400 Subject: Multiple automakes In-Reply-To: <1091917006.3880.51.camel@localhost.localdomain> Message-ID: <200408081657.i78Gv9v3008962@ms-smtp-03.nyroc.rr.com> Try installing automake 1.7 into something like /usr/local/automake17 and point the scribus configure scripts at it. Or do a PATH=/usr/local/automake17:$PATH ./configure ... ... Matt -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of Paul Sent: Saturday, August 07, 2004 6:17 PM To: fedora Subject: Multiple automakes Hi, Has the ability to use multiple versions of automake/autoconf vanished in FC2/FC3t1? I'm trying to compile scribus (www.scribus.net) which needs automake 1.7 and FC3t1 registers 1.9.1 (which won't cut it unfortunately). Any ideas? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) From reader at newsguy.com Sun Aug 8 21:26:51 2004 From: reader at newsguy.com (Harry Putnam) Date: Sun, 08 Aug 2004 16:26:51 -0500 Subject: Current top display Message-ID: Sorry but I'm not sure where to post this question. Its really a basic help question but I'm running FC3T1 so not sure the display of top is the same elsewhere. But to cut to the chase... I've never been able to find in the man page or the onboard top help (accessed with ?) what the abbreviations in the summary area mean. Particularly the line with percentages. Some are self explanatory but to me... not many I'm talking about this line(wrapped for mail): Cpu(s): 0.7% us, 1.0% sy, 0.0% ni, 98.3% id, 0.0% wa, 0.0% hi, 0.0% si I've listed the actual fields and my interpretation, or lack of it, under them: 0.7% us, 1.0% sy, 0.0% ni, 98.3% id, 0.0% wa, \ [ user system ? idle ?(wait) 0.0% hi, 0.0% si ? ? ] From stan at ccs.neu.edu Sun Aug 8 22:55:35 2004 From: stan at ccs.neu.edu (Stan Bubrouski) Date: Sun, 08 Aug 2004 18:55:35 -0400 Subject: Word wrapping with latest evo updates In-Reply-To: <1091888050.2069.8.camel@scrappy.netlyncs.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> Message-ID: <1092005735.3937.122.camel@duergar> On Sat, 2004-08-07 at 09:14 -0500, Mike Chambers wrote: > On Sat, 2004-08-07 at 08:54 -0500, Mike Chambers wrote: > > Anyone else seeing the wrapping of emails *not* take place when hitting > > reply and seeing them go down the page one word at a time? > > > > evolution-1.5.92.1-1 > > evolution-data-server-0.0.97-2 > > When seeing this email after it was sent, or even seeing it in my sent > folder, it looked normal. It seems it only happens when you hit the > reply button, and just don't see it wrapping. > Well at least your evo ain't crashing 1/3 of the time you hit reply-all. Not much more to say than that. -sb > -- > Mike Chambers > Madisonville, KY > > "It's only funny until someone gets hurt...Then it's hilarious!" > > -- Stan Bubrouski From leonard at den.ottolander.nl Mon Aug 9 01:13:31 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Mon, 09 Aug 2004 03:13:31 +0200 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1091563623.32407.246.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> Message-ID: <1092014005.4746.12.camel@athlon.localdomain> Hello John, On Tue, 2004-08-03 at 22:07, John Dennis wrote: > On Tue, 2004-08-03 at 15:36, Paul Iadonisi wrote: > > Subject says it all. Is this a new naming convention, or did someone > > fat finger the Release tag? > Well, that's a shame. We've been trying to come up with ways to encode > more information into the release field without breaking other tools. You should subscribe to the fedora-devel list. This was mentioned by Matthias Saou regarding dovecot on the 1st of July (http://www.redhat.com/archives/fedora-devel-list/2004-July/msg00016.html). I asked about standardization of versioning in http://www.redhat.com/archives/fedora-devel-list/2004-July/msg00050.html . Did you consider the consequences of using a comma in the version string? Did you query other developers before implementing? Why didn't you discuss this on list before implementing? Yet another area that might need some explicit definitions. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From jeff at ollie.clive.ia.us Mon Aug 9 03:25:15 2004 From: jeff at ollie.clive.ia.us (Jeffrey C. Ollie) Date: Sun, 08 Aug 2004 22:25:15 -0500 Subject: Word wrapping with latest evo updates In-Reply-To: <1092005735.3937.122.camel@duergar> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> <1092005735.3937.122.camel@duergar> Message-ID: <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> On Sun, 2004-08-08 at 18:55 -0400, Stan Bubrouski wrote: > On Sat, 2004-08-07 at 09:14 -0500, Mike Chambers wrote: > > On Sat, 2004-08-07 at 08:54 -0500, Mike Chambers wrote: > > > Anyone else seeing the wrapping of emails *not* take place when > hitting > > > reply and seeing them go down the page one word at a time? > > > > > > evolution-1.5.92.1-1 > > > evolution-data-server-0.0.97-2 > > > > When seeing this email after it was sent, or even seeing it in my > sent > > folder, it looked normal. It seems it only happens when you hit the > > reply button, and just don't see it wrapping. > > If you change all the text to the "normal" style things seem to work better. > Well at least your evo ain't crashing 1/3 of the time you hit reply- > all. > Not much more to say than that. I've found that having an IPv6 address associated with my IMAP server's DNS record would cause Evolution to crash very consistently, as in every time that I tried to start up. Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From aoliva at redhat.com Mon Aug 9 05:35:42 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 09 Aug 2004 02:35:42 -0300 Subject: FC3 T1 Raid Installs In-Reply-To: <4113AB3E.2040607@bananas.hopto.org> References: <411299BC.6070905@bananas.hopto.org> <200408061717.02188.russell@coker.com.au> <4113AB3E.2040607@bananas.hopto.org> Message-ID: On Aug 6, 2004, Si Jones wrote: > but i was trying to get at the fact that an enhancement to anaconda > so it knows when the array is synced would stop this? Anaconda shouldn't have to care about this. It's a bug in the kernel that an unsynced array is regarded as fully-synced after a reboot. So it should be fixed in the kernel, instead of being papered over elsewhere. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From mike at netlyncs.com Mon Aug 9 08:29:33 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 09 Aug 2004 03:29:33 -0500 Subject: Word wrapping with latest evo updates In-Reply-To: <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> <1092005735.3937.122.camel@duergar> <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> Message-ID: <1092040173.3309.2.camel@scrappy.netlyncs.com> On Sun, 2004-08-08 at 22:25 -0500, Jeffrey C. Ollie wrote: > If you change all the text to the "normal" style things seem to work > better. My text is set to how evo comes configured. I had to do a reinstall yesterday, did the rawhide updates, text/fonts are set to whatever evolution defaults to. I think it is something to do with the gnome-2.7 + latest evolution updates, as when I view my daily logs, they are one liners all the way down as well as when I hit reply. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From paul at all-the-johnsons.co.uk Mon Aug 9 08:43:21 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Mon, 09 Aug 2004 09:43:21 +0100 Subject: yum headers? Message-ID: <1092041001.15802.11.camel@jeeves.music.salford.ac.uk> Hi, Has the problem with the headers on yum repositories not being updated been addressed yet? TTFN Paul -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jeff at ollie.clive.ia.us Mon Aug 9 11:47:58 2004 From: jeff at ollie.clive.ia.us (Jeffrey C. Ollie) Date: Mon, 09 Aug 2004 06:47:58 -0500 Subject: Word wrapping with latest evo updates In-Reply-To: <1092040173.3309.2.camel@scrappy.netlyncs.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> <1092005735.3937.122.camel@duergar> <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> <1092040173.3309.2.camel@scrappy.netlyncs.com> Message-ID: <1092052079.3772.1.camel@pc05987.campus.dmacc.edu> On Mon, 2004-08-09 at 03:29 -0500, Mike Chambers wrote: > On Sun, 2004-08-08 at 22:25 -0500, Jeffrey C. Ollie wrote: > > > If you change all the text to the "normal" style things seem to work > > better. > > My text is set to how evo comes configured. I had to do a reinstall > yesterday, did the rawhide updates, text/fonts are set to whatever > evolution defaults to. What I suggested was only a workaround until the bug gets fixed. Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sds at epoch.ncsc.mil Mon Aug 9 12:04:39 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Mon, 09 Aug 2004 08:04:39 -0400 Subject: Mozilla problem having gone to selinux In-Reply-To: <200408081620.08645.russell@coker.com.au> References: <1091872719.16950.5.camel@T7.linux> <4114DA23.2070707@sbcglobal.net> <200408081620.08645.russell@coker.com.au> Message-ID: <1092053079.29199.2.camel@moss-spartans.epoch.ncsc.mil> On Sun, 2004-08-08 at 02:20, Russell Coker wrote: > On Sat, 7 Aug 2004 23:33, Jim Cornette wrote: > > Does SELinux relabel .whatever directories to be SELinux enabled? Does > > mozilla set permissions a certain way, for files within the ~/.mozilla > > subdirectory, which conflict with what Mozilla requires? > > The .whatever directories are labelled. Only if they are using selinux-policy-strict. Default in FC3 is selinux-policy-targeted, which doesn't confine users or mozilla at all, so SELinux should have no impact there. -- Stephen Smalley National Security Agency From ben.steeves at gmail.com Mon Aug 9 14:48:44 2004 From: ben.steeves at gmail.com (Ben Steeves) Date: Mon, 9 Aug 2004 11:48:44 -0300 Subject: FC3T1 kernel panics if "apm=on" set in kernel params Message-ID: <7ebb24d1040809074864853475@mail.gmail.com> Has anyone seen this before? If I add "apm=on" to my kernel params, FC3T1 (kernel 2.6.7-1.509 ) kernel panics on startup with an "exit of init failed!!!: 14" message, and then locks solid with "Attempted to kill init!". If I remove "apm=on", it boots fine. -- Ben Steeves ben.steeves at gmail.com GPG ID: 0xB3EBF1D9 http://www.metacon.ca/ From pcaulfie at redhat.com Mon Aug 9 15:00:41 2004 From: pcaulfie at redhat.com (Patrick Caulfield) Date: Mon, 9 Aug 2004 16:00:41 +0100 Subject: USB2 CD-ROM appears as /dev/sda Message-ID: <20040809150040.GK11723@tykepenguin.com> Under FC2 it appeared as /dev/scd0 as expected, but since upgrading to FC3 it appears as /dev/sda! dmesg says: usb 1-4: new high speed USB device using address 4 scsi3 : SCSI emulation for USB Mass Storage devices Vendor: Revoltec Model: USB/IDE Bridge ( Rev: 0103 Type: Direct-Access ANSI SCSI revision: 02 Attached scsi removable disk sda at scsi3, channel 0, id 0, lun 0 USB Mass Storage device found at 4 /proc/bus/usb/devices says: T: Bus=01 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 4 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=0402 ProdID=5621 Rev= 1.03 S: Product=USB 2.0 Storage Device S: SerialNumber=00042222200000020620 C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms Under FC2 the device type was "hl-dt-st DVDRAM GSA-4028B" (which is was OS/X still calls it) rather than the Revolting^H^H^Hec shown above. -- patrick From jdennis at redhat.com Mon Aug 9 17:24:51 2004 From: jdennis at redhat.com (John Dennis) Date: Mon, 09 Aug 2004 13:24:51 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1092014005.4746.12.camel@athlon.localdomain> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1092014005.4746.12.camel@athlon.localdomain> Message-ID: <1092072291.13764.70.camel@finch.boston.redhat.com> On Sun, 2004-08-08 at 21:13, Leonard den Ottolander wrote: Hi Leonard: > Did you consider the consequences of using a comma in the > version string? Did you query other developers before > implementing? Yes, and this was discussed internally. > Why didn't you discuss this on list before implementing? I thought this was answered here: http://www.redhat.com/archives/fedora-test-list/2004-July/msg00026.html Perhaps a discussion should have occurred on fedora-devel, but given many of the issues have to do with our internal build system, a topic few on fedora-devel will have an appreciation of it didn't seem like the appropriate forum. There are 3 orthogonal pieces of information that in the past had been collapsed into a single release number which hid why a release number changed. It could have been anyone of the following three reasons: * Different distribution * Different source or spec file * Different build of same source/spec file within a distribution FWIW our build system forces a new revision, and hence an edit of the spec file if any of the above three is true. This has been a source of confusion because a bump in the revision number did not answer the question whether it was bumped because there was some change in the package or because it was the same source but rebuilt. Being able to trivially answer the question is the package source code identical when looking at two rpm's is very useful to a maintainer when considering different rpm's. Or put another way, do two rpm's differ only in their build environment and/or build iteration, or is a different revision of the package? In the past these types of questions could only be answered by reconstructing spec file change log entries, a tedious process. As a maintainer I want to be able to answer a user's question about which rpm to use based primarily on the contents of the rpm, secondarily on its build environment, and only tertiary on its build iteration and this information should be visible in the name of the rpm. -- John Dennis From skvidal at phy.duke.edu Mon Aug 9 17:27:08 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Mon, 09 Aug 2004 13:27:08 -0400 Subject: what's with the commas in the cyrus-imapd release tag? In-Reply-To: <1092072291.13764.70.camel@finch.boston.redhat.com> References: <1091561775.3348.3.camel@tuxtop> <1091563623.32407.246.camel@finch.boston.redhat.com> <1092014005.4746.12.camel@athlon.localdomain> <1092072291.13764.70.camel@finch.boston.redhat.com> Message-ID: <1092072428.6235.24.camel@opus.phy.duke.edu> On Mon, 2004-08-09 at 13:24, John Dennis wrote: > On Sun, 2004-08-08 at 21:13, Leonard den Ottolander wrote: > > Hi Leonard: > > > Did you consider the consequences of using a comma in the > > version string? Did you query other developers before > > implementing? > > Yes, and this was discussed internally. internally to fedora should not mean INSIDE red hat. Until this is clear, fedora being an 'open project' will still be a contradiction in terms. -sv From talbotscott at cox.net Mon Aug 9 17:35:35 2004 From: talbotscott at cox.net (Scott Talbot) Date: Mon, 09 Aug 2004 10:35:35 -0700 Subject: latest updates Message-ID: <1092072936.2634.7.camel@ip68-7-36-36.sd.sd.cox.net> All Updated 120 packages this morning and am having an issue. Seems nearly all of the file associations are missing. Still have most of the Internet ones for HTTP, HTTPS, aim etc. still work. the mailto: is missing but does exist in the preferences, but all others are gone. So does this file exist somewhere, what file(s) is it? BTW, Whoa do nautilus windows open fast now! (Schwiiiiiing!). Thanks Scott From dmalcolm at redhat.com Mon Aug 9 17:38:40 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Mon, 09 Aug 2004 13:38:40 -0400 Subject: Word wrapping with latest evo updates In-Reply-To: <1091886849.2069.4.camel@scrappy.netlyncs.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> Message-ID: <1092073120.8311.2.camel@cassandra.boston.redhat.com> On Sat, 2004-08-07 at 08:54 -0500, Mike Chambers wrote: > Anyone else seeing the wrapping of emails *not* take place when hitting > reply and seeing them go down the page one word at a time? > > evolution-1.5.92.1-1 > evolution-data-server-0.0.97-2 I think it's a problem with gtkhtml3; please can you confirm which version you've got of that. Thanks. Dave From dmalcolm at redhat.com Mon Aug 9 17:44:38 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Mon, 09 Aug 2004 13:44:38 -0400 Subject: Word wrapping with latest evo updates In-Reply-To: <1092005735.3937.122.camel@duergar> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> <1092005735.3937.122.camel@duergar> Message-ID: <1092073478.8311.7.camel@cassandra.boston.redhat.com> On Sun, 2004-08-08 at 18:55 -0400, Stan Bubrouski wrote: > On Sat, 2004-08-07 at 09:14 -0500, Mike Chambers wrote: > > On Sat, 2004-08-07 at 08:54 -0500, Mike Chambers wrote: > > > Anyone else seeing the wrapping of emails *not* take place when hitting > > > reply and seeing them go down the page one word at a time? > > > > > > evolution-1.5.92.1-1 > > > evolution-data-server-0.0.97-2 > > > > When seeing this email after it was sent, or even seeing it in my sent > > folder, it looked normal. It seems it only happens when you hit the > > reply button, and just don't see it wrapping. > > > > Well at least your evo ain't crashing 1/3 of the time you hit reply-all.\ Ouch :-( > Not much more to say than that. Is there any pattern, or is it random? If possible, please can you file a bug report and attach a backtrace to it. Dave From dmalcolm at redhat.com Mon Aug 9 17:45:44 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Mon, 09 Aug 2004 13:45:44 -0400 Subject: Word wrapping with latest evo updates In-Reply-To: <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> <1092005735.3937.122.camel@duergar> <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> Message-ID: <1092073544.8311.9.camel@cassandra.boston.redhat.com> On Sun, 2004-08-08 at 22:25 -0500, Jeffrey C. Ollie wrote: > On Sun, 2004-08-08 at 18:55 -0400, Stan Bubrouski wrote: > > On Sat, 2004-08-07 at 09:14 -0500, Mike Chambers wrote: > > > On Sat, 2004-08-07 at 08:54 -0500, Mike Chambers wrote: > > > > Anyone else seeing the wrapping of emails *not* take place when > > hitting > > > > reply and seeing them go down the page one word at a time? > > > > > > > > evolution-1.5.92.1-1 > > > > evolution-data-server-0.0.97-2 > > > > > > When seeing this email after it was sent, or even seeing it in my > > sent > > > folder, it looked normal. It seems it only happens when you hit the > > > reply button, and just don't see it wrapping. > > > > > If you change all the text to the "normal" style things seem to work > better. > > > Well at least your evo ain't crashing 1/3 of the time you hit reply- > > all. > > Not much more to say than that. > > I've found that having an IPv6 address associated with my IMAP server's > DNS record would cause Evolution to crash very consistently, as in every > time that I tried to start up. That ought to work... Please can you provide a backtrace of Evolution's stack when the crash happens, and attach it to a bug in bugzilla. > > Jeff > From balay at fastmail.fm Mon Aug 9 17:52:58 2004 From: balay at fastmail.fm (Satish Balay) Date: Mon, 9 Aug 2004 12:52:58 -0500 (CDT) Subject: xterm failure: get_pty: not enough ptys Message-ID: I have 2.6.7-1.503 kernel running on a Thinkpad 600E with an uptime of 4 days. Now when I invoke xterm - I get the error: ---- xterm : Error 32, errno 2: No such file or directory Reason: get_pty: not enough ptys ---- And the machine is sluggish - can't loginto via ssh etc.. Time for a reboot and check for more updates.. Satish From ben.steeves at gmail.com Mon Aug 9 17:55:19 2004 From: ben.steeves at gmail.com (Ben Steeves) Date: Mon, 9 Aug 2004 14:55:19 -0300 Subject: Word wrapping with latest evo updates In-Reply-To: <1092073120.8311.2.camel@cassandra.boston.redhat.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1092073120.8311.2.camel@cassandra.boston.redhat.com> Message-ID: <7ebb24d1040809105537a34450@mail.gmail.com> On Mon, 09 Aug 2004 13:38:40 -0400, David Malcolm wrote: > > I think it's a problem with gtkhtml3; please can you confirm which > version you've got of that. > I've got the problem: gtkhtml3-3.3.0-1 -- Ben Steeves ben.steeves at gmail.com GPG ID: 0xB3EBF1D9 From kms at passback.co.uk Mon Aug 9 18:39:37 2004 From: kms at passback.co.uk (Keith Sharp) Date: Mon, 09 Aug 2004 19:39:37 +0100 Subject: Word wrapping with latest evo updates In-Reply-To: <7ebb24d1040809105537a34450@mail.gmail.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1092073120.8311.2.camel@cassandra.boston.redhat.com> <7ebb24d1040809105537a34450@mail.gmail.com> Message-ID: <1092076777.15612.2.camel@animal> On Mon, 2004-08-09 at 14:55 -0300, Ben Steeves wrote: > On Mon, 09 Aug 2004 13:38:40 -0400, David Malcolm wrote: > > > > > I think it's a problem with gtkhtml3; please can you confirm which > > version you've got of that. > > > > I've got the problem: gtkhtml3-3.3.0-1 Me to! I also see it on my signature - if I use a prefined sig rather than auto-generated. Keith. From windoze at yeah.net Mon Aug 9 18:50:16 2004 From: windoze at yeah.net (Ðì³½) Date: Tue, 10 Aug 2004 02:50:16 +0800 Subject: Should I install FC3T1? Message-ID: <019501c47e41$b7ccc1c0$0100a8c0@computer> My hardware list: AthlonXP 2500+ Abit NF7 WinFast A320 Intel eepro 100 (I install it since integrated one doesn't work as expected) Can this machine runs FC3T1 out of box? Or I should wait until FC3 released? AFAIK, CPU/motherboard/NIC shouldn't be a problem, does nvidia display drivers work? From balay at fastmail.fm Mon Aug 9 19:20:41 2004 From: balay at fastmail.fm (Satish Balay) Date: Mon, 9 Aug 2004 14:20:41 -0500 (CDT) Subject: kernel-2.6.7-1.509 panic at boot Message-ID: I've installed today's rawhide updates - which included kernel-2.6.7-1.509. On reboot I get: ----- Uncompressing Linux... Ok, booting the kernel. audit(1092071072.280:0): initialized Red Hat nash version 4.0.2 starting exec of init failed!!!: 14 Kernel panic: Attempted to kill init! ---- This is on a TP 600E with the following boot options: kernel /vmlinuz-2.6.7-1.509 ro root=LABEL=/ selinux=0 rhgb quiet acpi=off Satish From michal at harddata.com Mon Aug 9 19:23:29 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 9 Aug 2004 13:23:29 -0600 Subject: xterm failure: get_pty: not enough ptys In-Reply-To: ; from balay@fastmail.fm on Mon, Aug 09, 2004 at 12:52:58PM -0500 References: Message-ID: <20040809132329.B13828@mail.harddata.com> On Mon, Aug 09, 2004 at 12:52:58PM -0500, Satish Balay wrote: > > Now when I invoke xterm - I get the error: > > ---- > xterm : Error 32, errno 2: No such file or directory > Reason: get_pty: not enough ptys See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128154 with a looong discussion, and extensive "cc list", and links to what seems like related bugs. It appears that you are lucky that you got that only now although I have to see that yet on x86 system. It hits me regularly on an x86_64 installation though. Michal From balay at fastmail.fm Mon Aug 9 19:39:23 2004 From: balay at fastmail.fm (Satish Balay) Date: Mon, 9 Aug 2004 14:39:23 -0500 (CDT) Subject: xterm failure: get_pty: not enough ptys In-Reply-To: <20040809132329.B13828@mail.harddata.com> References: <20040809132329.B13828@mail.harddata.com> Message-ID: On Mon, 9 Aug 2004, Michal Jaegermann wrote: > On Mon, Aug 09, 2004 at 12:52:58PM -0500, Satish Balay wrote: > > > > Now when I invoke xterm - I get the error: > > > > ---- > > xterm : Error 32, errno 2: No such file or directory > > Reason: get_pty: not enough ptys > > See > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128154 > with a looong discussion, and extensive "cc list", and links to > what seems like related bugs. It appears that you are lucky that > you got that only now although I have to see that yet on x86 system. > It hits me regularly on an x86_64 installation though. Thanks for the bugzilla link. I has earlier searched for 'get_pty' - and didn't get any matches. This must be the second time I must have seen this happen on x86. Satish From trey at fastmail.fm Mon Aug 9 20:08:30 2004 From: trey at fastmail.fm (Trey Sizemore) Date: Mon, 09 Aug 2004 16:08:30 -0400 Subject: apt repositories for FC3T1? Message-ID: <1092082110.12515.202000449@webmail.messagingengine.com> Are there currently repositories for FC3T1? The ones I've checked into (http://rpm.livna.org/ & http://www.fedora.us/) only appear to support FC1 and FC2. What's the best way to get updates for FC3T1? Thanks. -- Trey Sizemore trey at fastmail.fm From trey at fastmail.fm Mon Aug 9 20:08:41 2004 From: trey at fastmail.fm (Trey Sizemore) Date: Mon, 09 Aug 2004 16:08:41 -0400 Subject: apt repositories for FC3T1? Message-ID: <1092082121.12338.202000449@webmail.messagingengine.com> Are there currently repositories for FC3T1? The ones I've checked into (http://rpm.livna.org/ & http://www.fedora.us/) only appear to support FC1 and FC2. What's the best way to get updates for FC3T1? Thanks. -- Trey Sizemore trey at fastmail.fm From paul at all-the-johnsons.co.uk Mon Aug 9 20:13:10 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 09 Aug 2004 21:13:10 +0100 Subject: Evolution problems Message-ID: <1092082390.3643.11.camel@localhost.localdomain> Hi, Just to confirm a couple of problems with the current version of evolution (1.5.92) 1. Creating or replying to an email puts one word per line. 2. GPG passwords are not kept if you say to remember the password For the first one, selecting everything and saying to format "normal" will fix the problem. There isn't a fix for the second one. Is it me, but have the recent updates increased the speed of operation? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From pri.rhl3 at iadonisi.to Mon Aug 9 20:28:37 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Mon, 09 Aug 2004 16:28:37 -0400 Subject: annoying bash3/readline5 bug Message-ID: <1092083316.3465.44.camel@tuxtop> I didn't see any patches in ftp://ftp.cwru.edu/pub/bash/bash-3.0-patches for this, so it might not have been fixed upstream, but here's the problem I'm seeing. First, set your editing mode to vi with 'set -o vi' and then recall a previous command (or really, you can probably just type a new command). Then just hit the escape key to be sure your in readline's command mode. Go to the end of the line with '$' and now type 'r' to indicate you are going to change the last character. Now type the new character. Presto change-o, now the last character becomes the second to last character and the second last character becomes the last and is changed to the new character. Ouch. How was this one missed, Mr. Ramey? Heh. He must use the emacs bindings. ;-) Anyhow, I'll file it in bugzilla later tonight when I get home. Just wanted to post here to see if anyone else has seen it and discovered some obscure new setting that I've missed. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From pri.rhl3 at iadonisi.to Mon Aug 9 20:36:37 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Mon, 09 Aug 2004 16:36:37 -0400 Subject: Evolution problems In-Reply-To: <1092082390.3643.11.camel@localhost.localdomain> References: <1092082390.3643.11.camel@localhost.localdomain> Message-ID: <1092083796.3465.52.camel@tuxtop> On Mon, 2004-08-09 at 16:13, Paul wrote: > Hi, > > Just to confirm a couple of problems with the current version of > evolution (1.5.92) > > 1. Creating or replying to an email puts one word per line. Odd, very odd. I've been reading the posts about this problem with great curiousity since I *don't* have that problem with 1.5.92. > 2. GPG passwords are not kept if you say to remember the password This one I can't speak to since I haven't been using any of the gpg stuff in evo up to this point. > Is it me, but have the recent updates increased the speed of operation? Nope, not just you. I've noticed it, too. Kudos to the developers (whoever it is, I don't know...kernel, gnome, whatever...good job)! -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From jeff at ollie.clive.ia.us Mon Aug 9 20:35:44 2004 From: jeff at ollie.clive.ia.us (Jeffrey C. Ollie) Date: Mon, 09 Aug 2004 15:35:44 -0500 Subject: Word wrapping with latest evo updates In-Reply-To: <1092073544.8311.9.camel@cassandra.boston.redhat.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1091888050.2069.8.camel@scrappy.netlyncs.com> <1092005735.3937.122.camel@duergar> <1092021915.2722.17.camel@pc05987.campus.dmacc.edu> <1092073544.8311.9.camel@cassandra.boston.redhat.com> Message-ID: <1092083744.4373.6.camel@pc05987.campus.dmacc.edu> On Mon, 2004-08-09 at 13:45 -0400, David Malcolm wrote: > On Sun, 2004-08-08 at 22:25 -0500, Jeffrey C. Ollie wrote: > > > > I've found that having an IPv6 address associated with my IMAP > server's > > DNS record would cause Evolution to crash very consistently, as in > every > > time that I tried to start up. > > That ought to work... Please can you provide a backtrace of > Evolution's > stack when the crash happens, and attach it to a bug in bugzilla. > http://bugzilla.ximian.com/show_bug.cgi?id=61643 http://bugzilla.ximian.com/show_bug.cgi?id=61256 Until I have time to reproduce the bug (I'll try and do it tonight) take a look at these... I submitted these bug reports to Ximian but never got very far with them in trying to resolve the problem. Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jeff at ollie.clive.ia.us Mon Aug 9 20:41:12 2004 From: jeff at ollie.clive.ia.us (Jeffrey C. Ollie) Date: Mon, 09 Aug 2004 15:41:12 -0500 Subject: Evolution problems In-Reply-To: <1092083796.3465.52.camel@tuxtop> References: <1092082390.3643.11.camel@localhost.localdomain> <1092083796.3465.52.camel@tuxtop> Message-ID: <1092084072.4373.11.camel@pc05987.campus.dmacc.edu> On Mon, 2004-08-09 at 16:36 -0400, Paul Iadonisi wrote: > On Mon, 2004-08-09 at 16:13, Paul wrote: > > Hi, > > > > Just to confirm a couple of problems with the current version of > > evolution (1.5.92) > > > > 1. Creating or replying to an email puts one word per line. > > Odd, very odd. I've been reading the posts about this problem with > great curiousity since I *don't* have that problem with 1.5.92. It looks like the bug appeared with Evo 1.5.92.1 and/or gtkhtml3 3.3. > > 2. GPG passwords are not kept if you say to remember the password > > This one I can't speak to since I haven't been using any of the gpg > stuff in evo up to this point. Hmm... My GPG public keyring was just corrupted or truncated. Fortunately, I didn't lose the secret keyring and I had exported my public key and posted it on my web pages. > > Is it me, but have the recent updates increased the speed of > operation? > > Nope, not just you. I've noticed it, too. Kudos to the developers > (whoever it is, I don't know...kernel, gnome, whatever...good job)! Yeah, speed rules. I've got a 1GHz/512MB desktop running FC1 that's a little pokey... I put off upgrading to FC2 since it has a nVidia graphics card. Once FC3 comes out I'll have to look at upgrading (it's my "server" for my home network so I don't feel comfortable running test releases on it...). Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From pri.rhl3 at iadonisi.to Mon Aug 9 20:50:46 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Mon, 09 Aug 2004 16:50:46 -0400 Subject: Evolution problems In-Reply-To: <1092084072.4373.11.camel@pc05987.campus.dmacc.edu> References: <1092082390.3643.11.camel@localhost.localdomain> <1092083796.3465.52.camel@tuxtop> <1092084072.4373.11.camel@pc05987.campus.dmacc.edu> Message-ID: <1092084645.3465.58.camel@tuxtop> On Mon, 2004-08-09 at 16:41, Jeffrey C. Ollie wrote: > On Mon, 2004-08-09 at 16:36 -0400, Paul Iadonisi wrote: [snip] > > great curiousity since I *don't* have that problem with 1.5.92. > > It looks like the bug appeared with Evo 1.5.92.1 and/or gtkhtml3 3.3. Oops. I stated the version wrong: ws187:iadonisi:488) rpm -q evolution gtkhtml3 evolution-1.5.92.1-1 gtkhtml3-3.3.0-1 Don't know what's different. I will say that -- and if I get flamed for this it's well deserved -- this box was running Red Hat 9 and has been upgraded via yum to FC1 and then throughout testing only upgraded via yum -- no reinstall. Yup, I know, my bad. Still, I am fully yum-updated. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From mike at netlyncs.com Mon Aug 9 20:49:53 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 09 Aug 2004 15:49:53 -0500 Subject: Word wrapping with latest evo updates In-Reply-To: <7ebb24d1040809105537a34450@mail.gmail.com> References: <1091886849.2069.4.camel@scrappy.netlyncs.com> <1092073120.8311.2.camel@cassandra.boston.redhat.com> <7ebb24d1040809105537a34450@mail.gmail.com> Message-ID: <1092084593.8533.0.camel@scrappy.netlyncs.com> On Mon, 2004-08-09 at 14:55 -0300, Ben Steeves wrote: > I've got the problem: gtkhtml3-3.3.0-1 Here are my packages... gtkhtml2-2.6.0-2 gnome-python2-gtkhtml2-2.0.2-1 gtkhtml3-3.3.0-1 -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From mike at netlyncs.com Mon Aug 9 20:53:23 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 09 Aug 2004 15:53:23 -0500 Subject: Evolution problems In-Reply-To: <1092082390.3643.11.camel@localhost.localdomain> References: <1092082390.3643.11.camel@localhost.localdomain> Message-ID: <1092084803.8533.4.camel@scrappy.netlyncs.com> On Mon, 2004-08-09 at 21:13 +0100, Paul wrote: > Just to confirm a couple of problems with the current version of > evolution (1.5.92) > > 1. Creating or replying to an email puts one word per line. > For the first one, selecting everything and saying to format "normal" > will fix the problem. Hrm, someone else mentioned this but wasn't sure what they were referring to. Now I know and you and him are correct, that does fix it for now. > Is it me, but have the recent updates increased the speed of > operation? Yes they have increased someone, although, not sure how much bluecurve is involved with the updated gnome packagers. After I first upgraded, it defaulted to a different theme and had to go back and add bluecurve. Although, it still seems somewhat more responsive than before. PS. Still missing the red fedora for the menu button on the panel. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From jlcthibo at uumail.gov.bc.ca Mon Aug 9 21:10:42 2004 From: jlcthibo at uumail.gov.bc.ca (Christian Thibodeau) Date: Mon, 09 Aug 2004 14:10:42 -0700 Subject: Evolution problems In-Reply-To: <1092082390.3643.11.camel@localhost.localdomain> References: <1092082390.3643.11.camel@localhost.localdomain> Message-ID: <1092085842.2468.5.camel@phoenix.osg.gov.bc.ca> On Mon, 2004-09-08 at 21:13 +0100, Paul wrote: > Hi, > > Just to confirm a couple of problems with the current version of > evolution (1.5.92) > > 1. Creating or replying to an email puts one word per line. > 2. GPG passwords are not kept if you say to remember the password > > For the first one, selecting everything and saying to format "normal" > will fix the problem. > > There isn't a fix for the second one. > > Is it me, but have the recent updates increased the speed of operation? > > TTFN > > Paul Is it just a display problem? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mknepher at bluethingy.com Mon Aug 9 21:12:44 2004 From: mknepher at bluethingy.com (Michael Knepher) Date: Mon, 09 Aug 2004 14:12:44 -0700 Subject: Evolution problems In-Reply-To: <1092084645.3465.58.camel@tuxtop> References: <1092082390.3643.11.camel@localhost.localdomain> <1092083796.3465.52.camel@tuxtop> <1092084072.4373.11.camel@pc05987.campus.dmacc.edu> <1092084645.3465.58.camel@tuxtop> Message-ID: <1092085964.13990.5.camel@lionel-hutz.darnell.group> On Mon, 2004-08-09 at 16:50 -0400, Paul Iadonisi wrote: > On Mon, 2004-08-09 at 16:41, Jeffrey C. Ollie wrote: > > On Mon, 2004-08-09 at 16:36 -0400, Paul Iadonisi wrote: > > [snip] > > > > great curiousity since I *don't* have that problem with 1.5.92. > > > > It looks like the bug appeared with Evo 1.5.92.1 and/or gtkhtml3 3.3. > > Oops. I stated the version wrong: > > ws187:iadonisi:488) rpm -q evolution gtkhtml3 > evolution-1.5.92.1-1 > gtkhtml3-3.3.0-1 I've got the same versions and don't see this problem. > Don't know what's different. I will say that -- and if I get flamed > for this it's well deserved -- this box was running Red Hat 9 and has > been upgraded via yum to FC1 and then throughout testing only upgraded > via yum -- no reinstall. Yup, I know, my bad. Still, I am fully > yum-updated. My system is a base FC2 test 3 install (the only CDs I could find at my desk the other day) upgraded to current rawhide via yum. > > -- > -Paul Iadonisi > Senior System Administrator > Red Hat Certified Engineer / Local Linux Lobbyist > Ever see a penguin fly? -- Try Linux. > GPL all the way: Sell services, don't lease secrets > > From jlcthibo at uumail.gov.bc.ca Mon Aug 9 21:21:39 2004 From: jlcthibo at uumail.gov.bc.ca (Christian Thibodeau) Date: Mon, 09 Aug 2004 14:21:39 -0700 Subject: Evolution problems In-Reply-To: <1092082390.3643.11.camel@localhost.localdomain> References: <1092082390.3643.11.camel@localhost.localdomain> Message-ID: <1092086499.2468.12.camel@phoenix.osg.gov.bc.ca> On Mon, 2004-09-08 at 21:13 +0100, Paul wrote: > Hi, > > Just to confirm a couple of problems with the current version of > evolution (1.5.92) > > 1. Creating or replying to an email puts one word per line. > 2. GPG passwords are not kept if you say to remember the password > > For the first one, selecting everything and saying to format "normal" > will fix the problem. > > There isn't a fix for the second one. > > Is it me, but have the recent updates increased the speed of > operation? > Please ignore my last message; it was supposed to just be an internal test :( In any case, I am now also having the same problem as far as getting one word per line when replying to a message. Because I was installing the patches in stages, I can say that the problem was not occurring, even with the latest Evolution, until gtkhtml3-3.3.0-1 was installed. I am not however having problems with Evolution forgetting my GPG passphrase (as long as I check the "remember for the duration of the session" box). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From dmalcolm at redhat.com Mon Aug 9 21:23:12 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Mon, 09 Aug 2004 17:23:12 -0400 Subject: Evolution problems In-Reply-To: <1092082390.3643.11.camel@localhost.localdomain> References: <1092082390.3643.11.camel@localhost.localdomain> Message-ID: <1092086593.4624.8.camel@cassandra.boston.redhat.com> On Mon, 2004-08-09 at 21:13 +0100, Paul wrote: > 1. Creating or replying to an email puts one word per line. Yup - I'm seeing that one :-( It's actually a problem in gtkhtml3-3.3.0-1 A patched version is on the way. Dave From fedora at wir-sind-cool.org Mon Aug 9 21:23:42 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Mon, 9 Aug 2004 23:23:42 +0200 Subject: apt repositories for FC3T1? In-Reply-To: <1092082110.12515.202000449@webmail.messagingengine.com> References: <1092082110.12515.202000449@webmail.messagingengine.com> Message-ID: <20040809232342.69b72fef.fedora@wir-sind-cool.org> On Mon, 09 Aug 2004 16:08:30 -0400, Trey Sizemore wrote: > Are there currently repositories for FC3T1? The ones I've checked into > (http://rpm.livna.org/ & http://www.fedora.us/) only appear to support > FC1 and FC2. What's the best way to get updates for FC3T1? Unless announced otherwise, take the src.rpm packages and rebuild them on FC3T1. There hasn't been an automated mass-rebuild attempt. And Rawhide changes daily. If something fails to build, a bug report at http://bugzilla.fedora.us or http://bugzilla.livna.org would be nice. From guy at incentre.net Mon Aug 9 21:30:24 2004 From: guy at incentre.net (Guy Fraser) Date: Mon, 09 Aug 2004 15:30:24 -0600 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: References: Message-ID: <4117ECF0.3050009@incentre.net> Hmm, that sounds a lot like Mandatory Access Lists are enabled. Maybe there is something wrong with the selinux extensions. Try disabling selinux. Harry Putnam wrote: >"Robert P. J. Day" writes: > > > >>does it sound like i'd have any grief? i don't mind the inevitable >>annoyances i'd have to work around, just the real devastating ones. >>thanks. >> >> > >Not sure if this is in anyway a general problem. I've gotten no >answers to my posts and only see a few cron related postings. > >If you depend on cron for much it could be pretty rough to lose it. >My crond gets knocked off every so often. I'm running FC3t1 with most >updates (not the narly recent ones like curl and a few others). On my >main desktop machine. But this is only a one user non-serious >personal desktop. > >I haven't been able to find what is killing crond, but when I notice >mail stop coming or a few other things happening it has turned out to >be a killed of crond. > >The only diagnostics I can offer is the message produced by: > > service crond status > crond dead but pid file exists > >And that following the recent vixie-cron update install. Suddenly no >users (even root) could write to crontab -e. > >I had to create /etc/cron.allow and add them. Even root, although the >crontab man page says root will be able to write without that. > > > From pri.rhl3 at iadonisi.to Mon Aug 9 22:02:42 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Mon, 09 Aug 2004 18:02:42 -0400 Subject: Evolution problems In-Reply-To: <1092084645.3465.58.camel@tuxtop> References: <1092082390.3643.11.camel@localhost.localdomain> <1092083796.3465.52.camel@tuxtop> <1092084072.4373.11.camel@pc05987.campus.dmacc.edu> <1092084645.3465.58.camel@tuxtop> Message-ID: <1092088962.23147.3.camel@va.local.linuxlobbyist.org> On Mon, 2004-08-09 at 16:50, Paul Iadonisi wrote: > On Mon, 2004-08-09 at 16:41, Jeffrey C. Ollie wrote: > > On Mon, 2004-08-09 at 16:36 -0400, Paul Iadonisi wrote: > > [snip] > > > > great curiousity since I *don't* have that problem with 1.5.92. > > > > It looks like the bug appeared with Evo 1.5.92.1 and/or gtkhtml3 3.3. > A bit of a correction here. I don't think I understood the problem as stated. Basically, when I reply or create a new message, the selector that allows you to choose between 'Normal', 'Preformat', and others is apparently defaulting to 'Preformat'. For me, this is defaulting to 'Normal' so I wasn't seeing the problem. However, if I manually select the 'Preformat' option, I *do* in fact see the problem of one word per line. So the mystery (at least on my end) is solved, and it's all moot anyway since David Malcolm has said that a patched version is on its way. :-) -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From pri.rhl3 at iadonisi.to Tue Aug 10 01:42:44 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Mon, 09 Aug 2004 21:42:44 -0400 Subject: annoying bash3/readline5 bug In-Reply-To: <1092083316.3465.44.camel@tuxtop> References: <1092083316.3465.44.camel@tuxtop> Message-ID: <1092102164.24504.2.camel@va.local.linuxlobbyist.org> On Mon, 2004-08-09 at 16:28, Paul Iadonisi wrote: [snip] > Anyhow, I'll file it in bugzilla later tonight when I get home. Just > wanted to post here to see if anyone else has seen it and discovered > some obscure new setting that I've missed. Filed as: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129526 -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From russell at coker.com.au Tue Aug 10 07:16:02 2004 From: russell at coker.com.au (Russell Coker) Date: Tue, 10 Aug 2004 17:16:02 +1000 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: <4117ECF0.3050009@incentre.net> References: <4117ECF0.3050009@incentre.net> Message-ID: <200408101716.02545.russell@coker.com.au> On Tue, 10 Aug 2004 07:30, Guy Fraser wrote: > Hmm, that sounds a lot like Mandatory Access Lists are enabled. > Maybe there is something wrong with the selinux extensions. > Try disabling selinux. If SE Linux prevented cron then it would prevent it ever working. The fact that he reports cron as dieing occasionally indicates that there is probably some other problem. It could be a bug in crond, it could be some script killing it. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From twaugh at redhat.com Tue Aug 10 08:49:05 2004 From: twaugh at redhat.com (Tim Waugh) Date: Tue, 10 Aug 2004 09:49:05 +0100 Subject: annoying bash3/readline5 bug In-Reply-To: <1092102164.24504.2.camel@va.local.linuxlobbyist.org> References: <1092083316.3465.44.camel@tuxtop> <1092102164.24504.2.camel@va.local.linuxlobbyist.org> Message-ID: <20040810084905.GU2177@redhat.com> On Mon, Aug 09, 2004 at 09:42:44PM -0400, Paul Iadonisi wrote: > On Mon, 2004-08-09 at 16:28, Paul Iadonisi wrote: > > [snip] > > > Anyhow, I'll file it in bugzilla later tonight when I get home. Just > > wanted to post here to see if anyone else has seen it and discovered > > some obscure new setting that I've missed. > > Filed as: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129526 Fixed and reported upstream. Here's the patch I used: --- bash-3.0/lib/readline/vi_mode.c.changechar 2004-08-10 09:14:04.959899571 +0100 +++ bash-3.0/lib/readline/vi_mode.c 2004-08-10 09:31:26.016912071 +0100 @@ -1310,12 +1310,16 @@ rl_vi_delete (1, c); #if defined (HANDLE_MULTIBYTE) if (MB_CUR_MAX > 1 && rl_byte_oriented == 0) - while (_rl_insert_char (1, c)) - { - RL_SETSTATE (RL_STATE_MOREINPUT); - c = rl_read_key (); - RL_UNSETSTATE (RL_STATE_MOREINPUT); - } + { + if (rl_point < p) /* Did we retreat at EOL? */ + rl_point++; + while (_rl_insert_char (1, c)) + { + RL_SETSTATE (RL_STATE_MOREINPUT); + c = rl_read_key (); + RL_UNSETSTATE (RL_STATE_MOREINPUT); + } + } else #endif { Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bartk at clara.co.uk Tue Aug 10 09:26:49 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Tue, 10 Aug 2004 10:26:49 +0100 Subject: FC3 + latest updates = no sound Message-ID: <1092130009.2551.6.camel@nemesis.astradine.net> I've updated my box yesterday evening, 228 updates form devel tree minus curl, curl-devel and vorbis-tools, and after reboot and reinstall of NVIDIA drivers KDE played "welcome" sound or rather just a part of it and no other sounds can be played. Sound card is recognised correctly, and sounds are turned on, basically all looks exactly the same as it was before updates. Does anybody have same problem? or knows where to start troubleshooting? I'm at complete loss here after fiddling with sound settings for few hours. TIA -- __________________________________________________________ Bart Kalita MCP Registered Linux user #347493 Fedora Core 3 Test 1 www.bart-domain.com www.astradine.no-ip.org From paul at all-the-johnsons.co.uk Tue Aug 10 12:38:50 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Tue, 10 Aug 2004 13:38:50 +0100 Subject: Battery charging applet Message-ID: <1092141530.22559.22.camel@jeeves.music.salford.ac.uk> Hi, Once the battery has fully charged, the little "battery is fully charged" applet pops up. If you click on the button which says to close thw window (not the close window icon on the window title line), nothing happens. The only way to close the applet is to click on the close window X icon. FC3t1 TTFN Paul (waiting for gtkhtml3 to be fixed...) -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From reader at newsguy.com Tue Aug 10 14:04:09 2004 From: reader at newsguy.com (Harry Putnam) Date: Tue, 10 Aug 2004 09:04:09 -0500 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: <200408101716.02545.russell@coker.com.au> (Russell Coker's message of "Tue, 10 Aug 2004 17:16:02 +1000") References: <4117ECF0.3050009@incentre.net> <200408101716.02545.russell@coker.com.au> Message-ID: Russell Coker writes: > The fact that he reports cron as dieing occasionally indicates that there is > probably some other problem. It could be a bug in crond, it could be some > script killing it. (OP) And I do have selinux disabled too. This (Crond dieing) just happened again. I noticed no mail had been retrieved this morning. Checking: service crond status Shows the same message I posted previously: # service crond status crond dead but pid file exists Any idea how I can debug this? From jspaleta at gmail.com Tue Aug 10 14:52:00 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 10 Aug 2004 10:52:00 -0400 Subject: Cron dying unexpectedly [Re: stories about actually using FC3t1 on a regular basis?] In-Reply-To: References: <4117ECF0.3050009@incentre.net> <200408101716.02545.russell@coker.com.au> Message-ID: <604aa791040810075249926343@mail.gmail.com> On Tue, 10 Aug 2004 09:04:09 -0500, Harry Putnam wrote: > Shows the same message I posted previously: > # service crond status > crond dead but pid file exists > > Any idea how I can debug this? This is very odd, I have not seen this behavior at all, and I havent turned off selinux or done anything special to prevent this from happening. Every day i've checked to see if cron is running in the morning on my test box.. and every day its there. The box is completely develment updated, started from a fresh workstation install. Do you have any idea when it dies? write a cronjob that reports the status of cron with a timestamp to a log file and see if you can narrow down when the process dies. An attempt to log every 10 minutes or so wouldn't be unreasonable, you could narrow down the problem to a 10 minute period of time and see if its consitently the same time. Or is this somewhat random? My gut says its some sort of script thats being activated that ends up killing cron. Do you have any local cronjobs defined? You might try disabling on locally defined cronjobs and see if cron stays up. Then you might try disabling all cronjobs managed by rpms in /etc/cron.daily or whatever. Just let cron sit there running with nothing to do and see if it crashes. -jef From lwn-fedora-test at lwn.net Tue Aug 10 16:15:46 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Tue, 10 Aug 2004 10:15:46 -0600 Subject: Rawhide hates mozilla? Message-ID: <20040810161546.24192.qmail@lwn.net> So I did the monster update on my x86-64 box last night, getting all of that new GNOME 2.7 stuff. Now none of my Mozilla-based browsers work. They'll display a page or two, but the crash is never far away; I can reproduce the behavior with mozilla, firefox, and epiphany. I'm not quite sure how to narrow things down better at this point. Konqueror seems to work fine :) I assume that something in the GNOME or X.org updates has brought about this breakage. Is anybody else seeing this sort of problem? Thanks, jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From weirdo at bearchele.com Tue Aug 10 12:19:37 2004 From: weirdo at bearchele.com (Nicolas Kassis) Date: Tue, 10 Aug 2004 08:19:37 -0400 Subject: FC3 + latest updates = no sound In-Reply-To: <1092130009.2551.6.camel@nemesis.astradine.net> References: <1092130009.2551.6.camel@nemesis.astradine.net> Message-ID: <4118BD59.2020500@bearchele.com> Bart Kalita wrote: >I've updated my box yesterday evening, 228 updates form devel tree minus >curl, curl-devel and vorbis-tools, and after reboot and reinstall of >NVIDIA drivers KDE played "welcome" sound or rather just a part of it >and no other sounds can be played. > >Sound card is recognised correctly, and sounds are turned on, basically >all looks exactly the same as it was before updates. > >Does anybody have same problem? > >or knows where to start troubleshooting? > >I'm at complete loss here after fiddling with sound settings for few >hours. > >TIA > > Is arts still working ? Maybe something make it crash during kde's starup Weirdo From reader at newsguy.com Tue Aug 10 16:26:24 2004 From: reader at newsguy.com (Harry Putnam) Date: Tue, 10 Aug 2004 11:26:24 -0500 Subject: Cron dying unexpectedly [Re: stories about actually using FC3t1 on a regular basis?] In-Reply-To: <604aa791040810075249926343@mail.gmail.com> (Jeff Spaleta's message of "Tue, 10 Aug 2004 10:52:00 -0400") References: <4117ECF0.3050009@incentre.net> <200408101716.02545.russell@coker.com.au> <604aa791040810075249926343@mail.gmail.com> Message-ID: Jeff Spaleta writes: > Do you have any idea when it dies? write a cronjob that reports the > status of cron with a timestamp to a log file and see if you can > narrow down when the process dies. An attempt to log every 10 minutes > or so wouldn't be unreasonable, you could narrow down the problem to a > 10 minute period of time and see if its consitently the same time. Or > is this somewhat random? I am trying something similar right now. I have a cron job running that sends mail every 15 min. So when the mail stops I'll have some time frame. But have'nt had it in place long enough yet to tell anything. > My gut says its some sort of script thats being activated that ends up > killing cron. Do you have any local cronjobs defined? You might try Many... But none particularly recent > disabling on locally defined cronjobs and see if cron stays up. Then > you might try disabling all cronjobs managed by rpms in > /etc/cron.daily or whatever. Just let cron sit there running with > nothing to do and see if it crashes. Those are all valid debug steps. Thanks. Far as I've noticed it does seem to be random but then until now I may not have noticed the minute it when down. Or even withing hours depending on when. I'll try tracking thru some of my local cron jobs for a time frame. Some of them pretty often. Thanks for the input. From gstool at earthlink.net Tue Aug 10 16:48:12 2004 From: gstool at earthlink.net (Gerry Tool) Date: Tue, 10 Aug 2004 11:48:12 -0500 Subject: Cannot boot to any kernel since yesterday's updates Message-ID: <4118FC4C.6020707@earthlink.net> As described in http://www.redhat.com/archives/fedora-test-list/2004-August/msg00251.html, kernel 2.6.7-1.509 has a kernel panic. The other kernels, 503, 501, 499 and 494 now all stall on "Mounting USB filesystem". Some of these kernels had this problem in the past, but until yesterday, kernel 503 was working great on my system. It doesn't matter if I have any USB media inserted. Either way, it will not get past that init line. I don't know how to fix the problem so that I can boot to FC3T1 and continue testing. Any suggestions? Thanks. Gerry Tool From jspaleta at gmail.com Tue Aug 10 17:40:27 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 10 Aug 2004 13:40:27 -0400 Subject: Cannot boot to any kernel since yesterday's updates In-Reply-To: <4118FC4C.6020707@earthlink.net> References: <4118FC4C.6020707@earthlink.net> Message-ID: <604aa791040810104057897100@mail.gmail.com> On Tue, 10 Aug 2004 11:48:12 -0500, Gerry Tool wrote: > As described in > http://www.redhat.com/archives/fedora-test-list/2004-August/msg00251.html, > kernel 2.6.7-1.509 has a kernel panic. > I don't know how to fix the problem so that I can boot to FC3T1 and > continue testing. Any suggestions? Not sure you have given us enough information about your system to narrow the problem down or to do a comparison against systems that have a working system. It sounds like a problem specific to certain hardware configurations and not a generally reproducible problem. I have an box that is booting into the 509smp kernel just fine. You will probably need to find someone with a similar mobo/chipset and possible harddrive configuration(sata or ide or scsi) and filesystem layout (lvm or raid) and make a comparison confirmation of this problem. You said this was happening before with previous kernels, i suggest you search for bug reports from other people about experiencing this problem in the past and see if you can compare notes with them as well. -jef From aoliva at redhat.com Tue Aug 10 18:37:25 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 10 Aug 2004 15:37:25 -0300 Subject: Rawhide hates mozilla? In-Reply-To: <20040810161546.24192.qmail@lwn.net> References: <20040810161546.24192.qmail@lwn.net> Message-ID: On Aug 10, 2004, Jonathan Corbet wrote: > So I did the monster update on my x86-64 box last night, getting all of > that new GNOME 2.7 stuff. Now none of my Mozilla-based browsers work. FWIW, I ran into similar problems right after a similar update on x86. I then ran `prelink -u', and things worked again. A full prelink session later, things still work. So I assume I had prelink running out of cron at the time I installed the updates and something went wrong because of that. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From talbotscott at cox.net Tue Aug 10 18:57:46 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 10 Aug 2004 11:57:46 -0700 Subject: nautilus problems Message-ID: <1092164266.2903.12.camel@ip68-7-36-36.sd.sd.cox.net> All: I guess I am alone in seeing that Nautilus no longer displays .jpg, .gif files (thumbnails do still work). Clicking on them yields an error "Couldn't display whatever.gif" opening the File Types preferences yields only some entries for http, gaim, evolution, nothing for non-internet related mime types such as image-x/xcf or the hundreds of others which were there. Nautilus windows are crashing often, I'm not really sure why as sometimes I haven't been doing anything before the crash. often I have to completely reboot to get back to barely operable. Looking over the logs has not helped determine anything (maybe i don't know what I'm looking for!) BTW I am fully up2date with the exception of the last 5 KDE programs (waiting on kdebase) Anyone care to suggest a course of action? Scott From lwn-fedora-test at lwn.net Tue Aug 10 19:45:32 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Tue, 10 Aug 2004 13:45:32 -0600 Subject: Rawhide hates mozilla? In-Reply-To: Your message of "10 Aug 2004 15:37:25 -0300." Message-ID: <20040810194532.13924.qmail@lwn.net> > > So I did the monster update on my x86-64 box last night, getting all of > > that new GNOME 2.7 stuff. Now none of my Mozilla-based browsers work. > > FWIW, I ran into similar problems right after a similar update on > x86. I then ran `prelink -u', and things worked again. Well it was worth a try, but no joy. I haven't nailed it down, yet, but certain kinds of pages make every Mozilla-based browser crash, though they worked yesterday. Interestingly, LWN pages never bring out the problem, but Slashdot can...:) jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From jspaleta at gmail.com Tue Aug 10 20:33:39 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 10 Aug 2004 16:33:39 -0400 Subject: Rawhide hates mozilla? In-Reply-To: <20040810161546.24192.qmail@lwn.net> References: <20040810161546.24192.qmail@lwn.net> Message-ID: <604aa7910408101333412f0ec4@mail.gmail.com> On Tue, 10 Aug 2004 10:15:46 -0600, Jonathan Corbet wrote: > I assume that something in the GNOME or X.org updates has brought about > this breakage. Is anybody else seeing this sort of problem? Is this random or is there a url that consistently causes the browsers to fault? A url that you can give to other testers that always causes a problem for you will make it easier for other 64bit testers to compare/confirm. Though i don't like to admit it I view slashdot pages on my firefox on my 32bit test machine and I don't notice any obvious or consistent problems that result in a crash. -jef From lwn-fedora-test at lwn.net Tue Aug 10 20:56:08 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Tue, 10 Aug 2004 14:56:08 -0600 Subject: Rawhide hates mozilla? In-Reply-To: Your message of "Tue, 10 Aug 2004 16:33:39 EDT." <604aa7910408101333412f0ec4@mail.gmail.com> Message-ID: <20040810205608.20962.qmail@lwn.net> > Is this random or is there a url that consistently causes the browsers to fault? > A url that you can give to other testers that always causes a problem > for you will > make it easier for other 64bit testers to compare/confirm. It's easy to reproduce, in the the browser never stays up for very long. Slashdot sometimes kills it, sometimes not; I think it may depend, perhaps, on the ads that run. cnn.com is, as far as I can tell, a guaranteed kill, however. jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From jspaleta at gmail.com Tue Aug 10 21:13:41 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 10 Aug 2004 17:13:41 -0400 Subject: Rawhide hates mozilla? In-Reply-To: <20040810205608.20962.qmail@lwn.net> References: <20040810205608.20962.qmail@lwn.net> Message-ID: <604aa79104081014132edb6d01@mail.gmail.com> On Tue, 10 Aug 2004 14:56:08 -0600, Jonathan Corbet wrote: > It's easy to reproduce, in the the browser never stays up for very > long. Slashdot sometimes kills it, sometimes not; I think it may > depend, perhaps, on the ads that run. cnn.com is, as far as I can tell, > a guaranteed kill, however. Well im certaintly not seeing that. A quick scan of sections of cnn.com is part of my morning ritual before i head off to work, but my comparison is of limited value since im not on 64bit hardware. Do you have any plugins installed? java perhaps? -jef From mknepher at bluethingy.com Tue Aug 10 21:17:13 2004 From: mknepher at bluethingy.com (Michael Knepher) Date: Tue, 10 Aug 2004 14:17:13 -0700 Subject: Rawhide hates mozilla? In-Reply-To: <20040810205608.20962.qmail@lwn.net> References: <20040810205608.20962.qmail@lwn.net> Message-ID: <1092172633.30657.7.camel@lionel-hutz.darnell.group> http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues This page does it for me. Loads fine, but when I start scrolling, the browser crashes, sometimes with an error message, sometimes not. I haven't found any other pages yet. From lwn-fedora-test at lwn.net Tue Aug 10 21:31:00 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Tue, 10 Aug 2004 15:31:00 -0600 Subject: Rawhide hates mozilla? In-Reply-To: Your message of "Tue, 10 Aug 2004 17:13:41 EDT." <604aa79104081014132edb6d01@mail.gmail.com> Message-ID: <20040810213100.24411.qmail@lwn.net> Jeff Spaleta wrote: > Do you have any plugins installed? java perhaps? Nope; tried without javascript as well. And, remember, the same thing happens with mozilla and epiphany, neither of which I use at all, so they will be in their default states. Thanks, jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From lwn-fedora-test at lwn.net Tue Aug 10 21:33:32 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Tue, 10 Aug 2004 15:33:32 -0600 Subject: Rawhide hates mozilla? In-Reply-To: Your message of "Tue, 10 Aug 2004 14:17:13 PDT." <1092172633.30657.7.camel@lionel-hutz.darnell.group> Message-ID: <20040810213332.24640.qmail@lwn.net> Michael Knepher wrote: > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > This page does it for me. Loads fine, but when I start scrolling, the > browser crashes, sometimes with an error message, sometimes not. I > haven't found any other pages yet. FWIW, that one kills me too - but I don't even get to scroll. At least once, however, I have gotten a page that rendered, but then killed the browser when I scrolled it; I had forgotten that. Probably a relevant clue for somebody... jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From balay at fastmail.fm Tue Aug 10 21:40:38 2004 From: balay at fastmail.fm (Satish Balay) Date: Tue, 10 Aug 2004 16:40:38 -0500 (CDT) Subject: Rawhide hates mozilla? In-Reply-To: <20040810213332.24640.qmail@lwn.net> References: <20040810213332.24640.qmail@lwn.net> Message-ID: On Tue, 10 Aug 2004, Jonathan Corbet wrote: > Michael Knepher wrote: > > > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > > > This page does it for me. Loads fine, but when I start scrolling, the > > browser crashes, sometimes with an error message, sometimes not. I > > haven't found any other pages yet. > > FWIW, that one kills me too - but I don't even get to scroll. crashes for mee to.. strace gives: ------------ mmap2(NULL, 76904, PROT_READ, MAP_PRIVATE, 33, 0) = 0xf39ec000 close(33) = 0 munmap(0xf39ec000, 76904) = 0 open("/usr/share/fonts/bitmap-fonts/lutRS12.pcf", O_RDONLY) = 33 fcntl64(33, F_SETFD, FD_CLOEXEC) = 0 fstat64(33, {st_mode=S_IFREG|0644, st_size=76904, ...}) = 0 mmap2(NULL, 76904, PROT_READ, MAP_PRIVATE, 33, 0) = 0xf39ec000 close(33) = 0 munmap(0xf39ec000, 76904) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/balay/.mozilla/default/l1ukwku5.slt/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(5956, 5956, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ --------------- Satish From rpa4email at rogers.com Tue Aug 10 22:12:04 2004 From: rpa4email at rogers.com (Robert Couture) Date: Tue, 10 Aug 2004 18:12:04 -0400 Subject: Rawhide hates mozilla? In-Reply-To: <1092172633.30657.7.camel@lionel-hutz.darnell.group> References: <20040810205608.20962.qmail@lwn.net> <1092172633.30657.7.camel@lionel-hutz.darnell.group> Message-ID: <1092175924.12243.10.camel@RuneLinux.tamn.local> On Tue, 2004-10-08 at 14:17 -0700, Michael Knepher wrote: > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > This page does it for me. Loads fine, but when I start scrolling, the > browser crashes, sometimes with an error message, sometimes not. I > haven't found any other pages yet. It is crashing on me with 32bit FC3t1 as soon as I scroll. PIII-600. RC. From michal at harddata.com Tue Aug 10 22:15:50 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 10 Aug 2004 16:15:50 -0600 Subject: Rawhide hates mozilla? In-Reply-To: <1092172633.30657.7.camel@lionel-hutz.darnell.group>; from mknepher@bluethingy.com on Tue, Aug 10, 2004 at 02:17:13PM -0700 References: <20040810205608.20962.qmail@lwn.net> <1092172633.30657.7.camel@lionel-hutz.darnell.group> Message-ID: <20040810161550.B11015@mail.harddata.com> On Tue, Aug 10, 2004 at 02:17:13PM -0700, Michael Knepher wrote: > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > This page does it for me. Loads fine, but when I start scrolling, the > browser crashes, Indeed. On an x86_64 box scrolling that blows up mozilla right away. OTOH I tried CNN and the only bad thing was that this site was coming with some silly pop-ups. Or this was some specific URL? I seem to be unable to find it in archives of this list. Michal From paul at all-the-johnsons.co.uk Tue Aug 10 22:38:37 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 10 Aug 2004 23:38:37 +0100 Subject: gtkhtml3 update yet? Message-ID: <1092177517.27291.25.camel@T7.linux> Hi, Has gtkhtml3/libgtkhtml3 been updated yet? The problem with Evolution (and my discovered fix) is starting to annoy! yum update isn't showing anything TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jlcthibo at uumail.gov.bc.ca Tue Aug 10 22:40:19 2004 From: jlcthibo at uumail.gov.bc.ca (Christian Thibodeau) Date: Tue, 10 Aug 2004 15:40:19 -0700 Subject: Rawhide hates mozilla? In-Reply-To: <1092175924.12243.10.camel@RuneLinux.tamn.local> References: <20040810205608.20962.qmail@lwn.net> <1092172633.30657.7.camel@lionel-hutz.darnell.group> <1092175924.12243.10.camel@RuneLinux.tamn.local> Message-ID: <1092177619.8156.5.camel@phoenix.osg.gov.bc.ca> On Tue, 2004-10-08 at 18:12 -0400, Robert Couture wrote: > On Tue, 2004-10-08 at 14:17 -0700, Michael Knepher wrote: > > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > > > This page does it for me. Loads fine, but when I start scrolling, > the > > browser crashes, sometimes with an error message, sometimes not. I > > haven't found any other pages yet. > > It is crashing on me with 32bit FC3t1 as soon as I scroll. PIII-600. > > RC. > Same for me. PIII-1000, 256Mb with Intel 815 chipset running FC3t1 with all patches (I do believe I chose the workstation install if it matters). I have two plugins: - Java(TM) Plug-in 1.5.0-beta2-b51; and - Shockwave Flash 7.0 r25 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ckunkel at been-there.com Tue Aug 10 23:17:47 2004 From: ckunkel at been-there.com (Clyde Kunkel) Date: Tue, 10 Aug 2004 19:17:47 -0400 Subject: Rawhide hates mozilla? In-Reply-To: <1092177619.8156.5.camel@phoenix.osg.gov.bc.ca> Message-ID: <20040810231746.XDUI14787.lakermmtao12.cox.net@kunkelcp4t17> > -----Original Message----- > From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list- > bounces at redhat.com] On Behalf Of Christian Thibodeau > Sent: Tuesday, August 10, 2004 6:40 PM > To: For testers of Fedora Core development releases > Subject: Re: Rawhide hates mozilla? > > On Tue, 2004-10-08 at 18:12 -0400, Robert Couture wrote: > > On Tue, 2004-10-08 at 14:17 -0700, Michael Knepher wrote: > > > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > > > > > This page does it for me. Loads fine, but when I start scrolling, > > the > > > browser crashes, sometimes with an error message, sometimes not. I > > > haven't found any other pages yet. > > > > It is crashing on me with 32bit FC3t1 as soon as I scroll. PIII-600. > > > > RC. > > > Same for me. PIII-1000, 256Mb with Intel 815 chipset running FC3t1 with > all patches (I do believe I chose the workstation install if it > matters). > > I have two plugins: > - Java(TM) Plug-in 1.5.0-beta2-b51; and > - Shockwave Flash 7.0 r25 Ditto, but no plugins. ASUS p4c800-e. Is there a bugzilla? From jefrat at earthlink.net Tue Aug 10 23:43:14 2004 From: jefrat at earthlink.net (Jeff Ratliff) Date: Tue, 10 Aug 2004 19:43:14 -0400 Subject: Should I install FC3T1? In-Reply-To: <019501c47e41$b7ccc1c0$0100a8c0@computer> References: <019501c47e41$b7ccc1c0$0100a8c0@computer> Message-ID: <20040810234314.GA1857@earthlink.net> On Tue, Aug 10, 2004 at 02:50:16AM +0800, ?? wrote: > My hardware list: > > AthlonXP 2500+ > Abit NF7 > WinFast A320 > Intel eepro 100 (I install it since integrated one doesn't work as expected) > > Can this machine runs FC3T1 out of box? Or I should wait until FC3 released? I've got the ABIT NF7-S and it seems to work OK, including the onboard ethernet. All the Nvidia stuff seems to work OK. The real question is do you know FC3 test 1 is a test release? Are you willing to have things be broken from time to time? As long as you don't expect it to be stable, got for it. To me it's worth the trouble. I also run FC2 on the system alongside FC3t1, and I have a backup system just in case something really breaks. So far test 1 has been remarkably stable, but don't run it on a system that has data you can't afford to lose. From jspaleta at gmail.com Wed Aug 11 00:12:43 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 10 Aug 2004 20:12:43 -0400 Subject: nautilus problems In-Reply-To: <1092164266.2903.12.camel@ip68-7-36-36.sd.sd.cox.net> References: <1092164266.2903.12.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <604aa79104081017127573b26d@mail.gmail.com> On Tue, 10 Aug 2004 11:57:46 -0700, Scott Talbot wrote: > > > All: > > I guess I am alone in seeing that Nautilus no longer displays .jpg, .gif > files (thumbnails do still work). Clicking on them yields an error > "Couldn't display whatever.gif" Nope seems to be a general problem with file associations. Like you, i dont see gnome setting any file associations. In my mind this is either a problem with the gnome-vfs2 package or with the gnome-mime-data package. A quick search through bugzilla doesn't see it reported yet. I would suggest you file it against gnome-mime-data in bugzilla, after you make a search through the 'zilla yourself of course. I could easily have missed the report. Though i should test this with a fresh user and see if the problem persists. > Nautilus windows are crashing often, I'm not really sure why as > sometimes I haven't been doing anything before the crash. often I have > to completely reboot to get back to barely operable. Looking over the > logs has not helped determine anything (maybe i don't know what I'm > looking for!) Sorry i havent seen nautilus dieing off on my box, not sure where to point you about that. -jef From pwu at linkedbc.com Wed Aug 11 00:19:09 2004 From: pwu at linkedbc.com (Paul Wu) Date: Wed, 11 Aug 2004 10:19:09 +1000 Subject: Kernel 2.6.7-1.509.i686 panic Message-ID: Hi, Since upgraded of the FC3-T1's kernel from 499 to 509. The Linux won''t boot and return a kernel panic error 14: attempt to kill init. It was running fine on version 499. We are using a Gigatbye 8PE800 motherboard with an Adaptec 2400A RAID card. Have anyone got any ideas? Cheers, Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: From manolo at miconexion.com Wed Aug 11 00:26:18 2004 From: manolo at miconexion.com (Manuel Moreno) Date: Wed, 11 Aug 2004 01:26:18 +0100 Subject: [Fwd: Re: Rawhide hates mozilla?] Message-ID: <1092183978.5360.2.camel@mgmk7.mgmux.com> On Tue, 2004-08-10 at 14:17 -0700, Michael Knepher wrote: > http://www.vmware.com/support/ws45/doc/releasenotes_ws45.html#issues > > This page does it for me. Loads fine, but when I start scrolling, the > browser crashes, sometimes with an error message, sometimes not. I > haven't found any other pages yet. > > > It crashes instantly but... if I check out Edit->Preferences->Appearance->Fonts->Allow documents to use other fonts Then everything works again... :-( -- Manuel Moreno From michal at harddata.com Wed Aug 11 00:35:47 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 10 Aug 2004 18:35:47 -0600 Subject: Kernel 2.6.7-1.509.i686 panic In-Reply-To: ; from pwu@linkedbc.com on Wed, Aug 11, 2004 at 10:19:09AM +1000 References: Message-ID: <20040810183547.A15088@mail.harddata.com> On Wed, Aug 11, 2004 at 10:19:09AM +1000, Paul Wu wrote: > Since upgraded of the FC3-T1's kernel from 499 to 509. The Linux > won''t boot and return a kernel panic error 14: attempt to kill > init. It was running fine on version 499. Kinda important is what was happening before that panic. Is this an error in initrd, inability to find / or something else. If this is the former then I am seeing that: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129120 but on x86_64 installation. It is fine on x86 box. > We are using a Gigatbye > 8PE800 motherboard with an Adaptec 2400A RAID card. Have anyone > got any ideas? If something else then you should be more specific what happens. It would be nice if you would hit key from time to time when writing your messages. Michal From surak at casa.surak.eti.br Wed Aug 11 00:39:22 2004 From: surak at casa.surak.eti.br (Alexandre Strube) Date: Tue, 10 Aug 2004 21:39:22 -0300 Subject: [Fwd: Re: Rawhide hates mozilla?] In-Reply-To: <1092183978.5360.2.camel@mgmk7.mgmux.com> References: <1092183978.5360.2.camel@mgmk7.mgmux.com> Message-ID: <1092184762.20683.1.camel@steelgoose.com> Em Ter, 2004-08-10 ?s 21:26, Manuel Moreno escreveu: > It crashes instantly but... > if I check out > Edit->Preferences->Appearance->Fonts->Allow documents to use other fonts > Then everything works again... :-( Don't tell me it's the old mozilla font trouble again... It used to have trouble with fonts whose permissions were set incorrectly for years... Besides other stuff like this. -- []s Alexandre Ganso 500 FOUR vermelha - Diretor Steel Goose Moto Group From trey at fastmail.fm Wed Aug 11 00:46:24 2004 From: trey at fastmail.fm (Trey Sizemore) Date: Tue, 10 Aug 2004 20:46:24 -0400 Subject: Problem with update on FC3test1 Message-ID: <41196C60.9050002@fastmail.fm> I installed FC3T1 yesterday and when running up2date (showing >300 packages) it hangs. I see the list of available package updates, select all or even select just 2, I get the "Testing package set / solving RPM inter-dependencies" progress dialog and then it just sits there. Am I doing something wrong? A bug? Haven't seen anything on the list about this. Thanks. From lwn-fedora-test at lwn.net Wed Aug 11 00:48:27 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Tue, 10 Aug 2004 18:48:27 -0600 Subject: [Fwd: Re: Rawhide hates mozilla?] In-Reply-To: Your message of "Wed, 11 Aug 2004 01:26:18 BST." <1092183978.5360.2.camel@mgmk7.mgmux.com> Message-ID: <20040811004827.12865.qmail@lwn.net> > if I check out > > Edit->Preferences->Appearance->Fonts->Allow documents to use other fonts Hmm...the firefox 0.9 equivalent is: Edit -> Preferences -> General -> Fonts & Colors If I tell it to use my fonts, all is well again. That would appear to narrow the problem significantly; something is funky in fontland somewhere... Thanks! jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From mharris at www.linux.org.uk Wed Aug 11 01:05:05 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Tue, 10 Aug 2004 21:05:05 -0400 Subject: Should I install FC3T1? In-Reply-To: <019501c47e41$b7ccc1c0$0100a8c0@computer> References: <019501c47e41$b7ccc1c0$0100a8c0@computer> Message-ID: <411970C1.1060805@www.linux.org.uk> ?? wrote: > My hardware list: > > AthlonXP 2500+ > Abit NF7 > WinFast A320 > Intel eepro 100 (I install it since integrated one doesn't work as expected) > > Can this machine runs FC3T1 out of box? Or I should wait until FC3 released? The real question is wether you want bugs to get fixed that might happen on your system with your usage patterns before FC3 is finalized, and wether or not you have the time and patience to beta test it and report bugs in the meantime. If you wait until it is released, and only then test it, you may find that there are bugs that could have been fixed in time for FC3 if they'd been reported. > AFAIK, CPU/motherboard/NIC shouldn't be a problem, does nvidia display > drivers work? Nvidia's driver readme file tells what X releases their driver supports, and they tend to keep this information accurate with each driver release. In general, while their driver may or may not work with beta or test OS releases or beta or test X11 releases, Nvidia doesn't generally support beta releases of OS's or X, until a while after an official release. If you require stable support for proprietary drivers, you're best off sticking only with official OS releases. From talbotscott at cox.net Wed Aug 11 01:19:13 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 10 Aug 2004 18:19:13 -0700 Subject: nautilus problems In-Reply-To: <604aa79104081017127573b26d@mail.gmail.com> References: <1092164266.2903.12.camel@ip68-7-36-36.sd.sd.cox.net> <604aa79104081017127573b26d@mail.gmail.com> Message-ID: <1092187153.2905.4.camel@ip68-7-36-36.sd.sd.cox.net> On Tue, 2004-08-10 at 20:12 -0400, Jeff Spaleta wrote: > On Tue, 10 Aug 2004 11:57:46 -0700, Scott Talbot > wrote: > > > > > > All: > > > > I guess I am alone in seeing that Nautilus no longer > displays .jpg, .gif > > files (thumbnails do still work). Clicking on them yields an error > > "Couldn't display whatever.gif" > > Nope seems to be a general problem with file associations. Like you, i > dont see gnome setting any file associations. In my mind this is > either a problem with the gnome-vfs2 package or with the > gnome-mime-data package. A quick search through bugzilla doesn't see > it reported yet. I would suggest you file it against gnome-mime-data > in bugzilla, after you make a search through the 'zilla yourself of > course. I could easily have missed the report. > Though i should test this with a fresh user and see if the problem > persists. > > > Nautilus windows are crashing often, I'm not really sure why as > > sometimes I haven't been doing anything before the crash. often I > have > > to completely reboot to get back to barely operable. Looking over > the > > logs has not helped determine anything (maybe i don't know what I'm > > looking for!) > > Sorry i havent seen nautilus dieing off on my box, not sure where to > point you about that. > > -jef > Jeff: thanks for replying. I filed the bug under nautilus, as the gnome-mime-types file has not been updated. I didn't see any other file in the install list that looked even remotely like a suspect either. if you need to add to the report, or are interested in it the # is # 129626 Scott From russell at coker.com.au Wed Aug 11 01:19:30 2004 From: russell at coker.com.au (Russell Coker) Date: Wed, 11 Aug 2004 11:19:30 +1000 Subject: Cron dying unexpectedly [Re: stories about actually using FC3t1 on a regular basis?] In-Reply-To: <604aa791040810075249926343@mail.gmail.com> References: <604aa791040810075249926343@mail.gmail.com> Message-ID: <200408111119.30261.russell@coker.com.au> On Wed, 11 Aug 2004 00:52, Jeff Spaleta wrote: > My gut says its some sort of script thats being activated that ends up > killing cron. Do you have any local cronjobs defined? ?You might try > disabling on locally defined cronjobs and see if cron stays up. Then > you might try disabling all cronjobs managed by rpms in > /etc/cron.daily or whatever. ?Just let cron sit there running with > nothing to do and see if it crashes. If running SE Linux with the strict policy then you could put the following in the policy: auditallow domain crond_t:process { sigkill sigstop signal }; Then if something is killing your crond you'll get an audit entry about it. Of course this may also report things that aren't necessary problems, all cron jobs are permitted to send some signals to crond and crond can signal itself. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From ckunkel at been-there.com Wed Aug 11 01:21:43 2004 From: ckunkel at been-there.com (Clyde Kunkel) Date: Tue, 10 Aug 2004 21:21:43 -0400 Subject: nautilus problems In-Reply-To: <604aa79104081017127573b26d@mail.gmail.com> Message-ID: <20040811012144.MXGI2852.lakermmtao08.cox.net@kunkelcp4t17> > -----Original Message----- > From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list- > bounces at redhat.com] On Behalf Of Jeff Spaleta > Sent: Tuesday, August 10, 2004 8:13 PM > To: For testers of Fedora Core development releases > Subject: Re: nautilus problems > > On Tue, 10 Aug 2004 11:57:46 -0700, Scott Talbot > wrote: > > > > > > All: > > > > I guess I am alone in seeing that Nautilus no longer displays .jpg, .gif > > files (thumbnails do still work). Clicking on them yields an error > > "Couldn't display whatever.gif" > > > > Nautilus windows are crashing often, I'm not really sure why as > > sometimes I haven't been doing anything before the crash. often I have > > to completely reboot to get back to barely operable. Looking over the > > logs has not helped determine anything (maybe i don't know what I'm > > looking for!) > > Sorry i havent seen nautilus dieing off on my box, not sure where to > point you about that. > > -jef > I am having problems with nautilus not being able to open remote shares....still collecting data before opening a bugzilla...didn't see anything in bugzilla this am... From trey at fastmail.fm Wed Aug 11 01:33:33 2004 From: trey at fastmail.fm (Trey Sizemore) Date: Tue, 10 Aug 2004 21:33:33 -0400 Subject: Problem with update on FC3test1 -SOLVED - now upgrade error In-Reply-To: <41196C60.9050002@fastmail.fm> References: <41196C60.9050002@fastmail.fm> Message-ID: <4119776D.3040103@fastmail.fm> Trey Sizemore wrote: > I installed FC3T1 yesterday and when running up2date (showing >300 > packages) it hangs. I see the list of available package updates, select > all or even select just 2, I get the "Testing package set / solving RPM > inter-dependencies" progress dialog and then it just sits there. > > Am I doing something wrong? A bug? Haven't seen anything on the list > about this. > > Thanks. > > Sorry for replying to my own post. It works now, but just took a real long time. However, now I notice that the attempted update of the 300+ packages errors out due to conflict between the current kdeutils-3.2.3-1 package and the incoming kdebase-3.2.92 package. What's the best way to handle this conflict and proceed with the upgrade? Thanks. From talbotscott at cox.net Wed Aug 11 01:48:59 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 10 Aug 2004 18:48:59 -0700 Subject: Problem with update on FC3test1 In-Reply-To: <41196C60.9050002@fastmail.fm> References: <41196C60.9050002@fastmail.fm> Message-ID: <1092188939.2905.13.camel@ip68-7-36-36.sd.sd.cox.net> On Tue, 2004-08-10 at 20:46 -0400, Trey Sizemore wrote: > I installed FC3T1 yesterday and when running up2date (showing >300 > packages) it hangs. I see the list of available package updates, > select > all or even select just 2, I get the "Testing package set / solving > RPM > inter-dependencies" progress dialog and then it just sits there. > > Am I doing something wrong? A bug? Haven't seen anything on the > list > about this. > > Thanks. > Probably just overworked servers. Pay close attention to the mirror you are connecting to (it shows up in the box when you first connect to the mirror, prior to downloading headers. I will restart up2date a time or three until I get a good mirror. BTW it won't matter very much if you select 2 or 100 packages, as you have to first download all of those headers (all available, whether upgrading or not, just the way it works). I also have the best luck late at night and early in the morning (download speed is amazing, I sometimes get peaks of nearly 600kb/s at the best times and the worst times I barely get 100!). Best to just keep trying though if the download speed drops to below 10 kbps you'll probably get an error and get kicked off. Don't worry though you'll pick up where you left. Scott From jspaleta at gmail.com Wed Aug 11 02:50:13 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 10 Aug 2004 22:50:13 -0400 Subject: [Fwd: Re: Rawhide hates mozilla?] In-Reply-To: <1092184762.20683.1.camel@steelgoose.com> References: <1092183978.5360.2.camel@mgmk7.mgmux.com> <1092184762.20683.1.camel@steelgoose.com> Message-ID: <604aa79104081019505ad15be6@mail.gmail.com> On Tue, 10 Aug 2004 21:39:22 -0300, Alexandre Strube wrote: > Don't tell me it's the old mozilla font trouble again... > > It used to have trouble with fonts whose permissions were set > incorrectly for years... Besides other stuff like this. So... is this something that needs to be searched for upstream at mozilla's bugzilla? Or is this a fedora specific problem you think? -jef From russell at coker.com.au Wed Aug 11 02:53:32 2004 From: russell at coker.com.au (Russell Coker) Date: Wed, 11 Aug 2004 12:53:32 +1000 Subject: stories about actually using FC3t1 on a regular basis? In-Reply-To: References: <200408101716.02545.russell@coker.com.au> Message-ID: <200408111253.32190.russell@coker.com.au> On Wed, 11 Aug 2004 00:04, Harry Putnam wrote: > Shows the same message I posted previously: > # service crond status > crond dead but pid file exists > > Any idea how I can debug this? A few good ideas have been suggested. Another one that has just occurred to me (if you have a moderate amount of free disk space and a fast machine) is to strace the process. Then when it's dead a tail of the strace output should make it clear how it's dieing. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From fct-cornette at sbcglobal.net Wed Aug 11 03:46:29 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 10 Aug 2004 23:46:29 -0400 Subject: Problem with update on FC3test1 -SOLVED - now upgrade error In-Reply-To: <4119776D.3040103@fastmail.fm> References: <41196C60.9050002@fastmail.fm> <4119776D.3040103@fastmail.fm> Message-ID: <41199695.1040108@sbcglobal.net> Trey Sizemore wrote: > Trey Sizemore wrote: > >> I installed FC3T1 yesterday and when running up2date (showing >300 >> packages) it hangs. I see the list of available package updates, >> select all or even select just 2, I get the "Testing package set / >> solving RPM inter-dependencies" progress dialog and then it just sits >> there. >> >> Am I doing something wrong? A bug? Haven't seen anything on the list >> about this. >> >> Thanks. >> >> > Sorry for replying to my own post. It works now, but just took a real > long time. However, now I notice that the attempted update of the 300+ > packages errors out due to conflict between the current kdeutils-3.2.3-1 > package and the incoming kdebase-3.2.92 package. > > What's the best way to handle this conflict and proceed with the upgrade? > > Thanks. > > I had conflicts with kdeadmin, kdebase, kdelibs, kdemultimedia, kdepim and their -devel packages. Up2date of other rpms went well after removing xine from fedora.us. Deselecting those packages should cut down on the resolution time. Error for kde packages below. Jim Test install failed because of package conflicts: The following packages were added to your selection to satisfy dependencies: Name Version Release -------------------------------------------------------------- kdebase 3.2.92 1 kdelibs 3.3.0 0.1.rc1 libidn 0.5.4 1 file /usr/bin/ghns from install of kdelibs-3.3.0-0.1.rc1 conflicts with file from package kdepim-3.2.3-1 file /usr/bin/khotnewstuff from install of kdelibs-3.3.0-0.1.rc1 conflicts with file from package kdepim-3.2.3-1 file /usr/lib/libknewstuff.la from install of kdelibs-3.3.0-0.1.rc1 conflicts with file from package kdepim-3.2.3-1 file /usr/lib/libknewstuff.so.1.0.0 from install of kdelibs-3.3.0-0.1.rc1 conflicts with file from package kdepim-3.2.3-1 file /usr/share/config/khotnewstuffrc from install of kdelibs-3.3.0-0.1.rc1 conflicts with file from package kdepim-3.2.3-1 file /usr/bin/kdepasswd from install of kdebase-3.2.92-1 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/applications/kde/kdepasswd.desktop from install of kdebase-3.2.92-1 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/BeachBall.png from install of kdebase-3.2.92-1 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Butterfly.png from install of kdebase-3.2.92-1 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Flower.png from install of kdebase-3.2.92-1 conflicts with file from package kdeutils-3.2.3-1 -- I have great faith in fools -- self confidence my friends call it. -- Edgar Allan Poe From JoelOnLinux at perfect-flight.com Wed Aug 11 05:27:08 2004 From: JoelOnLinux at perfect-flight.com (Joel Rittvo) Date: Wed, 11 Aug 2004 01:27:08 -0400 Subject: Problem with update on FC3test1 -SOLVED - now upgrade error In-Reply-To: <41199695.1040108@sbcglobal.net> References: <41196C60.9050002@fastmail.fm> <4119776D.3040103@fastmail.fm> <41199695.1040108@sbcglobal.net> Message-ID: <1092202029.3674.11.camel@localhost.localdomain> On Tue, 2004-08-10 at 23:46 -0400, Jim Cornette wrote: > I had conflicts with kdeadmin, kdebase, kdelibs, kdemultimedia, kdepim > and their -devel packages. Up2date of other rpms went well after > removing xine from fedora.us. Deselecting those packages should cut down > on the resolution time. > > Error for kde packages below. > > Jim > > Test install failed because of package conflicts: > The following packages were added to your selection to satisfy dependencies: > Name Version Release > -------------------------------------------------------------- > kdebase 3.2.92 1 > kdelibs 3.3.0 0.1.rc1 > libidn 0.5.4 1 > > file /usr/bin/ghns from install of kdelibs-3.3.0-0.1.rc1 conflicts with > file from package kdepim-3.2.3-1 > file /usr/bin/khotnewstuff from install of kdelibs-3.3.0-0.1.rc1 > conflicts with file from package kdepim-3.2.3-1 > file /usr/lib/libknewstuff.la from install of kdelibs-3.3.0-0.1.rc1 > conflicts with file from package kdepim-3.2.3-1 > file /usr/lib/libknewstuff.so.1.0.0 from install of > kdelibs-3.3.0-0.1.rc1 conflicts with file from package > kdepim-3.2.3-1 --snip-- Same conflicts coming up here.... I hunted and found 3.2.92 versions of kdeutils and kdeutils-devel (I think from kde-fedora) and fed them into the set of the other rpms and installed then as a group manually, just to see. The bunch then installed fine but did serious damage to my desktop layout, caused un-remembered window parameters, and replaced some of the default Fedora icons in the panel, and that was as far as I looked, before restoring a pre-update disk image.... From lwn-fedora-test at lwn.net Wed Aug 11 13:24:51 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Wed, 11 Aug 2004 07:24:51 -0600 Subject: [Fwd: Re: Rawhide hates mozilla?] In-Reply-To: Your message of "Tue, 10 Aug 2004 22:50:13 EDT." <604aa79104081019505ad15be6@mail.gmail.com> Message-ID: <20040811132451.14620.qmail@lwn.net> Jeff Spaleta wrote: > So... is this something that needs to be searched for upstream at > mozilla's bugzilla? > Or is this a fedora specific problem you think? I can only guess - firefox is built with no debugging symbols, of course, and (equally "of course") my quick attempt to build from source was doomed. What I can say is: until I did a rawhide update a couple of nights ago, it was solid as a rock. I wasn't more than a week behind the curve, so something has happened in the last week to break things. It's certainly possible that all the new stuff has tickled a gecko bug somewhere. But if I were to make a wild guess, it would have to be in the direction of all those new GNOME and X.org packages... jon From dvherman at bigfoot.com Wed Aug 11 13:50:10 2004 From: dvherman at bigfoot.com (David V Herman) Date: Wed, 11 Aug 2004 07:50:10 -0600 Subject: fedora-test-list Digest, Vol 6, Issue 20 In-Reply-To: <20040810234704.AB0FF73B97@hormel.redhat.com> References: <20040810234704.AB0FF73B97@hormel.redhat.com> Message-ID: <1092232210.3797.9.camel@Fedora-test> On Tue, 2004-08-10 at 19:47 -0400, wrote: > Message: 4 > Date: Tue, 10 Aug 2004 11:48:12 -0500 > From: Gerry Tool > Subject: Cannot boot to any kernel since yesterday's updates > To: fedora-test-list at redhat.com > Message-ID: <4118FC4C.6020707 at earthlink.net> > Content-Type: text/plain; charset=us-ascii; format=flowed > > As described in > http://www.redhat.com/archives/fedora-test-list/2004- > August/msg00251.html, > kernel 2.6.7-1.509 has a kernel panic. > > The other kernels, 503, 501, 499 and 494 now all stall on "Mounting > USB > filesystem". Some of these kernels had this problem in the past, but > until yesterday, kernel 503 was working great on my system. It > doesn't > matter if I have any USB media inserted. Either way, it will not get > past that init line. > > I don't know how to fix the problem so that I can boot to FC3T1 and > continue testing. Any suggestions? > > Thanks. > > Gerry Tool > > > > Kernel 509 also does not boot for me. messages are . . . Red Hat nash version 4.0.0 starting mkrootdev: label not found mount: error 2 mounting ext3 switchroot: mount failed : 22 kernel panic: attempted to kill init! System required reset to restart, previous versions of the kernel boot and function. System configuration Athlon 64 2800+ 512 M SATA (system drive) MSI-K8TM (Motherboard) IDE ( 20MB & DVD-RW - both master on each channel) -- David V Herman From paul at all-the-johnsons.co.uk Wed Aug 11 14:40:09 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Wed, 11 Aug 2004 15:40:09 +0100 Subject: Current updates Message-ID: <1092235209.27853.20.camel@jeeves.music.salford.ac.uk> Hi, gnome-vfs2 relies on libhowl-0.9.5.so.0 which is unavailable. Is this just an oversight or am I updating too quickly? TTFN Paul -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From gstool at earthlink.net Wed Aug 11 15:32:41 2004 From: gstool at earthlink.net (Gerry Tool) Date: Wed, 11 Aug 2004 10:32:41 -0500 Subject: Kernel 2.6.7-1.509.i686 panic In-Reply-To: <20040810183547.A15088@mail.harddata.com> References: <20040810183547.A15088@mail.harddata.com> Message-ID: <411A3C19.209@earthlink.net> Michal Jaegermann wrote: > On Wed, Aug 11, 2004 at 10:19:09AM +1000, Paul Wu wrote: > >>Since upgraded of the FC3-T1's kernel from 499 to 509. The Linux >>won''t boot and return a kernel panic error 14: attempt to kill >>init. It was running fine on version 499. > > > Kinda important is what was happening before that panic. > Is this an error in initrd, inability to find / or something > else. If this is the former then I am seeing that: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129120 > > but on x86_64 installation. It is fine on x86 box. > > >>We are using a Gigatbye >>8PE800 motherboard with an Adaptec 2400A RAID card. Have anyone >>got any ideas? > > > If something else then you should be more specific what happens. > > It would be nice if you would hit key from time to time > when writing your messages. > I am also experiencing this kernel panic with kernel 509. I have a Soyo KT333 Dragon Ultra-Platinum mainboard using IDE on the mainboard for the Linux partition. It does not matter whether I use LABEL=/ or identify the partition as /dev/hda8. The output to the screen is: Red Hat nash version 4.02 starting exec of init failed!!!:14 Kernel panic: Attempted to kill init! Should this be entered into bugzilla? Gerry From dwalsh at redhat.com Wed Aug 11 15:42:21 2004 From: dwalsh at redhat.com (Daniel J Walsh) Date: Wed, 11 Aug 2004 11:42:21 -0400 Subject: selinux-policy-targeted-1.15.11-2 broken? In-Reply-To: <20040806153614.23421.qmail@web50603.mail.yahoo.com> References: <20040806153614.23421.qmail@web50603.mail.yahoo.com> Message-ID: <411A3E5D.3010104@redhat.com> Steve G wrote: >>Cleaned up in selinux-policy-targeted-1.15.12-2 >> >> > >Thanks Dan. > >Did you spot the problem that prevented booting? Just curious. > >-Steve Grubb > > > No > >__________________________________ >Do you Yahoo!? >New and Improved Yahoo! Mail - Send 10MB messages! >http://promotions.yahoo.com/new_mail > > > > From balay at fastmail.fm Wed Aug 11 16:34:45 2004 From: balay at fastmail.fm (Satish Balay) Date: Wed, 11 Aug 2004 11:34:45 -0500 (CDT) Subject: Kernel 2.6.7-1.509.i686 panic In-Reply-To: <20040810183547.A15088@mail.harddata.com> References: <20040810183547.A15088@mail.harddata.com> Message-ID: On Tue, 10 Aug 2004, Michal Jaegermann wrote: > Kinda important is what was happening before that panic. > Is this an error in initrd, inability to find / or something > else. If this is the former then I am seeing that: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129120 > > but on x86_64 installation. It is fine on x86 box. Ok - this failure is on the x86 box - and could be the initrd issue. I've downgraded mkinitrd to FC3T1 version(had to also downgrade initscripts). After this - if I install the kerenl - it boots up. I guess I should bugzilla this.. Satish From dmalcolm at redhat.com Wed Aug 11 17:03:03 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Wed, 11 Aug 2004 13:03:03 -0400 Subject: gtkhtml3 update yet? In-Reply-To: <1092177517.27291.25.camel@T7.linux> References: <1092177517.27291.25.camel@T7.linux> Message-ID: <1092243783.14244.1.camel@cassandra.boston.redhat.com> On Tue, 2004-08-10 at 23:38 +0100, Paul wrote: > Hi, > > Has gtkhtml3/libgtkhtml3 been updated yet? The problem with Evolution > (and my discovered fix) is starting to annoy! yum update isn't showing > anything It's there now; I just updated from Rawhide myself, and the text above is looking sane again :-) > > TTFN > > Paul From talbotscott at cox.net Wed Aug 11 17:03:08 2004 From: talbotscott at cox.net (Scott Talbot) Date: Wed, 11 Aug 2004 10:03:08 -0700 Subject: updated kdebase does not cure dependancy issues Message-ID: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> Installation of kdebase-3.3.0-0.1.rc2 does not fix the multiple dependencies of rc1 released on 8 August file /usr/bin/kdepasswd from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/applications/kde/kdepasswd.desktop from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/BeachBall.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Butterfly.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Flower.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 Also release of howl0.96 and howl-libs will not install due to missing dependencies: Unresolvable chain of dependencies: gnome-vfs2 2.7.90-2 requires libhowl-0.9.5.so.0 Just thought you'd like to know! Scott From balay at fastmail.fm Wed Aug 11 17:36:36 2004 From: balay at fastmail.fm (Satish Balay) Date: Wed, 11 Aug 2004 12:36:36 -0500 (CDT) Subject: Kernel 2.6.7-1.509.i686 panic In-Reply-To: References: <20040810183547.A15088@mail.harddata.com> Message-ID: On Wed, 11 Aug 2004, Satish Balay wrote: > > > On Tue, 10 Aug 2004, Michal Jaegermann wrote: > > > Kinda important is what was happening before that panic. > > Is this an error in initrd, inability to find / or something > > else. If this is the former then I am seeing that: > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129120 > > > > but on x86_64 installation. It is fine on x86 box. > > Ok - this failure is on the x86 box - and could be the initrd issue. > I've downgraded mkinitrd to FC3T1 version(had to also downgrade > initscripts). After this - if I install the kerenl - it boots up. > > I guess I should bugzilla this.. ok filed at: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129667 Satish From peter_banks at charter.net Wed Aug 11 18:18:56 2004 From: peter_banks at charter.net (Peter A. Banks) Date: Wed, 11 Aug 2004 14:18:56 -0400 Subject: GDM is not coming up. In-Reply-To: <20040811160044.9EB2673F12@hormel.redhat.com> Message-ID: <000001c47fcf$ad815a70$9c01a8c0@charter.net> I have update to all the newest rpms that were in the rawhide this morning Kernel 515 etc. In addition to the Mozilla, firefox, epiphany problem everyone is getting. GDM does not come up hour glass just keeps turning. The GDM log in /var/logs does not have any error messages. Kdm ran great. I can log into kde and gnome but gnome appears to run very rough. Epiphany also had problems with missing libhowl files. Regards pab From gstool at earthlink.net Wed Aug 11 19:09:23 2004 From: gstool at earthlink.net (Gerry Tool) Date: Wed, 11 Aug 2004 14:09:23 -0500 Subject: Kernel 2.6.7-1.509.i686 panic In-Reply-To: References: <20040810183547.A15088@mail.harddata.com> Message-ID: <411A6EE3.5090002@earthlink.net> Satish Balay wrote: >On Wed, 11 Aug 2004, Satish Balay wrote: > > > >>On Tue, 10 Aug 2004, Michal Jaegermann wrote: >> >> >> >>>Kinda important is what was happening before that panic. >>>Is this an error in initrd, inability to find / or something >>>else. If this is the former then I am seeing that: >>> >>>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129120 >>> >>>but on x86_64 installation. It is fine on x86 box. >>> >>> >>Ok - this failure is on the x86 box - and could be the initrd issue. >>I've downgraded mkinitrd to FC3T1 version(had to also downgrade >>initscripts). After this - if I install the kerenl - it boots up. >> >>I guess I should bugzilla this.. >> >> > >ok filed at: > >https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129667 > >Satish > > > > Thanks for filing your bug report, Satish. The question asked by Jeremy Katz finally resulted in my being able to boot back to FC3T1 by removing the "rhgb quiet" from the kernel boot line in grub.conf. I added a comment to your bug report. Gerry From michal at harddata.com Wed Aug 11 19:16:36 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 11 Aug 2004 13:16:36 -0600 Subject: GDM is not coming up. In-Reply-To: <000001c47fcf$ad815a70$9c01a8c0@charter.net>; from peter_banks@charter.net on Wed, Aug 11, 2004 at 02:18:56PM -0400 References: <20040811160044.9EB2673F12@hormel.redhat.com> <000001c47fcf$ad815a70$9c01a8c0@charter.net> Message-ID: <20040811131636.A1316@mail.harddata.com> On Wed, Aug 11, 2004 at 02:18:56PM -0400, Peter A. Banks wrote: > I have update to all the newest rpms that were in the rawhide this > morning Kernel 515 etc. In addition to the Mozilla, firefox, > epiphany problem everyone is getting. GDM does not come up hour > glass just keeps turning. Does not happen on my boxes after these updates. Try to check that if you do not have have some strange "leftovers" in /tmp although gdm runs as root so permission problems are not likely. Also you can strace that. /usr/bin/gdm is a script which runs gdm-binary. Substitute your version where instead of exec /usr/bin/gdm-binary "$@" you have strace -f -o /tmp/gdm.trace.$$ /usr/bin/gdm-binary "$@" or something like that, make your machine to run this, 'telinit 3' after short while and see what is holding it up. > Epiphany also had problems with missing libhowl files. Exclude 'howl*' updates for a time beeing. Michal From gstool at earthlink.net Wed Aug 11 19:17:25 2004 From: gstool at earthlink.net (Gerry Tool) Date: Wed, 11 Aug 2004 14:17:25 -0500 Subject: Gnome themes missing redhat-email.png Message-ID: <411A70C5.6030105@earthlink.net> After all recent updates that will install, when trying to change to a Gnome theme other than Bluecurve, an error message appears saying: Failed to load image redhat-email.png Details: Failed to open file '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such file or directory There is a file for Bluecurve. Gerry From lsomike at futzin.com Wed Aug 11 20:02:21 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 11 Aug 2004 15:02:21 -0500 Subject: Gnome themes missing redhat-email.png In-Reply-To: <411A70C5.6030105@earthlink.net> References: <411A70C5.6030105@earthlink.net> Message-ID: <200408111502.21794.lsomike@futzin.com> On Wednesday 11 August 2004 14:17, Gerry Tool wrote: > After all recent updates that will install, when trying to change > to a Gnome theme other than Bluecurve, an error message appears > saying: > > Failed to load image redhat-email.png > > Details: Failed to open file > '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such > file or directory > > There is a file for Bluecurve. > > Gerry This one's in bugzilla here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128908 Regards, Mike Klinke From leonard at den.ottolander.nl Wed Aug 11 20:20:42 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Wed, 11 Aug 2004 22:20:42 +0200 Subject: GDM is not coming up. In-Reply-To: <20040811131636.A1316@mail.harddata.com> References: <20040811160044.9EB2673F12@hormel.redhat.com> <000001c47fcf$ad815a70$9c01a8c0@charter.net> <20040811131636.A1316@mail.harddata.com> Message-ID: <1092255642.4813.7.camel@athlon.localdomain> Hello Michal, Peter, On Wed, 2004-08-11 at 21:16, Michal Jaegermann wrote: > On Wed, Aug 11, 2004 at 02:18:56PM -0400, Peter A. Banks wrote: > > Epiphany also had problems with missing libhowl files. > > Exclude 'howl*' updates for a time beeing. ? This is a new dependency. Hence you first need to install (add, not exclude) howl, after which the updates should proceed as expected (apart from kde* which you should upgrade with --replacefiles as some files where moved from -utils to -base). These kind of "unclean" dependency shifts can be expected to happen during the beta phase. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From leonard at den.ottolander.nl Wed Aug 11 20:21:56 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Wed, 11 Aug 2004 22:21:56 +0200 Subject: updated kdebase does not cure dependancy issues In-Reply-To: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> References: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <1092255716.4813.9.camel@athlon.localdomain> Hello Scott, > Installation of kdebase-3.3.0-0.1.rc2 does not fix the multiple > dependencies of rc1 released on 8 August rpm -Fv --replacefiles kde* Leonard. -- mount -t life -o ro /dev/dna /genetic/research From leonard at den.ottolander.nl Wed Aug 11 20:23:22 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Wed, 11 Aug 2004 22:23:22 +0200 Subject: Current updates In-Reply-To: <1092235209.27853.20.camel@jeeves.music.salford.ac.uk> References: <1092235209.27853.20.camel@jeeves.music.salford.ac.uk> Message-ID: <1092255802.4813.11.camel@athlon.localdomain> Hi Paul, On Wed, 2004-08-11 at 16:40, PFJ wrote: > Hi, > > gnome-vfs2 relies on libhowl-0.9.5.so.0 which is unavailable. > > Is this just an oversight or am I updating too quickly? rpm -iv howl* before proceeding. New dependency. Those things happen during beta. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From michal at harddata.com Wed Aug 11 21:35:56 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 11 Aug 2004 15:35:56 -0600 Subject: GDM is not coming up. In-Reply-To: <1092255642.4813.7.camel@athlon.localdomain>; from leonard@den.ottolander.nl on Wed, Aug 11, 2004 at 10:20:42PM +0200 References: <20040811160044.9EB2673F12@hormel.redhat.com> <000001c47fcf$ad815a70$9c01a8c0@charter.net> <20040811131636.A1316@mail.harddata.com> <1092255642.4813.7.camel@athlon.localdomain> Message-ID: <20040811153556.A4347@mail.harddata.com> On Wed, Aug 11, 2004 at 10:20:42PM +0200, Leonard den Ottolander wrote: > Hello Michal, Peter, > > On Wed, 2004-08-11 at 21:16, Michal Jaegermann wrote: > > On Wed, Aug 11, 2004 at 02:18:56PM -0400, Peter A. Banks wrote: > > > > Epiphany also had problems with missing libhowl files. > > > > Exclude 'howl*' updates for a time beeing. > > ? This is a new dependency. Well, no, not exactly. $ rpm -q gnome-vfs2 gnome-vfs2-2.7.90-2 $ rpm -qR gnome-vfs2 ..... libhowl-0.9.5.so.0 ..... $ rpm -q --whatprovides libhowl-0.9.5.so.0 howl-libs-0.9.5-4 and likely the same for some other packages, but the current set of updates has already howl-libs-0.9.6-1. So if you will hold with 0.9.6 then previously installed 0.9.5 will be right. Unless, of course, you never installed any howl packages and then you may have other dependency problems. Once other packages will catch up then the problem will "solve itself". Michal From janina at rednote.net Wed Aug 11 21:51:18 2004 From: janina at rednote.net (Janina Sajka) Date: Wed, 11 Aug 2004 17:51:18 -0400 Subject: kernel-2.6.7-1.515.x86_64--Where's the source? Message-ID: <20040811215118.GG28932@rednote.net> OK. Maybe something's changed when I wasn't paying attention, but there's no kernel-sourcecode for this kernel, or for the 509 that preceded it last weekend. So, am I just out to lunch too long? Janina From talbotscott at cox.net Wed Aug 11 22:49:23 2004 From: talbotscott at cox.net (Scott Talbot) Date: Wed, 11 Aug 2004 15:49:23 -0700 Subject: Current updates In-Reply-To: <1092255802.4813.11.camel@athlon.localdomain> References: <1092235209.27853.20.camel@jeeves.music.salford.ac.uk> <1092255802.4813.11.camel@athlon.localdomain> Message-ID: <1092264563.3828.1.camel@ip68-7-36-36.sd.sd.cox.net> On Wed, 2004-08-11 at 22:23 +0200, Leonard den Ottolander wrote: > Hi Paul, > > On Wed, 2004-08-11 at 16:40, PFJ wrote: > > Hi, > > > > gnome-vfs2 relies on libhowl-0.9.5.so.0 which is unavailable. > > > > Is this just an oversight or am I updating too quickly? > > rpm -iv howl* before proceeding. New dependency. Those things happen > during beta. > er, what I see is that I can't download and install howl-0.9.6 because already installed gnome-vfs2 needs the old already installed howl-0.9.5 I mostly always get these errors wrong, but Im sure I got it right don't I? The Error message is: Unresolvable chain of dependencies: gnome-vfs2 2.7.90-2 requires libhowl-0.9.5.so.0 Scott > Leonard. > > -- > mount -t life -o ro /dev/dna /genetic/research > > > From jeff at ollie.clive.ia.us Wed Aug 11 23:00:44 2004 From: jeff at ollie.clive.ia.us (Jeffrey C. Ollie) Date: Wed, 11 Aug 2004 18:00:44 -0500 Subject: Current updates In-Reply-To: <1092264563.3828.1.camel@ip68-7-36-36.sd.sd.cox.net> References: <1092235209.27853.20.camel@jeeves.music.salford.ac.uk> <1092255802.4813.11.camel@athlon.localdomain> <1092264563.3828.1.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <1092265244.2664.20.camel@pc05987.campus.dmacc.edu> On Wed, 2004-08-11 at 15:49 -0700, Scott Talbot wrote: > On Wed, 2004-08-11 at 22:23 +0200, Leonard den Ottolander wrote: > > Hi Paul, > > > > On Wed, 2004-08-11 at 16:40, PFJ wrote: > > > Hi, > > > > > > gnome-vfs2 relies on libhowl-0.9.5.so.0 which is unavailable. > > > > > > Is this just an oversight or am I updating too quickly? > > > > rpm -iv howl* before proceeding. New dependency. Those things happen > > during beta. > > > er, what I see is that I can't download and install howl-0.9.6 because > already installed gnome-vfs2 needs the old already installed howl-0.9.5 > I mostly always get these errors wrong, but Im sure I got it right don't > I? Manually download the howl-0.9.6 and howl-libs-0.9.6 RPMs. Then use "rpm -ivh" to install them. You'll then have two copies of howl on your system. Then you can go ahead and update the rest of the RPMs. Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From pri.rhl3 at iadonisi.to Wed Aug 11 23:22:20 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Wed, 11 Aug 2004 19:22:20 -0400 Subject: updated kdebase does not cure dependancy issues In-Reply-To: <1092255716.4813.9.camel@athlon.localdomain> References: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> <1092255716.4813.9.camel@athlon.localdomain> Message-ID: <1092266539.13471.3.camel@va.local.linuxlobbyist.org> On Wed, 2004-08-11 at 16:21, Leonard den Ottolander wrote: > Hello Scott, > > > Installation of kdebase-3.3.0-0.1.rc2 does not fix the multiple > > dependencies of rc1 released on 8 August > > rpm -Fv --replacefiles kde* Ick. ;-) Now you have an inconsistent rpm database. My suggestion is to instead: rpm -e kdeutils yum --exclude='*howl*' update for now. Later, when the dependency problems are fixed: yum update yum install kdeutils Do that last line only if kdeutils is not deprecated, which I suspect is the case. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From mwiktowy at gmx.net Thu Aug 12 00:27:30 2004 From: mwiktowy at gmx.net (Michael Wiktowy) Date: Wed, 11 Aug 2004 20:27:30 -0400 Subject: yum update problems Message-ID: <1092270450.10634.13.camel@localhost> After being forced to exclude some packages I got a set that was self- consistent. Usually that bodes well ... not this time though: [root at localhost ~]# yum --exclude=gnome-vfs2 --exclude=howl-libs -- exclude=howl update ... some regular error-free stuff snipped ... Running test transaction: Errors reported doing trial run file /usr/bin/kdepasswd from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/applications/kde/kdepasswd.desktop from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/BeachBall.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Butterfly.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Flower.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 Are some "obsoletes" tags missing in these packages after some shuffling? Is there anything simple other than wait for new packages that I can do to prod this along? kdebase and kdeutils have a huge number of dependancies that I would have to --exclude ... maybe I will pull out my old brute-force "step-by-step" yum wrapper from last beta cycle ... #!/bin/sh for i in `yum list updates |cut -f 1 -d " " |grep -A 500 -e ---- |\ grep -v -e ----` ; do echo "Updating $i" yum -y -C update $i done Even though I put in the -C, yum seems to look for new headers each time anyways ... hmmmmm ... /Mike From leonard at den.ottolander.nl Thu Aug 12 00:37:13 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Thu, 12 Aug 2004 02:37:13 +0200 Subject: GDM is not coming up. In-Reply-To: <20040811153556.A4347@mail.harddata.com> References: <20040811160044.9EB2673F12@hormel.redhat.com> <000001c47fcf$ad815a70$9c01a8c0@charter.net> <20040811131636.A1316@mail.harddata.com> <1092255642.4813.7.camel@athlon.localdomain> <20040811153556.A4347@mail.harddata.com> Message-ID: <1092271033.4813.58.camel@athlon.localdomain> Hi Michal, > > > Exclude 'howl*' updates for a time beeing. > > > > ? This is a new dependency. > > Well, no, not exactly. My mistake. I was commenting on the introduction of howl that I noticed when doing an upgrade by hand on the 8th. I guess for most users yum just pulled it in. Now I understand there's a version issue between gnome-vfs2 and howl. I should have read the original post more carefully. Jeremy verified on IRC an update is already on its way. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From leonard at den.ottolander.nl Thu Aug 12 01:06:17 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Thu, 12 Aug 2004 03:06:17 +0200 Subject: updated kdebase does not cure dependancy issues In-Reply-To: <1092266539.13471.3.camel@va.local.linuxlobbyist.org> References: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> <1092255716.4813.9.camel@athlon.localdomain> <1092266539.13471.3.camel@va.local.linuxlobbyist.org> Message-ID: <1092272748.4813.98.camel@athlon.localdomain> Hi Paul, On Thu, 2004-08-12 at 01:22, Paul Iadonisi wrote: > > rpm -Fv --replacefiles kde* > > Ick. ;-) > Now you have an inconsistent rpm database. It's a little ugly, I agree ;) . But I guess the meaning of this all is to move /usr/bin/kdepasswd and some other files to kdebase. This way I can keep kdeutils around. If I remove kdeutils right now I guess /usr/bin/kdepasswd might go missing ;-) . > My suggestion is to instead: > > rpm -e kdeutils It's cleaner, I agree... But a kde without kdeutils is a bit less useful. > yum --exclude='*howl*' update Yup, but different issue. > Do that last line only if kdeutils is not deprecated, which I suspect > is the case. kdeutils deprecated? I don't think so. All this seems to be caused by the desire to have kdepasswd in base without properly removing it from utils. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From dcastle at carolina.rr.com Thu Aug 12 03:33:29 2004 From: dcastle at carolina.rr.com (Dwaine Castle) Date: Wed, 11 Aug 2004 23:33:29 -0400 Subject: Samba GUI problem Message-ID: <014001c4801d$242751a0$6401a8c0@DCXP> I've re-installed FC3T1 4 times in the last few days to try to solve a few problems. The first was to try to get rid of the dozens of dependency issues in up2date that would just not go away. Now I've just got the howl & kde stuff pending which seems manageable. The question that I would like bounce off this group has to do with Samba. I have a small network behind a firewall router. I've noticed that I can not use the GUI tools to open any shares on my XP machine. I can mount the shares from the command line and the shares are available to the command line and to Nautilus(File Browser). However, if I try to get to the shares via Computer->Network... I an see each of the shared directories, but I get an "application error' when I try to open them. NFS also works, so I fairly sure it is not a firewall or security issue. This is obviously not a pressing problem, but if anybody has any ideas about what is wrong and/or how I might fix it then I would appreciate the help. It occurs to me that this may be related to the GUI/GDM update issues and might just go away in a day or so. Thank you. Dwaine From zbert at ralberti.com Thu Aug 12 03:35:40 2004 From: zbert at ralberti.com (zbert) Date: Wed, 11 Aug 2004 23:35:40 -0400 Subject: What is smartd? Message-ID: <411AE58C.8030700@ralberti.com> During my boot sequence, this daemon always fails. Can anybody clue me in as to what it is and how I might fix it? --zbert From mike at netlyncs.com Thu Aug 12 04:07:28 2004 From: mike at netlyncs.com (Mike Chambers) Date: Wed, 11 Aug 2004 23:07:28 -0500 Subject: What is smartd? In-Reply-To: <411AE58C.8030700@ralberti.com> References: <411AE58C.8030700@ralberti.com> Message-ID: <1092283648.3421.1.camel@scrappy.netlyncs.com> On Wed, 2004-08-11 at 23:35 -0400, zbert wrote: > During my boot sequence, this daemon always fails. Can anybody clue me > in as to what it is and how I might fix it? Not really sure what smartd is, but can make a suggestion though. You might want to go to redhat/system settings/server settings/services and stop/start any services you need/don't need so that you don't have unneeded services running. Just uncheck/check what you want/don't want, save it, and there ya go. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From ckunkel at been-there.com Thu Aug 12 04:31:57 2004 From: ckunkel at been-there.com (Clyde Kunkel) Date: Thu, 12 Aug 2004 00:31:57 -0400 Subject: What is smartd? In-Reply-To: <1092283648.3421.1.camel@scrappy.netlyncs.com> Message-ID: <20040812043157.CDMR5847.lakermmtao07.cox.net@kunkelcp4t17> > -----Original Message----- > From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list- > bounces at redhat.com] On Behalf Of Mike Chambers > Sent: Thursday, August 12, 2004 12:07 AM > To: fedora-test-list at redhat.com > Subject: Re: What is smartd? > > On Wed, 2004-08-11 at 23:35 -0400, zbert wrote: > > During my boot sequence, this daemon always fails. Can anybody clue me > > in as to what it is and how I might fix it? > > Not really sure what smartd is, but can make a suggestion though. You > might want to go to redhat/system settings/server settings/services and > stop/start any services you need/don't need so that you don't have > unneeded services running. Just uncheck/check what you want/don't want, > save it, and there ya go. > Smartd is the linux process that monitors hard disk health when the drive supports S.M.A.R.T technology. If smartd is failing, it may mean there is a problem with the drive, tho not a fatal one. See if your bios gives you a warning msg during post and also run your stand alone disk diagnostics. Look at man smartd for good info. From rc040203 at freenet.de Thu Aug 12 04:33:05 2004 From: rc040203 at freenet.de (Ralf Corsepius) Date: Thu, 12 Aug 2004 06:33:05 +0200 Subject: What is smartd? In-Reply-To: <1092283648.3421.1.camel@scrappy.netlyncs.com> References: <411AE58C.8030700@ralberti.com> <1092283648.3421.1.camel@scrappy.netlyncs.com> Message-ID: <1092285185.9857.18.camel@mccallum.corsepiu.local> On Thu, 2004-08-12 at 06:07, Mike Chambers wrote: > On Wed, 2004-08-11 at 23:35 -0400, zbert wrote: > > During my boot sequence, this daemon always fails. Can anybody clue me > > in as to what it is and how I might fix it? > > Not really sure what smartd is, /etc/rc.d/init.d/smartd starts /usr/sbin/smartd, cf. man 8 smartd and man 8 chkconfig Ralf From perbj at stanford.edu Thu Aug 12 04:57:34 2004 From: perbj at stanford.edu (Per Bjornsson) Date: Wed, 11 Aug 2004 21:57:34 -0700 Subject: What is smartd? In-Reply-To: <20040812043157.CDMR5847.lakermmtao07.cox.net@kunkelcp4t17> References: <20040812043157.CDMR5847.lakermmtao07.cox.net@kunkelcp4t17> Message-ID: <1092286654.2960.3.camel@localhost.localdomain> On Wed, 2004-08-11 at 21:31, Clyde Kunkel wrote: > Smartd is the linux process that monitors hard disk health when the drive > supports S.M.A.R.T technology. If smartd is failing, it may mean there is a > problem with the drive, tho not a fatal one. See if your bios gives you a > warning msg during post and also run your stand alone disk diagnostics. Eh... Just to provide some calming down, I bet that this failing isn't nearly that serious. Most likely the first drive that smartd detects doesn't support S.M.A.R.T. (it could e.g. be an optical drive); in that case the startup script will give an error message. (If the drive is actually broken I'm pretty sure that smartd still starts happily but reports errors when it runs...) Of course, if I misread the OP and it's not a failure to start in the init scripts, indeed the drive is breaking down, in which case it's time to scrape the bits off that drive and be happy that nothing worse happened... > Look at man smartd for good info. Indeed, good advice. Cheers, Per -- Per Bjornsson Ph.D. Candidate, Department of Applied Physics, Stanford University From than at redhat.com Thu Aug 12 07:14:48 2004 From: than at redhat.com (Than Ngo) Date: Thu, 12 Aug 2004 09:14:48 +0200 Subject: updated kdebase does not cure dependancy issues In-Reply-To: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> References: <1092243788.2920.8.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <411B18E8.2090404@redhat.com> Scott Talbot schrieb: >Installation of kdebase-3.3.0-0.1.rc2 does not fix the multiple >dependencies of rc1 released on 8 August > > >file /usr/bin/kdepasswd from install of kdebase-3.3.0-0.1.rc2 conflicts >with file from package kdeutils-3.2.3-1 >file /usr/share/applications/kde/kdepasswd.desktop from install of >kdebase-3.3.0-0.1.rc2 conflicts with >file from package kdeutils-3.2.3-1 >file /usr/share/apps/kdm/pics/users/BeachBall.png from install of >kdebase-3.3.0-0.1.rc2 conflicts with >file from package kdeutils-3.2.3-1 >file /usr/share/apps/kdm/pics/users/Butterfly.png from install of >kdebase-3.3.0-0.1.rc2 conflicts with >file from package kdeutils-3.2.3-1 >file /usr/share/apps/kdm/pics/users/Flower.png from install of >kdebase-3.3.0-0.1.rc2 conflicts with file >from package kdeutils-3.2.3-1 > >Also release of howl0.96 and howl-libs will not install due to missing >dependencies: > >Unresolvable chain of dependencies: >gnome-vfs2 2.7.90-2 requires libhowl-0.9.5.so.0 > >Just thought you'd like to know! > >Scott > > > > it's fixed in kdeutils-3.3.0.0.1.rc2, it will show up in rawhide in next days Than From sct at redhat.com Thu Aug 12 08:39:38 2004 From: sct at redhat.com (Stephen C. Tweedie) Date: 12 Aug 2004 09:39:38 +0100 Subject: What is smartd? In-Reply-To: <411AE58C.8030700@ralberti.com> References: <411AE58C.8030700@ralberti.com> Message-ID: <1092299978.2030.7.camel@sisko.scot.redhat.com> Hi, On Thu, 2004-08-12 at 04:35, zbert wrote: > During my boot sequence, this daemon always fails. Can anybody clue me > in as to what it is and how I might fix it? It's a monitor for IDE hard disks. I've also seen it fail to start in some cases, but only on systems that don't actually have any IDE hard disks (CDroms don't count.) --Stephen From linux at stefanrotsch.de Thu Aug 12 09:53:40 2004 From: linux at stefanrotsch.de (Stefan Rotsch) Date: Thu, 12 Aug 2004 11:53:40 +0200 Subject: Umlaut issues with Bitsream Vera Sans Message-ID: <1092304420.3202.15.camel@localhost.localdomain> Hi all, I'm running FC3 Test 1 x86 with a german locale. Using "Bitstream Vera Sans" as the default application font in Gnome, there's an issue with not properly displaying the german umlaut ? (ö) in GTK menus. It works fine in gedit's text widget, evolution's message editor, etc. and seems only to occur in menus and toolbars; other umlauts (? - ä, ? - ü) look right. I've taken a screenshot showing the application menu (in german) - there have to be two dots above the letter "o" instead of just one: http://www.stefanrotsch.de/stuff/20040812-fc3t1umlauts.png Anyone else running a non-english locale seeing this? Stefan From alan at redhat.com Thu Aug 12 11:32:52 2004 From: alan at redhat.com (Alan Cox) Date: Thu, 12 Aug 2004 07:32:52 -0400 Subject: What is smartd? In-Reply-To: <1092285185.9857.18.camel@mccallum.corsepiu.local> References: <411AE58C.8030700@ralberti.com> <1092283648.3421.1.camel@scrappy.netlyncs.com> <1092285185.9857.18.camel@mccallum.corsepiu.local> Message-ID: <20040812113252.GB5208@devserv.devel.redhat.com> On Thu, Aug 12, 2004 at 06:33:05AM +0200, Ralf Corsepius wrote: > On Thu, 2004-08-12 at 06:07, Mike Chambers wrote: > > On Wed, 2004-08-11 at 23:35 -0400, zbert wrote: > > > During my boot sequence, this daemon always fails. Can anybody clue me > > > in as to what it is and how I might fix it? > > > > Not really sure what smartd is, > /etc/rc.d/init.d/smartd starts /usr/sbin/smartd, > > cf. man 8 smartd and man 8 chkconfig Smartd as shipped includes a default config file which is wrong if you don't have /dev/hda. I suspect kudzu should be updating it ? From mike at netlyncs.com Thu Aug 12 12:34:28 2004 From: mike at netlyncs.com (Mike Chambers) Date: Thu, 12 Aug 2004 07:34:28 -0500 Subject: What is smartd? In-Reply-To: <20040812113252.GB5208@devserv.devel.redhat.com> References: <411AE58C.8030700@ralberti.com> <1092283648.3421.1.camel@scrappy.netlyncs.com> <1092285185.9857.18.camel@mccallum.corsepiu.local> <20040812113252.GB5208@devserv.devel.redhat.com> Message-ID: <1092314068.4749.1.camel@scrappy.netlyncs.com> On Thu, 2004-08-12 at 07:32 -0400, Alan Cox wrote: > Smartd as shipped includes a default config file which is wrong if you > don't have /dev/hda. I suspect kudzu should be updating it ? That would be the case here, as I have 2 connected via PCI promise controller card, which are hde/hdf. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From gstool at earthlink.net Thu Aug 12 12:34:52 2004 From: gstool at earthlink.net (Gerry Tool) Date: Thu, 12 Aug 2004 07:34:52 -0500 Subject: fedora-test-list Digest, Vol 6, Issue 20 In-Reply-To: <1092232210.3797.9.camel@Fedora-test> References: <20040810234704.AB0FF73B97@hormel.redhat.com> <1092232210.3797.9.camel@Fedora-test> Message-ID: <411B63EC.9030907@earthlink.net> David V Herman wrote: > On Tue, 2004-08-10 at 19:47 -0400, wrote: > >>Message: 4 >>Date: Tue, 10 Aug 2004 11:48:12 -0500 >>From: Gerry Tool >>Subject: Cannot boot to any kernel since yesterday's updates >>To: fedora-test-list at redhat.com >>Message-ID: <4118FC4C.6020707 at earthlink.net> >>Content-Type: text/plain; charset=us-ascii; format=flowed >> >>As described in >>http://www.redhat.com/archives/fedora-test-list/2004- >>August/msg00251.html, >>kernel 2.6.7-1.509 has a kernel panic. >> >>The other kernels, 503, 501, 499 and 494 now all stall on "Mounting >>USB >>filesystem". Some of these kernels had this problem in the past, but >>until yesterday, kernel 503 was working great on my system. It >>doesn't >>matter if I have any USB media inserted. Either way, it will not get >>past that init line. >> >>I don't know how to fix the problem so that I can boot to FC3T1 and >>continue testing. Any suggestions? >> >>Thanks. >> >>Gerry Tool >> >> >> >> > > Kernel 509 also does not boot for me. messages are > > . . . > Red Hat nash version 4.0.0 starting > mkrootdev: label not found > mount: error 2 mounting ext3 > switchroot: mount failed : 22 > kernel panic: attempted to kill init! > > System required reset to restart, previous versions of the kernel boot > and function. > > System configuration > Athlon 64 2800+ > 512 M > SATA (system drive) > MSI-K8TM (Motherboard) > IDE ( 20MB & DVD-RW - both master on each channel) > > Try removing "rhgb quiet" from the kernel line in grub.conf. That allowed me to boot without the kernel panic. I got the hint in a recent bugzilla report. Gerry Tool From linux_4ever at yahoo.com Thu Aug 12 14:12:29 2004 From: linux_4ever at yahoo.com (Steve G) Date: Thu, 12 Aug 2004 07:12:29 -0700 (PDT) Subject: dialog-1.0.20040728 is broken Message-ID: <20040812141229.43452.qmail@web50608.mail.yahoo.com> Hi, I wanted to report that the current version of dialog is broken. This simple script illustrates the bug: dialog --title "Choose Action" --ok-label "Next" --cancel-label "Prev" --radiolist "Use the up and down arrow to choose an action, the space bar to select it, and then tab to the Next or Prev button." 14 50 4 \ "Add" "" off \ "Edit" "" on \ "Delete" "" off You will get a message saying: "window too small" There is an upstream fix for this bug. Can we get the package updated? filed as bz#129239 Thanks, -Steve Grubb __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From michal at harddata.com Thu Aug 12 14:23:18 2004 From: michal at harddata.com (Michal Jaegermann) Date: Thu, 12 Aug 2004 08:23:18 -0600 Subject: What is smartd? In-Reply-To: <1092299978.2030.7.camel@sisko.scot.redhat.com>; from sct@redhat.com on Thu, Aug 12, 2004 at 09:39:38AM +0100 References: <411AE58C.8030700@ralberti.com> <1092299978.2030.7.camel@sisko.scot.redhat.com> Message-ID: <20040812082318.A23710@mail.harddata.com> On Thu, Aug 12, 2004 at 09:39:38AM +0100, Stephen C. Tweedie wrote: > Hi, > > On Thu, 2004-08-12 at 04:35, zbert wrote: > > During my boot sequence, this daemon always fails. Can anybody clue me > > in as to what it is and how I might fix it? > > It's a monitor for IDE hard disks. I've also seen it fail to start in > some cases, but only on systems that don't actually have any IDE hard > disks (CDroms don't count.) It seems also depend on a driver. When my SATA disk was showing up as /dev/hde then smartd was happy and was saying "monitoring ...". Once this disk moved to /dev/sda then smartd does not want to do anything with it. In case you wonder a smartd configuration file was updated. :-) Michal From csjunior at colnet.com.br Thu Aug 12 14:49:53 2004 From: csjunior at colnet.com.br (Claudio da Silva Junior) Date: Thu, 12 Aug 2004 11:49:53 -0300 Subject: cbq trafic control in kernel 2.6.7-1.494.2.2 (Fedora 2) Message-ID: <1092322193.3700.10.camel@localhost.localdomain> Hi I update my gateway machine with the lasts updates of fedora 2, but now I have the cbq errors on usage: The /var/log/messages show the menssage: Aug 11 08:57:00 OurizonaGW kernel: Please upgrade your iproute2 tools or compile proper options in! My rpms: shapecfg-2.2.12-15 iproute-2.4.7-14 kernel-utils-2.4-9.1.131 kernel-2.6.7-1.494.2.2 Where I do the command "cbq start" the trafic don't is shape! What I do? Claudio Jr. -- Colnet Internet Claudio da Silva Junior csjunior arroba colnet ponto com ponto br -------------- next part -------------- An HTML attachment was scrubbed... URL: From villegas at math.gatech.edu Thu Aug 12 14:57:14 2004 From: villegas at math.gatech.edu (Carlos Villegas) Date: Thu, 12 Aug 2004 10:57:14 -0400 Subject: Umlaut issues with Bitsream Vera Sans In-Reply-To: <1092304420.3202.15.camel@localhost.localdomain> References: <1092304420.3202.15.camel@localhost.localdomain> Message-ID: <20040812145714.GC6472@uglabng.math.gatech.edu> On Thu, Aug 12, 2004 at 11:53:40AM +0200, Stefan Rotsch wrote: > Anyone else running a non-english locale seeing this? Not entirely related, but you just reminded me of it, I've noticed that although the console (text mode) fonts are relatively complete (unicode characters from several languages), the ones that xterm uses are not, and most characters outside of latin-1 fail to be displayed properly in an xterm (xterm +u8), using *.utf8 locale. Carlos From fraczak at uqo.ca Thu Aug 12 15:07:43 2004 From: fraczak at uqo.ca (Wojciech Fraczak) Date: Thu, 12 Aug 2004 11:07:43 -0400 Subject: nfs and kernel 2.6.7-1.515 problem Message-ID: <411B87BF.9000904@uqo.ca> Since I ran the last yum update I've been getting problems with nfs daemon. Anybody experiencing similar problems? Wojtek That's what I get in dmesg: ------------------------------------------------- ... Installing knfsd (copyright (C) 1996 okir at monad.swb.de). Unable to handle kernel NULL pointer dereference at virtual address 00000000 printing eip: 02134be0 *pde = 00000000 Oops: 0000 [#1] Modules linked in: nfsd exportfs lockd usbserial parport_pc lp parport autofs4 sunrpc tulip floppy sg scsi_mod dm_mod uhci_hcd md5 ipv6 ext3 jbd CPU: 0 EIP: 0060:[<02134be0>] Not tainted EFLAGS: 00010246 (2.6.7-1.515) EIP is at page_address+0x6/0x5f eax: 00000000 ebx: 00000000 ecx: 0000000a edx: 0df49800 esi: 06ebd0b6 edi: 00000009 ebp: 06479800 esp: 06440f1c ds: 007b es: 007b ss: 0068 Process nfsd (pid: 2105, threadinfo=06440000 task=064745c0) Stack: ffff976c 06ebd0b6 00000009 06479800 0e9bc1df 00000001 00000001 0df49800 064fae60 0e94965c 0e9c000a 00000006 00000003 00000011 0df49800 0df49800 0e9bc0bc 0e9d0d58 0e9d0b18 0e9b24dd 0643e014 0df49864 0df49800 0e9d0d58 Call Trace: [<0e9bc1df>] nfs3svc_decode_readargs+0x123/0x169 [nfsd] [<0e94965c>] svc_udp_recvfrom+0x195/0x227 [sunrpc] [<0e9c000a>] nfsd4_decode_fattr+0x23e/0x4eb [nfsd] [<0e9bc0bc>] nfs3svc_decode_readargs+0x0/0x169 [nfsd] [<0e9b24dd>] nfsd_dispatch+0x6a/0x15d [nfsd] [<0e948b3a>] svc_process+0x32b/0x569 [sunrpc] [<0e9b233a>] nfsd+0x18e/0x2c7 [nfsd] [<0e9b21ac>] nfsd+0x0/0x2c7 [nfsd] [<021031d9>] kernel_thread_helper+0x5/0xb Code: 8b 00 f6 c4 01 75 19 2b 1d 30 dd 37 02 c1 fb 05 c1 e3 0c 8d <1>Unable to handle kernel NULL pointer dereference at virtual address 00000000 printing eip: 02134be0 *pde = 00000000 ... Oops: 0000 [#8] Modules linked in: nfsd exportfs lockd usbserial parport_pc lp parport autofs4 sunrpc tulip floppy sg scsi_mod dm_mod uhci_hcd md5 ipv6 ext3 jbd CPU: 0 EIP: 0060:[<02134be0>] Not tainted EFLAGS: 00010246 (2.6.7-1.515) EIP is at page_address+0x6/0x5f eax: 00000000 ebx: 00000000 ecx: 0000000a edx: 0df4b200 esi: 098268b6 edi: 00000009 ebp: 0a32f800 esp: 06b71f1c ds: 007b es: 007b ss: 0068 Process nfsd (pid: 2097, threadinfo=06b71000 task=06bf1a50) Stack: ffff976c 098268b6 00000009 0a32f800 0e9bc1df 00000001 00000001 0df4b200 064fae60 0e94965c 0e9c000a 00000006 00000003 00000011 0df4b200 0df4b200 0e9bc0bc 0e9d0d58 0e9d0b18 0e9b24dd 06403014 0df4b264 0df4b200 0e9d0d58 Call Trace: [<0e9bc1df>] nfs3svc_decode_readargs+0x123/0x169 [nfsd] [<0e94965c>] svc_udp_recvfrom+0x195/0x227 [sunrpc] [<0e9c000a>] nfsd4_decode_fattr+0x23e/0x4eb [nfsd] [<0e9bc0bc>] nfs3svc_decode_readargs+0x0/0x169 [nfsd] [<0e9b24dd>] nfsd_dispatch+0x6a/0x15d [nfsd] [<0e948b3a>] svc_process+0x32b/0x569 [sunrpc] [<0e9b233a>] nfsd+0x18e/0x2c7 [nfsd] [<0e9b21ac>] nfsd+0x0/0x2c7 [nfsd] [<021031d9>] kernel_thread_helper+0x5/0xb Code: 8b 00 f6 c4 01 75 19 2b 1d 30 dd 37 02 c1 fb 05 c1 e3 0c 8d <6>loop: loaded (max 8 devices) ------------------------------------------------------------------ From alan at redhat.com Thu Aug 12 15:48:38 2004 From: alan at redhat.com (Alan Cox) Date: Thu, 12 Aug 2004 11:48:38 -0400 Subject: nfs and kernel 2.6.7-1.515 problem In-Reply-To: <411B87BF.9000904@uqo.ca> References: <411B87BF.9000904@uqo.ca> Message-ID: <20040812154838.GA29861@devserv.devel.redhat.com> On Thu, Aug 12, 2004 at 11:07:43AM -0400, Wojciech Fraczak wrote: > Since I ran the last yum update I've been getting problems with nfs > daemon. Anybody experiencing similar problems? The same has been reported upstream for the latest small nfs changes From perbj at stanford.edu Thu Aug 12 16:58:49 2004 From: perbj at stanford.edu (Per Bjornsson) Date: Thu, 12 Aug 2004 09:58:49 -0700 Subject: What is smartd? In-Reply-To: <20040812082318.A23710@mail.harddata.com> References: <411AE58C.8030700@ralberti.com> <1092299978.2030.7.camel@sisko.scot.redhat.com> <20040812082318.A23710@mail.harddata.com> Message-ID: <1092329928.2973.10.camel@localhost.localdomain> On Thu, 2004-08-12 at 07:23, Michal Jaegermann wrote: > On Thu, Aug 12, 2004 at 09:39:38AM +0100, Stephen C. Tweedie wrote: > > It's a monitor for IDE hard disks. I've also seen it fail to start in > > some cases, but only on systems that don't actually have any IDE hard > > disks (CDroms don't count.) For me it only finds the IDE disks that are first in line with the default config file; as soon as it hits a CD-ROM it stops scanning as far as I can tell. On one computer none of the hard disks are on add-in controllers, with only a CD-ROM on the southbridge. With the default config file, smartd errors out on startup even though there are three S.M.A.R.T.-capable IDE drives in the machine. > It seems also depend on a driver. When my SATA disk was showing > up as /dev/hde then smartd was happy and was saying "monitoring ...". > Once this disk moved to /dev/sda then smartd does not want to > do anything with it. Yes, the switch happened since the configuration was changed from using the /drivers/ide SATA support to Jeff Garzik's libata SATA driver. As far as I know support for S.M.A.R.T. hasn't been added yet to the libata drivers: http://www.uwsg.iu.edu/hypermail/linux/kernel/0405.1/0425.html (S.M.A.R.T. is discussed at the end of that posting; as far as I know "soon" hasn't arrived yet ;) ) > In case you wonder a smartd configuration file was updated. :-) You mean you did, or it happened automatically, as Alan Cox seemed to be indicating that it might do? I have never seen smartd.conf be updated from the default... /Per -- Per Bjornsson Ph.D. Candidate, Department of Applied Physics, Stanford University From perbj at stanford.edu Thu Aug 12 17:20:13 2004 From: perbj at stanford.edu (Per Bjornsson) Date: Thu, 12 Aug 2004 10:20:13 -0700 Subject: Umlaut issues with Bitsream Vera Sans In-Reply-To: <1092304420.3202.15.camel@localhost.localdomain> References: <1092304420.3202.15.camel@localhost.localdomain> Message-ID: <1092331212.2973.32.camel@localhost.localdomain> On Thu, 2004-08-12 at 02:53, Stefan Rotsch wrote: > I've taken a screenshot showing the application menu (in german) - there > have to be two dots above the letter "o" instead of just one: > > http://www.stefanrotsch.de/stuff/20040812-fc3t1umlauts.png > > Anyone else running a non-english locale seeing this? I'm actually using a US locale but I do write in Swedish and, indeed, I have noticed this issue, even in FC2 so it isn't new. As far as I can tell it's an issue with how that font is rendered by Freetype at certain sizes. It has just never bothered me enough to really care, but I just checked a little when it seems to happen: Screen resolution (as set in the font preferences panel) 96 dpi Freetype version: 2.1.7-4 (this is on FC2) Bitstream Vera Sans: Size 10 pt Bitstream Vera Sans Mono: Size 10 and 11 pt Strange. And, as you noticed, it only happens to the ? character, not e.g. ?. Perhaps it is some kind of problem with the Freetype autohinter that is used? If you're in Germany, perhaps you could try rebuilding the Freetype package with the TTF bytecode interpreter turned on (apparently there's a switch in the code; Apple has a patent on the TTF bytecode interpretation so it's turned off by default, and an auto-hinting algorithm is used instead.) If that helps it's really very likely that it's the autohinter that is doing something wrong. I'll see if I can find time to fiddle with this as well. Best regards, Per Bjornsson -- Per Bjornsson Ph.D. Candidate, Department of Applied Physics, Stanford University From talbotscott at cox.net Thu Aug 12 17:45:18 2004 From: talbotscott at cox.net (Scott Talbot) Date: Thu, 12 Aug 2004 10:45:18 -0700 Subject: kernel panic (517) Message-ID: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> Just downloaded kernel 2.6.7-1.517 and upon reboot got messages: Mount error 6 mounting ext3 switchroot failed z2 kernel panic attempt to kill init! My system: vanilla P-4 1.5GHz, MSI mobo no sata, no USB devs attached first ever panic Scott From jlcthibo at uumail.gov.bc.ca Thu Aug 12 17:48:53 2004 From: jlcthibo at uumail.gov.bc.ca (Christian Thibodeau) Date: Thu, 12 Aug 2004 10:48:53 -0700 Subject: kernel panic (517) In-Reply-To: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <1092332934.2585.0.camel@phoenix.osg.gov.bc.ca> On Thu, 2004-12-08 at 10:45 -0700, Scott Talbot wrote: > > Just downloaded kernel 2.6.7-1.517 and upon reboot got messages: > > Mount error 6 mounting ext3 > switchroot failed z2 > kernel panic attempt to kill init! > > My system: vanilla P-4 1.5GHz, MSI mobo > no sata, no USB devs attached > first ever panic > > Scott > This has been Bugzilla'd already: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129750 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bruno at wolff.to Thu Aug 12 18:18:05 2004 From: bruno at wolff.to (Bruno Wolff III) Date: Thu, 12 Aug 2004 13:18:05 -0500 Subject: [Fwd: Re: Web site design] In-Reply-To: <1091528248.4222.21.camel@excession.dzr> References: <1091522467.1006.3.camel@scrappy.netlyncs.com> <1091527487.4222.19.camel@excession.dzr> <1091528248.4222.21.camel@excession.dzr> Message-ID: <20040812181805.GA8980@wolff.to> On Tue, Aug 03, 2004 at 11:17:28 +0100, "D. D. Brierton" wrote: > On Tue, 2004-08-03 at 11:04, D. D. Brierton wrote: > > [Replying off-list] > > Sigh. Well I *meant* to reply off-list. Hadn't noticed the list sets the > reply-to header. I find it useful to strip reply-to headers from lists that munge them. If you use maildrop, the code in .mailfilter looks like: if (/^(To|Cc|Mailing-List|Received):.*fedora(-[a-z]+)?-list at redhat\.com/) { xfilter 'reformail -I Reply-To:' to Maildir/.fedora } From michal at harddata.com Thu Aug 12 18:51:47 2004 From: michal at harddata.com (Michal Jaegermann) Date: Thu, 12 Aug 2004 12:51:47 -0600 Subject: What is smartd? In-Reply-To: <1092329928.2973.10.camel@localhost.localdomain>; from perbj@stanford.edu on Thu, Aug 12, 2004 at 09:58:49AM -0700 References: <411AE58C.8030700@ralberti.com> <1092299978.2030.7.camel@sisko.scot.redhat.com> <20040812082318.A23710@mail.harddata.com> <1092329928.2973.10.camel@localhost.localdomain> Message-ID: <20040812125147.A29551@mail.harddata.com> On Thu, Aug 12, 2004 at 09:58:49AM -0700, Per Bjornsson wrote: > On Thu, 2004-08-12 at 07:23, Michal Jaegermann wrote: > > > In case you wonder a smartd configuration file was updated. :-) > > You mean you did, or it happened automatically, as Alan Cox seemed to be > indicating that it might do? No, no. I mean that I grabbed an editor and modified it. In most cases one should do that anyway. Michal From michal at harddata.com Thu Aug 12 18:58:53 2004 From: michal at harddata.com (Michal Jaegermann) Date: Thu, 12 Aug 2004 12:58:53 -0600 Subject: kernel panic (517) In-Reply-To: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net>; from talbotscott@cox.net on Thu, Aug 12, 2004 at 10:45:18AM -0700 References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <20040812125853.B29551@mail.harddata.com> On Thu, Aug 12, 2004 at 10:45:18AM -0700, Scott Talbot wrote: > > > Just downloaded kernel 2.6.7-1.517 and upon reboot got messages: > > Mount error 6 mounting ext3 > switchroot failed z2 > kernel panic attempt to kill init! This is a mkinitrd problem. Either downgrade to mkinitrd-4.0.3-1 or wait until mkinitrd-4.0.5-1 will show up. In any case you will have to rebuild your initrd images which got affected. > first ever panic A failure to mount / file system results in this outcome. :-) Michal From tjb at unh.edu Thu Aug 12 19:01:44 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Thu, 12 Aug 2004 15:01:44 -0400 Subject: gnome-panel crash Message-ID: <1092337304.3326.3.camel@wintermute.sr.unh.edu> Anyone else have gnome-panel crash on login after the rawhide updates from yesterday? Todays updates didn't help. To add insult to injury, I can't bugzilla it as the wysiwyg auto form fillout thingy isn't working with mozilla or galeon. tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From jdexter at oxy.edu Thu Aug 12 19:53:05 2004 From: jdexter at oxy.edu (Jason Dexter) Date: Thu, 12 Aug 2004 12:53:05 -0700 Subject: More update dependancy issues Message-ID: <0BABA9B9F5570642A7C4F81F3F91DDFF1E09BF@exchange01.oxynet.oxy.edu> Message: 3 Date: Wed, 11 Aug 2004 10:03:08 -0700 From: Scott Talbot Subject: updated kdebase does not cure dependancy issues To: fedora-test-list at redhat.com Message-ID: <1092243788.2920.8.camel at ip68-7-36-36.sd.sd.cox.net> Content-Type: text/plain Installation of kdebase-3.3.0-0.1.rc2 does not fix the multiple dependencies of rc1 released on 8 August file /usr/bin/kdepasswd from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/applications/kde/kdepasswd.desktop from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/BeachBall.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Butterfly.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 file /usr/share/apps/kdm/pics/users/Flower.png from install of kdebase-3.3.0-0.1.rc2 conflicts with file from package kdeutils-3.2.3-1 Also release of howl0.96 and howl-libs will not install due to missing dependencies: Unresolvable chain of dependencies: gnome-vfs2 2.7.90-2 requires libhowl-0.9.5.so.0 Just thought you'd like to know! Scott I have the same issue with KDE, although I got the gnome updates to work by using yum and updating packages one letter at a time. I also have a similar issue with iiimf: Package iiimf-client-lib-devel needs iiimf-client-lib = 1:11.4-64.svn1772, this is not available. Package iiimf-protocol-lib-devel needs iiimf-protocol-lib = 1:11.4-64.svn1772, this is not available. Also, the GUI up2date hangs on "Testing package set / solving RPM inter-dependencies" whenever any howl package is selected. Jason -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 3342 bytes Desc: not available URL: From jlcthibo at uumail.gov.bc.ca Thu Aug 12 20:09:15 2004 From: jlcthibo at uumail.gov.bc.ca (Christian Thibodeau) Date: Thu, 12 Aug 2004 13:09:15 -0700 Subject: kernel panic (517) In-Reply-To: <20040812125853.B29551@mail.harddata.com> References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> <20040812125853.B29551@mail.harddata.com> Message-ID: <1092341355.2532.1.camel@phoenix.osg.gov.bc.ca> On Thu, 2004-12-08 at 12:58 -0600, Michal Jaegermann wrote: > On Thu, Aug 12, 2004 at 10:45:18AM -0700, Scott Talbot wrote: > > > > > > Just downloaded kernel 2.6.7-1.517 and upon reboot got messages: > > > > Mount error 6 mounting ext3 > > switchroot failed z2 > > kernel panic attempt to kill init! > > This is a mkinitrd problem. Either downgrade to mkinitrd-4.0.3-1 > or wait until mkinitrd-4.0.5-1 will show up. In any case you will > have to rebuild your initrd images which got affected. > From rom the comments in Bugzilla (#129773): mkinitrd 4.0.5 at http://people.redhat.com/~katzj/mkinitrd/ should fix this (you'll need to rebuild your initrd) rpm -Uvh mkinitrd-4.0.5-1.i386.rpm mkinitrd -f /boot/initrd-2.6.7-1.517.img 2.6.7-1.517 reboot That solved the problem for me. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From linux at stefanrotsch.de Thu Aug 12 20:25:49 2004 From: linux at stefanrotsch.de (Stefan Rotsch) Date: Thu, 12 Aug 2004 22:25:49 +0200 Subject: Umlaut issues with Bitsream Vera Sans In-Reply-To: <1092331212.2973.32.camel@localhost.localdomain> References: <1092304420.3202.15.camel@localhost.localdomain> <1092331212.2973.32.camel@localhost.localdomain> Message-ID: <1092342349.20355.6.camel@localhost.localdomain> Quoting Per Bjornsson: Hi Per, > Strange. And, as you noticed, it only happens to the ? character, not > e.g. ?. Perhaps it is some kind of problem with the Freetype autohinter > that is used? It seems to be so; I don't see this on Debian, though. I'll try to figure out whether this is an upstream bug or a Fedora-related issue. > If you're in Germany, perhaps you could try rebuilding the Freetype > package with the TTF bytecode interpreter turned on (apparently there's > a switch in the code; Apple has a patent on the TTF bytecode > interpretation so it's turned off by default, and an auto-hinting > algorithm is used instead.) If that helps it's really very likely that > it's the autohinter that is doing something wrong. I'll see if I can > find time to fiddle with this as well. Rebuilding Freetype with the bytecode interpreter enabled fixes it. Once I'm sure it's not an upstream bug, I'll file a bug report against Freetype. Thanks for pointing me to a solution! Regards, Stefan From ckunkel at been-there.com Thu Aug 12 21:01:03 2004 From: ckunkel at been-there.com (Clyde Kunkel) Date: Thu, 12 Aug 2004 17:01:03 -0400 Subject: kernel panic (517) In-Reply-To: <20040812125853.B29551@mail.harddata.com> Message-ID: <20040812210103.QLME10626.lakermmtao11.cox.net@kunkelcp4t17> > -----Original Message----- > From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list- > bounces at redhat.com] On Behalf Of Michal Jaegermann > Sent: Thursday, August 12, 2004 2:59 PM > To: For testers of Fedora Core development releases > Subject: Re: kernel panic (517) > > On Thu, Aug 12, 2004 at 10:45:18AM -0700, Scott Talbot wrote: > > > > > > Just downloaded kernel 2.6.7-1.517 and upon reboot got messages: > > > > Mount error 6 mounting ext3 > > switchroot failed z2 > > kernel panic attempt to kill init! > > This is a mkinitrd problem. Either downgrade to mkinitrd-4.0.3-1 > or wait until mkinitrd-4.0.5-1 will show up. In any case you will > have to rebuild your initrd images which got affected. > > > first ever panic > > A failure to mount / file system results in this outcome. :-) > > Michal > > Mkinitrd-4.0.5-1 works great....thanks for the fix. From lwn-fedora-test at lwn.net Thu Aug 12 22:08:47 2004 From: lwn-fedora-test at lwn.net (Jonathan Corbet) Date: Thu, 12 Aug 2004 16:08:47 -0600 Subject: Somebody left a print statement in? Message-ID: <20040812220847.10312.qmail@lwn.net> I have a little python script which can query yahoo for stock prices; I like to use it to watch the day-to-day decline of my portfolio. Today, however, I got some extra information in the form a bunch of lines like: dots=2, statp->ndots=1, trailing_dot=0, name=finance.yahoo.com It never used to do that before...my guess is that it has something to do with the new bind packages that came in when I did a rawhide update this afternoon. Maybe somebody forgot to take a print statement out? jon Jonathan Corbet Executive editor, LWN.net corbet at lwn.net From jspaleta at gmail.com Thu Aug 12 22:10:08 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Thu, 12 Aug 2004 18:10:08 -0400 Subject: Somebody left a print statement in? In-Reply-To: <20040812220847.10312.qmail@lwn.net> References: <20040812220847.10312.qmail@lwn.net> Message-ID: <604aa791040812151057749380@mail.gmail.com> On Thu, 12 Aug 2004 16:08:47 -0600, Jonathan Corbet wrote: > I have a little python script which can query yahoo for stock prices; I > like to use it to watch the day-to-day decline of my portfolio. Today, > however, I got some extra information in the form a bunch of lines like: > > dots=2, statp->ndots=1, trailing_dot=0, name=finance.yahoo.com See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129747 From paul at all-the-johnsons.co.uk Thu Aug 12 23:47:58 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Fri, 13 Aug 2004 00:47:58 +0100 Subject: rpm -e problem Message-ID: <1092354478.26264.3.camel@T7.linux> Hi, Something odd has happened on the laptop. I'm trying to do an update via yum and am getting a pile of problems with iiimf packages. I don't use iiimf, so there is no harm in removing it. However, rpm -e iiimf-lib-xcin (say) generates the following error 'iiimf-lib-xcin' specifies multiple packages I've tried to rebuild the database (which didn't generate any errors, so I'll assume it's worked), but still get that error message. Any ideas what is causing the problem? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Thu Aug 12 23:49:14 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Fri, 13 Aug 2004 00:49:14 +0100 Subject: Evolution 2? Message-ID: <1092354554.26264.5.camel@T7.linux> Hi, Wasn't the first beta of Ev2 due out a week or so back? Just asking as I was reading a few back emails earlier. TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From gstool at earthlink.net Fri Aug 13 00:00:09 2004 From: gstool at earthlink.net (Gerry Tool) Date: Thu, 12 Aug 2004 19:00:09 -0500 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x Message-ID: <411C0489.9060707@earthlink.net> How does one tranfer/copy the contacts contained in version 1.4.x of Evolution into the newer 1.5.9.x version? Thanks. Gerry Tool From gstool at earthlink.net Fri Aug 13 00:02:09 2004 From: gstool at earthlink.net (Gerry Tool) Date: Thu, 12 Aug 2004 19:02:09 -0500 Subject: gnome-panel crash In-Reply-To: <1092337304.3326.3.camel@wintermute.sr.unh.edu> References: <1092337304.3326.3.camel@wintermute.sr.unh.edu> Message-ID: <411C0501.9090408@earthlink.net> Thomas J. Baker wrote: >Anyone else have gnome-panel crash on login after the rawhide updates >from yesterday? Todays updates didn't help. To add insult to injury, I >can't bugzilla it as the wysiwyg auto form fillout thingy isn't working >with mozilla or galeon. > >tjb > > I have a fully updated from rawhide system and have not observed that problem. Sorry I can't be of help. Gerry From jent at spicylemons.com Fri Aug 13 00:18:45 2004 From: jent at spicylemons.com (Mike Jensen) Date: Thu, 12 Aug 2004 18:18:45 -0600 Subject: rpm -e problem In-Reply-To: <1092354478.26264.3.camel@T7.linux> References: <1092354478.26264.3.camel@T7.linux> Message-ID: <200408121818.45947.jent@spicylemons.com> as far as i know that package doesn't exist....iiimf-le-xcin does however....not sure if that is what you were trying to remove? it might have been getting confused because there are several packages like that that come with fedora....on core 2 with a full install you get: iiimf-le-inpinyin-0.3-2 iiimf-protocol-lib-11.4-46.1.svn1587 iiimf-le-newpy-11.4-46.1.svn1587 iiimf-client-lib-11.4-46.1.svn1587 iiimf-protocol-lib-devel-11.4-46.1.svn1587 iiimf-gtk-11.4-46.1.svn1587 iiimf-le-unit-11.4-46.1.svn1587 iiimf-le-hangul-11.4-46.1.svn1587 iiimf-client-lib-devel-11.4-46.1.svn1587 iiimf-server-11.4-46.1.svn1587 iiimf-le-canna-11.4-46.1.svn1587 iiimf-docs-11.4-46.1.svn1587 iiimf-x-11.4-46.1.svn1587 iiimf-le-xcin-0.1.5-1 iiimf-csconv-11.4-46.1.svn1587 iiimf-emacs-11.4-46.1.svn1587 if this dosen't help let me know, might be way off track On Thursday 12 August 2004 17:47, Paul wrote: > Hi, > > Something odd has happened on the laptop. > > I'm trying to do an update via yum and am getting a pile of problems > with iiimf packages. I don't use iiimf, so there is no harm in removing > it. > > However, rpm -e iiimf-lib-xcin (say) generates the following error > > 'iiimf-lib-xcin' specifies multiple packages > > I've tried to rebuild the database (which didn't generate any errors, so > I'll assume it's worked), but still get that error message. > > Any ideas what is causing the problem? > > TTFN > > Paul -- Cheers, Mike Jensen jent at spicylemons.com cell at spicylemons.com irc.acidchat.net www.spicylemons.com From dmalcolm at redhat.com Fri Aug 13 00:43:48 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Thu, 12 Aug 2004 20:43:48 -0400 Subject: Evolution 2? In-Reply-To: <1092354554.26264.5.camel@T7.linux> References: <1092354554.26264.5.camel@T7.linux> Message-ID: <1092357828.7420.22.camel@cassandra.boston.redhat.com> On Fri, 2004-08-13 at 00:49 +0100, Paul wrote: > Hi, > > Wasn't the first beta of Ev2 due out a week or so back? > > Just asking as I was reading a few back emails earlier. Alas, it's taking longer than hoped to stabilise. Hopefully 1.5.92.3 will be out tomorrow, with a few more bugs squashed. From talbotscott at cox.net Fri Aug 13 00:50:12 2004 From: talbotscott at cox.net (Scott Talbot) Date: Thu, 12 Aug 2004 17:50:12 -0700 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x In-Reply-To: <411C0489.9060707@earthlink.net> References: <411C0489.9060707@earthlink.net> Message-ID: <1092358212.2710.14.camel@ip68-7-36-36.sd.sd.cox.net> On Thu, 2004-08-12 at 19:00 -0500, Gerry Tool wrote: > How does one tranfer/copy the contacts contained in version 1.4.x of > Evolution into the newer 1.5.9.x version? > > Thanks. > > Gerry Tool Select the contacts you want to transfer, select menu File--> export vcard. I think that was the way it is listed, either export or save as. When I did it, it collected all my contacts into 1 file, which imported easily into 1.5.9 using the import function. Scott From dmalcolm at redhat.com Fri Aug 13 01:02:01 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Thu, 12 Aug 2004 21:02:01 -0400 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x In-Reply-To: <411C0489.9060707@earthlink.net> References: <411C0489.9060707@earthlink.net> Message-ID: <1092358921.7420.26.camel@cassandra.boston.redhat.com> On Thu, 2004-08-12 at 19:00 -0500, Gerry Tool wrote: > How does one tranfer/copy the contacts contained in version 1.4.x of > Evolution into the newer 1.5.9.x version? IIRC it should automatically migrate when you first run the new Evolution You may want to back up your ~/evolution folder first; Evolution 1.5.* stores its stuff in ~/.evolution so in theory it won't touch the 1.4 stuff; I took a backup when I did it myself.... Dave From gstool at earthlink.net Fri Aug 13 01:08:06 2004 From: gstool at earthlink.net (Gerry Tool) Date: Thu, 12 Aug 2004 20:08:06 -0500 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x In-Reply-To: <1092358212.2710.14.camel@ip68-7-36-36.sd.sd.cox.net> References: <411C0489.9060707@earthlink.net> <1092358212.2710.14.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <411C1476.60904@earthlink.net> Scott Talbot wrote: >On Thu, 2004-08-12 at 19:00 -0500, Gerry Tool wrote: > > >>How does one tranfer/copy the contacts contained in version 1.4.x of >>Evolution into the newer 1.5.9.x version? >> >>Thanks. >> >>Gerry Tool >> >> > > Select the contacts you want to transfer, select menu File--> export >vcard. >I think that was the way it is listed, either export or save as. When I >did it, it collected all my contacts into 1 file, which imported easily >into 1.5.9 using the import function. > >Scott > > > Thanks for the info, Scott. I had tried to copy the addressbook.db and addressbook.db.summary from my old evolution folder to the new .evolution folder. It didn't seem to "take" even after a logout/login. However, when I rebooted to import the vcard file I made per your instructions, the contacts were already in 1.5.9, obviously from my previous copy. Go figure. Gerry From fct-cornette at sbcglobal.net Fri Aug 13 02:10:29 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 12 Aug 2004 22:10:29 -0400 Subject: rpm -e problem In-Reply-To: <200408121818.45947.jent@spicylemons.com> References: <1092354478.26264.3.camel@T7.linux> <200408121818.45947.jent@spicylemons.com> Message-ID: <411C2315.6050909@sbcglobal.net> Mike Jensen wrote: > as far as i know that package doesn't exist....iiimf-le-xcin does > however....not sure if that is what you were trying to remove? it might have > been getting confused because there are several packages like that that come > with fedora....on core 2 with a full install you get: > iiimf-le-inpinyin-0.3-2 > iiimf-protocol-lib-11.4-46.1.svn1587 > iiimf-le-newpy-11.4-46.1.svn1587 > iiimf-client-lib-11.4-46.1.svn1587 > iiimf-protocol-lib-devel-11.4-46.1.svn1587 > iiimf-gtk-11.4-46.1.svn1587 > iiimf-le-unit-11.4-46.1.svn1587 > iiimf-le-hangul-11.4-46.1.svn1587 > iiimf-client-lib-devel-11.4-46.1.svn1587 > iiimf-server-11.4-46.1.svn1587 > iiimf-le-canna-11.4-46.1.svn1587 > iiimf-docs-11.4-46.1.svn1587 > iiimf-x-11.4-46.1.svn1587 > iiimf-le-xcin-0.1.5-1 > iiimf-csconv-11.4-46.1.svn1587 > iiimf-emacs-11.4-46.1.svn1587 > > > if this dosen't help let me know, might be way off track > On Thursday 12 August 2004 17:47, Paul wrote: > >>Hi, >> >>Something odd has happened on the laptop. >> >>I'm trying to do an update via yum and am getting a pile of problems >>with iiimf packages. I don't use iiimf, so there is no harm in removing >>it. >> >>However, rpm -e iiimf-lib-xcin (say) generates the following error >> >>'iiimf-lib-xcin' specifies multiple packages >> >>I've tried to rebuild the database (which didn't generate any errors, so >>I'll assume it's worked), but still get that error message. >> >>Any ideas what is causing the problem? >> >>TTFN >> >>Paul > > You might be able to use the rpm -e parameter that gets rid of all packages, (--allpackages or similar). Another option is to rpm -q the package, then remove the older duplicated package. Also a recommendation was made to use the justdb option since removing the latest rpm probably installed files that were common to the older and newer version. Removing the older rpm would probably remove the files which are common to both versions. I usually download the latest version and uninstall all versions, then reinstall the newest version. Jim -- A language that doesn't affect the way you think about programming is not worth knowing. From dcastle at carolina.rr.com Fri Aug 13 02:34:00 2004 From: dcastle at carolina.rr.com (Dwaine Castle) Date: Thu, 12 Aug 2004 22:34:00 -0400 Subject: Samba GUI problem Message-ID: <01be01c480dd$ff4bc520$6401a8c0@DCXP> After installing the most recent batch of upgrades my Samba problem has been resolved. I also have a beautiful blue up2date button on my desktop. Thank you. Thank you. Thank you to all involved. Dwaine From tjb at unh.edu Fri Aug 13 03:08:38 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Thu, 12 Aug 2004 23:08:38 -0400 Subject: gnome-panel crash In-Reply-To: <411C0501.9090408@earthlink.net> References: <1092337304.3326.3.camel@wintermute.sr.unh.edu> <411C0501.9090408@earthlink.net> Message-ID: <1092366518.3173.0.camel@millennium.bakerconsulting.com> On Thu, 2004-08-12 at 19:02 -0500, Gerry Tool wrote: > Thomas J. Baker wrote: > > >Anyone else have gnome-panel crash on login after the rawhide updates > >from yesterday? Todays updates didn't help. To add insult to injury, I > >can't bugzilla it as the wysiwyg auto form fillout thingy isn't working > >with mozilla or galeon. > > > >tjb > > > > > I have a fully updated from rawhide system and have not observed that > problem. Sorry I can't be of help. > > Gerry > > Turns out to only happen on one of my four test systems. I need to check it out better. tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From ehoover at mines.edu Fri Aug 13 04:38:21 2004 From: ehoover at mines.edu (ehoover at mines.edu) Date: Thu, 12 Aug 2004 22:38:21 -0600 Subject: up2date keyring problems Message-ID: <1092371901.411c45bd50611@webmail.mines.edu> I'm having trouble with up2date validating packages, I can only install packages if I ignore the signiture or I get: The package automake-1.9.1-1 is not signed with a GPG signature. Aborting... Package automake-1.9.1-1 does not have a GPG signature. I've tried importing the keys with: rpm --import /usr/share/doc/fedora-release-2.90/RPM-GPG-KEY rpm --import /usr/share/rhn/RPM-GPG-KEY (and all the associated keys in those two directories) I've also tried importing the keys using the keys from a mirror and forcing to reinstall up2date and deleting '/etc/sysconfig/rhn/up2date-keyring.gpg' and then reinstalling up2date. I'd really appreciate some help with this, I don't really like installing the updates without checking the signiture even if I do trust the mirrors I'm using. From mike at netlyncs.com Fri Aug 13 05:28:26 2004 From: mike at netlyncs.com (Mike Chambers) Date: Fri, 13 Aug 2004 00:28:26 -0500 Subject: kernel panic (517) In-Reply-To: <1092341355.2532.1.camel@phoenix.osg.gov.bc.ca> References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> <20040812125853.B29551@mail.harddata.com> <1092341355.2532.1.camel@phoenix.osg.gov.bc.ca> Message-ID: <1092374906.2074.0.camel@scrappy.netlyncs.com> On Thu, 2004-08-12 at 13:09 -0700, Christian Thibodeau wrote: > From rom the comments in Bugzilla (#129773): > > mkinitrd 4.0.5 at http://people.redhat.com/~katzj/mkinitrd/ should fix > this (you'll need to rebuild your initrd) > > rpm -Uvh mkinitrd-4.0.5-1.i386.rpm > mkinitrd -f /boot/initrd-2.6.7-1.517.img 2.6.7-1.517 > reboot Didn't seem to work on this end. Updated the mkinitrd package and rebuilt initrd (using command above) and still same nfs problem -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From webmaster at margo.bijoux.nom.br Fri Aug 13 05:45:12 2004 From: webmaster at margo.bijoux.nom.br (Pedro Fernandes Macedo) Date: Fri, 13 Aug 2004 02:45:12 -0300 Subject: up2date keyring problems In-Reply-To: <1092371901.411c45bd50611@webmail.mines.edu> References: <1092371901.411c45bd50611@webmail.mines.edu> Message-ID: <411C5568.6020407@margo.bijoux.nom.br> ehoover at mines.edu wrote: >I'm having trouble with up2date validating packages, I can only install packages >if I ignore the signiture or I get: > >The package automake-1.9.1-1 is not signed with a GPG signature. Aborting... >Package automake-1.9.1-1 does not have a GPG signature. > >I've tried importing the keys with: >rpm --import /usr/share/doc/fedora-release-2.90/RPM-GPG-KEY >rpm --import /usr/share/rhn/RPM-GPG-KEY >(and all the associated keys in those two directories) > >I've also tried importing the keys using the keys from a mirror and forcing to >reinstall up2date and deleting '/etc/sysconfig/rhn/up2date-keyring.gpg' and >then reinstalling up2date. I'd really appreciate some help with this, I don't >really like installing the updates without checking the signiture even if I do >trust the mirrors I'm using. > > The key is: Package automake-1.9.1-1 does not have a GPG signature. The build system doesnt sign the packages. I remmember some discussion about this issue some time ago on fedora-devel-list , but it didnt change anything as it seems. -- Pedro Macedo From paul at all-the-johnsons.co.uk Fri Aug 13 09:29:09 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Fri, 13 Aug 2004 10:29:09 +0100 Subject: Mono Message-ID: <1092389349.5591.12.camel@jeeves.music.salford.ac.uk> Hi, Given the speed at which FC moves, I keep finding the likes of Mono won't install on my boxes happily, so I think I'll start to package them myself and make them available via yum. I have two questions about this 1. Is there a simple to understand howto on repackaging rpms? 2. What do I need to do to set up a yum repository? I have a fair lump of bandwidth (I work in a University) TTFN Paul -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From byte at aeon.com.my Fri Aug 13 09:47:56 2004 From: byte at aeon.com.my (Colin Charles) Date: Fri, 13 Aug 2004 19:47:56 +1000 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x In-Reply-To: <1092358921.7420.26.camel@cassandra.boston.redhat.com> References: <411C0489.9060707@earthlink.net> <1092358921.7420.26.camel@cassandra.boston.redhat.com> Message-ID: <1092390476.2973.442.camel@albus.aeon.com.my> On Fri, 2004-08-13 at 11:02, David Malcolm wrote: > You may want to back up your ~/evolution folder first; Evolution 1.5.* > stores its stuff in ~/.evolution so in theory it won't touch the 1.4 > stuff; I took a backup when I did it myself.... And I reckon report back or to Bugzilla if it starts eating up your stuff It's important to know this, because I'm sure many folk have upgraded from FC1->FC2 and will do the FC3 upgrade when it does get released (some probably earlier even, from RH days) -- Colin Charles, byte at aeon.com.my http://www.bytebot.net/ "First they ignore you, then they laugh at you, then they fight you, then you win." -- Mohandas Gandhi From craigb at ati-uk.com Fri Aug 13 10:54:08 2004 From: craigb at ati-uk.com (craigb at ati-uk.com) Date: Fri, 13 Aug 2004 11:54:08 +0100 Subject: newbie: dmesg output looks corrupt? Message-ID: hi all, bit new to all this so go easy... i am having problems getting a tape drive to work, so as a first step, i think i should be able to see reference to the device in the boot messages. however, the output of dmesg doesn't look at all right to me...any ideas? (using FC3 T1) [root]# dmesg a2> md: bind md: running: md0: setting max_sectors to 512, segment boundary to 131071 raid0: looking at sdb2 raid0: comparing sdb2(78991360) with sdb2(78991360) raid0: END raid0: ==> UNIQUE raid0: 1 zones raid0: looking at sda2 raid0: comparing sda2(79931136) with sdb2(78991360) raid0: NOT EQUAL raid0: comparing sda2(79931136) with sda2(79931136) raid0: END raid0: ==> UNIQUE raid0: 2 zones raid0: FINAL 2 zones raid0: zone 1 raid0: checking sda2 ... contained as device 0 (79931136) is smallest!. raid0: checking sdb2 ... nope. raid0: zone->nb_dev: 1, size: 939776 raid0: current zone offset: 79931136 raid0: done. raid0 : md_size is 158922496 blocks. raid0 : conf->hash_spacing is 157982720 blocks. raid0 : nb_zone is 2. raid0 : Allocating 8 bytes for hash. md: ... autorun DONE. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. Freeing unused kernel memory: 140k freed SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks 88 3f 03 05 00 40 ed 9d 2f f2 9c ae b4 b0 84 03 e4 11 02 f9 c1 00 a0 9c 64 4d 1a 61 e9 01 b2 7e 4e 2b 89 db 39 a6 51 82 db 5f ca 00 9a 02 a6 41 bc 84 00 e9 0f d9 42 4f f7 38 61 ff ea eb 90 1d b4 f9 c1 4c f3 3c e5 eb d3 ad 65 62 46 8b eb b1 9c 03 5b 90 88 NET: Registered protocol family 10 Disabled Privacy Extensions on device 02352c60(lo) IPv6 over IPv4 tunneling driver divert: not allocating divert_blk for non-ethernet device sit0 88 3f 03 05 00 40 ed 9d 2f f2 9c ae b4 b0 84 03 e4 11 02 f9 c1 00 a0 9c 64 4d 1a 61 e9 01 b2 7e 4e 2b 89 db 39 a6 51 82 db 5f ca 00 9a 02 a6 41 bc 84 00 e9 0f d9 42 4f f7 38 61 ff ea eb 90 1d b4 f9 c1 4c f3 3c e5 eb d3 ad 65 62 46 8b eb b1 9c 03 5b 90 88 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 b2 8f 00 a0 9b 61 66 bd 1b 5d 56 77 e4 0d 07 d0 5f 5d 93 dc da d1 9e e9 00 a0 cf 68 fb 11 17 69 92 32 03 53 ad eb ab be 02 4d 13 79 2f 86 b2 8f 4b 65 4f db 74 50 e0 a9 a3 08 09 a0 cd 54 b8 5f 4d 63 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 be 2a 00 9f 43 4a dd 44 fb 0f 47 3b 92 ba 25 0a 12 00 d4 b1 55 8d 2e 97 00 a0 c1 43 53 14 ba 87 fb 86 ad 80 53 ba 8e 5a 02 50 8b 11 40 99 be 2a ed 18 1c f7 64 35 a6 fa 4d 9f e7 7d 09 f4 4b 19 52 40 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 17 48 00 a0 cd 68 d2 68 ed 7b fe e2 0e c7 68 34 cd fa ad 6a c3 9b 98 9f 00 9f 7c 7c 8a fa 57 21 b7 37 6a 50 f8 01 1c eb d6 43 ff 3c 2b be 17 48 f8 33 37 36 0f 00 30 6e a5 bb db 43 bf 5a 62 7b fb bf 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 e7 35 00 9e 26 1a bb d7 59 4d b8 7e 1a d3 cf df 5f 48 f8 48 06 77 d7 21 00 9f 6a b6 65 ef 11 48 a2 36 be 74 9b e3 83 52 9f a7 e0 98 60 5e e7 35 b0 4c 56 59 26 b8 ac 0a a5 5c 40 41 f9 a7 ab d1 a9 4a ACPI: Power Button (FF) [PWRF] ACPI: Sleep Button (CM) [SLPB] 88 3f 03 05 00 40 ed 9c f3 f2 9c ae b4 b0 84 03 e4 11 02 0a f8 00 a0 bf c0 93 05 cb 37 43 fc 5c 8f ee d3 1e 62 b0 db 60 16 9a 8c 00 9e 29 01 23 58 7c 39 94 3d df 5f e8 74 b4 dc c7 2e a6 0b 70 02 0a f8 96 9a 6f 32 7b 23 58 e1 d1 56 1d a4 30 5c 6e df 6b 88 88 3f 03 05 00 40 ed 9d 14 f2 9c ae b4 b0 84 03 e4 11 02 36 7c 00 9e 2e 2d 88 12 fe 21 70 a5 da 9e a3 5b af 2f d1 80 86 a9 84 2b 00 a0 ca 31 0d 00 aa dd cd a5 a8 6f e9 ad 6b 72 0b 9a c1 01 32 f3 36 7c 5b a9 f5 5a b4 77 eb c4 4b 1c de 31 18 33 87 97 d7 d4 ACPI: PCI interrupt 0000:00:10.3[D] -> GSI 10 (level, low) -> IRQ 10 ehci_hcd 0000:00:10.3: EHCI Host Controller ehci_hcd 0000:00:10.3: irq 10, pci mem 2284bc00 ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10 hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected 88 3f 03 05 00 40 ed 9d 14 f2 9c ae b4 b0 84 03 e4 11 02 2e 73 00 9e 20 c4 15 ee ce dc 13 9d 2c 23 d6 f1 bd c4 ce 6f 4c 45 cb 1f 00 a0 d9 fe 1c 5d e3 d2 f1 de dd 97 80 65 4a fa fe 73 1d 07 f5 30 2e 73 70 01 cf 0b f7 db 4c ed 9c ae 9d b3 18 8a 94 5f 4e be USB Universal Host Controller Interface driver v2.2 ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:10.0: UHCI Host Controller uhci_hcd 0000:00:10.0: irq 11, io base 0000cc00 uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI interrupt 0000:00:10.1[B] -> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:10.1: UHCI Host Controller uhci_hcd 0000:00:10.1: irq 11, io base 0000d000 uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI interrupt 0000:00:10.2[C] -> GSI 10 (level, low) -> IRQ 10 uhci_hcd 0000:00:10.2: UHCI Host Controller uhci_hcd 0000:00:10.2: irq 10, io base 0000d400 uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4 hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected EXT3 FS on md0, internal journal 88 3f 03 05 00 40 ed 9d 20 f2 9c ae b4 b0 84 03 e4 11 02 77 db 00 9f 53 77 46 24 14 27 73 6a 64 17 69 92 5e 3e f8 92 23 52 70 3e 00 a0 bf be 49 35 ac 4b 55 6d 3f 13 5d e5 07 fe f6 6d ea 10 ea d4 77 db 21 49 eb 16 93 8c bd 38 77 37 f0 b7 09 ff 0c 37 1c 41 device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm at uk.sistina.com cdrom: open failed. Adding 1044184k swap on /dev/sdb1. Priority:-1 extents:1 kjournald starting. Commit interval 5 seconds EXT3 FS on sda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 80 c8 00 a0 e1 44 60 36 a6 5e 0c a9 61 cc 04 9a e1 c7 f3 98 8d 23 17 5a 00 9f 67 79 47 c1 43 e2 90 16 f2 cb d3 57 f6 f1 f6 ff d7 a6 8b a2 80 c8 73 52 e1 33 13 8d 2c 39 04 e9 62 cf 36 4b 48 a9 da a2 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 31 99 00 a0 90 cb 75 39 c9 b8 77 fd 36 6d be 4f 6c 6c df b3 88 b3 03 ee 00 9f 5b e0 2c e7 f6 81 7c ad 41 34 d3 69 9e 05 7d 3d 06 e3 01 26 31 99 58 cb 3c 9a 0a 97 3c 10 91 e1 34 b1 d8 5a 84 b7 0d c7 parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP] parport0: irq 7 detected 88 3f 03 05 00 40 ed 9c ed f2 9c ae b4 b0 84 03 e4 11 02 0e 65 00 a0 da af 82 ce 2b 97 6d 4c c4 7f b6 6a b8 40 81 da d8 11 75 11 00 9d 1d 5f 95 67 77 9c ba 0a 7b c0 fd de c6 13 12 e4 60 1d 5e 5f 0e 65 69 99 32 e0 c0 da be 65 33 3e 8f 28 cd 5e c3 e0 bc c7 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0 kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device 88 3f 03 05 00 40 ed 9c ee f2 9c ae b4 b0 84 03 e4 11 02 9b 6e 00 9d 15 e4 0e e7 56 6b 8f 0c e5 3d 93 34 d1 38 4a bc 7f 75 c0 ae 00 9f 52 ec 5d bd ef 21 0e 0d b5 4b 5d db 21 26 29 41 63 a1 ba 25 9b 6e b0 29 22 e7 83 0a 41 b4 9d 31 41 9f 67 87 2f d3 68 19 inserting floppy driver for 2.6.7-1.478 Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 10 b4 00 a0 d9 73 2c a8 b1 da 4a 9f c2 73 36 db 7d 59 80 2f 7d 43 6a a6 00 a0 8b d6 cb 39 3b c4 75 63 22 06 de ba de c5 c7 bc 3a 50 72 db 10 b4 d3 d9 ff c7 76 85 d8 10 be 7b 4d ff 33 7b ab e8 62 bd 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 87 ce 00 a0 b0 53 f0 5a 10 9f cc 3e 2d 48 0e 60 de 6c 3f 94 77 dd ac 1b 00 9f 5e 35 4d 15 b0 0c bf a1 0e a8 0d bb 6e 08 8f 74 c2 42 c4 28 87 ce 5c 7d a0 06 0e 05 84 46 0b bd 9a 8b a5 7c 57 90 b4 87 88 3f 03 05 00 40 ed 9c e1 f2 9c ae b4 b0 84 03 e4 11 02 98 4b 00 9f 6b 4b 12 18 fb ba 84 37 1e e1 87 2f 74 3d fb ac 7f 8f c3 10 00 9e 23 db 14 fb ef 06 68 3d 8a 30 e8 74 32 34 d4 a8 7c 1f 63 13 98 4b 59 a9 be 4e f6 d2 12 06 b6 08 56 42 78 11 e9 44 68 f8 88 3f 03 05 00 40 ed 9c e6 f2 9c ae b4 b0 84 03 e4 11 02 10 1f 00 9e 39 f2 8d 33 08 60 f1 c6 14 f6 e6 ad 9d 4e 10 c9 a4 d9 c3 e0 00 9d 19 90 74 bd e9 c0 cd a8 df 2c a4 45 40 a8 51 58 ec 60 87 18 10 1f 21 9e 5e 11 85 77 90 27 5b 30 81 bf 52 3f 32 a2 83 b7 via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth0 eth0: VIA Rhine II at 0xdffffb00, 00:0b:6a:0e:a4:ce, IRQ 11. eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 0021. divert: freeing divert_blk for eth0 88 3f 03 05 00 40 ed 9d 26 f2 9c ae b4 b0 84 03 e4 11 02 48 8e 00 a0 b8 4e 33 70 a7 51 be cb ce 2f e4 4a 6a 74 ec a3 19 c0 43 17 00 a0 83 12 85 b8 f6 8a 1b 3c a7 f7 2d fe e5 1c e4 d3 57 e3 ec d0 48 8e e1 f8 d7 95 95 e1 d4 4a b2 b0 00 67 2f aa 79 33 e8 10 ip_tables: (C) 2000-2002 Netfilter core team 88 3f 03 05 00 40 ed 9d 2a f2 9c ae b4 b0 84 03 e4 11 02 e7 41 00 a0 c7 a3 44 ae 89 01 15 e7 85 3c 2c 98 68 96 29 ff 31 bc e5 c7 00 a0 e3 56 89 29 fa 92 4e 2f 75 fb 78 ea 5e 7b f5 3d 50 ff 32 64 e7 41 01 83 6f 59 e4 05 76 65 1b e8 3e cb b0 67 38 59 48 80 88 3f 03 05 00 40 ed 9c e1 f2 9c ae b4 b0 84 03 e4 11 02 98 4b 00 9f 6b 4b 12 18 fb ba 84 37 1e e1 87 2f 74 3d fb ac 7f 8f c3 10 00 9e 23 db 14 fb ef 06 68 3d 8a 30 e8 74 32 34 d4 a8 7c 1f 63 13 98 4b 59 a9 be 4e f6 d2 12 06 b6 08 56 42 78 11 e9 44 68 f8 88 3f 03 05 00 40 ed 9c e6 f2 9c ae b4 b0 84 03 e4 11 02 10 1f 00 9e 39 f2 8d 33 08 60 f1 c6 14 f6 e6 ad 9d 4e 10 c9 a4 d9 c3 e0 00 9d 19 90 74 bd e9 c0 cd a8 df 2c a4 45 40 a8 51 58 ec 60 87 18 10 1f 21 9e 5e 11 85 77 90 27 5b 30 81 bf 52 3f 32 a2 83 b7 via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth0 eth0: VIA Rhine II at 0xdffffb00, 00:0b:6a:0e:a4:ce, IRQ 11. eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 0021. 88 3f 03 05 00 40 ed 9d 26 f2 9c ae b4 b0 84 03 e4 11 02 48 8e 00 a0 b8 4e 33 70 a7 51 be cb ce 2f e4 4a 6a 74 ec a3 19 c0 43 17 00 a0 83 12 85 b8 f6 8a 1b 3c a7 f7 2d fe e5 1c e4 d3 57 e3 ec d0 48 8e e1 f8 d7 95 95 e1 d4 4a b2 b0 00 67 2f aa 79 33 e8 10 ip_tables: (C) 2000-2002 Netfilter core team 88 3f 03 05 00 40 ed 9d 2a f2 9c ae b4 b0 84 03 e4 11 02 e7 41 00 a0 c7 a3 44 ae 89 01 15 e7 85 3c 2c 98 68 96 29 ff 31 bc e5 c7 00 a0 e3 56 89 29 fa 92 4e 2f 75 fb 78 ea 5e 7b f5 3d 50 ff 32 64 e7 41 01 83 6f 59 e4 05 76 65 1b e8 3e cb b0 67 38 59 48 80 eth0: no IPv6 routers present 88 3f 03 05 00 40 ed 9d 3b f2 9c ae b4 b0 84 03 e4 11 02 c2 2f 00 a0 df 05 13 cc 6e 3d 45 52 ab 5b 5e 77 66 61 be 6c 98 1d f8 34 00 9e 30 95 b9 8e ad 80 c6 4b 0f 77 e3 d5 82 99 98 26 45 8e 1e 4b c2 2f 8c 52 e9 61 98 07 f3 5d 67 b8 65 fc 9f f5 a0 4c 7c 0d 88 3f 03 05 00 40 ed 9d 12 f2 9c ae b4 b0 84 03 e4 11 02 25 83 00 9f 71 2c 25 84 4d 0b 07 3a 44 51 c5 98 46 ac 88 88 9b 96 25 7b 00 a0 8b 87 80 31 21 b8 11 dd e8 0b e3 5e 15 72 af b6 c2 3b 13 0c 25 83 c7 a1 69 f0 10 ac 17 1a 2e f7 e6 71 b2 d9 67 c4 36 ac drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic usbcore: registered new driver usbserial_generic usbcore: registered new driver usbserial drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 80 c8 00 a0 e1 44 60 36 a6 5e 0c a9 61 cc 04 9a e1 c7 f3 98 8d 23 17 5a 00 9f 67 79 47 c1 43 e2 90 16 f2 cb d3 57 f6 f1 f6 ff d7 a6 8b a2 80 c8 73 52 e1 33 13 8d 2c 39 04 e9 62 cf 36 4b 48 a9 da a2 88 3f 03 05 00 40 ed 9c f7 f2 9c ae b4 b0 84 03 e4 11 02 23 44 00 9d 10 d3 30 d4 a7 5d 6b 09 8b 83 72 44 0f 88 61 04 4d 39 83 bf 00 9e 21 94 b0 82 26 66 b1 5f 3a f5 c0 e8 21 3f a1 cb 18 a0 39 c3 23 44 fb 20 6f 86 60 e1 e8 59 bc 99 45 2f e4 c9 82 00 e7 67 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 31 99 00 a0 90 cb 75 39 c9 b8 77 fd 36 6d be 4f 6c 6c df b3 88 b3 03 ee 00 9f 5b e0 2c e7 f6 81 7c ad 41 34 d3 69 9e 05 7d 3d 06 e3 01 26 31 99 58 cb 3c 9a 0a 97 3c 10 91 e1 34 b1 d8 5a 84 b7 0d c7 parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP] parport0: irq 7 detected lp0: using parport0 (polling). lp0: console ready 88 3f 03 05 00 40 ed 9d 55 f2 9c ae b4 b0 84 03 e4 11 02 f7 83 00 9e 24 95 bb f1 ae 51 99 fe 81 9e fc d1 cb 01 b6 b2 72 4f 96 b3 00 a0 db 29 86 fd 39 cc c6 d2 d7 13 cc b7 ea 39 e5 b6 9e e3 2b 2b f7 83 c5 e6 06 6e d7 4c 38 f6 ab 42 96 7f 21 25 d7 05 97 e1 88 3f 03 05 00 40 ed 9d 53 f2 9c ae b4 b0 84 03 e4 11 02 91 e7 00 9f 73 39 59 9a ff d8 bb 37 fa 6d 6d a1 87 24 49 8d 3d 66 58 3d 00 a0 be 15 b8 a1 32 9a 52 52 a8 5c 82 0a 0a c2 b8 ef 0f 08 d0 e6 91 e7 3c 38 de 9d 1d 86 05 f9 39 2f 6e e4 7f 38 f2 29 84 63 88 3f 03 05 00 40 ed 9d 50 f2 9c ae b4 b0 84 03 e4 11 02 d3 fa 00 9f 74 a4 e2 87 fb 7d a0 57 f1 c0 48 fe 72 7d 36 03 fe 91 63 f1 00 9e 2b 3e 78 3b 23 43 b9 71 80 31 dc 44 52 ba a0 2f ae 5a d9 16 d3 fa 2d b4 30 23 77 64 68 c2 8c 57 9e ad 03 3c d3 6b ce 07 88 3f 03 05 00 40 ed 9d 52 f2 9c ae b4 b0 84 03 e4 11 02 66 c7 00 9f 5f 39 3a 46 06 05 61 15 f7 24 b1 18 3e cc df 54 68 15 d4 b8 00 9e 25 04 fe 6c 16 d5 11 f3 12 9d cd 75 ca ca 8f 6b 4c 29 21 8a 66 c7 0f 77 17 60 63 1d bb a5 57 8b a7 d8 76 4a cf 6f 54 14 88 3f 03 05 00 40 ed 9d 53 f2 9c ae b4 b0 84 03 e4 11 02 d8 b1 00 a0 d1 3c 04 77 c7 e4 c9 14 c1 b2 1d e3 a8 9f 0e 1d a1 9c d2 fb 00 9f 42 ab 5e 75 90 66 57 8f 35 df 22 2a 6f 34 0b 82 03 db 2d 77 d8 b1 a0 d2 a5 29 cd f4 ac 35 2c 3c c3 ce fa 33 27 f0 51 f7 88 3f 03 05 00 40 ed 9c f1 f2 9c ae b4 b0 84 03 e4 11 02 fb 3f 00 9f 5e 85 28 43 fe 7a 50 0d 1e 07 08 3d 53 b4 4d bf 48 7e e0 aa 00 9c 0b d8 1c a7 41 43 a9 60 f0 a8 4e 0e c9 3a c6 4d 1a 9c da c5 fb 3f 2b b3 75 ea 6b 31 70 01 66 8e d3 c3 b7 6c ff ea df ea 88 3f 03 05 00 40 ed 9d 51 f2 9c ae b4 b0 84 03 e4 11 02 7a ca 00 9d 1b c8 3d 54 8c f0 41 12 d5 d9 3e 11 c1 59 47 82 1b 0c ee 60 00 a0 dc 56 43 7a 96 bf 7d 04 8c 80 4d e8 1a d5 de f5 dd 9a 9a 2c 7a ca 0a cd c7 76 17 f9 39 bb 72 b0 c4 eb 2e 6c a1 6a 42 c9 88 3f 03 05 00 40 ed 9d 53 f2 9c ae b4 b0 84 03 e4 11 02 21 82 00 9f 66 01 75 ce 61 23 60 6b dc dc 6f d6 ef ee aa de 7e 8f 62 1b 00 a0 8c 82 4d bf 4d 8a 39 10 ad b2 fb e6 6b e3 36 e9 a3 fb 63 6a 21 82 47 59 4d fd 45 52 15 d0 ea ab 6e a6 b3 31 61 d4 8e 21 88 3f 03 05 00 40 ed 9d 52 f2 9c ae b4 b0 84 03 e4 11 02 c1 84 00 9f 69 89 ae d5 cb 2a 05 2b e5 89 cb 50 a9 3c b3 4f c6 b6 b1 bd 00 9f 42 39 a6 25 24 c8 89 00 ff 8c 42 b2 4c 1f 06 d2 9e cf fb 44 c1 84 7d ea b1 b7 5b 0f ff db 0a 8a f3 fe e8 14 5d 8f 63 46 88 3f 03 05 00 40 ed 9d 46 f2 9c ae b4 b0 84 03 e4 11 02 50 83 00 9f 6f 35 4f 14 4c 1f 13 5b 98 4e 60 4b e6 36 86 0c ec 7a 4f 23 00 9f 6e cd 9f 63 85 f2 05 12 d4 2e 3d f1 97 c7 3d 1c f4 e5 7f 92 50 83 d8 9c 8d 12 8c 5a f9 57 18 76 4a d0 f9 c3 28 cf b0 25 88 3f 03 05 00 40 ed 9d 4b f2 9c ae b4 b0 84 03 e4 11 02 70 31 00 a0 bc e2 29 8f 91 7d 71 a9 4a 88 45 bd eb 76 85 9d f9 1b 58 50 00 9e 25 26 c9 f8 27 57 63 a3 7a ec c7 c7 37 a7 6b af 52 34 13 71 70 31 c2 6a 74 7d 64 9f 2f 84 3d 82 ef 45 f4 80 a1 f4 a8 5f ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 10 (level, low) -> IRQ 10 PCI: Setting latency timer of device 0000:00:11.5 to 64 88 3f 03 05 00 40 ed 9d 51 f2 9c ae b4 b0 84 03 e4 11 02 1a 4d 00 a0 cd 84 05 0a e1 3e 35 a0 de f3 da 70 bc 4f 66 41 f6 54 ee d1 00 a0 ba 4c 71 03 86 f7 8f f6 92 c6 c5 e6 3e b3 6a 99 76 1e 8e 8f 1a 4d d0 e9 15 69 fa ac 91 cb 47 ed 96 01 31 3e a0 64 06 17 python: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device python: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 10 b4 00 a0 d9 73 2c a8 b1 da 4a 9f c2 73 36 db 7d 59 80 2f 7d 43 6a a6 00 a0 8b d6 cb 39 3b c4 75 63 22 06 de ba de c5 c7 bc 3a 50 72 db 10 b4 d3 d9 ff c7 76 85 d8 10 be 7b 4d ff 33 7b ab e8 62 bd 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 87 ce 00 a0 b0 53 f0 5a 10 9f cc 3e 2d 48 0e 60 de 6c 3f 94 77 dd ac 1b 00 9f 5e 35 4d 15 b0 0c bf a1 0e a8 0d bb 6e 08 8f 74 c2 42 c4 28 87 ce 5c 7d a0 06 0e 05 84 46 0b bd 9a 8b a5 7c 57 90 b4 87 From craigb at ati-uk.com Fri Aug 13 11:09:30 2004 From: craigb at ati-uk.com (craigb at ati-uk.com) Date: Fri, 13 Aug 2004 12:09:30 +0100 Subject: newbie: dmesg output looks corrupt? Message-ID: sorry, this question has been answered previously. it seems it is some kind of debugging output, which can be safely ingored. i'll repost with my tape drive issues -----Original Message----- From: Craig Bachelor Sent: 13 August 2004 11:54 To: 'fedora-test-list at redhat.com' Subject: newbie: dmesg output looks corrupt? hi all, bit new to all this so go easy... i am having problems getting a tape drive to work, so as a first step, i think i should be able to see reference to the device in the boot messages. however, the output of dmesg doesn't look at all right to me...any ideas? (using FC3 T1) [root]# dmesg a2> md: bind md: running: md0: setting max_sectors to 512, segment boundary to 131071 raid0: looking at sdb2 raid0: comparing sdb2(78991360) with sdb2(78991360) raid0: END raid0: ==> UNIQUE raid0: 1 zones raid0: looking at sda2 raid0: comparing sda2(79931136) with sdb2(78991360) raid0: NOT EQUAL raid0: comparing sda2(79931136) with sda2(79931136) raid0: END raid0: ==> UNIQUE raid0: 2 zones raid0: FINAL 2 zones raid0: zone 1 raid0: checking sda2 ... contained as device 0 (79931136) is smallest!. raid0: checking sdb2 ... nope. raid0: zone->nb_dev: 1, size: 939776 raid0: current zone offset: 79931136 raid0: done. raid0 : md_size is 158922496 blocks. raid0 : conf->hash_spacing is 157982720 blocks. raid0 : nb_zone is 2. raid0 : Allocating 8 bytes for hash. md: ... autorun DONE. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. Freeing unused kernel memory: 140k freed SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks 88 3f 03 05 00 40 ed 9d 2f f2 9c ae b4 b0 84 03 e4 11 02 f9 c1 00 a0 9c 64 4d 1a 61 e9 01 b2 7e 4e 2b 89 db 39 a6 51 82 db 5f ca 00 9a 02 a6 41 bc 84 00 e9 0f d9 42 4f f7 38 61 ff ea eb 90 1d b4 f9 c1 4c f3 3c e5 eb d3 ad 65 62 46 8b eb b1 9c 03 5b 90 88 NET: Registered protocol family 10 Disabled Privacy Extensions on device 02352c60(lo) IPv6 over IPv4 tunneling driver divert: not allocating divert_blk for non-ethernet device sit0 88 3f 03 05 00 40 ed 9d 2f f2 9c ae b4 b0 84 03 e4 11 02 f9 c1 00 a0 9c 64 4d 1a 61 e9 01 b2 7e 4e 2b 89 db 39 a6 51 82 db 5f ca 00 9a 02 a6 41 bc 84 00 e9 0f d9 42 4f f7 38 61 ff ea eb 90 1d b4 f9 c1 4c f3 3c e5 eb d3 ad 65 62 46 8b eb b1 9c 03 5b 90 88 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 b2 8f 00 a0 9b 61 66 bd 1b 5d 56 77 e4 0d 07 d0 5f 5d 93 dc da d1 9e e9 00 a0 cf 68 fb 11 17 69 92 32 03 53 ad eb ab be 02 4d 13 79 2f 86 b2 8f 4b 65 4f db 74 50 e0 a9 a3 08 09 a0 cd 54 b8 5f 4d 63 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 be 2a 00 9f 43 4a dd 44 fb 0f 47 3b 92 ba 25 0a 12 00 d4 b1 55 8d 2e 97 00 a0 c1 43 53 14 ba 87 fb 86 ad 80 53 ba 8e 5a 02 50 8b 11 40 99 be 2a ed 18 1c f7 64 35 a6 fa 4d 9f e7 7d 09 f4 4b 19 52 40 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 17 48 00 a0 cd 68 d2 68 ed 7b fe e2 0e c7 68 34 cd fa ad 6a c3 9b 98 9f 00 9f 7c 7c 8a fa 57 21 b7 37 6a 50 f8 01 1c eb d6 43 ff 3c 2b be 17 48 f8 33 37 36 0f 00 30 6e a5 bb db 43 bf 5a 62 7b fb bf 88 3f 03 05 00 40 ed 9c f2 f2 9c ae b4 b0 84 03 e4 11 02 e7 35 00 9e 26 1a bb d7 59 4d b8 7e 1a d3 cf df 5f 48 f8 48 06 77 d7 21 00 9f 6a b6 65 ef 11 48 a2 36 be 74 9b e3 83 52 9f a7 e0 98 60 5e e7 35 b0 4c 56 59 26 b8 ac 0a a5 5c 40 41 f9 a7 ab d1 a9 4a ACPI: Power Button (FF) [PWRF] ACPI: Sleep Button (CM) [SLPB] 88 3f 03 05 00 40 ed 9c f3 f2 9c ae b4 b0 84 03 e4 11 02 0a f8 00 a0 bf c0 93 05 cb 37 43 fc 5c 8f ee d3 1e 62 b0 db 60 16 9a 8c 00 9e 29 01 23 58 7c 39 94 3d df 5f e8 74 b4 dc c7 2e a6 0b 70 02 0a f8 96 9a 6f 32 7b 23 58 e1 d1 56 1d a4 30 5c 6e df 6b 88 88 3f 03 05 00 40 ed 9d 14 f2 9c ae b4 b0 84 03 e4 11 02 36 7c 00 9e 2e 2d 88 12 fe 21 70 a5 da 9e a3 5b af 2f d1 80 86 a9 84 2b 00 a0 ca 31 0d 00 aa dd cd a5 a8 6f e9 ad 6b 72 0b 9a c1 01 32 f3 36 7c 5b a9 f5 5a b4 77 eb c4 4b 1c de 31 18 33 87 97 d7 d4 ACPI: PCI interrupt 0000:00:10.3[D] -> GSI 10 (level, low) -> IRQ 10 ehci_hcd 0000:00:10.3: EHCI Host Controller ehci_hcd 0000:00:10.3: irq 10, pci mem 2284bc00 ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10 hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected 88 3f 03 05 00 40 ed 9d 14 f2 9c ae b4 b0 84 03 e4 11 02 2e 73 00 9e 20 c4 15 ee ce dc 13 9d 2c 23 d6 f1 bd c4 ce 6f 4c 45 cb 1f 00 a0 d9 fe 1c 5d e3 d2 f1 de dd 97 80 65 4a fa fe 73 1d 07 f5 30 2e 73 70 01 cf 0b f7 db 4c ed 9c ae 9d b3 18 8a 94 5f 4e be USB Universal Host Controller Interface driver v2.2 ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:10.0: UHCI Host Controller uhci_hcd 0000:00:10.0: irq 11, io base 0000cc00 uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI interrupt 0000:00:10.1[B] -> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:10.1: UHCI Host Controller uhci_hcd 0000:00:10.1: irq 11, io base 0000d000 uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI interrupt 0000:00:10.2[C] -> GSI 10 (level, low) -> IRQ 10 uhci_hcd 0000:00:10.2: UHCI Host Controller uhci_hcd 0000:00:10.2: irq 10, io base 0000d400 uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4 hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected EXT3 FS on md0, internal journal 88 3f 03 05 00 40 ed 9d 20 f2 9c ae b4 b0 84 03 e4 11 02 77 db 00 9f 53 77 46 24 14 27 73 6a 64 17 69 92 5e 3e f8 92 23 52 70 3e 00 a0 bf be 49 35 ac 4b 55 6d 3f 13 5d e5 07 fe f6 6d ea 10 ea d4 77 db 21 49 eb 16 93 8c bd 38 77 37 f0 b7 09 ff 0c 37 1c 41 device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm at uk.sistina.com cdrom: open failed. Adding 1044184k swap on /dev/sdb1. Priority:-1 extents:1 kjournald starting. Commit interval 5 seconds EXT3 FS on sda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 80 c8 00 a0 e1 44 60 36 a6 5e 0c a9 61 cc 04 9a e1 c7 f3 98 8d 23 17 5a 00 9f 67 79 47 c1 43 e2 90 16 f2 cb d3 57 f6 f1 f6 ff d7 a6 8b a2 80 c8 73 52 e1 33 13 8d 2c 39 04 e9 62 cf 36 4b 48 a9 da a2 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 31 99 00 a0 90 cb 75 39 c9 b8 77 fd 36 6d be 4f 6c 6c df b3 88 b3 03 ee 00 9f 5b e0 2c e7 f6 81 7c ad 41 34 d3 69 9e 05 7d 3d 06 e3 01 26 31 99 58 cb 3c 9a 0a 97 3c 10 91 e1 34 b1 d8 5a 84 b7 0d c7 parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP] parport0: irq 7 detected 88 3f 03 05 00 40 ed 9c ed f2 9c ae b4 b0 84 03 e4 11 02 0e 65 00 a0 da af 82 ce 2b 97 6d 4c c4 7f b6 6a b8 40 81 da d8 11 75 11 00 9d 1d 5f 95 67 77 9c ba 0a 7b c0 fd de c6 13 12 e4 60 1d 5e 5f 0e 65 69 99 32 e0 c0 da be 65 33 3e 8f 28 cd 5e c3 e0 bc c7 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0 kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device 88 3f 03 05 00 40 ed 9c ee f2 9c ae b4 b0 84 03 e4 11 02 9b 6e 00 9d 15 e4 0e e7 56 6b 8f 0c e5 3d 93 34 d1 38 4a bc 7f 75 c0 ae 00 9f 52 ec 5d bd ef 21 0e 0d b5 4b 5d db 21 26 29 41 63 a1 ba 25 9b 6e b0 29 22 e7 83 0a 41 b4 9d 31 41 9f 67 87 2f d3 68 19 inserting floppy driver for 2.6.7-1.478 Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 10 b4 00 a0 d9 73 2c a8 b1 da 4a 9f c2 73 36 db 7d 59 80 2f 7d 43 6a a6 00 a0 8b d6 cb 39 3b c4 75 63 22 06 de ba de c5 c7 bc 3a 50 72 db 10 b4 d3 d9 ff c7 76 85 d8 10 be 7b 4d ff 33 7b ab e8 62 bd 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 87 ce 00 a0 b0 53 f0 5a 10 9f cc 3e 2d 48 0e 60 de 6c 3f 94 77 dd ac 1b 00 9f 5e 35 4d 15 b0 0c bf a1 0e a8 0d bb 6e 08 8f 74 c2 42 c4 28 87 ce 5c 7d a0 06 0e 05 84 46 0b bd 9a 8b a5 7c 57 90 b4 87 88 3f 03 05 00 40 ed 9c e1 f2 9c ae b4 b0 84 03 e4 11 02 98 4b 00 9f 6b 4b 12 18 fb ba 84 37 1e e1 87 2f 74 3d fb ac 7f 8f c3 10 00 9e 23 db 14 fb ef 06 68 3d 8a 30 e8 74 32 34 d4 a8 7c 1f 63 13 98 4b 59 a9 be 4e f6 d2 12 06 b6 08 56 42 78 11 e9 44 68 f8 88 3f 03 05 00 40 ed 9c e6 f2 9c ae b4 b0 84 03 e4 11 02 10 1f 00 9e 39 f2 8d 33 08 60 f1 c6 14 f6 e6 ad 9d 4e 10 c9 a4 d9 c3 e0 00 9d 19 90 74 bd e9 c0 cd a8 df 2c a4 45 40 a8 51 58 ec 60 87 18 10 1f 21 9e 5e 11 85 77 90 27 5b 30 81 bf 52 3f 32 a2 83 b7 via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth0 eth0: VIA Rhine II at 0xdffffb00, 00:0b:6a:0e:a4:ce, IRQ 11. eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 0021. divert: freeing divert_blk for eth0 88 3f 03 05 00 40 ed 9d 26 f2 9c ae b4 b0 84 03 e4 11 02 48 8e 00 a0 b8 4e 33 70 a7 51 be cb ce 2f e4 4a 6a 74 ec a3 19 c0 43 17 00 a0 83 12 85 b8 f6 8a 1b 3c a7 f7 2d fe e5 1c e4 d3 57 e3 ec d0 48 8e e1 f8 d7 95 95 e1 d4 4a b2 b0 00 67 2f aa 79 33 e8 10 ip_tables: (C) 2000-2002 Netfilter core team 88 3f 03 05 00 40 ed 9d 2a f2 9c ae b4 b0 84 03 e4 11 02 e7 41 00 a0 c7 a3 44 ae 89 01 15 e7 85 3c 2c 98 68 96 29 ff 31 bc e5 c7 00 a0 e3 56 89 29 fa 92 4e 2f 75 fb 78 ea 5e 7b f5 3d 50 ff 32 64 e7 41 01 83 6f 59 e4 05 76 65 1b e8 3e cb b0 67 38 59 48 80 88 3f 03 05 00 40 ed 9c e1 f2 9c ae b4 b0 84 03 e4 11 02 98 4b 00 9f 6b 4b 12 18 fb ba 84 37 1e e1 87 2f 74 3d fb ac 7f 8f c3 10 00 9e 23 db 14 fb ef 06 68 3d 8a 30 e8 74 32 34 d4 a8 7c 1f 63 13 98 4b 59 a9 be 4e f6 d2 12 06 b6 08 56 42 78 11 e9 44 68 f8 88 3f 03 05 00 40 ed 9c e6 f2 9c ae b4 b0 84 03 e4 11 02 10 1f 00 9e 39 f2 8d 33 08 60 f1 c6 14 f6 e6 ad 9d 4e 10 c9 a4 d9 c3 e0 00 9d 19 90 74 bd e9 c0 cd a8 df 2c a4 45 40 a8 51 58 ec 60 87 18 10 1f 21 9e 5e 11 85 77 90 27 5b 30 81 bf 52 3f 32 a2 83 b7 via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth0 eth0: VIA Rhine II at 0xdffffb00, 00:0b:6a:0e:a4:ce, IRQ 11. eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 0021. 88 3f 03 05 00 40 ed 9d 26 f2 9c ae b4 b0 84 03 e4 11 02 48 8e 00 a0 b8 4e 33 70 a7 51 be cb ce 2f e4 4a 6a 74 ec a3 19 c0 43 17 00 a0 83 12 85 b8 f6 8a 1b 3c a7 f7 2d fe e5 1c e4 d3 57 e3 ec d0 48 8e e1 f8 d7 95 95 e1 d4 4a b2 b0 00 67 2f aa 79 33 e8 10 ip_tables: (C) 2000-2002 Netfilter core team 88 3f 03 05 00 40 ed 9d 2a f2 9c ae b4 b0 84 03 e4 11 02 e7 41 00 a0 c7 a3 44 ae 89 01 15 e7 85 3c 2c 98 68 96 29 ff 31 bc e5 c7 00 a0 e3 56 89 29 fa 92 4e 2f 75 fb 78 ea 5e 7b f5 3d 50 ff 32 64 e7 41 01 83 6f 59 e4 05 76 65 1b e8 3e cb b0 67 38 59 48 80 eth0: no IPv6 routers present 88 3f 03 05 00 40 ed 9d 3b f2 9c ae b4 b0 84 03 e4 11 02 c2 2f 00 a0 df 05 13 cc 6e 3d 45 52 ab 5b 5e 77 66 61 be 6c 98 1d f8 34 00 9e 30 95 b9 8e ad 80 c6 4b 0f 77 e3 d5 82 99 98 26 45 8e 1e 4b c2 2f 8c 52 e9 61 98 07 f3 5d 67 b8 65 fc 9f f5 a0 4c 7c 0d 88 3f 03 05 00 40 ed 9d 12 f2 9c ae b4 b0 84 03 e4 11 02 25 83 00 9f 71 2c 25 84 4d 0b 07 3a 44 51 c5 98 46 ac 88 88 9b 96 25 7b 00 a0 8b 87 80 31 21 b8 11 dd e8 0b e3 5e 15 72 af b6 c2 3b 13 0c 25 83 c7 a1 69 f0 10 ac 17 1a 2e f7 e6 71 b2 d9 67 c4 36 ac drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic usbcore: registered new driver usbserial_generic usbcore: registered new driver usbserial drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 80 c8 00 a0 e1 44 60 36 a6 5e 0c a9 61 cc 04 9a e1 c7 f3 98 8d 23 17 5a 00 9f 67 79 47 c1 43 e2 90 16 f2 cb d3 57 f6 f1 f6 ff d7 a6 8b a2 80 c8 73 52 e1 33 13 8d 2c 39 04 e9 62 cf 36 4b 48 a9 da a2 88 3f 03 05 00 40 ed 9c f7 f2 9c ae b4 b0 84 03 e4 11 02 23 44 00 9d 10 d3 30 d4 a7 5d 6b 09 8b 83 72 44 0f 88 61 04 4d 39 83 bf 00 9e 21 94 b0 82 26 66 b1 5f 3a f5 c0 e8 21 3f a1 cb 18 a0 39 c3 23 44 fb 20 6f 86 60 e1 e8 59 bc 99 45 2f e4 c9 82 00 e7 67 88 3f 03 05 00 40 ed 9d 24 f2 9c ae b4 b0 84 03 e4 11 02 31 99 00 a0 90 cb 75 39 c9 b8 77 fd 36 6d be 4f 6c 6c df b3 88 b3 03 ee 00 9f 5b e0 2c e7 f6 81 7c ad 41 34 d3 69 9e 05 7d 3d 06 e3 01 26 31 99 58 cb 3c 9a 0a 97 3c 10 91 e1 34 b1 d8 5a 84 b7 0d c7 parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP] parport0: irq 7 detected lp0: using parport0 (polling). lp0: console ready 88 3f 03 05 00 40 ed 9d 55 f2 9c ae b4 b0 84 03 e4 11 02 f7 83 00 9e 24 95 bb f1 ae 51 99 fe 81 9e fc d1 cb 01 b6 b2 72 4f 96 b3 00 a0 db 29 86 fd 39 cc c6 d2 d7 13 cc b7 ea 39 e5 b6 9e e3 2b 2b f7 83 c5 e6 06 6e d7 4c 38 f6 ab 42 96 7f 21 25 d7 05 97 e1 88 3f 03 05 00 40 ed 9d 53 f2 9c ae b4 b0 84 03 e4 11 02 91 e7 00 9f 73 39 59 9a ff d8 bb 37 fa 6d 6d a1 87 24 49 8d 3d 66 58 3d 00 a0 be 15 b8 a1 32 9a 52 52 a8 5c 82 0a 0a c2 b8 ef 0f 08 d0 e6 91 e7 3c 38 de 9d 1d 86 05 f9 39 2f 6e e4 7f 38 f2 29 84 63 88 3f 03 05 00 40 ed 9d 50 f2 9c ae b4 b0 84 03 e4 11 02 d3 fa 00 9f 74 a4 e2 87 fb 7d a0 57 f1 c0 48 fe 72 7d 36 03 fe 91 63 f1 00 9e 2b 3e 78 3b 23 43 b9 71 80 31 dc 44 52 ba a0 2f ae 5a d9 16 d3 fa 2d b4 30 23 77 64 68 c2 8c 57 9e ad 03 3c d3 6b ce 07 88 3f 03 05 00 40 ed 9d 52 f2 9c ae b4 b0 84 03 e4 11 02 66 c7 00 9f 5f 39 3a 46 06 05 61 15 f7 24 b1 18 3e cc df 54 68 15 d4 b8 00 9e 25 04 fe 6c 16 d5 11 f3 12 9d cd 75 ca ca 8f 6b 4c 29 21 8a 66 c7 0f 77 17 60 63 1d bb a5 57 8b a7 d8 76 4a cf 6f 54 14 88 3f 03 05 00 40 ed 9d 53 f2 9c ae b4 b0 84 03 e4 11 02 d8 b1 00 a0 d1 3c 04 77 c7 e4 c9 14 c1 b2 1d e3 a8 9f 0e 1d a1 9c d2 fb 00 9f 42 ab 5e 75 90 66 57 8f 35 df 22 2a 6f 34 0b 82 03 db 2d 77 d8 b1 a0 d2 a5 29 cd f4 ac 35 2c 3c c3 ce fa 33 27 f0 51 f7 88 3f 03 05 00 40 ed 9c f1 f2 9c ae b4 b0 84 03 e4 11 02 fb 3f 00 9f 5e 85 28 43 fe 7a 50 0d 1e 07 08 3d 53 b4 4d bf 48 7e e0 aa 00 9c 0b d8 1c a7 41 43 a9 60 f0 a8 4e 0e c9 3a c6 4d 1a 9c da c5 fb 3f 2b b3 75 ea 6b 31 70 01 66 8e d3 c3 b7 6c ff ea df ea 88 3f 03 05 00 40 ed 9d 51 f2 9c ae b4 b0 84 03 e4 11 02 7a ca 00 9d 1b c8 3d 54 8c f0 41 12 d5 d9 3e 11 c1 59 47 82 1b 0c ee 60 00 a0 dc 56 43 7a 96 bf 7d 04 8c 80 4d e8 1a d5 de f5 dd 9a 9a 2c 7a ca 0a cd c7 76 17 f9 39 bb 72 b0 c4 eb 2e 6c a1 6a 42 c9 88 3f 03 05 00 40 ed 9d 53 f2 9c ae b4 b0 84 03 e4 11 02 21 82 00 9f 66 01 75 ce 61 23 60 6b dc dc 6f d6 ef ee aa de 7e 8f 62 1b 00 a0 8c 82 4d bf 4d 8a 39 10 ad b2 fb e6 6b e3 36 e9 a3 fb 63 6a 21 82 47 59 4d fd 45 52 15 d0 ea ab 6e a6 b3 31 61 d4 8e 21 88 3f 03 05 00 40 ed 9d 52 f2 9c ae b4 b0 84 03 e4 11 02 c1 84 00 9f 69 89 ae d5 cb 2a 05 2b e5 89 cb 50 a9 3c b3 4f c6 b6 b1 bd 00 9f 42 39 a6 25 24 c8 89 00 ff 8c 42 b2 4c 1f 06 d2 9e cf fb 44 c1 84 7d ea b1 b7 5b 0f ff db 0a 8a f3 fe e8 14 5d 8f 63 46 88 3f 03 05 00 40 ed 9d 46 f2 9c ae b4 b0 84 03 e4 11 02 50 83 00 9f 6f 35 4f 14 4c 1f 13 5b 98 4e 60 4b e6 36 86 0c ec 7a 4f 23 00 9f 6e cd 9f 63 85 f2 05 12 d4 2e 3d f1 97 c7 3d 1c f4 e5 7f 92 50 83 d8 9c 8d 12 8c 5a f9 57 18 76 4a d0 f9 c3 28 cf b0 25 88 3f 03 05 00 40 ed 9d 4b f2 9c ae b4 b0 84 03 e4 11 02 70 31 00 a0 bc e2 29 8f 91 7d 71 a9 4a 88 45 bd eb 76 85 9d f9 1b 58 50 00 9e 25 26 c9 f8 27 57 63 a3 7a ec c7 c7 37 a7 6b af 52 34 13 71 70 31 c2 6a 74 7d 64 9f 2f 84 3d 82 ef 45 f4 80 a1 f4 a8 5f ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 10 (level, low) -> IRQ 10 PCI: Setting latency timer of device 0000:00:11.5 to 64 88 3f 03 05 00 40 ed 9d 51 f2 9c ae b4 b0 84 03 e4 11 02 1a 4d 00 a0 cd 84 05 0a e1 3e 35 a0 de f3 da 70 bc 4f 66 41 f6 54 ee d1 00 a0 ba 4c 71 03 86 f7 8f f6 92 c6 c5 e6 3e b3 6a 99 76 1e 8e 8f 1a 4d d0 e9 15 69 fa ac 91 cb 47 ed 96 01 31 3e a0 64 06 17 python: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device python: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 10 b4 00 a0 d9 73 2c a8 b1 da 4a 9f c2 73 36 db 7d 59 80 2f 7d 43 6a a6 00 a0 8b d6 cb 39 3b c4 75 63 22 06 de ba de c5 c7 bc 3a 50 72 db 10 b4 d3 d9 ff c7 76 85 d8 10 be 7b 4d ff 33 7b ab e8 62 bd 88 3f 03 05 00 40 ed 9d 1b f2 9c ae b4 b0 84 03 e4 11 02 87 ce 00 a0 b0 53 f0 5a 10 9f cc 3e 2d 48 0e 60 de 6c 3f 94 77 dd ac 1b 00 9f 5e 35 4d 15 b0 0c bf a1 0e a8 0d bb 6e 08 8f 74 c2 42 c4 28 87 ce 5c 7d a0 06 0e 05 84 46 0b bd 9a 8b a5 7c 57 90 b4 87 From mpleite at ppl-ti.com Fri Aug 13 11:49:02 2004 From: mpleite at ppl-ti.com (Miguel Pereira Leite) Date: Fri, 13 Aug 2004 12:49:02 +0100 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x In-Reply-To: <411C0489.9060707@earthlink.net> References: <411C0489.9060707@earthlink.net> Message-ID: <1092397742.20259.44.camel@douro.ppl-ti.com> Hi there: Always before i upgrade evolution (since 0.9??) i select all the contacts and send them, as vcards, to myself within a e-mail... it's simple and crates a "backup".... :) A Sex, 2004-08-13 ?s 01:00, Gerry Tool escreveu: > How does one tranfer/copy the contacts contained in version 1.4.x of > Evolution into the newer 1.5.9.x version? > > Thanks. > > Gerry Tool -- Miguel Pereira Leite Proen?a & Pereira Leite - Tecnologias de Informa??o, Lda -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Esta ? uma parte de mensagem assinada digitalmente URL: From jlaska at redhat.com Fri Aug 13 12:31:23 2004 From: jlaska at redhat.com (James Laska) Date: Fri, 13 Aug 2004 08:31:23 -0400 Subject: gnome-panel crash In-Reply-To: <1092366518.3173.0.camel@millennium.bakerconsulting.com> References: <1092337304.3326.3.camel@wintermute.sr.unh.edu> <411C0501.9090408@earthlink.net> <1092366518.3173.0.camel@millennium.bakerconsulting.com> Message-ID: <1092400284.3779.2.camel@flatline.devel.redhat.com> Would https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129658 accurately detail the crash you are observing? If this bug, or workaround mentioned in the bug, works for you, please feel free to add any details that would help resolve the issue. Thanks, James Laska jlaska at redhat.com On Thu, 2004-08-12 at 23:08 -0400, Thomas J. Baker wrote: > On Thu, 2004-08-12 at 19:02 -0500, Gerry Tool wrote: > > Thomas J. Baker wrote: > > > > >Anyone else have gnome-panel crash on login after the rawhide updates > > >from yesterday? Todays updates didn't help. To add insult to injury, I > > >can't bugzilla it as the wysiwyg auto form fillout thingy isn't working > > >with mozilla or galeon. > > > > > >tjb > > > > > > > > I have a fully updated from rawhide system and have not observed that > > problem. Sorry I can't be of help. > > > > Gerry > > > > > > Turns out to only happen on one of my four test systems. I need to check > it out better. > > tjb > -- > ======================================================================= > | Thomas Baker email: tjb at unh.edu | > | Systems Programmer | > | Research Computing Center voice: (603) 862-4490 | > | University of New Hampshire fax: (603) 862-1761 | > | 332 Morse Hall | > | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | > ======================================================================= > > From leonard at den.ottolander.nl Fri Aug 13 12:44:20 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Fri, 13 Aug 2004 14:44:20 +0200 Subject: gnome-panel crash In-Reply-To: <1092400284.3779.2.camel@flatline.devel.redhat.com> References: <1092337304.3326.3.camel@wintermute.sr.unh.edu> <411C0501.9090408@earthlink.net> <1092366518.3173.0.camel@millennium.bakerconsulting.com> <1092400284.3779.2.camel@flatline.devel.redhat.com> Message-ID: <1092401059.4750.17.camel@athlon.localdomain> Hi James, On Fri, 2004-08-13 at 14:31, James Laska wrote: > Would https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129658 > accurately detail the crash you are observing? Why is that bug only available to "Fedora Project Contributors". Who are those anyway? Leonard. -- mount -t life -o ro /dev/dna /genetic/research From mr700 at globalnet.bg Fri Aug 13 13:29:00 2004 From: mr700 at globalnet.bg (Doncho N. Gunchev) Date: Fri, 13 Aug 2004 16:29:00 +0300 Subject: /etc/cron.d/myfile not working In-Reply-To: <200408061715.00051@-mr700> References: <200408061715.00051@-mr700> Message-ID: <200408131629.03332@-mr700> On Friday 06 August 2004 17:15, Doncho N. Gunchev wrote: > I use some files in /etc/cron.d/ to scedule some backups, but with FC3t1 > even /etc/cron.d/mrtg is not working. I have selinux=disabled. If I put these > commands in /etc/crontab they do work fine. Can someone tell me what's the > problem? > I found the problem, the file must be readable only by root, it must not be symlink and it must not be hardlinked (my case). The error are: Mon DD HH:MM:SS fc3t1 crond[8876]: (*system*) BAD LINK COUNT (/etc/cron.d/myfile) Mon DD HH:MM:SS fc3t1 crond[8934]: (*system*) BAD FILE MODE (/etc/cron.d/myfile) I didn't like that I can not have symlinks, so I made it hardlink and forgot... -- Regards, Doncho N. Gunchev Registered Linux User #291323 at counter.li.org GPG-Key-ID: 1024D/DA454F79 http://pgp.mit.edu Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79 From jlaska at redhat.com Fri Aug 13 13:38:37 2004 From: jlaska at redhat.com (James Laska) Date: Fri, 13 Aug 2004 09:38:37 -0400 Subject: gnome-panel crash In-Reply-To: <1092401059.4750.17.camel@athlon.localdomain> References: <1092337304.3326.3.camel@wintermute.sr.unh.edu> <411C0501.9090408@earthlink.net> <1092366518.3173.0.camel@millennium.bakerconsulting.com> <1092400284.3779.2.camel@flatline.devel.redhat.com> <1092401059.4750.17.camel@athlon.localdomain> Message-ID: <1092404317.3887.1.camel@flatline.devel.redhat.com> > Why is that bug only available to "Fedora Project Contributors". Who are > those anyway? No reason, perms removed. -jlaska On Fri, 2004-08-13 at 14:44 +0200, Leonard den Ottolander wrote: > Hi James, > > On Fri, 2004-08-13 at 14:31, James Laska wrote: > > Would https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129658 > > accurately detail the crash you are observing? > > Why is that bug only available to "Fedora Project Contributors". Who are > those anyway? > > Leonard. > > -- > mount -t life -o ro /dev/dna /genetic/research > > From tjb at unh.edu Fri Aug 13 14:10:31 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Fri, 13 Aug 2004 10:10:31 -0400 Subject: gnome-panel crash In-Reply-To: <1092400284.3779.2.camel@flatline.devel.redhat.com> References: <1092337304.3326.3.camel@wintermute.sr.unh.edu> <411C0501.9090408@earthlink.net> <1092366518.3173.0.camel@millennium.bakerconsulting.com> <1092400284.3779.2.camel@flatline.devel.redhat.com> Message-ID: <1092406231.30675.6.camel@wintermute.sr.unh.edu> On Fri, 2004-08-13 at 08:31 -0400, James Laska wrote: > Would https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129658 > accurately detail the crash you are observing? > > If this bug, or workaround mentioned in the bug, works for you, please > feel free to add any details that would help resolve the issue. > > Thanks, > James Laska > jlaska at redhat.com > Removing the .recently-used file fixed it for me. I neglected to save it though so I'm not much of a help. tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From villegas at math.gatech.edu Fri Aug 13 14:36:30 2004 From: villegas at math.gatech.edu (Carlos Villegas) Date: Fri, 13 Aug 2004 10:36:30 -0400 Subject: Mono In-Reply-To: <1092389349.5591.12.camel@jeeves.music.salford.ac.uk> References: <1092389349.5591.12.camel@jeeves.music.salford.ac.uk> Message-ID: <20040813143630.GH6472@uglabng.math.gatech.edu> On Fri, Aug 13, 2004 at 10:29:09AM +0100, PFJ wrote: > Given the speed at which FC moves, I keep finding the likes of Mono > won't install on my boxes happily, so I think I'll start to package them > myself and make them available via yum. > > I have two questions about this > > 1. Is there a simple to understand howto on repackaging rpms? I'm not sure what you want to do, but it is very simple to make your own rpms, for more info: http://www.rpm.org/ > 2. What do I need to do to set up a yum repository? man yum-arch Carlos PS: I think you sent it to the wrong list (?) From reader at newsguy.com Fri Aug 13 14:56:26 2004 From: reader at newsguy.com (Harry Putnam) Date: Fri, 13 Aug 2004 09:56:26 -0500 Subject: logwatch mesgs about crond Message-ID: I've been having a problem with cron dying unexpectedly. I haven't worked real hard at debugging it yet but I did run accross these messages in mail to root from `logwatch' (wrapped for mail) ------------- Connections (secure-log) Begin --------------- **Unmatched Entries** crond[20751]: pam_succeed_if: requirement "uid < 100" not met by user "reader" crond[20853]: pam_succeed_if: requirement "uid < 100" not met by user "reader" crond[21051]: pam_succeed_if: requirement "uid < 100" not met by user "reader" [...] I have about 300 of them in last message from logwatch and similar numbers in several others. Any one know for sure what they mean? From dmalcolm at redhat.com Fri Aug 13 15:35:29 2004 From: dmalcolm at redhat.com (David Malcolm) Date: Fri, 13 Aug 2004 11:35:29 -0400 Subject: Evolution Contacts - copy from 1.4.x to 1.5.9.x In-Reply-To: <1092390476.2973.442.camel@albus.aeon.com.my> References: <411C0489.9060707@earthlink.net> <1092358921.7420.26.camel@cassandra.boston.redhat.com> <1092390476.2973.442.camel@albus.aeon.com.my> Message-ID: <1092411329.3881.2.camel@cassandra.boston.redhat.com> On Fri, 2004-08-13 at 19:47 +1000, Colin Charles wrote: > On Fri, 2004-08-13 at 11:02, David Malcolm wrote: > > > You may want to back up your ~/evolution folder first; Evolution 1.5.* > > stores its stuff in ~/.evolution so in theory it won't touch the 1.4 > > stuff; I took a backup when I did it myself.... > > And I reckon report back or to Bugzilla if it starts eating up your > stuff Yes - if the migration trashes any part of your data, that should definitely be in Bugzilla. > > It's important to know this, because I'm sure many folk have upgraded > from FC1->FC2 and will do the FC3 upgrade when it does get released > (some probably earlier even, from RH days) > -- > Colin Charles, byte at aeon.com.my > http://www.bytebot.net/ > "First they ignore you, then they laugh at you, then they fight you, > then you win." -- Mohandas Gandhi > > From alexander.dalloz at uni-bielefeld.de Fri Aug 13 15:49:06 2004 From: alexander.dalloz at uni-bielefeld.de (Alexander Dalloz) Date: Fri, 13 Aug 2004 17:49:06 +0200 Subject: logwatch mesgs about crond In-Reply-To: References: Message-ID: <1092412146.12513.101.camel@serendipity.dogma.lan> Am Fr, den 13.08.2004 schrieb Harry Putnam um 16:56: > I've been having a problem with cron dying unexpectedly. I haven't > worked real hard at debugging it yet but I did run accross these > messages in mail to root from `logwatch' > (wrapped for mail) > > ------------- Connections (secure-log) Begin --------------- > > **Unmatched Entries** > > crond[20751]: pam_succeed_if: requirement "uid < 100" not met by user > "reader" > crond[20853]: pam_succeed_if: requirement "uid < 100" not met by user > "reader" > crond[21051]: pam_succeed_if: requirement "uid < 100" not met by user > "reader" > [...] > > I have about 300 of them in last message from logwatch and similar > numbers in several others. You have a cronjob running with which user reader logs in automatically. The secure log entries are caused by /etc/pam.d/system-auth: account sufficient /lib/security/$ISA/pam_succeed_if.so uid < 100 > Any one know for sure what they mean? Alexander -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.7-1.494.2.2smp Serendipity 17:47:10 up 9 days, 11:14, load average: 0.64, 0.52, 0.37 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From paul at all-the-johnsons.co.uk Fri Aug 13 16:48:52 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Fri, 13 Aug 2004 17:48:52 +0100 Subject: Mono In-Reply-To: <20040813143630.GH6472@uglabng.math.gatech.edu> References: <1092389349.5591.12.camel@jeeves.music.salford.ac.uk> <20040813143630.GH6472@uglabng.math.gatech.edu> Message-ID: <1092415732.5538.2.camel@T7.linux> Hi, > PS: I think you sent it to the wrong list (?) Possibly - though quite a lot of FC folks use mono, it can be considered on topic? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From nkadel at merl.com Fri Aug 13 18:29:27 2004 From: nkadel at merl.com (Nico Kadel-Garcia) Date: Fri, 13 Aug 2004 14:29:27 -0400 Subject: rpm -e problem References: <1092354478.26264.3.camel@T7.linux><200408121818.45947.jent@spicylemons.com> <411C2315.6050909@sbcglobal.net> Message-ID: <007201c48163$7742abe0$b28ccb89@zeppo> ----- Original Message ----- From: "Jim Cornette" To: "For testers of Fedora Core development releases" Sent: Thursday, August 12, 2004 10:10 PM Subject: Re: rpm -e problem > Mike Jensen wrote: > > as far as i know that package doesn't exist....iiimf-le-xcin does > > however....not sure if that is what you were trying to remove? it might have > > been getting confused because there are several packages like that that come > > with fedora....on core 2 with a full install you get: > > iiimf-le-inpinyin-0.3-2 > > iiimf-protocol-lib-11.4-46.1.svn1587 > > iiimf-le-newpy-11.4-46.1.svn1587 > > iiimf-client-lib-11.4-46.1.svn1587 > > iiimf-protocol-lib-devel-11.4-46.1.svn1587 > > iiimf-gtk-11.4-46.1.svn1587 > > iiimf-le-unit-11.4-46.1.svn1587 > > iiimf-le-hangul-11.4-46.1.svn1587 > > iiimf-client-lib-devel-11.4-46.1.svn1587 > > iiimf-server-11.4-46.1.svn1587 > > iiimf-le-canna-11.4-46.1.svn1587 > > iiimf-docs-11.4-46.1.svn1587 > > iiimf-x-11.4-46.1.svn1587 > > iiimf-le-xcin-0.1.5-1 > > iiimf-csconv-11.4-46.1.svn1587 > > iiimf-emacs-11.4-46.1.svn1587 > > > > > > if this dosen't help let me know, might be way off track > > On Thursday 12 August 2004 17:47, Paul wrote: > > > >>Hi, > >> > >>Something odd has happened on the laptop. > >> > >>I'm trying to do an update via yum and am getting a pile of problems > >>with iiimf packages. I don't use iiimf, so there is no harm in removing > >>it. > >> > >>However, rpm -e iiimf-lib-xcin (say) generates the following error > >> > >>'iiimf-lib-xcin' specifies multiple packages If you do "rpm -q xiimf-lib-xcin" you should get the names of all the packages. If they have different numbers, you can delete the old one, or better yet select the newest version of the software and use "rpm -Uvvv --replacepkgs iiimf-lib-xcin-[whatever].rpm" to update it while replacing all old copies of the package. From bartk at clara.co.uk Fri Aug 13 19:26:23 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Fri, 13 Aug 2004 20:26:23 +0100 Subject: Latest updares problems In-Reply-To: <1092341355.2532.1.camel@phoenix.osg.gov.bc.ca> References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> <20040812125853.B29551@mail.harddata.com> <1092341355.2532.1.camel@phoenix.osg.gov.bc.ca> Message-ID: <1092425183.3294.19.camel@nexus.astradine.net> Well, my first post about this problem was ignored so I've decided to repost it + add some more problems to it. First of all after clean install of FC3 test 1 I've updated the system via yum, at this time the sound in gnome was working just fine. dropped down from kernel -517 to -515, mkinitrd doesn't work ..comes up with command not found" installed newest Nvidia drivers and rebooted to KDE ... no sound! re-logging as root or as user in Gnome or KDE makes no difference still no sound. I can make the speakers make a sound when I'm muting sound via Kmix, all I hear is the crackling "on-off" sound apart form this in KDE the conqueror window keeps crashing every 2-5 sec after opening. Another thing, where in new KDE can I stop my monitor form switching off? all there is in power management is laptop power ..I'm not on laptop I want my monitor and my HD's to work!..and I do now want to hard reset my FC box when I come back after more than an hour. From jspaleta at gmail.com Fri Aug 13 19:47:12 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Fri, 13 Aug 2004 15:47:12 -0400 Subject: Latest updares problems In-Reply-To: <1092425183.3294.19.camel@nexus.astradine.net> References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> <20040812125853.B29551@mail.harddata.com> <1092341355.2532.1.camel@phoenix.osg.gov.bc.ca> <1092425183.3294.19.camel@nexus.astradine.net> Message-ID: <604aa79104081312472909f062@mail.gmail.com> On Fri, 13 Aug 2004 20:26:23 +0100, Bart Kalita wrote: > Well, my first post about this problem was ignored so I've decided to > repost it + add some more problems to it. This post is not very useful because it doesn't convey enough information for any other testers to compare with you and your hardware. And your methodology for troubleshooting isn't exceptionally linear which is a problem if you want people to trace your steps and compare with what you see. What you want to do is make it as easy as possible for people in the list to compare notes with you. So that means detail specifics about hardware that you think is important (in the case of sound at a minimum that means the sound card) It also means doing as much as you can to isolate each problem before you ask people for help with them. Reporting a whole list of problems that might or might not have shown up after you tried to fix other things, doesn't help other people help you confirm a specific problem. Help me, help you. > dropped down from kernel -517 to -515, mkinitrd doesn't work ..comes up > with command not found" So... you dropped back. Now thats a potential problem right there. You have not told us that sound was workingin in -515 ever. If sound worked in -517 but doesnt work in -515.. this is a non-issue. Going back to older versions of development packages to troubleshoot a new problem, like the mkinitrd issues right now, is a valid methodoloty. But you have to expect other things to break unexpectedly if you use an older development package. If -517 introduced fixes for sound, you lost them when moving back to -515. And its very important to isolate issues when communicating them to others for troubleshooting or comparison. If something you did to work around the mkinitrd problem caused the sound problem to appear, that confuses things greatly, and its not necessarily worth anyone's time to troubleshoot, if the sound problem appears only when you use an older development kernel. Well, unless they are bug historians. > installed newest Nvidia drivers and rebooted to KDE ... no sound! the nvidia video drivers? Thats also a problem. While you might get people to compare notes with you about your experience with the nvidia video drivers... ANY problems that only appear when the nvidia drivers are installed are beyond the scope of what any fedora developers can fix. -jef From si at bananas.hopto.org Fri Aug 13 20:09:34 2004 From: si at bananas.hopto.org (Si) Date: Fri, 13 Aug 2004 21:09:34 +0100 Subject: FC3 T1 DVD-RAM Support Message-ID: <1092427774.3815.1.camel@apple.bananas.hopto.org> Just to let you know that the LG 4120B worked perfectly as DVD-RAM. Just did mkfs.ext2, then mounted it and backed up... Regards, Simon From maxer1 at xmission.com Fri Aug 13 20:35:11 2004 From: maxer1 at xmission.com (raxet) Date: Fri, 13 Aug 2004 14:35:11 -0600 Subject: kdeartwork-icons-3.2.3-1 problem Message-ID: <411D25FF.9040109@xmission.com> Running latest dev from today with yum update : Errors reported doing trial run file /usr/share/icons/locolor/16x16/apps/kbabel.png from install of kdesdk-3.3.0-0.1.rc2 conflicts with file from package kdeartwork-icons-3.2.3-1 file /usr/share/icons/locolor/32x32/apps/kbabel.png from install of kdesdk-3.3.0-0.1.rc2 conflicts with file from package kdeartwork-icons-3.2.3-1 rpm -e kdeartwork-icons :) RaXeT From fct-cornette at sbcglobal.net Fri Aug 13 23:36:50 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Fri, 13 Aug 2004 19:36:50 -0400 Subject: wrong int level running kernel-2.6.7-1.509 (5 instead of 3) - mDNSResponder? Message-ID: <411D5092.3010800@sbcglobal.net> I have the below listed in my grub.conf file and normally the computer boots up into 3 as desired. title Fedora Core (2.6.7-1.509) root (hd1,4) kernel /vmlinuz-2.6.7-1.509 ro root=LABEL=/1 acpi=on 3 initrd /initrd-2.6.7-1.509.img Today it booted up into level 5 unexpectedly. Also there were strange messages related to ssh in the log files. Aug 13 17:46:13 cornette-fc2 sshd: sshd -TERM succeeded Aug 13 17:46:17 cornette-fc2 sshd: succeeded Aug 13 17:57:33 cornette-fc2 cups: cupsd shutdown succeeded Aug 13 17:57:50 cornette-fc2 cups: cupsd startup succeeded Aug 13 17:58:10 cornette-fc2 messagebus: messagebus -TERM succeeded Aug 13 17:58:16 cornette-fc2 messagebus: messagebus startup succeeded Aug 13 18:00:54 cornette-fc2 mDNSResponder: mDNSResponder shutdown succeeded Aug 13 18:00:57 cornette-fc2 mDNSResponder: mDNSResponder startup succeeded What is the mDNSResponder? I do not remember such a program before. I was wondering if this would cause the strange reaction to the init level. DESCRIPTION The mDNSResponder daemon publishes and browses available services on a link according to the IETF Zeronconf (aka "Rendezvous") draft standard. Only one instance of mDNSResponder needs to run on a host. Once started, mDNSResponder runs continuously. Jim -- To be sure of hitting the target, shoot first and, whatever you hit, call it the target. From fct-cornette at sbcglobal.net Fri Aug 13 23:48:47 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Fri, 13 Aug 2004 19:48:47 -0400 Subject: Installing kernel-2.6.7-1.517 - tux.ko warning Message-ID: <411D535F.5000203@sbcglobal.net> I got the below message when trying to install kernel-2.6.7-1.517 It finally installed before installing the newer mkinitrd program. What is this warning in reference to? Jim WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown symbol chroot WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown symbol write WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown symbol chdir WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown symbol read -- Where am I? Who am I? Am I? I From mwiktowy at gmx.net Sat Aug 14 00:18:33 2004 From: mwiktowy at gmx.net (Michael Wiktowy) Date: Fri, 13 Aug 2004 20:18:33 -0400 Subject: mailman installation issue? Message-ID: <1092442713.3234.4.camel@localhost> During today's large yum update I got this message: mailman 100 % done 53/117 You (mailman) are not allowed to use this program (crontab) See crontab(1) for more information I see there is a mailman script in /etc/cron.d/ but is this error indicating that something in the install script got blocked and will prevent normal mailman maintenance in the future? /Mike From fct-cornette at sbcglobal.net Sat Aug 14 01:22:26 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Fri, 13 Aug 2004 21:22:26 -0400 Subject: wrong int level running kernel-2.6.7-1.509 (5 instead of 3) In-Reply-To: <411D5092.3010800@sbcglobal.net> References: <411D5092.3010800@sbcglobal.net> Message-ID: <411D6952.8080603@sbcglobal.net> Jim Cornette wrote: > I have the below listed in my grub.conf file and normally the computer > boots up into 3 as desired. > > title Fedora Core (2.6.7-1.509) > root (hd1,4) > kernel /vmlinuz-2.6.7-1.509 ro root=LABEL=/1 acpi=on 3 > initrd /initrd-2.6.7-1.509.img > > Today it booted up into level 5 unexpectedly. I tried this out again and it booted up into runlevel 5 again. I then changed inittab to keep runlevel 3. Before it was set to 5, but did not give me problems booting into the wrong runlevel. With inittab set to 3, the system boots up into runlevel 3 properly. Is there some change with the kernel arguments? I was wondering if my problem would be caused by the same change that the kernel panic, when rhgb quiet is in the grub.conf arguments. Just a curiousity. Jim From marshall at novafoundry.com Sat Aug 14 01:24:01 2004 From: marshall at novafoundry.com (Marshall Lewis) Date: Fri, 13 Aug 2004 21:24:01 -0400 Subject: Fedora rawhide breaks cedega point2play on x86_64 Message-ID: <1092446641.8603.13.camel@grendel> Hello, this is a pretty minor complaint, but I thought I'd forward it along to the list in case it indicates a more serious problem somewhere. For those that don't know, Point2Play is a python application by Transgaming that is used as a gui to install and launch games with Cedega (formerly Winex). -- Marshall Lewis -------------- next part -------------- An embedded message was scrubbed... From: Marshall Lewis Subject: [Cedega-beta] Fedora rawhide breaks p2p on x86_64 Date: Fri, 13 Aug 2004 21:18:35 -0400 Size: 12332 URL: From byte at aeon.com.my Sat Aug 14 01:26:38 2004 From: byte at aeon.com.my (Colin Charles) Date: Sat, 14 Aug 2004 11:26:38 +1000 Subject: Mono In-Reply-To: <1092389349.5591.12.camel@jeeves.music.salford.ac.uk> References: <1092389349.5591.12.camel@jeeves.music.salford.ac.uk> Message-ID: <1092446798.3252.46.camel@albus.aeon.com.my> On Fri, 2004-08-13 at 19:29, PFJ wrote: > 1. Is there a simple to understand howto on repackaging rpms? The spec files are online, make use of them, and rebuild your own packages from source (of course, setup a sane RPM build enviornment first) > 2. What do I need to do to set up a yum repository? Have some webspace. Build packages. Put them in directory. Run yum-arch on directory. Serve! -- Colin Charles, byte at aeon.com.my http://www.bytebot.net/ "First they ignore you, then they laugh at you, then they fight you, then you win." -- Mohandas Gandhi From reader at newsguy.com Sat Aug 14 02:00:22 2004 From: reader at newsguy.com (Harry Putnam) Date: Fri, 13 Aug 2004 21:00:22 -0500 Subject: logwatch mesgs about crond In-Reply-To: <1092412146.12513.101.camel@serendipity.dogma.lan> (Alexander Dalloz's message of "Fri, 13 Aug 2004 17:49:06 +0200") References: <1092412146.12513.101.camel@serendipity.dogma.lan> Message-ID: Alexander Dalloz writes: > You have a cronjob running with which user reader logs in automatically. > The secure log entries are caused by /etc/pam.d/system-auth: Yikes, this isn't a cronjob I setup. Or at least I have setup none that involve a login of any kind. Further all my cronjobs have been around for ages. What kind of cron job would need a login? From fedora at warmcat.com Sat Aug 14 08:42:11 2004 From: fedora at warmcat.com (Andy Green) Date: Sat, 14 Aug 2004 09:42:11 +0100 Subject: Good work on KDE3.3 so quick Message-ID: <200408140942.16163.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mmmmm!!! KDE3.3, many improvements, in rawhide real quick. Good work! - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBHdBojKeDCxMJCTIRAqY2AKCQka06ri33xsUpLDA+RWPYiI41/wCeMSOi hSjPfpa1+krQUf6sOWgxUGY= =6CaM -----END PGP SIGNATURE----- From paul at all-the-johnsons.co.uk Sat Aug 14 09:05:06 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 14 Aug 2004 10:05:06 +0100 Subject: 517 kernel panic Message-ID: <1092474306.4328.2.camel@T7.linux> Hi, I know it's been discussed on here, but for the life of me, I can't remember what the resolution of it was! Is there a way to stop the kernel panic on the current version in rawhide (2.6.7-1.517)? It always panics when trying to mount ext3 drives. TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From hippy2981 at gmail.com Sat Aug 14 09:11:44 2004 From: hippy2981 at gmail.com (hIpPy) Date: Sat, 14 Aug 2004 04:11:44 -0500 Subject: help In-Reply-To: <20040814090518.A4D7A7402A@hormel.redhat.com> References: <20040814090518.A4D7A7402A@hormel.redhat.com> Message-ID: help On Sat, 14 Aug 2004 05:05:18 -0400 (EDT), fedora-test-list-request at redhat.com wrote: > Send fedora-test-list mailing list submissions to > fedora-test-list at redhat.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.redhat.com/mailman/listinfo/fedora-test-list > or, via email, send a message with subject or body 'help' to > fedora-test-list-request at redhat.com > > You can reach the person managing the list at > fedora-test-list-owner at redhat.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of fedora-test-list digest..." > > Today's Topics: > > 1. Re: Mono (Paul) > 2. Re: rpm -e problem (Nico Kadel-Garcia) > 3. Latest updares problems (Bart Kalita) > 4. Re: Latest updares problems (Jeff Spaleta) > 5. FC3 T1 DVD-RAM Support (Si) > 6. kdeartwork-icons-3.2.3-1 problem (raxet) > 7. wrong int level running kernel-2.6.7-1.509 (5 instead of 3) - > mDNSResponder? (Jim Cornette) > 8. Installing kernel-2.6.7-1.517 - tux.ko warning (Jim Cornette) > 9. mailman installation issue? (Michael Wiktowy) > 10. Re: wrong int level running kernel-2.6.7-1.509 (5 instead of > 3) (Jim Cornette) > 11. Fedora rawhide breaks cedega point2play on x86_64 (Marshall Lewis) > 12. Re: Mono (Colin Charles) > 13. Re: logwatch mesgs about crond (Harry Putnam) > 14. Good work on KDE3.3 so quick (Andy Green) > 15. 517 kernel panic (Paul) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 13 Aug 2004 17:48:52 +0100 > From: Paul > Subject: Re: Mono > To: For testers of Fedora Core development releases > > Message-ID: <1092415732.5538.2.camel at T7.linux> > Content-Type: text/plain; charset="us-ascii" > > Hi, > > > PS: I think you sent it to the wrong list (?) > > Possibly - though quite a lot of FC folks use mono, it can be considered > on topic? > > TTFN > > Paul > > -- > "Look. If you had one shot, one opportunity, to seize everything you > ever wanted. One moment to capture or would you just let it slip?" - > Marshall Mathers III (Lose Yourself) > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 189 bytes > Desc: This is a digitally signed message part > Url : /archives/fedora-test-list/attachments/20040813/70bb1987/attachment.bin > > ------------------------------ > > Message: 2 > Date: Fri, 13 Aug 2004 14:29:27 -0400 > From: "Nico Kadel-Garcia" > Subject: Re: rpm -e problem > To: "For testers of Fedora Core development releases" > > Message-ID: <007201c48163$7742abe0$b28ccb89 at zeppo> > Content-Type: text/plain; charset="iso-8859-1" > > ----- Original Message ----- > From: "Jim Cornette" > To: "For testers of Fedora Core development releases" > > Sent: Thursday, August 12, 2004 10:10 PM > Subject: Re: rpm -e problem > > > Mike Jensen wrote: > > > as far as i know that package doesn't exist....iiimf-le-xcin does > > > however....not sure if that is what you were trying to remove? it might > have > > > been getting confused because there are several packages like that that > come > > > with fedora....on core 2 with a full install you get: > > > iiimf-le-inpinyin-0.3-2 > > > iiimf-protocol-lib-11.4-46.1.svn1587 > > > iiimf-le-newpy-11.4-46.1.svn1587 > > > iiimf-client-lib-11.4-46.1.svn1587 > > > iiimf-protocol-lib-devel-11.4-46.1.svn1587 > > > iiimf-gtk-11.4-46.1.svn1587 > > > iiimf-le-unit-11.4-46.1.svn1587 > > > iiimf-le-hangul-11.4-46.1.svn1587 > > > iiimf-client-lib-devel-11.4-46.1.svn1587 > > > iiimf-server-11.4-46.1.svn1587 > > > iiimf-le-canna-11.4-46.1.svn1587 > > > iiimf-docs-11.4-46.1.svn1587 > > > iiimf-x-11.4-46.1.svn1587 > > > iiimf-le-xcin-0.1.5-1 > > > iiimf-csconv-11.4-46.1.svn1587 > > > iiimf-emacs-11.4-46.1.svn1587 > > > > > > > > > if this dosen't help let me know, might be way off track > > > On Thursday 12 August 2004 17:47, Paul wrote: > > > > > >>Hi, > > >> > > >>Something odd has happened on the laptop. > > >> > > >>I'm trying to do an update via yum and am getting a pile of problems > > >>with iiimf packages. I don't use iiimf, so there is no harm in removing > > >>it. > > >> > > >>However, rpm -e iiimf-lib-xcin (say) generates the following error > > >> > > >>'iiimf-lib-xcin' specifies multiple packages > > If you do "rpm -q xiimf-lib-xcin" you should get the names of all the > packages. If they have different numbers, you can delete the old one, or > better yet select the newest version of the software and use > "rpm -Uvvv --replacepkgs iiimf-lib-xcin-[whatever].rpm" to update it while > replacing all old copies of the package. > > ------------------------------ > > Message: 3 > Date: Fri, 13 Aug 2004 20:26:23 +0100 > From: Bart Kalita > Subject: Latest updares problems > To: fedora-test-list at redhat.com > Message-ID: <1092425183.3294.19.camel at nexus.astradine.net> > Content-Type: text/plain > > Well, my first post about this problem was ignored so I've decided to > repost it + add some more problems to it. > > First of all after clean install of FC3 test 1 I've updated the system > via yum, at this time the sound in gnome was working just fine. > > dropped down from kernel -517 to -515, mkinitrd doesn't work ..comes up > with command not found" > > installed newest Nvidia drivers and rebooted to KDE ... no sound! > > re-logging as root or as user in Gnome or KDE makes no difference still > no sound. I can make the speakers make a sound when I'm muting sound via > Kmix, all I hear is the crackling "on-off" sound > > apart form this in KDE the conqueror window keeps crashing every 2-5 sec > after opening. > > Another thing, where in new KDE can I stop my monitor form switching > off? all there is in power management is laptop power ..I'm not on > laptop I want my monitor and my HD's to work!..and I do now want to hard > reset my FC box when I come back after more than an hour. > > ------------------------------ > > Message: 4 > Date: Fri, 13 Aug 2004 15:47:12 -0400 > From: Jeff Spaleta > Subject: Re: Latest updares problems > To: bartk at clara.co.uk, For testers of Fedora Core development releases > > Message-ID: <604aa79104081312472909f062 at mail.gmail.com> > Content-Type: text/plain; charset=US-ASCII > > On Fri, 13 Aug 2004 20:26:23 +0100, Bart Kalita wrote: > > Well, my first post about this problem was ignored so I've decided to > > repost it + add some more problems to it. > > This post is not very useful because it doesn't convey enough > information for any other testers to compare with you and your > hardware. And your methodology for troubleshooting isn't exceptionally > linear which is a problem if you want people to trace your steps and > compare with what you see. What you want to do is make it as easy as > possible for people in the list to compare notes with you. So that > means detail specifics about hardware that you think is important (in > the case of sound at a minimum that means the sound card) > It also means doing as much as you can to isolate each problem before > you ask people for help with them. Reporting a whole list of problems > that might or might not have shown up after you tried to fix other > things, doesn't help other people help you confirm a specific problem. > Help me, help you. > > > dropped down from kernel -517 to -515, mkinitrd doesn't work ..comes up > > with command not found" > > So... you dropped back. Now thats a potential problem right there. You > have not told us that sound was workingin in -515 ever. If sound > worked in -517 but doesnt work in -515.. this is a non-issue. Going > back to older versions of development packages to troubleshoot a new > problem, like the mkinitrd issues right now, is a valid methodoloty. > But you have to expect other things to break unexpectedly if you use > an older development package. If -517 introduced fixes for sound, you > lost them when moving back to -515. > > And its very important to isolate issues when communicating them to > others for troubleshooting or comparison. If something you did to work > around the mkinitrd problem caused the sound problem to appear, that > confuses things greatly, and its not necessarily worth anyone's time > to troubleshoot, if the sound problem appears only when you use an > older development kernel. Well, unless they are bug historians. > > > installed newest Nvidia drivers and rebooted to KDE ... no sound! > > the nvidia video drivers? Thats also a problem. While you might get > people to compare notes with you about your experience with the nvidia > video drivers... ANY problems that only appear when the nvidia drivers > are installed are beyond the scope of what any fedora developers can > fix. > > -jef > > ------------------------------ > > Message: 5 > Date: Fri, 13 Aug 2004 21:09:34 +0100 > From: Si > Subject: FC3 T1 DVD-RAM Support > To: Fedora Test List > Message-ID: <1092427774.3815.1.camel at apple.bananas.hopto.org> > Content-Type: text/plain > > Just to let you know that the LG 4120B worked perfectly as DVD-RAM. > > Just did mkfs.ext2, then mounted it and backed up... > > Regards, > > Simon > > ------------------------------ > > Message: 6 > Date: Fri, 13 Aug 2004 14:35:11 -0600 > From: raxet > Subject: kdeartwork-icons-3.2.3-1 problem > To: For testers of Fedora Core development releases > > Message-ID: <411D25FF.9040109 at xmission.com> > Content-Type: text/plain; charset=us-ascii; format=flowed > > Running latest dev from today with yum update : > > Errors reported doing trial run > file /usr/share/icons/locolor/16x16/apps/kbabel.png from install of > kdesdk-3.3.0-0.1.rc2 conflicts with file from package > kdeartwork-icons-3.2.3-1 > file /usr/share/icons/locolor/32x32/apps/kbabel.png from install of > kdesdk-3.3.0-0.1.rc2 conflicts with file from package > kdeartwork-icons-3.2.3-1 > > rpm -e kdeartwork-icons :) > > RaXeT > > ------------------------------ > > Message: 7 > Date: Fri, 13 Aug 2004 19:36:50 -0400 > From: Jim Cornette > Subject: wrong int level running kernel-2.6.7-1.509 (5 instead of 3) - > mDNSResponder? > To: For testers of Fedora Core development releases > > Message-ID: <411D5092.3010800 at sbcglobal.net> > Content-Type: text/plain; charset=us-ascii; format=flowed > > I have the below listed in my grub.conf file and normally the computer > boots up into 3 as desired. > > title Fedora Core (2.6.7-1.509) > root (hd1,4) > kernel /vmlinuz-2.6.7-1.509 ro root=LABEL=/1 acpi=on 3 > initrd /initrd-2.6.7-1.509.img > > Today it booted up into level 5 unexpectedly. Also there were strange > messages related to ssh in the log files. > > Aug 13 17:46:13 cornette-fc2 sshd: sshd -TERM succeeded > Aug 13 17:46:17 cornette-fc2 sshd: succeeded > Aug 13 17:57:33 cornette-fc2 cups: cupsd shutdown succeeded > Aug 13 17:57:50 cornette-fc2 cups: cupsd startup succeeded > Aug 13 17:58:10 cornette-fc2 messagebus: messagebus -TERM succeeded > Aug 13 17:58:16 cornette-fc2 messagebus: messagebus startup succeeded > Aug 13 18:00:54 cornette-fc2 mDNSResponder: mDNSResponder shutdown succeeded > Aug 13 18:00:57 cornette-fc2 mDNSResponder: mDNSResponder startup succeeded > > What is the mDNSResponder? I do not remember such a program before. I > was wondering if this would cause the strange reaction to the init level. > > DESCRIPTION > The mDNSResponder daemon publishes and browses available services on a > link according to the IETF Zeronconf (aka "Rendezvous") draft standard. > Only one instance of mDNSResponder needs to run on a host. > Once started, mDNSResponder runs continuously. > > Jim > > -- > To be sure of hitting the target, shoot first and, whatever you hit, > call it the target. > > ------------------------------ > > Message: 8 > Date: Fri, 13 Aug 2004 19:48:47 -0400 > From: Jim Cornette > Subject: Installing kernel-2.6.7-1.517 - tux.ko warning > To: For testers of Fedora Core development releases > > Message-ID: <411D535F.5000203 at sbcglobal.net> > Content-Type: text/plain; charset=us-ascii; format=flowed > > I got the below message when trying to install kernel-2.6.7-1.517 > It finally installed before installing the newer mkinitrd program. > > What is this warning in reference to? > > Jim > > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown > symbol chroot > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown > symbol write > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown > symbol chdir > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs unknown > symbol read > > -- > Where am I? Who am I? Am I? I > > ------------------------------ > > Message: 9 > Date: Fri, 13 Aug 2004 20:18:33 -0400 > From: Michael Wiktowy > Subject: mailman installation issue? > To: fedora-test-list at redhat.com > Message-ID: <1092442713.3234.4.camel at localhost> > Content-Type: text/plain > > During today's large yum update I got this message: > > mailman 100 % done 53/117 > You (mailman) are not allowed to use this program (crontab) > See crontab(1) for more information > > I see there is a mailman script in /etc/cron.d/ but is this error > indicating that something in the install script got blocked and will > prevent normal mailman maintenance in the future? > > /Mike > > ------------------------------ > > Message: 10 > Date: Fri, 13 Aug 2004 21:22:26 -0400 > From: Jim Cornette > Subject: Re: wrong int level running kernel-2.6.7-1.509 (5 instead of > 3) > To: For testers of Fedora Core development releases > > Message-ID: <411D6952.8080603 at sbcglobal.net> > Content-Type: text/plain; charset=us-ascii; format=flowed > > Jim Cornette wrote: > > I have the below listed in my grub.conf file and normally the computer > > boots up into 3 as desired. > > > > title Fedora Core (2.6.7-1.509) > > root (hd1,4) > > kernel /vmlinuz-2.6.7-1.509 ro root=LABEL=/1 acpi=on 3 > > initrd /initrd-2.6.7-1.509.img > > > > Today it booted up into level 5 unexpectedly. > > I tried this out again and it booted up into runlevel 5 again. I then > changed inittab to keep runlevel 3. Before it was set to 5, but did not > give me problems booting into the wrong runlevel. > > With inittab set to 3, the system boots up into runlevel 3 properly. > > Is there some change with the kernel arguments? I was wondering if my > problem would be caused by the same change that the kernel panic, when > rhgb quiet is in the grub.conf arguments. > > Just a curiousity. > > Jim > > ------------------------------ > > Message: 11 > Date: Fri, 13 Aug 2004 21:24:01 -0400 > From: Marshall Lewis > Subject: Fedora rawhide breaks cedega point2play on x86_64 > To: fedora-test-list at redhat.com > Message-ID: <1092446641.8603.13.camel at grendel> > Content-Type: text/plain; charset="us-ascii" > > Hello, this is a pretty minor complaint, but I thought I'd forward it > along to the list in case it indicates a more serious problem somewhere. > > For those that don't know, Point2Play is a python application by > Transgaming that is used as a gui to install and launch games with > Cedega (formerly Winex). > > -- > Marshall Lewis > -------------- next part -------------- > An embedded message was scrubbed... > From: Marshall Lewis > Subject: [Cedega-beta] Fedora rawhide breaks p2p on x86_64 > Date: Fri, 13 Aug 2004 21:18:35 -0400 > Size: 12331 > Url: /archives/fedora-test-list/attachments/20040813/9d60e9ee/attachment.eml > > ------------------------------ > > Message: 12 > Date: Sat, 14 Aug 2004 11:26:38 +1000 > From: Colin Charles > Subject: Re: Mono > To: For testers of Fedora Core development releases > > Cc: mono-devel > Message-ID: <1092446798.3252.46.camel at albus.aeon.com.my> > Content-Type: text/plain > > On Fri, 2004-08-13 at 19:29, PFJ wrote: > > > 1. Is there a simple to understand howto on repackaging rpms? > > The spec files are online, make use of them, and rebuild your own > packages from source > (of course, setup a sane RPM build enviornment first) > > > 2. What do I need to do to set up a yum repository? > > Have some webspace. Build packages. Put them in directory. Run yum-arch > on directory. Serve! > -- > Colin Charles, byte at aeon.com.my > http://www.bytebot.net/ > "First they ignore you, then they laugh at you, then they fight you, > then you win." -- Mohandas Gandhi > > ------------------------------ > > Message: 13 > Date: Fri, 13 Aug 2004 21:00:22 -0500 > From: Harry Putnam > Subject: Re: logwatch mesgs about crond > To: fedora-test-list at redhat.com > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Alexander Dalloz writes: > > > You have a cronjob running with which user reader logs in automatically. > > The secure log entries are caused by /etc/pam.d/system-auth: > > Yikes, this isn't a cronjob I setup. Or at least I have setup none > that involve a login of any kind. Further all my cronjobs have been > around for ages. > > What kind of cron job would need a login? > > ------------------------------ > > Message: 14 > Date: Sat, 14 Aug 2004 09:42:11 +0100 > From: Andy Green > Subject: Good work on KDE3.3 so quick > To: For testers of Fedora Core development releases > > Message-ID: <200408140942.16163.fedora at warmcat.com> > Content-Type: text/plain; charset="us-ascii" > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mmmmm!!! KDE3.3, many improvements, in rawhide real quick. Good work! > > - -Andy > > - -- > Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players > http://warmcat.com/usbautocam > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (GNU/Linux) > > iD8DBQFBHdBojKeDCxMJCTIRAqY2AKCQka06ri33xsUpLDA+RWPYiI41/wCeMSOi > hSjPfpa1+krQUf6sOWgxUGY= > =6CaM > -----END PGP SIGNATURE----- > > ------------------------------ > > Message: 15 > Date: Sat, 14 Aug 2004 10:05:06 +0100 > From: Paul > Subject: 517 kernel panic > To: fedora > Message-ID: <1092474306.4328.2.camel at T7.linux> > Content-Type: text/plain; charset="us-ascii" > > Hi, > > I know it's been discussed on here, but for the life of me, I can't > remember what the resolution of it was! > > Is there a way to stop the kernel panic on the current version in > rawhide (2.6.7-1.517)? It always panics when trying to mount ext3 > drives. > > TTFN > > Paul > -- > "Look. If you had one shot, one opportunity, to seize everything you > ever wanted. One moment to capture or would you just let it slip?" - > Marshall Mathers III (Lose Yourself) > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 189 bytes > Desc: This is a digitally signed message part > Url : /archives/fedora-test-list/attachments/20040814/106eeae1/attachment.bin > > ------------------------------ > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > http://www.redhat.com/mailman/listinfo/fedora-test-list > > End of fedora-test-list Digest, Vol 6, Issue 28 > *********************************************** > -- hIpPy. http://people.smu.edu/rmandvik/ http://hippy2981.blogspot.com/ "i have had a dream that troubles me.... ....and i want to know what it means." - bible: daniel 2:03 From shrek-m at gmx.de Sat Aug 14 09:54:53 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sat, 14 Aug 2004 11:54:53 +0200 Subject: help In-Reply-To: References: <20040814090518.A4D7A7402A@hormel.redhat.com> Message-ID: <411DE16D.9030502@gmx.de> hIpPy wrote: >help [... long mail with "set digest mode = on" ...] > > go to http://www.redhat.com/mailman/options/fedora-test-list logon and unsubscribe or set digest mode = OFF -- shrek-m From arjanv at redhat.com Sat Aug 14 12:25:04 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Sat, 14 Aug 2004 14:25:04 +0200 Subject: kernel for testing Message-ID: <1092486304.9028.6.camel@laptop.fenrus.com> Hi, we're looking at doing a kernel update in about a week or so, a candidate kernel for testing just has been uploaded to the test area for fc2; kernel 2.6.8-1.520 Greetings, Arjan van de Ven From clydekunkel7734 at cox.net Sat Aug 14 12:37:55 2004 From: clydekunkel7734 at cox.net (Clyde E. Kunkel) Date: Sat, 14 Aug 2004 08:37:55 -0400 Subject: 517 kernel panic In-Reply-To: <1092474306.4328.2.camel@T7.linux> References: <1092474306.4328.2.camel@T7.linux> Message-ID: <1092487075.6177.0.camel@localhost.localdomain> On Sat, 2004-08-14 at 10:05 +0100, Paul wrote: > Hi, > > I know it's been discussed on here, but for the life of me, I can't > remember what the resolution of it was! > > Is there a way to stop the kernel panic on the current version in > rawhide (2.6.7-1.517)? It always panics when trying to mount ext3 > drives. > > TTFN > > Paul http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129773 -- Clyde Kunkel FedoraCore 3 Test 1 on an ASUS P4C800-E From michal at harddata.com Sat Aug 14 13:43:12 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sat, 14 Aug 2004 07:43:12 -0600 Subject: 517 kernel panic In-Reply-To: <1092474306.4328.2.camel@T7.linux>; from paul@all-the-johnsons.co.uk on Sat, Aug 14, 2004 at 10:05:06AM +0100 References: <1092474306.4328.2.camel@T7.linux> Message-ID: <20040814074312.C11838@mail.harddata.com> On Sat, Aug 14, 2004 at 10:05:06AM +0100, Paul wrote: > > Is there a way to stop the kernel panic on the current version in > rawhide (2.6.7-1.517)? It always panics when trying to mount ext3 > drives. Anything similar to what is in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129673 Because I can get such panic too on demand but only in a rather specific situation. It could be something in your setup that triggers it too. If you add a comment with a description of when you are sseing that this may direct that bug search in the right direction. Or you found some other failure mode. Michal From rpa4email at rogers.com Sat Aug 14 14:16:37 2004 From: rpa4email at rogers.com (Robert Couture) Date: Sat, 14 Aug 2004 10:16:37 -0400 Subject: Midnight Commander error. Message-ID: <1092492997.3827.3.camel@RuneLinux.tamn.local> Hello ... Fior the past bit I have been getting this error when running Midnight Commander in a gnome terminal. I was wondering if this was a bug or something I can correct. It started after my first yum update after a fresh install of FC3t1. *** err [lib/liblow.c(268)]: strncmp/isdigit/consolename failedHint: Also, what would have changed that mouse doesn't work in the term window that did work before the update? And the keypad is no longer working either? Thanks. Rob. From talbotscott at cox.net Sat Aug 14 14:23:09 2004 From: talbotscott at cox.net (Scott Talbot) Date: Sat, 14 Aug 2004 07:23:09 -0700 Subject: 517 kernel panic In-Reply-To: <1092474306.4328.2.camel@T7.linux> References: <1092474306.4328.2.camel@T7.linux> Message-ID: <1092493389.6847.8.camel@ip68-7-36-36.sd.sd.cox.net> On Sat, 2004-08-14 at 10:05 +0100, Paul wrote: > Hi, > > I know it's been discussed on here, but for the life of me, I can't > remember what the resolution of it was! > > Is there a way to stop the kernel panic on the current version in > rawhide (2.6.7-1.517)? It always panics when trying to mount ext3 > drives. The solution is to find the version of mkinitrd-4.0.5-1 I forgot who has it, but it fixed the problem here. Check archives if Google can't find it. Scott From bpm at ec-group.com Sat Aug 14 14:27:02 2004 From: bpm at ec-group.com (Brian Millett) Date: Sat, 14 Aug 2004 09:27:02 -0500 (CDT) Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <32792.68.92.86.41.1092493622.squirrel@webmail.ec-group.com> > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > > Greetings, > Arjan van de Ven > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list Arjan, I use the latest orinoco software for the prism2.5 card I use because of the need to have monitoring. So I compile the module for every kernel. Works just great, except for this am with the 2.6.8-1.520 kernel. I am using the rawhide updates, so the gcc is version 3.4.1 20040714 (Red Hat 3.4.1-7). When I do modprobe orinoco_pci, I get the following error: Aug 14 08:46:18 shaka kernel: hermes: version magic '2.6.8-1.520 686 REGPARM 4KSTACKS gcc-3.4' should be '2.6.8-1.520 686 REGPARM 4KSTACKS gcc-3.3' Aug 14 08:46:18 shaka kernel: orinoco: version magic '2.6.8-1.520 686 REGPARM 4KSTACKS gcc-3.4' should be '2.6.8-1.520 686 REGPARM 4KSTACKS gcc-3.3' -- Brian Millett Enterprise Consulting Group "Shifts in paradigms (314) 205-9030 often cause nose bleeds." bpmATec-groupDOTcom Greg Glenn From prothonotar at tarnation.dyndns.org Sat Aug 14 14:38:05 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 14 Aug 2004 10:38:05 -0400 Subject: kudzu, pcmcia initscripts reference obsolete updfstab Message-ID: <1092494285.12647.4.camel@localhost.localdomain> Apologies if this has been discussed already; a google search didn't turn up anything. I have just upgraded to FC 3 test 2 and /etc/init.d/kudzu as well as /etc/init.d/pcmcia both attempt to call /sbin/updfstab. However, /sbin/updfstab was removed from kudzu, according to the changelog this was in preference to /usr/sbin/fstab-sync. I'm not sure what argument to fstab-sync is supposed to reproduce the effects of calling updfstab, but the kudzu and pcmcia initscripts should be updated as appropriate. BTW, the versions of these packages I have: kudzu-1.1.78-1 pcmcia-cs-3.2.7-1.7 hal-0.2.96-2 Please advise. -- Aaron Gaudio From prothonotar at tarnation.dyndns.org Sat Aug 14 14:39:59 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 14 Aug 2004 10:39:59 -0400 Subject: kudzu, pcmcia initscripts reference obsolete updfstab In-Reply-To: <1092494285.12647.4.camel@localhost.localdomain> References: <1092494285.12647.4.camel@localhost.localdomain> Message-ID: <1092494399.12647.6.camel@localhost.localdomain> On Sat, 2004-08-14 at 10:38 -0400, Aaron Gaudio wrote: > Apologies if this has been discussed already; a google search didn't > turn up anything. > > I have just upgraded to FC 3 test 2 and /etc/init.d/kudzu as well Oops, of course I mean FC 3 test 1. -- Aaron Gaudio From reader at newsguy.com Sat Aug 14 15:21:32 2004 From: reader at newsguy.com (Harry Putnam) Date: Sat, 14 Aug 2004 10:21:32 -0500 Subject: perldoc and utf8 or something.. Message-ID: My setup: *-- Software: Not fully updated Linux kernel 2.6.7-1.494 Architecture i686 Fedora Core release 2.90 (FC3 Test 1) Hardware: model name : Intel(R) Pentium(R) 4 CPU 2.00GHz cpu MHz : 1994.797 *-- [PERL beginners group alert: Crossposted from Fedora-test list] Group, Something I've been noticing for a while now. I keep forgetting to ask about it since it only comes up if I copy/paste something from the output of perldoc. Here is an example of what I see: perldoc -f split Now from that output, find the first example of actual scripting (scroll down to find it) print join(?:?, split(/ */, ?hi there?)); copy/paste that into a perl script: cat hithere.pl #!/usr/local/bin/perl -w print join(?:?, split(/ */, ?hi there?)); And run it ./hithere.pl: Unrecognized character \xE2 at ./hithere.pl line 2. What is causing this are the single quote chars in the copied line. Fix it by replacing them with ones produced by your keyboard. Anyone know why this happens? From bartk at clara.co.uk Sat Aug 14 15:48:07 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Sat, 14 Aug 2004 16:48:07 +0100 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <1092498487.3294.29.camel@nexus.astradine.net> Silly Q but whats the address? TIA On Sat, 2004-08-14 at 14:25 +0200, Arjan van de Ven wrote: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > > Greetings, > Arjan van de Ven > > From clydekunkel7734 at cox.net Sat Aug 14 16:01:03 2004 From: clydekunkel7734 at cox.net (Clyde E. Kunkel) Date: Sat, 14 Aug 2004 12:01:03 -0400 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <1092499263.4731.0.camel@localhost.localdomain> On Sat, 2004-08-14 at 14:25 +0200, Arjan van de Ven wrote: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > > Greetings, > Arjan van de Ven > > Intalled on FedoraCore 3 T1 system, ASUS P4c800-E. Looking ok so far.... From janina at rednote.net Sat Aug 14 17:18:56 2004 From: janina at rednote.net (Janina Sajka) Date: Sat, 14 Aug 2004 13:18:56 -0400 Subject: kernel for testing In-Reply-To: <1092498487.3294.29.camel@nexus.astradine.net> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092498487.3294.29.camel@nexus.astradine.net> Message-ID: <20040814171856.GA3809@rednote.net> Bart Kalita writes: > Silly Q but whats the address? ftp://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/2/ and then your arch. > > TIA > > > On Sat, 2004-08-14 at 14:25 +0200, Arjan van de Ven wrote: > > Hi, > > > > we're looking at doing a kernel update in about a week or so, a > > candidate kernel for testing just has been uploaded to the test area for > > fc2; kernel 2.6.8-1.520 > > > > Greetings, > > Arjan van de Ven > > > > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list -- Janina Sajka, Chair Accessibility Workgroup Free Standards Group (FSG) janina at freestandards.org Phone: +1 202.494.7040 From janina at rednote.net Sat Aug 14 17:40:05 2004 From: janina at rednote.net (Janina Sajka) Date: Sat, 14 Aug 2004 13:40:05 -0400 Subject: kernel for testing In-Reply-To: <1092499263.4731.0.camel@localhost.localdomain> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092499263.4731.0.camel@localhost.localdomain> Message-ID: <20040814174005.GB3809@rednote.net> Clyde E. Kunkel writes: > On Sat, 2004-08-14 at 14:25 +0200, Arjan van de Ven wrote: > > Hi, > > > > we're looking at doing a kernel update in about a week or so, a > > candidate kernel for testing just has been uploaded to the test area for > > fc2; kernel 2.6.8-1.520 > > > > Greetings, > > Arjan van de Ven > > So far so good on a dual Opteron. Still fussing with my RME Multiface ALSA interface, though. Not sure if it's a kernel issue, though. From lsomike at futzin.com Sat Aug 14 18:39:19 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sat, 14 Aug 2004 13:39:19 -0500 Subject: Installing kernel-2.6.7-1.517 - tux.ko warning In-Reply-To: <411D535F.5000203@sbcglobal.net> References: <411D535F.5000203@sbcglobal.net> Message-ID: <200408141339.19797.lsomike@futzin.com> On Friday 13 August 2004 18:48, Jim Cornette wrote: > I got the below message when trying to install kernel-2.6.7-1.517 > It finally installed before installing the newer mkinitrd program. > > What is this warning in reference to? > > Jim > > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs > unknown symbol chroot > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs > unknown symbol write > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs > unknown symbol chdir > WARNING: /lib/modules/2.6.7-1.517/kernel/net/tux/tux.ko needs > unknown symbol read For what it's worth, you're not the lone stranger.... Saw the same thing here this morning during the update process. Regards, Mike Klinke From arjanv at redhat.com Sat Aug 14 19:18:45 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Sat, 14 Aug 2004 21:18:45 +0200 Subject: kernel for testing In-Reply-To: <32792.68.92.86.41.1092493622.squirrel@webmail.ec-group.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <32792.68.92.86.41.1092493622.squirrel@webmail.ec-group.com> Message-ID: <20040814191844.GA17041@devserv.devel.redhat.com> On Sat, Aug 14, 2004 at 09:27:02AM -0500, Brian Millett wrote: > Aug 14 08:46:18 shaka kernel: hermes: version magic '2.6.8-1.520 686 > REGPARM 4KSTACKS gcc-3.4' should be '2.6.8-1.520 686 REGPARM 4KSTACKS > gcc-3.3' > Aug 14 08:46:18 shaka kernel: orinoco: version magic '2.6.8-1.520 686 > REGPARM 4KSTACKS gcc-3.4' should be '2.6.8-1.520 686 REGPARM 4KSTACKS > gcc-3.3' yeah well FC2 has gcc 3.3 so this candidate fc2 kernel is also compiled with gcc 3.3 ;) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From feliciano.matias at free.fr Sat Aug 14 20:16:42 2004 From: feliciano.matias at free.fr (Matias Feliciano) Date: Sat, 14 Aug 2004 22:16:42 +0200 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <1092514599.1481.1.camel@one.myworld> Le sam 14/08/2004 ? 14:25, Arjan van de Ven a ?crit : > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > 2.6.8 or 2.6.8.1 ? http://marc.theaimsgroup.com/?l=linux-kernel&m=109248077922701&w=2 > Greetings, > Arjan van de Ven > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Ceci est une partie de message num?riquement sign?e. URL: From alan at redhat.com Sat Aug 14 20:22:24 2004 From: alan at redhat.com (Alan Cox) Date: Sat, 14 Aug 2004 16:22:24 -0400 Subject: kernel for testing In-Reply-To: <1092514599.1481.1.camel@one.myworld> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092514599.1481.1.camel@one.myworld> Message-ID: <20040814202224.GA31588@devserv.devel.redhat.com> On Sat, Aug 14, 2004 at 10:16:42PM +0200, Matias Feliciano wrote: > > fc2; kernel 2.6.8-1.520 > > > > 2.6.8 or 2.6.8.1 ? > http://marc.theaimsgroup.com/?l=linux-kernel&m=109248077922701&w=2 And hopefully with the additional SG_IO fix 8) From sean.bruno at dsl-only.net Sat Aug 14 20:34:16 2004 From: sean.bruno at dsl-only.net (Sean Bruno) Date: Sat, 14 Aug 2004 13:34:16 -0700 Subject: kernel for testing In-Reply-To: <20040814202224.GA31588@devserv.devel.redhat.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092514599.1481.1.camel@one.myworld> <20040814202224.GA31588@devserv.devel.redhat.com> Message-ID: <1092515656.13986.4.camel@oscar.metro1.com> R u folks looking for some FC2 users to test this kernel release prior to its actual release? I have a couple of different machines I can test it on, if that is your request. On Sat, 2004-08-14 at 13:22, Alan Cox wrote: > On Sat, Aug 14, 2004 at 10:16:42PM +0200, Matias Feliciano wrote: > > > fc2; kernel 2.6.8-1.520 > > > > > > > 2.6.8 or 2.6.8.1 ? > > http://marc.theaimsgroup.com/?l=linux-kernel&m=109248077922701&w=2 > > And hopefully with the additional SG_IO fix 8) -- From lsomike at futzin.com Sat Aug 14 20:34:34 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sat, 14 Aug 2004 15:34:34 -0500 Subject: FC3T1: Gnome-terminal behavior Message-ID: <200408141534.34883.lsomike@futzin.com> I noticed a change this week such that when opening up more than one gnome-terminal session, the second one does not receive focus so that when the first is running full screen the second is never seen unless you manually switch to it by clicking in the bottom panel icon or via Alt-Tab. Is this: A. A new "feature" (expected behavior) B. A bug that's known C. I'm the only one who's seeing this. I didn't see anything in bugzilla Regards, Mike Klinke From jspaleta at gmail.com Sat Aug 14 20:46:37 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sat, 14 Aug 2004 16:46:37 -0400 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. Message-ID: <604aa7910408141346454d7e2f@mail.gmail.com> Okay before i go to search or file this in bugzilla. Is anyone else who installed the latest rawhide updates seeing this issue: I am unable to select a file using the gtk based file selection dialog. Any application that needs to use the file selection dialog window has the same problem. For example. trying to add a new wallpaper for the gnome desktop background. Preferences->desktop Background Add Wallpaper button Browse the filesystem and select an image hit the open button on the dialog... nothing happens. Like i said, thats just one example... everything i try that uses the file selection dialog has the same problem for me, so I'm just looking for confirmation. -jef From paul at all-the-johnsons.co.uk Sat Aug 14 20:47:15 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 14 Aug 2004 21:47:15 +0100 Subject: ALSA problem Message-ID: <1092516435.3626.9.camel@localhost.localdomain> Hi, I used to have a problem on FC2 whereby if I was running a single task as a background, no other user could use xmms as it would complain that the soundcard was inaccessible. Under FC3t1, this seems to have vanished - any user can use xmms even when I'm running a console task. However, if I'm logged in under 2 consoles, xmms reports the soundcard problem. I've not put this onto bugzilla. Can anyone verify if this is the case for them before I do? TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From steve at rueb.com Sat Aug 14 20:48:16 2004 From: steve at rueb.com (Steve Bergman) Date: Sat, 14 Aug 2004 15:48:16 -0500 Subject: FC3T1: Gnome-terminal behavior In-Reply-To: <200408141534.34883.lsomike@futzin.com> References: <200408141534.34883.lsomike@futzin.com> Message-ID: <1092516496.19562.18.camel@voyager.localdomain> On Sat, 2004-08-14 at 15:34 -0500, Mike Klinke wrote: > Is this: > > A. A new "feature" (expected behavior) > > B. A bug that's known > > C. I'm the only one who's seeing this. > I'm seeing it, too. I would certainly hope that it is considered a bug. ;-) I'm running rawhide. -Steve From jspaleta at gmail.com Sat Aug 14 20:49:36 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sat, 14 Aug 2004 16:49:36 -0400 Subject: kernel for testing In-Reply-To: <1092515656.13986.4.camel@oscar.metro1.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092514599.1481.1.camel@one.myworld> <20040814202224.GA31588@devserv.devel.redhat.com> <1092515656.13986.4.camel@oscar.metro1.com> Message-ID: <604aa7910408141349435baee@mail.gmail.com> On Sat, 14 Aug 2004 13:34:16 -0700, Sean Bruno wrote: > R u folks looking for some FC2 users to test this kernel release prior > to its actual release? I have a couple of different machines I can test > it on, if that is your request. That is sort of the point of the testing-updates branch for each release of fc. Quoting http://fedora.redhat.com/download/updates.html : Proposed Fedora Updates Before updated packages are considered Fedora Updates, they may be placed in a testing directory for public testing. After they have been tested more throughly by the community, they can be moved into the Fedora Updates category. http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/ -jef From lsomike at futzin.com Sat Aug 14 21:09:33 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sat, 14 Aug 2004 16:09:33 -0500 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. In-Reply-To: <604aa7910408141346454d7e2f@mail.gmail.com> References: <604aa7910408141346454d7e2f@mail.gmail.com> Message-ID: <200408141609.33662.lsomike@futzin.com> On Saturday 14 August 2004 15:46, Jeff Spaleta wrote: > Okay before i go to search or file this in bugzilla. Is anyone > else who installed the latest > rawhide updates seeing this issue: > > I am unable to select a file using the gtk based file selection > dialog. Any application that needs to use the file selection dialog > window has the same problem. > > For example. trying to add a new wallpaper for the gnome desktop > background. Preferences->desktop Background > Add Wallpaper button > Browse the filesystem and select an image > hit the open button on the dialog... nothing happens. > > Like i said, thats just one example... everything i try that uses > the file selection dialog has the same problem for me, so I'm just > looking for confirmation. > > -jef I see the same here when I tried the Background and "Accessories/gedit" but if I start a non-gnome application (Open Office) the "OO" file picker works. Regards, Mike Klinke From razvan.vilt at linux360.ro Sat Aug 14 21:13:27 2004 From: razvan.vilt at linux360.ro (Razvan Corneliu C.R. "d3vi1" VILT) Date: Sun, 15 Aug 2004 00:13:27 +0300 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. In-Reply-To: <200408141609.33662.lsomike@futzin.com> References: <604aa7910408141346454d7e2f@mail.gmail.com> <200408141609.33662.lsomike@futzin.com> Message-ID: <1092518007.12025.4.camel@d3vi1.linux360.ro> On Sat, 2004-08-14 at 16:09 -0500, Mike Klinke wrote: > On Saturday 14 August 2004 15:46, Jeff Spaleta wrote: > > Okay before i go to search or file this in bugzilla. Is anyone > > else who installed the latest > > rawhide updates seeing this issue: > > > > I am unable to select a file using the gtk based file selection > > dialog. Any application that needs to use the file selection dialog > > window has the same problem. > > > > For example. trying to add a new wallpaper for the gnome desktop > > background. Preferences->desktop Background > > Add Wallpaper button > > Browse the filesystem and select an image > > hit the open button on the dialog... nothing happens. > > > > Like i said, thats just one example... everything i try that uses > > the file selection dialog has the same problem for me, so I'm just > > looking for confirmation. > > > > -jef > > I see the same here when I tried the Background and > "Accessories/gedit" but if I start a non-gnome application (Open > Office) the "OO" file picker works. > > Regards, Mike Klinke > > From: Soeren Sandmann To: gnome-announce-list at gnome.org, gtk- list at gnome.org, gtk-app-devel- list at gnome.org, gtk-devel- list at gnome.org Subject: GTK+ 2.4.7 released Date: 14 Aug 2004 22:14:03 +0200 (23:14 EEST) Mailer: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 GTK+-2.4.7 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.4/ gtk+-2.4.7.tar.bz2 md5sum: 2cd21398a463ef205e6e7b28e54b936d gtk+-2.4.7.tar.gz md5sum: 003bb1eef819fcc29ea0b9cceeafcb08 This is an emergency bug fix release to fix two serious problems with GtkFileChooser in GTK+ 2.4.6. R?zvan Corneliu VILT e-mail:razvan.vilt at linux360.ro GPG:http://d3vi1.linux360.ro/public-keys/ www: http://d3vi1.linux360.ro/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3361 bytes Desc: not available URL: From lsomike at futzin.com Sat Aug 14 21:22:10 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sat, 14 Aug 2004 16:22:10 -0500 Subject: FC3T1: Gnome-terminal behavior In-Reply-To: <1092516496.19562.18.camel@voyager.localdomain> References: <200408141534.34883.lsomike@futzin.com> <1092516496.19562.18.camel@voyager.localdomain> Message-ID: <200408141622.10418.lsomike@futzin.com> On Saturday 14 August 2004 15:48, Steve Bergman wrote: > > I'm seeing it, too. I would certainly hope that it is considered a > bug. ;-) > > I'm running rawhide. > > -Steve Thanks Steve, I went ahead and added it: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129938 Regards, Mike Klinke From jspaleta at gmail.com Sat Aug 14 21:55:43 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sat, 14 Aug 2004 17:55:43 -0400 Subject: ALSA problem In-Reply-To: <1092516435.3626.9.camel@localhost.localdomain> References: <1092516435.3626.9.camel@localhost.localdomain> Message-ID: <604aa79104081414553a65b0f1@mail.gmail.com> On Sat, 14 Aug 2004 21:47:15 +0100, Paul wrote: > Hi, > > I used to have a problem on FC2 whereby if I was running a single task > as a background, no other user could use xmms as it would complain that > the soundcard was inaccessible. > > Under FC3t1, this seems to have vanished - any user can use xmms even > when I'm running a console task. However, if I'm logged in under 2 > consoles, xmms reports the soundcard problem. > > I've not put this onto bugzilla. Can anyone verify if this is the case > for them before I do? Are you sure this is an alsa problem? Sounds like a device permissions problem to me... a device permissions problem becuase of how pam_console uses /etc/security/console.perms to set the ownership and permissions on devices based on which user is considered the console user on the system. The term 'console user' here is defined as people login in locally who are assumed to have physical access to the hardware. So if you logged in on the console, you get ownership of certain devices like the soundcard. A second user logs in while you are still logged in, they don't have ownership until the first user logs out. Oldest login is console user. The soundcard is only one example of such hardware... look at /etc/security/console.perms and can see how other hardware is handled as well. -jef From tjb at unh.edu Sat Aug 14 23:59:17 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Sat, 14 Aug 2004 19:59:17 -0400 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. In-Reply-To: <604aa7910408141346454d7e2f@mail.gmail.com> References: <604aa7910408141346454d7e2f@mail.gmail.com> Message-ID: <1092527957.6762.1.camel@millennium.bakerconsulting.com> On Sat, 2004-08-14 at 16:46 -0400, Jeff Spaleta wrote: > Okay before i go to search or file this in bugzilla. Is anyone else > who installed the latest > rawhide updates seeing this issue: > > I am unable to select a file using the gtk based file selection dialog. > Any application that needs to use the file selection dialog window has > the same problem. > > For example. trying to add a new wallpaper for the gnome desktop background. > Preferences->desktop Background > Add Wallpaper button > Browse the filesystem and select an image > hit the open button on the dialog... nothing happens. > > Like i said, thats just one example... everything i try that uses the > file selection dialog has the same problem for me, so I'm just looking > for confirmation. > > -jef > > Me too. I couldn't open a new theme for install from gnome-theme- manager. tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From prothonotar at tarnation.dyndns.org Sun Aug 15 00:18:02 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 14 Aug 2004 20:18:02 -0400 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. In-Reply-To: <604aa7910408141346454d7e2f@mail.gmail.com> References: <604aa7910408141346454d7e2f@mail.gmail.com> Message-ID: <1092529082.12647.20.camel@localhost.localdomain> On Sat, 2004-08-14 at 16:46 -0400, Jeff Spaleta wrote: > Okay before i go to search or file this in bugzilla. Is anyone else > who installed the latest > rawhide updates seeing this issue: > > I am unable to select a file using the gtk based file selection dialog. > Any application that needs to use the file selection dialog window has > the same problem. > > For example. trying to add a new wallpaper for the gnome desktop background. > Preferences->desktop Background > Add Wallpaper button > Browse the filesystem and select an image > hit the open button on the dialog... nothing happens. > > Like i said, thats just one example... everything i try that uses the > file selection dialog has the same problem for me, so I'm just looking > for confirmation. > > -jef > > I'm not having any problem. I've got gtk2-2.4.4-4 here. -- Aaron Gaudio From prothonotar at tarnation.dyndns.org Sun Aug 15 00:20:19 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 14 Aug 2004 20:20:19 -0400 Subject: FC3T1: Gnome-terminal behavior In-Reply-To: <200408141534.34883.lsomike@futzin.com> References: <200408141534.34883.lsomike@futzin.com> Message-ID: <1092529219.12647.23.camel@localhost.localdomain> On Sat, 2004-08-14 at 15:34 -0500, Mike Klinke wrote: > I noticed a change this week such that when opening up more than one > gnome-terminal session, the second one does not receive focus so that > when the first is running full screen the second is never seen unless > you manually switch to it by clicking in the bottom panel icon or via > Alt-Tab. I'm using sawfish with pointer focus and it works as normal (every new window, including terminals) gets focus. In sawfish, that's a window manager option. Perhaps it's a bad interaction with your wm? -- Aaron Gaudio From prothonotar at tarnation.dyndns.org Sun Aug 15 00:26:33 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 14 Aug 2004 20:26:33 -0400 Subject: File Types and programs and Nautilus Message-ID: <1092529593.12647.30.camel@localhost.localdomain> Hello all, Again, apologies if these have been discussed already... The File Types and Programs capplet is only showing services for me (in previous releases, it only showed file types). I manually added a file type for gnucash (though I don't know if I needed to). It seems to have taken affect in the system (more on that later), but it never shows up in the capplet. I also couldn't find anywhere in gconf-editor that it was added to. The second issue here is that once I added the file type, nautilus has started doing some strange stuff. When a folder is first opened, the icon on the xac files has the image of money on it, so it looks like it recognized it as a gnucash file. However, when I select the file, it looks like an xml file (which it is, technically). If I try to open it in nautilus, I get a message saying the contents are xml but the extension is gnucash and if I want to open it, to use "Open with". Well, I right-click and choose "Open with gnucash" and I get the same error. Within gnucash, I set my preferences to store compressed (gzip format). Now nautilus doesn't complain about it being xml, but it just says the application had an error when I try to open the file. -- Aaron Gaudio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fct-cornette at sbcglobal.net Sun Aug 15 01:16:02 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 14 Aug 2004 21:16:02 -0400 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <411EB952.1020903@sbcglobal.net> Arjan van de Ven wrote: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > > Greetings, > Arjan van de Ven > > There were no errors reported during kernel installation. Also, the kernel boots into the proper runlevel again. inittab is set back to runlevel 5 and 3 is added in grub.conf. No surprises! The only error in boot log is below, which has been recorded for a long time. Aug 14 20:47:02 cornette-fc2 mdmpd: mdmpd startup failed Aug 14 20:47:02 cornette-fc2 mdmpd: mdmpd failed Are there any particular items to test? USB, Firewire, etc? Jim -- New screensaver released: Curtains for Windows. From fct-cornette at sbcglobal.net Sun Aug 15 01:24:05 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 14 Aug 2004 21:24:05 -0400 Subject: mailman installation issue? In-Reply-To: <1092442713.3234.4.camel@localhost> References: <1092442713.3234.4.camel@localhost> Message-ID: <411EBB35.3090103@sbcglobal.net> Michael Wiktowy wrote: > During today's large yum update I got this message: > > mailman 100 % done 53/117 > You (mailman) are not allowed to use this program (crontab) > See crontab(1) for more information > > I see there is a mailman script in /etc/cron.d/ but is this error > indicating that something in the install script got blocked and will > prevent normal mailman maintenance in the future? > > /Mike > > I got this output when updating the latest rpms yesterday. I use up2date launched in a terminal and saw the same message as you stated. Mailman does not seem to be acting badly though. The message only showed once during the installation and also in the log files. Jim -- New screensaver released: Curtains for Windows. From fct-cornette at sbcglobal.net Sun Aug 15 01:37:39 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 14 Aug 2004 21:37:39 -0400 Subject: Midnight Commander error. In-Reply-To: <1092492997.3827.3.camel@RuneLinux.tamn.local> References: <1092492997.3827.3.camel@RuneLinux.tamn.local> Message-ID: <411EBE63.2050708@sbcglobal.net> Robert Couture wrote: > Hello ... > > Fior the past bit I have been getting this error when running Midnight > Commander in a gnome terminal. I was wondering if this was a bug or > something I can correct. > > It started after my first yum update after a fresh install of FC3t1. > > *** err [lib/liblow.c(268)]: strncmp/isdigit/consolename failedHint: > > Also, what would have changed that mouse doesn't work in the term window > that did work before the update? And the keypad is no longer working > either? > > Thanks. > > Rob. > I noticed the mouse did not work in gnome-terminal. I didn't pay attention to the error you mentioned. The error being way down on the bottom of the screen made it not noticable to me. The hints come up after the error passes by though. Also this error is not in a regular console. It displays the hint without the error and the mouse works fine. Does mc work fine w/ the mouse and not display errors if ran through a regular console? Jim *** err [lib/liblow.c(268)]: [jim at cornette-fc2 ~]$ strncmp/isdigit/consolename failedHint: Leap to frequently used directories in a single bound with C-\. [^] -- Lady Luck brings added income today. Lady friend takes it away tonight. From ernesto at ornl.gov Sun Aug 15 02:26:14 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 14 Aug 2004 22:26:14 -0400 Subject: kernel for testing Message-ID: <0EB16F5D5E80724FA5B98AD4820DC0B41A0AD9@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Jim Cornette Sent: Sat 8/14/2004 9:16 PM To: For testers of Fedora Core development releases Subject: Re: kernel for testing Arjan van de Ven wrote: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > > Greetings, > Arjan van de Ven > > There were no errors reported during kernel installation. Also, the kernel boots into the proper runlevel again. inittab is set back to runlevel 5 and 3 is added in grub.conf. No surprises! The only error in boot log is below, which has been recorded for a long time. Aug 14 20:47:02 cornette-fc2 mdmpd: mdmpd startup failed Aug 14 20:47:02 cornette-fc2 mdmpd: mdmpd failed I get the samething here. Are there any particular items to test? USB, Firewire, etc? Jim -- New screensaver released: Curtains for Windows. -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From fct-cornette at sbcglobal.net Sun Aug 15 03:14:26 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 14 Aug 2004 23:14:26 -0400 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. In-Reply-To: <1092529082.12647.20.camel@localhost.localdomain> References: <604aa7910408141346454d7e2f@mail.gmail.com> <1092529082.12647.20.camel@localhost.localdomain> Message-ID: <411ED512.109@sbcglobal.net> Aaron Gaudio wrote: > On Sat, 2004-08-14 at 16:46 -0400, Jeff Spaleta wrote: > >>Okay before i go to search or file this in bugzilla. Is anyone else >>who installed the latest >>rawhide updates seeing this issue: >> >>I am unable to select a file using the gtk based file selection dialog. >>Any application that needs to use the file selection dialog window has >>the same problem. >> >>For example. trying to add a new wallpaper for the gnome desktop background. >>Preferences->desktop Background >>Add Wallpaper button >>Browse the filesystem and select an image >>hit the open button on the dialog... nothing happens. >> >>Like i said, thats just one example... everything i try that uses the >>file selection dialog has the same problem for me, so I'm just looking >>for confirmation. >> >>-jef >> >> > > > I'm not having any problem. I've got gtk2-2.4.4-4 here. > I tried using it to open a regular document w/ gtk2-2.4.6-2 and I have the same problem as jef noted. I guess the patch mentioned by R?zvan Corneliu VILT is needed to get things working again. Jim From talbotscott at cox.net Sun Aug 15 03:31:19 2004 From: talbotscott at cox.net (Scott Talbot) Date: Sat, 14 Aug 2004 20:31:19 -0700 Subject: File Types and programs and Nautilus In-Reply-To: <1092529593.12647.30.camel@localhost.localdomain> References: <1092529593.12647.30.camel@localhost.localdomain> Message-ID: <1092540679.3766.13.camel@ip68-7-36-36.sd.sd.cox.net> On Sat, 2004-08-14 at 20:26 -0400, Aaron Gaudio wrote: > Hello all, > > Again, apologies if these have been discussed already... > > The File Types and Programs capplet is only showing services for me (in > previous releases, it only showed file types). I manually added a file > type for gnucash (though I don't know if I needed to). It seems to have > taken affect in the system (more on that later), but it never shows up > in the capplet. I also couldn't find anywhere in gconf-editor that it > was added to. This is reported in https://bugzilla.redhat.com/bugzilla/show_bug.cgi? id=129626 Though, so far no one has responded. You may want to add your comments though. Scott > The second issue here is that once I added the file type, nautilus has > started doing some strange stuff. When a folder is first opened, the > icon on the xac files has the image of money on it, so it looks like it > recognized it as a gnucash file. However, when I select the file, it > looks like an xml file (which it is, technically). If I try to open it > in nautilus, I get a message saying the contents are xml but the > extension is gnucash and if I want to open it, to use "Open with". Well, > I right-click and choose "Open with gnucash" and I get the same error. > > Within gnucash, I set my preferences to store compressed (gzip format). > Now nautilus doesn't complain about it being xml, but it just says the > application had an error when I try to open the file. > From michal at harddata.com Sun Aug 15 03:32:21 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sat, 14 Aug 2004 21:32:21 -0600 Subject: ALSA problem In-Reply-To: <604aa79104081414553a65b0f1@mail.gmail.com>; from jspaleta@gmail.com on Sat, Aug 14, 2004 at 05:55:43PM -0400 References: <1092516435.3626.9.camel@localhost.localdomain> <604aa79104081414553a65b0f1@mail.gmail.com> Message-ID: <20040814213221.B24922@mail.harddata.com> On Sat, Aug 14, 2004 at 05:55:43PM -0400, Jeff Spaleta wrote: > The soundcard is only one example of such hardware... look at > /etc/security/console.perms and can see how other hardware is handled > as well. I just noticed today that this stopped working for things like CD or floppy. I have to put 'user' in options in /etc/fstab to make them mountable by non-root again; 'owner' is not enough even if there is only one active login on the whole box so a console ownership is not an issue. I put that as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129935 Michal From joern.hassler at gmx.de Sun Aug 15 08:33:36 2004 From: joern.hassler at gmx.de (=?ISO-8859-1?Q?J=F6rn?= Hassler) Date: Sun, 15 Aug 2004 10:33:36 +0200 Subject: yum.conf In-Reply-To: <411DE16D.9030502@gmx.de> References: <20040814090518.A4D7A7402A@hormel.redhat.com> <411DE16D.9030502@gmx.de> Message-ID: <1092558815.12998.2.camel@honeur> Hi, I installed FC3T1 on my thinkpad today and like to test a few new features of the future FC3. Can anyone post a working yum.conf with all repositories for testing 'configure-thinkpad' and evolution 2.0? Thanks, J?rn -- J?rn Hassler (joern.hassler at gmx.de) Karlsruherstr.43 68723 Schwetzingen Phone: +49-(0)6202-283990 Mobil: +49-(0)178-2174033 Fax: +49-(0)89-1488-201268 Icq: 120443734 (huski2) From rc040203 at freenet.de Sun Aug 15 11:06:41 2004 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sun, 15 Aug 2004 13:06:41 +0200 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <1092568001.4635.2.camel@mccallum.corsepiu.local> On Sat, 2004-08-14 at 14:25, Arjan van de Ven wrote: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520During an "su -l someuser" with "someuser"'s home on a remote nfs-server: Aug 15 13:00:47 mccallum kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000014 Aug 15 13:00:47 mccallum kernel: printing eip: Aug 15 13:00:47 mccallum kernel: 22d7fb71 Aug 15 13:00:47 mccallum kernel: *pde = 00000000 Aug 15 13:00:47 mccallum kernel: Oops: 0002 [#5] Aug 15 13:00:47 mccallum kernel: Modules linked in: nfs snd_mixer_oss snd_ens1371 snd_rawmidi snd_seq_device snd_pcm snd_page_alloc snd_timer snd_ac97_codec gameport snd soundcore nvidia(U) usbserial parport_pc lp parport nfsd exportfs lockd md5 ipv6 autofs4 ipt_TOS ipt_MASQUERADE ipt_REJECT ipt_LOG ipt_state ip_nat_irc ip_nat_tftp ip_nat_ftp ip_conntrack_irc ip_conntrack_tftp ip_conntrack_ftp ipt_multiport ipt_conntrack iptable_filter iptable_mangle iptable_nat ip_conntrack ip_tables sunrpc 8139too mii hisax crc_ccitt isdn slhc floppy sg scsi_mod microcode dm_mod button battery asus_acpi ac ext3 jbd Aug 15 13:00:47 mccallum kernel: CPU: 0 Aug 15 13:00:47 mccallum kernel: EIP: 0060:[<22d7fb71>] Tainted: P Aug 15 13:00:47 mccallum kernel: EFLAGS: 00210246 (2.6.8-1.520) Aug 15 13:00:47 mccallum kernel: EIP is at nfs3_request_init+0xb/0x13 [nfs] Aug 15 13:00:47 mccallum kernel: eax: 00000000 ebx: 05551960 ecx: 0520fd5c edx: 06b81ea0 Aug 15 13:00:47 mccallum kernel: esi: 0570ed74 edi: 00000000 ebp: 0311a080 esp: 0570ed44 Aug 15 13:00:47 mccallum kernel: ds: 007b es: 007b ss: 0068 Aug 15 13:00:47 mccallum kernel: Process xauth (pid: 5744, threadinfo=0570e000 task=056453a0) Aug 15 13:00:47 mccallum kernel: Stack: 0570ed5c 22d7861e 05551960 1d725800 0520fd5c 06b81ea0 1d244b3c 00000000 Aug 15 13:00:47 mccallum kernel: 0000000a 22d8f283 00000000 00000000 0570ed70 009fd5a2 0520fc40 00000000 Aug 15 13:00:47 mccallum kernel: 0520fd18 00000000 22d7cb35 00000000 00000035 00000035 0311a080 0520fd5c Aug 15 13:00:47 mccallum kernel: Call Trace: Aug 15 13:00:47 mccallum kernel: [<22d7861e>] nfs_create_request+0x106/0x113 [nfs] Aug 15 13:00:47 mccallum kernel: [<22d7cb35>] nfs_update_request+0x430/0x503 [nfs] Aug 15 13:00:47 mccallum kernel: [<22d7cd97>] nfs_updatepage+0x113/0x1dd [nfs] Aug 15 13:00:47 mccallum kernel: [<22d746eb>] nfs_commit_write+0xcf/0x15f [nfs] Aug 15 13:00:47 mccallum kernel: [<0213fadc>] generic_file_aio_write_nolock+0x6c8/0x855 Aug 15 13:00:47 mccallum kernel: [<02153be3>] anon_vma_prepare+0x1f/0x215 Aug 15 13:00:47 mccallum kernel: [<0214efb9>] do_anonymous_page+0x24b/0x2ba Aug 15 13:00:47 mccallum kernel: [<0213fd49>] generic_file_aio_write+0x76/0x8c Aug 15 13:00:47 mccallum kernel: [<22d74862>] nfs_file_write+0xe7/0x104 [nfs] Aug 15 13:00:47 mccallum kernel: [<02160b0f>] do_sync_write+0x6a/0x99 Aug 15 13:00:47 mccallum kernel: [<0214d7e2>] follow_page_pfn+0xec/0xfd Aug 15 13:00:47 mccallum kernel: [<02160bf6>] vfs_write+0xb8/0xe4 Aug 15 13:00:47 mccallum kernel: [<02160cc0>] sys_write+0x3c/0x62 Aug 15 13:00:47 mccallum kernel: Code: ff 40 14 89 43 18 5b c3 56 31 f6 53 89 c3 8b 40 0c 39 d0 75 Ralf From mharris at www.linux.org.uk Sun Aug 15 11:43:35 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Sun, 15 Aug 2004 07:43:35 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide Message-ID: <411F4C67.8050502@www.linux.org.uk> Over the last couple of weeks I've been preparing new X.Org CVS rpm packages for rawhide. After several rounds of internal testing by a few people, I've stomped out the obvious upgrade breakages that turned up. Now it is time to get more widespread testing for two purposes: 1) To help upstream X.Org get wider testing coverage before the final release of X11R6.8.0, which is currently slated for August 25th barring any slippage, and get any software bugs that are found reported to X.Org bugzilla on freedesktop.org. 2) To get distribution testing for Fedora Core 3 of the new X release, as we will be shipping 6.8.0 in FC3. *** IMPORTANT *** If you upgrade or install the new CVS rpms and experience any bugs in the X.Org X server, video drivers, client libraries, or other parts of the X11 release, they need to be filed in *X.Org* bugzilla, so that they stand a chance of getting fixed before 6.8.0 is finalized. This is very important, because bugs filed in Red Hat bugzilla will NOT likely be seen by the many people who are working upstream that do not look at Red Hat bugzilla. The proper place to file X.Org bugs, is at: http://bugs.freedesktop.org in the "xorg" component. By doing this, bug tracking is centralized, and developers can look in one spot to find what bugs there are in X. It also helps all distributions out, by being able to query bugs, and minimizes duplication of effort amongst distributions and X developers. Before reporting a bug in bugzilla, query bugzilla first to see if someone else has already reported the issue or not. If someone has, add yourself to CC, and add your own information to the report, as this helps confirm issues happen with multiple people, and that often raises the priority of the issue. When filing a bug upstream, describe your problem very thorougly with as much detail as possible, and be sure to give the exact steps to reproduce the problem in detail. If a problem is not 100% reproduceable, please indicate that in your report and tell any details which might help X.Org developers reproduce the problem. You should automatically attach your X server config file and log file to *ALL* bug reports filed in bugzilla, even if you think the information is not useful for the bug report, as developers usually do get some useful information from both of these, and it is easier if the bug report starts out with this information than it is to ask for it later and wait for someone to attach it. Also, if you experience crashes, wether using DRI or not, please attach your complete /var/log/messages file as well, and the output of "lsmod". When attaching files to bug reports, as always, attach one file per attachment as single individual uncompressed file attachments so developers can click on the file in a web browser and see it right away without having to download it, unzip, and try to keep track of it. We're trying to help X.Org test this release out, so it is very important that bug reports go to their bugzilla. If you find a flaw in the rpm packaging, or an upgrade related bug, script bug, or have found a bug that is Red Hat specific, and not likely to be a X.Org generic bug, then of course please report the issue in Red Hat bugzilla, including all of the information and files mentioned above for upstream X.Org bug reports. Things to test: - Different video modes and color depths - Xvideo (run various video player applications) - DRI - Xinerama - DMX (Distributed Multihead X - like Xinerama, but works over a network with multiple machines) - Switching VTs to console and back - Suspend and resume on laptops et al. - Anything else you can think of. The more test coverage things get ahead of time, the more bugs that will likely be fixed for 6.8.0, and the less problems people will experience when FC3 comes out. ;o) Additional Notes: ~~~~~~~~~~~~~~~~ With every new X release, people often wonder about various things, such as: Q) What is new in this release? A) Lots. Read the CVS Changelog for the full details, as the release notes haven't been written yet. If you're brave enough, volunteer to write the release notes on xorg at freedesktop.org. Q) Will this work with my Nvidia or ATI binary drivers? A) Generally speaking, you will always have to test that yourself to find out. One of the goals of X.Org is to retain module ABI compatibility with XFree86 4.4.0. To the best of our knowledge, the 6.7.0 release did good with that. To the best of my own knowledge, there are no ABI changes in 6.8.0, however part of the testing process is to find that out. If there are any ABI changes, X.Org would like to fix them if at all possible, to ensure the maximum level of compatibility, without losing any new functionality. Q) What if it doesn't work with my binary drivers? A) Report this in X.Org bugzilla. It could be an ABI problem, or it could be a problem in the binary driver. Developers can try to determine this only after a problem has been reported, then if possible hopefully the problem can be resolved. If an ABI compatibility issue happens which turns out is required for some new functionality, then 3rd party driver vendors will have to recompile and/or enhance their driver to work with the new ABI before people can use them. 3rd parties such as ATI and Nvidia will most likely release new drivers to support the new X release, some time after it has been released in a major OS release. (this is what usually happens). Q) Does the new release have translucent window support? A) Yes, and no, and maybe. The new release currently has several new X extensions, including "XFIXES", "DAMAGE", and "COMPOSITE". The COMPOSITE extension is *EXPERIMENTAL ONLY* at this point in time, is disabled by default until you enable it in the config file, and is currently broken although Keith and others are hacking diligently to try and get it working for 6.8.0. It will be off by default no matter what, but hopefully it will work properly when enabled in 6.8.0. If you decide to test it, do so realizing it is experimental only, and not ready for primetime yet. You WILL experience bugs/flaws/problems, and may find it partially works or not at all. It may slow down your system to a crawl, or it may eat your family. ;o) If you need assistance trying it out, subscribe to xorg mailing lists and ask for help. That's about all I can think of off the top of my head for now, so have fun testing the new release, I hope it is reasonably stable at this point, and that any major probs get worked out before 6.8.0 by all of the bug reports that will be going to the freedesktop.org bugzilla. ;o) One more note... Please do not email me directly for help, as I probably won't respond. I usually get 10 million emails when I send out a notice like this, and I can't help 10 million people one at a time. ;o) That is what mailing lists are for, so please use xorg mailing lists or Red Hat mailing lists to ask for help with anything if you have trouble configuring things, or whatnot. Other than that, thanks in advance for taking the time to pound on the new X11 release and report bugs to X.Org bugzilla. Your test coverage will help to ensure this release is of good quality! Enjoy 6.7.99-2, and look forward to frequent updates between now and the release of 6.8.0! Take care, TTYL From paul at all-the-johnsons.co.uk Sun Aug 15 11:59:43 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 15 Aug 2004 12:59:43 +0100 Subject: kdeartworks conflicts on rc2 Message-ID: <1092571183.3873.4.camel@localhost.localdomain> Hi, I'm getting the following conflicts when trying to do the latest set of updates Test install failed because of package conflicts file /usr/share/icons/locolor/16x16/apps/kbabel.png from install of kdeartworks-icons-3.3.0-0.1.rc2 conflicts with file from package kdesdk-3.3.0-0.1.rc2 file /usr/share/icons/locolor/32x32/apps/kbabel.png from install of kdeartworks-icons-3.3.0-0.1.rc2 conflicts with file from package kdesdk-3.3.0-0.1.rc2 TTFN Paul -- "Look. If you had one shot, one opportunity, to seize everything you ever wanted. One moment to capture or would you just let it slip?" - Marshall Mathers III (Lose Yourself) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mike at netlyncs.com Sun Aug 15 11:59:43 2004 From: mike at netlyncs.com (Mike Chambers) Date: Sun, 15 Aug 2004 06:59:43 -0500 Subject: kernel for testing In-Reply-To: <1092568001.4635.2.camel@mccallum.corsepiu.local> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> Message-ID: <1092571183.2880.2.camel@scrappy.netlyncs.com> On Sun, 2004-08-15 at 13:06 +0200, Ralf Corsepius wrote: > During an "su -l someuser" with "someuser"'s home on a remote nfs-server: > > Aug 15 13:00:47 mccallum kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000014 > Aug 15 13:00:47 mccallum kernel: printing eip: > Aug 15 13:00:47 mccallum kernel: 22d7fb71 > Aug 15 13:00:47 mccallum kernel: *pde = 00000000 > Aug 15 13:00:47 mccallum kernel: Oops: 0002 [#5] > Aug 15 13:00:47 mccallum kernel: Modules linked in: nfs snd_mixer_oss snd_ens1371 snd_rawmidi snd_seq_device snd_pcm snd_page_alloc snd_timer snd_ac97_codec gameport snd soundcore nvidia(U) usbserial parport_pc lp parport nfsd exportfs lockd md5 ipv6 autofs4 ipt_TOS ipt_MASQUERADE ipt_REJECT ipt_LOG ipt_state ip_nat_irc ip_nat_tftp ip_nat_ftp ip_conntrack_irc ip_conntrack_tftp ip_conntrack_ftp ipt_multiport ipt_conntrack iptable_filter iptable_mangle iptable_nat ip_conntrack ip_tables sunrpc 8139too mii hisax crc_ccitt isdn slhc floppy sg scsi_mod microcode dm_mod button battery asus_acpi ac ext3 jbd > Aug 15 13:00:47 mccallum kernel: CPU: 0 > Aug 15 13:00:47 mccallum kernel: EIP: 0060:[<22d7fb71>] Tainted: P > Aug 15 13:00:47 mccallum kernel: EFLAGS: 00210246 (2.6.8-1.520) > Aug 15 13:00:47 mccallum kernel: EIP is at nfs3_request_init+0xb/0x13 [nfs] > Aug 15 13:00:47 mccallum kernel: eax: 00000000 ebx: 05551960 ecx: 0520fd5c edx: 06b81ea0 > Aug 15 13:00:47 mccallum kernel: esi: 0570ed74 edi: 00000000 ebp: 0311a080 esp: 0570ed44 > Aug 15 13:00:47 mccallum kernel: ds: 007b es: 007b ss: 0068 > Aug 15 13:00:47 mccallum kernel: Process xauth (pid: 5744, threadinfo=0570e000 task=056453a0) > Aug 15 13:00:47 mccallum kernel: Stack: 0570ed5c 22d7861e 05551960 1d725800 0520fd5c 06b81ea0 1d244b3c 00000000 > Aug 15 13:00:47 mccallum kernel: 0000000a 22d8f283 00000000 00000000 0570ed70 009fd5a2 0520fc40 00000000 > Aug 15 13:00:47 mccallum kernel: 0520fd18 00000000 22d7cb35 00000000 00000035 00000035 0311a080 0520fd5c > Aug 15 13:00:47 mccallum kernel: Call Trace: > Aug 15 13:00:47 mccallum kernel: [<22d7861e>] nfs_create_request+0x106/0x113 [nfs] > Aug 15 13:00:47 mccallum kernel: [<22d7cb35>] nfs_update_request+0x430/0x503 [nfs] > Aug 15 13:00:47 mccallum kernel: [<22d7cd97>] nfs_updatepage+0x113/0x1dd [nfs] > Aug 15 13:00:47 mccallum kernel: [<22d746eb>] nfs_commit_write+0xcf/0x15f [nfs] > Aug 15 13:00:47 mccallum kernel: [<0213fadc>] generic_file_aio_write_nolock+0x6c8/0x855 > Aug 15 13:00:47 mccallum kernel: [<02153be3>] anon_vma_prepare+0x1f/0x215 > Aug 15 13:00:47 mccallum kernel: [<0214efb9>] do_anonymous_page+0x24b/0x2ba > Aug 15 13:00:47 mccallum kernel: [<0213fd49>] generic_file_aio_write+0x76/0x8c > Aug 15 13:00:47 mccallum kernel: [<22d74862>] nfs_file_write+0xe7/0x104 [nfs] > Aug 15 13:00:47 mccallum kernel: [<02160b0f>] do_sync_write+0x6a/0x99 > Aug 15 13:00:47 mccallum kernel: [<0214d7e2>] follow_page_pfn+0xec/0xfd > Aug 15 13:00:47 mccallum kernel: [<02160bf6>] vfs_write+0xb8/0xe4 > Aug 15 13:00:47 mccallum kernel: [<02160cc0>] sys_write+0x3c/0x62 > Aug 15 13:00:47 mccallum kernel: Code: ff 40 14 89 43 18 5b c3 56 31 f6 53 89 c3 8b 40 0c 39 d0 75 Yep, got the same thing here. So far the below kernels give me the problems above with nfs... kernel-2.6.7-1.515 kernel-2.6.7-1.517 kernel-2.6.8-1.520 Running FC3t1 + rawhide From arjanv at redhat.com Sun Aug 15 14:21:24 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Sun, 15 Aug 2004 16:21:24 +0200 Subject: kernel for testing In-Reply-To: <1092571183.2880.2.camel@scrappy.netlyncs.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> Message-ID: <1092579684.2813.4.camel@laptop.fenrus.com> > Yep, got the same thing here. So far the below kernels give me the > problems above with nfs... are your kernels tainted too? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From rpa4email at rogers.com Sun Aug 15 15:21:49 2004 From: rpa4email at rogers.com (Robert Couture) Date: Sun, 15 Aug 2004 11:21:49 -0400 Subject: Midnight Commander error. In-Reply-To: <411EBE63.2050708@sbcglobal.net> References: <1092492997.3827.3.camel@RuneLinux.tamn.local> <411EBE63.2050708@sbcglobal.net> Message-ID: <1092583309.3827.6.camel@RuneLinux.tamn.local> On Sat, 2004-14-08 at 21:37 -0400, Jim Cornette wrote: > I noticed the mouse did not work in gnome-terminal. I didn't pay > attention to the error you mentioned. The error being way down on the > bottom of the screen made it not noticable to me. > The hints come up after the error passes by though. Also this error is > not in a regular console. It displays the hint without the error and the > mouse works fine. > Does mc work fine w/ the mouse and not display errors if ran through a > regular console? Yes, everything works fine under a regular console. The mouse noit working and the error also appear under a konsole window. The error is not related to the hint, though. Rob. From dvdbtty at netscape.net Sun Aug 15 15:29:21 2004 From: dvdbtty at netscape.net (David McCormick) Date: Sun, 15 Aug 2004 11:29:21 -0400 Subject: RPM rebuild Message-ID: <411F8151.40505@netscape.net> I am running FC2 x86_64 on an Athlon FX-51 box and am trying to rebuild wine and several other 32 bit programs to 64 bit. When I run the rebuild I get the error message "Architecture is not included x86_64." I installed the all of the development packages except KDE when I did the install. Has anyone else had this problem? Have I left something out that needs to be added? Thanks. David McCormick From dvdbtty at netscape.net Sun Aug 15 15:29:58 2004 From: dvdbtty at netscape.net (David McCormick) Date: Sun, 15 Aug 2004 11:29:58 -0400 Subject: RPM rebuild Message-ID: <411F8176.9040800@netscape.net> I am running FC2 x86_64 on an Athlon FX-51 box and am trying to rebuild wine and several other 32 bit programs to 64 bit. When I run the rebuild I get the error message "Architecture is not included x86_64." I installed the all of the development packages except KDE when I did the install. Has anyone else had this problem? Have I left something out that needs to be added? Thanks. David McCormick From michal at harddata.com Sun Aug 15 15:51:23 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 15 Aug 2004 09:51:23 -0600 Subject: kernel for testing In-Reply-To: <1092571183.2880.2.camel@scrappy.netlyncs.com>; from mike@netlyncs.com on Sun, Aug 15, 2004 at 06:59:43AM -0500 References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> Message-ID: <20040815095123.A9009@mail.harddata.com> On Sun, Aug 15, 2004 at 06:59:43AM -0500, Mike Chambers wrote: > > Yep, got the same thing here. So far the below kernels give me the > problems above with nfs... > > kernel-2.6.7-1.515 > kernel-2.6.7-1.517 > kernel-2.6.8-1.520 It looks like that the following patch ===== fs/nfs/file.c 1.40 vs edited ===== --- 1.40/fs/nfs/file.c 2004-08-09 14:58:00 -04:00 +++ edited/fs/nfs/file.c 2004-08-13 22:54:01 -04:00 @@ -72,7 +72,7 @@ static int nfs_check_flags(int flags) { - if (flags & (O_APPEND | O_DIRECT)) + if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) return -EINVAL; return 0; @@ -89,7 +89,7 @@ int res; res = nfs_check_flags(filp->f_flags); - if (!res) + if (res) return res; lock_kernel(); was not included. At least for kernel-2.6.8-1.520. The above was posted by Jeff Garzik on lkml and that piece missing was the reason for a "paper bag" 2.6.8.1 release. Look for a posting "[PATCH] Re: [2.6.8-rc4-bk] NFS oops on x86-64" from 13 Aug 2004 23:23:34 -0400 and a Linus comment "Ahh. Jeff posted the right one, obviously". Is a bugzilla ticket opened for this bug? Curiously enough I was not hit by that even when using NFS. Michal From jspaleta at gmail.com Sun Aug 15 16:03:15 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 15 Aug 2004 12:03:15 -0400 Subject: File Selection dialog problems with latest rawhide updates Aug 14th. In-Reply-To: <604aa7910408141346454d7e2f@mail.gmail.com> References: <604aa7910408141346454d7e2f@mail.gmail.com> Message-ID: <604aa79104081509035ab49bc7@mail.gmail.com> Just to check-in on my own thread. new gtk2 in rawhide seems to fix the issue. -jef From rc040203 at freenet.de Sun Aug 15 16:45:21 2004 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sun, 15 Aug 2004 18:45:21 +0200 Subject: kernel for testing In-Reply-To: <1092579684.2813.4.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> <1092579684.2813.4.camel@laptop.fenrus.com> Message-ID: <1092588321.4044.7.camel@mccallum.corsepiu.local> On Sun, 2004-08-15 at 16:21, Arjan van de Ven wrote: > > Yep, got the same thing here. So far the below kernels give me the > > problems above with nfs... > > are your kernels tainted too? It doesn't matter. The same happens with an untainted kernel: Aug 15 18:31:04 mccallum kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000014 Aug 15 18:31:04 mccallum kernel: printing eip: Aug 15 18:31:04 mccallum kernel: 22becb71 Aug 15 18:31:04 mccallum kernel: *pde = 00000000 Aug 15 18:31:04 mccallum kernel: Oops: 0002 [#1] Aug 15 18:31:04 mccallum kernel: Modules linked in: nfs usbserial parport_pc lp parport nfsd exportfs lockd md5 ipv6 autofs4 ipt_TOS ipt_MASQUERADE ipt_REJECT ipt_LOG ipt_state ip_nat_irc ip_nat_tftp ip_nat_ftp ip_conntrack_irc ip_conntrack_tftp ip_conntrack_ftp ipt_multiport ipt_conntrack iptable_filter iptable_mangle iptable_nat ip_conntrack ip_tables sunrpc 8139too mii hisax crc_ccitt isdn slhc floppy sg scsi_mod microcode dm_mod button battery asus_acpi ac ext3 jbd Aug 15 18:31:04 mccallum kernel: CPU: 0 Aug 15 18:31:04 mccallum kernel: EIP: 0060:[<22becb71>] Not tainted Aug 15 18:31:04 mccallum kernel: EFLAGS: 00010246 (2.6.8-1.520) Aug 15 18:31:04 mccallum kernel: EIP is at nfs3_request_init+0xb/0x13 [nfs] Aug 15 18:31:04 mccallum kernel: eax: 00000000 ebx: 1b45b7e0 ecx: 1b4809fc edx: 1b24d780 Aug 15 18:31:04 mccallum kernel: esi: 1aa98c80 edi: 00000000 ebp: 03178b40 esp: 1aa98c50 Aug 15 18:31:04 mccallum kernel: ds: 007b es: 007b ss: 0068 Aug 15 18:31:04 mccallum su(pam_unix)[3485]: session closed for user pictures Aug 15 18:31:04 mccallum kernel: Process bash (pid: 3486, threadinfo=1aa98000 task=1b23a090) Aug 15 18:31:04 mccallum kernel: Stack: 1aa98c68 22be561e 1b45b7e0 035b3a00 1b4809fc 1b24d780 1d244b3c 00000000 Aug 15 18:31:04 mccallum kernel: 0000000a 22bfc283 00000000 00000000 22beb228 00000004 1b4809fc 1aa98ddc Aug 15 18:31:04 mccallum kernel: 03178b40 000000bf 22be7d45 00000000 000000bf 00000000 0213da36 1aa98d30 Aug 15 18:31:04 mccallum kernel: Call Trace: Aug 15 18:31:04 mccallum kernel: [<22be561e>] nfs_create_request+0x106/0x113 [nfs] Aug 15 18:31:04 mccallum kernel: [<22beb228>] nfs_sync_inode+0x4c/0x57 [nfs] Aug 15 18:31:04 mccallum kernel: [<22be7d45>] readpage_async_filler+0x54/0xfe [nfs] Aug 15 18:31:04 mccallum kernel: [<0213da36>] add_to_page_cache+0x9f/0x12f Aug 15 18:31:04 mccallum kernel: [<22be7cf1>] readpage_async_filler+0x0/0xfe [nfs] Aug 15 18:31:04 mccallum kernel: [<02144df6>] read_cache_pages+0x6e/0xdf Aug 15 18:31:04 mccallum kernel: [<0211be05>] autoremove_wake_function+0x0/0x2d Aug 15 18:31:04 mccallum kernel: [<22a608a1>] rpc_call_sync+0x7a/0x87 [sunrpc] Aug 15 18:31:04 mccallum kernel: [<22be7e5e>] nfs_readpages+0x6f/0x91 [nfs] Aug 15 18:31:04 mccallum kernel: [<02144e9a>] read_pages+0x33/0xdd Aug 15 18:31:04 mccallum kernel: [<021420c4>] buffered_rmqueue+0x1e9/0x20c Aug 15 18:31:04 mccallum kernel: [<0214239b>] __alloc_pages+0x2b4/0x2be Aug 15 18:31:04 mccallum kernel: [<02145500>] do_page_cache_readahead+0x29f/0x2bf Aug 15 18:31:04 mccallum kernel: [<02145663>] page_cache_readahead+0x143/0x1b0 Aug 15 18:31:04 mccallum kernel: [<0213e516>] do_generic_mapping_read+0x94/0x305 Aug 15 18:31:04 mccallum kernel: [<0213e9e5>] __generic_file_aio_read+0x15d/0x177 Aug 15 18:31:04 mccallum kernel: [<0213e787>] file_read_actor+0x0/0x101 Aug 15 18:31:04 mccallum kernel: [<0213ea3f>] generic_file_aio_read+0x40/0x47 Aug 15 18:31:04 mccallum kernel: [<22be1349>] nfs_file_read+0xcc/0xd6 [nfs] Aug 15 18:31:04 mccallum kernel: [<02160992>] do_sync_read+0x6a/0x99 Aug 15 18:31:04 mccallum kernel: [<02160a79>] vfs_read+0xb8/0xe4 Aug 15 18:31:04 mccallum kernel: [<02160c5e>] sys_read+0x3c/0x62 Aug 15 18:31:04 mccallum kernel: Code: ff 40 14 89 43 18 5b c3 56 31 f6 53 89 c3 8b 40 0c 39 d0 75 [FYI: This is with FC2 and yout original FC2 updates/testing rpm, using automounted nfs homes] Ralf From pertusus at free.fr Sun Aug 15 17:25:08 2004 From: pertusus at free.fr (Patrice Dumas) Date: Sun, 15 Aug 2004 19:25:08 +0200 Subject: X locks after a [alt]-[tab] Message-ID: <20040815172508.GA2204@free.fr> Hi, I've just updated a fc1 system to fedora development. I kept the fc1 kernel (2.4.22-1.2999.nptl) otherwise the system is up to date with fedora development. I use gnome. When I hit alt-tab, in order to change window, the other window gets a black border, a little grey rectangle appears where there used to be the windows list, but then X is unusable, although I still can move the mouse and see the pointer move. I can switch to a console. I have nothing strange in the X log, nothing in dmesg or /var/log/messages. Where should I look? Pat Note: I had some problems with my disk and it is possible that a file is corrupted, but I don't know how to force a fsck of the / filesystem on boot. From lsomike at futzin.com Sun Aug 15 17:16:41 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sun, 15 Aug 2004 12:16:41 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411F4C67.8050502@www.linux.org.uk> References: <411F4C67.8050502@www.linux.org.uk> Message-ID: <200408151216.41295.lsomike@futzin.com> On Sunday 15 August 2004 06:43, Mike A. Harris wrote: > Other than that, thanks in advance for taking the time to pound > on the new X11 release and report bugs to X.Org bugzilla. Your > test coverage will help to ensure this release is of good > quality! > > Enjoy 6.7.99-2, and look forward to frequent updates between now > and the release of 6.8.0! Here's one data point. It won't start on my system at all after applying this morning's development updates. Logs can be seen here: http://www.futzin.com/xorgFail.txt This is a vanilla "Workstation" install on a Sony VAIO which has been working well up till this round of updates. If anyone sees anything else that will help with diagnosing the problem don't hesitate to speak up. I'll head over to the bugzilla on xorg site now ..... Regards, Mike Klinke From charlescurley at charlescurley.com Sun Aug 15 17:49:48 2004 From: charlescurley at charlescurley.com (Charles Curley) Date: Sun, 15 Aug 2004 11:49:48 -0600 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <20040815174948.GK7244@charlescurley.com> On Sat, Aug 14, 2004 at 02:25:04PM +0200, Arjan van de Ven wrote: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 Test article 1: Compaq Pressario 4160, Pentium 75 - 200, 132.793 MHz. * Eth0 (00:05.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20), Linux Tulip driver version 1.1.13 (May 11, 2002)) failed to initialize correctly. I could ping other hosts from the target, but couldn't ping (or ssh) to the target. At shutdown, the system reported that it had a different MAC address than expected. This is new. Aug 15 09:58:18 issola kernel: FDC 0 is a post-1991 82077 Aug 15 09:58:18 issola kernel: Linux Tulip driver version 1.1.13 (May 11, 2002) Aug 15 09:58:18 issola kernel: tulip0: MII transceiver #1 config 3000 status 7829 advertising 01e1. Aug 15 09:58:18 issola kernel: eth0: Lite-On 82c168 PNIC rev 32 at 0xc500f000, 00:02:E3:09:73:AB, IRQ 11. Aug 15 09:58:19 issola kernel: ip_tables: (C) 2000-2002 Netfilter core team Aug 15 09:58:19 issola kernel: ip_conntrack version 2.1 (576 buckets, 4608 max) - 320 bytes per conntrack Aug 15 09:58:19 issola kernel: Linux Tulip driver version 1.1.13 (May 11, 2002) Aug 15 09:58:19 issola kernel: tulip0: MII transceiver #1 config 1000 status 782d advertising 01e1. Aug 15 09:58:19 issola kernel: eth0: Lite-On 82c168 PNIC rev 32 at 0xc5014000, 00:02:E3:09:73:AB, IRQ 11. Aug 15 09:58:19 issola kernel: eth0: Setting full-duplex based on MII#1 link partner capability of 45e1. Aug 15 09:58:19 issola kernel: eth0: Setting full-duplex based on MII#1 link partner capability of 45e1. Aug 15 09:58:44 issola rpcidmapd: rpc.idmapd startup succeeded The second line about setting full duplex, the penultimate line above, is not in the logs from booting to other kernels. * USB hub and floppy drive (Vendor: Y-E DATA Model: USB-FDU, Rev: 5.01) worked fine. * Kingston 256MB USB key (http://www.qbik.ch/usb/devices/showdev.php?id=2032) failed at fdisk. This device is known to work on FC1 and FC2 kernel 2.6.6-1.435.2.3. Test article 2: Toshiba Tecra 8000, Pentium II (Deschutes), 266.621 MHz. * Floppy drive: No access to the floppy diskette is performed (an access is normal). Instead, I get a message: "usb 1-1: control timeout on ep0out". At least the machine does not lock up, as it has in the past. * Kingston USB key drive: Similar response: Aug 15 11:15:03 teckla kernel: usb 1-1: new full speed USB device using address 2 Aug 15 11:15:08 teckla kernel: usb 1-1: control timeout on ep0out Both machines run very slowly after the Kingston device is inserted. On both test machines, the installation left the default boot kernel in grub.conf to point to the prior default kernel (was "default=0", changed it to "default=1"). As these are test kernels, this is probably a good idea. -- Charles Curley /"\ ASCII Ribbon Campaign Looking for fine software \ / Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com / \ No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From shrek-m at gmx.de Sun Aug 15 19:14:24 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sun, 15 Aug 2004 21:14:24 +0200 Subject: X locks after a [alt]-[tab] In-Reply-To: <20040815172508.GA2204@free.fr> References: <20040815172508.GA2204@free.fr> Message-ID: <411FB610.2050909@gmx.de> Patrice Dumas wrote: >Note: I had some problems with my disk and it is possible that a file is >corrupted, but I don't know how to force a fsck of the / filesystem on boot. > $ man shutdown -F Force fsck on reboot. $ man smartd (kernel-utils) $ man smartctl $ man rpm [...] rpm {-V|--verify} [select-options] [verify-options] [...] install-options [--repackage] [--replacefiles] [--replacepkgs] -- shrek-m From fct-cornette at sbcglobal.net Sun Aug 15 19:31:54 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 15 Aug 2004 15:31:54 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411F4C67.8050502@www.linux.org.uk> References: <411F4C67.8050502@www.linux.org.uk> Message-ID: <411FBA2A.8070309@sbcglobal.net> Mike A. Harris wrote: > Over the last couple of weeks I've been preparing new X.Org CVS rpm > packages for rawhide. After several rounds of internal testing by > a few people, I've stomped out the obvious upgrade breakages that > turned up. Now it is time to get more widespread testing for two > purposes: > > 1) To help upstream X.Org get wider testing coverage before the > final release of X11R6.8.0, which is currently slated for > August 25th barring any slippage, and get any software bugs that > are found reported to X.Org bugzilla on freedesktop.org. > > 2) To get distribution testing for Fedora Core 3 of the new X > release, as we will be shipping 6.8.0 in FC3. > > *** IMPORTANT *** > > If you upgrade or install the new CVS rpms and experience any bugs > in the X.Org X server, video drivers, client libraries, or other > parts of the X11 release, they need to be filed in *X.Org* bugzilla, > so that they stand a chance of getting fixed before 6.8.0 is > finalized. > I submitted a bug for the i815 video driver. I'm playing w/ SELinux also. I had to reinstall the original version off of disk to get back up and running. The bug filed is below. Uploading message txt now. http://freedesktop.org/bugzilla/show_bug.cgi?id=1086 Jim (Back to basics) -- BASIC, n.: A programming language. Related to certain social diseases in that those who have it will not admit it in polite company. From fct-cornette at sbcglobal.net Sun Aug 15 19:44:12 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 15 Aug 2004 15:44:12 -0400 Subject: Midnight Commander error. In-Reply-To: <1092583309.3827.6.camel@RuneLinux.tamn.local> References: <1092492997.3827.3.camel@RuneLinux.tamn.local> <411EBE63.2050708@sbcglobal.net> <1092583309.3827.6.camel@RuneLinux.tamn.local> Message-ID: <411FBD0C.7010507@sbcglobal.net> Robert Couture wrote: > On Sat, 2004-14-08 at 21:37 -0400, Jim Cornette wrote: > > >>I noticed the mouse did not work in gnome-terminal. I didn't pay >>attention to the error you mentioned. The error being way down on the >>bottom of the screen made it not noticable to me. > > >>The hints come up after the error passes by though. Also this error is >>not in a regular console. It displays the hint without the error and the >>mouse works fine. > > >>Does mc work fine w/ the mouse and not display errors if ran through a >>regular console? > > > Yes, everything works fine under a regular console. The mouse noit > working and the error also appear under a konsole window. The error is > not related to the hint, though. > > Rob. > > > So since gnome-terminal and konsole have the same error, it must be related to only the below excerpt. *** err [lib/liblow.c(268)]: I confirm that you are not alone w/ this error being displayed. I guess a bug report should be filed. Jim From lsomike at futzin.com Sun Aug 15 19:57:10 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sun, 15 Aug 2004 14:57:10 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411FBA2A.8070309@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <411FBA2A.8070309@sbcglobal.net> Message-ID: <200408151457.10674.lsomike@futzin.com> On Sunday 15 August 2004 14:31, Jim Cornette wrote: > I submitted a bug for the i815 video driver. I'm playing w/ SELinux > also. I had to reinstall the original version off of disk to get > back up and running. > > The bug filed is below. Uploading message txt now. > > http://freedesktop.org/bugzilla/show_bug.cgi?id=1086 > You and I may be suffering from a similar problem. https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 From fct-cornette at sbcglobal.net Sun Aug 15 20:08:21 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 15 Aug 2004 16:08:21 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408151457.10674.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <411FBA2A.8070309@sbcglobal.net> <200408151457.10674.lsomike@futzin.com> Message-ID: <411FC2B5.2060105@sbcglobal.net> Mike Klinke wrote: > On Sunday 15 August 2004 14:31, Jim Cornette wrote: > > >>I submitted a bug for the i815 video driver. I'm playing w/ SELinux >>also. I had to reinstall the original version off of disk to get >>back up and running. >> >>The bug filed is below. Uploading message txt now. >> >>http://freedesktop.org/bugzilla/show_bug.cgi?id=1086 >> > > > You and I may be suffering from a similar problem. > > https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 > > The problem with the i810 look pretty similar. I installed all the xorg-x11 rpms from the FC3T1 disc. The output of lsmod and lspci are w/ X running again. I assume your output is with X still broken. I don't dare trying these rpms on the Dell I have at work. :-) Jim From lsomike at futzin.com Sun Aug 15 20:16:01 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sun, 15 Aug 2004 15:16:01 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411FC2B5.2060105@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <200408151457.10674.lsomike@futzin.com> <411FC2B5.2060105@sbcglobal.net> Message-ID: <200408151516.01025.lsomike@futzin.com> On Sunday 15 August 2004 15:08, Jim Cornette wrote: > The problem with the i810 look pretty similar. I installed all the > xorg-x11 rpms from the FC3T1 disc. The output of lsmod and lspci > are w/ X running again. I assume your output is with X still > broken. > > I don't dare trying these rpms on the Dell I have at work. :-) > > Jim You're correct, the logs I showed are with X broken. I haven't downgraded the xorg stuff yet to get it working again though. I was holding back to see if anyone more knowledgeable than I might see an easy fix and besides, the lawn mower beckoned.... Regards Mike Klinke From rpa4email at rogers.com Sun Aug 15 20:29:23 2004 From: rpa4email at rogers.com (Robert Couture) Date: Sun, 15 Aug 2004 16:29:23 -0400 Subject: Midnight Commander error. In-Reply-To: <411FBD0C.7010507@sbcglobal.net> References: <1092492997.3827.3.camel@RuneLinux.tamn.local> <411EBE63.2050708@sbcglobal.net> <1092583309.3827.6.camel@RuneLinux.tamn.local> <411FBD0C.7010507@sbcglobal.net> Message-ID: <1092601764.3827.9.camel@RuneLinux.tamn.local> On Sun, 2004-15-08 at 15:44 -0400, Jim Cornette wrote: > So since gnome-terminal and konsole have the same error, it must be > related to only the below excerpt. > > *** err [lib/liblow.c(268)]: > > I confirm that you are not alone w/ this error being displayed. I guess > a bug report should be filed. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129962 I hope I have provided enough info. It is my first bugzilla report :) Robert. From pri.rhl3 at iadonisi.to Sun Aug 15 20:34:41 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Sun, 15 Aug 2004 16:34:41 -0400 Subject: Untainting? (was: Re: kernel for testing) Message-ID: <1092602081.11164.6.camel@va.local.linuxlobbyist.org> > > Yep, got the same thing here. So far the below kernels give me the > > problems above with nfs... > > are your kernels tainted too? Speaking of tainting...is it a bug that I'm able to do this after tainting my kernel (by loading the VMware modules)?: va:iadonisi:504) cat /proc/sys/kernel/tainted 1 va:iadonisi:505) su - Password: va:root:501)# echo 0 > /proc/sys/kernel/tainted va:root:502)# cat /proc/sys/kernel/tainted 0 This with the most recent FC2 kernel, but also 2.6.7-1.517 from rawhide. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From arjanv at redhat.com Sun Aug 15 20:47:18 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Sun, 15 Aug 2004 22:47:18 +0200 Subject: Untainting? (was: Re: kernel for testing) In-Reply-To: <1092602081.11164.6.camel@va.local.linuxlobbyist.org> References: <1092602081.11164.6.camel@va.local.linuxlobbyist.org> Message-ID: <1092602838.2813.10.camel@laptop.fenrus.com> > This with the most recent FC2 kernel, but also 2.6.7-1.517 from rawhide. this is a bug yes; I'll look into fixing this. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michal at harddata.com Sun Aug 15 22:49:49 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 15 Aug 2004 16:49:49 -0600 Subject: kernel for testing In-Reply-To: <20040815095123.A9009@mail.harddata.com>; from michal@harddata.com on Sun, Aug 15, 2004 at 09:51:23AM -0600 References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> <20040815095123.A9009@mail.harddata.com> Message-ID: <20040815164949.A16402@mail.harddata.com> On Sun, Aug 15, 2004 at 06:59:43AM -0500, Mike Chambers wrote: > > Yep, got the same thing here. So far the below kernels give me the > problems above with nfs... > > kernel-2.6.7-1.515 > kernel-2.6.7-1.517 > kernel-2.6.8-1.520 I have my NFS oops with 2.6.8-1.520 on x86_64; which is not a big surprise. :-) The issue does not seem to have a bugzilla entry but I wonder if there is a point in opening one. Arjan? Michal From sean.bruno at dsl-only.net Sun Aug 15 22:52:13 2004 From: sean.bruno at dsl-only.net (Sean Bruno) Date: Sun, 15 Aug 2004 15:52:13 -0700 Subject: kernel for testing In-Reply-To: <20040815164949.A16402@mail.harddata.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> <20040815095123.A9009@mail.harddata.com> <20040815164949.A16402@mail.harddata.com> Message-ID: <1092610332.25147.3.camel@oscar.metro1.com> Does the oops look like bugzilla 128036? On Sun, 2004-08-15 at 15:49, Michal Jaegermann wrote: > On Sun, Aug 15, 2004 at 06:59:43AM -0500, Mike Chambers wrote: > > > > Yep, got the same thing here. So far the below kernels give me the > > problems above with nfs... > > > > kernel-2.6.7-1.515 > > kernel-2.6.7-1.517 > > kernel-2.6.8-1.520 > > I have my NFS oops with 2.6.8-1.520 on x86_64; which is not a big > surprise. :-) The issue does not seem to have a bugzilla entry but > I wonder if there is a point in opening one. Arjan? > > Michal -- From fct-cornette at sbcglobal.net Sun Aug 15 22:56:22 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 15 Aug 2004 18:56:22 -0400 Subject: Midnight Commander error. In-Reply-To: <1092601764.3827.9.camel@RuneLinux.tamn.local> References: <1092492997.3827.3.camel@RuneLinux.tamn.local> <411EBE63.2050708@sbcglobal.net> <1092583309.3827.6.camel@RuneLinux.tamn.local> <411FBD0C.7010507@sbcglobal.net> <1092601764.3827.9.camel@RuneLinux.tamn.local> Message-ID: <411FEA16.4050002@sbcglobal.net> Robert Couture wrote: > On Sun, 2004-15-08 at 15:44 -0400, Jim Cornette wrote: > > >>So since gnome-terminal and konsole have the same error, it must be >>related to only the below excerpt. >> >>*** err [lib/liblow.c(268)]: >> >>I confirm that you are not alone w/ this error being displayed. I guess >>a bug report should be filed. > > > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129962 > > I hope I have provided enough info. It is my first bugzilla report :) > > Robert. > > > The report looks fine to me. I tried an strace for the application and added it to your report. I picked plain text, but it looked like a binary file. (This is probably not valuable for the report) Since this is your first submitted bug. What usually happens is the developer responds back and asks for additional information, if additional information will aid resolving the bug. Otherwise, the developer will resolve the bug or push it to someone else who might solve the problem. Good catch on noticing the error. I submitted a bug against mc on an earlier beta, for a different problem. The bug was fixed within a short time. Jim From philip at alexanderworks.org.uk Sun Aug 15 23:11:09 2004 From: philip at alexanderworks.org.uk (Philip Pawley) Date: Mon, 16 Aug 2004 00:11:09 +0100 Subject: switchdesk not switching default to kde. Message-ID: <6.1.2.0.2.20040815235356.02ea3e50@mail.alexanderworks.org.uk> Running switchdesk, both from a terminal and using the gui, fail to make the default login kde. I tried it at least half a dozen times. .Xclients-default includes the line WM="startkde" both in my home folder and in /root. If I choose TWM in the gui, that works. Anybody else have this problem? I'm using FC3 test1 for x86_64 on an ASUS SK8V motherboard with an Opteron 146 cpu. Thanks, Philip Pawley From michal at harddata.com Sun Aug 15 23:23:03 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 15 Aug 2004 17:23:03 -0600 Subject: kernel for testing In-Reply-To: <1092610332.25147.3.camel@oscar.metro1.com>; from sean.bruno@dsl-only.net on Sun, Aug 15, 2004 at 03:52:13PM -0700 References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> <20040815095123.A9009@mail.harddata.com> <20040815164949.A16402@mail.harddata.com> <1092610332.25147.3.camel@oscar.metro1.com> Message-ID: <20040815172303.A17110@mail.harddata.com> On Sun, Aug 15, 2004 at 03:52:13PM -0700, Sean Bruno wrote: > Does the oops look like bugzilla 128036? No. That one is quite different. This is really an issue with 2.6.8 and some "pre" kernels which Arjan, clearly, used as a base for some late 2.6.7=1.... variants and kernel-2.6.8-1.520. You need that patch I posted earlier in this thread. Michal From maxer1 at xmission.com Sun Aug 15 23:25:02 2004 From: maxer1 at xmission.com (raxet) Date: Sun, 15 Aug 2004 17:25:02 -0600 Subject: kernel-2.6.7-1.517 and NEW ATI 3.11.1 Radeon drivers Message-ID: <411FF0CE.7010006@xmission.com> Though not directly related to the FC project, I have heard that the ATI Radeon drivers 3.11.1 (8-4-04) need a vanilla kernel to build against. My question isn't how, but why is it that you can't just build against a custom built Fedora Core kernel? My apologies for asking here in advance requested. All the best, RaXeT From darth_linux at ameritech.net Sun Aug 15 23:12:02 2004 From: darth_linux at ameritech.net (Eric Hartwell) Date: Sun, 15 Aug 2004 19:12:02 -0400 Subject: switchdesk not switching default to kde. In-Reply-To: <6.1.2.0.2.20040815235356.02ea3e50@mail.alexanderworks.org.uk> References: <6.1.2.0.2.20040815235356.02ea3e50@mail.alexanderworks.org.uk> Message-ID: <200408151912.02481.darth_linux@ameritech.net> if you want it to be the system default (all users) edit /etc/sysconfig/desktop to read DESKTOP="KDE" then (if you want to use KDM as the login manager) DISPLAYMANAGER="KDE" you should do this in init 3 then move to init 5 - at least that when i've had the most sucess getting out from under gnome-based stuffs with out reboot. On Sunday 15 August 2004 19:11, Philip Pawley wrote: > Running switchdesk, both from a terminal and using the gui, fail to make > the default login kde. I tried it at least half a dozen times. > > .Xclients-default includes the line > WM="startkde" > both in my home folder and in /root. > > If I choose TWM in the gui, that works. > > Anybody else have this problem? > > I'm using FC3 test1 for x86_64 on an ASUS SK8V motherboard with an Opteron > 146 cpu. > > Thanks, > > Philip Pawley From fct-cornette at sbcglobal.net Sun Aug 15 23:43:14 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 15 Aug 2004 19:43:14 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408151516.01025.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408151457.10674.lsomike@futzin.com> <411FC2B5.2060105@sbcglobal.net> <200408151516.01025.lsomike@futzin.com> Message-ID: <411FF512.1020002@sbcglobal.net> Mike Klinke wrote: > On Sunday 15 August 2004 15:08, Jim Cornette wrote: > > >>The problem with the i810 look pretty similar. I installed all the >>xorg-x11 rpms from the FC3T1 disc. The output of lsmod and lspci >>are w/ X running again. I assume your output is with X still >>broken. >> >>I don't dare trying these rpms on the Dell I have at work. :-) >> >>Jim > > > You're correct, the logs I showed are with X broken. I haven't > downgraded the xorg stuff yet to get it working again though. I was > holding back to see if anyone more knowledgeable than I might see an > easy fix and besides, the lawn mower beckoned.... > > Regards Mike Klinke > > To get back to the old X version. I copied all of the xorg-x11 files from the installation CD's into a directory on my harddrive. (Using mc to highlight the xorg-x11 rpms. There were parts on all 4 discs. I then tried to change to the directory where all of the rpms were copied, then run rpm -Fvh *.rpm --oldpackage on the rpms. This did not work. I then tried to run 'rpm -Uvh *.rpm --oldpackage' within the directory where I transferred the rpms to. This installed all of the earlier versions of the xorg-x11 rpms and made X work again. I then noticed that you had references to selinux in permissive mode. So I decided to disable selinux and reinstall the newer rpms with up2date. They are currently installed. I did not close down X yet to see if it will come back alive. My theory is that something did not get installed properly because of selinux. I am just trying to determine if this is a real X or selinux not installing the needed files properly. This happened to me before when installing packages w/ selinux in permissive mode. My guess is that X won't come up again and selinux is not the problem. I'll know shortly. :-) Jim From cochranb at speakeasy.net Mon Aug 16 00:00:23 2004 From: cochranb at speakeasy.net (Robert L Cochran) Date: Sun, 15 Aug 2004 20:00:23 -0400 Subject: Kernel-Sourcecode-2.6.7-1.517? Message-ID: <1092614422.21879.8.camel@bobcp4.lingpgmr.com> Where is the kernel-sourcecode package for 2.6.7-1.517? Thanks Bob Cochran Greenbelt, Maryland, USA From fct-cornette at sbcglobal.net Mon Aug 16 00:07:54 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 15 Aug 2004 20:07:54 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411FF512.1020002@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <200408151457.10674.lsomike@futzin.com> <411FC2B5.2060105@sbcglobal.net> <200408151516.01025.lsomike@futzin.com> <411FF512.1020002@sbcglobal.net> Message-ID: <411FFADA.1020702@sbcglobal.net> Jim Cornette wrote: > Mike Klinke wrote: > >> On Sunday 15 August 2004 15:08, Jim Cornette wrote: >> >> >>> The problem with the i810 look pretty similar. I installed all the >>> xorg-x11 rpms from the FC3T1 disc. The output of lsmod and lspci >>> are w/ X running again. I assume your output is with X still >>> broken. >>> >>> I don't dare trying these rpms on the Dell I have at work. :-) >>> >>> Jim >> >> >> >> You're correct, the logs I showed are with X broken. I haven't >> downgraded the xorg stuff yet to get it working again though. I was >> holding back to see if anyone more knowledgeable than I might see an >> easy fix and besides, the lawn mower beckoned.... >> >> Regards Mike Klinke >> >> > > To get back to the old X version. I copied all of the xorg-x11 files > from the installation CD's into a directory on my harddrive. (Using mc > to highlight the xorg-x11 rpms. There were parts on all 4 discs. > > I then tried to change to the directory where all of the rpms were > copied, then run rpm -Fvh *.rpm --oldpackage on the rpms. This did not > work. I then tried to run 'rpm -Uvh *.rpm --oldpackage' within the > directory where I transferred the rpms to. This installed all of the > earlier versions of the xorg-x11 rpms and made X work again. > > I then noticed that you had references to selinux in permissive mode. So > I decided to disable selinux and reinstall the newer rpms with up2date. > They are currently installed. I did not close down X yet to see if it > will come back alive. > > My theory is that something did not get installed properly because of > selinux. I am just trying to determine if this is a real X or selinux > not installing the needed files properly. This happened to me before > when installing packages w/ selinux in permissive mode. > > My guess is that X won't come up again and selinux is not the problem. > > I'll know shortly. :-) > > > Jim > > It was the actual xorg-x11 packages. I had to reinstall X to the earlier and eneded up getting some logs when I shut down. (xorg exiting after the newer rpms were installed, ... NOT pretty) and one where X was initialized after trying to restart X. It looks like I can go back to selinux and hold off on the CVS xorg until it is fixed for the 815 chipset. Jim From lsomike at futzin.com Mon Aug 16 01:59:28 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sun, 15 Aug 2004 20:59:28 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411FFADA.1020702@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <411FF512.1020002@sbcglobal.net> <411FFADA.1020702@sbcglobal.net> Message-ID: <200408152059.29157.lsomike@futzin.com> On Sunday 15 August 2004 19:07, Jim Cornette wrote: > > It was the actual xorg-x11 packages. I had to reinstall X to the > earlier and eneded up getting some logs when I shut down. (xorg > exiting after the newer rpms were installed, ... NOT pretty) and > one where X was initialized after trying to restart X. > > It looks like I can go back to selinux and hold off on the CVS xorg > until it is fixed for the 815 chipset. > > Jim Thanks for the update and the "rpm -Uvh *.rpm --oldpackage" tip. I used it to downgrade the xorg stuff and, bingo, I'm back in business. Regards, Mike Klinke From lee_connell at hotmail.com Mon Aug 16 04:09:03 2004 From: lee_connell at hotmail.com (Lee Connell) Date: Mon, 16 Aug 2004 00:09:03 -0400 Subject: kernel-sourcecode Message-ID: Hello all, I notice there is no more kernel-sourcecode rpm anymore? I went and downloaded the kernel*.src.rpm from SRPMS and extracted the kernel and then built a custom kernel using the shipped config. When i boot into the new kernel i get a kernel panic because it says security policy not loaded. What do I need to do to fix this? Thanks. From rpa4email at rogers.com Mon Aug 16 04:09:32 2004 From: rpa4email at rogers.com (Robert Couture) Date: Mon, 16 Aug 2004 00:09:32 -0400 Subject: Midnight Commander error. In-Reply-To: <411FEA16.4050002@sbcglobal.net> References: <1092492997.3827.3.camel@RuneLinux.tamn.local> <411EBE63.2050708@sbcglobal.net> <1092583309.3827.6.camel@RuneLinux.tamn.local> <411FBD0C.7010507@sbcglobal.net> <1092601764.3827.9.camel@RuneLinux.tamn.local> <411FEA16.4050002@sbcglobal.net> Message-ID: <1092629372.4236.2.camel@RuneLinux.tamn.local> On Sun, 2004-15-08 at 18:56 -0400, Jim Cornette wrote: > The report looks fine to me. I tried an strace for the application and > added it to your report. I picked plain text, but it looked like a > binary file. (This is probably not valuable for the report) > > Since this is your first submitted bug. What usually happens is the > developer responds back and asks for additional information, if > additional information will aid resolving the bug. Otherwise, the > developer will resolve the bug or push it to someone else who might > solve the problem. > > Good catch on noticing the error. I submitted a bug against mc on an > earlier beta, for a different problem. The bug was fixed within a short > time. Thanks, Jim ... glad I could help ... From Bernd.Bartmann at sohanet.de Mon Aug 16 08:58:28 2004 From: Bernd.Bartmann at sohanet.de (Bernd Bartmann) Date: Mon, 16 Aug 2004 10:58:28 +0200 Subject: Missing update/errata advisories Message-ID: <41207734.1020407@sohanet.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Again there are several update/errata advisories missing for FC1/FC2. FC1: gaim-0.77-2.FC1 gaim-0.80-1.FC1 postfix-2.0.16-1 recode-3.6-12.0 FC2: epiphany-1.2.7-0.2.0 fam-2.6.10-9.FC2 gaim-0.77-7 gaim-0.80-1.FC2 gnome-session-2.6.0-4 mozilla-1.7.2-0.2.0 nfs-utils-1.0.6-22 system-config-date-1.7.3.1-0-fc2.1 xinitrc-3.41-1 Besides the missing advisories there was a double announcement for devhelp-0.9.1-0.2.0 with two different advisory number: FEDORA-2004-256 FEDORA-2004-261 Best regards. - -- Dipl.-Ing. (FH) Bernd Bartmann I.S. Security and Network Engineer SoHaNet Technology GmbH / Kaiserin-Augusta-Allee 10-11 / 10553 Berlin Fon: +49 30 214783-44 / Fax: +49 30 214783-46 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBIHc0kQuIaHu84cIRAt3TAKCQ591UrfWUx1MqdlBJTC0sme3mNgCfehkD RkGu/J20SHVlDOJJ8b/G2Pw= =VEdI -----END PGP SIGNATURE----- From fedora at warmcat.com Mon Aug 16 12:21:52 2004 From: fedora at warmcat.com (Andy Green) Date: Mon, 16 Aug 2004 13:21:52 +0100 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408151216.41295.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408151216.41295.lsomike@futzin.com> Message-ID: <200408161321.56381.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 15 August 2004 18:16, Mike Klinke wrote: > On Sunday 15 August 2004 06:43, Mike A. Harris wrote: > > Other than that, thanks in advance for taking the time to pound > > on the new X11 release and report bugs to X.Org bugzilla. Your > > test coverage will help to ensure this release is of good > > quality! > > > > Enjoy 6.7.99-2, and look forward to frequent updates between now > > and the release of 6.8.0! > > Here's one data point. It won't start on my system at all after xorg-x11-6.7.99.2-5 working fine here on nVidia graphics and nVidia binary driver. Can't really notice any difference yet. 3D apps segfault, but that can be some problem with the binary driver, I don't use 3D apps normally. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBIKbkjKeDCxMJCTIRAi37AKCJd8AwI8JenTCuq7rgKe9tG7bCMQCgje3J tqcofVIsxOWZfMV28A8Z/8s= =SecY -----END PGP SIGNATURE----- From mike at netlyncs.com Mon Aug 16 12:46:25 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 16 Aug 2004 07:46:25 -0500 Subject: kernel for testing In-Reply-To: <1092579684.2813.4.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092568001.4635.2.camel@mccallum.corsepiu.local> <1092571183.2880.2.camel@scrappy.netlyncs.com> <1092579684.2813.4.camel@laptop.fenrus.com> Message-ID: <1092660385.4454.0.camel@scrappy.netlyncs.com> On Sun, 2004-08-15 at 16:21 +0200, Arjan van de Ven wrote: > > Yep, got the same thing here. So far the below kernels give me the > > problems above with nfs... > > are your kernels tainted too? Nope, all Fedora built kernels, nothing adding/taken away, ran just as they were installed. Mike From nphilipp at redhat.com Mon Aug 16 12:53:47 2004 From: nphilipp at redhat.com (Nils Philippsen) Date: Mon, 16 Aug 2004 14:53:47 +0200 Subject: Missing update/errata advisories In-Reply-To: <41207734.1020407@sohanet.de> References: <41207734.1020407@sohanet.de> Message-ID: <20040816125346.GB6678@tiptoe.de> On Mon, Aug 16, 2004 at 10:58:28AM +0200, Bernd Bartmann wrote: > FC2: > epiphany-1.2.7-0.2.0 > fam-2.6.10-9.FC2 > gaim-0.77-7 > gaim-0.80-1.FC2 > gnome-session-2.6.0-4 > mozilla-1.7.2-0.2.0 > nfs-utils-1.0.6-22 > system-config-date-1.7.3.1-0-fc2.1 Seems not to have it managed past list moderation, I've just resent it. > xinitrc-3.41-1 > > Besides the missing advisories there was a double announcement for > devhelp-0.9.1-0.2.0 with two different advisory number: > FEDORA-2004-256 > FEDORA-2004-261 My fault, I sent out a gimp announcement with FEDORA-2004-256 but didn't commit the update ID list to CVS so it got reused for devhelp. Chris Aillon spotted that mistake and resent his announcement with a new ID. Nils -- Nils Philippsen / Red Hat / nphilipp at redhat.com "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 From mike at netlyncs.com Mon Aug 16 13:27:14 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 16 Aug 2004 08:27:14 -0500 Subject: No desktop Icons nor desktop menu Message-ID: <1092662834.2888.1.camel@scrappy.netlyncs.com> Has anyone ran into having no desktop icons since the lastest updates as well as no menu when trying to right click on the desktop? Seriously thinking of doing a fresh rawhide install to see what I can come up with. Mike From mike at netlyncs.com Mon Aug 16 13:35:48 2004 From: mike at netlyncs.com (Mike Chambers) Date: Mon, 16 Aug 2004 08:35:48 -0500 Subject: No desktop Icons nor desktop menu In-Reply-To: <1092662834.2888.1.camel@scrappy.netlyncs.com> References: <1092662834.2888.1.camel@scrappy.netlyncs.com> Message-ID: <1092663348.3411.1.camel@scrappy.netlyncs.com> On Mon, 2004-08-16 at 08:27 -0500, Mike Chambers wrote: > Has anyone ran into having no desktop icons since the lastest updates as > well as no menu when trying to right click on the desktop? > > Seriously thinking of doing a fresh rawhide install to see what I can > come up with. Disregard, as I just removed all my .gnome dir's and restarted the desktop and all seems to be working again. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From talbotscott at cox.net Mon Aug 16 14:51:12 2004 From: talbotscott at cox.net (Scott Talbot) Date: Mon, 16 Aug 2004 07:51:12 -0700 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <411F4C67.8050502@www.linux.org.uk> References: <411F4C67.8050502@www.linux.org.uk> Message-ID: <1092667873.4010.11.camel@ip68-7-36-36.sd.sd.cox.net> On Sun, 2004-08-15 at 07:43 -0400, Mike A. Harris wrote: > *** IMPORTANT *** > > If you upgrade or install the new CVS rpms and experience any bugs > in the X.Org X server, video drivers, client libraries, or other > parts of the X11 release, they need to be filed in *X.Org* bugzilla, > so that they stand a chance of getting fixed before 6.8.0 is > finalized. > > This is very important, because bugs filed in Red Hat bugzilla > will NOT likely be seen by the many people who are working > upstream that do not look at Red Hat bugzilla. The proper place to > file X.Org bugs, is at: > > http://bugs.freedesktop.org in the "xorg" component. > > Things to test: > > - Different video modes and color depths Is it just me? I can't change screen resolution at all! When I attempt, I get a smaller screen in the upper left corner of my monitor. Not even re-starting X solves this. > - Xvideo (run various video player applications) Screensavers are now very slow (GL ones I think) Atunnel crawls by at under 1 screen per second. OTOH Bouncing Globe is perhaps 5 screens per second, but the shadow effect is jagged - looks terrible! Graphics card is ATI radeon 7200 There are now so many bugs in my test system that I am unsure as to what may be causing them. Since Friday, my panel often crashes when changing preferences such as background, but this is not regular - as it will do it 2 or three times and then it will work fine! Don't know if I should re-install or just give up and wait 2 weeks for test 2. Not doing Bugzilla in case I'm alone in these problems. Scott > > Take care, > TTYL > > From jreiser at BitWagon.com Mon Aug 16 15:18:01 2004 From: jreiser at BitWagon.com (John Reiser) Date: Mon, 16 Aug 2004 08:18:01 -0700 Subject: USB device support in FC3T1 (USB modem) Message-ID: <4120D029.6090401@BitWagon.com> I'd like to get my USB modem working in FC3T1, so I can continue to use it as a Winmodem replacement on laptops, and for credit-card processing. It works in RH9, RHEL3 WS, FC1, SuSE Linux 9.1 Personal (kernel-2.6.5- 7.95-default); and can be made to work in FC2 via manual modprobe cdc_acm; but I cannot make it work in FC3T1. Some related bugzilla entries: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129872 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=126049 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=102368 After allowing access with filesystem permissions and loading kernel module cdc_acm, the current stumbling block seems to be open("/dev/input/ttyACM0", O_RDONLY|O_LARGEFILE) = -1 EINVAL (Invalid argument) I'm ready to help (including re-compiling kernels, etc.), but I lack reasonable knowledge about how to attack this problem efficiently. Would somebody please provide a clue or two? Thank you. -- John Reiser, jreiser at BitWagon.com From feliciano.matias at free.fr Mon Aug 16 15:22:10 2004 From: feliciano.matias at free.fr (Matias Feliciano) Date: Mon, 16 Aug 2004 17:22:10 +0200 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <1092669727.1064.31.camel@one.myworld> Le sam 14/08/2004 ? 14:25, Arjan van de Ven a ?crit : > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > Some times I have a kernel panic. I use a custom configuration (see attachment) because the adsl driver (bewan proprietary) doesn't work with CONFIG_REGPARAM. After ppp0 is up, I launch : /sbin/tc qdisc add dev ppp0 root tbf rate 250kbit latency 50ms burst 1540 After 1 or 2 second I got (copy by hand) : tbf_enqueue [sch_tbf] dev_queue_xmit ip_finish_output ip_push_pending_frames udp_push_pending_frames udp_sendmsg memcpy_fromiovec inet_sendmsg sock_sendmsg save_i387_fxsave setup_sigcontext sys_socketcall syscall_call Code : Bad EIP value. Kernel panic : Fatal exception in interrupt In interrupt handler - not syncing > Greetings, > Arjan van de Ven -------------- next part -------------- # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_GENERIC_ISA_DMA=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y # CONFIG_AUDIT is not set CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set CONFIG_EMBEDDED=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y CONFIG_EPOLL=y # CONFIG_IOSCHED_NOOP is not set # CONFIG_IOSCHED_AS is not set # CONFIG_IOSCHED_DEADLINE is not set CONFIG_IOSCHED_CFQ=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set CONFIG_OBSOLETE_MODPARM=y CONFIG_MODVERSIONS=y # CONFIG_MODULE_SIG is not set CONFIG_KMOD=y # # Processor type and features # CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set CONFIG_MK7=y # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_X86_GENERIC is not set CONFIG_X86_CMPXCHG=y CONFIG_X86_XADD=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_USE_3DNOW=y # CONFIG_X86_4G is not set # CONFIG_X86_SWITCH_PAGETABLES is not set # CONFIG_X86_4G_VM_LAYOUT is not set # CONFIG_X86_UACCESS_INDIRECT is not set # CONFIG_X86_HIGH_ENTRY is not set # CONFIG_HPET_TIMER is not set # CONFIG_SMP is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_VOLUNTARY=y CONFIG_X86_UP_APIC=y CONFIG_X86_UP_IOAPIC=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_TSC=y # CONFIG_X86_MCE is not set # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is not set # # Firmware Drivers # # CONFIG_EDD is not set CONFIG_NOHIGHMEM=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y # CONFIG_REGPARM is not set # # Power management options (ACPI, APM) # # CONFIG_PM is not set # # ACPI (Advanced Configuration and Power Interface) Support # # CONFIG_ACPI is not set # # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set # # Bus options (PCI, PCMCIA, EISA, MCA, ISA) # CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set CONFIG_PCI_GODIRECT=y # CONFIG_PCI_GOANY is not set CONFIG_PCI_DIRECT=y # CONFIG_PCI_MSI is not set # CONFIG_PCI_LEGACY_PROC is not set # CONFIG_PCI_NAMES is not set # CONFIG_ISA is not set # CONFIG_MCA is not set # CONFIG_SCx200 is not set # # Executable file formats # CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set # # Device Drivers # # # Generic Driver Options # CONFIG_STANDALONE=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play support # # # Block devices # # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set CONFIG_BLK_DEV_LOOP=m # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_LBD is not set # # ATA/ATAPI/MFM/RLL support # CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDEDISK=y # CONFIG_IDEDISK_MULTI_MODE is not set CONFIG_BLK_DEV_IDECD=m # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IDE_TASKFILE_IO is not set # # IDE chipset support/bugfixes # # CONFIG_IDE_GENERIC is not set # CONFIG_BLK_DEV_CMD640 is not set CONFIG_BLK_DEV_IDEPCI=y # CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_BLK_DEV_OFFBOARD=y CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set CONFIG_BLK_DEV_ADMA=y # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_ATIIXP is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT34X is not set CONFIG_BLK_DEV_HPT366=y # CONFIG_BLK_DEV_SC1200 is not set # CONFIG_BLK_DEV_PIIX is not set # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set CONFIG_BLK_DEV_VIA82CXXX=y # CONFIG_IDE_ARM is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_BLK_DEV_HD is not set # # SCSI device support # # CONFIG_SCSI is not set # # Multi-device support (RAID and LVM) # CONFIG_MD=y CONFIG_BLK_DEV_MD=y # CONFIG_MD_LINEAR is not set CONFIG_MD_RAID0=y # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID5 is not set # CONFIG_MD_RAID6 is not set # CONFIG_MD_MULTIPATH is not set CONFIG_BLK_DEV_DM=m CONFIG_DM_CRYPT=m # CONFIG_DM_SNAPSHOT is not set # CONFIG_DM_MIRROR is not set # CONFIG_DM_ZERO is not set # # Fusion MPT device support # # # IEEE 1394 (FireWire) support # # CONFIG_IEEE1394 is not set # # I2O device support # # CONFIG_I2O is not set # # Networking support # CONFIG_NET=y # # Networking options # CONFIG_PACKET=m CONFIG_PACKET_MMAP=y # CONFIG_NETLINK_DEV is not set CONFIG_UNIX=y # CONFIG_NET_KEY is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_ARPD is not set # CONFIG_SYN_COOKIES is not set # CONFIG_INET_AH is not set # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_IPV6 is not set # CONFIG_NETFILTER is not set # # SCTP Configuration (EXPERIMENTAL) # # CONFIG_IP_SCTP is not set CONFIG_ATM=m # CONFIG_ATM_CLIP is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_BR2684 is not set # CONFIG_BRIDGE is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_NET_DIVERT is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_HW_FLOWCONTROL is not set # # QoS and/or fair queueing # CONFIG_NET_SCHED=y # CONFIG_NET_SCH_CLK_JIFFIES is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_CPU=y # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_HTB is not set # CONFIG_NET_SCH_HFSC is not set # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_PRIO is not set # CONFIG_NET_SCH_RED is not set # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TEQL is not set CONFIG_NET_SCH_TBF=m # CONFIG_NET_SCH_GRED is not set # CONFIG_NET_SCH_DSMARK is not set # CONFIG_NET_SCH_NETEM is not set # CONFIG_NET_SCH_INGRESS is not set CONFIG_NET_QOS=y CONFIG_NET_ESTIMATOR=y # CONFIG_NET_CLS is not set # CONFIG_NET_CLS_ROUTE is not set # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set # CONFIG_HAMRADIO is not set # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_TUX is not set CONFIG_NETDEVICES=y CONFIG_DUMMY=m # CONFIG_BONDING is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # # ARCnet devices # # CONFIG_ARCNET is not set # # Ethernet (10 or 100Mbit) # # CONFIG_NET_ETHERNET is not set # CONFIG_NE2000 is not set # # Ethernet (1000 Mbit) # # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SK98LIN is not set # CONFIG_TIGON3 is not set # # Ethernet (10000 Mbit) # # CONFIG_IXGB is not set # CONFIG_S2IO is not set # # Token Ring devices # # CONFIG_TR is not set # # Wireless LAN (non-hamradio) # # CONFIG_NET_RADIO is not set # # Wan interfaces # # CONFIG_WAN is not set # # ATM drivers # # CONFIG_ATM_TCP is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_ZATM is not set # CONFIG_ATM_NICSTAR is not set # CONFIG_ATM_IDT77252 is not set # CONFIG_ATM_AMBASSADOR is not set # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_FORE200E_MAYBE is not set # CONFIG_ATM_HE is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set # CONFIG_PPP_FILTER is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PPP_DEFLATE is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPPOE is not set CONFIG_PPPOATM=m # CONFIG_SLIP is not set # CONFIG_SHAPER is not set # CONFIG_NETCONSOLE is not set # # ISDN subsystem # # CONFIG_ISDN is not set # # Telephony Support # # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y # CONFIG_INPUT_MOUSEDEV_PSAUX is not set CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input I/O drivers # # CONFIG_GAMEPORT is not set CONFIG_SOUND_GAMEPORT=y CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=m # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=m # CONFIG_INPUT_UINPUT is not set # # Character devices # CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_SERIAL_NONSTANDARD is not set # # Serial drivers # # CONFIG_SERIAL_8250 is not set # # Non-8250 serial port support # CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set # CONFIG_CRASH is not set # CONFIG_QIC02_TAPE is not set # # IPMI # # CONFIG_IPMI_HANDLER is not set # # Watchdog Cards # # CONFIG_WATCHDOG is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set CONFIG_RTC=m # CONFIG_GEN_RTC is not set # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # # Ftape, the floppy tape device driver # # CONFIG_FTAPE is not set # CONFIG_AGP is not set # CONFIG_DRM is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set # CONFIG_HANGCHECK_TIMER is not set # # I2C support # CONFIG_I2C=m # CONFIG_I2C_CHARDEV is not set # # I2C Algorithms # CONFIG_I2C_ALGOBIT=m # CONFIG_I2C_ALGOPCF is not set # # I2C Hardware Bus support # # CONFIG_I2C_ALI1535 is not set # CONFIG_I2C_ALI1563 is not set # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_I810 is not set # CONFIG_I2C_ISA is not set # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_PROSAVAGE is not set # CONFIG_I2C_SAVAGE4 is not set # CONFIG_SCx200_ACB is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # CONFIG_I2C_VOODOO3 is not set # # Hardware Sensors Chip support # # CONFIG_I2C_SENSOR is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_DS1621 is not set # CONFIG_SENSORS_FSCHER is not set # CONFIG_SENSORS_GL518SM is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_LM75 is not set # CONFIG_SENSORS_LM77 is not set # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM80 is not set # CONFIG_SENSORS_LM83 is not set # CONFIG_SENSORS_LM85 is not set # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_W83781D is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83627HF is not set # # Other I2C Chip support # # CONFIG_SENSORS_EEPROM is not set # CONFIG_SENSORS_PCF8574 is not set # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_RTC8564 is not set # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_I2C_DEBUG_CHIP is not set # # Dallas's 1-wire bus # # CONFIG_W1 is not set # # Misc devices # # CONFIG_IBM_ASM is not set # # Multimedia devices # CONFIG_VIDEO_DEV=m # # Video For Linux # # # Video Adapters # CONFIG_VIDEO_BT848=m # CONFIG_VIDEO_CPIA is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set # CONFIG_TUNER_3036 is not set # CONFIG_VIDEO_STRADIS is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIDEO_SAA7134 is not set # CONFIG_VIDEO_MXB is not set # CONFIG_VIDEO_DPC is not set # CONFIG_VIDEO_HEXIUM_ORION is not set # CONFIG_VIDEO_HEXIUM_GEMINI is not set # CONFIG_VIDEO_CX88 is not set # CONFIG_VIDEO_OVCAMCHIP is not set # # Radio Adapters # # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAXIRADIO is not set # CONFIG_RADIO_MAESTRO is not set # # Digital Video Broadcasting Devices # # CONFIG_DVB is not set CONFIG_VIDEO_TUNER=m CONFIG_VIDEO_BUF=m CONFIG_VIDEO_BTCX=m CONFIG_VIDEO_IR=m # # Graphics support # # CONFIG_FB is not set # CONFIG_VIDEO_SELECT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y # # Sound # CONFIG_SOUND=m # # Advanced Linux Sound Architecture # CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_RAWMIDI=m # CONFIG_SND_SEQUENCER is not set CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_RTCTIMER=m # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set # # Generic devices # CONFIG_SND_MPU401_UART=m # CONFIG_SND_DUMMY is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set # # PCI devices # CONFIG_SND_AC97_CODEC=m # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_YMFPCI is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_ENS1370 is not set CONFIG_SND_ENS1371=m # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_SONICVIBES is not set CONFIG_SND_VIA82XX=m # CONFIG_SND_VX222 is not set # # Open Sound System # # CONFIG_SOUND_PRIME is not set # # USB support # # CONFIG_USB is not set # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # File systems # CONFIG_EXT2_FS=m # CONFIG_EXT2_FS_XATTR is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_XFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=m CONFIG_JOLIET=y # CONFIG_ZISOFS is not set CONFIG_UDF_FS=m CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=m CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=m CONFIG_FAT_DEFAULT_CODEPAGE=850 CONFIG_FAT_DEFAULT_IOCHARSET="ascii" # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y # CONFIG_DEVFS_FS is not set # CONFIG_DEVPTS_FS_XATTR is not set # CONFIG_TMPFS is not set # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # # Network File Systems # # CONFIG_NFS_FS is not set # CONFIG_NFSD is not set # CONFIG_EXPORTFS is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y # # Native Language Support # CONFIG_NLS=m CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=m # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set # CONFIG_NLS_ASCII is not set CONFIG_NLS_ISO8859_1=m # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=m # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=m # # Profiling support # # CONFIG_PROFILING is not set # # Kernel hacking # # CONFIG_DEBUG_KERNEL is not set # CONFIG_EARLY_PRINTK is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_FRAME_POINTER is not set CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y # # Security options # # CONFIG_SECURITY is not set # # Cryptographic options # CONFIG_CRYPTO=y # CONFIG_CRYPTO_HMAC is not set # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_MD4 is not set # CONFIG_CRYPTO_MD5 is not set # CONFIG_CRYPTO_SHA1 is not set # CONFIG_CRYPTO_SHA256 is not set # CONFIG_CRYPTO_SHA512 is not set # CONFIG_CRYPTO_DES is not set # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_SERPENT is not set CONFIG_CRYPTO_AES_586=m # CONFIG_CRYPTO_CAST5 is not set # CONFIG_CRYPTO_CAST6 is not set # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_ARC4 is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_DEFLATE is not set # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_CRC32C is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_SIGNATURE is not set # CONFIG_CRYPTO_MPILIB is not set # # Library routines # # CONFIG_CRC_CCITT is not set # CONFIG_CRC32 is not set # CONFIG_LIBCRC32C is not set CONFIG_X86_BIOS_REBOOT=y -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Ceci est une partie de message num?riquement sign?e. URL: From vherva at viasys.com Mon Aug 16 16:30:03 2004 From: vherva at viasys.com (Ville Herva) Date: Mon, 16 Aug 2004 19:30:03 +0300 Subject: Missing update/errata advisories In-Reply-To: <41207734.1020407@sohanet.de> References: <41207734.1020407@sohanet.de> Message-ID: <20040816163003.GF3292@viasys.com> On Mon, Aug 16, 2004 at 10:58:28AM +0200, you [Bernd Bartmann] wrote: > Again there are several update/errata advisories missing for FC1/FC2. > > FC1: > gaim-0.77-2.FC1 > gaim-0.80-1.FC1 > postfix-2.0.16-1 > recode-3.6-12.0 > > FC2: > epiphany-1.2.7-0.2.0 > fam-2.6.10-9.FC2 > gaim-0.77-7 > gaim-0.80-1.FC2 > gnome-session-2.6.0-4 > mozilla-1.7.2-0.2.0 > nfs-utils-1.0.6-22 > system-config-date-1.7.3.1-0-fc2.1 > xinitrc-3.41-1 > > Besides the missing advisories there was a double announcement for > devhelp-0.9.1-0.2.0 with two different advisory number: > FEDORA-2004-256 > FEDORA-2004-261 Please forgive me for being terribly thick, but has the recent samba advisory (CAN-2004-0600, CAN-2004-0686, http://secunia.com/advisories/12130/) patched by Fedora? Afaict, the newest in rawhide is samba-3.0.5-0pre1.0.i386.rpm, which seems to have been put together before the advisory was released... I don't see anything in FC2 updates, either. -- v -- v at iki.fi From alan at redhat.com Mon Aug 16 16:46:50 2004 From: alan at redhat.com (Alan Cox) Date: Mon, 16 Aug 2004 12:46:50 -0400 Subject: Missing update/errata advisories In-Reply-To: <20040816163003.GF3292@viasys.com> References: <41207734.1020407@sohanet.de> <20040816163003.GF3292@viasys.com> Message-ID: <20040816164650.GA25618@devserv.devel.redhat.com> On Mon, Aug 16, 2004 at 07:30:03PM +0300, Ville Herva wrote: > http://secunia.com/advisories/12130/) patched by Fedora? Afaict, the newest > in rawhide is samba-3.0.5-0pre1.0.i386.rpm, which seems to have been put > together before the advisory was released... I don't see anything in FC2 > updates, either. I pushed it to testing a while back. From philip at alexanderworks.org.uk Mon Aug 16 16:38:58 2004 From: philip at alexanderworks.org.uk (Philip Pawley) Date: Mon, 16 Aug 2004 17:38:58 +0100 Subject: Sound server Message-ID: <6.1.2.0.2.20040816173154.03dd1510@mail.alexanderworks.org.uk> As well as the switchdesk problem, I'm having trouble with the sound server. (This was already happening when I first booted into FC3 test1). I get this message when I log on:- ------------------------------------------- Informational - artsmessage Sound server informational message: Error while initializing the sound driver. device /dev/dsp can't be opened (No such device) The sound server will continue, using the null output device. ------------------------------------------- What's to do here? Also, I'm having trouble working out how to find FC3 test1 bugs. Where are they being filed? In the bugzilla help section it says: "Bugs related to the Core components of the Fedora Product distribution. If reporting against a 'test release' then please choose 'test3' as the version. If reporting against a stable release then choose the release number you are using as the version." But many of the bugs in with "test3" as version relate to FC2 test3! :-/ (BTW I'm using FC3 test1 for x86_64 on an ASUS SK8V motherboard with an Opteron 146 cpu). Thanks, Philip Pawley From philip at alexanderworks.org.uk Mon Aug 16 16:31:30 2004 From: philip at alexanderworks.org.uk (Philip Pawley) Date: Mon, 16 Aug 2004 17:31:30 +0100 Subject: switchdesk not switching default to kde. In-Reply-To: <200408151912.02481.darth_linux@ameritech.net> References: <6.1.2.0.2.20040815235356.02ea3e50@mail.alexanderworks.org.uk> <200408151912.02481.darth_linux@ameritech.net> Message-ID: <6.1.2.0.2.20040816171651.02e38d70@mail.alexanderworks.org.uk> At 15/08/2004 19:12 -0400, Eric Hartwell wrote: >if you want it to be the system default (all users) >edit /etc/sysconfig/desktop to read DESKTOP="KDE" then (if you want to use >KDM as the login manager) DISPLAYMANAGER="KDE" Even though my /etc/sysconfig/desktop reads DESKTOP="GNOME", I no longer now have the problem with switchdesk. Not since using yum to update my KDE to version 3.3. What's the difference between display manager and desktop? How do I know whether I'm running KDM or GDM? Thanks, Philip Pawley From michal at harddata.com Mon Aug 16 17:05:14 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 16 Aug 2004 11:05:14 -0600 Subject: file conflict in updates for eog and file-roller Message-ID: <20040816110514.A3317@mail.harddata.com> In the latest updates eog-2.7.0-2 and file-roller-2.7.3-2 both claim an ownership of a file with a different content but the same name of /usr/share/applications/mimeinfo.cache This ends up in "file ... conflicts between attempted installs ..." from rpm. Curiously enough this errors out on i386 but with the same issue on x86_64 everything seems to be happy. A temporary workaround is to '--force' an installation but depending on an order you will end up with a smaller or bigger mimeinfo.cache. Michal From twaugh at redhat.com Mon Aug 16 17:18:40 2004 From: twaugh at redhat.com (Tim Waugh) Date: Mon, 16 Aug 2004 18:18:40 +0100 Subject: Fedora Core 2 Test Update: cups-1.1.20-11.2 Message-ID: <20040816171840.GL2177@redhat.com> This is a very simple update just fixing two bugs. Please send me private mail if you test this update, whether you found problems with it or not. I expect to release it as a final update next week. Thanks, Tim. */ --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2004-262 2004-08-16 --------------------------------------------------------------------- Product : Fedora Core 2 Name : cups Version : 1.1.20 Release : 11.2 Summary : Common Unix Printing System Description : The Common UNIX Printing System provides a portable printing layer for UNIX? operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces. --------------------------------------------------------------------- Update Information: This update fixes the cupsenable, cupsdisable and accept commands. --------------------------------------------------------------------- * Mon Aug 16 2004 Tim Waugh 1:1.1.20-11.2 - Fix cupsenable/cupsdisable/accept (bug #129864). - Added version to LPRng obsoletes: tag (bug #128024). * Wed Jun 02 2004 Tim Waugh 1:1.1.20-11.1 - Undo accidental D-BUS changes. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/2/ 015eb596679794811c75a10b0cdddd4e SRPMS/cups-1.1.20-11.2.src.rpm fcd8963b1da85bba7b25529043b21a13 x86_64/cups-1.1.20-11.2.x86_64.rpm 2e4fc7add54cdbfcdcc2a5af6dc48672 x86_64/cups-devel-1.1.20-11.2.x86_64.rpm cf254913c66a3e2cdb0c2ca96bd5eb8d x86_64/cups-libs-1.1.20-11.2.x86_64.rpm 9469e193e91b93f83ee425551f772ebe x86_64/debug/cups-debuginfo-1.1.20-11.2.x86_64.rpm 17b953836cc8c19515f62b4e4dd25c6f x86_64/cups-libs-1.1.20-11.2.i386.rpm bca8311df4aa01c251ee6dbf4750c79b i386/cups-1.1.20-11.2.i386.rpm 02f886aed2a9e7a0c82264d25e3ee653 i386/cups-devel-1.1.20-11.2.i386.rpm 17b953836cc8c19515f62b4e4dd25c6f i386/cups-libs-1.1.20-11.2.i386.rpm c2b877b990de25d8e1e824ccf572b115 i386/debug/cups-debuginfo-1.1.20-11.2.i386.rpm This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. You may need to edit your up2date channels configuration. Within /etc/sysconfig/rhn/sources enable the following line: yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-2 --------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From philip at alexanderworks.org.uk Mon Aug 16 17:20:11 2004 From: philip at alexanderworks.org.uk (Philip Pawley) Date: Mon, 16 Aug 2004 18:20:11 +0100 Subject: Grub 0.95 Message-ID: <6.1.2.0.2.20040816180229.03e13358@mail.alexanderworks.org.uk> Me of "switchdesk" and "sound server" notoriety again, sorry. It's a Grub conundrum this time. I have often had occasion to write Grub to my master boot record using a Grub boot floppy. I have used every version since 0.92. I use "install": Today I used: grub> install --force-lba (hd0,6)/usr/share/grub/x86_64-redhat/stage1 d (hd0) (hd0,6)/usr/share/grub/x86_64-redhat/stage2 (hd0,0)/grub.conf That works fine. (hd0,6) is where I have FC2 - with Grub 0.94. Then I tried installing grub 0.95 by replacing (hd0,6) with (hd1,0), which is where FC3 test1 lives. I got the grub.conf screen up fine, but nothing boots: it just shows the name of the choice I selected and hangs. I tried installing it twice - in case I had a typo the first time - but it still didn't work. Now I have reverted to the Grub 0.94 from FC2 and everything is hunky-dory. Is this a bug in Grub 0.95? Thanks, Philip Pawley From notting at redhat.com Mon Aug 16 18:28:48 2004 From: notting at redhat.com (Bill Nottingham) Date: Mon, 16 Aug 2004 14:28:48 -0400 Subject: kudzu, pcmcia initscripts reference obsolete updfstab In-Reply-To: <1092494285.12647.4.camel@localhost.localdomain> References: <1092494285.12647.4.camel@localhost.localdomain> Message-ID: <20040816182848.GA32617@nostromo.devel.redhat.com> Aaron Gaudio (prothonotar at tarnation.dyndns.org) said: > I'm not sure what argument to fstab-sync is supposed to reproduce the > effects of calling updfstab, but the kudzu and pcmcia initscripts should > be updated as appropriate. fstab-sync is called asynchronously by HAL. If it's not working, please file a bug against hal. :) Bill From michal at harddata.com Mon Aug 16 18:30:35 2004 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 16 Aug 2004 12:30:35 -0600 Subject: Grub 0.95 In-Reply-To: <6.1.2.0.2.20040816180229.03e13358@mail.alexanderworks.org.uk>; from philip@alexanderworks.org.uk on Mon, Aug 16, 2004 at 06:20:11PM +0100 References: <6.1.2.0.2.20040816180229.03e13358@mail.alexanderworks.org.uk> Message-ID: <20040816123035.A4913@mail.harddata.com> On Mon, Aug 16, 2004 at 06:20:11PM +0100, Philip Pawley wrote: > > I use "install": > > Today I used: > grub> install --force-lba (hd0,6)/usr/share/grub/x86_64-redhat/stage1 d (hd0) (hd0,6)/usr/share/grub/x86_64-redhat/stage2 (hd0,0)/grub.conf > > That works fine. (hd0,6) is where I have FC2 - with Grub 0.94. > > Then I tried installing grub 0.95 by replacing (hd0,6) with > (hd1,0), which is where FC3 test1 lives. It is not entirely clear what you mean by "replacing". Where is a boot partition for this installation and where grub.conf for it lives? > I got the grub.conf > screen up fine, but nothing boots: it just shows the name of the > choice I selected and hangs. Most likely it is looking in wrong places. grub is rather sensitive to various options and very easy to mess up. > Is this a bug in Grub 0.95? Not likely. I am, in particular, using 0.95 all over the place and it works just fine. With multiple installations on one machine I found the most flexible and easiest to maintain to have grub installed separately for every one and from the "main" grub menu to use 'chainloader' directive to load other ones. So, for example, I have: title Some Title rootnoverify (hd0,9) chainloader +1 title Some Other Title rootnoverify (hd0,7) chainloader +1 in addition to "regular" entries for the first installation. Chained loaders do not have to be of the same version and you can go to another disk too, of course. Michal From arjanv at redhat.com Mon Aug 16 18:52:20 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Mon, 16 Aug 2004 20:52:20 +0200 Subject: new kernel for testing In-Reply-To: <1087231590.4041.21.camel@localhost.localdomain> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> Message-ID: <1092682340.9341.0.camel@laptop.fenrus.com> On Mon, 2004-06-14 at 18:46, D. D. Brierton wrote: > On Mon, 2004-06-14 at 04:18, Matthew Miller wrote: > > > The answer to "should I bugzilla this" is pretty much always "yes". :) > > Done. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125966 ok the nfs things was a miscommunication between my development box and the buildsystem; I wanted my development box to cvs commit the nfs change before build but that somehow didn't make it. THere's now a 521 kernel with the fix in the testing area -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bartk at clara.co.uk Mon Aug 16 19:17:59 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Mon, 16 Aug 2004 20:17:59 +0100 Subject: Kernel 2.6.8-1.520 and Nvidia drivers In-Reply-To: <1092682340.9341.0.camel@laptop.fenrus.com> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> Message-ID: <1092683879.3266.0.camel@nemesis.astradine.net> Did anybody managed to install Nvidia drivers on this Kernel? and if so how? :-) TIA _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From mknepher at bluethingy.com Mon Aug 16 19:20:28 2004 From: mknepher at bluethingy.com (Michael Knepher) Date: Mon, 16 Aug 2004 12:20:28 -0700 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <1092667873.4010.11.camel@ip68-7-36-36.sd.sd.cox.net> References: <411F4C67.8050502@www.linux.org.uk> <1092667873.4010.11.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <1092684028.3772.7.camel@lionel-hutz.darnell.group> On Mon, 2004-08-16 at 07:51 -0700, Scott Talbot wrote: > > Things to test: > > > > - Different video modes and color depths > Is it just me? I can't change screen resolution at all! > When I attempt, I get a smaller screen in the upper left corner of my > monitor. Not even re-starting X solves this. I'm stuck in 1600x1200/60Hz also. Changing resolution just shrinks the view, but the monitor stays at the higher res (maximum for my setup). Running system-config-display --reconfig fails. I'll try to get a bug report filed. From MSchwartz at MedAnalytics.com Mon Aug 16 19:25:11 2004 From: MSchwartz at MedAnalytics.com (Marc Schwartz) Date: Mon, 16 Aug 2004 14:25:11 -0500 Subject: Kernel 2.6.8-1.520 and Nvidia drivers In-Reply-To: <1092683879.3266.0.camel@nemesis.astradine.net> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> Message-ID: <1092684311.3653.2.camel@localhost.localdomain> On Mon, 2004-08-16 at 14:17, Bart Kalita wrote: > Did anybody managed to install Nvidia drivers on this Kernel? Yes (on FC2). > and if so how? :-) The usual way (./NVIDIA-Linux-x86-1.0-6111-pkg1.run). HTH, Marc Schwartz From philip at alexanderworks.org.uk Mon Aug 16 19:54:49 2004 From: philip at alexanderworks.org.uk (Philip Pawley) Date: Mon, 16 Aug 2004 20:54:49 +0100 Subject: Grub 0.95 In-Reply-To: <20040816123035.A4913@mail.harddata.com> References: <6.1.2.0.2.20040816180229.03e13358@mail.alexanderworks.org.uk> <20040816123035.A4913@mail.harddata.com> Message-ID: <6.1.0.6.2.20040816202302.0298f2f8@mail.alexanderworks.org.uk> At 16/08/2004 12:30 -0600, Michal Jaegermann wrote: >It is not entirely clear what you mean by "replacing". Where is >a boot partition for this installation and where grub.conf for >it lives? I'll try to clarify my post. In particular, I'll quote the "replacement" in full:- ------------------------------------------------------------------- I have often had occasion to write Grub to my master boot record using a Grub boot floppy. I have used every version since 0.92. I use "install": Today I used: grub> install --force-lba (hd0,6)/usr/share/grub/x86_64-redhat/stage1 d (hd0) (hd0,6)/usr/share/grub/x86_64-redhat/stage2 (hd0,0)/grub.conf That's straight from "info grub" and it works fine, as it has always done. (hd0,6) is the FC2 partition. (FC2 uses Grub 0.94). Then I tried installing grub 0.95 so: grub> install --force-lba (hd1,0)/usr/share/grub/x86_64-redhat/stage1 d (hd0) (hd1,0)/usr/share/grub/x86_64-redhat/stage2 (hd0,0)/grub.conf That only differs from the first "install" command in replacing (hd0,6) with (hd1,0). (hd1,0) is the FC3 test1 partition. (FC3 test1 uses Grub 0.95). (In each case, I only use a "/" partition - no separate "/boot"). Doing that, I still get to the grub menu ok. However, when I select which OS to boot, it doesn't boot: it just displays the selection I made - and hangs. I tried that "install" command twice - in case I had a typo the first time - but it still didn't work. Now that I have reverted to using the Grub 0.94 from FC2 (the first "install" command), everything is hunky-dory. Is this a bug in Grub 0.95? Thanks, Philip Pawley From pmatilai at welho.com Mon Aug 16 20:15:28 2004 From: pmatilai at welho.com (Panu Matilainen) Date: Mon, 16 Aug 2004 23:15:28 +0300 Subject: file conflict in updates for eog and file-roller In-Reply-To: <20040816110514.A3317@mail.harddata.com> References: <20040816110514.A3317@mail.harddata.com> Message-ID: <1092687328.2473.2.camel@chip.laiskiainen.org> On Mon, 2004-08-16 at 20:05, Michal Jaegermann wrote: > In the latest updates eog-2.7.0-2 and file-roller-2.7.3-2 both > claim an ownership of a file with a different content but > the same name of /usr/share/applications/mimeinfo.cache > This ends up in "file ... conflicts between attempted installs ..." > from rpm. Packaging errors, due to misunderstandings on how to handle updating the mime database from packages, see the thread at http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00505.html for the discussion. - Panu - From cjlesh at gmail.com Mon Aug 16 21:21:49 2004 From: cjlesh at gmail.com (charlie) Date: Mon, 16 Aug 2004 17:21:49 -0400 Subject: Installation Problem: IProute-2.4.7-16 Message-ID: <7e72022604081614214a2e343c@mail.gmail.com> Hey all: Once in a while, for kicks, I install the development branch from scratch, from the daily 'boot.iso' image over FTP. Since yesterday (8/15/04) it has been uninstallable. When the packages are downloaded and installed, I get and error that reads: "There was an error installing iproute-2.4.7-16. This can indicate media failure, lack of disk space, and/or hardware problems. This is a fatal error and your install will be aborted. Please verify your media and try your install again." This occurs after the package is downloaded... Not sure what is going on, but I figured someone that reads this list could use the information. -Charlie From bartk at clara.co.uk Mon Aug 16 21:40:40 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Mon, 16 Aug 2004 22:40:40 +0100 Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: <1092683879.3266.0.camel@nemesis.astradine.net> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> Message-ID: <1092692440.4269.1.camel@nemesis.astradine.net> Still the same problem I'm attaching Nvidia-installer log for those interested or willing to help TIA _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org -------------- next part -------------- A non-text attachment was scrubbed... Name: nvidia-installer.log Type: text/x-log Size: 14294 bytes Desc: not available URL: From ggw at wolves.durham.nc.us Mon Aug 16 21:41:30 2004 From: ggw at wolves.durham.nc.us (Gregory Woodbury) Date: Mon, 16 Aug 2004 17:41:30 -0400 Subject: Installation Problem: IProute-2.4.7-16 In-Reply-To: <7e72022604081614214a2e343c@mail.gmail.com> References: <7e72022604081614214a2e343c@mail.gmail.com> Message-ID: <20040816214130.GA21457@wolves.durham.nc.us> On Mon, Aug 16, 2004 at 05:21:49PM -0400, charlie wrote: > Hey all: > > Once in a while, for kicks, I install the development branch from > scratch, from the daily 'boot.iso' image over FTP. Since yesterday > (8/15/04) it has been uninstallable. When the packages are downloaded > and installed, I get and error that reads: > > "There was an error installing iproute-2.4.7-16. This can indicate > media failure, lack of disk space, and/or hardware problems. This is a > fatal error and your install will be aborted. Please verify your media > and try your install again." > > This occurs after the package is downloaded... > > Not sure what is going on, but I figured someone that reads this list > could use the information. > > -Charlie I ran into this too. iproute is not the problem as it hasn't changed since FC3t1 initial release. I suspect that something in the SELinux stuff is interfering with its installation. There are absolutely no other indications of errors during the install. I retreated to FC3t1 and did an "upgrade" install from rawhide and it works fine. The only apparent difference from Charlie's install to mine is that I use HTTP. -- G.Wolfe Woodbury `- -' RHCT U The Line Eater is a boojum! From balay at fastmail.fm Mon Aug 16 21:48:13 2004 From: balay at fastmail.fm (Satish Balay) Date: Mon, 16 Aug 2004 16:48:13 -0500 (CDT) Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: <1092692440.4269.1.camel@nemesis.astradine.net> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> Message-ID: On Mon, 16 Aug 2004, Bart Kalita wrote: > Still the same problem I'm attaching Nvidia-installer log for those > interested or willing to help Maybe its because FC2 kernel-update is compiled with gcc-3.3 & you are building this on rawhide with gcc-3.4? Satish From feliciano.matias at free.fr Mon Aug 16 22:12:27 2004 From: feliciano.matias at free.fr (Matias Feliciano) Date: Tue, 17 Aug 2004 00:12:27 +0200 Subject: kernel for testing In-Reply-To: <1092669727.1064.31.camel@one.myworld> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092669727.1064.31.camel@one.myworld> Message-ID: <1092694343.1033.3.camel@one.myworld> Le lun 16/08/2004 ? 17:22, Matias Feliciano a ?crit : > [...] > /sbin/tc qdisc add dev ppp0 root tbf rate 250kbit latency 50ms burst 1540 > [...] > Kernel panic : Fatal exception in interrupt > In interrupt handler - not syncing > Fix in 2.6.8-1.521 ! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Ceci est une partie de message num?riquement sign?e. URL: From MSchwartz at MedAnalytics.com Mon Aug 16 22:18:04 2004 From: MSchwartz at MedAnalytics.com (Marc Schwartz) Date: Mon, 16 Aug 2004 17:18:04 -0500 Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> Message-ID: <1092694683.3653.15.camel@localhost.localdomain> On Mon, 2004-08-16 at 16:48, Satish Balay wrote: > On Mon, 16 Aug 2004, Bart Kalita wrote: > > > Still the same problem I'm attaching Nvidia-installer log for those > > interested or willing to help > > Maybe its because FC2 kernel-update is compiled with gcc-3.3 & you are > building this on rawhide with gcc-3.4? > > Satish If that is the case, then you might want to try the workaround that some of us used back with FC1: ./NVIDIA-Linux-x86-1.0-6111-pkg1.run --add-this-kernel That should then create a new installer called: ./NVIDIA-Linux-x86-1.0-6111-pkg1-custom.run Run the second 'custom' installer and see if that works. HTH, Marc Schwartz From fct-cornette at sbcglobal.net Tue Aug 17 01:02:28 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Mon, 16 Aug 2004 21:02:28 -0400 Subject: 82815 busted w/ CVS xorg-x11 but 828656 cards .. no random crashes ..yet Message-ID: <41215924.2080905@sbcglobal.net> Just in case there are some users that had problems with xorg-x11 servers crashing randomly on them. I tried applying the CVS updates on a Dell Computer w/ an 828656 card expecting a crash. Fortunately, the inverse was true. The server no longer crashed on certain screensavers (StarWars and Noof in particular). StarWars scrolled out the manual to xorg pretty confidently. I just thought that I'd throw out a possibility for some probable successes with previously crippled video cards. Jim -- Symptom: Floor blurred. Fault: You are looking through bottom of empty glass. Action Required: Find someone who will buy you another beer. Symptom: Floor moving. Fault: You are being carried out. Action Required: Find out if you are taken to another bar. If not, complain loudly that you are being kidnapped. -- Bar Troubleshooting From rc040203 at freenet.de Tue Aug 17 05:49:41 2004 From: rc040203 at freenet.de (Ralf Corsepius) Date: Tue, 17 Aug 2004 07:49:41 +0200 Subject: new kernel for testing In-Reply-To: <1092682340.9341.0.camel@laptop.fenrus.com> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> Message-ID: <1092721780.5136.12.camel@mccallum.corsepiu.local> On Mon, 2004-08-16 at 20:52, Arjan van de Ven wrote: > On Mon, 2004-06-14 at 18:46, D. D. Brierton wrote: > > On Mon, 2004-06-14 at 04:18, Matthew Miller wrote: > > > > > The answer to "should I bugzilla this" is pretty much always "yes". :) > > > > Done. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125966 > > ok the nfs things was a miscommunication between my development box and > the buildsystem; I wanted my development box to cvs commit the nfs > change before build but that somehow didn't make it. THere's now a 521 > kernel with the fix in the testing area FWIW: The nfs issues seem to be gone with this kernel. A minor packaging bug: Symptom: Installing the kernel prints a '/' to the console # rpm -i kernel-2.6.8-1.521.i686.rpm / AFAIS, the cause is a missing output redirection of a popd in the postinstall scriptlet. # rpm -q --scripts kernel-2.6.8-1.521 .. postinstall scriptlet (using /bin/sh): [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install 2.6.8-1.521 if [ -x /usr/sbin/hardlink ] ; then pushd /lib/modules/2.6.8-1.521/build > /dev/null ; { cd /lib/modules/2.6.8-1.521/build find . -type f | while read f; do hardlink -c /lib/modules/*/build/$f $f ; done } popd fi ... The "popd" should be "popd > /dev/null" Ralf From lee_connell at hotmail.com Tue Aug 17 05:54:56 2004 From: lee_connell at hotmail.com (Lee Connell) Date: Tue, 17 Aug 2004 01:54:56 -0400 Subject: stock kernel compile and run on FC3 Message-ID: Hey everyone, I have extracted the kernel source from SRPMS and also used the shipped config for my architecture. I compiled the kernel using stock kernel and config. everything went well, until i went too boot into my machine using the new kernel. I get the following error: -Enforcing mode requested but no policy loaded. Halting now. Kernel panic: attempted to kill init. However if i modify the config a bit and disable SELinux then I don't get this problem. How can I enable SELinux and avoid the policy loading issue? Thanks. From bartk at clara.co.uk Tue Aug 17 07:19:39 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Tue, 17 Aug 2004 08:19:39 +0100 Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: <1092694683.3653.15.camel@localhost.localdomain> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> <1092694683.3653.15.camel@localhost.localdomain> Message-ID: <1092727179.3253.2.camel@nemesis.astradine.net> Custom build driver doesn't work either. I'm attaching installer-log form the custom build installation. Looks like we have to wait for new driver or for some nice person to find a workaround. On Mon, 2004-08-16 at 17:18 -0500, Marc Schwartz wrote: > On Mon, 2004-08-16 at 16:48, Satish Balay wrote: > > On Mon, 16 Aug 2004, Bart Kalita wrote: > > > > > Still the same problem I'm attaching Nvidia-installer log for those > > > interested or willing to help > > > > Maybe its because FC2 kernel-update is compiled with gcc-3.3 & you are > > building this on rawhide with gcc-3.4? > > > > Satish > > > If that is the case, then you might want to try the workaround that some > of us used back with FC1: > > ./NVIDIA-Linux-x86-1.0-6111-pkg1.run --add-this-kernel > > That should then create a new installer called: > > ./NVIDIA-Linux-x86-1.0-6111-pkg1-custom.run > > Run the second 'custom' installer and see if that works. > > HTH, > > Marc Schwartz > > > > -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org -------------- next part -------------- A non-text attachment was scrubbed... Name: nvidia-installer.log Type: text/x-log Size: 2160 bytes Desc: not available URL: From mr700 at globalnet.bg Tue Aug 17 09:02:36 2004 From: mr700 at globalnet.bg (Doncho N. Gunchev) Date: Tue, 17 Aug 2004 12:02:36 +0300 Subject: Latest FC3t1 KDE - crash Message-ID: <200408171202.38722@-mr700> - From paul at all-the-johnsons.co.uk Tue Aug 17 09:04:46 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 17 Aug 2004 10:04:46 +0100 Subject: selinux oddity? Message-ID: <1092733486.23249.17.camel@T7.linux> Hi, I've just noticed this on setting up my printer for the umpteenth time (its on USB0, but do a reset and I have to manually load ehci, uhci and ohci, usblp and lp in order to get it to work - a pain. I've added into modprobe.conf to loads all of them, but that doesn't seem to work) The error is this /usr/sbin/setfiles: invalid context system_u:object_r:printer_device_t on line number 142 /usr/sbin/setfiles: read 432 specifications Does this really matter and if it does, how do I fix it? /sbin/fixfiles relabel gives the above error. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From russell at coker.com.au Tue Aug 17 09:58:51 2004 From: russell at coker.com.au (Russell Coker) Date: Tue, 17 Aug 2004 19:58:51 +1000 Subject: stock kernel compile and run on FC3 In-Reply-To: References: Message-ID: <200408171958.51105.russell@coker.com.au> On Tue, 17 Aug 2004 15:54, "Lee Connell" wrote: > I have extracted the kernel source from SRPMS and also used the shipped > config for my architecture. I compiled the kernel using stock kernel and > config. everything went well, until i went too boot into my machine using > the new kernel. I get the following error: > > -Enforcing mode requested but no policy loaded. Halting now. > Kernel panic: attempted to kill init. The problem is that FC3 has kernel 2.6.7 with a patch from the NSA site to give policy V18, and the policy compile scripts compile V18 policy. A stock 2.6.7 kernel has policy V17 which is not to be found. The best thing to do is to just get the patch from the NSA web site to give 2.6.7 support for V18 policy, then things should just work. It is possible to use the "-c 17" option to checkpolicy to produce a V17 policy. You could modify the Makefile for your policy (if you have checkpolicy and the policy source installed) to do this. But it's probably easier to just patch your kernel or use kernel 2.6.8.1 which has the patch included. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From russell at coker.com.au Tue Aug 17 10:55:47 2004 From: russell at coker.com.au (Russell Coker) Date: Tue, 17 Aug 2004 20:55:47 +1000 Subject: selinux oddity? In-Reply-To: <1092733486.23249.17.camel@T7.linux> References: <1092733486.23249.17.camel@T7.linux> Message-ID: <200408172055.47543.russell@coker.com.au> On Tue, 17 Aug 2004 19:04, Paul wrote: > I've just noticed this on setting up my printer for the umpteenth time > (its on USB0, but do a reset and I have to manually load ehci, uhci and > ohci, usblp and lp in order to get it to work - a pain. I've added into > modprobe.conf to loads all of them, but that doesn't seem to work) > > The error is this > > /usr/sbin/setfiles: invalid context system_u:object_r:printer_device_t > on line number 142 > /usr/sbin/setfiles: read 432 specifications Is that using strict or targetted policy? What version of the policy? -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From paul at all-the-johnsons.co.uk Tue Aug 17 11:12:39 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 17 Aug 2004 12:12:39 +0100 Subject: selinux oddity? In-Reply-To: <200408172055.47543.russell@coker.com.au> References: <1092733486.23249.17.camel@T7.linux> <200408172055.47543.russell@coker.com.au> Message-ID: <1092741159.23249.22.camel@T7.linux> Hi, > Is that using strict or targetted policy? What version of the policy? No idea on the type of policy - I don't have anything set on bootup. I have both strict and targetted installed as rpms (1.15.9-1 for both) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mike at netlyncs.com Tue Aug 17 13:05:58 2004 From: mike at netlyncs.com (Mike Chambers) Date: Tue, 17 Aug 2004 08:05:58 -0500 Subject: new kernel for testing In-Reply-To: <1092721780.5136.12.camel@mccallum.corsepiu.local> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092721780.5136.12.camel@mccallum.corsepiu.local> Message-ID: <1092747958.5346.2.camel@scrappy.netlyncs.com> On Tue, 2004-08-17 at 07:49 +0200, Ralf Corsepius wrote: > On Mon, 2004-08-16 at 20:52, Arjan van de Ven wrote: > > On Mon, 2004-06-14 at 18:46, D. D. Brierton wrote: > > > On Mon, 2004-06-14 at 04:18, Matthew Miller wrote: > > > > > > > The answer to "should I bugzilla this" is pretty much always "yes". :) > > > > > > Done. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125966 > > > > ok the nfs things was a miscommunication between my development box and > > the buildsystem; I wanted my development box to cvs commit the nfs > > change before build but that somehow didn't make it. THere's now a 521 > > kernel with the fix in the testing area > > FWIW: The nfs issues seem to be gone with this kernel. Correct, nfs issues seem to be gone and now working again :) > A minor packaging bug: > > Symptom: Installing the kernel prints a '/' to the console > # rpm -i kernel-2.6.8-1.521.i686.rpm > / Saw the same error as above, although it at least still installs. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From fct-cornette at sbcglobal.net Tue Aug 17 15:49:15 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 17 Aug 2004 11:49:15 -0400 Subject: selinux oddity? In-Reply-To: <1092741159.23249.22.camel@T7.linux> References: <1092733486.23249.17.camel@T7.linux> <200408172055.47543.russell@coker.com.au> <1092741159.23249.22.camel@T7.linux> Message-ID: <412228FB.4080905@sbcglobal.net> Paul wrote: > Hi, > > >>Is that using strict or targetted policy? What version of the policy? > > > No idea on the type of policy - I don't have anything set on bootup. I > have both strict and targetted installed as rpms (1.15.9-1 for both) > > TTFN > > Paul > /etc/sysconfig/selinux should contain information regarding whether you are set to use strict or targeted policy. Mine was set to strict with permissive mode enabled. Jim From paul at all-the-johnsons.co.uk Tue Aug 17 15:59:31 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 17 Aug 2004 16:59:31 +0100 Subject: selinux oddity? In-Reply-To: <412228FB.4080905@sbcglobal.net> References: <1092733486.23249.17.camel@T7.linux> <200408172055.47543.russell@coker.com.au> <1092741159.23249.22.camel@T7.linux> <412228FB.4080905@sbcglobal.net> Message-ID: <1092758371.23249.50.camel@T7.linux> Hi, > /etc/sysconfig/selinux should contain information regarding whether you > are set to use strict or targeted policy. Mine was set to strict with > permissive mode enabled. It's currently set at enforcing and targetted. Is that correct? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From katzj at redhat.com Tue Aug 17 17:08:18 2004 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 17 Aug 2004 13:08:18 -0400 Subject: Installation Problem: IProute-2.4.7-16 In-Reply-To: <7e72022604081614214a2e343c@mail.gmail.com> References: <7e72022604081614214a2e343c@mail.gmail.com> Message-ID: <1092762498.14547.13.camel@bree.local.net> On Mon, 2004-08-16 at 17:21 -0400, charlie wrote: > Once in a while, for kicks, I install the development branch from > scratch, from the daily 'boot.iso' image over FTP. Since yesterday > (8/15/04) it has been uninstallable. When the packages are downloaded > and installed, I get and error that reads: > > "There was an error installing iproute-2.4.7-16. This can indicate > media failure, lack of disk space, and/or hardware problems. This is a > fatal error and your install will be aborted. Please verify your media > and try your install again." This is a bug in the SELinux policy (don't remember the bug # offhand). Booting with 'selinux=0' on the command line will allow you to work around for now. Better fix should be in the works Jeremy From fedora at warmcat.com Tue Aug 17 18:21:11 2004 From: fedora at warmcat.com (Andy Green) Date: Tue, 17 Aug 2004 19:21:11 +0100 Subject: kernel-sourcecode In-Reply-To: References: Message-ID: <200408171921.17291.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 16 August 2004 05:09, Lee Connell wrote: > Hello all, > > I notice there is no more kernel-sourcecode rpm anymore? I went and > downloaded the kernel*.src.rpm from SRPMS and extracted the kernel and then > built a custom kernel using the shipped config. When i boot into the new > kernel i get a kernel panic because it says security policy not loaded. > What do I need to do to fix this? Did you apply all the .patch files to the unpacked kernel? I am working through this with some puzzlement myself. I downloaded http://people.redhat.com/~arjanv/2.6/SRPMS.kernel/kernel-2.6.8-1.521.src.rpm The .src RPM unpacks by default into /usr/src/redhat/SOURCES Here is what I did: tar xjf linux-whatever.bz2 cd linux-whatever for i in `ls ../linux-*.patch` ; do patch -p1 <$i ; done I found some patches were already applied, and some _x64 ones on files that weren't in the bz2. I just accepted default (in)actions. Then I did cp ../kernel-2.6.8-i686.config .config To bring over the correct config data for my architecture. I had a tiny custom patch to a file in the usb part, I applied it successfully. make oldconfig Attn: this required selecting packet scheduler clock source by hand. Time for make bzImage.... # make bzImage SPLIT include/linux/autoconf.h -> include/config/* CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost HOSTCC scripts/conmakehash HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/bin2c CC arch/i386/kernel/asm-offsets.s arch/i386/kernel/asm-offsets.c: In function `foo': arch/i386/kernel/asm-offsets.c:72: error: structure has no member named `real_stack' arch/i386/kernel/asm-offsets.c:73: error: structure has no member named `virtual_stack' arch/i386/kernel/asm-offsets.c:74: error: structure has no member named `user_pgd' make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1 make: *** [arch/i386/kernel/asm-offsets.s] Error 2 :-( - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBIkydjKeDCxMJCTIRAgEsAKCEMOrpuTxSb3/GoLVx+5mCJO6wXgCgjEzL yYV2a5KBO9WQxbmrb9VCtsQ= =llbs -----END PGP SIGNATURE----- From arjanv at redhat.com Tue Aug 17 18:36:25 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Tue, 17 Aug 2004 20:36:25 +0200 Subject: kernel-sourcecode In-Reply-To: <200408171921.17291.fedora@warmcat.com> References: <200408171921.17291.fedora@warmcat.com> Message-ID: <1092767785.2792.13.camel@laptop.fenrus.com> On Tue, 2004-08-17 at 20:21, Andy Green wrote: > http://people.redhat.com/~arjanv/2.6/SRPMS.kernel/kernel-2.6.8-1.521.src.rpm > > The .src RPM unpacks by default into /usr/src/redhat/SOURCES > > Here is what I did: there is a far simpler method: rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm does it all for you. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora at leemhuis.info Tue Aug 17 18:55:02 2004 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Tue, 17 Aug 2004 20:55:02 +0200 Subject: kernel-sourcecode In-Reply-To: <1092767785.2792.13.camel@laptop.fenrus.com> References: <200408171921.17291.fedora@warmcat.com> <1092767785.2792.13.camel@laptop.fenrus.com> Message-ID: <1092768902.1854.6.camel@localhost.localdomain> Am Dienstag, den 17.08.2004, 20:36 +0200 schrieb Arjan van de Ven: > On Tue, 2004-08-17 at 20:21, Andy Green wrote: > > http://people.redhat.com/~arjanv/2.6/SRPMS.kernel/kernel-2.6.8-1.521.src.rpm > > > > The .src RPM unpacks by default into /usr/src/redhat/SOURCES > > Here is what I did: > > > there is a far simpler method: > rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm > does it all for you. BTW arjan, just FYI. I currently know one external module package that need files from the kernel-sourcetree (that is not available ATM in rawhide AFAICS;-) ). ATI fglrx drivers. For further info see http://bugzilla.livna.org/show_bug.cgi?id=211 http://www.leemhuis.info/files/fedorarpms/SPECS/ati-fglrx.spec Second BTW arjan, any progress/plans or a bug report to watch when it comes to building kernel-modules for i586 on a machine with i686 kernel (and other combinations)? Thanks. -- Thorsten Leemhuis From arjanv at redhat.com Tue Aug 17 18:58:40 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Tue, 17 Aug 2004 20:58:40 +0200 Subject: kernel-sourcecode In-Reply-To: <1092768902.1854.6.camel@localhost.localdomain> References: <200408171921.17291.fedora@warmcat.com> <1092767785.2792.13.camel@laptop.fenrus.com> <1092768902.1854.6.camel@localhost.localdomain> Message-ID: <20040817185839.GC26308@devserv.devel.redhat.com> On Tue, Aug 17, 2004 at 08:55:02PM +0200, Thorsten Leemhuis wrote: > Second BTW arjan, any progress/plans or a bug report to watch when it > comes to building kernel-modules for i586 on a machine with i686 kernel > (and other combinations)? Thanks. None. I gave up on that when every attempt towards a solution only resulted in flames from the more vocal people involved, making it clear that no matter what it wouldn't be an acceptable solution. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From ggw at wolves.durham.nc.us Tue Aug 17 19:02:04 2004 From: ggw at wolves.durham.nc.us (Gregory Woodbury) Date: Tue, 17 Aug 2004 15:02:04 -0400 Subject: Anaconda of 2004-08-16 fails due to parted library Message-ID: <20040817190204.GA30415@wolves.durham.nc.us> Just a quick note before I bugzilla... The rawhide with anaconda of 2004-08-16 fails in the startup with a complaint about missing libparted library. I suspect the stage2 image has the new parted but anaconda hasn't been told to use it yet. Anyone else seeing this? -- G.Wolfe Woodbury `- -' RHCT U The Line Eater is a boojum! From fedora at warmcat.com Tue Aug 17 19:08:39 2004 From: fedora at warmcat.com (Andy Green) Date: Tue, 17 Aug 2004 20:08:39 +0100 Subject: kernel-sourcecode In-Reply-To: <1092767785.2792.13.camel@laptop.fenrus.com> References: <200408171921.17291.fedora@warmcat.com> <1092767785.2792.13.camel@laptop.fenrus.com> Message-ID: <200408172008.43899.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 17 August 2004 19:36, Arjan van de Ven wrote: > On Tue, 2004-08-17 at 20:21, Andy Green wrote: > > http://people.redhat.com/~arjanv/2.6/SRPMS.kernel/kernel-2.6.8-1.521.src. > >rpm > > > > The .src RPM unpacks by default into /usr/src/redhat/SOURCES > > > > Here is what I did: > > > > there is a far simpler method: > > rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm > > does it all for you. [root at fastcat ~]# rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm Building target platforms: i686 Building for target i686 error: File /root/kernel-2.6.8-1.521.src.rpm does not appear to be a specfile. :-( Also this method does not seem to give the opportunity to deliver a user patch before the compile? I am trying to work with a Zydas1201-based USB Wifi device which has a quirk. This project http://sourceforge.net/cvs/?group_id=94356 issues a very small patch to hub.c in the kernel http://cvs.sourceforge.net/viewcvs.py/*checkout*/linux-lc100020/zd1201/2.6.8.1-usb-broken-discriptor.diff?rev=1.1 without which the device will not accept a USB address. Please don't take this as Yet Another Flame, but I was able to do this with success back in the kernel-sourcecode days. Maybe a README in the .src RPM with some tips would be a help to puzzled people. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBIle7jKeDCxMJCTIRAkO6AJ9gBLTEEm5rlhnU7hQrccR1LnnghgCfeFzE iLKGWmIM9y9/ejq5Yiw2WIo= =EZjP -----END PGP SIGNATURE----- From fedora at warmcat.com Tue Aug 17 19:29:41 2004 From: fedora at warmcat.com (Andy Green) Date: Tue, 17 Aug 2004 20:29:41 +0100 Subject: kernel-sourcecode In-Reply-To: <200408172008.43899.fedora@warmcat.com> References: <1092767785.2792.13.camel@laptop.fenrus.com> <200408172008.43899.fedora@warmcat.com> Message-ID: <200408172029.46433.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 17 August 2004 20:08, Andy Green wrote: > On Tuesday 17 August 2004 19:36, Arjan van de Ven wrote: > > there is a far simpler method: > > > > rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm > > > > does it all for you. > > [root at fastcat ~]# rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm > Building target platforms: i686 > Building for target i686 > error: File /root/kernel-2.6.8-1.521.src.rpm does not appear to be a > specfile. rpmbuild --rebuild --target i686 kernel-2.6.8-1.521.src.rpm Seems to be the magic incantation. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBIlyqjKeDCxMJCTIRAhmlAJwJgTC9xOyPvU8W8+6ovzIlpVxnMwCcCyEa DWacSduE/cQB4VGvjynncIc= =HhIh -----END PGP SIGNATURE----- From paul at all-the-johnsons.co.uk Tue Aug 17 20:17:15 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 17 Aug 2004 21:17:15 +0100 Subject: Nautilus likes to change its views Message-ID: <1092773835.30784.1.camel@T7.linux> Hi, Purely by itself, Nautilus changes it's method of viewing from folder to folder. Some tries to display as catalogue, some as list, some as sound etc. Is there any way to stop this behaviour and always just open as one particular type of view? I've looked if there is anything in gconf, but can't find anything obvious. It is bloomin' annoying! TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fct-cornette at sbcglobal.net Tue Aug 17 20:41:43 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 17 Aug 2004 16:41:43 -0400 Subject: selinux oddity? In-Reply-To: <1092758371.23249.50.camel@T7.linux> References: <1092733486.23249.17.camel@T7.linux> <200408172055.47543.russell@coker.com.au> <1092741159.23249.22.camel@T7.linux> <412228FB.4080905@sbcglobal.net> <1092758371.23249.50.camel@T7.linux> Message-ID: <41226D87.7050208@sbcglobal.net> Paul wrote: > Hi, > > >>/etc/sysconfig/selinux should contain information regarding whether you >>are set to use strict or targeted policy. Mine was set to strict with >>permissive mode enabled. > > > It's currently set at enforcing and targetted. > > Is that correct? > > TTFN > > Paul > I believe that is the settings targeted for, which is the aim for FC3. The strict setting gives a slew of avc errors with selinux-policy-strict-1.15.14-1. I did the fixfiles relabel command before rebooting. The errors during booting seemed to be many. Targetted might be a better setting. Jim From talbotscott at cox.net Tue Aug 17 23:16:44 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 17 Aug 2004 16:16:44 -0700 Subject: Nautilus likes to change its views In-Reply-To: <1092773835.30784.1.camel@T7.linux> References: <1092773835.30784.1.camel@T7.linux> Message-ID: <1092784604.3695.3.camel@ip68-7-36-36.sd.sd.cox.net> On Tue, 2004-08-17 at 21:17 +0100, Paul wrote: > Hi, > > Purely by itself, Nautilus changes it's method of viewing from folder to > folder. Some tries to display as catalogue, some as list, some as sound > etc. > > Is there any way to stop this behaviour and always just open as one > particular type of view? I've looked if there is anything in gconf, but > can't find anything obvious. > > It is bloomin' annoying! > > TTFN > Looks to me like it always is defaulting to catalogue, which fails when trying to open Start Here, and Computer. Also very annoying just looking through directories as I have to select Icon or text view with each new directory or I just get a blank window. Probably should stay default Icon or text (user's choice) but user should be able to select another view on a per-directory basis. Scott From manolo at miconexion.com Tue Aug 17 23:53:46 2004 From: manolo at miconexion.com (Manuel Moreno) Date: Wed, 18 Aug 2004 00:53:46 +0100 Subject: kernel-sourcecode In-Reply-To: <200408171921.17291.fedora@warmcat.com> References: <200408171921.17291.fedora@warmcat.com> Message-ID: <1092786826.7708.1.camel@mgmk7.mgmux.com> To get kernel-sourcecode you can do something in the line of rpmbuild --rebuild --target noarch kernel.x.x.x.src.rpm -- Manuel Moreno From fct-cornette at sbcglobal.net Wed Aug 18 00:26:31 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 17 Aug 2004 20:26:31 -0400 Subject: Radeon and X seem to be working better with the CVS version Message-ID: <4122A237.9080909@sbcglobal.net> I wanted to ensure that the newer version of xorg-x11 would work on the laptop using the radeon driver. Problems were reduced with the newer version. With the previous version, launching tuxracer (as a test) would end up crashing the server. The game comes up and no longer corrupts the display. Being a laptop computer, I never ran it constantly to really test X. It crashed randomly once when X was left running to share files overnight. This is running on an FC2 system that xorg and only it's deps. Jim From fct-cornette at sbcglobal.net Wed Aug 18 01:40:07 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 17 Aug 2004 21:40:07 -0400 Subject: cupsd and SELinux -repeated errors, won't continue boot Message-ID: <4122B377.9080804@sbcglobal.net> On my first attampt to try SELinux in enforcing mode and with targeted policy, I could not get past the attached error. I went to runlevel 1 and ran fixfiles relabel before enabling SELinux. When running fixfiles relabel, the policy was set to strict and permisive mode. I then edited /etc/sysconfig/selinux to reflect enforcing and targeted policy, followed by a reboot. I believe this confirms the earlier poster report regarding locked up on printing. My lockup would cycle through the attached error until ctl-alt-del performed to escape. I then appended selinux=0 to get back into the system. I set SELinux back to permissive and kept the policy set to targeted. Is relabeling done differently according to whichever policy is used? Anyway, selinux-policy-strict-1.15.14-1 and selinux-policy-targeted-1.15.14-1 are installed before the trial. Jim -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cupsd-selinux.txt URL: From Ow.Mun.Heng at wdc.com Wed Aug 18 06:15:59 2004 From: Ow.Mun.Heng at wdc.com (Ow Mun Heng) Date: Wed, 18 Aug 2004 14:15:59 +0800 Subject: Nautilus likes to change its views In-Reply-To: <1092773835.30784.1.camel@T7.linux> References: <1092773835.30784.1.camel@T7.linux> Message-ID: <1092809759.11818.0.camel@neuromancer.home.net> On Wed, 2004-08-18 at 04:17, Paul wrote: > Hi, > > Purely by itself, Nautilus changes it's method of viewing from folder to > folder. Some tries to display as catalogue, some as list, some as sound > etc. Actually that's because it remembers your preference. > Is there any way to stop this behaviour and always just open as one > particular type of view? I've looked if there is anything in gconf, but No Idea.. Sorry -- Ow Mun Heng Fedora GNU/Linux Core 2 on D600 1.4Ghz CPU kernel 2.6.7-2.jul1-interactive Neuromancer 14:15:33 up 39 min, 4 users, load average: 0.98, 0.66, 0.52 From twaugh at redhat.com Wed Aug 18 08:20:43 2004 From: twaugh at redhat.com (Tim Waugh) Date: Wed, 18 Aug 2004 09:20:43 +0100 Subject: Nautilus likes to change its views In-Reply-To: <1092809759.11818.0.camel@neuromancer.home.net> References: <1092773835.30784.1.camel@T7.linux> <1092809759.11818.0.camel@neuromancer.home.net> Message-ID: <20040818082043.GW2177@redhat.com> On Wed, Aug 18, 2004 at 02:15:59PM +0800, Ow Mun Heng wrote: > On Wed, 2004-08-18 at 04:17, Paul wrote: > > Hi, > > > > Purely by itself, Nautilus changes it's method of viewing from folder to > > folder. Some tries to display as catalogue, some as list, some as sound > > etc. > Actually that's because it remembers your preference. No, I've seen the behaviour here too, and it definitely is unusual. Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From douglas.furlong at firebox.com Wed Aug 18 08:24:46 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Wed, 18 Aug 2004 09:24:46 +0100 Subject: Samba GUI problem In-Reply-To: <014001c4801d$242751a0$6401a8c0@DCXP> References: <014001c4801d$242751a0$6401a8c0@DCXP> Message-ID: <1092817486.954.12.camel@douglas-furlong.firebox.com> On Wed, 2004-08-11 at 23:33 -0400, Dwaine Castle wrote: > I've re-installed FC3T1 4 times in the last few days to try to solve a few > problems. The first was to try to get rid of the dozens of dependency > issues in up2date that would just not go away. Now I've just got the howl & > kde stuff pending which seems manageable. Can you not include --exclude= in the command line to exclude updates that have dependancy problems? Some times these can linger for over a week in which case it may be worth while using the /etc/yum.conf file to include the exclude directive. > The question that I would like bounce off this group has to do with Samba From mailinglists at andreas-mueller.com Wed Aug 18 08:34:47 2004 From: mailinglists at andreas-mueller.com (Andreas Mueller) Date: Wed, 18 Aug 2004 10:34:47 +0200 Subject: FC1 ghostscript update requires gdk-pixbuf and gtk+? Message-ID: <200408181034.48003@andreas-mueller.com> Hello, I wanted to update my FC1 text-only installation. The new ghostscript package (7.07-15.4) requires gdk-pixbuf and gtk+ to be installed. Why is that? Is it just an error in packaging or are there other reasons? Regards, Andreas From mailinglists at andreas-mueller.com Wed Aug 18 08:39:47 2004 From: mailinglists at andreas-mueller.com (Andreas Mueller) Date: Wed, 18 Aug 2004 10:39:47 +0200 Subject: FC1 ghostscript update requires gdk-pixbuf and gtk+? In-Reply-To: <200408181034.48003@andreas-mueller.com> References: <200408181034.48003@andreas-mueller.com> Message-ID: <200408181039.47935@andreas-mueller.com> Andreas Mueller wrote: > Hello, > > I wanted to update my FC1 text-only installation. The new ghostscript > package (7.07-15.4) requires gdk-pixbuf and gtk+ to be installed. Why > is that? Is it just an error in packaging or are there other reasons? > > Regards, > Andreas Oops, this mail should go to fedora-list. I'll repost it there. From douglas.furlong at firebox.com Wed Aug 18 09:01:30 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Wed, 18 Aug 2004 10:01:30 +0100 Subject: Nautilus likes to change its views In-Reply-To: <20040818082043.GW2177@redhat.com> References: <1092773835.30784.1.camel@T7.linux> <1092809759.11818.0.camel@neuromancer.home.net> <20040818082043.GW2177@redhat.com> Message-ID: <1092819690.954.17.camel@douglas-furlong.firebox.com> On Wed, 2004-08-18 at 09:20 +0100, Tim Waugh wrote: > On Wed, Aug 18, 2004 at 02:15:59PM +0800, Ow Mun Heng wrote: > > > On Wed, 2004-08-18 at 04:17, Paul wrote: > > > Hi, > > > > > > Purely by itself, Nautilus changes it's method of viewing from folder to > > > folder. Some tries to display as catalogue, some as list, some as sound > > > etc. > > Actually that's because it remembers your preference. > > No, I've seen the behaviour here too, and it definitely is unusual. > > Tim. > */ Hello all. I thought I'd add my voice to the group, I've just updated to the latest round of gnome updates on rawhide and am noticing exactly the same problem (both on my home laptop and my work test machine). I have submitted a bug here, please update with your details, if your also suffering from the problem (or of course are not). https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130220 It appears to be overwriting predefined preferences and not picking up the users default (Icon View). -- Douglas Furlong Systems Administrator Firebox.com T: 0870 420 4475 F: 0870 220 2178 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mpleite at ppl-ti.com Wed Aug 18 10:25:51 2004 From: mpleite at ppl-ti.com (Miguel Pereira Leite) Date: Wed, 18 Aug 2004 11:25:51 +0100 Subject: kernel for testing In-Reply-To: <1092486304.9028.6.camel@laptop.fenrus.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> Message-ID: <1092824751.4692.9.camel@douro.ppl-ti.com> Hi. Maybe it's late but, i've searched arround and did not find any report about this. I'm using FC2 full updated, now with 2.6.8-1.520. Looking good. But today i've inserted a USB pen drive (my usb is 1.1), the machine crashed after 2 or 3 seconds. Talking about it in IRC some told me to unlock se writing protection on the pen drive. With this unlocked, i can insert ir safely. i dont know if this is a previous issue, because i don't remember if i've ever inserted it with protection ON. This is repetable. Sorry for my english. A S?b, 2004-08-14 ?s 13:25, Arjan van de Ven escreveu: > Hi, > > we're looking at doing a kernel update in about a week or so, a > candidate kernel for testing just has been uploaded to the test area for > fc2; kernel 2.6.8-1.520 > > Greetings, > Arjan van de Ven -- Miguel Pereira Leite Proen?a & Pereira Leite - Tecnologias de Informa??o, Lda -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Esta ? uma parte de mensagem assinada digitalmente URL: From webmaster at hg-carstyling.de Wed Aug 18 10:39:30 2004 From: webmaster at hg-carstyling.de (M.Clasen) Date: Wed, 18 Aug 2004 12:39:30 +0200 Subject: yum update error - Package pyparted needs libparted-1.6.so.0, this is not available. Message-ID: <1092825570.17903.9.camel@hg-operator> Hello testers, i just signed up here to the list, so maybe my request ist already an older thread. i installed FC3 test1 full on my workstation, an Elitegroup D6VAA 1.1 Board with two P3/1000 and all went fine, so far. i tryed to update the nearly 700 packages and get the following error: yum update Gathering header information file(s) from server(s) Server: Fedora Core 2.90 - Development Tree Finding updated packages Downloading needed headers Resolving dependencies .Package pyparted needs libparted-1.6.so.0, this is not available. Local the lib is here : [root at hg-operator rawfox]# locate libparted-1.6.so.0 /usr/lib/libparted-1.6.so.0 /usr/lib/libparted-1.6.so.0.0.11 How can i solve this ? thx and regards from germany :) Michael From fedora at wir-sind-cool.org Wed Aug 18 10:50:30 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Wed, 18 Aug 2004 12:50:30 +0200 Subject: yum update error - Package pyparted needs libparted-1.6.so.0, this is not available. In-Reply-To: <1092825570.17903.9.camel@hg-operator> References: <1092825570.17903.9.camel@hg-operator> Message-ID: <20040818125030.26be0f50.fedora@wir-sind-cool.org> On Wed, 18 Aug 2004 12:39:30 +0200, M.Clasen wrote: > i installed FC3 test1 full on my workstation, an Elitegroup D6VAA 1.1 > Board with two P3/1000 and all went fine, so far. > i tryed to update the nearly 700 packages and get the following error: > > yum update > Gathering header information file(s) from server(s) > Server: Fedora Core 2.90 - Development Tree > Finding updated packages > Downloading needed headers > Resolving dependencies > .Package pyparted needs libparted-1.6.so.0, this is not available. > > Local the lib is here : > > [root at hg-operator rawfox]# locate libparted-1.6.so.0 > /usr/lib/libparted-1.6.so.0 > /usr/lib/libparted-1.6.so.0.0.11 > > How can i solve this ? With a bit of patience or a bug report in case you assume that this is not being worked on. Temporary breakage of the development tree is pretty normal. You could also exclude pyparted temporarily, but that might break other packages. You may have libparted-1.6.so.0 installed already, but that is unsufficient when a "parted" upgrade is in the development tree, which no longer contains that version of the library. From shrek-m at gmx.de Wed Aug 18 10:55:11 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Wed, 18 Aug 2004 12:55:11 +0200 Subject: yum update error - Package pyparted needs libparted-1.6.so.0, this is not available. In-Reply-To: <1092825570.17903.9.camel@hg-operator> References: <1092825570.17903.9.camel@hg-operator> Message-ID: <4123358F.8070006@gmx.de> M.Clasen wrote: >.Package pyparted needs libparted-1.6.so.0, this is not available. > >Local the lib is here : > >[root at hg-operator rawfox]# locate libparted-1.6.so.0 >/usr/lib/libparted-1.6.so.0 >/usr/lib/libparted-1.6.so.0.0.11 > >How can i solve this ? > > you can try # yum -y --exclude=parted --exclude=pyparted update -- shrek-m From mpleite at ppl-ti.com Wed Aug 18 10:58:15 2004 From: mpleite at ppl-ti.com (Miguel Pereira Leite) Date: Wed, 18 Aug 2004 11:58:15 +0100 Subject: kernel for testing In-Reply-To: <1092824751.4692.9.camel@douro.ppl-ti.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092824751.4692.9.camel@douro.ppl-ti.com> Message-ID: <1092826694.4692.20.camel@douro.ppl-ti.com> Hi again. Sorry for my last post. It's not apenning anymore. it might have something to do with my bluetooth dongle that it was on that usb connector. i'll check it. Regards,, A Qua, 2004-08-18 ?s 11:25, Miguel Pereira Leite escreveu: > Hi. > > Maybe it's late but, i've searched arround and did not find any report > about this. > > I'm using FC2 full updated, now with 2.6.8-1.520. Looking good. But > today i've inserted a USB pen drive (my usb is 1.1), the machine crashed > after 2 or 3 seconds. > Talking about it in IRC some told me to unlock se writing protection on > the pen drive. With this unlocked, i can insert ir safely. > i dont know if this is a previous issue, because i don't remember if > i've ever inserted it with protection ON. > This is repetable. > Sorry for my english. > > A S?b, 2004-08-14 ?s 13:25, Arjan van de Ven escreveu: > > Hi, > > > > we're looking at doing a kernel update in about a week or so, a > > candidate kernel for testing just has been uploaded to the test area for > > fc2; kernel 2.6.8-1.520 > > > > Greetings, > > Arjan van de Ven -- Miguel Pereira Leite Proen?a & Pereira Leite - Tecnologias de Informa??o, Lda -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Esta ? uma parte de mensagem assinada digitalmente URL: From shrek-m at gmx.de Wed Aug 18 11:28:33 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Wed, 18 Aug 2004 13:28:33 +0200 Subject: yum update error - Package pyparted needs libparted-1.6.so.0, this is not available. In-Reply-To: <4123358F.8070006@gmx.de> References: <1092825570.17903.9.camel@hg-operator> <4123358F.8070006@gmx.de> Message-ID: <41233D61.70700@gmx.de> shrek-m at gmx.de wrote: >> .Package pyparted needs libparted-1.6.so.0, this is not available. >> >> Local the lib is here : >> >> [root at hg-operator rawfox]# locate libparted-1.6.so.0 >> /usr/lib/libparted-1.6.so.0 >> /usr/lib/libparted-1.6.so.0.0.11 >> >> How can i solve this ? > > you can try > # yum -y --exclude=parted --exclude=pyparted update # yum check-update Name Arch Version Repo -------------------------------------------------------------------------------- parted i386 1.6.12-1 development pyparted i386 1.6.7-3 development works here. update from fc2 -> fc3t1 -> rawhide -- shrek-m From sds at epoch.ncsc.mil Wed Aug 18 11:53:12 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Wed, 18 Aug 2004 07:53:12 -0400 Subject: selinux oddity? In-Reply-To: <41226D87.7050208@sbcglobal.net> References: <1092733486.23249.17.camel@T7.linux> <200408172055.47543.russell@coker.com.au> <1092741159.23249.22.camel@T7.linux> <412228FB.4080905@sbcglobal.net> <1092758371.23249.50.camel@T7.linux> <41226D87.7050208@sbcglobal.net> Message-ID: <1092829992.26566.42.camel@moss-spartans.epoch.ncsc.mil> On Tue, 2004-08-17 at 16:41, Jim Cornette wrote: > The strict setting gives a slew of avc errors with > selinux-policy-strict-1.15.14-1. I did the fixfiles relabel command > before rebooting. The errors during booting seemed to be many. Targetted > might be a better setting. Please report such denials to fedora-selinux-list, so that the strict policy can be updated if necessary. -- Stephen Smalley National Security Agency From alan at redhat.com Wed Aug 18 11:57:12 2004 From: alan at redhat.com (Alan Cox) Date: Wed, 18 Aug 2004 07:57:12 -0400 Subject: kernel for testing In-Reply-To: <1092824751.4692.9.camel@douro.ppl-ti.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <1092824751.4692.9.camel@douro.ppl-ti.com> Message-ID: <20040818115712.GA2223@devserv.devel.redhat.com> On Wed, Aug 18, 2004 at 11:25:51AM +0100, Miguel Pereira Leite wrote: > I'm using FC2 full updated, now with 2.6.8-1.520. Looking good. But > today i've inserted a USB pen drive (my usb is 1.1), the machine crashed > after 2 or 3 seconds. > Talking about it in IRC some told me to unlock se writing protection on > the pen drive. With this unlocked, i can insert ir safely. > i dont know if this is a previous issue, because i don't remember if > i've ever inserted it with protection ON. Please file this in bugzilla. Its very good debug info From sds at epoch.ncsc.mil Wed Aug 18 11:58:29 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Wed, 18 Aug 2004 07:58:29 -0400 Subject: cupsd and SELinux -repeated errors, won't continue boot In-Reply-To: <4122B377.9080804@sbcglobal.net> References: <4122B377.9080804@sbcglobal.net> Message-ID: <1092830309.26566.48.camel@moss-spartans.epoch.ncsc.mil> On Tue, 2004-08-17 at 21:40, Jim Cornette wrote: > Is relabeling done differently according to whichever policy is used? Yes. Very differently. The strict policy defines many types that are not even defined in the targeted policy, since strict policy provides fine-grained confinement of many processes whereas targeted policy only confines a small set of processes and leaves most of the system unconfined. > > ______________________________________________________________________ -- Stephen Smalley National Security Agency From leonard at den.ottolander.nl Wed Aug 18 12:53:22 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Wed, 18 Aug 2004 14:53:22 +0200 Subject: kernel-sourcecode In-Reply-To: <200408172029.46433.fedora@warmcat.com> References: <1092767785.2792.13.camel@laptop.fenrus.com> <200408172008.43899.fedora@warmcat.com> <200408172029.46433.fedora@warmcat.com> Message-ID: <1092833601.4777.5.camel@athlon.localdomain> Hi Andy, Arjen, On Tue, 2004-08-17 at 21:29, Andy Green wrote: > > On Tuesday 17 August 2004 19:36, Arjan van de Ven wrote: > > > rpmbuild -bp --target i686 kernel-2.6.8-1.521.src.rpm > > > > > > does it all for you. Sloppy. If you want people to change their practices you should start by informing them correctly. > rpmbuild --rebuild --target i686 kernel-2.6.8-1.521.src.rpm > > Seems to be the magic incantation. Correct. This will render a kernel similar to the shipped binary version. The -bp example was probably meant to be an example of how to setup the build tree if one wants to build a custom kernel using make menuconfig or the like. For such a setup one would run the command against the spec file: rpmbuild -bp kernel.spec . Leonard. -- mount -t life -o ro /dev/dna /genetic/research From webmaster at hg-carstyling.de Wed Aug 18 12:53:28 2004 From: webmaster at hg-carstyling.de (M.Clasen) Date: Wed, 18 Aug 2004 14:53:28 +0200 Subject: yum update error - Package pyparted needs libparted-1.6.so.0, this is not available. In-Reply-To: <4123358F.8070006@gmx.de> References: <1092825570.17903.9.camel@hg-operator> <4123358F.8070006@gmx.de> Message-ID: <1092833608.17903.21.camel@hg-operator> thx, it solves it ... maybe i should have a better look on the man pages regardz Michael Am Mi, den 18.08.2004 um 12:55 Uhr +0200 schrieb shrek-m at gmx.de: > M.Clasen wrote: > > >.Package pyparted needs libparted-1.6.so.0, this is not available. > > > >Local the lib is here : > > > >[root at hg-operator rawfox]# locate libparted-1.6.so.0 > >/usr/lib/libparted-1.6.so.0 > >/usr/lib/libparted-1.6.so.0.0.11 > > > >How can i solve this ? > > > > > > you can try > # yum -y --exclude=parted --exclude=pyparted update > > -- > shrek-m > > -- Webmaster, Systemtechnik/Administration E-Mail: webmaster at hg-carstyling.de On Web: www.hg-carstyling.de Fackenburger Allee 55a 23554 L?beck / Germany Tel.: +49(0)451-4505952 Fax.: +49(0)451-4505954 From dcastle at carolina.rr.com Wed Aug 18 16:14:09 2004 From: dcastle at carolina.rr.com (Dwaine Castle) Date: Wed, 18 Aug 2004 12:14:09 -0400 Subject: ldconfig error Message-ID: <04b701c4853e$661eaf10$6401a8c0@DCXP> Using yum to upgrade my system this morning I received an ldconfig message many times. /usr/lib/libartscontrolsupport.so.1.0.0#prelink#g63m1V is too small not checked. The file exists, but it is zero bytes is size so I guess it is too small. If I delete this will it be recreated? Does anybody know how I should fix this? Thank you. Dwaine From jeff at ollie.clive.ia.us Wed Aug 18 17:14:44 2004 From: jeff at ollie.clive.ia.us (Jeffrey C. Ollie) Date: Wed, 18 Aug 2004 12:14:44 -0500 Subject: ldconfig error In-Reply-To: <04b701c4853e$661eaf10$6401a8c0@DCXP> References: <04b701c4853e$661eaf10$6401a8c0@DCXP> Message-ID: <1092849284.3599.5.camel@pc05987.campus.dmacc.edu> On Wed, 2004-08-18 at 12:14 -0400, Dwaine Castle wrote: > Using yum to upgrade my system this morning I received an ldconfig message > many times. > > /usr/lib/libartscontrolsupport.so.1.0.0#prelink#g63m1V is too small not > checked. > > The file exists, but it is zero bytes is size so I guess it is too small. > > If I delete this will it be recreated? > > Does anybody know how I should fix this? I believe that this message is caused by running ldconfig at the same time that prelink is running. I'd wait until prelink finishes running, run ldconfig, then run prelink again. Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From peter_banks at charter.net Wed Aug 18 17:45:33 2004 From: peter_banks at charter.net (Peter A. Banks) Date: Wed, 18 Aug 2004 13:45:33 -0400 Subject: Most current Epiphany as well Mozilla, Firebox continue to crash shortly after startup In-Reply-To: <20040818160025.7778774A12@hormel.redhat.com> Message-ID: <000401c4854b$29921f20$9c01a8c0@charter.net> Is this a clue to why? When I start the Epiphany in a terminal session I get a Can't find Throbber Animation Error. From fedora at warmcat.com Wed Aug 18 18:01:26 2004 From: fedora at warmcat.com (Andy Green) Date: Wed, 18 Aug 2004 19:01:26 +0100 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408161321.56381.fedora@warmcat.com> References: <411F4C67.8050502@www.linux.org.uk> <200408151216.41295.lsomike@futzin.com> <200408161321.56381.fedora@warmcat.com> Message-ID: <200408181901.31719.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 16 August 2004 13:21, Andy Green wrote: > On Sunday 15 August 2004 18:16, Mike Klinke wrote: > > Here's one data point. It won't start on my system at all after > > xorg-x11-6.7.99.2-5 working fine here on nVidia graphics and nVidia binary > driver. Can't really notice any difference yet. Another piece of info... installed the new Xorg on a second machine, this one an IBM R31 latop with i810/830 video. Basically worked, but locked the machine solid on X logout. I updated the kernel to the latest Development one and the crash was gone! Didn't expect that but I was very pleased. So if you are having troubles, consider to make sure you have the latest kernel. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBI5l7jKeDCxMJCTIRAgyzAJ9/gLfE2Uw7yD8xeOpjCJ0U/KtvswCcDlw8 JfJJgngFh6OFbRKfgDUqaks= =uZOB -----END PGP SIGNATURE----- From reader at newsguy.com Wed Aug 18 18:05:09 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 18 Aug 2004 13:05:09 -0500 Subject: Bug in konsole Message-ID: My setup: *-- Software: Linux kernel 2.6.7-1.517 Architecture i686 Fedora Core release 2.90 (FC3 Test 1) kde desktop Hardware: model name : Intel(R) Pentium(R) 4 CPU 2.00GHz cpu MHz : 1994.032 *-- I'm seeing a freeze in a konsole terminal under these circumstances: From an xterm: konsole & The resulting terminal reports `echo $TERM' konsole Now from that konsole ssh LANHOST (login) In that terminal press ^-s (C-s). It then is unusable. (LANHOST is also running FC 2.90 updated From roland.leurs at home.nl Wed Aug 18 18:06:55 2004 From: roland.leurs at home.nl (Roland Leurs) Date: Wed, 18 Aug 2004 20:06:55 +0200 Subject: FC3 test 1 and NE 2000 Message-ID: <41239ABF.1080707@home.nl> Hi everybody? Did I find a bug in FC3 test 1 or did I something wrong? This is my story: I downloaded the DVD iso image to a webserver and I tried to do a network install of FC3 test1 on a PII at 350MHz, 387 MB ram and plenty of diskspace. After I selected the source (either FTP or HTTP) the install program asked for a network adapter. I selected the NE 1000/2000 and specified the parameters io=0x340 irq=4 which are correct. But the install program complains there's no such device. Strange, because when I went back the NE1000/2000 option was disappeared. Anyway, I decided to do a harddisk install after I copied the iso image to my harddisk (so the NE2000 works!). After installation, FC3 had not installed my NE2000. I started the Network configuration tool, again I selected "NE1000 NE2000 and compatible" and specified the correct parameters. And FC3 refused to load the ne.ko file. Here is what showed up in /var/log/messages: Aug 18 19:13:41 localhost kernel: 88 3f 03 05 00 40 ed 9c d9 f2 9c ae b4 b0 84 03 e4 11 02 be c4 00 a0 a6 ed 4f 55 87 06 fc ec 33 b9 97 68 d4 3c 70 cd 02 f9 0c e0 00 a0 cc 33 35 82 f2 27 ce 16 2a 39 29 29 23 37 b8 92 32 9e 5b f3 Aug 18 19:13:41 localhost kernel: be c4 75 4b b2 d0 dd b8 bc 17 89 93 5d d0 8e 96 bf 88 b1 aa Aug 18 19:13:41 localhost kernel: 88 3f 03 05 00 40 ed 9c e2 f2 9c ae b4 b0 84 03 e4 11 02 6c 62 00 9c 0e e7 15 e7 25 75 04 2a bf 0a 4e 6a 31 c7 22 a2 c8 22 40 d6 00 9d 16 de dc a4 8a c3 16 35 19 14 54 0a 7d a2 c4 e8 05 72 cb 69 Aug 18 19:13:41 localhost kernel: 6c 62 a1 38 b7 b1 6b aa 4f 14 28 4c f2 24 69 ec f8 5f e4 88 Aug 18 19:13:41 localhost kernel: ne: Unknown parameter `" irq' Aug 18 19:13:41 localhost kernel: ne.c: You must supply "io=0xNNN" value(s) for ISA cards. Aug 18 19:14:10 localhost kernel: 88 3f 03 05 00 40 ed 9c e2 f2 9c ae b4 b0 84 03 e4 11 02 6c 62 00 9c 0e e7 15 e7 25 75 04 2a bf 0a 4e 6a 31 c7 22 a2 c8 22 40 d6 00 9d 16 de dc a4 8a c3 16 35 19 14 54 0a 7d a2 c4 e8 05 72 cb 69 Aug 18 19:14:10 localhost kernel: 6c 62 a1 38 b7 b1 6b aa 4f 14 28 4c f2 24 69 ec f8 5f e4 88 Aug 18 19:14:10 localhost kernel: ne: Unknown parameter `" io' Aug 18 19:14:10 localhost kernel: ne.c: You must supply "io=0xNNN" value(s) for ISA cards. After that (I left the network configuration tool open) I did insmod ne.ko io=0x340 irq=4 and the module loaded without warnings: Aug 18 19:19:07 localhost kernel: 88 3f 03 05 00 40 ed 9c e2 f2 9c ae b4 b0 84 03 e4 11 02 6c 62 00 9c 0e e7 15 e7 25 75 04 2a bf 0a 4e 6a 31 c7 22 a2 c8 22 40 d6 00 9d 16 de dc a4 8a c3 16 35 19 14 54 0a 7d a2 c4 e8 05 72 cb 69 Aug 18 19:19:07 localhost kernel: 6c 62 a1 38 b7 b1 6b aa 4f 14 28 4c f2 24 69 ec f8 5f e4 88 Aug 18 19:19:07 localhost kernel: ne.c:v1.10 9/23/94 Donald Becker (becker at scyld.com) Aug 18 19:19:07 localhost kernel: Last modified Nov 1, 2000 by Paul Gortmaker Aug 18 19:19:07 localhost kernel: NE*000 ethercard probe at 0x340: 52 54 40 25 2f 22 Aug 18 19:19:07 localhost kernel: eth%%d: NE2000 found at 0x340, using IRQ 4. Aug 18 19:19:07 localhost hal.hotplug[3849]: waiting for net info at /class/net/eth0 Aug 18 19:19:07 localhost hal.hotplug[3849]: Dont know how to wait for net at /class/net/eth0; sleeping 1000 ms I went back to the network configuration tool and configured the eth0 interface for DHCP. I rebooted the computer and everything work fine. Does somebody know what's wrong? Kind regards, Roland Leurs From lsomike at futzin.com Wed Aug 18 18:09:31 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 18 Aug 2004 13:09:31 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408181901.31719.fedora@warmcat.com> References: <411F4C67.8050502@www.linux.org.uk> <200408161321.56381.fedora@warmcat.com> <200408181901.31719.fedora@warmcat.com> Message-ID: <200408181309.31097.lsomike@futzin.com> On Wednesday 18 August 2004 13:01, Andy Green wrote: > Another piece of info... installed the new Xorg on a second > machine, this one an IBM R31 latop with i810/830 video. > Basically worked, but locked the machine solid on X logout. I > updated the kernel to the latest Development one and the crash > was gone! Didn't expect that but I was very pleased. So if you > are having troubles, consider to make sure you have the latest > kernel. > > - -Andy > My problems are when running 2.6.7-1.51 which was still the latest on my development mirror as of this morning. Which kernel are you running? Regards, Mike KLinke From lsomike at futzin.com Wed Aug 18 18:12:47 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 18 Aug 2004 13:12:47 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408181309.31097.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408181901.31719.fedora@warmcat.com> <200408181309.31097.lsomike@futzin.com> Message-ID: <200408181312.47372.lsomike@futzin.com> On Wednesday 18 August 2004 13:09, Mike Klinke wrote: > My problems are when running 2.6.7-1.51 which was still the > latest on my development mirror as of this morning. Which kernel > are you running? > > Regards, Mike KLinke Oops, make that 2.6.7-1.517.... From roland.leurs at home.nl Wed Aug 18 18:16:53 2004 From: roland.leurs at home.nl (Roland Leurs) Date: Wed, 18 Aug 2004 20:16:53 +0200 Subject: Bug in konsole In-Reply-To: References: Message-ID: <41239D15.5050701@home.nl> Hi Harry, This is by design. CTRL+S freezes your terminal until you press CTRL+Q. It's a pause function of your terminal. Kind regards, Roland Leurs Harry Putnam wrote: >My setup: >*-- >Software: >Linux kernel 2.6.7-1.517 Architecture i686 >Fedora Core release 2.90 (FC3 Test 1) >kde desktop >Hardware: >model name : Intel(R) Pentium(R) 4 CPU 2.00GHz >cpu MHz : 1994.032 >*-- > > >I'm seeing a freeze in a konsole terminal under these circumstances: > From an xterm: konsole & >The resulting terminal reports `echo $TERM' > konsole >Now from that konsole ssh LANHOST (login) > >In that terminal press ^-s (C-s). It then is unusable. > >(LANHOST is also running FC 2.90 updated > > > > From reader at newsguy.com Wed Aug 18 18:44:15 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 18 Aug 2004 13:44:15 -0500 Subject: Bug in konsole In-Reply-To: <41239D15.5050701@home.nl> (Roland Leurs's message of "Wed, 18 Aug 2004 20:16:53 +0200") References: <41239D15.5050701@home.nl> Message-ID: Roland Leurs writes: > Hi Harry, > > This is by design. CTRL+S freezes your terminal until you press CTRL+Q. > It's a pause function of your terminal. > I behaves differently in a konsole that has not ssh'd anywhere. In konsoles running bash it should call a search history function. Which is what it does before sshing. C-s produces: (i-search)`': From fedora at warmcat.com Wed Aug 18 19:29:45 2004 From: fedora at warmcat.com (Andy Green) Date: Wed, 18 Aug 2004 20:29:45 +0100 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408181312.47372.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408181309.31097.lsomike@futzin.com> <200408181312.47372.lsomike@futzin.com> Message-ID: <200408182029.50615.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 18 August 2004 19:12, Mike Klinke wrote: > On Wednesday 18 August 2004 13:09, Mike Klinke wrote: > > My problems are when running 2.6.7-1.517 which was still the > > latest on my development mirror as of this morning. Which kernel > > are you running? That's what I am running on that machine. The guy with the crashes on X logout was 2.6.7-1.437. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBI64ujKeDCxMJCTIRAteqAJ9kjI+lY8J9EqjjMq968PWje7PktgCeK3QA y3ACTztoRY2emJ4Zg8VnQfs= =GGYx -----END PGP SIGNATURE----- From lsomike at futzin.com Wed Aug 18 20:01:22 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 18 Aug 2004 15:01:22 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408182029.50615.fedora@warmcat.com> References: <411F4C67.8050502@www.linux.org.uk> <200408181312.47372.lsomike@futzin.com> <200408182029.50615.fedora@warmcat.com> Message-ID: <200408181501.22938.lsomike@futzin.com> On Wednesday 18 August 2004 14:29, Andy Green wrote: > > On Wednesday 18 August 2004 13:09, Mike Klinke wrote: > > > My problems are when running 2.6.7-1.517 which was still the > > > latest on my development mirror as of this morning. Which > > > kernel are you running? > > That's what I am running on that machine. The guy with the > crashes on X logout was 2.6.7-1.437. > > - -Andy > Well, darn! I was getting my hopes up too .... Thanks, Mike Klinke From pertusus at free.fr Wed Aug 18 20:47:24 2004 From: pertusus at free.fr (Patrice Dumas) Date: Wed, 18 Aug 2004 22:47:24 +0200 Subject: X locks after a [alt]-[tab] In-Reply-To: <20040815172508.GA2204@free.fr> References: <20040815172508.GA2204@free.fr> Message-ID: <20040818204724.GA4209@free.fr> > When I hit alt-tab, in order to change window, the other window gets a black > border, a little grey rectangle appears where there used to be the windows > list, but then X is unusable, although I still can move the mouse and see the > pointer move. I can switch to a console. This seems to be fixed in xorg-x11-6.7.99.2-5. > Note: I had some problems with my disk and it is possible that a file is > corrupted, but I don't know how to force a fsck of the / filesystem on boot. Thanks to shrek-m, I was able to verify that the packages weren't corrupted and that the disk problems are on another partition. Strangely this bug doesn't seem to have been reported, but if it is fixed in xorg-x11-6.7.99.2-5 no need to pursue... Pat From alan at redhat.com Wed Aug 18 20:37:44 2004 From: alan at redhat.com (Alan Cox) Date: Wed, 18 Aug 2004 16:37:44 -0400 Subject: FC3 test 1 and NE 2000 In-Reply-To: <41239ABF.1080707@home.nl> References: <41239ABF.1080707@home.nl> Message-ID: <20040818203744.GB7114@devserv.devel.redhat.com> On Wed, Aug 18, 2004 at 08:06:55PM +0200, Roland Leurs wrote: > program asked for a network adapter. I selected the NE 1000/2000 and > specified the parameters io=0x340 irq=4 which are correct. But the > install program complains there's no such device. Strange, because when > I went back the NE1000/2000 option was disappeared. Bugzilla that bit > Aug 18 19:13:41 localhost kernel: 88 3f 03 05 00 40 ed 9c d9 f2 9c ae b4 > b0 84 03 e4 11 02 be c4 00 a0 a6 ed 4f 55 87 06 fc ec 33 b9 97 68 d4 3c These are harmless (accidental printk) From charlescurley at charlescurley.com Wed Aug 18 20:53:36 2004 From: charlescurley at charlescurley.com (Charles Curley) Date: Wed, 18 Aug 2004 14:53:36 -0600 Subject: kernel for testing In-Reply-To: <20040815174948.GK7244@charlescurley.com> References: <1092486304.9028.6.camel@laptop.fenrus.com> <20040815174948.GK7244@charlescurley.com> Message-ID: <20040818205336.GF11347@charlescurley.com> On Sun, Aug 15, 2004 at 11:49:48AM -0600, Charles Curley wrote: > On Sat, Aug 14, 2004 at 02:25:04PM +0200, Arjan van de Ven wrote: > > Hi, > > > > we're looking at doing a kernel update in about a week or so, a > > candidate kernel for testing just has been uploaded to the test area for > > fc2; kernel 2.6.8-1.520 > > Test article 1: Compaq Pressario 4160, Pentium 75 - 200, 132.793 MHz. > > > * USB hub and floppy drive (Vendor: Y-E DATA Model: USB-FDU, Rev: > 5.01) worked fine. > > * Kingston 256MB USB key > (http://www.qbik.ch/usb/devices/showdev.php?id=2032) failed at > fdisk. This device is known to work on FC1 and FC2 kernel > 2.6.6-1.435.2.3. > > Test article 2: Toshiba Tecra 8000, Pentium II (Deschutes), 266.621 > MHz. Addendum Test article 3: Walmart special, 1.1GHz Athlon. Both devices work fine and dandy with kernels kernel-2.6.5-1.358, kernel-2.6.7-1.494.2.2, and kernel-2.6.8-1.520. I conjecture that the problem with the other test systems is that they are older, slower, and the USB code can't move fast enough. -- Charles Curley /"\ ASCII Ribbon Campaign Looking for fine software \ / Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com / \ No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From tmus at tmus.dk Wed Aug 18 21:45:12 2004 From: tmus at tmus.dk (Thomas Munck Steenholdt) Date: Wed, 18 Aug 2004 23:45:12 +0200 (CEST) Subject: include eGroupWare in FC3??? Message-ID: <34473.192.168.1.31.1092865512.squirrel@192.168.1.31> Any reason NOT to include eGroupWare in FC3... It seems like a very comprehensive product and has a lot of features not provided by any other package in the FC3 base... Any ideas? /Thomas From fct-cornette at sbcglobal.net Wed Aug 18 23:58:38 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 18 Aug 2004 19:58:38 -0400 Subject: cupsd and SELinux -repeated errors, won't continue boot In-Reply-To: <1092830309.26566.48.camel@moss-spartans.epoch.ncsc.mil> References: <4122B377.9080804@sbcglobal.net> <1092830309.26566.48.camel@moss-spartans.epoch.ncsc.mil> Message-ID: <4123ED2E.4020102@sbcglobal.net> Stephen Smalley wrote: > On Tue, 2004-08-17 at 21:40, Jim Cornette wrote: > >>Is relabeling done differently according to whichever policy is used? > > > Yes. Very differently. The strict policy defines many types that are > not even defined in the targeted policy, since strict policy provides > fine-grained confinement of many processes whereas targeted policy only > confines a small set of processes and leaves most of the system > unconfined. > >>______________________________________________________________________ Thanks for the explanation. I'll try relabeling the system with the desired policy selected before attempting to relabel the system. I relabeled with strict selected and targeted selected for the rebooted system. Not a good start, but I'll try it again. Jim -- So live that you wouldn't be ashamed to sell the family parrot to the town gossip. From mr700 at globalnet.bg Wed Aug 18 23:59:20 2004 From: mr700 at globalnet.bg (Doncho N. Gunchev) Date: Thu, 19 Aug 2004 02:59:20 +0300 Subject: Bug in konsole In-Reply-To: References: <41239D15.5050701@home.nl> Message-ID: <200408190259.21273@-mr700> On 2004-08-18 (Wednesday) 21:44, Harry Putnam wrote: > Roland Leurs writes: > > > Hi Harry, > > > > This is by design. CTRL+S freezes your terminal until you press CTRL+Q. > > It's a pause function of your terminal. > > > I behaves differently in a konsole that has not ssh'd anywhere. > > In konsoles running bash it should call a search history function. > Which is what it does before sshing. > > C-s produces: (i-search)`': > Ctrl+s -> freeze / i-search (when no flow control) Ctrl+r - reverse i-search If you need Ctrl-s for search then 'configure console' -> unselect '[ ] Use Ctrl+S/Ctrl+Q flow control'. If it really changes behaviour after/while ssh-ing, then it is a bug. -- Regards, Doncho N. Gunchev Registered Linux User #291323 at counter.li.org GPG-Key-ID: 1024D/DA454F79 http://pgp.mit.edu Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79 From fct-cornette at sbcglobal.net Thu Aug 19 00:34:57 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 18 Aug 2004 20:34:57 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408181901.31719.fedora@warmcat.com> References: <411F4C67.8050502@www.linux.org.uk> <200408151216.41295.lsomike@futzin.com> <200408161321.56381.fedora@warmcat.com> <200408181901.31719.fedora@warmcat.com> Message-ID: <4123F5B1.2060503@sbcglobal.net> Andy Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Monday 16 August 2004 13:21, Andy Green wrote: > >>On Sunday 15 August 2004 18:16, Mike Klinke wrote: > > >>>Here's one data point. It won't start on my system at all after >> >>xorg-x11-6.7.99.2-5 working fine here on nVidia graphics and nVidia binary >>driver. Can't really notice any difference yet. > > > Another piece of info... installed the new Xorg on a second machine, this one > an IBM R31 latop with i810/830 video. Basically worked, but locked the > machine solid on X logout. I updated the kernel to the latest Development > one and the crash was gone! Didn't expect that but I was very pleased. So > if you are having troubles, consider to make sure you have the latest kernel. > > - -Andy > After updating X, the 845 card works great also. For the 815 video card, X will work until you log out, then it will not start. I was wondering if the FC2 test kernel (521) would allow the X server to work for the 815. I booted up with the 517 kernel when X refused to start. The reason that I wonder if the 521 version would work, when the 517 kernel does not work is because of the different versioned compiler. Regarding the 830 video card, I saw a few postings on the regular mailing list where X locked up on exit. Maybe the 830 video card works that way. The kernel version might be the ticket to get past the X lockup on exit. If the code is that dependent on kernel versions or the compiler used for building the kernel, we would never know for sure if upgrading the kernel is wise. Having a backup kernel makes this not a major problem. However, upgrading all of the modular X packages and finding out that X does not work is a bit tougher to handle. About all of the intel video cards that use the i810 driver. I think that these should be seperated for the different chipsets. Working on systems with both an 815 and another with the 845 make me realize that these two video cards work nothing alike. One was cursed w/ the previous X version and blessed using the CVS version. The before very stable and dependable 815 worked fine up until the installation of the CVS version. Hopefully something simple can be found out on how to optimize each of the intel cards that use the i810 driver w/o sacrificing the quality of the other chip. I know that spreading out the drivers into independent versions would be hard to maintain. However, the changes to accomidate the 815, 830 or 845 won't bust the other video card from the tradeoff. Jim From fct-cornette at sbcglobal.net Thu Aug 19 00:39:33 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 18 Aug 2004 20:39:33 -0400 Subject: selinux oddity? In-Reply-To: <1092829992.26566.42.camel@moss-spartans.epoch.ncsc.mil> References: <1092733486.23249.17.camel@T7.linux> <200408172055.47543.russell@coker.com.au> <1092741159.23249.22.camel@T7.linux> <412228FB.4080905@sbcglobal.net> <1092758371.23249.50.camel@T7.linux> <41226D87.7050208@sbcglobal.net> <1092829992.26566.42.camel@moss-spartans.epoch.ncsc.mil> Message-ID: <4123F6C5.6020201@sbcglobal.net> Stephen Smalley wrote: > On Tue, 2004-08-17 at 16:41, Jim Cornette wrote: > >>The strict setting gives a slew of avc errors with >>selinux-policy-strict-1.15.14-1. I did the fixfiles relabel command >>before rebooting. The errors during booting seemed to be many. Targetted >>might be a better setting. > > > Please report such denials to fedora-selinux-list, so that the strict > policy can be updated if necessary. > Thanks! I'll join up and relay the errors to that list. I was not sure where to post such errors. Bugzilla(One entered, status still new), the test list and did not think to post to the SELinux list. Jim From reader at newsguy.com Thu Aug 19 03:53:01 2004 From: reader at newsguy.com (Harry Putnam) Date: Wed, 18 Aug 2004 22:53:01 -0500 Subject: Bug in konsole In-Reply-To: <200408190259.21273@-mr700> (Doncho N. Gunchev's message of "Thu, 19 Aug 2004 02:59:20 +0300") References: <41239D15.5050701@home.nl> <200408190259.21273@-mr700> Message-ID: "Doncho N. Gunchev" writes: > Ctrl+s -> freeze / i-search (when no flow control) > Ctrl+r - reverse i-search > If you need Ctrl-s for search then 'configure console' -> unselect '[ ] Use > Ctrl+S/Ctrl+Q flow control'. If it really changes behaviour after/while ssh-ing, > then it is a bug. Apparently it is then. That selection was already unselected, and pressing C-s gets the isearch, yet after ssh to a remote console term pressing C-s acts as if that box was selected. C-s pauses and C-q releases. From j.rink at freenet.de Thu Aug 19 04:54:05 2004 From: j.rink at freenet.de (=?UTF-8?B?SsO2cm4=?= Rink) Date: Thu, 19 Aug 2004 06:54:05 +0200 Subject: FC3 test 1 and NE 2000 In-Reply-To: <41239ABF.1080707@home.nl> References: <41239ABF.1080707@home.nl> Message-ID: <20040819065405.13727937.j.rink@freenet.de> Am Wed, 18 Aug 2004 20:06:55 +0200 hat Roland Leurs (Roland Leurs) folgendes geschrieben: > Hi everybody? > > Did I find a bug in FC3 test 1 or did I something wrong? This is my > story: > > I downloaded the DVD iso image to a webserver and I tried to do a > network install of FC3 test1 on a PII at 350MHz, 387 MB ram and plenty of > > diskspace. After I selected the source (either FTP or HTTP) the > install program asked for a network adapter. I selected the NE > 1000/2000 and specified the parameters io=0x340 irq=4 which are > correct. But the install program complains there's no such device. > Strange, because when I went back the NE1000/2000 option was > disappeared. Hi, am i right that you want to install an ISA NE2000 card? This is even not possible with Fedora Core 2. The kernel module for such device is missing. When i remember correctly, the module is missing not only in the installation kernel, it is also missing in the installed kernel. You have to install Core 3 and the kernel source and make your own kernel. But it sounds to be better to do this not on your P 350. -- Nine (not 9) Never trust a hippie From lsomike at futzin.com Thu Aug 19 05:17:13 2004 From: lsomike at futzin.com (Mike Klinke) Date: Thu, 19 Aug 2004 00:17:13 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <4123F5B1.2060503@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <200408181901.31719.fedora@warmcat.com> <4123F5B1.2060503@sbcglobal.net> Message-ID: <200408190017.13732.lsomike@futzin.com> On Wednesday 18 August 2004 19:34, Jim Cornette wrote: > Andy Green wrote: > After updating X, the 845 card works great also. For the 815 > video card, X will work until you log out, then it will not > start. I was wondering if the FC2 test kernel (521) would allow > the X server to work for the 815. I booted up with the 517 kernel > when X refused to start. The reason that I wonder if the 521 > version would work, when the 517 kernel does not work is because > of the different versioned compiler. > I gave this a try this evening; Kernel 2.6.8-1.521 and Xorg-x11 6.7.99.2.-5, but there was no joy. Xorg-x11 still just chokes on start-up. The previous version of Xorg-x11 and the new kernel seem to like one another just fine though. Regards, Mike Klinke From shrek-m at gmx.de Thu Aug 19 05:34:17 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Thu, 19 Aug 2004 07:34:17 +0200 Subject: include eGroupWare in FC3??? In-Reply-To: <34473.192.168.1.31.1092865512.squirrel@192.168.1.31> References: <34473.192.168.1.31.1092865512.squirrel@192.168.1.31> Message-ID: <41243BD9.3040805@gmx.de> Thomas Munck Steenholdt wrote: >Any reason NOT to include eGroupWare in FC3... It seems like a very >comprehensive product and has a lot of features not provided by any other >package in the FC3 base... > one more groupware RFE in http://bugzilla.redhat.com ;-) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=99081 http://www.redhat.com/archives/taroon-list/2004-March/msg00096.html ... -- shrek-m From fct-cornette at sbcglobal.net Thu Aug 19 11:41:51 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 19 Aug 2004 07:41:51 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408190017.13732.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408181901.31719.fedora@warmcat.com> <4123F5B1.2060503@sbcglobal.net> <200408190017.13732.lsomike@futzin.com> Message-ID: <412491FF.7040505@sbcglobal.net> Mike Klinke wrote: > On Wednesday 18 August 2004 19:34, Jim Cornette wrote: > >>Andy Green wrote: > > > >>After updating X, the 845 card works great also. For the 815 >>video card, X will work until you log out, then it will not >>start. I was wondering if the FC2 test kernel (521) would allow >>the X server to work for the 815. I booted up with the 517 kernel >>when X refused to start. The reason that I wonder if the 521 >>version would work, when the 517 kernel does not work is because >>of the different versioned compiler. >> > > > I gave this a try this evening; Kernel 2.6.8-1.521 and Xorg-x11 > 6.7.99.2.-5, but there was no joy. Xorg-x11 still just chokes on > start-up. The previous version of Xorg-x11 and the new kernel seem > to like one another just fine though. > > Regards, Mike Klinke > > Thanks for the feedback. I noticed that the CVS version and the original version on FC3T1 were built on the same build host and used the same kernel. It looks like time to download the source code related to the i810 video driver, for past and present versions. Either that or try to isolate the binary for the i810 from the version that worked and rename it i815 and use it for the life of the computer. Xorg doesn't seem to be actively responding to the bug report. Oh well, hopefully it will be fixed before the next beta. Jim For the CVS version: Build Operating System: Linux 2.4.21-14.ELsmp i686 [ELF] Build Date: 13 August 2004 Build Host: tweety.build.redhat.com For the FC3T1 CD version. Build Operating System: Linux 2.4.21-14.ELsmp i686 [ELF] Build Date: 02 July 2004 Build Host: tweety.build.redhat.com From michel.salim at gmail.com Thu Aug 19 12:58:15 2004 From: michel.salim at gmail.com (Michel Salim) Date: Thu, 19 Aug 2004 07:58:15 -0500 Subject: Nautilus likes to change its views In-Reply-To: <1092819690.954.17.camel@douglas-furlong.firebox.com> References: <1092773835.30784.1.camel@T7.linux> <1092809759.11818.0.camel@neuromancer.home.net> <20040818082043.GW2177@redhat.com> <1092819690.954.17.camel@douglas-furlong.firebox.com> Message-ID: <883cfe6d04081905584205b2c5@mail.gmail.com> As the bugzilla report says, definitely a problem caused by gthumb. As a temporary workaround, deleting /usr/lib/bonobo/servers/GNOME_GThumb_CatalogView.server works, by the way. Regards, - Michel On Wed, 18 Aug 2004 10:01:30 +0100, Douglas Furlong wrote: > > > On Wed, 2004-08-18 at 09:20 +0100, Tim Waugh wrote: > > On Wed, Aug 18, 2004 at 02:15:59PM +0800, Ow Mun Heng wrote: > > > > > On Wed, 2004-08-18 at 04:17, Paul wrote: > > > > Hi, > > > > > > > > Purely by itself, Nautilus changes it's method of viewing from folder to > > > > folder. Some tries to display as catalogue, some as list, some as sound > > > > etc. > > > Actually that's because it remembers your preference. > > > > No, I've seen the behaviour here too, and it definitely is unusual. > > > > Tim. > > */ > > Hello all. > > I thought I'd add my voice to the group, I've just updated to the latest > round of gnome updates on rawhide and am noticing exactly the same > problem (both on my home laptop and my work test machine). > > I have submitted a bug here, please update with your details, if your > also suffering from the problem (or of course are not). > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130220 > > It appears to be overwriting predefined preferences and not picking up > the users default (Icon View). > > -- > Douglas Furlong > Systems Administrator > Firebox.com > T: 0870 420 4475 F: 0870 220 2178 > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > > > > From lsomike at futzin.com Thu Aug 19 13:05:01 2004 From: lsomike at futzin.com (Mike Klinke) Date: Thu, 19 Aug 2004 08:05:01 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <412491FF.7040505@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <200408190017.13732.lsomike@futzin.com> <412491FF.7040505@sbcglobal.net> Message-ID: <200408190805.01797.lsomike@futzin.com> On Thursday 19 August 2004 06:41, Jim Cornette wrote: > > It looks like time to download the source code related to the > i810 video driver, for past and present versions. Either that or > try to isolate the binary for the i810 from the version that > worked and rename it i815 and use it for the life of the > computer. Xorg doesn't seem to be actively responding to the bug > report. > > Oh well, hopefully it will be fixed before the next beta. > > Jim > You may be right. I'm curious to know, though, if anyone is able to get the i815 to start-up as the two of us seem to be the only two who have reported problems with it and I was kind of expecting a few "me too!" posts. Regards, Mike Klinke From mike at netlyncs.com Thu Aug 19 14:22:51 2004 From: mike at netlyncs.com (Mike Chambers) Date: Thu, 19 Aug 2004 14:22:51 +0000 Subject: xorg depend problems Message-ID: <1092925371.5188.1.camel@scrappy.netlyncs.com> With the latest xorg packages in rawhide today, there seems to be a dependency problem.. Unresolvable chain of dependencies: xorg-x11-6.7.99.902-1 requires xorg-x11-libs = 6.7.99.902-1 xorg-x11-libs-6.7.99.2-5 requires xorg-x11-libs-data = 6.7.99.2-5 xorg-x11-twm-6.7.99.902-1 requires xorg-x11-libs = 6.7.99.902-1 xorg-x11-xfs-6.7.99.902-1 requires xorg-x11-libs = 6.7.99.902-1 -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From balay at fastmail.fm Thu Aug 19 14:46:54 2004 From: balay at fastmail.fm (Satish Balay) Date: Thu, 19 Aug 2004 09:46:54 -0500 (CDT) Subject: xorg depend problems In-Reply-To: <1092925371.5188.1.camel@scrappy.netlyncs.com> References: <1092925371.5188.1.camel@scrappy.netlyncs.com> Message-ID: On Thu, 19 Aug 2004, Mike Chambers wrote: > With the latest xorg packages in rawhide today, there seems to be a > dependency problem.. > > Unresolvable chain of dependencies: > xorg-x11-6.7.99.902-1 requires xorg-x11-libs = > 6.7.99.902-1 > xorg-x11-libs-6.7.99.2-5 requires xorg-x11-libs-data = > 6.7.99.2-5 > xorg-x11-twm-6.7.99.902-1 requires xorg-x11-libs = > 6.7.99.902-1 > xorg-x11-xfs-6.7.99.902-1 requires xorg-x11-libs = > 6.7.99.902-1 This line wraping makes it painful to read... There must be some other package that must cause grief. Otherwise why is yum trying to hold back xorg-x11-libs-6.7.99.2-5? My update went through today. [balay at localhost ~]$ rpm -q xorg-x11-libs xorg-x11-libs xorg-x11-libs-data xorg-x11-libs-6.7.99.902-1 xorg-x11-libs-6.7.99.902-1 xorg-x11-libs-data-6.7.99.902-1 [balay at localhost ~]$ rpm -q xorg-x11-twm xorg-x11-xfs xorg-x11-twm-6.7.99.902-1 xorg-x11-xfs-6.7.99.902-1 [balay at localhost ~]$ Satish From mike at netlyncs.com Thu Aug 19 16:54:49 2004 From: mike at netlyncs.com (Mike Chambers) Date: Thu, 19 Aug 2004 11:54:49 -0500 Subject: xorg depend problems In-Reply-To: References: <1092925371.5188.1.camel@scrappy.netlyncs.com> Message-ID: <1092934489.2699.2.camel@scrappy.netlyncs.com> On Thu, 2004-08-19 at 09:46 -0500, Satish Balay wrote: > > On Thu, 19 Aug 2004, Mike Chambers wrote: > > > With the latest xorg packages in rawhide today, there seems to be a > > dependency problem.. > > > > Unresolvable chain of dependencies: > > xorg-x11-6.7.99.902-1 requires xorg-x11-libs = > > 6.7.99.902-1 > > xorg-x11-libs-6.7.99.2-5 requires xorg-x11-libs-data = > > 6.7.99.2-5 > > xorg-x11-twm-6.7.99.902-1 requires xorg-x11-libs = > > 6.7.99.902-1 > > xorg-x11-xfs-6.7.99.902-1 requires xorg-x11-libs = > > 6.7.99.902-1 > > This line wraping makes it painful to read... Probably because it was copied/pasted from the error menu that came up, as this is evo default for line wrapping (not sure where/how to change it even if I wanted to in evo). > There must be some other package that must cause grief. Otherwise why > is yum trying to hold back xorg-x11-libs-6.7.99.2-5? I found the problem. I mirror rawhide from a primary mirror and it just didn't have all the packages/updates yet. All is well and good for now. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From jlcthibo at uumail.gov.bc.ca Thu Aug 19 17:31:53 2004 From: jlcthibo at uumail.gov.bc.ca (Christian Thibodeau) Date: Thu, 19 Aug 2004 10:31:53 -0700 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408190805.01797.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408190017.13732.lsomike@futzin.com> <412491FF.7040505@sbcglobal.net> <200408190805.01797.lsomike@futzin.com> Message-ID: <1092936713.8950.5.camel@phoenix.osg.gov.bc.ca> On Thu, 2004-19-08 at 08:05 -0500, Mike Klinke wrote: > On Thursday 19 August 2004 06:41, Jim Cornette wrote: > > > > > It looks like time to download the source code related to the > > i810 video driver, for past and present versions. Either that or > > try to isolate the binary for the i810 from the version that > > worked and rename it i815 and use it for the life of the > > computer. Xorg doesn't seem to be actively responding to the bug > > report. > > > > Oh well, hopefully it will be fixed before the next beta. > > > > Jim > > > > You may be right. I'm curious to know, though, if anyone is able to > get the i815 to start-up as the two of us seem to be the only two > who have reported problems with it and I was kind of expecting a > few "me too!" posts. > You can consider this a belated "me too" post. If most people are like me, they decided to play it safe and not install the xorg update as it seemed to cause trouble. (I did try and install it last night, and X stopped working as described in Jim and your messages). Fortunately, both Jim and your messages were quite helpful in getting me back up and running quickly (well within the hour). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From pri.rhl3 at iadonisi.to Thu Aug 19 17:57:25 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Thu, 19 Aug 2004 13:57:25 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <200408190805.01797.lsomike@futzin.com> References: <411F4C67.8050502@www.linux.org.uk> <200408190017.13732.lsomike@futzin.com> <412491FF.7040505@sbcglobal.net> <200408190805.01797.lsomike@futzin.com> Message-ID: <1092938244.3372.4.camel@tuxtop> On Thu, 2004-08-19 at 09:05, Mike Klinke wrote: [snip] > You may be right. I'm curious to know, though, if anyone is able to > get the i815 to start-up as the two of us seem to be the only two > who have reported problems with it and I was kind of expecting a > few "me too!" posts. Me too! ;-) Actually, mine's i810 (lspci says 82810E). Running kernel 2.6.8-1.524 and xorg-x11 6.7.99.902-1 and getting no joy. Shall I attach my configs and logs to bug 1086 on freedesktop.org? I'm not getting any kernel crashes, just X crashes (sig11) on startup. -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From lsomike at futzin.com Thu Aug 19 18:12:29 2004 From: lsomike at futzin.com (Mike Klinke) Date: Thu, 19 Aug 2004 13:12:29 -0500 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <1092938244.3372.4.camel@tuxtop> References: <411F4C67.8050502@www.linux.org.uk> <200408190805.01797.lsomike@futzin.com> <1092938244.3372.4.camel@tuxtop> Message-ID: <200408191312.29928.lsomike@futzin.com> On Thursday 19 August 2004 12:57, Paul Iadonisi wrote: > On Thu, 2004-08-19 at 09:05, Mike Klinke wrote: > > [snip] > > > You may be right. I'm curious to know, though, if anyone is > > able to get the i815 to start-up as the two of us seem to be > > the only two who have reported problems with it and I was kind > > of expecting a few "me too!" posts. > > Me too! ;-) > > Actually, mine's i810 (lspci says 82810E). Running kernel > 2.6.8-1.524 and xorg-x11 6.7.99.902-1 and getting no joy. Shall > I attach my configs and logs to bug 1086 on freedesktop.org? I'm > not getting any kernel crashes, just X crashes (sig11) on > startup. > Well, since as Jim noted, we haven't heard anything at all since we posted bugs to freedesktop.org so just in case the problem hasn't really been noticed yet, it may help to shine a little more light on it. Jim's Bug Posting http://freedesktop.org/bugzilla/show_bug.cgi?id=1086 My Bug Posting https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 From shugal at gmx.de Thu Aug 19 18:15:17 2004 From: shugal at gmx.de (Martin Stricker) Date: Thu, 19 Aug 2004 20:15:17 +0200 Subject: Bug in konsole References: <41239D15.5050701@home.nl> <200408190259.21273@-mr700> Message-ID: <4124EE35.64C17C6B@gmx.de> Harry Putnam wrote: > Apparently it is then. That selection was already unselected, and > pressing C-s gets the isearch, yet after ssh to a remote console term > pressing C-s acts as if that box was selected. C-s pauses and C-q > releases. Is by any chance that selection selected on your LANHOST? Or maybe this is a feature of the shell invoked by ssh. Best regards, Martin Stricker -- Homepage: http://www.martin-stricker.de/ Linux Migration Project: http://www.linux-migration.org/ Red Hat Linux 9 for low memory: http://www.rule-project.org/ Registered Linux user #210635: http://counter.li.org/ From peter_banks at charter.net Thu Aug 19 22:42:50 2004 From: peter_banks at charter.net (Peter A. Banks) Date: Thu, 19 Aug 2004 18:42:50 -0400 Subject: Most current Epiphany as well Mozilla, Firebox continue to crash shortly after startup Now fixed Message-ID: <000001c4863d$df7aa3a0$9c01a8c0@charter.net> Thanks so much seems to be working with no problems pab From steve at adsi-m4.com Thu Aug 19 23:07:40 2004 From: steve at adsi-m4.com (Steve Friedman) Date: Thu, 19 Aug 2004 19:07:40 -0400 (EDT) Subject: can't load FC (1,2,3t1) on Averatec C3500 tablet PC Message-ID: I have been trying to load Fedora core on an Averatec C3500 tablet PC. The unit is an Athlon XP-M with an SiS M741 video card. However, once X tries to start, the unit appears to lock up. During the normal graphical loading of FC (I tried FC1, FC2, and FC3t1), it wandered off after the request to check media. I loaded FC2 via 'linux text' and it gets as far as trying to run firstboot before heading into oblivion. Unfortunately: 1) I couldn't determine how to configure linux so inittab (on initial install) would boot to run level 3 and not 5. I don't have another machine that takes the mini hard drive (so that I can edit inittab before booting on this machine). 2) I couldn't get initscripts to enter interactive mode to bypass firstboot and/or entry to run level 5. 3) I don't know how to proceed. Suggestion? Steve Friedman From rhallyx at mindspring.com Thu Aug 19 23:10:09 2004 From: rhallyx at mindspring.com (Richard Hally) Date: Thu, 19 Aug 2004 19:10:09 -0400 Subject: SELinux stops new X11? Message-ID: <41253351.7030807@mindspring.com> The new xorg-X11(6.7.99.902-1) will not start with the current strict SELinux policy(1.15.16-1) in enforcing mode. (xorg-x11-*6.7.0-7.2 works just fine). I have not tried permissive mode. It looks like something has changed in X11 that has to do with the fonts and the SE policy has not been updated to handle it but that is just speculation. from my Xorg.0.log: (II) Mouse0: ps2EnableDataReporting: succeeded Could not init font path element unix/:7100, removing from list! Fatal server error: could not open default font 'fixed' Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. *** If unresolved symbols were reported above, they might not *** be the reason for the server aborting. FatalError re-entered, aborting Caught signal 11. Server aborting ----------------------------------------------------------------------end of xorg log----------------------------------------- From /var/log/messages: Aug 19 17:34:53 new2 kernel: audit(1092951293.022:0): avc: denied { getattr } for pid=2578 exe=/usr/X11R6/bin/xfs path=/tmp/.font-unix dev=hda2 ino=1840549 scontext=system_u:system_r:xfs_t tcontext=system_u:object_r:initrc_tmp_t tclass=dir Aug 19 17:34:53 new2 xfs[2578]: cannot establish any listening sockets Aug 19 17:34:53 new2 xfs: xfs startup succeeded Aug 19 17:34:53 new2 xfs[2578]: ignoring font path element /usr/X11R6/lib/X11/fonts/Speedo (unreadable) Aug 19 17:35:13 new2 kernel: audit(1092951313.544:0): avc: denied { read } for pid=2995 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 ino=1061221 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:device_t tclass=lnk_file Aug 19 17:35:13 new2 last message repeated 2 times Aug 19 17:35:13 new2 kernel: audit(1092951313.545:0): avc: denied { read } for pid=2995 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 ino=1061221 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:device_t tclass=lnk_file Aug 19 17:35:13 new2 last message repeated 4 times Aug 19 17:35:15 new2 kernel: audit(1092951315.876:0): avc: denied { search } for pid=2995 exe=/usr/X11R6/bin/Xorg name=.font-unix dev=hda2 ino=1840549 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:initrc_tmp_t tclass=dir Aug 19 17:35:19 new2 kernel: audit(1092951319.457:0): avc: denied { read } for pid=3329 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 ino=1061221 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:device_t tclass=lnk_file Aug 19 17:35:19 new2 last message repeated 3 times Aug 19 17:35:19 new2 kernel: audit(1092951319.458:0): avc: denied { read } for pid=3329 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 ino=1061221 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:device_t tclass=lnk_file Aug 19 17:35:19 new2 last message repeated 3 times Aug 19 17:35:21 new2 kernel: audit(1092951321.333:0): avc: denied { search } for pid=3329 exe=/usr/X11R6/bin/Xorg name=.font-unix dev=hda2 ino=1840549 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:initrc_tmp_t tclass=dir Aug 19 17:35:21 new2 gdm[3304]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0 Aug 19 17:35:24 new2 kernel: audit(1092951324.885:0): avc: denied { read } for pid=3494 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 ino=1061221 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:device_t tclass=lnk_file Aug 19 17:35:24 new2 kernel: audit(1092951324.886:0): avc: denied { read } for pid=3494 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 ino=1061221 scontext=system_u:system_r:xdm_xserver_t tcontext=system_u:object_r:device_t tclass=lnk_file Aug 19 17:35:24 new2 last message repeated 6 times FWIW Richard Hally From alan at redhat.com Thu Aug 19 23:22:22 2004 From: alan at redhat.com (Alan Cox) Date: Thu, 19 Aug 2004 19:22:22 -0400 Subject: can't load FC (1,2,3t1) on Averatec C3500 tablet PC In-Reply-To: References: Message-ID: <20040819232222.GA21789@devserv.devel.redhat.com> On Thu, Aug 19, 2004 at 07:07:40PM -0400, Steve Friedman wrote: > 2) I couldn't get initscripts to enter interactive mode to bypass > firstboot and/or entry to run level 5. At the GRUB menu a remove the "rhgb" and add "3" boot Should be enough. If not boot the CD in rescue mode, go through to the command line and do chroot /mnt/sysimage /bin/sh (start shell in your install) rpm -e firstboot From fct-cornette at sbcglobal.net Fri Aug 20 00:54:17 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 19 Aug 2004 20:54:17 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <1092938244.3372.4.camel@tuxtop> References: <411F4C67.8050502@www.linux.org.uk> <200408190017.13732.lsomike@futzin.com> <412491FF.7040505@sbcglobal.net> <200408190805.01797.lsomike@futzin.com> <1092938244.3372.4.camel@tuxtop> Message-ID: <41254BB9.8010404@sbcglobal.net> Paul Iadonisi wrote: > On Thu, 2004-08-19 at 09:05, Mike Klinke wrote: > > [snip] > > >>You may be right. I'm curious to know, though, if anyone is able to >>get the i815 to start-up as the two of us seem to be the only two >>who have reported problems with it and I was kind of expecting a >>few "me too!" posts. > > > Me too! ;-) > > Actually, mine's i810 (lspci says 82810E). Running kernel 2.6.8-1.524 > and xorg-x11 6.7.99.902-1 and getting no joy. Shall I attach my configs > and logs to bug 1086 on freedesktop.org? I'm not getting any kernel > crashes, just X crashes (sig11) on startup. > > -Paul Iadonisi > Senior System Administrator > Red Hat Certified Engineer / Local Linux Lobbyist > Ever see a penguin fly? -- Try Linux. > GPL all the way: Sell services, don't lease secrets > > There is a newer version of X that I noted today. The version is the same as you described. I guess adding your xorg-x11 log to the report will give insight into their progression or regression regarding the 815 video card. I might try to isolate the i810 driver from the working version, rename it to i815, then change my xorg.conf to i815 and see what happens after installing the latest beta. This is probably not a rational solution, but a learning experience anyway. Jim From spam at tachegroup.com Fri Aug 20 02:06:25 2004 From: spam at tachegroup.com (TGS) Date: Thu, 19 Aug 2004 22:06:25 -0400 Subject: nfs and kernel 2.6.7-1.515 problem In-Reply-To: <20040812154838.GA29861@devserv.devel.redhat.com> Message-ID: I too have been having problems with the last few kernel releases and NFS. What I am seeing is that if the NFS mount is Linux client -> Linux server, it hangs forever. Even kill -9 does not stop the mount command. Interestingly, mounts that are Linux client -> Solaris server work just fine, but Solaris client -> Linux server fail. I have the nfsvers=2 option in my sysconfig/autofs. Dropping back the Linux NFS server machine to an earlier kernel release, fixes the problem. on 8/12/2004 11:48 AM, Alan Cox at alan at redhat.com wrote: > On Thu, Aug 12, 2004 at 11:07:43AM -0400, Wojciech Fraczak wrote: >> Since I ran the last yum update I've been getting problems with nfs >> daemon. Anybody experiencing similar problems? > > The same has been reported upstream for the latest small nfs changes > From fct-cornette at sbcglobal.net Fri Aug 20 03:07:44 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 19 Aug 2004 23:07:44 -0400 Subject: [Request for Testing] X.Org X11 CVS rpms are now in rawhide In-Reply-To: <41254BB9.8010404@sbcglobal.net> References: <411F4C67.8050502@www.linux.org.uk> <200408190017.13732.lsomike@futzin.com> <412491FF.7040505@sbcglobal.net> <200408190805.01797.lsomike@futzin.com> <1092938244.3372.4.camel@tuxtop> <41254BB9.8010404@sbcglobal.net> Message-ID: <41256B00.7080607@sbcglobal.net> > I might try to isolate the i810 driver from the working version, rename > it to i815, then change my xorg.conf to i815 and see what happens after > installing the latest beta. This is probably not a rational solution, > but a learning experience anyway. > > Jim Never mind. I toyed around blindly with the concept before upgrading X. I do know more about the kernel and server modules directory structure. Checking the makefile and source code files overwhelmed me. copying the driver from /usr/X11R6/lib/modules/drivers/i810_drv.o into /usr/X11R6/lib/modules/drivers/i815_drv.o and then modifying the xorg.conf file for i815 instead of i810 left this like the problem we saw with the new X. I'll hold off on upgrading X until some real progress is made for the i810 driver related to the 815 video server. Jim From roland.leurs at home.nl Fri Aug 20 10:49:33 2004 From: roland.leurs at home.nl (Roland Leurs) Date: Fri, 20 Aug 2004 12:49:33 +0200 Subject: FC3 test 1 and NE 2000 In-Reply-To: <20040819065405.13727937.j.rink@freenet.de> References: <41239ABF.1080707@home.nl> <20040819065405.13727937.j.rink@freenet.de> Message-ID: <1092998973.4803.4.camel@cp244167-a.gelen1.lb.home.nl> On Thu, 2004-08-19 at 06:54, J?rn Rink wrote: > Hi, > am i right that you want to install an ISA NE2000 card? > This is even not possible with Fedora Core 2. > The kernel module for such device is missing. When i remember correctly, > the module is missing not only in the installation kernel, it is also > missing in the installed kernel. You have to install Core 3 and the > kernel source and make your own kernel. But it sounds to be better to > do this not on your P 350. Hello, Yes it's true I want to install an ISA NE2000 card. If that isn't possible it should not appear on the list of available drivers (IMHO). But the strange thing is that it seems to load without warnings (on installation and installed kernel), except the installation and configuration tools don't know it. As I wrote in my message, after installing and configuring the NE2000 manually, it runs fine. No problem anymore. As Alan Cox suggested, I made a new record in Bugzilla. We'll see what happens. For me it's not urgent anymore. Just for other people with a similar configuration. Kind regards, Roland Leurs From sds at epoch.ncsc.mil Fri Aug 20 11:20:42 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Fri, 20 Aug 2004 07:20:42 -0400 Subject: SELinux stops new X11? In-Reply-To: <41253351.7030807@mindspring.com> References: <41253351.7030807@mindspring.com> Message-ID: <1093000842.16585.3.camel@moss-spartans.epoch.ncsc.mil> On Thu, 2004-08-19 at 19:10, Richard Hally wrote: > The new xorg-X11(6.7.99.902-1) will not start with the current strict > SELinux policy(1.15.16-1) in enforcing mode. (xorg-x11-*6.7.0-7.2 works > just fine). I have not tried permissive mode. > It looks like something has changed in X11 that has to do with the > fonts and the SE policy has not been updated to handle it but that is > just speculation. I applied the patch below to my /etc/init.d/xfs to fix. This patch restores the type on /tmp/.font-unix when it is re-created by /etc/init.d/xfs. I assume that previously xfs was directly creating the directory itself, so that the file_type_auto_trans rule for xfs_t was sufficient to label it, but since it is now being created by the init script, it is getting a different type. --- /etc/init.d/xfs.old 2004-08-18 14:45:54.000000000 -0400 +++ /etc/init.d/xfs 2004-08-20 07:16:01.539914488 -0400 @@ -78,6 +78,7 @@ mkdir $FONT_UNIX_DIR chown root:root $FONT_UNIX_DIR chmod 1777 $FONT_UNIX_DIR + restorecon $FONT_UNIX_DIR daemon xfs -droppriv -daemon ret=$? -- Stephen Smalley National Security Agency From russell at coker.com.au Fri Aug 20 12:58:11 2004 From: russell at coker.com.au (Russell Coker) Date: Fri, 20 Aug 2004 22:58:11 +1000 Subject: SELinux stops new X11? In-Reply-To: <1093000842.16585.3.camel@moss-spartans.epoch.ncsc.mil> References: <41253351.7030807@mindspring.com> <1093000842.16585.3.camel@moss-spartans.epoch.ncsc.mil> Message-ID: <200408202258.11262.russell@coker.com.au> On Fri, 20 Aug 2004 21:20, Stephen Smalley wrote: > I applied the patch below to my /etc/init.d/xfs to fix. This patch > restores the type on /tmp/.font-unix when it is re-created by > /etc/init.d/xfs. I assume that previously xfs was directly creating the > directory itself, so that the file_type_auto_trans rule for xfs_t was > sufficient to label it, but since it is now being created by the init > script, it is getting a different type. I created a bugzilla entry: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130421 -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From russell at coker.com.au Fri Aug 20 13:02:55 2004 From: russell at coker.com.au (Russell Coker) Date: Fri, 20 Aug 2004 23:02:55 +1000 Subject: SELinux stops new X11? In-Reply-To: <41253351.7030807@mindspring.com> References: <41253351.7030807@mindspring.com> Message-ID: <200408202302.55276.russell@coker.com.au> On Fri, 20 Aug 2004 09:10, Richard Hally wrote: > Aug 19 17:35:13 new2 kernel: audit(1092951313.544:0): avc: denied { > read } for pid=2995 exe=/usr/X11R6/bin/Xorg name=fb dev=hda2 > ino=1061221 scontext=system_u:system_r:xdm_xserver_t > tcontext=system_u:object_r:device_t tclass=lnk_file The attached policy patch xserv.diff fixes this. The other is fixed by restorecon. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page -------------- next part -------------- A non-text attachment was scrubbed... Name: xserv.diff Type: text/x-diff Size: 534 bytes Desc: not available URL: From steve at adsi-m4.com Fri Aug 20 16:22:07 2004 From: steve at adsi-m4.com (Steve Friedman) Date: Fri, 20 Aug 2004 12:22:07 -0400 (EDT) Subject: can't load FC (1,2,3t1) on Averatec C3500 tablet PC In-Reply-To: <20040819232222.GA21789@devserv.devel.redhat.com> References: <20040819232222.GA21789@devserv.devel.redhat.com> Message-ID: On Thu, 19 Aug 2004, Alan Cox wrote: > On Thu, Aug 19, 2004 at 07:07:40PM -0400, Steve Friedman wrote: >> 2) I couldn't get initscripts to enter interactive mode to bypass >> firstboot and/or entry to run level 5. > > At the GRUB menu > > a > remove the "rhgb" and add "3" > > boot > > Should be enough. If not boot the CD in rescue mode, go through to the > command line and do > > chroot /mnt/sysimage /bin/sh (start shell in your install) > rpm -e firstboot > Thanks. I was able to get in and edit xorg.conf/Device/Driver per "s/vesa/sis/" and now X is up. Steve From alan at redhat.com Fri Aug 20 16:32:58 2004 From: alan at redhat.com (Alan Cox) Date: Fri, 20 Aug 2004 12:32:58 -0400 Subject: can't load FC (1,2,3t1) on Averatec C3500 tablet PC In-Reply-To: References: <20040819232222.GA21789@devserv.devel.redhat.com> Message-ID: <20040820163258.GA14462@devserv.devel.redhat.com> On Fri, Aug 20, 2004 at 12:22:07PM -0400, Steve Friedman wrote: > >Should be enough. If not boot the CD in rescue mode, go through to the > >command line and do > > > > chroot /mnt/sysimage /bin/sh (start shell in your > > install) > > rpm -e firstboot > > > > Thanks. I was able to get in and edit xorg.conf/Device/Driver per > "s/vesa/sis/" and now X is up. Good stuff. You might want to try the newest SiS drivers as well From dcastle at carolina.rr.com Fri Aug 20 16:36:18 2004 From: dcastle at carolina.rr.com (Dwaine Castle) Date: Fri, 20 Aug 2004 12:36:18 -0400 Subject: What happened to ksh in FC3T1? Message-ID: <06cd01c486d3$d2cd0710$6401a8c0@DCXP> Is the Korn Shell not available in FC3T1? Can I install it from an FC2 rpm? Thanks. From peter_banks at charter.net Fri Aug 20 17:01:07 2004 From: peter_banks at charter.net (Peter A. Banks) Date: Fri, 20 Aug 2004 13:01:07 -0400 Subject: Unable to get into gnome-control-center. In-Reply-To: <20040820160039.25C1F743F8@hormel.redhat.com> Message-ID: <002a01c486d7$4c9bb520$9c01a8c0@charter.net> Comes back with unable to find preferences:/// error. From byte at aeon.com.my Fri Aug 20 17:41:29 2004 From: byte at aeon.com.my (Colin Charles) Date: Sat, 21 Aug 2004 03:41:29 +1000 Subject: What happened to ksh in FC3T1? In-Reply-To: <06cd01c486d3$d2cd0710$6401a8c0@DCXP> References: <06cd01c486d3$d2cd0710$6401a8c0@DCXP> Message-ID: <1093023689.12188.117.camel@albus.aeon.com.my> On Sat, 2004-08-21 at 02:36, Dwaine Castle wrote: > Is the Korn Shell not available in FC3T1? Can I install it from an FC2 rpm? pdksh is still available as a package, if you'd like to install it, and that provides /bin/ksh -- Colin Charles, byte at aeon.com.my http://www.bytebot.net/ "First they ignore you, then they laugh at you, then they fight you, then you win." -- Mohandas Gandhi From si at bananas.hopto.org Fri Aug 20 17:39:15 2004 From: si at bananas.hopto.org (Si) Date: Fri, 20 Aug 2004 18:39:15 +0100 Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: <1092727179.3253.2.camel@nemesis.astradine.net> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> <1092694683.3653.15.camel@localhost.localdomain> <1092727179.3253.2.camel@nemesis.astradine.net> Message-ID: <1093023555.22249.2.camel@apple.bananas.hopto.org> On Tue, 2004-08-17 at 08:19 +0100, Bart Kalita wrote: > Custom build driver doesn't work either. > > I'm attaching installer-log form the custom build installation. > > Looks like we have to wait for new driver or for some nice person to > find a workaround. > I have had some problems but the work around that has worked twice for me is: boot to level 3, at grub press a take off rhgb and replace with 3. run the Nvidia installer, then run it again, then startx and then reboot... Don't ask why it works for me doing the above but it does! Simon From bartk at clara.co.uk Fri Aug 20 18:12:22 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Fri, 20 Aug 2004 19:12:22 +0100 Subject: source code for newest Kernel In-Reply-To: <1093023555.22249.2.camel@apple.bananas.hopto.org> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> <1092694683.3653.15.camel@localhost.localdomain> <1092727179.3253.2.camel@nemesis.astradine.net> <1093023555.22249.2.camel@apple.bananas.hopto.org> Message-ID: <1093025542.3070.0.camel@nemesis.astradine.net> I've looked around but I can't find sourcecode for 524 kernel -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From bartk at clara.co.uk Fri Aug 20 18:13:28 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Fri, 20 Aug 2004 19:13:28 +0100 Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: <1093023555.22249.2.camel@apple.bananas.hopto.org> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> <1092694683.3653.15.camel@localhost.localdomain> <1092727179.3253.2.camel@nemesis.astradine.net> <1093023555.22249.2.camel@apple.bananas.hopto.org> Message-ID: <1093025608.3070.2.camel@nemesis.astradine.net> On Fri, 2004-08-20 at 18:39 +0100, Si wrote: > On Tue, 2004-08-17 at 08:19 +0100, Bart Kalita wrote: > > Custom build driver doesn't work either. > > > > I'm attaching installer-log form the custom build installation. > > > > Looks like we have to wait for new driver or for some nice person to > > find a workaround. > > > > I have had some problems but the work around that has worked twice for > me is: > > boot to level 3, > at grub press a take off rhgb and replace with 3. Could you explain the above bit of instructions? > run the Nvidia installer, then run it again, then startx and then > reboot... > > Don't ask why it works for me doing the above but it does! > > Simon > > > -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From prothonotar at tarnation.dyndns.org Fri Aug 20 21:28:44 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Fri, 20 Aug 2004 17:28:44 -0400 Subject: Kernel 2.6.8-1.520 and Nvidia drivers same problem with 521 In-Reply-To: <1093025608.3070.2.camel@nemesis.astradine.net> References: <1086766126.2810.8.camel@laptop.fenrus.com> <1086782573.20906.0.camel@excession.dzr> <1086783136.2810.11.camel@laptop.fenrus.com> <1087135352.4415.11.camel@localhost.localdomain> <20040614031850.GA13870@jadzia.bu.edu> <1087231590.4041.21.camel@localhost.localdomain> <1092682340.9341.0.camel@laptop.fenrus.com> <1092683879.3266.0.camel@nemesis.astradine.net> <1092692440.4269.1.camel@nemesis.astradine.net> <1092694683.3653.15.camel@localhost.localdomain> <1092727179.3253.2.camel@nemesis.astradine.net> <1093023555.22249.2.camel@apple.bananas.hopto.org> <1093025608.3070.2.camel@nemesis.astradine.net> Message-ID: <1093037325.16000.68.camel@rockhopper> On Fri, 2004-08-20 at 19:13 +0100, Bart Kalita wrote: > On Fri, 2004-08-20 at 18:39 +0100, Si wrote: > > On Tue, 2004-08-17 at 08:19 +0100, Bart Kalita wrote: > > > Custom build driver doesn't work either. > > > > > > I'm attaching installer-log form the custom build installation. > > > > > > Looks like we have to wait for new driver or for some nice person to > > > find a workaround. > > > > > > > I have had some problems but the work around that has worked twice for > > me is: > > > > boot to level 3, > > > > at grub press a take off rhgb and replace with 3. > > > Could you explain the above bit of instructions? > At the grub boot logo, press the 'a' key (modify kernel arguments before booting). This will show you the kernel boot line. If you have the text rhgb (for graphical boot), remove it. Either way, add the number 3 at the end of the arguments to boot into runlevel 3 instead of the default (which is probably 5). Runlevel 3 is text mode. This will give you a chance to log into the console and re-run the nvidia installer which can build a new nvidia driver for your new kernel. You probably don't need to reboot at this point. '/sbin/telinit 5' will bring you back to a graphical login. From fct-cornette at sbcglobal.net Sat Aug 21 01:56:13 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Fri, 20 Aug 2004 21:56:13 -0400 Subject: make world - xorg .. CVS source Message-ID: <4126ABBD.4030800@sbcglobal.net> After downloading the src rpm and installing the rpm, from the SPEC directory, I then ran the below command on the spec. rpmbuild -bp --target i686 xorg-x11.spec Now from the BUILD directory with xorg in, I typed make world w/o editing anything. The compilation is taking place. What is the output? RPMS or compiled binaries somewhere? Will it be i686 archetecture? -- What a strange game. The only winning move is not to play. -- WOP, "War Games" From michel.salim at gmail.com Sat Aug 21 03:33:53 2004 From: michel.salim at gmail.com (Michel Salim) Date: Fri, 20 Aug 2004 22:33:53 -0500 Subject: Unable to get into gnome-control-center. In-Reply-To: <002a01c486d7$4c9bb520$9c01a8c0@charter.net> References: <002a01c486d7$4c9bb520$9c01a8c0@charter.net> Message-ID: <883cfe6d04082020334211ec72@mail.gmail.com> The catalog viewer installed by gthumb seems to be incompatible with 2.7 series Nautilus; just delete GNOME_GThumb_CatalogView.server from /usr/lib/bonobo/servers and killall nautilus to let it respawn. HTH, On Fri, 20 Aug 2004 13:01:07 -0400, Peter A. Banks wrote: > Comes back with unable to find preferences:/// error. > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > -- Michel Salim ??? http://salimma.livejournal.com From mharris at www.linux.org.uk Sat Aug 21 07:02:08 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Sat, 21 Aug 2004 03:02:08 -0400 Subject: Radeon and X seem to be working better with the CVS version In-Reply-To: <4122A237.9080909@sbcglobal.net> References: <4122A237.9080909@sbcglobal.net> Message-ID: <4126F370.6060708@www.linux.org.uk> Jim Cornette wrote: > I wanted to ensure that the newer version of xorg-x11 would work on the > laptop using the radeon driver. Problems were reduced with the newer > version. With the previous version, launching tuxracer (as a test) would > end up crashing the server. > The game comes up and no longer corrupts the display. > Being a laptop computer, I never ran it constantly to really test X. It > crashed randomly once when X was left running to share files overnight. > > This is running on an FC2 system that xorg and only it's deps. Thanks for the feedback Jim. The radeon driver had a few bugs in it which took a while for people to track down, but it got fixed this week in CVS and should be much more stable now. The X.Org 2nd release candidate (6.7.99.902) is shaping up nicely now, and there should be an RC3 release in the next day or so too. If anyone testing the new xorg out finds any new problems, please feel free to discuss them here, and also, please file a new bug report about the issue(s) in X.Org bugzilla at http://bugs.freedesktop.org in the "xorg" component. Feel free to add me to the CC list (as mharris at www.linux.org.uk) of any X.Org bugs you file upstream, and it helps me to keep a closer eye on the issues also. Thanks again for testing! From mharris at www.linux.org.uk Sat Aug 21 07:13:26 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Sat, 21 Aug 2004 03:13:26 -0400 Subject: make world - xorg .. CVS source In-Reply-To: <4126ABBD.4030800@sbcglobal.net> References: <4126ABBD.4030800@sbcglobal.net> Message-ID: <4126F616.6010406@www.linux.org.uk> Jim Cornette wrote: > After downloading the src rpm and installing the rpm, from the SPEC > directory, I then ran the below command on the spec. > rpmbuild -bp --target i686 xorg-x11.spec > > Now from the BUILD directory with xorg in, I typed make world w/o > editing anything. > > The compilation is taking place. What is the output? RPMS or compiled > binaries somewhere? Will it be i686 archetecture? The result will be a compiled X tree, that isn't installed anywhere. The proper way to rebuild for i686, is to take the src.rpm and do: rpmbuild --rebuild --target i686 I must warn however, that rebuilding X with target i686 is totally untested and unsupported, and there are some changes happening right now which might temporarily cause i686 rebuilds to fail. That might occur on Monday's rawhide snapshot. If it does fail (which I hope it doesn't), if you can whip up a patch to fix it and keep i686 ability going, that'd be appreciated. A similar problem might occur for "athlon" rebuilds. For those interested in why this might occur, it is due to host.def being changed in a fairly major way tonight. From now on, host.def will be a static wrapper file which tests the architecture with C preprocessor defines, and conditionally includes a new file named "host-$arch.def". I've tried to canonicalize all x86 architectures to "i386" so there will be a single host-i386.def file used regardless of wether it is i686, i586, i386, athlon or whatever, but I'm only personally testing to make sure "i386" still works. If others test it and it fails though, patches are graciously accepted to make it work again. ;o) From mharris at www.linux.org.uk Sat Aug 21 07:07:09 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Sat, 21 Aug 2004 03:07:09 -0400 Subject: SELinux stops new X11? In-Reply-To: <1093000842.16585.3.camel@moss-spartans.epoch.ncsc.mil> References: <41253351.7030807@mindspring.com> <1093000842.16585.3.camel@moss-spartans.epoch.ncsc.mil> Message-ID: <4126F49D.2070700@www.linux.org.uk> Stephen Smalley wrote: > On Thu, 2004-08-19 at 19:10, Richard Hally wrote: > >>The new xorg-X11(6.7.99.902-1) will not start with the current strict >>SELinux policy(1.15.16-1) in enforcing mode. (xorg-x11-*6.7.0-7.2 works >>just fine). I have not tried permissive mode. >> It looks like something has changed in X11 that has to do with the >>fonts and the SE policy has not been updated to handle it but that is >>just speculation. > > > I applied the patch below to my /etc/init.d/xfs to fix. This patch > restores the type on /tmp/.font-unix when it is re-created by > /etc/init.d/xfs. I assume that previously xfs was directly creating the > directory itself, so that the file_type_auto_trans rule for xfs_t was > sufficient to label it, but since it is now being created by the init > script, it is getting a different type. > > --- /etc/init.d/xfs.old 2004-08-18 14:45:54.000000000 -0400 > +++ /etc/init.d/xfs 2004-08-20 07:16:01.539914488 -0400 > @@ -78,6 +78,7 @@ > mkdir $FONT_UNIX_DIR > chown root:root $FONT_UNIX_DIR > chmod 1777 $FONT_UNIX_DIR > + restorecon $FONT_UNIX_DIR > > daemon xfs -droppriv -daemon > ret=$? IIRC, the X server itself and/or xfs can create this directory also, in which case the directory would still have SELinux problems. I'm not sure what the best solution is for that though. All of the X related temporary directories have some very long standing race condition issues, which are being tracked in X.org bugzilla, and there are some suggested solutions, but nothing has been implemented yet to solve all of them in a clean way. The ugly code in the xfs initscript is just an ugly hack to try to work around the problem for now until the real solution comes later. Can you please file this in RH bugzilla if it isn't all ready, and I'll discuss with our security folks. Thanks. From kmaraas at broadpark.no Sat Aug 21 10:01:03 2004 From: kmaraas at broadpark.no (Kjartan Maraas) Date: Sat, 21 Aug 2004 12:01:03 +0200 Subject: xorg-x11 dbuginfo RPMS Message-ID: <1093082463.4438.25.camel@home.gnome.no> Hi. I tried installing the debuginfo packages for xorg-x11 but it seems there are none? Or am I just looking in the wrong place? :) Cheers Kjartan From brian at fahrlander.net Sat Aug 21 12:30:06 2004 From: brian at fahrlander.net (Brian Fahrlander) Date: Sat, 21 Aug 2004 07:30:06 -0500 Subject: Showstopper: rebooting-kernels showing up in stable Message-ID: <1093091405.7848.21.camel@aquila.kamakiriad.local> I'm running the exact same hardware I've been on for several years- and AMD, 512M of RAM, Nvidia card. All's been well since 7.3->FC2, until now. Three stable-releases of the kernel ago was the last kernel I've been able to boot. Trying to boot from the last two results in an immediate reboot- black screen, no "Uncompressing Linux", nothing. Just an immediate reboot. Still, the previous version is just fine. (Details to follow) I'm not the only one seeing this. Several people have mailed me directly saying they're seeing the same thing, or made posts that are strikingly similar. A failed kernel isn't the end of the world- everything works out eventually. What bothers me is that two in a row have left the 'testing' stage and into 'stable' in a row. This is bad for business, guys. Sure, it's not _all_ machines, but it's enough, especially with TWO kernels, not just one, that someone should have seen it somewhere. Has the path from 'testing' to 'stable' been shortened? The last successful kernel was 2.6.6-1.435.2.3, failed kernels are kernel-2.6.8-1.521 (latest) and kernel-2.6.6-1.435, previous to that. Details are kinda lengthy; I hope it's not a problem to attach'em, cause that's the best info I have. I've snipped out the unnecessary parts... Thanks for any insight you can provide. It's a real stumper; if it were something like APCI/etc wouldn't I at least see "Uncompressing Linux" or _something_? This is more like it's been compiled for another arch... -- ------------------------------------------------------------------------ Brian Fahrl?nder Christian, Conservative, and Technomad Evansville, IN http://www.fahrlander.net ICQ 5119262 AIM: WheelDweller ------------------------------------------------------------------------ -------------- next part -------------- Aug 15 08:23:56 aquila syslog: syslogd startup succeeded Aug 15 08:23:56 aquila kernel: klogd 1.4.1, log source = /proc/kmsg started. Aug 15 08:23:56 aquila kernel: Linux version 2.6.6-1.435.2.3 (bhcompile at tweety.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Thu Jul 1 08:25:29 EDT 2004 Aug 15 08:23:56 aquila kernel: BIOS-provided physical RAM map: Aug 15 08:23:56 aquila kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) Aug 15 08:23:56 aquila kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) Aug 15 08:23:56 aquila kernel: BIOS-e820: 00000000000ec000 - 0000000000100000 (reserved) Aug 15 08:23:56 aquila kernel: BIOS-e820: 0000000000100000 - 000000001fff0000 (usable) Aug 15 08:23:56 aquila kernel: BIOS-e820: 000000001fff0000 - 000000001fff8000 (ACPI data) Aug 15 08:23:56 aquila kernel: BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS) Aug 15 08:23:56 aquila kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) Aug 15 08:23:56 aquila kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) Aug 15 08:23:56 aquila kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) Aug 15 08:23:56 aquila syslog: klogd startup succeeded Aug 15 08:23:56 aquila kernel: 0MB HIGHMEM available. Aug 15 08:23:56 aquila kernel: 511MB LOWMEM available. Aug 15 08:23:56 aquila kernel: zapping low mappings. Aug 15 08:23:56 aquila kernel: On node 0 totalpages: 131056 Aug 15 08:23:56 aquila kernel: DMA zone: 4096 pages, LIFO batch:1 Aug 15 08:23:56 aquila kernel: Normal zone: 126960 pages, LIFO batch:16 Aug 15 08:23:56 aquila kernel: HighMem zone: 0 pages, LIFO batch:1 Aug 15 08:23:56 aquila kernel: DMI 2.3 present. Aug 15 08:23:56 aquila kernel: ACPI: RSDP (v000 AMI ) @ 0x000fa970 Aug 15 08:23:56 aquila irqbalance: irqbalance startup succeeded Aug 15 08:23:56 aquila kernel: ACPI: RSDT (v001 AMIINT VIA_K7 0x00000010 MSFT 0x00000097) @ 0x1fff0000 Aug 15 08:23:56 aquila kernel: ACPI: FADT (v001 AMIINT VIA_K7 0x00000011 MSFT 0x00000097) @ 0x1fff0030 Aug 15 08:23:56 aquila kernel: >>> ERROR: Invalid checksum Aug 15 08:23:56 aquila kernel: ACPI: DSDT (v001 VIA VT8371 0x00001000 MSFT 0x0100000b) @ 0x00000000 Aug 15 08:23:56 aquila kernel: ACPI: Unable to map DSDT Aug 15 08:23:56 aquila kernel: ACPI: DSDT not present Aug 15 08:23:56 aquila last message repeated 3 times Aug 15 08:23:56 aquila portmap: portmap startup succeeded Aug 15 08:23:56 aquila kernel: ACPI: DSDT not present Aug 15 08:23:56 aquila last message repeated 3 times Aug 15 08:23:56 aquila kernel: Built 1 zonelists Aug 15 08:23:56 aquila kernel: Kernel command line: ro root=LABEL=/ rhgb quiet Aug 15 08:23:56 aquila kernel: mapped 4G/4G trampoline to ffff3000. Aug 15 08:23:56 aquila kernel: Initializing CPU#0 Aug 15 08:23:56 aquila kernel: CPU 0 irqstacks, hard=02346000 soft=02345000 Aug 15 08:23:56 aquila kernel: PID hash table entries: 2048 (order 11: 16384 bytes) Aug 15 08:23:56 aquila kernel: Detected 1300.605 MHz processor. Aug 15 08:23:56 aquila kernel: Using tsc for high-res timesource Aug 15 08:23:56 aquila kernel: Console: colour VGA+ 80x25 Aug 15 08:23:56 aquila kernel: Memory: 516320k/524224k available (1552k kernel code, 7132k reserved, 603k data, 144k init, 0k highmem) Aug 15 08:23:56 aquila kernel: Calibrating delay loop... 2555.90 BogoMIPS Aug 15 08:23:56 aquila kernel: Security Scaffold v1.0.0 initialized Aug 15 08:23:56 aquila kernel: SELinux: Initializing. Aug 15 08:23:56 aquila kernel: SELinux: Starting in permissive mode Aug 15 08:23:56 aquila kernel: There is already a security framework initialized, register_security failed. Aug 15 08:23:56 aquila kernel: selinux_register_security: Registering secondary module capability Aug 15 08:23:56 aquila kernel: Capability LSM initialized as secondary Aug 15 08:23:56 aquila kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Aug 15 08:23:56 aquila kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Aug 15 08:23:56 aquila kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Aug 15 08:23:56 aquila kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) Aug 15 08:23:56 aquila kernel: CPU: L2 Cache: 64K (64 bytes/line) Aug 15 08:23:56 aquila kernel: Intel machine check architecture supported. Aug 15 08:23:56 aquila kernel: Intel machine check reporting enabled on CPU#0. Aug 15 08:23:56 aquila kernel: CPU: AMD Duron(tm) stepping 01 Aug 15 08:23:56 aquila kernel: Enabling fast FPU save and restore... done. Aug 15 08:23:56 aquila kernel: Enabling unmasked SIMD FPU exception support... done. Aug 15 08:23:56 aquila kernel: Checking 'hlt' instruction... OK. Aug 15 08:23:56 aquila kernel: checking if image is initramfs...it isn't (no cpio magic); looks like an initrd Aug 15 08:23:56 aquila kernel: Freeing initrd memory: 309k freed Aug 15 08:23:56 aquila kernel: NET: Registered protocol family 16 Aug 15 08:23:56 aquila kernel: PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=1 Aug 15 08:23:56 aquila kernel: PCI: Using configuration type 1 Aug 15 08:23:56 aquila kernel: mtrr: v2.0 (20020519) Aug 15 08:23:56 aquila kernel: ACPI: Subsystem revision 20040326 Aug 15 08:23:56 aquila kernel: ACPI-0196: *** Warning: Invalid checksum in table [FACP] (8E, sum A5 is not zero) Aug 15 08:23:56 aquila rpc.statd[1859]: Version 1.0.6 Starting Aug 15 08:23:56 aquila kernel: ACPI: IRQ9 SCI: Level Trigger. Aug 15 08:23:56 aquila kernel: ACPI: Interpreter enabled Aug 15 08:23:56 aquila nfslock: rpc.statd startup succeeded Aug 15 08:23:56 aquila kernel: ACPI: Using PIC for interrupt routing Aug 15 08:23:56 aquila kernel: ACPI: PCI Root Bridge [PCI0] (00:00) Aug 15 08:23:56 aquila kernel: PCI: Probing PCI hardware (bus 00) Aug 15 08:23:56 aquila kernel: ACPI: Power Resource [URP1] (off) Aug 15 08:23:56 aquila kernel: ACPI: Power Resource [URP2] (off) Aug 15 08:23:56 aquila kernel: ACPI: Power Resource [FDDP] (off) Aug 15 08:23:57 aquila kernel: ACPI: Power Resource [LPTP] (off) Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15) Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *9 Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 *12 14 15) Aug 15 08:23:57 aquila kernel: Linux Plug and Play Support v0.97 (c) Adam Belay Aug 15 08:23:57 aquila kernel: usbcore: registered new driver usbfs Aug 15 08:23:57 aquila kernel: usbcore: registered new driver hub Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 12 Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 Aug 15 08:23:57 aquila kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 Aug 15 08:23:57 aquila kernel: PCI: Using ACPI for IRQ routing Aug 15 08:23:57 aquila kernel: vesafb: probe of vesafb0 failed with error -6 Aug 15 08:23:57 aquila kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) Aug 15 08:23:57 aquila kernel: apm: overridden by ACPI. Aug 15 08:23:57 aquila kernel: audit: initializing netlink socket (disabled) Aug 15 08:23:57 aquila kernel: audit(1092576165.4294966410:0): initialized Aug 15 08:23:57 aquila kernel: Total HugeTLB memory allocated, 0 Aug 15 08:23:57 aquila kernel: VFS: Disk quotas dquot_6.5.1 Aug 15 08:23:57 aquila kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Aug 15 08:23:57 aquila kernel: SELinux: Registering netfilter hooks Aug 15 08:23:57 aquila kernel: Initializing Cryptographic API Aug 15 08:23:57 aquila kernel: Applying VIA southbridge workaround. Aug 15 08:23:57 aquila kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Aug 15 08:23:57 aquila kernel: ACPI: Processor [CPU1] (supports C1, 16 throttling states) Aug 15 08:23:57 aquila rpcidmapd: rpc.idmapd startup succeeded Aug 15 08:23:57 aquila kernel: isapnp: Scanning for PnP cards... Aug 15 08:23:57 aquila kernel: isapnp: No Plug & Play device found Aug 15 08:23:57 aquila kernel: Real Time Clock Driver v1.12 Aug 15 08:23:57 aquila kernel: Linux agpgart interface v0.100 (c) Dave Jones Aug 15 08:23:57 aquila kernel: agpgart: Detected VIA KLE133 chipset Aug 15 08:23:57 aquila kernel: agpgart: Maximum main memory to use for agp memory: 439M Aug 15 08:23:57 aquila kernel: agpgart: AGP aperture is 32M @ 0xe0000000 Aug 15 08:23:57 aquila kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled Aug 15 08:23:57 aquila kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Aug 15 08:23:57 aquila kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A Aug 15 08:23:57 aquila kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize Aug 15 08:23:57 aquila kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 Aug 15 08:23:57 aquila kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Aug 15 08:23:57 aquila kernel: VP_IDE: IDE controller at PCI slot 0000:00:07.1 Aug 15 08:23:57 aquila kernel: VP_IDE: chipset revision 6 Aug 15 08:23:57 aquila kernel: VP_IDE: not 100%% native mode: will probe irqs later Aug 15 08:23:57 aquila kernel: VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci0000:00:07.1 Aug 15 08:23:57 aquila kernel: ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio Aug 15 08:23:57 aquila kernel: ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA Aug 15 08:23:57 aquila kernel: hda: Maxtor 2R015H1, ATA DISK drive Aug 15 08:23:57 aquila random: Initializing random number generator: succeeded Aug 15 08:23:57 aquila kernel: Using cfq io scheduler Aug 15 08:23:57 aquila kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Aug 15 08:23:57 aquila kernel: hdc: Maxtor 98196H8, ATA DISK drive Aug 15 08:23:57 aquila kernel: hdd: DVD-ROM DDU1621, ATAPI CD/DVD-ROM drive Aug 15 08:23:57 aquila kernel: ide1 at 0x170-0x177,0x376 on irq 15 Aug 15 08:23:57 aquila kernel: hda: max request size: 128KiB Aug 15 08:23:57 aquila kernel: hda: 29297520 sectors (15000 MB) w/2048KiB Cache, CHS=29065/16/63, UDMA(100) Aug 15 08:23:57 aquila kernel: hda: hda1 hda2 hda3 Aug 15 08:23:57 aquila kernel: hdc: max request size: 128KiB Aug 15 08:23:57 aquila kernel: hdc: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100) Aug 15 08:23:57 aquila kernel: hdc: hdc1 Aug 15 08:23:57 aquila kernel: hdd: ATAPI 40X DVD-ROM drive, 512kB Cache, UDMA(33) Aug 15 08:23:57 aquila kernel: Uniform CD-ROM driver Revision: 3.20 Aug 15 08:23:57 aquila kernel: ide-floppy driver 0.99.newide Aug 15 08:23:57 aquila kernel: usbcore: registered new driver hiddev Aug 15 08:23:57 aquila kernel: usbcore: registered new driver usbhid Aug 15 08:23:57 aquila kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver Aug 15 08:23:57 aquila kernel: mice: PS/2 mouse device common for all mice Aug 15 08:23:57 aquila kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Aug 15 08:23:57 aquila kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Aug 15 08:23:57 aquila kernel: input: AT Translated Set 2 keyboard on isa0060/serio0 Aug 15 08:23:57 aquila kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 Aug 15 08:23:57 aquila kernel: NET: Registered protocol family 2 Aug 15 08:23:57 aquila kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes Aug 15 08:23:57 aquila kernel: TCP: Hash tables configured (established 32768 bind 65536) Aug 15 08:23:57 aquila kernel: Initializing IPsec netlink socket Aug 15 08:23:57 aquila kernel: NET: Registered protocol family 1 Aug 15 08:23:57 aquila kernel: NET: Registered protocol family 17 Aug 15 08:23:57 aquila kernel: ACPI: (supports S0 S1 S4 S5) Aug 15 08:23:57 aquila kernel: md: Autodetecting RAID arrays. Aug 15 08:23:57 aquila kernel: md: autorun ... Aug 15 08:23:57 aquila kernel: md: ... autorun DONE. Aug 15 08:23:57 aquila kernel: RAMDISK: Compressed image found at block 0 Aug 15 08:23:57 aquila kernel: VFS: Mounted root (ext2 filesystem). Aug 15 08:23:57 aquila kernel: SCSI subsystem initialized Aug 15 08:23:57 aquila kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36 Aug 15 08:23:57 aquila kernel: Aug 15 08:23:57 aquila kernel: aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs Aug 15 08:23:57 aquila kernel: Aug 15 08:23:57 aquila kernel: (scsi0:A:3): 10.000MB/s transfers (10.000MHz, offset 15) Aug 15 08:23:57 aquila kernel: Vendor: YAMAHA Model: CRW8424S Rev: 1.0d Aug 15 08:23:57 aquila kernel: Type: CD-ROM ANSI SCSI revision: 02 Aug 15 08:23:57 aquila kernel: kjournald starting. Commit interval 5 seconds Aug 15 08:23:57 aquila kernel: EXT3-fs: mounted filesystem with ordered data mode. Aug 15 08:23:57 aquila kernel: Freeing unused kernel memory: 144k freed Aug 15 08:23:57 aquila kernel: SELinux: Disabled at runtime. Aug 15 08:23:57 aquila kernel: SELinux: Unregistering netfilter hooks Aug 15 08:23:57 aquila kernel: NET: Registered protocol family 10 Aug 15 08:23:57 aquila kernel: Disabled Privacy Extensions on device 022deac0(lo) Aug 15 08:23:57 aquila kernel: IPv6 over IPv4 tunneling driver Aug 15 08:23:57 aquila kernel: nvidia: module license 'NVIDIA' taints kernel. Aug 15 08:23:57 aquila kernel: NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-6106 Wed Jun 23 08:14:01 PDT 2004 Aug 15 08:23:57 aquila kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. Aug 15 08:23:57 aquila kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode Aug 15 08:23:57 aquila kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode Aug 15 08:23:57 aquila kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. Aug 15 08:23:57 aquila kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode Aug 15 08:23:57 aquila kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode Aug 15 08:23:57 aquila kernel: ACPI: Power Button (FF) [PWRF] Aug 15 08:23:57 aquila kernel: ACPI: Sleep Button (CM) [SLPB] Aug 15 08:23:57 aquila kernel: USB Universal Host Controller Interface driver v2.2 Aug 15 08:23:57 aquila kernel: uhci_hcd 0000:00:07.2: UHCI Host Controller Aug 15 08:23:57 aquila kernel: uhci_hcd 0000:00:07.2: irq 12, io base 0000d000 Aug 15 08:23:57 aquila kernel: uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1 Aug 15 08:23:57 aquila kernel: hub 1-0:1.0: USB hub found Aug 15 08:23:57 aquila kernel: hub 1-0:1.0: 2 ports detected Aug 15 08:23:57 aquila kernel: uhci_hcd 0000:00:07.3: UHCI Host Controller Aug 15 08:23:57 aquila kernel: uhci_hcd 0000:00:07.3: irq 12, io base 0000d400 Aug 15 08:23:57 aquila kernel: uhci_hcd 0000:00:07.3: new USB bus registered, assigned bus number 2 Aug 15 08:23:57 aquila kernel: hub 2-0:1.0: USB hub found Aug 15 08:23:57 aquila netfs: Mounting other filesystems: succeeded Aug 15 08:23:57 aquila kernel: hub 2-0:1.0: 2 ports detected Aug 15 08:23:57 aquila kernel: usb 1-1: new full speed USB device using address 2 Aug 15 08:23:57 aquila kernel: hub 1-1:1.0: USB hub found Aug 15 08:23:57 aquila kernel: hub 1-1:1.0: 4 ports detected Aug 15 08:23:58 aquila nscd: nscd startup succeeded Aug 15 08:23:58 aquila kernel: usb 1-2: new low speed USB device using address 3 Aug 15 08:23:58 aquila kernel: input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:07.2-2 Aug 15 08:23:58 aquila kernel: EXT3 FS on hda2, internal journal Aug 15 08:23:58 aquila kernel: device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm at uk.sistina.com Aug 15 08:23:58 aquila kernel: usb 1-1.2: new low speed USB device using address 4 Aug 15 08:23:58 aquila kernel: cdrom: open failed. Aug 15 08:23:58 aquila kernel: Adding 522104k swap on /dev/hda3. Priority:-1 extents:1 Aug 15 08:23:58 aquila kernel: kjournald starting. Commit interval 5 seconds Aug 15 08:23:58 aquila kernel: EXT3 FS on hda1, internal journal Aug 15 08:23:58 aquila kernel: EXT3-fs: mounted filesystem with ordered data mode. Aug 15 08:23:58 aquila kernel: kjournald starting. Commit interval 5 seconds Aug 15 08:23:53 aquila sysctl: kernel.core_uses_pid = 1 Aug 15 08:23:58 aquila kernel: EXT3 FS on hdc1, internal journal Aug 15 08:23:53 aquila network: Setting network parameters: succeeded Aug 15 08:23:58 aquila smartd[1948]: smartd version 5.21 Copyright (C) 2002-3 Bruce Allen Aug 15 08:23:58 aquila kernel: EXT3-fs: mounted filesystem with ordered data mode. Aug 15 08:23:53 aquila network: Bringing up loopback interface: succeeded Aug 15 08:23:58 aquila smartd[1948]: Home page is http://smartmontools.sourceforge.net/ Aug 15 08:23:58 aquila kernel: drivers/usb/input/hid-core.c: ctrl urb status -2 received Aug 15 08:23:58 aquila smartd[1948]: Opened configuration file /etc/smartd.conf Aug 15 08:23:58 aquila kernel: drivers/usb/input/hid-core.c: timeout initializing reports Aug 15 08:23:58 aquila smartd[1948]: Configuration file /etc/smartd.conf parsed. Aug 15 08:23:58 aquila kernel: Aug 15 08:23:58 aquila smartd[1948]: Device: /dev/hda, opened Aug 15 08:23:58 aquila kernel: input: USB HID v1.00 Joystick [Logitech Inc. WingMan Extreme Digital 3D] on usb-0000:00:07.2-1.2 Aug 15 08:23:58 aquila smartd[1948]: Device: /dev/hda, not found in smartd database. Aug 15 08:23:58 aquila kernel: usb 1-1.3: new full speed USB device using address 5 Aug 15 08:23:58 aquila smartd[1948]: Device: /dev/hda, is SMART capable. Adding to "monitor" list. Aug 15 08:23:58 aquila kernel: hub 1-1:1.0: 120mA over power budget! Aug 15 08:23:58 aquila smartd[1948]: Monitoring 1 ATA and 0 SCSI devices Aug 15 08:23:58 aquila kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] Aug 15 08:23:58 aquila smartd[1950]: smartd has fork()ed into background mode. New PID=1950. Aug 15 08:23:58 aquila kernel: usb 1-1.4: new full speed USB device using address 6 Aug 15 08:23:58 aquila kernel: hub 1-1:1.0: 220mA over power budget! Aug 15 08:23:58 aquila kernel: Linux video capture interface: v1.00 Aug 15 08:23:58 aquila smartd: smartd startup succeeded Aug 15 08:23:58 aquila kernel: drivers/usb/media/ov511.c: USB OV511 video device found Aug 15 08:23:58 aquila kernel: drivers/usb/media/ov511.c: model: Creative Labs WebCam 3 Aug 15 08:23:58 aquila kernel: drivers/usb/media/ov511.c: Sensor is an OV7610 Aug 15 08:23:58 aquila kernel: drivers/usb/media/ov511.c: Device at usb-0000:00:07.2-1.3 registered to minor 0 Aug 15 08:23:58 aquila kernel: usbcore: registered new driver ov511 Aug 15 08:23:58 aquila kernel: drivers/usb/media/ov511.c: v1.64 for Linux 2.5 : ov511 USB Camera Driver Aug 15 08:23:58 aquila kernel: Initializing USB Mass Storage driver... Aug 15 08:23:58 aquila kernel: scsi1 : SCSI emulation for USB Mass Storage devices Aug 15 08:23:58 aquila kernel: Vendor: eUSB Model: Compact Flash Rev: 5.0C Aug 15 08:23:58 aquila kernel: Type: Direct-Access ANSI SCSI revision: 02 Aug 15 08:23:58 aquila kernel: parport0: Printer, HEWLETT-PACKARD DESKJET 670C Aug 15 08:23:58 aquila kernel: parport_pc: Via 686A parallel port: io=0x378 Aug 15 08:23:58 aquila kernel: SCSI device sda: 62720 512-byte hdwr sectors (32 MB) Aug 15 08:23:58 aquila kernel: sda: assuming Write Enabled Aug 15 08:23:58 aquila kernel: sda: assuming drive cache: write through Aug 15 08:23:58 aquila kernel: sda: sda1 Aug 15 08:23:58 aquila kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0 Aug 15 08:23:58 aquila kernel: usbcore: registered new driver usb-storage Aug 15 08:23:58 aquila kernel: USB Mass Storage support registered. Aug 15 08:23:58 aquila kernel: sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray Aug 15 08:23:58 aquila acpid: acpid startup succeeded Aug 15 08:23:58 aquila kernel: Attached scsi generic sg0 at scsi0, channel 0, id 3, lun 0, type 5 Aug 15 08:23:59 aquila kernel: Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0 Aug 15 08:23:59 aquila kernel: updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device Aug 15 08:23:59 aquila kernel: updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device Aug 15 08:23:59 aquila kernel: kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device Aug 15 08:23:59 aquila kernel: kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device Aug 15 08:23:59 aquila kernel: inserting floppy driver for 2.6.6-1.435.2.3 Aug 15 08:23:59 aquila kernel: Floppy drive(s): fd0 is 1.44M Aug 15 08:23:59 aquila kernel: FDC 0 is a post-1991 82077 Aug 15 08:23:59 aquila kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html Aug 15 08:23:59 aquila kernel: 0000:00:0a.0: 3Com PCI 3c905C Tornado at 0xcc00. Vers LK1.1.19 Aug 15 08:23:59 aquila kernel: ip_tables: (C) 2000-2002 Netfilter core team Aug 15 08:23:59 aquila kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html Aug 15 08:23:59 aquila kernel: 0000:00:0a.0: 3Com PCI 3c905C Tornado at 0xcc00. Vers LK1.1.19 Aug 15 08:23:59 aquila kernel: ip_tables: (C) 2000-2002 Netfilter core team Aug 15 08:23:59 aquila kernel: process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT Aug 15 08:24:01 aquila kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] Aug 15 08:24:02 aquila kernel: parport0: Printer, HEWLETT-PACKARD DESKJET 670C Aug 15 08:24:02 aquila kernel: parport_pc: Via 686A parallel port: io=0x378 Aug 15 08:24:02 aquila kernel: lp0: using parport0 (polling). Aug 15 08:24:02 aquila kernel: lp0: console ready Aug 15 08:24:04 aquila cups: cupsd startup succeeded Aug 15 08:24:04 aquila sshd: succeeded Aug 15 08:24:04 aquila xinetd: xinetd startup succeeded Aug 15 08:24:05 aquila xinetd[2176]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in. Aug 15 08:24:05 aquila xinetd[2176]: Started working: 2 available services Aug 15 08:24:10 aquila ntpdate[2186]: step time server 66.187.224.4 offset -0.425285 sec Aug 15 08:24:10 aquila ntpd: succeeded Aug 15 08:24:10 aquila ntpd[2190]: ntpd 4.2.0 at 1.1161-r Thu Mar 11 11:46:39 EST 2004 (1) Aug 15 08:24:10 aquila ntpd: ntpd startup succeeded Aug 15 08:24:10 aquila ntpd[2190]: precision = 3.000 usec Aug 15 08:24:10 aquila ntpd[2190]: kernel time sync status 0040 Aug 15 08:24:10 aquila ntpd[2190]: frequency initialized -22.408 PPM from /var/lib/ntp/drift Aug 15 08:24:10 aquila ntpd[2190]: configure: keyword "authenticate" unknown, line ignored Aug 15 08:24:10 aquila kernel: Installing knfsd (copyright (C) 1996 okir at monad.swb.de). Aug 15 08:24:10 aquila nfs: Starting NFS services: succeeded Aug 15 08:24:10 aquila nfs: rpc.rquotad startup succeeded Aug 15 08:24:11 aquila nfs: rpc.nfsd startup succeeded Aug 15 08:24:11 aquila nfs: rpc.mountd startup succeeded Aug 15 08:24:11 aquila rpcidmapd: rpc.idmapd -SIGHUP succeeded Aug 15 08:24:11 aquila sendmail: sendmail startup succeeded Aug 15 08:24:11 aquila sendmail: sm-client startup succeeded Aug 15 08:24:11 aquila gpm[2282]: *** info [startup.c(95)]: Aug 15 08:24:11 aquila gpm[2282]: Started gpm successfully. Entered daemon mode. Aug 15 08:24:11 aquila gpm[2282]: *** info [mice.c(1766)]: Aug 15 08:24:11 aquila gpm[2282]: imps2: Auto-detected intellimouse PS/2 Aug 15 08:24:12 aquila gpm: gpm startup succeeded Aug 15 08:24:12 aquila crond: crond startup succeeded Aug 15 08:24:13 aquila xfs: xfs startup succeeded Aug 15 08:24:13 aquila anacron: anacron startup succeeded Aug 15 08:24:13 aquila atd: atd startup succeeded Aug 15 08:24:13 aquila readahead: Starting background readahead: Aug 15 08:24:13 aquila rc: Starting readahead: succeeded Aug 15 08:24:14 aquila messagebus: messagebus startup succeeded Aug 15 08:24:15 aquila kernel: bttv: driver version 0.9.14 loaded Aug 15 08:24:15 aquila kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture Aug 15 08:24:15 aquila kernel: bttv: Bt8xx card found (0). Aug 15 08:24:15 aquila kernel: bttv0: Bt878 (rev 2) at 0000:00:09.0, irq: 10, latency: 64, mmio: 0xdddfe000 Aug 15 08:24:15 aquila kernel: bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb Aug 15 08:24:15 aquila kernel: bttv0: using: Hauppauge (bt878) [card=10,autodetected] Aug 15 08:24:15 aquila kernel: bttv0: Hauppauge/Voodoo msp34xx: reset line init [5] Aug 15 08:24:15 aquila kernel: bttv0: Hauppauge eeprom: model=61111, tuner=Philips FI1236 MK2 (2), radio=no Aug 15 08:24:15 aquila kernel: bttv0: using tuner=2 Aug 15 08:24:15 aquila kernel: bttv0: i2c: checking for MSP34xx @ 0x80... found Aug 15 08:24:15 aquila kernel: msp34xx: init: chip=MSP3430G-A1 +nicam +simple +radio Aug 15 08:24:15 aquila kernel: msp3410: daemon started Aug 15 08:24:15 aquila kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found Aug 15 08:24:15 aquila kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found Aug 15 08:24:15 aquila kernel: tvaudio: TV audio decoder + audio/video mux driver Aug 15 08:24:15 aquila kernel: tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951),ta8874z Aug 15 08:24:16 aquila kernel: tuner: chip found at addr 0xc2 i2c-bus bt878 #0 [sw] Aug 15 08:24:16 aquila kernel: tuner: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles)) by bt878 #0 [sw] Aug 15 08:24:16 aquila kernel: bttv0: registered device video1 Aug 15 08:24:16 aquila kernel: bttv0: registered device vbi0 Aug 15 08:24:16 aquila kernel: bttv0: PLL: 28636363 => 35468950 .. ok Aug 15 08:24:17 aquila mdmonitor: mdadm succeeded Aug 15 08:24:17 aquila mdmpd: mdmpd failed Aug 15 08:24:24 aquila rc: Starting webmin: succeeded Aug 15 08:24:25 aquila init: open(/dev/pts/0): No such file or directory Aug 15 08:24:26 aquila rpc.statd[1859]: Can't notify 192.168.1.4, giving up. Aug 15 08:24:31 aquila kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. Aug 15 08:24:31 aquila kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode Aug 15 08:24:31 aquila kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode Aug 15 08:24:31 aquila kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. Aug 15 08:24:31 aquila kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode Aug 15 08:24:31 aquila kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode Aug 15 08:24:44 aquila login(pam_unix)[2454]: session opened for user root by (uid=0) Aug 15 08:24:44 aquila -- root[2454]: ROOT LOGIN ON tty1 Aug 15 08:25:07 aquila login(pam_unix)[2454]: session closed for user root Aug 15 08:25:07 aquila init: open(/dev/pts/0): No such file or directory Aug 15 08:25:18 aquila gdm(pam_unix)[2682]: session opened for user brian by (uid=0) Aug 15 08:25:20 aquila gconfd (brian-2838): starting (version 2.6.0), pid 2838 user 'brian' Aug 15 08:25:20 aquila gconfd (brian-2838): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config source at position 0 Aug 15 08:25:20 aquila gconfd (brian-2838): Resolved address "xml:readwrite:/home/brian/.gconf" to a writable config source at position 1 Aug 15 08:25:20 aquila gconfd (brian-2838): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source at position 2 Aug 15 08:25:24 aquila bonobo-activation-server (brian-2843): iid OAFIID:BrokenNoType:20000808 has a NULL type Aug 15 08:25:24 aquila bonobo-activation-server (brian-2843): invalid character '#' in iid 'OAFIID:This#!!%$iid%^$%_|~!OAFIID_ContainsBadChars' Aug 15 08:25:30 aquila modprobe: FATAL: Error running install command for sound_slot_1 Aug 15 08:26:23 aquila modprobe: FATAL: Error running install command for sound_slot_1 Aug 15 08:26:25 aquila kernel: bttv0: PLL can sleep, using XTAL (28636363). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora at warmcat.com Sat Aug 21 13:05:04 2004 From: fedora at warmcat.com (Andy Green) Date: Sat, 21 Aug 2004 14:05:04 +0100 Subject: Showstopper: rebooting-kernels showing up in stable In-Reply-To: <1093091405.7848.21.camel@aquila.kamakiriad.local> References: <1093091405.7848.21.camel@aquila.kamakiriad.local> Message-ID: <200408211405.09262.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 21 August 2004 13:30, Brian Fahrlander wrote: > Aug 15 08:23:56 aquila kernel: ACPI: FADT (v001 AMIINT VIA_K7 ? 0x00000011 > MSFT 0x00000097) @ 0x1fff0030 Aug 15 08:23:56 aquila kernel: ? >>> ERROR: > Invalid checksum Hum, I should try acpi=off and look for a BIOS update... - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJ0iFjKeDCxMJCTIRAsB5AJ4h/orFWj4I0E3j1FWaPdpvmPeuuACdHw6k rwFAY+OmB7xrcDU24EuPJlw= =B1mk -----END PGP SIGNATURE----- From brian at fahrlander.net Sat Aug 21 13:16:14 2004 From: brian at fahrlander.net (Brian Fahrlander) Date: Sat, 21 Aug 2004 08:16:14 -0500 Subject: Showstopper: rebooting-kernels showing up in stable In-Reply-To: <200408211405.09262.fedora@warmcat.com> References: <1093091405.7848.21.camel@aquila.kamakiriad.local> <200408211405.09262.fedora@warmcat.com> Message-ID: <1093094174.7848.34.camel@aquila.kamakiriad.local> On Sat, 2004-08-21 at 08:05, Andy Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Saturday 21 August 2004 13:30, Brian Fahrlander wrote: > > > Aug 15 08:23:56 aquila kernel: ACPI: FADT (v001 AMIINT VIA_K7 0x00000011 > > MSFT 0x00000097) @ 0x1fff0030 Aug 15 08:23:56 aquila kernel: >>> ERROR: > > Invalid checksum > > Hum, I should try acpi=off and look for a BIOS update... Yeah, I noticed that; is it telling me the acpi stuff in the BIOS has a bad checksum? I'm new to this acpi stuff; I either make servers or desktops that I like to leave on, ya know? I'll try that- thanks. -- ------------------------------------------------------------------------ Brian Fahrl?nder Christian, Conservative, and Technomad Evansville, IN http://www.fahrlander.net ICQ 5119262 AIM: WheelDweller ------------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From linux_4ever at yahoo.com Sat Aug 21 14:08:50 2004 From: linux_4ever at yahoo.com (Steve G) Date: Sat, 21 Aug 2004 07:08:50 -0700 (PDT) Subject: Boot messages in 2.6.8-524 Message-ID: <20040821140850.61167.qmail@web50603.mail.yahoo.com> Hi, I just got yesterday's updates compiled and installed. Upon first boot, I got a message like this: Mounting local filesystem Can't open RNG file /dev/hw_random no such file or directory enable swap... I haven't seen this before. I traced the message string to /sbin/rngd. Is this error something that we should worry about? Something wanted a random number and it aint gonna get it. This prompted me to look deeper into the boot messages since there's a lot of new changes regarding kudzu, hal, dbus, and the kernel. The issues I found will be listed in the sequence they appeared in my logs: Aug 21 09:00:13 buildhost kernel: SELinux: Initializing. Aug 21 09:00:13 buildhost kernel: SELinux: Starting in permissive mode Aug 21 09:00:13 buildhost kernel: There is already a security framework initialized, register_security failed. Aug 21 09:00:13 buildhost kernel: selinux_register_security: Registering secondary module capability Aug 21 09:00:13 buildhost kernel: Capability LSM initialized as secondary OK, why did selinux fail registering? Aug 21 09:00:14 buildhost kernel: ksign: Installing public key data Aug 21 09:00:14 buildhost kernel: Loading keyring Aug 21 09:00:14 buildhost kernel: - Added public key D9E600F29CF41CA4 Aug 21 09:00:14 buildhost kernel: - User ID: Red Hat, Inc. (Kernel Module GPG key) Aug 21 09:00:14 buildhost kernel: ksign: invalid packet (ctb=00) Aug 21 09:00:14 buildhost kernel: Unable to load default keyring: error=74 Why is there an invalid packet and why did the keyring fail to load? Aug 21 09:00:15 buildhost kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 Aug 21 09:00:15 buildhost hal.hotplug[1684]: error sending message to hald Aug 21 09:00:15 buildhost kernel: NET: Registered protocol family 2 Aug 21 09:00:15 buildhost kernel: IP: routing cache hash table of 2048 buckets, 64Kbytes Aug 21 09:00:15 buildhost kernel: TCP: Hash tables configured (established 262144 bind 37449) Hmmm something failed to send a message to hald. What was the dbus & hald boot priority? Aug 21 09:00:16 buildhost kernel: security: 3 users, 4 roles, 251 types, 12 bools Aug 21 09:00:16 buildhost kernel: security: 53 classes, 3895 rules Aug 21 09:00:16 buildhost kernel: SELinux: Completing initialization. SE Linux is just now finishing its init? Why have other daemons and SE Linux applications been running? Is there a synchonization barrier that stops any SE Linux aware application from running until the whole rule set is finished loading? Is there a window of opportunity that a malicious application could run before SE Linux has done its thing? Like maybe disable SE Linux? Aug 21 09:00:16 buildhost kernel: Adding 2096440k swap on /dev/sda5. Priority:-1 extents:1 Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied { mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t tcontext=system_u:object_r:sysctl_t tclass=dir Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied { mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t tcontext=system_u:object_r:sysctl_t tclass=dir Yep, SE Linux is now active, starting to see avc's. Aug 21 09:00:17 buildhost kernel: Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 Aug 21 09:00:17 buildhost kernel: kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device Are there plans to fix kudzu not to use a deprecated mechanism? Aug 21 09:00:18 buildhost crond: crond startup succeeded Aug 21 09:00:18 buildhost anacron: anacron startup succeeded Aug 21 09:00:19 buildhost messagebus: messagebus startup succeeded Aug 21 09:00:19 buildhost haldaemon: haldaemon startup succeeded OK, way down here at the very end haldaemon is active. Isn't this way late? -Steve Grubb _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush From vherva at viasys.com Sat Aug 21 14:30:25 2004 From: vherva at viasys.com (Ville Herva) Date: Sat, 21 Aug 2004 17:30:25 +0300 Subject: Missing update/errata advisories In-Reply-To: <20040816164650.GA25618@devserv.devel.redhat.com> References: <41207734.1020407@sohanet.de> <20040816163003.GF3292@viasys.com> <20040816164650.GA25618@devserv.devel.redhat.com> Message-ID: <20040821143025.GG3292@viasys.com> On Mon, Aug 16, 2004 at 12:46:50PM -0400, you [Alan Cox] wrote: > On Mon, Aug 16, 2004 at 07:30:03PM +0300, Ville Herva wrote: > > http://secunia.com/advisories/12130/) patched by Fedora? Afaict, the newest > > in rawhide is samba-3.0.5-0pre1.0.i386.rpm, which seems to have been put > > together before the advisory was released... I don't see anything in FC2 > > updates, either. > > I pushed it to testing a while back. I am thick, but I don't see it anywhere, not in rawhide nor in core 2 updates. 3.0.6 is out now, too... -- v -- v at iki.fi From paul at all-the-johnsons.co.uk Sat Aug 21 14:46:43 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 21 Aug 2004 15:46:43 +0100 Subject: k3b/cdrecord Message-ID: <1093099603.9113.9.camel@T7.linux> Hi, I'm trying to burn a 4.2Gb file to DVD using k3b. At somewhere near the 1.2Gb level, the recording stops dead, yet k3b says the full burn has occured. When I burn 3 files which add up to 2.9Gb in size, the burn works fine. Has anyone else seen this behaviour from k3b/cdrecord or have I found something which needs to go into bugzilla k3b - 0.11.12-2 cdrecord - 2.01.0.a34-1 NEC 2500 DVDRW (IDE) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora at wir-sind-cool.org Sat Aug 21 15:01:12 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Sat, 21 Aug 2004 17:01:12 +0200 Subject: k3b/cdrecord In-Reply-To: <1093099603.9113.9.camel@T7.linux> References: <1093099603.9113.9.camel@T7.linux> Message-ID: <20040821170112.033cdec5.fedora@wir-sind-cool.org> On Sat, 21 Aug 2004 15:46:43 +0100, Paul wrote: > Hi, > > I'm trying to burn a 4.2Gb file to DVD using k3b. > > At somewhere near the 1.2Gb level, the recording stops dead, yet k3b > says the full burn has occured. When I burn 3 files which add up to > 2.9Gb in size, the burn works fine. > > Has anyone else seen this behaviour from k3b/cdrecord or have I found > something which needs to go into bugzilla > > k3b - 0.11.12-2 > cdrecord - 2.01.0.a34-1 > NEC 2500 DVDRW (IDE) Certainly sounds like something which ought to be buzilla'ed. Try to reproduce it in "simulate only" mode and also save the debug output. From russell at coker.com.au Sat Aug 21 15:48:27 2004 From: russell at coker.com.au (Russell Coker) Date: Sun, 22 Aug 2004 01:48:27 +1000 Subject: Boot messages in 2.6.8-524 In-Reply-To: <20040821140850.61167.qmail@web50603.mail.yahoo.com> References: <20040821140850.61167.qmail@web50603.mail.yahoo.com> Message-ID: <200408220148.27407.russell@coker.com.au> On Sun, 22 Aug 2004 00:08, Steve G wrote: > Mounting local filesystem > Can't open RNG file /dev/hw_random no such file or directory > enable swap... > > I haven't seen this before. I traced the message string to /sbin/rngd. Is > this error something that we should worry about? Something wanted a random > number and it aint gonna get it. rngd copies data from the hardware random number source to /dev/random (the kernel random number source). Without it /dev/random gets populated by key-press intervals, network interrupt times, and other events which may not be sufficiently random or common. It seems that rngd expects /dev/hwrandom while udev with the FC3T1 kernel creates /dev/hw_random. I haven't checked the latest kernel to see whether this has changed. > Aug 21 09:00:13 buildhost kernel: SELinux: Initializing. > Aug 21 09:00:13 buildhost kernel: SELinux: Starting in permissive mode > Aug 21 09:00:13 buildhost kernel: There is already a security framework > initialized, register_security failed. > Aug 21 09:00:13 buildhost kernel: selinux_register_security: Registering > secondary module capability > Aug 21 09:00:13 buildhost kernel: Capability LSM initialized as secondary > > OK, why did selinux fail registering? Bogus error message. SE Linux needs the capability module for full functionality but you get an error when both are loaded. Things work fine anyway. > Aug 21 09:00:16 buildhost kernel: security: 3 users, 4 roles, 251 types, > 12 bools > Aug 21 09:00:16 buildhost kernel: security: 53 classes, 3895 rules > Aug 21 09:00:16 buildhost kernel: SELinux: Completing initialization. > > SE Linux is just now finishing its init? Why have other daemons and SE > Linux applications been running? Is there a synchonization barrier that I believe that hotplug is spawned by kernel threads and can start before init. The policy is loaded and SE Linux init is complete before init starts running with full functionality (IE before rc.sysinit is run). > stops any SE Linux aware application from running until the whole rule set > is finished loading? Is there a window of opportunity that a malicious > application could run before SE Linux has done its thing? Like maybe > disable SE Linux? No. The machine is a long way from multi-user mode at that stage. > Aug 21 09:00:16 buildhost kernel: Adding 2096440k swap on /dev/sda5. > Priority:-1 extents:1 > Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied { > mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc > dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t > tcontext=system_u:object_r:sysctl_t tclass=dir > Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied { > mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc > dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t > tcontext=system_u:object_r:sysctl_t tclass=dir > > Yep, SE Linux is now active, starting to see avc's. What script is calling this mount? It's a bug in policy but I'd like to get more info before making changes. > Aug 21 09:00:18 buildhost crond: crond startup succeeded > Aug 21 09:00:18 buildhost anacron: anacron startup succeeded > Aug 21 09:00:19 buildhost messagebus: messagebus startup succeeded > Aug 21 09:00:19 buildhost haldaemon: haldaemon startup succeeded > > OK, way down here at the very end haldaemon is active. Isn't this way late? I was under the impression that kudzu requires hal. If that means it needs haldaemon to be active then you are correct and it is too late. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From paul at all-the-johnsons.co.uk Sat Aug 21 16:03:46 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 21 Aug 2004 17:03:46 +0100 Subject: k3b/cdrecord In-Reply-To: <20040821170112.033cdec5.fedora@wir-sind-cool.org> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> Message-ID: <1093104226.9113.13.camel@T7.linux> Hi, > > k3b - 0.11.12-2 > > cdrecord - 2.01.0.a34-1 > > NEC 2500 DVDRW (IDE) > > Certainly sounds like something which ought to be buzilla'ed. Try to > reproduce it in "simulate only" mode and also save the debug output. Not sure now what to put it under - here's the debug output System ----------------------- K3b Version:0.11.12 KDE Version: 3.3.0-1 Red Hat QT Version: 3.3.3 growisofs ----------------------- INFO: ISO-8859-1 character encoding detected by locale settings. Assuming ISO-8859-1 encoded filenames on source filesystem, use -input-charset to override. /usr/bin/mkisofs: Value too large for defined data type. File /home/paul/snaketest.bin is too large - ignoring /dev/hdf: engaging DVD-R DAO upon user request... /dev/hdf: reserving 432 blocks , warning for short DAO recording /dev/hdf: "Current Write Speed" is 4.0x1385KBps. Total translation table size: 0 Total rockridge attributes bytes: 169 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used 0 418 extents written (0 MB) /dev/hdf: flushing cache growisofs comand: ----------------------- /usr/bin/growisofs -Z /dev/hdf -use-the-force-luke=notray -use-the- force-luke=tty -use-the-force-luke=dummy -use-the-force-luke=dao - speed=4 -overburn -gui -graft-points -volid Spit on your grave -volset -appid K3B THE CD KREATOR VERSION 0.11.12 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.12 -sysid LINUX - volset-size 1 -volset-seqno 1 -sort /tmp/kde-paul/k3bipMpRb.tmp - rational-rock -hide-list /tmp/kde-paul/k3bBYtVAa.tmp -udf -full-iso9660- filenames -iso-level 2 -path-list /tmp/kde-paul/k3bSEUgGa.tmp Now, k3b is saying that the file is not oversized and that there is 6.1Mb free on the drive. To me that looks like a mkisofs error rather than anything. Could someone advise what to file it under? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michel.salim at gmail.com Sat Aug 21 16:19:05 2004 From: michel.salim at gmail.com (Michel Salim) Date: Sat, 21 Aug 2004 11:19:05 -0500 Subject: esound 0.2.35-1 sound quality regression In-Reply-To: <883cfe6d04082020303e826ca0@mail.gmail.com> References: <883cfe6d04082020303e826ca0@mail.gmail.com> Message-ID: <883cfe6d040821091940833347@mail.gmail.com> Hi all, Sound quality when playing music using ESD output has been fine until recently.. I'd guess it was the upgrade from 0.2.34-3 to 0.2.35-1 that changes things. I have a Centrino laptop that uses the snd_intel8x0 Alsa driver for sound, and before esound has always run at 48 kHz and things work fine. Now esound defaults to 44.1 kHz and the sound output.. vibrates a lot. Unfortunately there is no way to select the preferred sample rate using the GNOME sound capplet.. I had to kill esd from the command line, and then restart it (without the -terminate flag, otherwise when it stops and GNOME launches a new esd, it is started with the wrong sample rate again). Thanks, Michel Salim ??? http://salimma.livejournal.com -- Michel Salim ??? http://salimma.livejournal.com From david at fubar.dk Sat Aug 21 16:30:03 2004 From: david at fubar.dk (David Zeuthen) Date: Sat, 21 Aug 2004 18:30:03 +0200 Subject: Boot messages in 2.6.8-524 In-Reply-To: <20040821140850.61167.qmail@web50603.mail.yahoo.com> References: <20040821140850.61167.qmail@web50603.mail.yahoo.com> Message-ID: <1093105803.8257.60.camel@localhost.localdomain> On Sat, 2004-08-21 at 07:08 -0700, Steve G wrote: > Aug 21 09:00:15 buildhost kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, > MD_SB_DISKS=27 > Aug 21 09:00:15 buildhost hal.hotplug[1684]: error sending message to hald > Aug 21 09:00:15 buildhost kernel: NET: Registered protocol family 2 > Aug 21 09:00:15 buildhost kernel: IP: routing cache hash table of 2048 buckets, > 64Kbytes > Aug 21 09:00:15 buildhost kernel: TCP: Hash tables configured (established 262144 > bind 37449) > > Hmmm something failed to send a message to hald. What was the dbus & hald boot > priority? > I'll probably remove that message from hal.hotplug. > Aug 21 09:00:18 buildhost crond: crond startup succeeded > Aug 21 09:00:18 buildhost anacron: anacron startup succeeded > Aug 21 09:00:19 buildhost messagebus: messagebus startup succeeded > Aug 21 09:00:19 buildhost haldaemon: haldaemon startup succeeded > > OK, way down here at the very end haldaemon is active. Isn't this way late? > Not really; the hal daemon probes sysfs when starting up (the equivalent of 'coldplugging') so there is no need to move haldaemon (and it's dependency messagebus) to an earlier stage until other initscripts needs it (or an /etc/fstab that matches the installed drives since the haldaemon invokes fstab-sync). David From david at fubar.dk Sat Aug 21 16:32:04 2004 From: david at fubar.dk (David Zeuthen) Date: Sat, 21 Aug 2004 18:32:04 +0200 Subject: Boot messages in 2.6.8-524 In-Reply-To: <200408220148.27407.russell@coker.com.au> References: <20040821140850.61167.qmail@web50603.mail.yahoo.com> <200408220148.27407.russell@coker.com.au> Message-ID: <1093105924.8257.62.camel@localhost.localdomain> On Sun, 2004-08-22 at 01:48 +1000, Russell Coker wrote: > > OK, way down here at the very end haldaemon is active. Isn't this way late? > > I was under the impression that kudzu requires hal. If that means it needs > haldaemon to be active then you are correct and it is too late. > kudzu does have a 'Requires: hal' line but that was only to drag in hal since /etc/fstab is now managed by fstab-sync (which is invoked by hal and currently part of the hal package) and not kudzu. Cheers, David From brian at fahrlander.net Sat Aug 21 16:43:00 2004 From: brian at fahrlander.net (Brian Fahrlander) Date: Sat, 21 Aug 2004 11:43:00 -0500 Subject: Showstopper: rebooting-kernels showing up in stable In-Reply-To: <200408211405.09262.fedora@warmcat.com> References: <1093091405.7848.21.camel@aquila.kamakiriad.local> <200408211405.09262.fedora@warmcat.com> Message-ID: <1093106579.4057.10.camel@aquila.kamakiriad.local> On Sat, 2004-08-21 at 08:05, Andy Green wrote: > On Saturday 21 August 2004 13:30, Brian Fahrlander wrote: > > > Aug 15 08:23:56 aquila kernel: ACPI: FADT (v001 AMIINT VIA_K7 0x00000011 > > MSFT 0x00000097) @ 0x1fff0030 Aug 15 08:23:56 aquila kernel: >>> ERROR: > > Invalid checksum > > Hum, I should try acpi=off and look for a BIOS update... Did it. Entered noapic (that's not right, is it?) and it booted. Then to learn more, I turned the APIC back on in the BIOS, and it's booting like a champ. I was thinking that removing unnecessary things would make it simpler, and therefore more likely to work....but NO... Thanks so much for your help! -- ------------------------------------------------------------------------ Brian Fahrl?nder Christian, Conservative, and Technomad Evansville, IN http://www.fahrlander.net ICQ 5119262 AIM: WheelDweller ------------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ernesto at ornl.gov Sat Aug 21 17:22:29 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 21 Aug 2004 13:22:29 -0400 Subject: Missing some X11 headers Message-ID: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B09@ORNLEXCHANGE.ornl.gov> Hi, I did an update against rawhide to get the latest Xorg stuff. When building some X-win software, I discovered that some X11 headers are missing: ============================================ /usr/include/X11/extensions -- Print.h -- Printstr.h ============================================ Thanks, Ernesto From shrek-m at gmx.de Sat Aug 21 18:24:57 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sat, 21 Aug 2004 20:24:57 +0200 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal Message-ID: <41279379.50905@gmx.de> hi, with kernel-2.6.8-1.525 tvtime has no /dev/video = no signal = no athens 2004 :-(( booting again with <= kernel-2.6.8-1.524 all is ok. (update fc2 -> fc3t1) what happened ? # rpm -q kernel kernel-2.6.7-1.478 kernel-2.6.7-1.517 kernel-2.6.8-1.524 kernel-2.6.8-1.525 # lspci | grep Bt 00:0f.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 02) 00:0f.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 02) # grep bt /etc/modprobe.conf alias char-major-81 bttv # yum check-update Gathering header information file(s) from server(s) Server: Fedora Core 2.90 - Development Tree Finding updated packages Downloading needed headers # date -u Sa Aug 21 18:19:46 UTC 2004 -- shrek-m From linux_4ever at yahoo.com Sat Aug 21 18:49:26 2004 From: linux_4ever at yahoo.com (Steve G) Date: Sat, 21 Aug 2004 11:49:26 -0700 (PDT) Subject: Boot messages in 2.6.8-524 In-Reply-To: <200408220148.27407.russell@coker.com.au> Message-ID: <20040821184926.87752.qmail@web50601.mail.yahoo.com> >rngd copies data from the hardware random number source to /dev/random (the >kernel random number source). Without it /dev/random gets populated by >key-press intervals, network interrupt times, and other events which may not >be sufficiently random or common. Right. That's what bothers me. >It seems that rngd expects /dev/hwrandom while udev with the FC3T1 kernel >creates /dev/hw_random. I haven't checked the latest kernel to see whether >this has changed. So which one is considered wrong? >I believe that hotplug is spawned by kernel threads and can start before init. >The policy is loaded and SE Linux init is complete before init starts running >with full functionality (IE before rc.sysinit is run). Is that guaranteed or just happens to work out that way? >> Aug 21 09:00:16 buildhost kernel: Adding 2096440k swap on /dev/sda5. >> Priority:-1 extents:1 >> Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied { >> mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc >> dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t >> tcontext=system_u:object_r:sysctl_t tclass=dir >> Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied { >> mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc >> dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t >> tcontext=system_u:object_r:sysctl_t tclass=dir > >What script is calling this mount? It's a bug in policy but I'd like to get >more info before making changes. I am using the targeted policy 1.15.16-2 and initscripts 7.62. This was right after the add swap file in /etc/rc.sysinit: # Start up swapping. update_boot_stage RCswap action $"Enabling swap space: " swapon -a -e # Set up binfmt_misc /bin/mount -t binfmt_misc none /proc/sys/fs/binfmt_misc > /dev/null 2>&1 -Steve Grubb _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush From fedora at warmcat.com Sat Aug 21 18:52:14 2004 From: fedora at warmcat.com (Andy Green) Date: Sat, 21 Aug 2004 19:52:14 +0100 Subject: Showstopper: rebooting-kernels showing up in stable In-Reply-To: <1093106579.4057.10.camel@aquila.kamakiriad.local> References: <1093091405.7848.21.camel@aquila.kamakiriad.local> <200408211405.09262.fedora@warmcat.com> <1093106579.4057.10.camel@aquila.kamakiriad.local> Message-ID: <200408211952.19827.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 21 August 2004 17:43, Brian Fahrlander wrote: > On Sat, 2004-08-21 at 08:05, Andy Green wrote: > > On Saturday 21 August 2004 13:30, Brian Fahrlander wrote: > > > Aug 15 08:23:56 aquila kernel: ACPI: FADT (v001 AMIINT VIA_K7 > > > 0x00000011 MSFT 0x00000097) @ 0x1fff0030 Aug 15 08:23:56 aquila kernel: > > > >>> ERROR: Invalid checksum > > > > Hum, I should try acpi=off and look for a BIOS update... > > Did it. Entered noapic (that's not right, is it?) and it booted. > Then to learn more, I turned the APIC back on in the BIOS, and it's > booting like a champ. ... > Thanks so much for your help! Seems like I was only helpful by accident :-) APIC is an "Advanced" version of the PIC or Programmable Interrupt Controller. ACPI is a whole other animal, Advanced Configuration and Power Interface. To confuse matters the APCI stuff can define which interrupt belongs to what. Anyway, glad you're up again :-) - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJ5njjKeDCxMJCTIRAnDuAJ4pNcLCLlJs+pcWPGcLrEojyCZwSwCbBwH6 kyE+dQwhTOUgz36RgKJ2OYk= =8rhf -----END PGP SIGNATURE----- From prothonotar at tarnation.dyndns.org Sat Aug 21 19:00:54 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 21 Aug 2004 15:00:54 -0400 Subject: Missing some X11 headers In-Reply-To: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B09@ORNLEXCHANGE.ornl.gov> References: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B09@ORNLEXCHANGE.ornl.gov> Message-ID: <1093114854.4012.16.camel@localhost.localdomain> On Sat, 2004-08-21 at 13:22 -0400, Williams Jr, Ernest L. wrote: > Hi, > > I did an update against rawhide to get the latest Xorg stuff. > > When building some X-win software, I discovered that some X11 headers are missing: > ============================================ > /usr/include/X11/extensions > > -- Print.h > -- Printstr.h > ============================================ > I have xorg-x11-devel-6.7.99.2-5 which includes both of those files. -- Aaron Gaudio From jspaleta at gmail.com Sat Aug 21 19:17:42 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sat, 21 Aug 2004 15:17:42 -0400 Subject: Sound modules no longer loading at boot up with latest rawhide updates Message-ID: <604aa79104082112177c129f80@mail.gmail.com> So i was running kernel-smp-2.6.7-1.517 from rawhide without a problem. I synced to todays rawhide tree and booted into kernel-smp-2.6.8-1.525 and i noticed the sound modules were not being loadded at boot time. Going back to the kernel-smp-2.6.7-1.517 and things work as expected, but i was planning to do that test again after i write this email. If I modprobe snd-card-0, the modules load and everything is right with the world. So anyone else seeing sound modules no longer loading automagically? my modprobe.conf has: alias snd-card-0 snd-emu10k1 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r - -ignore-remove snd-emu10k1 -jef From train at voicenet.com Sat Aug 21 19:36:16 2004 From: train at voicenet.com (Herbert Rutledge) Date: Sat, 21 Aug 2004 15:36:16 -0400 Subject: Sound modules no longer loading at boot up with latest rawhide updates In-Reply-To: <604aa79104082112177c129f80@mail.gmail.com> References: <604aa79104082112177c129f80@mail.gmail.com> Message-ID: <1093116976.4669.1.camel@trilon> On Sat, 2004-08-21 at 15:17 -0400, Jeff Spaleta wrote: > So anyone else seeing sound modules no longer loading automagically? Yep. -train From shrek-m at gmx.de Sat Aug 21 20:04:36 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sat, 21 Aug 2004 22:04:36 +0200 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal In-Reply-To: <41279379.50905@gmx.de> References: <41279379.50905@gmx.de> Message-ID: <4127AAD4.6080005@gmx.de> shrek-m at gmx.de wrote: > with kernel-2.6.8-1.525 > tvtime has no /dev/video = no signal = no athens 2004 :-(( > > booting again with <= kernel-2.6.8-1.524 all is ok. > (update fc2 -> fc3t1) > > what happened ? +-+-+-+-+ lsmod after booting into kernel-2.6.8-1.525 # lsmod Module Size Used by autofs4 20293 0 sunrpc 140325 1 e100 34245 0 mii 3777 1 e100 dm_mod 46677 0 uhci_hcd 28249 0 md5 3649 1 ipv6 211845 16 ext3 95401 1 jbd 65625 1 ext3 fdomain 13129 0 sd_mod 17857 0 scsi_mod 103953 2 fdomain,sd_mod +-+-+-+-+ no luck, tvtime does not work with kernel-2.6.8-1.524 # modprobe bttv # modprobe snd_es1938 # lsmod Module Size Used by snd_es1938 18153 0 snd_pcm 82377 1 snd_es1938 snd_page_alloc 8137 1 snd_pcm snd_opl3_lib 9153 1 snd_es1938 snd_timer 25029 2 snd_pcm,snd_opl3_lib snd_hwdep 6596 1 snd_opl3_lib gameport 3777 1 snd_es1938 snd_mpu401_uart 7233 1 snd_es1938 snd_rawmidi 21605 1 snd_mpu401_uart snd_seq_device 6345 2 snd_opl3_lib,snd_rawmidi snd 44453 8 snd_es1938,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 7457 1 snd tuner 16601 0 tvaudio 18637 0 bttv 140557 0 video_buf 17221 1 bttv i2c_algo_bit 7497 1 bttv v4l2_common 4929 1 bttv btcx_risc 3657 1 bttv i2c_core 17217 4 tuner,tvaudio,bttv,i2c_algo_bit videodev 7105 1 bttv autofs4 20293 0 sunrpc 140325 1 e100 34245 0 mii 3777 1 e100 dm_mod 46677 0 uhci_hcd 28249 0 md5 3649 1 ipv6 211845 16 ext3 95401 1 jbd 65625 1 ext3 fdomain 13129 0 sd_mod 17857 0 scsi_mod 103953 2 fdomain,sd_mod +-+-+-+-+ lsmod after booting into kernel-2.6.8-1.524 # lsmod Module Size Used by tuner 16601 0 tvaudio 18637 0 bttv 140557 1 video_buf 17221 1 bttv i2c_algo_bit 7497 1 bttv v4l2_common 4929 1 bttv btcx_risc 3657 1 bttv i2c_core 17217 4 tuner,tvaudio,bttv,i2c_algo_bit videodev 7105 2 bttv snd_mixer_oss 14017 2 snd_es1938 18153 3 snd_pcm 82377 1 snd_es1938 snd_page_alloc 8137 1 snd_pcm snd_opl3_lib 9153 1 snd_es1938 snd_timer 25029 2 snd_pcm,snd_opl3_lib snd_hwdep 6597 1 snd_opl3_lib gameport 3777 1 snd_es1938 snd_mpu401_uart 7232 1 snd_es1938 snd_rawmidi 21605 1 snd_mpu401_uart snd_seq_device 6345 2 snd_opl3_lib,snd_rawmidi snd 44453 11 snd_mixer_oss,snd_es1938,snd_pcm,snd_opl3_lib,s nd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 7457 3 snd parport_pc 21249 1 lp 9133 0 parport 35337 2 parport_pc,lp autofs4 20293 0 sunrpc 140325 1 e100 34245 0 mii 3777 1 e100 floppy 53873 0 microcode 5473 0 dm_mod 46677 0 uhci_hcd 28249 0 md5 3649 1 ipv6 211845 16 ext3 92585 1 jbd 65625 1 ext3 fdomain 13129 0 sd_mod 17857 0 scsi_mod 103953 2 fdomain,sd_mod -- shrek-m From talbotscott at cox.net Sat Aug 21 20:10:10 2004 From: talbotscott at cox.net (Scott Talbot) Date: Sat, 21 Aug 2004 13:10:10 -0700 Subject: Unable to connect to internet Message-ID: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> All: I was really hoping to see that everyone had fixed this, but alas: while downloading today's updates I received the error Segfault when trying to update xorg-x11-xdm. apparently this was the last file that was installing because up2date stopped soon afterward though it still was reporting that that file needed to be updated. I tried several times, but up2date would not even try to update it again and when I checked rpm -q xorg-x11-xdm I was told that the latest version was installed. I tried to reboot to try the latest kernel and saw an error that I could not connect to clock server nor synch to timeserver, but I figured that the server must be down, but found out to my horror that I could not get on the net, connect to mail server, up2date applet can't connect to server nothing seems to be working. I found that iptables was altered and that there was no entry to connect to clockserver so I disabled that in the clock preferences. That stops the failures I was getting, but I still can't connect to any sites. My iptables are: Chain INPUT (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere anywhere Chain FORWARD (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere anywhere Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain RH-Firewall-1-INPUT (2 references) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT icmp -- anywhere anywhere icmp any ACCEPT ipv6-crypt-- anywhere anywhere ACCEPT ipv6-auth-- anywhere anywhere ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https REJECT all -- anywhere anywhere reject-with icmp-host-prohibited Which to my untrained eye (and comparing to the FC2 ones) looks good Anybody got a hint or two? Scott From shrek-m at gmx.de Sat Aug 21 20:23:18 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sat, 21 Aug 2004 22:23:18 +0200 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal In-Reply-To: <4127AAD4.6080005@gmx.de> References: <41279379.50905@gmx.de> <4127AAD4.6080005@gmx.de> Message-ID: <4127AF36.3070801@gmx.de> shrek-m at gmx.de wrote: > +-+-+-+-+ > lsmod after booting into kernel-2.6.8-1.525 > > # lsmod > Module Size Used by > autofs4 20293 0 > sunrpc 140325 1 > e100 34245 0 > mii 3777 1 e100 > dm_mod 46677 0 > uhci_hcd 28249 0 > md5 3649 1 > ipv6 211845 16 > ext3 95401 1 > jbd 65625 1 ext3 > fdomain 13129 0 > sd_mod 17857 0 > scsi_mod 103953 2 fdomain,sd_mod > > > sorry > +-+-+-+-+ > no luck, tvtime does not work with kernel-2.6.8-1.524 should be "no luck, tvtime does not work with kernel-2.6.8-1.525" > > # modprobe bttv > # modprobe snd_es1938 > > # lsmod > Module Size Used by > snd_es1938 18153 0 -- shrek-m From fedora at warmcat.com Sat Aug 21 18:52:14 2004 From: fedora at warmcat.com (Andy Green) Date: Sat, 21 Aug 2004 19:52:14 +0100 Subject: Showstopper: rebooting-kernels showing up in stable In-Reply-To: <1093106579.4057.10.camel@aquila.kamakiriad.local> References: <1093091405.7848.21.camel@aquila.kamakiriad.local> <200408211405.09262.fedora@warmcat.com> <1093106579.4057.10.camel@aquila.kamakiriad.local> Message-ID: <200408211952.19827.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 21 August 2004 17:43, Brian Fahrlander wrote: > On Sat, 2004-08-21 at 08:05, Andy Green wrote: > > On Saturday 21 August 2004 13:30, Brian Fahrlander wrote: > > > Aug 15 08:23:56 aquila kernel: ACPI: FADT (v001 AMIINT VIA_K7 > > > 0x00000011 MSFT 0x00000097) @ 0x1fff0030 Aug 15 08:23:56 aquila kernel: > > > >>> ERROR: Invalid checksum > > > > Hum, I should try acpi=off and look for a BIOS update... > > Did it. Entered noapic (that's not right, is it?) and it booted. > Then to learn more, I turned the APIC back on in the BIOS, and it's > booting like a champ. ... > Thanks so much for your help! Seems like I was only helpful by accident :-) APIC is an "Advanced" version of the PIC or Programmable Interrupt Controller. ACPI is a whole other animal, Advanced Configuration and Power Interface. To confuse matters the APCI stuff can define which interrupt belongs to what. Anyway, glad you're up again :-) - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJ5njjKeDCxMJCTIRAnDuAJ4pNcLCLlJs+pcWPGcLrEojyCZwSwCbBwH6 kyE+dQwhTOUgz36RgKJ2OYk= =8rhf -----END PGP SIGNATURE----- From michal at harddata.com Sat Aug 21 20:32:11 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sat, 21 Aug 2004 14:32:11 -0600 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal In-Reply-To: <41279379.50905@gmx.de>; from shrek-m@gmx.de on Sat, Aug 21, 2004 at 08:24:57PM +0200 References: <41279379.50905@gmx.de> Message-ID: <20040821143211.A14472@mail.harddata.com> On Sat, Aug 21, 2004 at 08:24:57PM +0200, shrek-m at gmx.de wrote: > > with kernel-2.6.8-1.525 > tvtime has no /dev/video = no signal = no athens 2004 :-(( > > booting again with <= kernel-2.6.8-1.524 all is ok. > (update fc2 -> fc3t1) > > what happened ? Trying to guess. 'udev' was started while it was not doing that before (provided that you have it installed)? The real changes are in 'initscripts' and 'mkinitrd'. It could be something else. Michal From whooperhsd3 at earthlink.net Sat Aug 21 21:42:38 2004 From: whooperhsd3 at earthlink.net (William Hooper) Date: Sat, 21 Aug 2004 17:42:38 -0400 (EDT) Subject: Unable to connect to internet In-Reply-To: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> References: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <3421.192.168.0.254.1093124558.squirrel@whooper.org> Scott Talbot said: > [snip] > I tried to reboot to try the latest kernel and saw an error that I > could not connect to clock server nor synch to timeserver, but I figured > that the server must be down, but found out to my horror that I could not > get on the net, connect to mail server, up2date applet can't connect to > server nothing seems to be working. [snip] What does your /etc/resolve.conf say? Are you using a static IP or DHCP? -- William Hooper From peter_banks at charter.net Sat Aug 21 21:42:40 2004 From: peter_banks at charter.net (Peter A. Banks) Date: Sat, 21 Aug 2004 17:42:40 -0400 Subject: Unable to get into gnome-control-center. In-Reply-To: <20040821203242.3461773320@hormel.redhat.com> Message-ID: <000901c487c7$cba33910$9c01a8c0@charter.net> I went through the news group and saw this was a problem and deleted The file. I still get this error. #The catalog viewer installed by gthumb seems to be incompatible with #2.7 series Nautilus; just delete GNOME_GThumb_CatalogView.server from #/usr/lib/bonobo/servers and killall nautilus to let it respawn. #HTH, On Fri, 20 Aug 2004 13:01:07 -0400, Peter A. Banks wrote: > Comes back with unable to find preferences:/// error. > > -- > fedora-test-list mailing list > fedora-test-list redhat com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > -- Michel Salim ??? http://salimma.livejournal.com From alan at redhat.com Sat Aug 21 21:47:19 2004 From: alan at redhat.com (Alan Cox) Date: Sat, 21 Aug 2004 17:47:19 -0400 Subject: Missing update/errata advisories In-Reply-To: <20040821143025.GG3292@viasys.com> References: <41207734.1020407@sohanet.de> <20040816163003.GF3292@viasys.com> <20040816164650.GA25618@devserv.devel.redhat.com> <20040821143025.GG3292@viasys.com> Message-ID: <20040821214719.GB19454@devserv.devel.redhat.com> On Sat, Aug 21, 2004 at 05:30:25PM +0300, Ville Herva wrote: > > > together before the advisory was released... I don't see anything in FC2 > > > updates, either. > > > > I pushed it to testing a while back. > > I am thick, but I don't see it anywhere, not in rawhide nor in core 2 > updates. Core 2 testing rather than updates. > 3.0.6 is out now, too... Yep. Someone is looking at that. From alan at redhat.com Sat Aug 21 21:50:12 2004 From: alan at redhat.com (Alan Cox) Date: Sat, 21 Aug 2004 17:50:12 -0400 Subject: Missing some X11 headers In-Reply-To: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B09@ORNLEXCHANGE.ornl.gov> References: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B09@ORNLEXCHANGE.ornl.gov> Message-ID: <20040821215012.GC19454@devserv.devel.redhat.com> On Sat, Aug 21, 2004 at 01:22:29PM -0400, Williams Jr, Ernest L. wrote: > Hi, > I did an update against rawhide to get the latest Xorg stuff. > When building some X-win software, I discovered that some X11 headers are missing: > ============================================ > /usr/include/X11/extensions > > -- Print.h > -- Printstr.h > ============================================ XPrint is off on those builds. From usdanskys at rocketmail.com Sat Aug 21 22:27:00 2004 From: usdanskys at rocketmail.com (Steven Usdansky) Date: Sat, 21 Aug 2004 17:27:00 -0500 Subject: chip values in blackjack? Message-ID: <20040821172700.7e2ee262@Microcline> Trying to play blackjack in FC3-test1 updated to current offerings from fedora.cs.utah.edu/pub/fedora/linux/core/development. Only the $100 chip is labelled - the others are blank in the middle. Anybody else have this problem? -- Steven I. Usdansky, PhD Traveling Geologist -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From talbotscott at cox.net Sat Aug 21 22:34:22 2004 From: talbotscott at cox.net (Scott Talbot) Date: Sat, 21 Aug 2004 15:34:22 -0700 Subject: Unable to connect to internet In-Reply-To: <3421.192.168.0.254.1093124558.squirrel@whooper.org> References: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> <3421.192.168.0.254.1093124558.squirrel@whooper.org> Message-ID: <1093127662.4611.3.camel@localhost.localdomain> On Sat, 2004-08-21 at 17:42 -0400, William Hooper wrote: > Scott Talbot said: > > > [snip] > > I tried to reboot to try the latest kernel and saw an error that I > > could not connect to clock server nor synch to timeserver, but I figured > > that the server must be down, but found out to my horror that I could not > > get on the net, connect to mail server, up2date applet can't connect to > > server nothing seems to be working. > [snip] > > What does your /etc/resolve.conf say? Are you using a static IP or DHCP? Thanks William, that waas it. Somehow the resolv.conf file was wiped clean (didn't even have the remark line about being generated by /sbin/dhclient-script. Just curious though, since I'm DHCP doesn't that get run each log-on? Oh well, more questions! Scott > -- > William Hooper > From pri.rhl3 at iadonisi.to Sat Aug 21 22:41:35 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Sat, 21 Aug 2004 18:41:35 -0400 Subject: Unable to connect to internet In-Reply-To: <1093127662.4611.3.camel@localhost.localdomain> References: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> <3421.192.168.0.254.1093124558.squirrel@whooper.org> <1093127662.4611.3.camel@localhost.localdomain> Message-ID: <1093128094.639.4.camel@va.local.linuxlobbyist.org> On Sat, 2004-08-21 at 18:34, Scott Talbot wrote: [snip] > > What does your /etc/resolve.conf say? Are you using a static IP or DHCP? > > Thanks William, that waas it. Somehow the resolv.conf file was wiped > clean (didn't even have the remark line about being generated > by /sbin/dhclient-script. > > Just curious though, since I'm DHCP doesn't that get run each log-on? > Oh well, more questions! Not at every login, but yes on every reboot. Your /etc/resolv.conf will probably get wiped out every time you reboot or otherwise restart networking (e.g.: 'service network restart'). I ran into this, too, just a little while ago. Seems to be the result of this change: ==== ws187:iadonisi:499) rpm -q --changelog initscripts | head * Fri Aug 20 2004 Jason Vas Dias 7.66-1 - Allow users to use generic /etc/dhclient.conf if per-device - /etc/dhclient-${DEVICE}.conf is non-existent or empty * Fri Aug 20 2004 Jason Vas Dias 7.66-1 - Preserve "options" settings in resolv.conf (bug 125712) * Fri Aug 20 2004 Jeremy Katz - 7.65-1 ==== So it looks like it could have to do with one of the last two changes. Has this been bugzilla'd? -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From ernesto at ornl.gov Sat Aug 21 22:52:18 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 21 Aug 2004 18:52:18 -0400 Subject: Missing some X11 headers Message-ID: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B0B@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Aaron Gaudio Sent: Sat 8/21/2004 3:00 PM To: For testers of Fedora Core development releases Subject: Re: Missing some X11 headers On Sat, 2004-08-21 at 13:22 -0400, Williams Jr, Ernest L. wrote: > Hi, > > I did an update against rawhide to get the latest Xorg stuff. > > When building some X-win software, I discovered that some X11 headers are missing: > ============================================ > /usr/include/X11/extensions > > -- Print.h > -- Printstr.h > ============================================ > I have xorg-x11-devel-6.7.99.2-5 which includes both of those files. I have xorg-x11-devel-6.7.99.902-1 from rawhide and these files are not there. -- Aaron Gaudio -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From ernesto at ornl.gov Sat Aug 21 22:55:50 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 21 Aug 2004 18:55:50 -0400 Subject: Missing some X11 headers Message-ID: <0EB16F5D5E80724FA5B98AD4820DC0B41A0B0C@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Alan Cox Sent: Sat 8/21/2004 5:50 PM To: For testers of Fedora Core development releases Subject: Re: Missing some X11 headers On Sat, Aug 21, 2004 at 01:22:29PM -0400, Williams Jr, Ernest L. wrote: > Hi, > I did an update against rawhide to get the latest Xorg stuff. > When building some X-win software, I discovered that some X11 headers are missing: > ============================================ > /usr/include/X11/extensions > > -- Print.h > -- Printstr.h > ============================================ XPrint is off on those builds. Ah, they must be debugging something? -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From shadowssurround at hotpop.com Sat Aug 21 22:58:43 2004 From: shadowssurround at hotpop.com (Ryan James) Date: Sat, 21 Aug 2004 15:58:43 -0700 Subject: Unable to connect to internet In-Reply-To: <1093127662.4611.3.camel@localhost.localdomain> References: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> <3421.192.168.0.254.1093124558.squirrel@whooper.org> <1093127662.4611.3.camel@localhost.localdomain> Message-ID: <4127D3A3.2030204@hotpop.com> Scott Talbot wrote: >On Sat, 2004-08-21 at 17:42 -0400, William Hooper wrote: > > >>Scott Talbot said: >> >> >>[snip] >> >> >>>I tried to reboot to try the latest kernel and saw an error that I >>>could not connect to clock server nor synch to timeserver, but I figured >>>that the server must be down, but found out to my horror that I could not >>>get on the net, connect to mail server, up2date applet can't connect to >>>server nothing seems to be working. >>> >>> >>[snip] >> >>What does your /etc/resolve.conf say? Are you using a static IP or DHCP? >> >> > >Thanks William, that waas it. Somehow the resolv.conf file was wiped >clean (didn't even have the remark line about being generated >by /sbin/dhclient-script. > >Just curious though, since I'm DHCP doesn't that get run each log-on? >Oh well, more questions! > >Scott > > > >>-- >>William Hooper >> >> >> > > > > > Sorry, i'm somewhat of a n00b here--how do i recreate resolv.conf? in case it would help, here's my info: everything worked fine this morning, but then i did today's up2date stuff and the networking doesn't work now. i did not get a seg fault during the updating. From pri.rhl3 at iadonisi.to Sat Aug 21 23:18:35 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Sat, 21 Aug 2004 19:18:35 -0400 Subject: Unable to connect to internet In-Reply-To: <4127D3A3.2030204@hotpop.com> References: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> <3421.192.168.0.254.1093124558.squirrel@whooper.org> <1093127662.4611.3.camel@localhost.localdomain> <4127D3A3.2030204@hotpop.com> Message-ID: <1093130315.639.27.camel@va.local.linuxlobbyist.org> On Sat, 2004-08-21 at 18:58, Ryan James wrote: [snip] > Sorry, i'm somewhat of a n00b here--how do i recreate resolv.conf? You could create it by hand, but you may have a copy of what was there previously in /etc/resolv.conf.predhclient. If that's not there, or it is but it's empty, here's a sample /etc/resolv.conf: --- cut here --- search example.com nameserver 192.168.1.254 nameserver 192.168.2.254 --- cut here --- where example.com is replaced with your domain, and the IP addresses are addresses of your actual DNS servers. > in case it would help, here's my info: everything worked fine this > morning, but then i did today's up2date stuff and the networking doesn't > work now. i did not get a seg fault during the updating. Yes, it looks like the initscripts update might have broken it. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From paul at all-the-johnsons.co.uk Sun Aug 22 00:14:45 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 22 Aug 2004 01:14:45 +0100 Subject: Java with FC3t1 Message-ID: <1093133685.9113.36.camel@T7.linux> Hi, I've just attempted to install limewire with the j2re1.4.2_05 rpm from Sun. I had the following back... tail: `-1' option is obsolete; use `-n 1' Try `tail --help' for more information. ./LimeWireLinux.bin: line 326: [: `)' expected, found -z Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.2_05/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at sun.security.action.LoadLibraryAction.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.NativeLibLoader.loadLibraries(Unknown Source) at sun.awt.DebugHelper.(Unknown Source) at java.awt.Component.(Unknown Source) at com.zerog.ia.installer.Main.c(Unknown Source) at com.zerog.ia.installer.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.zerog.lax.LAX.launch(Unknown Source) at com.zerog.lax.LAX.main(Unknown Source) GUI- Anyone else having problems with Java and FC3t1? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michal at harddata.com Sun Aug 22 01:26:31 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sat, 21 Aug 2004 19:26:31 -0600 Subject: Unable to connect to internet In-Reply-To: <1093127662.4611.3.camel@localhost.localdomain>; from talbotscott@cox.net on Sat, Aug 21, 2004 at 03:34:22PM -0700 References: <1093119010.2708.17.camel@ip68-7-36-36.sd.sd.cox.net> <3421.192.168.0.254.1093124558.squirrel@whooper.org> <1093127662.4611.3.camel@localhost.localdomain> Message-ID: <20040821192631.A18715@mail.harddata.com> On Sat, Aug 21, 2004 at 03:34:22PM -0700, Scott Talbot wrote: > > Thanks William, that waas it. Somehow the resolv.conf file was wiped > clean (didn't even have the remark line about being generated > by /sbin/dhclient-script. Just filed https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130575 about that. It looks to me that a brand new '/sbin/ifup' is screwing up something here. Michal From mike at flyn.org Sun Aug 22 02:44:35 2004 From: mike at flyn.org (W. Michael Petullo) Date: Sat, 21 Aug 2004 21:44:35 -0500 Subject: Java with FC3t1 In-Reply-To: <1093133685.9113.36.camel@T7.linux> References: <1093133685.9113.36.camel@T7.linux> Message-ID: <20040822024435.GA5447@imp.flyn.org> > Stack Trace: > java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.2_05/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory [mike at imp ~]$ rpm -qf /usr/X11R6/lib/libXp.so.6 xorg-x11-deprecated-libs-6.7.99.902-2 Do you have xorg-x11-deprecated-libs installed? Does /usr/X11R6/lib/libXp.so.6 exist? Is /usr/X11R6/lib in your /etc/ld.so.conf? -- Mike :wq From notting at redhat.com Sun Aug 22 03:02:21 2004 From: notting at redhat.com (Bill Nottingham) Date: Sat, 21 Aug 2004 23:02:21 -0400 Subject: Fedora Core 2 Test Update: mc-4.6.0-17.fc2 Message-ID: <20040822030221.GA3969@nostromo.devel.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2004-273 2004-08-21 --------------------------------------------------------------------- Product : Fedora Core 2 Name : mc Version : 4.6.0 Release : 17.fc2 Summary : User-friendly text console file manager and visual shell. Description : Midnight Commander is a visual shell much like a file manager, only with many more features. It is a text mode application, but it also includes mouse support if you are running GPM. Midnight Commander's best features are its ability to FTP, view tar and zip files, and to poke into RPMs for specific files. --------------------------------------------------------------------- Update Information: Security fix for http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127973. CAN-2004-0494 extfs vfs vulnerability in mc --------------------------------------------------------------------- --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/2/ 0887b3bc7df832885e47d16ebe0a894c SRPMS/mc-4.6.0-17.fc2.src.rpm 35d30c29afc411505a653c691b6caf6d x86_64/mc-4.6.0-17.fc2.x86_64.rpm 270008d3c8caec01531ac09f3c2ad5fd x86_64/debug/mc-debuginfo-4.6.0-17.fc2.x86_64.rpm 7adcdfcf4a788bd41a686d1eff91aee3 i386/mc-4.6.0-17.fc2.i386.rpm d2fe2876d8fc1ca386b9813429a0c259 i386/debug/mc-debuginfo-4.6.0-17.fc2.i386.rpm This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. You may need to edit your up2date channels configuration. Within /etc/sysconfig/rhn/sources enable the following line: yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-2 --------------------------------------------------------------------- From notting at redhat.com Sun Aug 22 03:02:45 2004 From: notting at redhat.com (Bill Nottingham) Date: Sat, 21 Aug 2004 23:02:45 -0400 Subject: Fedora Core 1 Test Update: mc-4.6.0-17.fc1 Message-ID: <20040822030245.GB3969@nostromo.devel.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2004-272 2004-08-21 --------------------------------------------------------------------- Product : Fedora Core 1 Name : mc Version : 4.6.0 Release : 17.fc1 Summary : User-friendly text console file manager and visual shell. Description : Midnight Commander is a visual shell much like a file manager, only with many more features. It is a text mode application, but it also includes mouse support if you are running GPM. Midnight Commander's best features are its ability to FTP, view tar and zip files, and to poke into RPMs for specific files. --------------------------------------------------------------------- Update Information: Security fix for http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127973. CAN-2004-0494 extfs vfs vulnerability in mc --------------------------------------------------------------------- --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/1/ 9f4e2d8ec1e33c0b5799c3483a9c2fa2 SRPMS/mc-4.6.0-17.fc1.src.rpm e466d4621bedd6e2146a6c23550aa7f2 x86_64/mc-4.6.0-17.fc1.x86_64.rpm a261437b83ea259fb4404a86aac6cddf x86_64/debug/mc-debuginfo-4.6.0-17.fc1.x86_64.rpm db3e2865cafb859cc2b3db5679458e77 i386/mc-4.6.0-17.fc1.i386.rpm f1a75d24bf99d6237c159dce864b329d i386/debug/mc-debuginfo-4.6.0-17.fc1.i386.rpm This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. You may need to edit your up2date channels configuration. Within /etc/sysconfig/rhn/sources enable the following line: yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-1 --------------------------------------------------------------------- From bill at maidment.com.au Sun Aug 22 03:40:47 2004 From: bill at maidment.com.au (Bill Maidment) Date: Sun, 22 Aug 2004 13:40:47 +1000 Subject: Problem building sendmail 8.13.1 on FC3-test1 Message-ID: <412815BF.8010601@maidment.com.au> Hi I am trying to build sendmail 8.13.1 from source under x86_64 FC3-test1 and it seems the libdb-dev library is missing. Is there a work-around/solution? Error message follows: cc -o vacation vacation.o /usr/local/src/sendmail-8.13.1/obj.Linux.2.6.7-1.478smp.x86_64/libsmdb/libsmdb.a /usr/local/src/sendmail-8.13.1/obj.Linux.2.6.7-1.478smp.x86_64/libsmutil/libsmutil.a /usr/local/src/sendmail-8.13.1/obj.Linux.2.6.7-1.478smp.x86_64/libsm/libsm.a -lresolv -lcrypt -lnsl -ldl -lldap -llber /usr/local/src/sendmail-8.13.1/obj.Linux.2.6.7-1.478smp.x86_64/libsmdb/libsmdb.a(smdb2.o)(.text+0x5ec): In function `smdb_db_open': : undefined reference to `db_version' /usr/local/src/sendmail-8.13.1/obj.Linux.2.6.7-1.478smp.x86_64/libsmdb/libsmdb.a(smdb2.o)(.text+0x75c): In function `smdb_db_open': : undefined reference to `db_create' collect2: ld returned 1 exit status make[1]: *** [vacation] Error 1 Cheers Bill From michel.salim at gmail.com Sun Aug 22 03:56:11 2004 From: michel.salim at gmail.com (Michel Salim) Date: Sat, 21 Aug 2004 22:56:11 -0500 Subject: chip values in blackjack? In-Reply-To: <20040821172700.7e2ee262@Microcline> References: <20040821172700.7e2ee262@Microcline> Message-ID: <883cfe6d040821205652bec175@mail.gmail.com> I get that with gnome-games-2.7.6-1 . You might want to Bugzilla that Regards, - Michel On Sat, 21 Aug 2004 17:27:00 -0500, Steven Usdansky wrote: > Trying to play blackjack in FC3-test1 updated to current offerings from > fedora.cs.utah.edu/pub/fedora/linux/core/development. > Only the $100 chip is labelled - the others are blank in the middle. Anybody > else have this problem? > > -- > Steven I. Usdansky, PhD > Traveling Geologist > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > > > > -- Michel Salim ??? http://salimma.livejournal.com From lee_connell at hotmail.com Sun Aug 22 04:06:53 2004 From: lee_connell at hotmail.com (Lee Connell) Date: Sun, 22 Aug 2004 00:06:53 -0400 Subject: Updating from FC3 Test1 to Aug 21 updates Message-ID: Hi all, On one of my dev servers I installed FC3 test 1. Ran it for a couple days w/o updating packages, everything was ok. I then updated on Aug 21 to latest packages and besides shutdown and booting issues I am now getting an error : ---------------------------- "The Catalog view encountered an error while starting up." "The location cannot be displayed with this viewer" ---------------------------- When I try to double click "My Computer" icon, "Network Servers" icon. This also happened to me on regular nautilus file viewing but I was able to change the view to either list or icons. I cannot do this with samba viewer or computer. I have seen a couple other posts from other peoples problems not relating to this specific fedora issue; which said to delete the ~/.nautilus directory, but this did not fix the problem. I am using GNOME/Nautilus. Any other information needed for this specific issue and any temp fix? Thanks ahead. -Lee From lee_connell at hotmail.com Sun Aug 22 04:22:35 2004 From: lee_connell at hotmail.com (Lee Connell) Date: Sun, 22 Aug 2004 00:22:35 -0400 Subject: Unable to get into gnome-control-center. Message-ID: I am also having problems regarding catalog viewer when trying to double click computer or network servers icon within gnome. I also cannot open gnome control center because it reports: "The Catalog view encountered an error while starting up. The location cannot be displayed within this viewer." I know this don't help you none, but you're not alone. -Lee From jspaleta at gmail.com Sun Aug 22 05:13:15 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 22 Aug 2004 01:13:15 -0400 Subject: Updating from FC3 Test1 to Aug 21 updates In-Reply-To: References: Message-ID: <604aa79104082122133615f663@mail.gmail.com> On Sun, 22 Aug 2004 00:06:53 -0400, Lee Connell wrote: > Hi all, > > On one of my dev servers I installed FC3 test 1. Ran it for a couple days > w/o updating packages, everything was ok. I then updated on Aug 21 to > latest packages and besides shutdown and booting issues I am now getting an > error : > ---------------------------- > "The Catalog view encountered an error while starting up." "The location > cannot be displayed with this viewer" This is already been reported... its a problem with gthumb. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130220 -jef From leonard at den.ottolander.nl Sun Aug 22 07:41:47 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Sun, 22 Aug 2004 09:41:47 +0200 Subject: k3b/cdrecord In-Reply-To: <1093104226.9113.13.camel@T7.linux> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> <1093104226.9113.13.camel@T7.linux> Message-ID: <1093160507.4747.11.camel@athlon.localdomain> Hi Paul, On Sat, 2004-08-21 at 18:03, Paul wrote: > > > k3b - 0.11.12-2 > > > cdrecord - 2.01.0.a34-1 > > > NEC 2500 DVDRW (IDE) > K3b Version:0.11.12 > KDE Version: 3.3.0-1 Red Hat > QT Version: 3.3.3 > > growisofs > /usr/bin/mkisofs: Value too large for defined data type. > File /home/paul/snaketest.bin is too large - ignoring How big is this file? Larger than 2 GB? > Now, k3b is saying that the file is not oversized and that there is Which file, the resulting image? > 6.1Mb free on the drive. To me that looks like a mkisofs error rather > than anything. Only 6 MB free when you are creating a 4 GB iso images? That sounds tight. Is /tmp a separate file system? Sounds like either a mkisofs bug, or you just lack of free space. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From russell at coker.com.au Sun Aug 22 10:04:48 2004 From: russell at coker.com.au (Russell Coker) Date: Sun, 22 Aug 2004 20:04:48 +1000 Subject: Boot messages in 2.6.8-524 In-Reply-To: <20040821184926.87752.qmail@web50601.mail.yahoo.com> References: <20040821184926.87752.qmail@web50601.mail.yahoo.com> Message-ID: <200408222004.48184.russell@coker.com.au> On Sun, 22 Aug 2004 04:49, Steve G wrote: > >It seems that rngd expects /dev/hwrandom while udev with the FC3T1 kernel > >creates /dev/hw_random. ?I haven't checked the latest kernel to see > > whether this has changed. > > So which one is considered wrong? The devices.txt file in the source tree for 2.6.8.1 says /dev/hwrng which seems to indicate that both are wrong. I've CC'd this to fedora-devel-list for some more input to the discussion. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From paul at all-the-johnsons.co.uk Sun Aug 22 10:05:06 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 22 Aug 2004 11:05:06 +0100 Subject: k3b/cdrecord In-Reply-To: <1093160507.4747.11.camel@athlon.localdomain> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> <1093104226.9113.13.camel@T7.linux> <1093160507.4747.11.camel@athlon.localdomain> Message-ID: <1093169106.9113.47.camel@T7.linux> Hi, > > /usr/bin/mkisofs: Value too large for defined data type. > > File /home/paul/snaketest.bin is too large - ignoring > > How big is this file? Larger than 2 GB? Much. When you drag it into k3b, k3b says there is 6.1Mb free - tight, but should be enough. > > Now, k3b is saying that the file is not oversized and that there is > > Which file, the resulting image? Nope, the file I dragged into k3b > > 6.1Mb free on the drive. To me that looks like a mkisofs error rather > > than anything. > > Only 6 MB free when you are creating a 4 GB iso images? That sounds > tight. Is /tmp a separate file system? Sounds like either a mkisofs bug, > or you just lack of free space. / has 25Gb free, /tmp is only 5.6Mb in size, so there should be a lot of room to play with. I have a feeling it is a mkisofs problem as if I try to just generate the iso image, the resulting file is 628K in size! Anyway, it's in bugzilla now :-) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bill at maidment.com.au Sun Aug 22 10:16:12 2004 From: bill at maidment.com.au (Bill Maidment) Date: Sun, 22 Aug 2004 20:16:12 +1000 Subject: Apache wont start in FC3-test1 Message-ID: <4128726C.30102@maidment.com.au> Hi Apache fails to start with this error in x86_64 FC3-test1 Starting httpd: Syntax error on line 289 of /etc/httpd/conf/httpd.conf: DocumentRoot must be a directory [FAILED] /etc/httpd/conf/httpd.conf contains DocumentRoot "/home/httpd/html" yet ls -la /home/httpd/html gives [root at mailold root]# ls -la /home/httpd/html total 3104 drwxrwx--- 53 wwwroot wwwroot 4096 Aug 21 16:02 . drwxrwx--- 16 wwwroot wwwroot 4096 Aug 13 23:53 .. etc.... and /etc/group contains wwwroot:x:501:wwwroot,apache,mail,bill,mary,defang,ftp The same setup worked OK on i386 FC3-test1. Can anyone explain what is going on? How do I fix this? I'll give more info. if needed. Cheers Bill From manolo at miconexion.com Sun Aug 22 10:54:44 2004 From: manolo at miconexion.com (Manuel Moreno) Date: Sun, 22 Aug 2004 11:54:44 +0100 Subject: Unable to get into gnome-control-center. In-Reply-To: References: Message-ID: <1093172084.6580.0.camel@mgmk7.mgmux.com> On Sun, 2004-08-22 at 00:22 -0400, Lee Connell wrote: > I am also having problems regarding catalog viewer when trying to double > click computer or network servers icon within gnome. I also cannot open > gnome control center because it reports: > > "The Catalog view encountered an error while starting up. The location > cannot be displayed within this viewer." > > I know this don't help you none, but you're not alone. > > -Lee > > > It is 'gthumb' drastic solution root# rpm -e gthumb -- Manuel Moreno From alan at redhat.com Sun Aug 22 11:00:46 2004 From: alan at redhat.com (Alan Cox) Date: Sun, 22 Aug 2004 07:00:46 -0400 Subject: Boot messages in 2.6.8-524 In-Reply-To: <200408222004.48184.russell@coker.com.au> References: <20040821184926.87752.qmail@web50601.mail.yahoo.com> <200408222004.48184.russell@coker.com.au> Message-ID: <20040822110046.GA13247@devserv.devel.redhat.com> On Sun, Aug 22, 2004 at 08:04:48PM +1000, Russell Coker wrote: > The devices.txt file in the source tree for 2.6.8.1 says /dev/hwrng which > seems to indicate that both are wrong. LANANA's table agrees so the definitive source is "/dev/hwrng". From shrek-m at gmx.de Sun Aug 22 11:34:50 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sun, 22 Aug 2004 13:34:50 +0200 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal In-Reply-To: <20040821143211.A14472@mail.harddata.com> References: <41279379.50905@gmx.de> <20040821143211.A14472@mail.harddata.com> Message-ID: <412884DA.9020606@gmx.de> Michal Jaegermann wrote: >On Sat, Aug 21, 2004 at 08:24:57PM +0200, shrek-m at gmx.de wrote: > > >>with kernel-2.6.8-1.525 >>tvtime has no /dev/video = no signal = no athens 2004 :-(( >> >>booting again with <= kernel-2.6.8-1.524 all is ok. >>(update fc2 -> fc3t1) >> >>what happened ? >> >> > >Trying to guess. 'udev' was started while it was not doing that >before (provided that you have it installed)? > "udev" was started the last days before the kernel-update with success afair udev was creating new /dev/* while the first reboot after the new kernel-update >The real changes >are in 'initscripts' and 'mkinitrd'. > i went back to the previous installed initscripts, this was no good idea. here i have absolutely no Xserver i guess it has something to do with "1.525" "udev" and "haldaemon" booting with 1.524 - hald[aemon] is stopped, udev is started = tvtime is ok booting with 1.525 - hald is started, udev is started = tvtime has no signal - hald is disabled, udev is started = tvtime has no signal because all is ok with the up2date-system and 2.6.8-1.524 i will wait for the next updates. -- shrek-m From russell at coker.com.au Sun Aug 22 11:36:14 2004 From: russell at coker.com.au (Russell Coker) Date: Sun, 22 Aug 2004 21:36:14 +1000 Subject: Boot messages in 2.6.8-524 In-Reply-To: <20040821184926.87752.qmail@web50601.mail.yahoo.com> References: <20040821184926.87752.qmail@web50601.mail.yahoo.com> Message-ID: <200408222136.14182.russell@coker.com.au> On Sun, 22 Aug 2004 04:49, Steve G wrote: > >rngd copies data from the hardware random number source to /dev/random > > (the kernel random number source). Without it /dev/random gets populated > > by key-press intervals, network interrupt times, and other events which > > may not be sufficiently random or common. > > Right. That's what bothers me. It's not that bad. Most machines have enough interrupts and a small enough demand for random numbers that this isn't an issue. > >I believe that hotplug is spawned by kernel threads and can start before > > init. The policy is loaded and SE Linux init is complete before init > > starts running with full functionality (IE before rc.sysinit is run). > > Is that guaranteed or just happens to work out that way? It is guaranteed in the current Fedora design that /sbin/init will not start operating in a normal manner until after the SE Linux policy is loaded. In the past (before Fedora had SE Linux) things were different, and there could be a need to change things again in the future (although it's very unlikely). For the moment you can count on the SE Linux policy being loaded immediately after the initrd is complete. > >> Aug 21 09:00:16 buildhost kernel: Adding 2096440k swap on /dev/sda5. > >> Priority:-1 extents:1 > >> Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied > >> { mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc > >> dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t > >> tcontext=system_u:object_r:sysctl_t tclass=dir > >> Aug 21 09:00:16 buildhost kernel: audit(1093093168.059:0): avc: denied > >> { mounton } for pid=1117 exe=/bin/mount path=/proc/sys/fs/binfmt_misc > >> dev=proc ino=-268435430 scontext=user_u:system_r:unconfined_t > >> tcontext=system_u:object_r:sysctl_t tclass=dir > > > >What script is calling this mount? It's a bug in policy but I'd like to > > get more info before making changes. > > I am using the targeted policy 1.15.16-2 and initscripts 7.62. This was > right after the add swap file in /etc/rc.sysinit: The attached patch will fix this, Steve, please put it in the CVS. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page -------------- next part -------------- A non-text attachment was scrubbed... Name: diff Type: text/x-diff Size: 348 bytes Desc: not available URL: From bill at maidment.com.au Sun Aug 22 11:37:38 2004 From: bill at maidment.com.au (Bill Maidment) Date: Sun, 22 Aug 2004 21:37:38 +1000 Subject: Apache wont start in FC3-test1 In-Reply-To: <4128726C.30102@maidment.com.au> References: <4128726C.30102@maidment.com.au> Message-ID: <41288582.2060509@maidment.com.au> Bill Maidment wrote: > Hi > > Apache fails to start with this error in x86_64 FC3-test1 > Interestingly. When I change DocumentRoot to "var/www/html" apache starts OK but cannot find many directories. This may also be the same issue I have with building sendmail from source. It occurs to me that maybe there's a filesystem problem with my two SATA drives running RAID 1.Anyone know of any issues in this area? Cheers Bill From russell at coker.com.au Sun Aug 22 11:49:58 2004 From: russell at coker.com.au (Russell Coker) Date: Sun, 22 Aug 2004 21:49:58 +1000 Subject: Boot messages in 2.6.8-524 In-Reply-To: <20040822110046.GA13247@devserv.devel.redhat.com> References: <20040821184926.87752.qmail@web50601.mail.yahoo.com> <200408222004.48184.russell@coker.com.au> <20040822110046.GA13247@devserv.devel.redhat.com> Message-ID: <200408222149.58680.russell@coker.com.au> On Sun, 22 Aug 2004 21:00, Alan Cox wrote: > On Sun, Aug 22, 2004 at 08:04:48PM +1000, Russell Coker wrote: > > The devices.txt file in the source tree for 2.6.8.1 says /dev/hwrng which > > seems to indicate that both are wrong. > > LANANA's table agrees so the definitive source is "/dev/hwrng". https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130584 I have filed a bugzilla. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From russell at coker.com.au Sun Aug 22 12:03:35 2004 From: russell at coker.com.au (Russell Coker) Date: Sun, 22 Aug 2004 22:03:35 +1000 Subject: ACPI and suspend Message-ID: <200408222203.35869.russell@coker.com.au> The default configuration of ACPI on my Thinkpad T41p is that closing the lid will turn off the back-light but leave the machine running. Is this the desired default behaviour? I had expected that closing the lid would give the same result that APM has always given and put the machine into suspend mode. My Thinkpad has the BIOS set to suspend on LCD close. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From aoliva at redhat.com Sun Aug 22 13:56:20 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 22 Aug 2004 10:56:20 -0300 Subject: ACPI and suspend In-Reply-To: <200408222203.35869.russell@coker.com.au> References: <200408222203.35869.russell@coker.com.au> Message-ID: On Aug 22, 2004, Russell Coker wrote: > The default configuration of ACPI on my Thinkpad T41p is that closing the lid > will turn off the back-light but leave the machine running. > Is this the desired default behaviour? FWIW, it is for me (and, in fact, it's the only way to turn off the back-light) > I had expected that closing the lid would give the same result that > APM has always given and put the machine into suspend mode. APM never did that for me, but then, I told it not to suspend :-) With ACPI, you have to set it up. Have a look at /etc/acpi/events/sample.conf. Create your own say suspend.conf file in that directory, and then you can trigger suspend on say button/lid.* (or the actual suspend button, if your notebook has one). Took some digging of /var/log/acpid to find out the name, and it got double-triggering when I first played with it, but that was good enough for me. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From jos at xos.nl Sun Aug 22 14:01:39 2004 From: jos at xos.nl (Jos Vos) Date: Sun, 22 Aug 2004 16:01:39 +0200 Subject: ACPI and suspend In-Reply-To: ; from aoliva@redhat.com on Sun, Aug 22, 2004 at 10:56:20AM -0300 References: <200408222203.35869.russell@coker.com.au> Message-ID: <20040822160139.A432@xos037.xos.nl> On Sun, Aug 22, 2004 at 10:56:20AM -0300, Alexandre Oliva wrote: > > I had expected that closing the lid would give the same result that > > APM has always given and put the machine into suspend mode. > > APM never did that for me, but then, I told it not to suspend :-) Well, the T41 (without "p") using APM by default suspends when closing it (just testing RHEL3 on it), as did my old Toshiba Portege. Never made that working for Compaq laptops, OTOH :-(. B.t.w., does the T41p (I guess this is the more advanced model with a highres screen?) does not support APM anymore, as the T41 does, so RHEL3 is a no-go on those laptops? -- -- Jos Vos -- X/OS Experts in Open Systems BV | Phone: +31 20 6938364 -- Amsterdam, The Netherlands | Fax: +31 20 6948204 From michal at harddata.com Sun Aug 22 16:40:28 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 22 Aug 2004 10:40:28 -0600 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal In-Reply-To: <412884DA.9020606@gmx.de>; from shrek-m@gmx.de on Sun, Aug 22, 2004 at 01:34:50PM +0200 References: <41279379.50905@gmx.de> <20040821143211.A14472@mail.harddata.com> <412884DA.9020606@gmx.de> Message-ID: <20040822104028.A7393@mail.harddata.com> On Sun, Aug 22, 2004 at 01:34:50PM +0200, shrek-m at gmx.de wrote: > > >The real changes > >are in 'initscripts' and 'mkinitrd'. > > > > i went back to the previous installed initscripts, this was no good idea. > here i have absolutely no Xserver There was "and" above as these things make some assumptions about each other (too many and not always correct; but this should be fixed over time). Also not 'mkinitrd' by itself is important but how your initrd image you are using was created. Most likely you were not using udev before and now it got started. The real question, of course, is what is missing from udev that makes your signal to go away. Likely something needed is not created. Michal From seandarcy at hotmail.com Sun Aug 22 16:53:04 2004 From: seandarcy at hotmail.com (sean darcy) Date: Sun, 22 Aug 2004 12:53:04 -0400 Subject: screwed up rpm - how do I recover Message-ID: Installed rpm-4.3.2-0.10, which screwed everything up. I installed the rpm 4.0.4 libraries! Now, how do I fix it. rpm obviously doesn't work. I have the rpm-4.3.2-0.4 rpms, but I can't install them. rpm2cpio doesn't work, so I can't install using cpio. Is the a tool to extract rpm files that doesn't depend on rpm being installed? Where are the plain source files, i.e. rpm-4.3.2.tar.bz2? sean From bartk at clara.co.uk Sun Aug 22 17:08:07 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Sun, 22 Aug 2004 18:08:07 +0100 Subject: Another kernel and still no sound? In-Reply-To: References: Message-ID: <1093194487.4003.1.camel@nemesis.astradine.net> It was reported yesterday with Kernel - 525 that sound modules where not loading. Today we have new kernel and still there is no sound. Anybody has an answer? _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From jspaleta at gmail.com Sun Aug 22 17:16:06 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 22 Aug 2004 13:16:06 -0400 Subject: Another kernel and still no sound? In-Reply-To: <1093194487.4003.1.camel@nemesis.astradine.net> References: <1093194487.4003.1.camel@nemesis.astradine.net> Message-ID: <604aa79104082210167d01fa78@mail.gmail.com> On Sun, 22 Aug 2004 18:08:07 +0100, Bart Kalita wrote: > > It was reported yesterday with Kernel - 525 that sound modules where not > loading. Technically... i dont think its been "reported"... as in i don't think there is a bugreport specifically about this. Discussion in this list is simply discussion, if its not in bugzilla its not reported. I haven't filed it because i don't have a clue as to where things are going wrong. I'm not sure if this is a udev bug or an initscripts bug or a kernel bug. -jef From michal at harddata.com Sun Aug 22 17:27:07 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 22 Aug 2004 11:27:07 -0600 Subject: screwed up rpm - how do I recover In-Reply-To: ; from seandarcy@hotmail.com on Sun, Aug 22, 2004 at 12:53:04PM -0400 References: Message-ID: <20040822112707.A8206@mail.harddata.com> On Sun, Aug 22, 2004 at 12:53:04PM -0400, sean darcy wrote: > > rpm2cpio doesn't work, so I can't install using cpio. Hm ... > Is the a tool to extract rpm files that doesn't depend on rpm being > installed? An rpm archive is really a header followed by an attached cpio archive compressed with bzip2 or gzip. So a simple way to extract it is to search to a "magic" of a compressed blob and pipe bytes from that moment on through an uncompressor and cpio. A slightly primitive, as a "magic signature" could be in theory found accidentally earlier in a header, but in practice really effective. Some years ago I wrote myself such extractor in literally few lines of perl. I am afraid that I do not know now where I stuck it if it is still around. I have seen also something like that done in bash. Not very difficult. Michal From alan at redhat.com Sun Aug 22 17:35:04 2004 From: alan at redhat.com (Alan Cox) Date: Sun, 22 Aug 2004 13:35:04 -0400 Subject: screwed up rpm - how do I recover In-Reply-To: <20040822112707.A8206@mail.harddata.com> References: <20040822112707.A8206@mail.harddata.com> Message-ID: <20040822173504.GA8662@devserv.devel.redhat.com> On Sun, Aug 22, 2004 at 11:27:07AM -0600, Michal Jaegermann wrote: > Some years ago I wrote myself such extractor in literally few lines > of perl. I am afraid that I do not know now where I stuck it if it > is still around. I have seen also something like that done in bash. > Not very difficult. You can also boot the CD image in rescue mode and use the rpm on there with "--root" to rescue yourself. From bartk at clara.co.uk Sun Aug 22 17:37:51 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Sun, 22 Aug 2004 18:37:51 +0100 Subject: Another kernel and still no sound? In-Reply-To: <604aa79104082210167d01fa78@mail.gmail.com> References: <1093194487.4003.1.camel@nemesis.astradine.net> <604aa79104082210167d01fa78@mail.gmail.com> Message-ID: <1093196271.4003.4.camel@nemesis.astradine.net> On Sun, 2004-08-22 at 13:16 -0400, Jeff Spaleta wrote: > On Sun, 22 Aug 2004 18:08:07 +0100, Bart Kalita wrote: > > > > It was reported yesterday with Kernel - 525 that sound modules where not > > loading. > > Technically... i dont think its been "reported"... as in i don't think > there is a bugreport specifically about this. Discussion in this list > is simply discussion, if its not in bugzilla its not reported. I > haven't filed it because i don't have a clue as to where things are > going wrong. > > I'm not sure if this is a udev bug or an initscripts bug or a kernel bug. > > -jef > > I have a strange feeling that you know the way around it, care to share? :) + I would expect people responsible for updates to test releases to at least monitor this group. -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From joden at lee.k12.nc.us Sun Aug 22 17:59:32 2004 From: joden at lee.k12.nc.us (James Olin Oden) Date: Sun, 22 Aug 2004 13:59:32 -0400 (EDT) Subject: screwed up rpm - how do I recover In-Reply-To: <20040822112707.A8206@mail.harddata.com> References: <20040822112707.A8206@mail.harddata.com> Message-ID: On Sun, 22 Aug 2004, Michal Jaegermann wrote: > On Sun, Aug 22, 2004 at 12:53:04PM -0400, sean darcy wrote: > > > > rpm2cpio doesn't work, so I can't install using cpio. > > Hm ... > > > Is the a tool to extract rpm files that doesn't depend on rpm being > > installed? > > An rpm archive is really a header followed by an attached cpio > archive compressed with bzip2 or gzip. So a simple way to extract > it is to search to a "magic" of a compressed blob and pipe bytes > from that moment on through an uncompressor and cpio. A slightly > primitive, as a "magic signature" could be in theory found > accidentally earlier in a header, but in practice really effective. > > Some years ago I wrote myself such extractor in literally few lines > of perl. I am afraid that I do not know now where I stuck it if it > is still around. I have seen also something like that done in bash. > Not very difficult. > Though I believe Alan Cox's advice is the best (using rescue environment), there is a bash script in /usr/lib/rpm called rpm2cpio.sh that does not use librpm to implement rpm2cpio like functionality. Cheers...james > Michal > > > From jspaleta at gmail.com Sun Aug 22 18:09:56 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 22 Aug 2004 14:09:56 -0400 Subject: Another kernel and still no sound? In-Reply-To: <1093196271.4003.4.camel@nemesis.astradine.net> References: <1093194487.4003.1.camel@nemesis.astradine.net> <604aa79104082210167d01fa78@mail.gmail.com> <1093196271.4003.4.camel@nemesis.astradine.net> Message-ID: <604aa791040822110961ef6435@mail.gmail.com> On Sun, 22 Aug 2004 18:37:51 +0100, Bart Kalita wrote: > I have a strange feeling that you know the way around it, care to > share? :) Around it? i modprobe snd-card-0 by hand before logging into the desktop As i reported in my previous thread about this, when I was looking for confirmation and feedback. > > + I would expect people responsible for updates to test releases to at > least monitor this group. I'm sure they do monitor the list... as im sure the monitor a number of lists... but lists can be overwhelming... and you certaintly can't expect the responsible people to sit all weekend long reading the lists. (only irresponsble people like me do that). People will miss threads, that's why its important to get confirmed bugs with useful information into bugzilla. Bug tickets don't get lost in the shuffle, but mailinglist posts do. -jef From arjanv at redhat.com Sun Aug 22 18:22:26 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Sun, 22 Aug 2004 20:22:26 +0200 Subject: Another kernel and still no sound? In-Reply-To: <604aa791040822110961ef6435@mail.gmail.com> References: <1093194487.4003.1.camel@nemesis.astradine.net> <604aa79104082210167d01fa78@mail.gmail.com> <1093196271.4003.4.camel@nemesis.astradine.net> <604aa791040822110961ef6435@mail.gmail.com> Message-ID: <1093198946.2790.35.camel@laptop.fenrus.com> On Sun, 2004-08-22 at 20:09, Jeff Spaleta wrote: > On Sun, 22 Aug 2004 18:37:51 +0100, Bart Kalita wrote: > > I have a strange feeling that you know the way around it, care to > > share? :) > Around it? i modprobe snd-card-0 by hand before logging into the desktop > As i reported in my previous thread about this, when I was looking for > confirmation and feedback. I wonder if this is a case of udev breaking module autoloading... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From maxer1 at xmission.com Sun Aug 22 18:49:11 2004 From: maxer1 at xmission.com (raxet) Date: Sun, 22 Aug 2004 12:49:11 -0600 Subject: no USB jump/flash drive support yet Message-ID: <4128EAA7.4070604@xmission.com> Running the latest FC3T1 here and am dismayed that apparently there is ZARRO support for these USB flash/pin/jump drives. Arghhh. RaXeT From michal at harddata.com Sun Aug 22 18:57:58 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 22 Aug 2004 12:57:58 -0600 Subject: screwed up rpm - how do I recover In-Reply-To: ; from joden@lee.k12.nc.us on Sun, Aug 22, 2004 at 01:59:32PM -0400 References: <20040822112707.A8206@mail.harddata.com> Message-ID: <20040822125758.A10232@mail.harddata.com> On Sun, Aug 22, 2004 at 01:59:32PM -0400, James Olin Oden wrote: > there is a bash script in /usr/lib/rpm called rpm2cpio.sh > that does not use librpm to implement rpm2cpio like functionality. Indeed. Thanks! One should look at a local disk first. :-) This one calculates a header size instead of blindly searching for a signature; which is definitely more reliable. OTOH it sends what it extracts through gunzip always but this is easy to rectify. Michal From manolo at miconexion.com Sun Aug 22 19:03:09 2004 From: manolo at miconexion.com (Manuel Moreno) Date: Sun, 22 Aug 2004 20:03:09 +0100 Subject: screwed up rpm - how do I recover In-Reply-To: References: Message-ID: <1093201389.4525.19.camel@mgmk7.mgmux.com> On Sun, 2004-08-22 at 12:53 -0400, sean darcy wrote: > Installed rpm-4.3.2-0.10, which screwed everything up. I installed the rpm > 4.0.4 libraries! > > Now, how do I fix it. rpm obviously doesn't work. I have the rpm-4.3.2-0.4 > rpms, but I can't install them. > > rpm2cpio doesn't work, so I can't install using cpio. > > Is the a tool to extract rpm files that doesn't depend on rpm being > installed? > > Where are the plain source files, i.e. rpm-4.3.2.tar.bz2? > > sean > > Use another box and copy the files with scp or whatever :-) -- Manuel Moreno From pboy at barkhof.uni-bremen.de Sun Aug 22 21:08:01 2004 From: pboy at barkhof.uni-bremen.de (Peter Boy) Date: Sun, 22 Aug 2004 23:08:01 +0200 Subject: ACPI and suspend In-Reply-To: <200408222203.35869.russell@coker.com.au> References: <200408222203.35869.russell@coker.com.au> Message-ID: <1093208881.4435.20.camel@littlePiet> Am So, den 22.08.2004 schrieb Russell Coker um 14:03: > The default configuration of ACPI on my Thinkpad T41p is that closing the lid > will turn off the back-light but leave the machine running. > > Is this the desired default behaviour? I had expected that closing the lid > would give the same result that APM has always given and put the machine into > suspend mode. I use a T40p which uses as to my knowledge the same power saving technology (only a different processor). Well, that bebaviour is not desired :-). There is a problem with the current ACPI implementation in Linux that lacks implementation of the client side of ACPI. And there are some inconsistencies between the Linux ACPI implementation and the IBM Bios (you can see corresponding warnings im /var/log/messages - search for ACPI). The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) which automatically starts up apmd which will do the job. Otherwise you have to develop the client side script for your own (see as as an example /etc/acpi/events/sample.conf). But all the messages I read about this issue say there is no good solution available yet. Peter From michel.salim at gmail.com Sun Aug 22 20:22:12 2004 From: michel.salim at gmail.com (Michel Salim) Date: Sun, 22 Aug 2004 15:22:12 -0500 Subject: no USB jump/flash drive support yet In-Reply-To: <4128EAA7.4070604@xmission.com> References: <4128EAA7.4070604@xmission.com> Message-ID: <883cfe6d04082213221e224f21@mail.gmail.com> Do you mean they are not automatically mounted (my case here) or that they are not detected at all? Try running dmesg | tail a few seconds after you plug the drive in; it should tell you a new hard drive, sda/b/c/d has been detected. Just mount it manually. -Michel On Sun, 22 Aug 2004 12:49:11 -0600, raxet wrote: > Running the latest FC3T1 here and am dismayed that apparently there is > ZARRO support for these USB flash/pin/jump drives. > > Arghhh. > > RaXeT > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > -- Michel Salim ??? http://salimma.livejournal.com From nphilipp at redhat.com Sun Aug 22 20:31:17 2004 From: nphilipp at redhat.com (Nils Philippsen) Date: Sun, 22 Aug 2004 22:31:17 +0200 Subject: no USB jump/flash drive support yet In-Reply-To: <4128EAA7.4070604@xmission.com> References: <4128EAA7.4070604@xmission.com> Message-ID: <1093206677.11315.30.camel@gibraltar.stuttgart.redhat.com> On Sun, 2004-08-22 at 20:49, raxet wrote: > Running the latest FC3T1 here and am dismayed that apparently there is > ZARRO support for these USB flash/pin/jump drives. You're very probably wrong. This has been working since FC1 at least, given that 2.6.8-1.526 contains the usb-storage module I guess that this kernel still will support my USB flash disk. I want to verify this shortly as the machine running FC3 devel isn't where I am now. NB: This mail is signed with a key that resides on my USB flash disk, I use FC2. Go figure ;-). Nils -- Nils Philippsen / Red Hat / nphilipp at redhat.com "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora at warmcat.com Sun Aug 22 20:44:20 2004 From: fedora at warmcat.com (Andy Green) Date: Sun, 22 Aug 2004 21:44:20 +0100 Subject: no USB jump/flash drive support yet In-Reply-To: <1093206677.11315.30.camel@gibraltar.stuttgart.redhat.com> References: <4128EAA7.4070604@xmission.com> <1093206677.11315.30.camel@gibraltar.stuttgart.redhat.com> Message-ID: <200408222144.24748.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 22 August 2004 21:31, Nils Philippsen wrote: > On Sun, 2004-08-22 at 20:49, raxet wrote: > > Running the latest FC3T1 here and am dismayed that apparently there is > > ZARRO support for these USB flash/pin/jump drives. > > You're very probably wrong. This has been working since FC1 at least, > given that 2.6.8-1.526 contains the usb-storage module I guess that this > kernel still will support my USB flash disk. I want to verify this > shortly as the machine running FC3 devel isn't where I am now. > > NB: This mail is signed with a key that resides on my USB flash disk, I > use FC2. Go figure ;-). He probably means that the OS should perhaps automount and open a userland file management window on device connect. I wrote some scripts to do this and it is much nice, especially for my children, to be able to get stuff happening automatically when they connect USB devices. BTW the recent FC3 stuff has broken my offering below (automount does not mount the drive now until hotplug scripts are finsihed (!)), I will be making an update shortly. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBKQWojKeDCxMJCTIRAjxCAKCTQlzZwfO7yrnnZh5Jr3+tmznodgCdEFeU Ux2l16Ooi0NfKTufE2FAqfE= =sYnL -----END PGP SIGNATURE----- From maxer1 at xmission.com Sun Aug 22 20:46:44 2004 From: maxer1 at xmission.com (raxet) Date: Sun, 22 Aug 2004 14:46:44 -0600 Subject: no USB jump/flash drive support yet In-Reply-To: <1093206677.11315.30.camel@gibraltar.stuttgart.redhat.com> Message-ID: <000601c48889$22af56f0$0200000a@frank> It works for me with the latest dev kernel 2.6.8-1.526. Only problem is that you have to have the drive plugged on boot though. Then do a mount /dev/sdb1 /media/usbdisk. Hot plugging, absolutely not. In fact kernel messages shows a number of failed timeouts. :( RaXeT -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of Nils Philippsen Sent: Sunday, August 22, 2004 2:31 PM To: For testers of Fedora Core development releases Subject: Re: no USB jump/flash drive support yet On Sun, 2004-08-22 at 20:49, raxet wrote: > Running the latest FC3T1 here and am dismayed that apparently there is > ZARRO support for these USB flash/pin/jump drives. You're very probably wrong. This has been working since FC1 at least, given that 2.6.8-1.526 contains the usb-storage module I guess that this kernel still will support my USB flash disk. I want to verify this shortly as the machine running FC3 devel isn't where I am now. NB: This mail is signed with a key that resides on my USB flash disk, I use FC2. Go figure ;-). Nils -- Nils Philippsen / Red Hat / nphilipp at redhat.com "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 From david at fubar.dk Sun Aug 22 20:50:18 2004 From: david at fubar.dk (David Zeuthen) Date: Sun, 22 Aug 2004 22:50:18 +0200 Subject: no USB jump/flash drive support yet In-Reply-To: <000601c48889$22af56f0$0200000a@frank> References: <000601c48889$22af56f0$0200000a@frank> Message-ID: <1093207818.14759.2.camel@localhost.localdomain> On Sun, 2004-08-22 at 14:46 -0600, raxet wrote: > It works for me with the latest dev kernel 2.6.8-1.526. Only problem is that > you have to have the drive plugged on boot though. Then do a mount /dev/sdb1 > /media/usbdisk. > Try 'yum install gnome-volume-manager' and go into the 'Removable Storage' capplet to enable automounting. > Hot plugging, absolutely not. In fact kernel messages shows a number of > failed timeouts. :( > Care to share these with us? Hope this helps, David From talbotscott at cox.net Sun Aug 22 20:50:54 2004 From: talbotscott at cox.net (Scott Talbot) Date: Sun, 22 Aug 2004 13:50:54 -0700 Subject: Another kernel and still no sound? In-Reply-To: <1093194487.4003.1.camel@nemesis.astradine.net> References: <1093194487.4003.1.camel@nemesis.astradine.net> Message-ID: <1093207854.4566.1.camel@localhost.localdomain> On Sun, 2004-08-22 at 18:08 +0100, Bart Kalita wrote: > It was reported yesterday with Kernel - 525 that sound modules where not > loading. > > Today we have new kernel and still there is no sound. > > Anybody has an answer? > > _____________________________________________________________________________________ > > Bart Kalita MCP > > Registered Linux User #347493 Fedora Core 3 test 1 > > http://www.bart-domain.com > > http://astradine.no-ip.org > Another lister that can't start a thread of his own!! Please don't hijack threads. Scott From concert at europe.com Sun Aug 22 20:51:22 2004 From: concert at europe.com (t l) Date: Sun, 22 Aug 2004 12:51:22 -0800 Subject: no USB jump/flash drive support yet Message-ID: <20040822205122.B73E6164002@ws1-4.us4.outblaze.com> I have two different USB Flash drives: one works, the other does not. Both worked in FC2. Here are the kind of messages I get for the failing one: Jul 31 12:21:46 fedora kernel: ohci_hcd 0000:00:03.2: wakeup Jul 31 12:21:47 fedora kernel: usb 4-1: new full speed USB device using address 2 Jul 31 12:21:47 fedora kernel: Initializing USB Mass Storage driver... Jul 31 12:21:47 fedora kernel: usb-storage: probe of 4-1:1.0 failed with error -1 Jul 31 12:21:47 fedora kernel: usbcore: registered new driver usb-storage Jul 31 12:21:47 fedora kernel: USB Mass Storage support registered After which you cannot access/mount the drive, etc. Here is a Bugzilla I filed a while ago: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128932 I haven't seen any activity on it ..... tom --------------------------------------------- * From: Nils Philippsen On Sun, 2004-08-22 at 20:49, raxet wrote: > Running the latest FC3T1 here and am dismayed that apparently there is > ZARRO support for these USB flash/pin/jump drives. You're very probably wrong. This has been working since FC1 at least, given that 2.6.8-1.526 contains the usb-storage module I guess that this kernel still will support my USB flash disk. I want to verify this shortly as the machine running FC3 devel isn't where I am now. NB: This mail is signed with a key that resides on my USB flash disk, I use FC2. Go figure ;-). Nils -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From talbotscott at cox.net Sun Aug 22 20:57:21 2004 From: talbotscott at cox.net (Scott Talbot) Date: Sun, 22 Aug 2004 13:57:21 -0700 Subject: screwed up rpm - how do I recover In-Reply-To: References: Message-ID: <1093208241.4566.8.camel@localhost.localdomain> On Sun, 2004-08-22 at 12:53 -0400, sean darcy wrote: > Installed rpm-4.3.2-0.10, which screwed everything up. I installed the rpm > 4.0.4 libraries! > > Now, how do I fix it. rpm obviously doesn't work. I have the rpm-4.3.2-0.4 > rpms, but I can't install them. > > rpm2cpio doesn't work, so I can't install using cpio. > > Is the a tool to extract rpm files that doesn't depend on rpm being > installed? > > Where are the plain source files, i.e. rpm-4.3.2.tar.bz2? > > sean I have no solution for you, as I have the same problem(s) Can't yum or up2date. FC3t1 won't boot into rescue mode, rpm has a bajillion dependencies! Not to mention the screwed up xinitrc making the reboot an additional joy. Well at least if I can't help you, you know you're not alone! Scott From pri.rhl3 at iadonisi.to Sun Aug 22 21:17:49 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Sun, 22 Aug 2004 17:17:49 -0400 Subject: no USB jump/flash drive support yet In-Reply-To: <000601c48889$22af56f0$0200000a@frank> References: <000601c48889$22af56f0$0200000a@frank> Message-ID: <1093209469.16577.3.camel@va.local.linuxlobbyist.org> On Sun, 2004-08-22 at 16:46, raxet wrote: > It works for me with the latest dev kernel 2.6.8-1.526. Only problem is that > you have to have the drive plugged on boot though. Then do a mount /dev/sdb1 > /media/usbdisk. > > Hot plugging, absolutely not. In fact kernel messages shows a number of > failed timeouts. :( Clearly must be specific to certain types of USB flash devices as mine (a PNY Attache 128MB) works fine, as it has since FC1, including hot plugging. As someone else mentioned, posting your actual log messages would help. But it's probably going to be something that will need to be filed in bugzilla. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From nphilipp at redhat.com Sun Aug 22 21:20:54 2004 From: nphilipp at redhat.com (Nils Philippsen) Date: Sun, 22 Aug 2004 23:20:54 +0200 Subject: no USB jump/flash drive support yet In-Reply-To: <000601c48889$22af56f0$0200000a@frank> References: <000601c48889$22af56f0$0200000a@frank> Message-ID: <1093209653.11315.35.camel@gibraltar.stuttgart.redhat.com> On Sun, 2004-08-22 at 22:46, raxet wrote: > It works for me with the latest dev kernel 2.6.8-1.526. Only problem is that > you have to have the drive plugged on boot though. Then do a mount /dev/sdb1 > /media/usbdisk. > > Hot plugging, absolutely not. In fact kernel messages shows a number of > failed timeouts. :( Ah, this definitely doesn't sound like zero support in my book, more like (a) bug(s) ;-). Please check whether this bug (mentioned by someone else in the thread): https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128932 covers your problem, if not search if there are others that do, if not open a new BZ entry. Nils -- Nils Philippsen / Red Hat / nphilipp at redhat.com "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From shrek-m at gmx.de Sun Aug 22 21:44:42 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Sun, 22 Aug 2004 23:44:42 +0200 Subject: kernel-2.6.8-1.525 - bt878 - tvtime no signal In-Reply-To: <20040822104028.A7393@mail.harddata.com> References: <41279379.50905@gmx.de> <20040821143211.A14472@mail.harddata.com> <412884DA.9020606@gmx.de> <20040822104028.A7393@mail.harddata.com> Message-ID: <412913CA.70704@gmx.de> Michal Jaegermann wrote: >>>The real changes >>>are in 'initscripts' and 'mkinitrd'. >>> thanks :-) # modprobe bttv and logout/login as user works https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130620 -- shrek-m From Ow.Mun.Heng at wdc.com Mon Aug 23 01:54:58 2004 From: Ow.Mun.Heng at wdc.com (Ow Mun Heng) Date: Mon, 23 Aug 2004 09:54:58 +0800 Subject: ACPI and suspend In-Reply-To: <1093208881.4435.20.camel@littlePiet> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> Message-ID: <1093226098.8979.3.camel@neuromancer.home.net> On Mon, 2004-08-23 at 05:08, Peter Boy wrote: > Am So, den 22.08.2004 schrieb Russell Coker um 14:03: > > The default configuration of ACPI on my Thinkpad T41p is that closing the lid > > will turn off the back-light but leave the machine running. > > > > Is this the desired default behaviour? I had expected that closing the lid > > would give the same result that APM has always given and put the machine into > > suspend mode. > Well, that bebaviour is not desired :-). There is a problem with the > current ACPI implementation in Linux that lacks implementation of the > client side of ACPI. And there are some inconsistencies between the > Linux ACPI implementation and the IBM Bios (you can see corresponding > warnings im /var/log/messages - search for ACPI). > > The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) > which automatically starts up apmd which will do the job. Otherwise you > have to develop the client side script for your own (see as as an > example /etc/acpi/events/sample.conf). But all the messages I read about > this issue say there is no good solution available yet. I would have to disagree with you on that. A client side script can be written and implemented. It, to me, give you, the user much greater flexibility. (that is assuming that you know how to write one, but it isn't so difficult to google is it?) For me, I don't use the close-lid thing to suspend the machine. I use it to just turn off the LCD which is Good For me. (since S3 does not work on my machine(D600) yet) I've gotten S4 to work well using acpi and has never tried apm. -- Ow Mun Heng Fedora GNU/Linux Core 2 on D600 1.4Ghz CPU kernel 2.6.7-2.jul1-interactive Neuromancer 09:52:45 up 28 min, 4 users, load average: 0.98, 1.18, 0.83 From Ow.Mun.Heng at wdc.com Mon Aug 23 01:56:45 2004 From: Ow.Mun.Heng at wdc.com (Ow Mun Heng) Date: Mon, 23 Aug 2004 09:56:45 +0800 Subject: ACPI and suspend In-Reply-To: References: <200408222203.35869.russell@coker.com.au> Message-ID: <1093226205.8979.6.camel@neuromancer.home.net> On Sun, 2004-08-22 at 21:56, Alexandre Oliva wrote: > On Aug 22, 2004, Russell Coker wrote: > > > The default configuration of ACPI on my Thinkpad T41p is that closing the lid > > will turn off the back-light but leave the machine running. > > > Is this the desired default behaviour? > > FWIW, it is for me (and, in fact, it's the only way to turn off the > back-light) Try this from an xterm cat scripts/screen-blanker # Written by Ow Mun Heng # Oct 15 19:44 # (VERY) Simple executable file to enable screen blanking with one mouse click # wonder if I can put in a short-cut key xset -display :0 dpms force off -- Ow Mun Heng Fedora GNU/Linux Core 2 on D600 1.4Ghz CPU kernel 2.6.7-2.jul1-interactive Neuromancer 09:55:39 up 31 min, 4 users, load average: 0.38, 0.82, 0.75 From maxer1 at xmission.com Mon Aug 23 02:05:46 2004 From: maxer1 at xmission.com (raxet) Date: Sun, 22 Aug 2004 20:05:46 -0600 Subject: no USB jump/flash drive support yet In-Reply-To: <1093207818.14759.2.camel@localhost.localdomain> References: <000601c48889$22af56f0$0200000a@frank> <1093207818.14759.2.camel@localhost.localdomain> Message-ID: <412950FA.7070009@xmission.com> David Zeuthen wrote: >On Sun, 2004-08-22 at 14:46 -0600, raxet wrote: > > >>It works for me with the latest dev kernel 2.6.8-1.526. Only problem is that >>you have to have the drive plugged on boot though. Then do a mount /dev/sdb1 >>/media/usbdisk. >> >> >> > >Try 'yum install gnome-volume-manager' and go into the 'Removable >Storage' capplet to enable automounting. > > > >>Hot plugging, absolutely not. In fact kernel messages shows a number of >>failed timeouts. :( >> >> >> > >Care to share these with us? > >Hope this helps, > > It did however, what do you mean " go into the 'Removable Storage' capplet to enable automounting?" RaXeT From russell at coker.com.au Mon Aug 23 02:50:20 2004 From: russell at coker.com.au (Russell Coker) Date: Mon, 23 Aug 2004 12:50:20 +1000 Subject: ACPI and suspend In-Reply-To: <1093208881.4435.20.camel@littlePiet> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> Message-ID: <200408231250.20332.russell@coker.com.au> On Mon, 23 Aug 2004 07:08, Peter Boy wrote: > Am So, den 22.08.2004 schrieb Russell Coker um 14:03: > > The default configuration of ACPI on my Thinkpad T41p is that closing the > > lid will turn off the back-light but leave the machine running. > > > > Is this the desired default behaviour? I had expected that closing the > > lid would give the same result that APM has always given and put the > > machine into suspend mode. > > I use a T40p which uses as to my knowledge the same power saving > technology (only a different processor). > > Well, that bebaviour is not desired :-). There is a problem with the > current ACPI implementation in Linux that lacks implementation of the > client side of ACPI. And there are some inconsistencies between the > Linux ACPI implementation and the IBM Bios (you can see corresponding > warnings im /var/log/messages - search for ACPI). I just tried "echo 3 > /proc/acpi/sleep" and got the following error in the kernel message log: PM: Preparing system for suspend Stopping tasks: ===================================================| PCI: Setting latency timer of device 0000:00:1d.7 to 64 Could not suspend device 0000:00:1d.7: error -5 ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11 Restarting tasks... done Running "lspci | grep 1d.7" gives the following: 00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller (rev 01) So it seems that I have some USB issue. I've used a USB flash device (it's my boot device so it got scanned at boot even though I never used it for anything), but nothing on the USB bus is active at the time of the suspend attempt. > The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) acpi=off. Thanks for the suggestion, that is working for me now. But eventually I'd like to use ACPI, I think it's the way of the future (and it allows me to suspend all the bits I don't use - in theory at least). -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From balay at fastmail.fm Mon Aug 23 03:08:46 2004 From: balay at fastmail.fm (Satish Balay) Date: Sun, 22 Aug 2004 22:08:46 -0500 (CDT) Subject: ACPI and suspend In-Reply-To: <200408231250.20332.russell@coker.com.au> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> <200408231250.20332.russell@coker.com.au> Message-ID: On Mon, 23 Aug 2004, Russell Coker wrote: > > The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) > > acpi=off. Thanks for the suggestion, that is working for me now. But > eventually I'd like to use ACPI, I think it's the way of the future (and it > allows me to suspend all the bits I don't use - in theory at least). Yeah - the last I checked - APM was still the way to go.. I haven't checked up on this buglilla recently (ACPI and e1000 issue) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=121906 There was some issue with madwifi - but this might be resolved by now. Also, there was a post on linux-thinkpad list about some extra acpi support for thinkpads - you might want to check it out.. http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2004-August/019383.html Satish From russell at coker.com.au Mon Aug 23 03:11:37 2004 From: russell at coker.com.au (Russell Coker) Date: Mon, 23 Aug 2004 13:11:37 +1000 Subject: no USB jump/flash drive support yet In-Reply-To: <000601c48889$22af56f0$0200000a@frank> References: <000601c48889$22af56f0$0200000a@frank> Message-ID: <200408231311.37912.russell@coker.com.au> On Mon, 23 Aug 2004 06:46, "raxet" wrote: > It works for me with the latest dev kernel 2.6.8-1.526. Only problem is > that you have to have the drive plugged on boot though. Then do a mount > /dev/sdb1 /media/usbdisk. > > Hot plugging, absolutely not. In fact kernel messages shows a number of > failed timeouts. :( Hot plugging works for me. I have a FC3T1 laptop with no writable removable device other than a USB flash device. I use a USB device to copy files around between machines and it works fine. I have also plugged my USB flash device into the keyboard/hub on a FC1 machine that's got a few bits from FC1, and again it works fine. I have seen a timeout on USB on one occasion which resulted in a kernel oops. But apart from that there have been no problems. If the oops repeats I'll report it. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From michal at harddata.com Mon Aug 23 04:34:15 2004 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 22 Aug 2004 22:34:15 -0600 Subject: ACPI and suspend In-Reply-To: <200408231250.20332.russell@coker.com.au>; from russell@coker.com.au on Mon, Aug 23, 2004 at 12:50:20PM +1000 References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> <200408231250.20332.russell@coker.com.au> Message-ID: <20040822223415.A19980@mail.harddata.com> On Mon, Aug 23, 2004 at 12:50:20PM +1000, Russell Coker wrote: > > Am So, den 22.08.2004 schrieb Russell Coker um 14:03: > > > The default configuration of ACPI on my Thinkpad T41p is that closing the .... > > I just tried "echo 3 > /proc/acpi/sleep" and got the following error in the > kernel message log: > > PM: Preparing system for suspend > Stopping tasks: ===================================================| .... > Restarting tasks... done .... > 00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI ^^^ > So it seems that I have some USB issue. And IIRC it was already discussed on this list and ehci indeed seems to interfere with suspend. I do not have a Thinkpad but on Acer of my wife a power button is configured to suspend and its script in /etc/acpi/events/powerb.conf looks now like this: event=button/power.* action=/sbin/modprobe -r ehci_hcd; sync; sync; sleep 2 ; echo -n "mem" > /sys/power/state If EHCI support module is really needed then it will get inserted on a resume. If this is not enough then try adding 'acpi_sleep=s3_bios' in your kernel parameters. Using APM instead on that particular Acer is not an option but with the above it not only suspends but it even wakes up. :-) With an exception of a floppy which is unusable after such cycle. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127163 and nothing changed so far. Michal From pboy at barkhof.uni-bremen.de Mon Aug 23 08:41:08 2004 From: pboy at barkhof.uni-bremen.de (Peter Boy) Date: Mon, 23 Aug 2004 10:41:08 +0200 Subject: ACPI and suspend In-Reply-To: <200408231250.20332.russell@coker.com.au> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> <200408231250.20332.russell@coker.com.au> Message-ID: <1093250468.4439.7.camel@littlePiet> Am Mo, den 23.08.2004 schrieb Russell Coker um 04:50: > > The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) > > acpi=off. Thanks for the suggestion, that is working for me now. But > eventually I'd like to use ACPI, I think it's the way of the future (and it > allows me to suspend all the bits I don't use - in theory at least). Shure, it is the way of the future, but eventually not the way of the present times :-) There are some subtle problems with some IBM Bios implementations and the T40/T41 series seems to be especially bad or difficult to handle with. Nevertheless, if you succeed in using ACPI I would appreciate if you post the solution here. Peter From david at fubar.dk Mon Aug 23 08:11:00 2004 From: david at fubar.dk (David Zeuthen) Date: Mon, 23 Aug 2004 10:11:00 +0200 Subject: no USB jump/flash drive support yet In-Reply-To: <412950FA.7070009@xmission.com> References: <000601c48889$22af56f0$0200000a@frank> <1093207818.14759.2.camel@localhost.localdomain> <412950FA.7070009@xmission.com> Message-ID: <1093248661.31940.3.camel@localhost.localdomain> On Sun, 2004-08-22 at 20:05 -0600, raxet wrote: > It did Great! > however, what do you mean " > > go into the 'Removable > Storage' capplet to enable automounting?" > It's a preference window for configuring whether removable media and/or hotpluggable devices should be mounted and more. It looks like this http://davyd.angrygoats.net/gnome-2-8/images/gnome-volume-manager.png You can find it in the menu under Preferences->(More Preferences)- >Removable Storage. I'm wasn't sure whether automounting is on by default, that's why I asked you to check it. David From pboy at barkhof.uni-bremen.de Mon Aug 23 10:44:39 2004 From: pboy at barkhof.uni-bremen.de (Peter) Date: Mon, 23 Aug 2004 12:44:39 +0200 Subject: ACPI and suspend In-Reply-To: <1093226098.8979.3.camel@neuromancer.home.net> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> <1093226098.8979.3.camel@neuromancer.home.net> Message-ID: <1093253215.2986.28.camel@localhost.localdomain> Am Mo, den 23.08.2004 schrieb Ow Mun Heng um 3:54: > > The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) > > which automatically starts up apmd which will do the job. Otherwise you > > have to develop the client side script for your own (see as as an > > example /etc/acpi/events/sample.conf). But all the messages I read about > > this issue say there is no good solution available yet. > > I would have to disagree with you on that. A client side script can be > written and implemented. It, to me, give you, the user much greater > flexibility. (that is assuming that you know how to write one, but it > isn't so difficult to google is it?) It's not so difficult to write a script, but it seems to be diffficult to find / develope a workaround for several inconveniences with the thinkpad bios. With the T40/T41 acpid does not recognize the button for switching off the backlit not the for suspend to disk. But to be honest I never tried it for myself after reading about all the probs on various mailing lists. > For me, I don't use the close-lid thing to suspend the machine. I use it > to just turn off the LCD which is Good For me. (since S3 does not work > on my machine(D600) yet) > > I've gotten S4 to work well using acpi and has never tried apm. I would appreciate if you could post your solutions here. Peter From bill at maidment.com.au Mon Aug 23 08:59:32 2004 From: bill at maidment.com.au (Bill Maidment) Date: Mon, 23 Aug 2004 18:59:32 +1000 Subject: Problem building sendmail 8.13.1 on FC3-test1 In-Reply-To: <412815BF.8010601@maidment.com.au> References: <412815BF.8010601@maidment.com.au> Message-ID: <4129B1F4.6000704@maidment.com.au> Bill Maidment wrote: > Hi > > I am trying to build sendmail 8.13.1 from source under x86_64 FC3-test1 > and it seems the libdb-dev library is missing. Is there a > work-around/solution? > Well, this was solved by adding -lldb to confLIBS in site.config.m4 Cheers Bill From Ow.Mun.Heng at wdc.com Mon Aug 23 09:09:34 2004 From: Ow.Mun.Heng at wdc.com (Ow Mun Heng) Date: Mon, 23 Aug 2004 17:09:34 +0800 Subject: ACPI and suspend In-Reply-To: <1093253215.2986.28.camel@localhost.localdomain> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> <1093226098.8979.3.camel@neuromancer.home.net> <1093253215.2986.28.camel@localhost.localdomain> Message-ID: <1093252174.2066.6.camel@neuromancer.home.net> On Mon, 2004-08-23 at 18:44, Peter wrote: > Am Mo, den 23.08.2004 schrieb Ow Mun Heng um 3:54: > > > The easiest way is to suspend ACPI (acpi=no in /etc/grub/grub.conf) > > > which automatically starts up apmd which will do the job. Otherwise you > > > have to develop the client side script for your own (see as as an > > > example /etc/acpi/events/sample.conf). But all the messages I read about > > > this issue say there is no good solution available yet. > > > > I would have to disagree with you on that. A client side script can be > > written and implemented. It, to me, give you, the user much greater > > flexibility. (that is assuming that you know how to write one, but it > > isn't so difficult to google is it?) > > It's not so difficult to write a script, but it seems to be diffficult > to find / develope a workaround for several inconveniences with the > thinkpad bios. With the T40/T41 acpid does not recognize the > button for switching off the backlit not the for suspend to > disk. But to be honest I never tried it for myself after reading about > all the probs on various mailing lists. Hmm.. I can't speak for the IBM. But for the Dell D600, i've got the fn+Esc (suspend to disk) to work. and the fn+PgUp/PgDn/End(volume) to work. not tried the CRT/LCD/Batt. (Eve the wifi key works. Fn+F3 but unfortunately does not tell you that it's working graphically but if you do a ping, you'll see it time out) > > > For me, I don't use the close-lid thing to suspend the machine. I use it > > to just turn off the LCD which is Good For me. (since S3 does not work > > on my machine(D600) yet) > > > > I've gotten S4 to work well using acpi and has never tried apm. > > I would appreciate if you could post your solutions here. I would have to say that this might be a bit OT, since I am running FC2 and not the FC3T version. here's how I did it. Stock 2.6.7 vanilla kernel (only patch applied is the interactive patch) Main thing is to compile the network/usb as modules and remove it before going down.) For some reason, Mysql doesn't want to go down. it needs to be shut down. Works Fairly Well for me. This is legacy from my RH9/2.4/2.6 kernel days so some things may be obsolete. Here's my /etc/acpi/handle.pl script. -- Ow Mun Heng Fedora GNU/Linux Core 2 on D600 1.4Ghz CPU kernel 2.6.7-2.jul1-interactive Neuromancer 17:03:33 up 7:39, 4 users, load average: 0.43, 0.53, 0.64 -------------- next part -------------- A non-text attachment was scrubbed... Name: handle.pl Type: application/x-perl Size: 3400 bytes Desc: not available URL: From fedora at warmcat.com Mon Aug 23 09:22:53 2004 From: fedora at warmcat.com (Andy Green) Date: Mon, 23 Aug 2004 10:22:53 +0100 Subject: no USB jump/flash drive support yet In-Reply-To: <1093248661.31940.3.camel@localhost.localdomain> References: <000601c48889$22af56f0$0200000a@frank> <412950FA.7070009@xmission.com> <1093248661.31940.3.camel@localhost.localdomain> Message-ID: <200408231022.57593.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 23 August 2004 09:11, David Zeuthen wrote: > It's a preference window for configuring whether removable media and/or > hotpluggable devices should be mounted and more. It looks like this Impressive... AFAIK KDE doesn't have anything like this. - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBKbdxjKeDCxMJCTIRArtsAJ4374wFFuZe93mX9e/Eo1clHzceLgCdHzzx NVfHIoBDzTIxYPogc3tOe9c= =L3vt -----END PGP SIGNATURE----- From david at fubar.dk Mon Aug 23 09:28:47 2004 From: david at fubar.dk (David Zeuthen) Date: Mon, 23 Aug 2004 11:28:47 +0200 Subject: no USB jump/flash drive support yet In-Reply-To: <200408231022.57593.fedora@warmcat.com> References: <000601c48889$22af56f0$0200000a@frank> <412950FA.7070009@xmission.com> <1093248661.31940.3.camel@localhost.localdomain> <200408231022.57593.fedora@warmcat.com> Message-ID: <1093253327.31940.7.camel@localhost.localdomain> On Mon, 2004-08-23 at 10:22 +0100, Andy Green wrote: > > It's a preference window for configuring whether removable media and/or > > hotpluggable devices should be mounted and more. It looks like this > > Impressive... AFAIK KDE doesn't have anything like this. > They're actually working on it, see http://lists.gnome.org/archives/utopia-list/2004-August/msg00081.html for the KDE Volume Manager. It also uses HAL for hotplug notification and device information. Haven't tried it yet, looking forward to. Cheers, David From bill at maidment.com.au Mon Aug 23 13:34:39 2004 From: bill at maidment.com.au (Bill Maidment) Date: Mon, 23 Aug 2004 23:34:39 +1000 Subject: Apache wont start in FC3-test1 In-Reply-To: <41288582.2060509@maidment.com.au> References: <4128726C.30102@maidment.com.au> <41288582.2060509@maidment.com.au> Message-ID: <4129F26F.900@maidment.com.au> Bill Maidment wrote: > Bill Maidment wrote: > >> Hi >> >> Apache fails to start with this error in x86_64 FC3-test1 >> > > > Interestingly. When I change DocumentRoot to "var/www/html" apache > starts OK but cannot find many directories. This may also be the same > issue I have with building sendmail from source. > > It occurs to me that maybe there's a filesystem problem with my two SATA > drives running RAID 1.Anyone know of any issues in this area? > And the answer is ...... SELinux I switched that off and allis OK Cheers Bill From webmaster at hg-carstyling.de Mon Aug 23 13:48:06 2004 From: webmaster at hg-carstyling.de (M.Clasen) Date: Mon, 23 Aug 2004 15:48:06 +0200 Subject: information: The version of rdesktop you are using (1.3.1) is too old: Message-ID: <1093268886.4971.8.camel@hg-operator> FC3t1: The version of rdesktop you are using (1.3.1) is too old: rdesktop 1.3.2 or greater is required. A working patch for rdesktop 1.3.1 can be found in KDE CVS. with FC2 all went fine. on FC3t1 currently rdesktop-1.3.1-5.rpm is installed. connecting to linux is not a problem, but to windowsXP, above comes up. regards Michael -- Webmaster, Systemtechnik/Administration E-Mail: webmaster at hg-carstyling.de On Web: www.hg-carstyling.de Fackenburger Allee 55a 23554 L?beck / Germany Tel.: +49(0)451-4505952 Fax.: +49(0)451-4505954 From mattdm at mattdm.org Mon Aug 23 13:55:35 2004 From: mattdm at mattdm.org (Matthew Miller) Date: Mon, 23 Aug 2004 09:55:35 -0400 Subject: kernel panic (517) In-Reply-To: <20040812125853.B29551@mail.harddata.com> References: <1092332718.2694.6.camel@ip68-7-36-36.sd.sd.cox.net> <20040812125853.B29551@mail.harddata.com> Message-ID: <20040823135535.GA22321@jadzia.bu.edu> On Thu, Aug 12, 2004 at 12:58:53PM -0600, Michal Jaegermann wrote: > This is a mkinitrd problem. Either downgrade to mkinitrd-4.0.3-1 > or wait until mkinitrd-4.0.5-1 will show up. In any case you will > have to rebuild your initrd images which got affected. Is there a risk of this problem occuring with the kernel-2.6.8-1.521 update and mkinitrd-3.5.22 on FC2? -- Matthew Miller mattdm at mattdm.org Boston University Linux ------> From linux_4ever at yahoo.com Mon Aug 23 14:18:30 2004 From: linux_4ever at yahoo.com (Steve G) Date: Mon, 23 Aug 2004 07:18:30 -0700 (PDT) Subject: kernel panic (517) In-Reply-To: <20040823135535.GA22321@jadzia.bu.edu> Message-ID: <20040823141830.45757.qmail@web50608.mail.yahoo.com> >Is there a risk of this problem occuring with the kernel-2.6.8-1.521 update >and mkinitrd-3.5.22 on FC2? Not that I could tell. The bug was fixed in 4.0.6, but I used the 3.5 series while troubleshooting the 4.0.x bugs. I'm still recompiling my system, so I don't know if the current (4.1.1) has any new issues. -Steve Grubb __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From tjb at unh.edu Mon Aug 23 14:19:28 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Mon, 23 Aug 2004 10:19:28 -0400 Subject: NetworkManager? Message-ID: <1093270768.30348.7.camel@wintermute.sr.unh.edu> I installed NetworkManager and I can't seem to get it to do anything. It dhcp's my eth0, dhclient breaks my resolv.conf, and I can't get any NetworkManager windows to come up. I've tried NetworkManager and NetworkManagerInfo. I get errors like this: [tjb at katratzi ~]$ NetworkManager /usr/bin/NMLoadModules: line 51: ip: command not found /usr/bin/NMLoadModules: line 53: modprobe: command not found SIOCGMIIPHY on eth0 failed: Operation not supportednm_create_device_and_add_to_list(): adding device 'eth0' (wired) nm_device_activation_cancel(eth0): canceled Nothing to flush. tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From talbotscott at cox.net Mon Aug 23 14:50:24 2004 From: talbotscott at cox.net (Scott Talbot) Date: Mon, 23 Aug 2004 07:50:24 -0700 Subject: rpm Segfault Message-ID: <1093272624.4559.29.camel@localhost.localdomain> Well something has really screwed up this time! On Friday last, I set about to update my box, I installed the 30 some programs, up2date failed near the end of the process. After up2date did it's cleanup, 1 file was left xorg-x11-xdm. I believe the failure was reported as a segfault, but possibly I am misremembering as I recall seeing something about a bad/mangled header. Further attempts to install this file always resulted in a segfault, but when I did a rpm - qa | grep xorg, I found that rpm reported that the file was installed. Ok. the xorg file is irrelevant to my problem in that any attempt to install any file results in a segfault. I ran strace on it and found that the command exited at: open("/etc/rpm/macros", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/etc/rpm/i386-linux/macros", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) stat64("/root/.rpmmacros", 0xfef150d0) = -1 ENOENT (No such file or directory) time(NULL) = 1093270943 open("/proc/filesystems", O_RDONLY) = 3 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 4095) = 267 close(3) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ only 1 other error is reported, just about the first open returns ENOENT: open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) but then the rpm continues until the above lines. What I've tried: booted into FC2 and forced a re-install of rpm-4.10 No errors - No help either tested an rpm of rpm-4.02 So many dependencies! Listed contents of rpm and found that it provided a file macros, at usr/lib/rpm and provided a link to that file in /etc that may have worked but I found another missing file with the same name (macros) later on - removed link (how many different files named macros can rpm use?) What's left: try yum update from FC2 using --root options may or may not fix the problem as there were no other files to download for rpm after the error initially occurred Delete and re-install from CD - perform up2dates the rest of the week. Yeah, but I HATE to give up! can anyone make another suggestion? Scott From alan at redhat.com Mon Aug 23 15:07:31 2004 From: alan at redhat.com (Alan Cox) Date: Mon, 23 Aug 2004 11:07:31 -0400 Subject: NetworkManager? In-Reply-To: <1093270768.30348.7.camel@wintermute.sr.unh.edu> References: <1093270768.30348.7.camel@wintermute.sr.unh.edu> Message-ID: <20040823150731.GC5966@devserv.devel.redhat.com> On Mon, Aug 23, 2004 at 10:19:28AM -0400, Thomas J. Baker wrote: > I installed NetworkManager and I can't seem to get it to do anything. It > dhcp's my eth0, dhclient breaks my resolv.conf, and I can't get any > NetworkManager windows to come up. I've tried NetworkManager and > NetworkManagerInfo. I get errors like this: Something isn't setting the path properly. Try PATH=/sbin:$PATH NetworkManager [horribly ugly capitalisation unlike any other desktop or gnome tool should be fixed too IMHO its system-network-manager ;)] If that works file a bug. Alan From tjb at unh.edu Mon Aug 23 15:25:30 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Mon, 23 Aug 2004 11:25:30 -0400 Subject: NetworkManager? In-Reply-To: <20040823150731.GC5966@devserv.devel.redhat.com> References: <1093270768.30348.7.camel@wintermute.sr.unh.edu> <20040823150731.GC5966@devserv.devel.redhat.com> Message-ID: <1093274730.30348.11.camel@wintermute.sr.unh.edu> On Mon, 2004-08-23 at 11:07 -0400, Alan Cox wrote: > On Mon, Aug 23, 2004 at 10:19:28AM -0400, Thomas J. Baker wrote: > > I installed NetworkManager and I can't seem to get it to do anything. It > > dhcp's my eth0, dhclient breaks my resolv.conf, and I can't get any > > NetworkManager windows to come up. I've tried NetworkManager and > > NetworkManagerInfo. I get errors like this: > > Something isn't setting the path properly. Try > > PATH=/sbin:$PATH NetworkManager > > [horribly ugly capitalisation unlike any other desktop or gnome tool should > be fixed too IMHO its system-network-manager ;)] > > If that works file a bug. > > Alan > > Somewhat better: sh-3.00$ PATH=/sbin:$PATH NetworkManager SIOCGMIIPHY on eth0 failed: Operation not supportednm_create_device_and_add_to_list(): adding device 'eth0' (wired) nm_device_activation_cancel(eth0): canceled Nothing to flush. Nothing to flush. dhclient: no process killed sh-3.00$ nm_dbus_get_networks(): org.freedesktop.NetworkManagerInfo.NoNetworks raised There were are no trusted networks stored. nm_dbus_get_networks(): org.freedesktop.NetworkManagerInfo.NoNetworks raised There were are no preferred networks stored. Best wired device = (null) Best wireless device = (null) (null) Best wired device = eth0 Best wireless device = (null) (null) nm_state_modification_monitor(): beginning activation for device 'eth0' nm_device_activation_worker (eth0) started... RTNETLINK answers: Operation not permitted do_ypcall: clnt_call: RPC: Unable to send; errno = Network is unreachable SIOCSIFADDR: Permission denied SIOCSIFFLAGS: Permission denied SIOCSIFFLAGS: Permission denied Stopping nscd: /usr/sbin/nscd: Only root is allowed to use this option! [FAILED] Starting nscd: [ OK ] touch: cannot touch `/var/lock/subsys/nscd': Permission denied nm_device_activation_worker(eth0): device activated nm_state_modification_monitor() activated device eth0 but still no GUI or anything. Thanks, tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From walters at redhat.com Mon Aug 23 15:42:12 2004 From: walters at redhat.com (Colin Walters) Date: Mon, 23 Aug 2004 11:42:12 -0400 Subject: NetworkManager? In-Reply-To: <1093274730.30348.11.camel@wintermute.sr.unh.edu> References: <1093270768.30348.7.camel@wintermute.sr.unh.edu> <20040823150731.GC5966@devserv.devel.redhat.com> <1093274730.30348.11.camel@wintermute.sr.unh.edu> Message-ID: <1093275732.20301.19.camel@nexus.verbum.private> On Mon, 2004-08-23 at 11:25 -0400, Thomas J. Baker wrote: > sh-3.00$ PATH=/sbin:$PATH NetworkManager Are you trying to run this as a regular user? That won't work, you need to start the NetworkManager daemon as root. It should typically be started by init scripts. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From dcastle at carolina.rr.com Mon Aug 23 17:26:29 2004 From: dcastle at carolina.rr.com (Dwaine Castle) Date: Mon, 23 Aug 2004 13:26:29 -0400 Subject: Kernek 526 is reporting an error with an LV Message-ID: <07c801c48936$54fe5590$6401a8c0@DCXP> After installing the new kernel this afternoon, my system reports a bad file system for my one logical volume. If I boot the previous kernel everything is OK and no errors are reported. Does anybody know how I might fix this problem? Is this a bug or just me? Thanks. Dwaine From tjb at unh.edu Mon Aug 23 17:45:10 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Mon, 23 Aug 2004 13:45:10 -0400 Subject: NetworkManager? In-Reply-To: <1093275732.20301.19.camel@nexus.verbum.private> References: <1093270768.30348.7.camel@wintermute.sr.unh.edu> <20040823150731.GC5966@devserv.devel.redhat.com> <1093274730.30348.11.camel@wintermute.sr.unh.edu> <1093275732.20301.19.camel@nexus.verbum.private> Message-ID: <1093283110.30348.13.camel@wintermute.sr.unh.edu> On Mon, 2004-08-23 at 11:42 -0400, Colin Walters wrote: > On Mon, 2004-08-23 at 11:25 -0400, Thomas J. Baker wrote: > > > sh-3.00$ PATH=/sbin:$PATH NetworkManager > > Are you trying to run this as a regular user? That won't work, you need > to start the NetworkManager daemon as root. It should typically be > started by init scripts. > > > It is. What is the user-mode interface or is there one? tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From tjb at unh.edu Mon Aug 23 17:47:37 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Mon, 23 Aug 2004 13:47:37 -0400 Subject: NetworkManager? In-Reply-To: <1093283110.30348.13.camel@wintermute.sr.unh.edu> References: <1093270768.30348.7.camel@wintermute.sr.unh.edu> <20040823150731.GC5966@devserv.devel.redhat.com> <1093274730.30348.11.camel@wintermute.sr.unh.edu> <1093275732.20301.19.camel@nexus.verbum.private> <1093283110.30348.13.camel@wintermute.sr.unh.edu> Message-ID: <1093283257.30348.15.camel@wintermute.sr.unh.edu> On Mon, 2004-08-23 at 13:45 -0400, Thomas J. Baker wrote: > On Mon, 2004-08-23 at 11:42 -0400, Colin Walters wrote: > > On Mon, 2004-08-23 at 11:25 -0400, Thomas J. Baker wrote: > > > > > sh-3.00$ PATH=/sbin:$PATH NetworkManager > > > > Are you trying to run this as a regular user? That won't work, you need > > to start the NetworkManager daemon as root. It should typically be > > started by init scripts. > > > > > > > > It is. What is the user-mode interface or is there one? > > tjb Actually, I tried NetworkManagerInfo and got nothing too: sh-3.00$ NetworkManagerInfo sh-3.00$ ** (NetworkManagerInfo:8886): WARNING **: Failed to send buffer ** (NetworkManagerInfo:8886): WARNING **: Failed to send buffer tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From fedora at wir-sind-cool.org Mon Aug 23 17:52:15 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Mon, 23 Aug 2004 19:52:15 +0200 Subject: k3b/cdrecord In-Reply-To: <1093169106.9113.47.camel@T7.linux> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> <1093104226.9113.13.camel@T7.linux> <1093160507.4747.11.camel@athlon.localdomain> <1093169106.9113.47.camel@T7.linux> Message-ID: <20040823195215.479414a3.fedora@wir-sind-cool.org> On Sun, 22 Aug 2004 11:05:06 +0100, Paul wrote: > Hi, > > > > /usr/bin/mkisofs: Value too large for defined data type. > > > File /home/paul/snaketest.bin is too large - ignoring > > > > How big is this file? Larger than 2 GB? > > Much. When you drag it into k3b, k3b says there is 6.1Mb free - tight, > but should be enough. > > > > Now, k3b is saying that the file is not oversized and that there is > > > > Which file, the resulting image? > > Nope, the file I dragged into k3b > > > > 6.1Mb free on the drive. To me that looks like a mkisofs error rather > > > than anything. > > > > Only 6 MB free when you are creating a 4 GB iso images? That sounds > > tight. Is /tmp a separate file system? Sounds like either a mkisofs bug, > > or you just lack of free space. > > / has 25Gb free, /tmp is only 5.6Mb in size, so there should be a lot of > room to play with. > > I have a feeling it is a mkisofs problem as if I try to just generate > the iso image, the resulting file is 628K in size! > > Anyway, it's in bugzilla now :-) Or growisofs which is part of different package. From mr700 at globalnet.bg Mon Aug 23 17:47:49 2004 From: mr700 at globalnet.bg (Doncho N. Gunchev) Date: Mon, 23 Aug 2004 20:47:49 +0300 Subject: Will FC3 have cluster? Message-ID: <200408232047.50141@-mr700> I just translated (1-2 days ago) system-config-cluster and wonder will FC3 have the cluster so we can try it (with GFS)? I hope yes. -- Regards, Doncho N. Gunchev Registered Linux User #291323 at counter.li.org GPG-Key-ID: 1024D/DA454F79 http://pgp.mit.edu Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79 From leonard at den.ottolander.nl Mon Aug 23 17:56:26 2004 From: leonard at den.ottolander.nl (Leonard den Ottolander) Date: Mon, 23 Aug 2004 19:56:26 +0200 Subject: k3b/cdrecord In-Reply-To: <20040823195215.479414a3.fedora@wir-sind-cool.org> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> <1093104226.9113.13.camel@T7.linux> <1093160507.4747.11.camel@athlon.localdomain> <1093169106.9113.47.camel@T7.linux> <20040823195215.479414a3.fedora@wir-sind-cool.org> Message-ID: <1093283786.4751.50.camel@athlon.localdomain> Hello Michael, On Mon, 2004-08-23 at 19:52, Michael Schwendt wrote: > > > > /usr/bin/mkisofs: Value too large for defined data type. > > > > File /home/paul/snaketest.bin is too large - ignoring > Or growisofs which is part of different package. Maybe I am getting something wrong, but the above error indicates an issue with mkisofs. Probably a 32 bit integer that overflows. Leonard. -- mount -t life -o ro /dev/dna /genetic/research From notting at redhat.com Mon Aug 23 18:21:29 2004 From: notting at redhat.com (Bill Nottingham) Date: Mon, 23 Aug 2004 14:21:29 -0400 Subject: Boot messages in 2.6.8-524 In-Reply-To: <200408220148.27407.russell@coker.com.au> References: <20040821140850.61167.qmail@web50603.mail.yahoo.com> <200408220148.27407.russell@coker.com.au> Message-ID: <20040823182128.GA24699@nostromo.devel.redhat.com> Russell Coker (russell at coker.com.au) said: > It seems that rngd expects /dev/hwrandom while udev with the FC3T1 kernel > creates /dev/hw_random. I haven't checked the latest kernel to see whether > this has changed. rngd was patched to expect /dev/hw_random. However, only udev will create that ATM; it's not in the static dev package. Bill From fedora at wir-sind-cool.org Mon Aug 23 18:31:16 2004 From: fedora at wir-sind-cool.org (Michael Schwendt) Date: Mon, 23 Aug 2004 20:31:16 +0200 Subject: k3b/cdrecord In-Reply-To: <1093283786.4751.50.camel@athlon.localdomain> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> <1093104226.9113.13.camel@T7.linux> <1093160507.4747.11.camel@athlon.localdomain> <1093169106.9113.47.camel@T7.linux> <20040823195215.479414a3.fedora@wir-sind-cool.org> <1093283786.4751.50.camel@athlon.localdomain> Message-ID: <20040823203116.160d1946.fedora@wir-sind-cool.org> On Mon, 23 Aug 2004 19:56:26 +0200, Leonard den Ottolander wrote: > Hello Michael, > > On Mon, 2004-08-23 at 19:52, Michael Schwendt wrote: > > > > > /usr/bin/mkisofs: Value too large for defined data type. > > > > > File /home/paul/snaketest.bin is too large - ignoring > > > Or growisofs which is part of different package. > > Maybe I am getting something wrong, but the above error indicates an > issue with mkisofs. Probably a 32 bit integer that overflows. The source code should be able to tell. Else it would be guess-work (maybe it's an input loop which accumulates the read bytes and checks for overflow). If mkisofs ignores files which are too large, I don't understand the following: : I'm trying to burn a 4.2Gb file to DVD using k3b. : : At somewhere near the 1.2Gb level, the recording stops dead, : yet k3b says the full burn has occured. From villegas at math.gatech.edu Mon Aug 23 19:07:49 2004 From: villegas at math.gatech.edu (Carlos Villegas) Date: Mon, 23 Aug 2004 15:07:49 -0400 Subject: no USB jump/flash drive support yet In-Reply-To: <1093207818.14759.2.camel@localhost.localdomain> References: <000601c48889$22af56f0$0200000a@frank> <1093207818.14759.2.camel@localhost.localdomain> Message-ID: <20040823190749.GO23356@uglabng.math.gatech.edu> On Sun, Aug 22, 2004 at 10:50:18PM +0200, David Zeuthen wrote: > On Sun, 2004-08-22 at 14:46 -0600, raxet wrote: > > It works for me with the latest dev kernel 2.6.8-1.526. Only problem is that > > you have to have the drive plugged on boot though. Then do a mount /dev/sdb1 > > /media/usbdisk. > > > > Try 'yum install gnome-volume-manager' and go into the 'Removable > Storage' capplet to enable automounting. Is that new in FC3? I don't see it in FC2, and some others have mentioned "it has worked fine for me since FC1..."? Last friday I finished writting something to do this (automount the usb disks when plugged in) and I was in the process of writting some minimal stuff to contribute it to the fedora project. I need this sort of thing for FC2, so this is partially off topic, but: How did you get it done in FC2? I already have my own rpm for this, but it would be nice to use the "standard" stuff. Carlos From paul at all-the-johnsons.co.uk Mon Aug 23 19:33:24 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 23 Aug 2004 20:33:24 +0100 Subject: k3b/cdrecord In-Reply-To: <20040823203116.160d1946.fedora@wir-sind-cool.org> References: <1093099603.9113.9.camel@T7.linux> <20040821170112.033cdec5.fedora@wir-sind-cool.org> <1093104226.9113.13.camel@T7.linux> <1093160507.4747.11.camel@athlon.localdomain> <1093169106.9113.47.camel@T7.linux> <20040823195215.479414a3.fedora@wir-sind-cool.org> <1093283786.4751.50.camel@athlon.localdomain> <20040823203116.160d1946.fedora@wir-sind-cool.org> Message-ID: <1093289604.31362.1.camel@T7.linux> Hi. > If mkisofs ignores files which are too large, I don't > understand the following: > > : I'm trying to burn a 4.2Gb file to DVD using k3b. > : > : At somewhere near the 1.2Gb level, the recording stops dead, > : yet k3b says the full burn has occured. I'm coming to the conclusion that it is mkisofs at fault. If I use k3b to generate an isoimage for the file, the file produced is something like 600k in size instead of the full 4.4Gb. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From joden at lee.k12.nc.us Mon Aug 23 23:20:13 2004 From: joden at lee.k12.nc.us (James Olin Oden) Date: Mon, 23 Aug 2004 19:20:13 -0400 (EDT) Subject: rpm Segfault In-Reply-To: <1093272624.4559.29.camel@localhost.localdomain> References: <1093272624.4559.29.camel@localhost.localdomain> Message-ID: On Mon, 23 Aug 2004, Scott Talbot wrote: > > Well something has really screwed up this time! > > On Friday last, I set about to update my box, I installed the 30 some > programs, up2date failed near the end of the process. After up2date did > it's cleanup, 1 file was left xorg-x11-xdm. I believe the failure was > reported as a segfault, but possibly I am misremembering as I recall > seeing something about a bad/mangled header. Further attempts to > install this file always resulted in a segfault, but when I did a rpm - > qa | grep xorg, I found that rpm reported that the file was installed. > > Ok. the xorg file is irrelevant to my problem in that any attempt to > install any file results in a segfault. I ran strace on it and found > that the command exited at: > Scot, could you also send the gdb backtrace from the core file? gdb core bt > open("/etc/rpm/macros", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file > or directory) > open("/etc/rpm/i386-linux/macros", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No > such file or directory) > stat64("/root/.rpmmacros", 0xfef150d0) = -1 ENOENT (No such file or > directory) > time(NULL) = 1093270943 > open("/proc/filesystems", O_RDONLY) = 3 > read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 4095) = 267 > close(3) = 0 > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > +++ killed by SIGSEGV +++ > > only 1 other error is reported, just about the first open returns > ENOENT: > open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or > directory) > > but then the rpm continues until the above lines. > > > What I've tried: > > booted into FC2 and forced a re-install of rpm-4.10 > No errors - No help either > > tested an rpm of rpm-4.02 > So many dependencies! > > Listed contents of rpm and found that it provided a file macros, at > usr/lib/rpm and provided a link to that file in /etc > that may have worked but I found another missing file with the same > name (macros) later on - removed link (how many different files named > macros can rpm use?) RPM uses a path for the macros defined in by default /usr/lib/rpm/rpmrc. The var is called macropath and looks like this on my RH 9 system: macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros.specspo:/etc/rpm/macros.prelink:/etc/rpm/macros.solve:/etc/rpm/macros.up2date:/etc/rpm/macros:/etc/rpm/%{_target}/macros:~/.rpmmacros It actually processes each of these that it finds,such that the last listed in the path wins. This makes it fairly easy for you to overide rpm defaults either globally in /etc/rpm/macros, or per user in ~/.rpmmacros. Also, there is a command line ouption to give rpm a different rpmrc file to read such that you can overide the macropath pretty easily (sometimes this is a good thing to do in build environments). > > What's left: > Definately get that backtrace from gdb out. Probably should file a bugzilla to reduce the noise on the list. Cheers...james From ernesto at ornl.gov Tue Aug 24 00:10:37 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Mon, 23 Aug 2004 20:10:37 -0400 Subject: DHCP no longer updates /etc/resolv.conf with nameservers Message-ID: <0EB16F5D5E80724FA5B98AD4820DC0B4DA3A5E@ORNLEXCHANGE.ornl.gov> Hi, I am not getting my "/etc/resolv.conf" updated with my ISPs nameservers any longer. Has anyone else seen this with "dhcp-3.0.1-7" The above does not happen with my other machine that has "dhcp-3.0.1-4" Has anyone else seen this? I will check bugzilla as well. Thanks, Ernesto From talbotscott at cox.net Tue Aug 24 00:40:40 2004 From: talbotscott at cox.net (Scott Talbot) Date: Mon, 23 Aug 2004 17:40:40 -0700 Subject: rpm Segfault In-Reply-To: References: <1093272624.4559.29.camel@localhost.localdomain> Message-ID: <1093308040.7260.5.camel@localhost.localdomain> On Mon, 2004-08-23 at 19:20 -0400, James Olin Oden wrote: > On Mon, 23 Aug 2004, Scott Talbot wrote: > > > > > Well something has really screwed up this time! > > > > On Friday last, I set about to update my box, I installed the 30 some > > programs, up2date failed near the end of the process. After up2date did > > it's cleanup, 1 file was left xorg-x11-xdm. I believe the failure was > > reported as a segfault, but possibly I am misremembering as I recall > > seeing something about a bad/mangled header. Further attempts to > > install this file always resulted in a segfault, but when I did a rpm - > > qa | grep xorg, I found that rpm reported that the file was installed. > > > > Ok. the xorg file is irrelevant to my problem in that any attempt to > > install any file results in a segfault. I ran strace on it and found > > that the command exited at: > > > Scot, could you also send the gdb backtrace from the core file? > > gdb core > bt No Core file. When I enter the above commands I get message "No Stack" > > > open("/etc/rpm/macros", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file > > or directory) > > open("/etc/rpm/i386-linux/macros", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No > > such file or directory) > > stat64("/root/.rpmmacros", 0xfef150d0) = -1 ENOENT (No such file or > > directory) > > time(NULL) = 1093270943 > > open("/proc/filesystems", O_RDONLY) = 3 > > read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 4095) = 267 > > close(3) = 0 > > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > > +++ killed by SIGSEGV +++ > > > > only 1 other error is reported, just about the first open returns > > ENOENT: > > open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or > > directory) > > > > but then the rpm continues until the above lines. > > > > > > What I've tried: > > > > booted into FC2 and forced a re-install of rpm-4.10 > > No errors - No help either > > > > tested an rpm of rpm-4.02 > > So many dependencies! > > > > Listed contents of rpm and found that it provided a file macros, at > > usr/lib/rpm and provided a link to that file in /etc > > that may have worked but I found another missing file with the same > > name (macros) later on - removed link (how many different files named > > macros can rpm use?) > RPM uses a path for the macros defined in by default /usr/lib/rpm/rpmrc. > The var is called macropath and looks like this on my RH 9 system: > > macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros.specspo:/etc/rpm/macros.prelink:/etc/rpm/macros.solve:/etc/rpm/macros.up2date:/etc/rpm/macros:/etc/rpm/%{_target}/macros:~/.rpmmacros > Changed very little to now: macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/% {_target}/macros:/etc/rpm/macros.*:/etc/rpm/macros:/etc/rpm/%{_targ et}/macros:~/.rpmmacros > It actually processes each of these that it finds,such that the last > listed in the path wins. This makes it fairly easy for you to overide > rpm defaults either globally in /etc/rpm/macros, or per user in > ~/.rpmmacros. Also, there is a command line ouption to give rpm a > different rpmrc file to read such that you can overide the macropath > pretty easily (sometimes this is a good thing to do in build > environments). > > > > > What's left: > > > Definately get that backtrace from gdb out. Probably should file a > bugzilla to reduce the noise on the list. > > Cheers...james Thanks for your reply, James. It appears that whatever happened, seem that no one else was afflicted... Bummer. Probably just try the plan B later tonight. Scott From linux_4ever at yahoo.com Tue Aug 24 00:45:16 2004 From: linux_4ever at yahoo.com (Steve G) Date: Mon, 23 Aug 2004 17:45:16 -0700 (PDT) Subject: rpm Segfault In-Reply-To: <1093308040.7260.5.camel@localhost.localdomain> Message-ID: <20040824004516.69846.qmail@web50607.mail.yahoo.com> >No Core file. When I enter the above commands I get message "No Stack" I usually have better success using valgrind to look at these kind of problems. For example: valgrind --leak-check=yes --leak-resolution=high --num-callers=8 --logfile-fd=19 rpm -ivh abc.rpm 19> log.txt Then look in log.txt -Steve Grubb __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From mail.sw.rh.rhl.beta at spam.fi.basen.net Tue Aug 24 00:47:43 2004 From: mail.sw.rh.rhl.beta at spam.fi.basen.net (Kaj J.Niemi) Date: Tue, 24 Aug 2004 03:47:43 +0300 (EEST) Subject: DHCP no longer updates /etc/resolv.conf with nameservers References: <0EB16F5D5E80724FA5B98AD4820DC0B4DA3A5E@ORNLEXCHANGE.ornl.gov> Message-ID: <20040824004743.A219C47C027@Jill.A51.ORG> > I am not getting my "/etc/resolv.conf" updated with my ISPs nameservers > any longer. Has anyone else seen this with "dhcp-3.0.1-7" > The above does not happen with my other machine that has "dhcp-3.0.1-4" Do your versions of initscripts differ? Maybe you hit bug #130575. :) // kaj From ernesto at ornl.gov Tue Aug 24 00:59:07 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Mon, 23 Aug 2004 20:59:07 -0400 Subject: DHCP no longer updates /etc/resolv.conf with nameservers Message-ID: <0EB16F5D5E80724FA5B98AD4820DC0B4DA3A60@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Kaj J.Niemi Sent: Mon 8/23/2004 8:47 PM To: fedora-test-list at redhat.com Subject: Re: DHCP no longer updates /etc/resolv.conf with nameservers > I am not getting my "/etc/resolv.conf" updated with my ISPs nameservers > any longer. Has anyone else seen this with "dhcp-3.0.1-7" > The above does not happen with my other machine that has "dhcp-3.0.1-4" Do your versions of initscripts differ? Maybe you hit bug #130575. :) Oops. I have initscripts-7.66-1 on the machine that does not work. On the machine that works I also have "initscripts-7.59-1" So, I am convinced that I am experiencing the bug #130575 that you mention. I will wait for initscripts-7.67 to hit rawhide, right? Thanks, Ernesto // kaj -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From dcastle at carolina.rr.com Tue Aug 24 01:08:27 2004 From: dcastle at carolina.rr.com (Dwaine Castle) Date: Mon, 23 Aug 2004 21:08:27 -0400 Subject: Fw: Kernek 526 is reporting an error with an LV Message-ID: <07f901c48976$de357c90$6401a8c0@DCXP> ----- Original Message ----- From: "Dwaine Castle" To: Sent: Monday, August 23, 2004 1:26 PM Subject: Kernek 526 is reporting an error with an LV | After installing the new kernel this afternoon, my system reports a bad file | system for my one logical volume. If I boot the previous kernel everything | is OK and no errors are reported. Does anybody know how I might fix this | problem? Is this a bug or just me? | | | Thanks. | Dwaine | I may have been a bit hasty claiming that booting the 524 kernel solved all the problems caused by today's update. Neither yum nor up2date can find a server. I can see my network, but I can't seem to get past my router to the internet at all. Has anybody else experienced problems with today's update? Thanks. Dwaine From clydekunkel7734 at cox.net Tue Aug 24 01:29:23 2004 From: clydekunkel7734 at cox.net (Clyde E. Kunkel) Date: Mon, 23 Aug 2004 21:29:23 -0400 Subject: Fw: Kernek 526 is reporting an error with an LV In-Reply-To: <07f901c48976$de357c90$6401a8c0@DCXP> References: <07f901c48976$de357c90$6401a8c0@DCXP> Message-ID: <1093310963.4963.1.camel@localhost.localdomain> On Mon, 2004-08-23 at 21:08 -0400, Dwaine Castle wrote: > ----- Original Message ----- > From: "Dwaine Castle" > To: > Sent: Monday, August 23, 2004 1:26 PM > Subject: Kernek 526 is reporting an error with an LV > > > | After installing the new kernel this afternoon, my system reports a bad > file > | system for my one logical volume. If I boot the previous kernel > everything > | is OK and no errors are reported. Does anybody know how I might fix this > | problem? Is this a bug or just me? > | > | > | Thanks. > | Dwaine > | > > I may have been a bit hasty claiming that booting the 524 kernel solved all > the problems caused by today's update. Neither yum nor up2date can find a > server. I can see my network, but I can't seem to get past my router to the > internet at all. > > > > Has anybody else experienced problems with today's update? > > Thanks. > Dwaine > > > Yes....my raid volumes won't automount....going back to 524, they do mount. -- Clyde Kunkel FedoraCore 3 Test 1 on an ASUS P4C800-E From spam at tachegroup.com Tue Aug 24 01:52:53 2004 From: spam at tachegroup.com (TGS) Date: Mon, 23 Aug 2004 21:52:53 -0400 Subject: no USB jump/flash drive support yet In-Reply-To: <20040822205122.B73E6164002@ws1-4.us4.outblaze.com> Message-ID: Same exact problem here. I am able to use some USB Flash drives without issue, but some fail. The failures lock up the whole mount subsystem capability, and the only way to fix it is to restart. My errors are just like the below. Is there a way to gather detailed information for the failed devices? on 8/22/2004 4:51 PM, t l at concert at europe.com wrote: > I have two different USB Flash drives: one works, > the other does not. Both worked in FC2. > > Here are the kind of messages I get for the failing one: > > Jul 31 12:21:46 fedora kernel: ohci_hcd 0000:00:03.2: wakeup > Jul 31 12:21:47 fedora kernel: usb 4-1: new full speed USB device > using address 2 > Jul 31 12:21:47 fedora kernel: Initializing USB Mass Storage driver... > Jul 31 12:21:47 fedora kernel: usb-storage: probe of 4-1:1.0 failed > with error -1 > Jul 31 12:21:47 fedora kernel: usbcore: registered new driver usb-storage > Jul 31 12:21:47 fedora kernel: USB Mass Storage support registered > > After which you cannot access/mount the drive, etc. > > Here is a Bugzilla I filed a while ago: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128932 > > I haven't seen any activity on it ..... > > tom > > > --------------------------------------------- > * From: Nils Philippsen > On Sun, 2004-08-22 at 20:49, raxet wrote: >> Running the latest FC3T1 here and am dismayed that apparently there is >> ZARRO support for these USB flash/pin/jump drives. > > You're very probably wrong. This has been working since FC1 at least, > given that 2.6.8-1.526 contains the usb-storage module I guess that this > kernel still will support my USB flash disk. I want to verify this > shortly as the machine running FC3 devel isn't where I am now. > > NB: This mail is signed with a key that resides on my USB flash disk, I > use FC2. Go figure ;-). > > Nils From fct-cornette at sbcglobal.net Tue Aug 24 02:08:46 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Mon, 23 Aug 2004 22:08:46 -0400 Subject: make world - xorg .. CVS source In-Reply-To: <4126F616.6010406@www.linux.org.uk> References: <4126ABBD.4030800@sbcglobal.net> <4126F616.6010406@www.linux.org.uk> Message-ID: <412AA32E.6050607@sbcglobal.net> Mike A. Harris wrote: > Jim Cornette wrote: > >> After downloading the src rpm and installing the rpm, from the SPEC >> directory, I then ran the below command on the spec. >> rpmbuild -bp --target i686 xorg-x11.spec >> >> Now from the BUILD directory with xorg in, I typed make world w/o >> editing anything. >> >> The compilation is taking place. What is the output? RPMS or compiled >> binaries somewhere? Will it be i686 archetecture? > > > The result will be a compiled X tree, that isn't installed anywhere. The > proper way to rebuild for i686, is to take the src.rpm and do: > > rpmbuild --rebuild --target i686 I noticed that after the very long compilation time that there were no rpms and only the tree. Thanks for the proper method to create rpms. Since potitive action has taken place on the 1810 driver, this might be decent to see if the i686 rpms compile and yield any noticable improvements worth the compilation time. There is a patch for the i810, so if not currently included within the build, I might try adding the patch supplied for the build before generating the rpmbuild. https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 Thanks, Jim > > I must warn however, that rebuilding X with target i686 is totally > untested and unsupported, and there are some changes happening right now > which might temporarily cause i686 rebuilds to fail. That might occur > on Monday's rawhide snapshot. If it does fail (which I hope it > doesn't), if you can whip up a patch to fix it and keep i686 ability > going, that'd be appreciated. A similar problem might occur for > "athlon" rebuilds. > > For those interested in why this might occur, it is due to host.def > being changed in a fairly major way tonight. From now on, host.def will > be a static wrapper file which tests the architecture with C > preprocessor defines, and conditionally includes a new file named > "host-$arch.def". I've tried to canonicalize all x86 architectures to > "i386" so there will be a single host-i386.def file used regardless of > wether it is i686, i586, i386, athlon or whatever, but I'm only > personally testing to make sure "i386" still works. If others test it > and it fails though, patches are graciously accepted to make it work > again. ;o) > > From fct-cornette at sbcglobal.net Tue Aug 24 03:25:04 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Mon, 23 Aug 2004 23:25:04 -0400 Subject: Bug in Up2date resolution when packages marked skipped Message-ID: <412AB510.5000505@sbcglobal.net> I noticed that when a package may have many different elements, such as xorg-x11, updating will fail because deps might be needed from the excluded list. I had this happen because of adding xorg-x11 to my skipped packages recently. The package that caused the conflict was xorg-x11-deprecated-libs-6.7.9 What happened was a pop-up appeared indicating what will be attached to this message. Since this package was marked on the skipped list, it would not resolve. As you can imagine, with the pop-up dialog box, it scrolled off of the top and bottom of the screen. I did not search bugzilla regarding this sort of error. I don't think that too many excluded packages would contain so many rpms per program. I removed xorg-x11 from the skipped programs list and installation continued normally. If someone needed "watched" packages added to their skipped lists, this might be some problem that is worth looking into. attached pop-up with xorg-x11* added to skipped package list. If this is by design, maybe some method for determining the group the program belong to when skipped programs selected might be a nice add-on feature. Jim From fct-cornette at sbcglobal.net Tue Aug 24 03:27:15 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Mon, 23 Aug 2004 23:27:15 -0400 Subject: Bug in Up2date resolution when packages marked skipped --attachment Message-ID: <412AB593.4050404@sbcglobal.net> Adding attachment - I noticed that when a package may have many different elements, such as xorg-x11, updating will fail because deps might be needed from the excluded list. I had this happen because of adding xorg-x11 to my skipped packages recently. The package that caused the conflict was xorg-x11-deprecated-libs-6.7.9 What happened was a pop-up appeared indicating what will be attached to this message. Since this package was marked on the skipped list, it would not resolve. As you can imagine, with the pop-up dialog box, it scrolled off of the top and bottom of the screen. I did not search bugzilla regarding this sort of error. I don't think that too many excluded packages would contain so many rpms per program. I removed xorg-x11 from the skipped programs list and installation continued normally. If someone needed "watched" packages added to their skipped lists, this might be some problem that is worth looking into. attached pop-up with xorg-x11* added to skipped package list. If this is by design, maybe some method for determining the group the program belong to when skipped programs selected might be a nice add-on feature. Jim -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: xorg-hell-deps URL: From concert at europe.com Tue Aug 24 03:31:03 2004 From: concert at europe.com (t l) Date: Mon, 23 Aug 2004 19:31:03 -0800 Subject: no USB jump/flash drive support yet Message-ID: <20040824033103.DA7CC6EEE9@ws1-5.us4.outblaze.com> The only additional info I've been able to get is by running 'lsusb'. It lists the USB Flash drive that usbcore fails to probe correctly. Here is the output from 'lsusb': Bus 004 Device 004: ID 08ec:0010 M-Systems Flash Disk Pioneers DiskOnKey Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 003: ID 03f0:1e11 Hewlett-Packard Bus 001 Device 002: ID 0409:0058 NEC Corp. HighSpeed Hub Bus 001 Device 001: ID 0000:0000 tom ------------------------------------ * From: TGS Same exact problem here. I am able to use some USB Flash drives without issue, but some fail. The failures lock up the whole mount subsystem capability, and the only way to fix it is to restart. My errors are just like the below. Is there a way to gather detailed information for the failed devices? -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From dsavage at peaknet.net Tue Aug 24 06:08:38 2004 From: dsavage at peaknet.net (Robert G. (Doc) Savage) Date: Tue, 24 Aug 2004 01:08:38 -0500 Subject: no USB jump/flash drive support yet In-Reply-To: <20040824033103.DA7CC6EEE9@ws1-5.us4.outblaze.com> References: <20040824033103.DA7CC6EEE9@ws1-5.us4.outblaze.com> Message-ID: <1093327718.5822.43.camel@lioness.protogeek.org> On Mon, 2004-08-23 at 22:31, t l wrote: > The only additional info I've been able to get > is by running 'lsusb'. It lists the USB Flash > drive that usbcore fails to probe correctly. > > Here is the output from 'lsusb': > > Bus 004 Device 004: ID 08ec:0010 M-Systems Flash Disk Pioneers DiskOnKey > Bus 004 Device 001: ID 0000:0000 > Bus 003 Device 001: ID 0000:0000 > Bus 002 Device 001: ID 0000:0000 > Bus 001 Device 003: ID 03f0:1e11 Hewlett-Packard > Bus 001 Device 002: ID 0409:0058 NEC Corp. HighSpeed Hub > Bus 001 Device 001: ID 0000:0000 > > tom > > ------------------------------------ > * From: TGS > > Same exact problem here. > > I am able to use some USB Flash drives without issue, but some fail. The > failures lock up the whole mount subsystem capability, and the only way to > fix it is to restart. My errors are just like the below. Is there a way to > gather detailed information for the failed devices? Tom, Both of my thumb drives appear as /dev/sda and work perfectly. Other folks have reported their thumb drives appear as /dev/sda1. And there are some truly evil thumb drives that require Windows security drivers to access them. Has that possibility been ruled out? -- Doc Robert G. (Doc) Savage, BSE(EE), CISSP, RHCE | Fairview Heights, IL Fedora Core 1 kernel 2.4.22-1.2199.nptl on P-III/M IBM Thinkpad A22p "Perfection is the enemy of good enough." -- Admiral of the Fleet Sergei G. Gorshkov From wtogami at redhat.com Tue Aug 24 09:44:31 2004 From: wtogami at redhat.com (Warren Togami) Date: Mon, 23 Aug 2004 23:44:31 -1000 Subject: gaim-0.82 rawhide testing Message-ID: <412B0DFF.5030409@redhat.com> FYI... gaim-0.82 is currently scheduled for Thursday release upstream. Every day until then I will be updating the rawhide FC3 gaim to a CVS snapshot so that we can easily participate in bug squashing and possibly prevent last minute regressions from reaching 0.82 final. A great many bugs are fixed in 0.82 target snapshots, including several File Transfer crashers that Fedora users were complaining about. Bug Reports against our gaim-0.81.99 CVS snapshots should be filed ONLY in RH Bugzilla against Product: Fedora Core Version: devel. Please be sure to search for duplicates before filing bugs. Warren Togami wtogami at redhat.com From russell at coker.com.au Tue Aug 24 11:42:49 2004 From: russell at coker.com.au (Russell Coker) Date: Tue, 24 Aug 2004 21:42:49 +1000 Subject: no USB jump/flash drive support yet In-Reply-To: <1093327718.5822.43.camel@lioness.protogeek.org> References: <20040824033103.DA7CC6EEE9@ws1-5.us4.outblaze.com> <1093327718.5822.43.camel@lioness.protogeek.org> Message-ID: <200408242142.49091.russell@coker.com.au> On Tue, 24 Aug 2004 16:08, "Robert G. (Doc) Savage" wrote: > Both of my thumb drives appear as /dev/sda and work perfectly. Other > folks have reported their thumb drives appear as /dev/sda1. And there > are some truly evil thumb drives that require Windows security drivers > to access them. Has that possibility been ruled out? Partitioning a flash disk is optional. If you run mkfs on /dev/sda (thus removing /dev/sda1) then you will get an extra 30K of data storage. Doing this may make it more difficult to access the device from other OSs, and makes it more difficult to make the device bootable (I couldn't get grub to install after making a file system on /dev/sda and had to go back to /dev/sda1). -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From daveh at cadlink.com Tue Aug 24 13:15:06 2004 From: daveh at cadlink.com (Dave Hawkes) Date: Tue, 24 Aug 2004 09:15:06 -0400 Subject: sleeping function called from invalid context in kernel-2.6.8-1.521 Message-ID: <412B3F5A.8040607@cadlink.com> Hi All, If I use kernel-2.6.8-1.521 or kernel-2.6.7-1.494.2.2 with FC2 I get the following error logged about every second to the console: Aug 22 09:40:22 localhost kernel: Debug: sleeping function called from invalid context at mm/slab.c:2000 Aug 22 09:40:22 localhost kernel: in_atomic():1[expected: 0], irqs_disabled():1 Aug 22 09:40:22 localhost kernel: [<0211b765>] __might_sleep+0x82/0x8c Aug 22 09:40:22 localhost kernel: [<021470e7>] __kmalloc+0x42/0x7d Aug 22 09:40:22 localhost kernel: [<2188c14e>] ohci_urb_enqueue+0x105/0x46c [ohci_hcd] Aug 22 09:40:22 localhost kernel: [<02273d60>] hcd_submit_urb+0x205/0x241 Aug 22 09:40:22 localhost kernel: [<02274b25>] usb_submit_urb+0x1d6/0x1dd Aug 22 09:40:22 localhost kernel: [<022746c4>] usb_hcd_giveback_urb+0x14/0x3d Aug 22 09:40:22 localhost kernel: [<2188af4a>] finish_urb+0x190/0x220 [ohci_hcd] Aug 22 09:40:22 localhost kernel: [<2188bfdb>] dl_done_list+0x4f/0xbd [ohci_hcd] Aug 22 09:40:22 localhost kernel: [<2188cd16>] ohci_irq+0x131/0x2b6 [ohci_hcd] Aug 22 09:40:22 localhost kernel: [<02274713>] usb_hcd_irq+0x26/0x4b Aug 22 09:40:22 localhost kernel: [<0210782f>] handle_IRQ_event+0x21/0x41 Aug 22 09:40:22 localhost kernel: [<02107d2e>] do_IRQ+0x1be/0x303 Aug 22 09:40:22 localhost kernel: ======================= Aug 22 09:40:22 localhost kernel: [<0210403b>] default_idle+0x23/0x26 Aug 22 09:40:22 localhost kernel: [<0210408c>] cpu_idle+0x1f/0x34 Aug 22 09:40:22 localhost kernel: [<0239b6ae>] start_kernel+0x221/0x224 However if I use kernel-2.6.6-1.435.2.3 then none of these messages appear. The system appears to function correctly despite these messages. Does anyone have any idea as to their cause and if stability is likely to be affected? Thanks Dave Hawkes From rockdoctor at nfldinet.com Tue Aug 24 13:49:04 2004 From: rockdoctor at nfldinet.com (Dr. Steve) Date: Tue, 24 Aug 2004 08:49:04 -0500 Subject: gnome-volume-manager vs. automount w/ usb memory stick Message-ID: <1093355344.2677.12.camel@Spessartine> Not sure if this is the right place to ask, but I'll ask anyway. Prior to installing gnome-volume-manager, I had an entry in /etc/auto.mnt that would mount device sda1, either my camera or my usb memory stick as /mnt/camera. Although I had to be root to write to the memory stick, the complete file name would always be displayed when listing the directory. With gnome-volume-manager deployed, the memory stick mounts as usbdisk (haven't looked to see which directory it's in) and is writable by an ordinary user, but all I see is a truncated 8.3 msdos-style file name. I'd really like to see the complete file name. Is there a simple way to do this? TIA -- Steven I. Usdansky From jspaleta at gmail.com Tue Aug 24 13:59:47 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 24 Aug 2004 09:59:47 -0400 Subject: gnome-volume-manager vs. automount w/ usb memory stick In-Reply-To: <1093355344.2677.12.camel@Spessartine> References: <1093355344.2677.12.camel@Spessartine> Message-ID: <604aa79104082406594f6d5032@mail.gmail.com> On Tue, 24 Aug 2004 08:49:04 -0500, Dr. Steve wrote: > Not sure if this is the right place to ask, but I'll ask anyway. Prior > to installing gnome-volume-manager, I had an entry in /etc/auto.mnt that > would mount device sda1, either my camera or my usb memory stick as > /mnt/camera. Although I had to be root to write to the memory stick, the > complete file name would always be displayed when listing the directory. > With gnome-volume-manager deployed, the memory stick mounts as usbdisk > (haven't looked to see which directory it's in) and is writable by an > ordinary user, but all I see is a truncated 8.3 msdos-style file name. > I'd really like to see the complete file name. Is there a simple way to > do this? > TIA Have you identified the mount options that are different? Both automount and the hal/gnome-volume-manager way are essential just fancy logic on top of the mount command. So if you can figure what the difference is in terms of mount options maybe we can figure out why hal/gnome-volume-manager isn't using the best options to see the full filenames. With the usbstick plugged in you should see an entry for it in /etc/fstab. Compare that to the mount options you defined when setting up the auto.misc entry. -jef From whooperhsd3 at earthlink.net Tue Aug 24 14:22:29 2004 From: whooperhsd3 at earthlink.net (William Hooper) Date: Tue, 24 Aug 2004 10:22:29 -0400 (EDT) Subject: Bug in Up2date resolution when packages marked skipped --attachment In-Reply-To: <412AB593.4050404@sbcglobal.net> References: <412AB593.4050404@sbcglobal.net> Message-ID: <3186.12.29.16.103.1093357349.squirrel@whooper.org> Jim Cornette said: > Adding attachment - > > > I noticed that when a package may have many different elements, such as > xorg-x11, updating will fail because deps might be needed from the excluded > list. I'm not sure I see the problem? If you exclude packages, they won't be installed automatically (that is the whole purpose). If you can't resolve the deps (because packages are excluded) then they won't be installed. > I had this happen because of adding xorg-x11 to my skipped packages > recently. The package that caused the conflict was > xorg-x11-deprecated-libs-6.7.9 If you wanted to exclude xorg-x11-depreciated you just exclude it, not everything xorg-x11. -- William Hooper From harald at redhat.com Tue Aug 24 14:40:06 2004 From: harald at redhat.com (Harald Hoyer) Date: Tue, 24 Aug 2004 16:40:06 +0200 Subject: Sound modules no longer loading at boot up with latest rawhide updates In-Reply-To: <604aa79104082112177c129f80@mail.gmail.com> References: <604aa79104082112177c129f80@mail.gmail.com> Message-ID: <412B5346.9090307@redhat.com> See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130746 Jeff Spaleta wrote: > So anyone else seeing sound modules no longer loading automagically? From david at fubar.dk Tue Aug 24 14:14:32 2004 From: david at fubar.dk (David Zeuthen) Date: Tue, 24 Aug 2004 16:14:32 +0200 Subject: gnome-volume-manager vs. automount w/ usb memory stick In-Reply-To: <1093355344.2677.12.camel@Spessartine> References: <1093355344.2677.12.camel@Spessartine> Message-ID: <1093356872.10949.20.camel@localhost.localdomain> On Tue, 2004-08-24 at 08:49 -0500, Dr. Steve wrote: > Not sure if this is the right place to ask, but I'll ask anyway. Prior > to installing gnome-volume-manager, I had an entry in /etc/auto.mnt that > would mount device sda1, either my camera or my usb memory stick as > /mnt/camera. Although I had to be root to write to the memory stick, the > complete file name would always be displayed when listing the directory. > With gnome-volume-manager deployed, the memory stick mounts as usbdisk > (haven't looked to see which directory it's in) and is writable by an > ordinary user, but all I see is a truncated 8.3 msdos-style file name. > I'd really like to see the complete file name. Is there a simple way to > do this? What does the entry in /etc/fstab look like and what does 'rpm -q hal' say? Earlier releases of hal used msdos as the fstype but the latest release should always choose vfat in favor of msdos. Please test with the latest release and see if that makes it any better. Thanks, David From talbotscott at cox.net Tue Aug 24 18:29:26 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 24 Aug 2004 11:29:26 -0700 Subject: Kernel or Xorg what is the problem? Message-ID: <1093372167.3672.12.camel@ip68-7-36-36.sd.sd.cox.net> Hi list: After a weekend of cursing, I got my system up and running this A.M. only to be puzzled by the sudden failure of my machine to properly display vga modes after X is started. My boot param includes the instruction vga=792 so that I get a nice Hi- Res screen during boot-up and that works fine until rhgb starts up and then I get a blank screen until Gnome starts and then I have a nice normal 1280 X 1024 display. If I do a Ctl-Alt-F1, I get an unreadable display at the top of the screen (the balance of the screen still looks like my Gnome background) The unreadable display is the console, as I can see the cursor and if I then force a reboot with Ctl-Alt-Delete I can see that screen scrolling data, I also can move a mouse pointer within that area (though it appears as 5 blocks across the screen. Well I was just about ready to file a bugzilla, when I tried a reboot to an older kernel (2.6.8-1.524) and under that kernel the screen modes work as expected. (though I have only the 1 resolution in X) So has anyone else seen any of this? I tried to look in freedesktop/bugzilla, but found no bug there. Scott From shrek-m at gmx.de Tue Aug 24 19:01:36 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Tue, 24 Aug 2004 21:01:36 +0200 Subject: bind*EL* in fedora ? Message-ID: <412B9090.6060308@gmx.de> hi, http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/ http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-9.2.4-EL4_1.i386.rpm http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-utils-9.2.4-EL4_1.i386.rpm ... afair EL != fedora -- shrek-m From skvidal at phy.duke.edu Tue Aug 24 19:02:55 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 24 Aug 2004 15:02:55 -0400 Subject: bind*EL* in fedora ? In-Reply-To: <412B9090.6060308@gmx.de> References: <412B9090.6060308@gmx.de> Message-ID: <1093374175.15764.35.camel@opus.phy.duke.edu> On Tue, 2004-08-24 at 15:01, shrek-m at gmx.de wrote: > hi, > > > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/ > > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-9.2.4-EL4_1.i386.rpm > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-utils-9.2.4-EL4_1.i386.rpm > ... just means it's using the same packages as EL as no change was needed to be made to them. not a big deal. -sv From balay at fastmail.fm Tue Aug 24 19:12:06 2004 From: balay at fastmail.fm (Satish Balay) Date: Tue, 24 Aug 2004 14:12:06 -0500 (CDT) Subject: bind*EL* in fedora ? In-Reply-To: <1093374175.15764.35.camel@opus.phy.duke.edu> References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> Message-ID: On Tue, 24 Aug 2004, seth vidal wrote: > On Tue, 2004-08-24 at 15:01, shrek-m at gmx.de wrote: > > hi, > > > > > > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/ > > > > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-9.2.4-EL4_1.i386.rpm > > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-utils-9.2.4-EL4_1.i386.rpm > > ... > > just means it's using the same packages as EL as no change was needed to > be made to them. > > not a big deal. I guess the proper error (from today's rawhide) should have been reported: >>>>> Running test transaction: Errors reported doing trial run file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 >>>>>>>>> I've just worked arround it with: yum --exclude= bind* update Satish From skvidal at phy.duke.edu Tue Aug 24 19:13:48 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 24 Aug 2004 15:13:48 -0400 Subject: bind*EL* in fedora ? In-Reply-To: References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> Message-ID: <1093374827.15764.37.camel@opus.phy.duke.edu> > I guess the proper error (from today's rawhide) should have been > reported: > > >>>>> > Running test transaction: > Errors reported doing trial run > file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 > >>>>>>>>> > > I've just worked arround it with: > yum --exclude= bind* update yes. that is an error, file against bind and/or man-pages. -sv From shrek-m at gmx.de Tue Aug 24 19:46:08 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Tue, 24 Aug 2004 21:46:08 +0200 Subject: bind*EL* in fedora ? In-Reply-To: <1093374827.15764.37.camel@opus.phy.duke.edu> References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> <1093374827.15764.37.camel@opus.phy.duke.edu> Message-ID: <412B9B00.6040107@gmx.de> seth vidal wrote: >>I guess the proper error (from today's rawhide) should have been >>reported: >> thanks >>Running test transaction: >>Errors reported doing trial run >>file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 >> >> >>I've just worked arround it with: >>yum --exclude= bind* update >> >> yes, this was my solution too, next time i will try --exclude=\*EL\* >yes. that is an error, file against bind and/or man-pages. > what luck that i do not need understand the logic :-) -- shrek-m From aoliva at redhat.com Tue Aug 24 19:53:19 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 24 Aug 2004 16:53:19 -0300 Subject: bind*EL* in fedora ? In-Reply-To: References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> Message-ID: On Aug 24, 2004, Satish Balay wrote: > I guess the proper error (from today's rawhide) should have been > reported: >>>>>> > Running test transaction: > Errors reported doing trial run > file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 It's actually a bug in up2date, that I filed earlier today. If you install the packages with rpm (I tried separately, but I suppose it would work to install them in a single transaction), no conflict is reported. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From skvidal at phy.duke.edu Tue Aug 24 19:54:08 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 24 Aug 2004 15:54:08 -0400 Subject: bind*EL* in fedora ? In-Reply-To: References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> Message-ID: <1093377247.15764.64.camel@opus.phy.duke.edu> On Tue, 2004-08-24 at 15:53, Alexandre Oliva wrote: > On Aug 24, 2004, Satish Balay wrote: > > > I guess the proper error (from today's rawhide) should have been > > reported: > > >>>>>> > > Running test transaction: > > Errors reported doing trial run > > file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 > > It's actually a bug in up2date, that I filed earlier today. If you > install the packages with rpm (I tried separately, but I suppose it > would work to install them in a single transaction), no conflict is > reported. If it's a bug in up2date then it's also in yum b/c the test output above is from yum. -sv From pri.rhl3 at iadonisi.to Tue Aug 24 19:59:16 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Tue, 24 Aug 2004 15:59:16 -0400 Subject: bind*EL* in fedora ? In-Reply-To: <412B9B00.6040107@gmx.de> References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> <1093374827.15764.37.camel@opus.phy.duke.edu> <412B9B00.6040107@gmx.de> Message-ID: <1093377555.3379.23.camel@tuxtop> On Tue, 2004-08-24 at 15:46, shrek-m at gmx.de wrote: [snip] > yes, this was my solution too, > next time i will try --exclude=\*EL\* I'm not so sure that will work. Does the yum --exclude option match version or release numbers? Seth? Regardless, even if it does work, if you are saying that you will use in the future to prevent EL packages from being installed, it certainly doesn't seem like the right approach. There is one EL package in FC1 and one in FC2 official releases, and that will likely always be the case (were EL packages are in FC) when there is no need for them to be different. It's possible that they get named that way when it is *expected* that they will be different, but turn out not to be. But it's really not a problem, as it's only convention, AFICS. -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From michal at harddata.com Tue Aug 24 19:58:01 2004 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 24 Aug 2004 13:58:01 -0600 Subject: bind*EL* in fedora ? In-Reply-To: ; from balay@fastmail.fm on Tue, Aug 24, 2004 at 02:12:06PM -0500 References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> Message-ID: <20040824135801.A1911@mail.harddata.com> > > I guess the proper error (from today's rawhide) should have been > reported: > > >>>>> > Running test transaction: > Errors reported doing trial run > file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 > >>>>>>>>> It was already filed. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130792 Regardless of possible issues with yum and/or update these two packages provide different version of that man page and the one from bind-utils is some four years old. Michal From skvidal at phy.duke.edu Tue Aug 24 19:58:20 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 24 Aug 2004 15:58:20 -0400 Subject: bind*EL* in fedora ? In-Reply-To: <1093377555.3379.23.camel@tuxtop> References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> <1093374827.15764.37.camel@opus.phy.duke.edu> <412B9B00.6040107@gmx.de> <1093377555.3379.23.camel@tuxtop> Message-ID: <1093377499.15764.67.camel@opus.phy.duke.edu> > I'm not so sure that will work. Does the yum --exclude option match > version or release numbers? Seth? no, it doesn't. but in upcoming releases it will. -sv From ellson at research.att.com Tue Aug 24 20:00:30 2004 From: ellson at research.att.com (John Ellson) Date: Tue, 24 Aug 2004 16:00:30 -0400 Subject: bind*EL* in fedora ? In-Reply-To: References: <412B9090.6060308@gmx.de> <1093374175.15764.35.camel@opus.phy.duke.edu> Message-ID: <412B9E5E.2000100@research.att.com> Alexandre Oliva wrote: >On Aug 24, 2004, Satish Balay wrote: > > > >>I guess the proper error (from today's rawhide) should have been >>reported: >> >> > > > >>Running test transaction: >>Errors reported doing trial run >>file /usr/share/man/man5/resolver.5.gz conflicts between attempted installs of bind-utils-9.2.4-EL4_1 and man-pages-1.67-2 >> >> > >It's actually a bug in up2date, that I filed earlier today. If you >install the packages with rpm (I tried separately, but I suppose it >would work to install them in a single transaction), no conflict is >reported. > > > Not quite. I tried a single transaction, but that failed so I did an "rpm -e" of the conflicting packages. The dependency conflict is the same if I try to reinstall them individually: root at ontap:RPMS# rpm -Uvh bind-chroot-9.2.4-EL4_1.i386.rpm bind-devel-9.2.4-EL4_1.i386.rpm error: Failed dependencies: bind = 9.2.4 is needed by bind-chroot-9.2.4-EL4_1 bind = 9.2.4 is needed by bind-devel-9.2.4-EL4_1 root at ontap:RPMS# rpm -q bind bind-9.2.4-EL4_1 root at ontap:RPMS# John From muirj at nortelnetworks.com Tue Aug 24 20:01:55 2004 From: muirj at nortelnetworks.com (John Muir) Date: Tue, 24 Aug 2004 16:01:55 -0400 Subject: Process memory map in fedora Message-ID: <412B9EB3.8020804@americasm01.nt.com> Hi, I'm wondering what changes were put into the fedora kernel and glibc (?) to enable the process memory map change that I have observed between another Linux distribution (Mandrake 9.2), and Fedora Core 2. I believe that the 'flexible-mmap' patch that is part of the -mm kernel at the moment is involved. Are there any other changes such as in ld.so? The memory maps in question are output below. Thanks, ..John Mandrake 9.2: [muirj at muirj-1 patches]$ pmap -x $$ 23024: /bin/bash Address kB Resident Shared Private Permissions Name 08048000 608 - 0 608 read/exec bash 080e0000 24 - 0 24 read/write bash 080e6000 424 - 0 424 read/write/exec [ anon ] 40000000 76 - 0 76 read/exec ld-2.3.2.so 40013000 4 - 0 4 read/write ld-2.3.2.so 40014000 4 - 0 4 read/write [ anon ] 40015000 4 - 0 4 read LC_IDENTIFICATION 40016000 4 - 0 4 read LC_MEASUREMENT 40017000 4 - 0 4 read LC_TELEPHONE 40018000 4 - 0 4 read LC_ADDRESS 40019000 4 - 0 4 read LC_NAME 4001a000 4 - 0 4 read LC_PAPER 4001b000 4 - 0 4 read SYS_LC_MESSAGES 4001c000 4 - 0 4 read LC_MONETARY 4001d000 24 - 0 24 read LC_COLLATE 40023000 4 - 0 4 read LC_TIME 40024000 12 - 0 12 read/exec libtermcap.so.2.0.8 40027000 4 - 0 4 read/write libtermcap.so.2.0.8 40028000 8 - 0 8 read/exec libdl-2.3.2.so 4002a000 4 - 0 4 read/write libdl-2.3.2.so 4002b000 1192 - 0 1192 read/exec libc-2.3.2.so 40155000 12 - 0 12 read/write libc-2.3.2.so 40158000 16 - 0 16 read/write [ anon ] 4015c000 4 - 0 4 read LC_NUMERIC 4015d000 176 - 0 176 read LC_CTYPE 40189000 4 - 0 4 read/exec ISO8859-1.so 4018a000 4 - 0 4 read/write ISO8859-1.so 40198000 32 - 0 32 read/exec libnss_files-2.3.2.so 401a0000 4 - 0 4 read/write libnss_files-2.3.2.so bfffa000 24 - 0 24 read/write/exec [ anon ] -------- ------ ------ ------ ------ total kB 2696 - 0 2696 Fedora Core 2: 4085: -bash Address Kbytes RSS Anon Locked Mode Mapping 002e0000 40 - - - r-x-- libnss_files-2.3.3.so 002ea000 4 - - - r---- libnss_files-2.3.3.so 002eb000 4 - - - rw--- libnss_files-2.3.3.so 00b09000 84 - - - r-x-- ld-2.3.3.so 00b1e000 4 - - - r---- ld-2.3.3.so 00b1f000 4 - - - rw--- ld-2.3.3.so 00b22000 1108 - - - r-x-- libc-2.3.3.so 00c37000 8 - - - r---- libc-2.3.3.so 00c39000 8 - - - rw--- libc-2.3.3.so 00c3b000 8 - - - rw--- [ anon ] 00c3f000 8 - - - r-x-- libdl-2.3.3.so 00c41000 4 - - - r---- libdl-2.3.3.so 00c42000 4 - - - rw--- libdl-2.3.3.so 00c87000 12 - - - r-x-- libtermcap.so.2.0.8 00c8a000 4 - - - rw--- libtermcap.so.2.0.8 00dbb000 4 - - - r-x-- [ anon ] 08047000 556 - - - r-x-- bash 080d2000 24 - - - rw--- bash 080d8000 16 - - - rw--- [ anon ] 0818b000 132 - - - rw--- [ anon ] f6e3c000 4 - - - rw--- [ anon ] f6e3d000 24 - - - r--s- gconv-modules.cache f6e43000 2048 - - - r---- locale-archive f7050000 8 - - - rw--- [ anon ] feefe000 1032 - - - rw--- [ stack ] ffffd000 4 - - - ----- [ anon ] From linux_4ever at yahoo.com Tue Aug 24 20:59:11 2004 From: linux_4ever at yahoo.com (Steve G) Date: Tue, 24 Aug 2004 13:59:11 -0700 (PDT) Subject: kernel 525 Oopsfest Message-ID: <20040824205911.47492.qmail@web50601.mail.yahoo.com> Hi, I just upgraded to kernel 525 and it Oops 9 times on the way up. Every single one was on udev: Aug 24 16:38:09 buildhost kernel: [] fcntl_setlk+0x14/0x285 Aug 24 16:38:09 buildhost kernel: [] open_namei+0x2bf/0x571 Aug 24 16:38:09 buildhost kernel: [] dentry_open+0xe0/0x180 Aug 24 16:38:09 buildhost kernel: [] filp_open+0x37/0x3d Aug 24 16:38:09 buildhost kernel: [] __cond_resched+0x14/0x3b Aug 24 16:38:09 buildhost kernel: [] do_fcntl+0x1d4/0x21d Aug 24 16:38:09 buildhost kernel: [] sys_fcntl64+0x6f/0x80 Aug 24 16:38:09 buildhost kernel: [] syscall_call+0x7/0xb Is this a known problem? Is it fixed in later builds? Do you want it in bugzilla? The bad part is that each had a different pid and they seemed to Oops in parallel and during other system initialization...which makes it hard to pick out the Oopses. The system did actually make it all the way up. -Steve Grubb __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From linux_4ever at yahoo.com Tue Aug 24 21:06:53 2004 From: linux_4ever at yahoo.com (Steve G) Date: Tue, 24 Aug 2004 14:06:53 -0700 (PDT) Subject: Kernel 525 Changed Behavior Message-ID: <20040824210653.51099.qmail@web50607.mail.yahoo.com> Hi, I was watching kernel 525 boot up. My machine is dual boot. The boot partition is sda1, build partition sda2, swap is sda5, and my test partition is sda3. I create a special fstab for testing which just includes sda3 and sda5. This way the system doesn't know anything about my build partition. On the way up, it tried to do a restore context of every single partition. This is kind of scary seeing as the kernels I use for building Oops whenever they access a disk that has had SE Linux running. You simply cannot do a restore context on every partition because it will break people's machines. Also, there should be some record of it and its results in the system messages log. Looking through the log, you see nothing about the restore context. There were clearly some failure messages hitting the screen, but nothing in the logs ! -Steve Grubb __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From katzj at redhat.com Tue Aug 24 21:16:09 2004 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 24 Aug 2004 17:16:09 -0400 Subject: kernel 525 Oopsfest In-Reply-To: <20040824205911.47492.qmail@web50601.mail.yahoo.com> References: <20040824205911.47492.qmail@web50601.mail.yahoo.com> Message-ID: <1093382169.11247.18.camel@bree.local.net> On Tue, 2004-08-24 at 13:59 -0700, Steve G wrote: > I just upgraded to kernel 525 and it Oops 9 times on the way up. Every single one > was on udev: [snip] > Is this a known problem? Is it fixed in later builds? Do you want it in bugzilla? Fixed in 526. initramfs stuff ran before locking in the kernel got initialized (and udev depends a bit on being able to lock files) Jeremy From katzj at redhat.com Tue Aug 24 21:20:02 2004 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 24 Aug 2004 17:20:02 -0400 Subject: Kernel 525 Changed Behavior In-Reply-To: <20040824210653.51099.qmail@web50607.mail.yahoo.com> References: <20040824210653.51099.qmail@web50607.mail.yahoo.com> Message-ID: <1093382403.11247.21.camel@bree.local.net> On Tue, 2004-08-24 at 14:06 -0700, Steve G wrote: > On the way up, it tried to do a restore context of every single partition. This > is kind of scary seeing as the kernels I use for building Oops whenever they > access a disk that has had SE Linux running. udev was using a dynamic ramfs based dev and thus had to set the contexts. Which then failed because it was ramfs which doesn't have an xattr handler. See fedora-selinux-list for more gory details. Jeremy From linux_4ever at yahoo.com Tue Aug 24 21:51:59 2004 From: linux_4ever at yahoo.com (Steve G) Date: Tue, 24 Aug 2004 14:51:59 -0700 (PDT) Subject: Kernel 525 Changed Behavior In-Reply-To: <1093382403.11247.21.camel@bree.local.net> Message-ID: <20040824215159.63933.qmail@web50602.mail.yahoo.com> >udev was using a dynamic ramfs based dev and thus had to set the >contexts. Which then failed because it was ramfs which doesn't have an >xattr handler. See fedora-selinux-list for more gory details. I saw that. But there's 3 issues here that are very important that were not discussed in that thread: 1) It tried to modifify my system and did not log the fact that it was about to do that. 2) It failed and did not log that fact either. 3) It scanned my system and tried to "fix it" automatically. Usually for fs problems it drops to nash and lets you (or the admin) do the fixing manually. I really worry about automatic fixing that goes way too far. -Steve Grubb _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush From fct-cornette at sbcglobal.net Tue Aug 24 22:58:14 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Tue, 24 Aug 2004 18:58:14 -0400 Subject: Bug in Up2date resolution when packages marked skipped --attachment In-Reply-To: <3186.12.29.16.103.1093357349.squirrel@whooper.org> References: <412AB593.4050404@sbcglobal.net> <3186.12.29.16.103.1093357349.squirrel@whooper.org> Message-ID: <412BC806.2080101@sbcglobal.net> William Hooper wrote: > Jim Cornette said: > >>Adding attachment - >> >> >>I noticed that when a package may have many different elements, such as >>xorg-x11, updating will fail because deps might be needed from the excluded >>list. > > > I'm not sure I see the problem? If you exclude packages, they won't be > installed automatically (that is the whole purpose). If you can't resolve > the deps (because packages are excluded) then they won't be installed. > > >>I had this happen because of adding xorg-x11 to my skipped packages >>recently. The package that caused the conflict was >>xorg-x11-deprecated-libs-6.7.9 > > > If you wanted to exclude xorg-x11-depreciated you just exclude it, not > everything xorg-x11. > > The problem was that the xorg-x11-depreciated was not installed and had to be pulled in. Xorg-x11 was a wildcard and I used it to exclude xorg-x11 in much the same way as the kernel is easily selected, if desired. Instead of the normal reply that these additional packages will be needed to satisfy deps, the error dialog box filled the screen. Anyway, compiling the latest xorg-x11 from src worked out great for a machine that contains the 845 version of the i810 video driver. The latest version works great and does not crash. For this computer, The i686 rpms worked great, except I had to use the i810 video driver from the version of the xorg-x11 that was on the FC3T1 CD. I didn't get a chance to try to apply the patch supplied with the bug. Anyway, for that installation, the network won't resolve with any version of kernel. Is this the bind package that people are referring to? Jim From notting at redhat.com Wed Aug 25 01:22:14 2004 From: notting at redhat.com (Bill Nottingham) Date: Tue, 24 Aug 2004 21:22:14 -0400 Subject: bind*EL* in fedora ? In-Reply-To: <412B9090.6060308@gmx.de> References: <412B9090.6060308@gmx.de> Message-ID: <20040825012214.GA4945@nostromo.devel.redhat.com> shrek-m at gmx.de (shrek-m at gmx.de) said: > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/ > > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-9.2.4-EL4_1.i386.rpm > http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/bind-utils-9.2.4-EL4_1.i386.rpm > ... > > > afair EL != fedora A package got copied to the wrong place (if you'll look, you'll also see it's older than the previous rawhide package.) Will be fixed in the next tree. Bill From jspaleta at gmail.com Wed Aug 25 01:22:44 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Tue, 24 Aug 2004 21:22:44 -0400 Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm Message-ID: <604aa791040824182279f88d6d@mail.gmail.com> Anyone seen the haldaemon initscript from hal-0.2.97.cvs20040823-1.i386.rpm taking a cup of coffee or longer length of time to return when run? The hanging happens at boot up if haldeamon is enabled And by hand after bootup with haldaemon is disabled at boot up. I've reverted back to hal-0.2.97.cvs20040819-1.i386.rpm and I can't reproduce the problem. And here's the kicker.... if i have hal-0.2.97.cvs20040819 daemon running when i try to install hal-0.2.97.cvs20040823 the package install process stalls as well since whatever the post/pre (un)install script being activated in that process makes a call to service haldaemon which hangs just like i see at boot up with hal-0.2.97.cvs20040819 installed. Very not cool.... very not not cool when this happens during a yum update and stopping yum leaving the system with duplicate packages installed since yum's transaction didn't complete. Anyone else seeing this? Before I dig into the script logic looking for a smoking gun? -jef From aoliva at redhat.com Wed Aug 25 02:45:09 2004 From: aoliva at redhat.com (Alexandre Oliva) Date: 24 Aug 2004 23:45:09 -0300 Subject: bind*EL* in fedora ? In-Reply-To: <20040825012214.GA4945@nostromo.devel.redhat.com> References: <412B9090.6060308@gmx.de> <20040825012214.GA4945@nostromo.devel.redhat.com> Message-ID: On Aug 24, 2004, Bill Nottingham wrote: > A package got copied to the wrong place (if you'll look, you'll also > see it's older than the previous rawhide package.) Err... Is it? up2date was happy to upgrade all of my rawhide-tracking boxes to this EL package today. > Will be fixed in the next tree. Should I force a down/update tomorrow, or is it supposed to happen automatically? If not, should I file a bug report, since it appears that the expectation is to have the EL package look older? -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org} From notting at redhat.com Wed Aug 25 03:14:20 2004 From: notting at redhat.com (Bill Nottingham) Date: Tue, 24 Aug 2004 23:14:20 -0400 Subject: bind*EL* in fedora ? In-Reply-To: References: <412B9090.6060308@gmx.de> <20040825012214.GA4945@nostromo.devel.redhat.com> Message-ID: <20040825031420.GA5305@nostromo.devel.redhat.com> Alexandre Oliva (aoliva at redhat.com) said: > On Aug 24, 2004, Bill Nottingham wrote: > > > A package got copied to the wrong place (if you'll look, you'll also > > see it's older than the previous rawhide package.) > > Err... Is it? up2date was happy to upgrade all of my > rawhide-tracking boxes to this EL package today. Yes, it's actually 9.2.4rc6 instead of yesterday's 9.2.4rc7. Bill From mike at netlyncs.com Wed Aug 25 03:19:50 2004 From: mike at netlyncs.com (Mike Chambers) Date: Tue, 24 Aug 2004 22:19:50 -0500 Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm In-Reply-To: <604aa791040824182279f88d6d@mail.gmail.com> References: <604aa791040824182279f88d6d@mail.gmail.com> Message-ID: <1093403990.3647.1.camel@scrappy.netlyncs.com> On Tue, 2004-08-24 at 21:22 -0400, Jeff Spaleta wrote: > Anyone seen the haldaemon initscript from hal-0.2.97.cvs20040823-1.i386.rpm > taking a cup of coffee or longer length of time to return when run? > > The hanging happens at boot up if haldeamon is enabled > And by hand after bootup with haldaemon is disabled at boot up. Just now experienced the same thing and turning off haldaemon let's it boot/continue. Although, I also ran into rhgb not wanting to run now with kernel .525 or .526. Of course, this was after latest rawhide updates as of this morning. -- Mike Chambers Madisonville, KY "It's only funny until someone gets hurt...Then it's hilarious!" From katzj at redhat.com Wed Aug 25 03:23:19 2004 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 24 Aug 2004 23:23:19 -0400 Subject: Kernel 525 Changed Behavior In-Reply-To: <20040824215159.63933.qmail@web50602.mail.yahoo.com> References: <20040824215159.63933.qmail@web50602.mail.yahoo.com> Message-ID: <1093404199.11247.28.camel@bree.local.net> Glossing over a few implementation details... On Tue, 2004-08-24 at 14:51 -0700, Steve G wrote: > >udev was using a dynamic ramfs based dev and thus had to set the > >contexts. Which then failed because it was ramfs which doesn't have an > >xattr handler. See fedora-selinux-list for more gory details. > > I saw that. But there's 3 issues here that are very important that were not > discussed in that thread: > > 1) It tried to modifify my system and did not log the fact that it was about to > do that. It's trying to modify a ramdisk. And this is going to happen everytime udev creates a device node (which already gets created). Part of udev creating the device node is setting the SELinux xattr (as otherwise, things get screwed up with only the default context) > 2) It failed and did not log that fact either. The failing is a bug because tmpfs/ramfs don't support xattrs, usually not the case. And actually, with the reintegration of the SELinux stuff into udev proper (in progress, see fedora-selinux-list), logging will be better on failure. > 3) It scanned my system and tried to "fix it" automatically. Usually for fs > problems it drops to nash and lets you (or the admin) do the fixing manually. There's no scanning involved here. The device node doesn't exist before udev creates it. The "filesystem" for /dev is created on boot each time in ram. Cheers, Jeremy From rhally at mindspring.com Wed Aug 25 04:24:59 2004 From: rhally at mindspring.com (Richard Hally) Date: Wed, 25 Aug 2004 00:24:59 -0400 Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm In-Reply-To: <604aa791040824182279f88d6d@mail.gmail.com> References: <604aa791040824182279f88d6d@mail.gmail.com> Message-ID: <412C149B.40608@mindspring.com> Jeff Spaleta wrote: >Anyone seen the haldaemon initscript from hal-0.2.97.cvs20040823-1.i386.rpm >taking a cup of coffee or longer length of time to return when run? > >The hanging happens at boot up if haldeamon is enabled >And by hand after bootup with haldaemon is disabled at boot up. > >I've reverted back to hal-0.2.97.cvs20040819-1.i386.rpm and I can't >reproduce the problem. > >And here's the kicker.... if i have hal-0.2.97.cvs20040819 daemon >running when i try to install >hal-0.2.97.cvs20040823 the package install process stalls as well >since whatever the post/pre (un)install script being activated in >that process makes a call to service haldaemon which hangs just like i >see at boot up with hal-0.2.97.cvs20040819 installed. Very not >cool.... very not not cool when this happens during a yum update and >stopping yum leaving the system with duplicate packages installed >since yum's transaction didn't complete. > >Anyone else seeing this? Before I dig into the script logic looking >for a smoking gun? > >-jef > > > > Yup, screwed up my 'yum update'. Now I don't know what states the packages are in or how to recover. Jeff you wanted breakage. Please be careful what you wish for... Richard Hally From talbotscott at cox.net Wed Aug 25 04:38:52 2004 From: talbotscott at cox.net (Scott Talbot) Date: Tue, 24 Aug 2004 21:38:52 -0700 Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm In-Reply-To: <1093403990.3647.1.camel@scrappy.netlyncs.com> References: <604aa791040824182279f88d6d@mail.gmail.com> <1093403990.3647.1.camel@scrappy.netlyncs.com> Message-ID: <1093408732.3591.15.camel@ip68-7-36-36.sd.sd.cox.net> On Tue, 2004-08-24 at 22:19 -0500, Mike Chambers wrote: > On Tue, 2004-08-24 at 21:22 -0400, Jeff Spaleta wrote: > > Anyone seen the haldaemon initscript from hal-0.2.97.cvs20040823-1.i386.rpm > > taking a cup of coffee or longer length of time to return when run? > > > > The hanging happens at boot up if haldeamon is enabled > > And by hand after bootup with haldaemon is disabled at boot up. > > Just now experienced the same thing and turning off haldaemon let's it > boot/continue. > > Although, I also ran into rhgb not wanting to run now with kernel .525 > or .526. Of course, this was after latest rawhide updates as of this > morning. I have problems with rhgb, but it looks to me that the problem is with the transfer to XORG, as if I wait long enough, I do get to log in to my account but then I can't change screen modes at all. even switching to a console is not possible, as the console appears as the top 1/3 of my screen in 5 columns (all unreadable, of course). I filed a bugzilla at https://freedesktop.org/bugzilla/show_bug.cgi?id=1175 > Mike Chambers > Madisonville, KY > > "It's only funny until someone gets hurt...Then it's hilarious!" > > From david at fubar.dk Wed Aug 25 08:07:39 2004 From: david at fubar.dk (David Zeuthen) Date: Wed, 25 Aug 2004 10:07:39 +0200 Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm In-Reply-To: <604aa791040824182279f88d6d@mail.gmail.com> References: <604aa791040824182279f88d6d@mail.gmail.com> Message-ID: <1093421259.14366.10.camel@localhost.localdomain> Hi, On Tue, 2004-08-24 at 21:22 -0400, Jeff Spaleta wrote: > Anyone seen the haldaemon initscript from hal-0.2.97.cvs20040823-1.i386.rpm > taking a cup of coffee or longer length of time to return when run? > > The hanging happens at boot up if haldeamon is enabled > And by hand after bootup with haldaemon is disabled at boot up. > > I've reverted back to hal-0.2.97.cvs20040819-1.i386.rpm and I can't > reproduce the problem. > > And here's the kicker.... if i have hal-0.2.97.cvs20040819 daemon > running when i try to install > hal-0.2.97.cvs20040823 the package install process stalls as well > since whatever the post/pre (un)install script being activated in > that process makes a call to service haldaemon which hangs just like i > see at boot up with hal-0.2.97.cvs20040819 installed. Very not > cool.... very not not cool when this happens during a yum update and > stopping yum leaving the system with duplicate packages installed > since yum's transaction didn't complete. > > Anyone else seeing this? Before I dig into the script logic looking > for a smoking gun? > Anyone who identifies this problem, please file a bug against with hal with the output of 'HALD_VERBOSE=1 /usr/sbin/hald --daemon=no' running as root while having installed the latest .cvs20040823. Also attach the output of 'tree /sys'. Ensure there are no hald processes running before doing this. One of the changes that may cause this is that the hald process blocks until all device probing is complete. I will change that back so we daemonize immediately as a stopgap solution. Thanks, David From russell at coker.com.au Wed Aug 25 08:43:43 2004 From: russell at coker.com.au (Russell Coker) Date: Wed, 25 Aug 2004 18:43:43 +1000 Subject: Kernel 525 Changed Behavior In-Reply-To: <1093404199.11247.28.camel@bree.local.net> References: <20040824215159.63933.qmail@web50602.mail.yahoo.com> <1093404199.11247.28.camel@bree.local.net> Message-ID: <200408251843.43111.russell@coker.com.au> On Wed, 25 Aug 2004 13:23, Jeremy Katz wrote: > > 2) It failed and did not log that fact either. > > The failing is a bug because tmpfs/ramfs don't support xattrs, usually > not the case. And actually, with the reintegration of the SELinux stuff > into udev proper (in progress, see fedora-selinux-list), logging will be > better on failure. It would be nice if we could get some of these things tested out in-house before we publish them and break the machines of lots of rawhide users. I've got a machine on the net on which I can give administrative access to any Red Hat employee who needs to test their package with SE Linux (*). Also I'm usually fairly quick on responding to email, so if you email me an RPM (to my redhat.com address preferably) and ask me to check it to make sure it doesn't break SE Linux you can expect a fast response. (*) While any Red Hat employee is capable of installing their own machine, I think that many people don't want to go to the effort of tracking rawhide on a SE Linux machine with all the associated effort of adjusting policy to match changes to daemons, reverting changes which break things, etc. If you use my machine you can test your own package without worrying about the rest of the system. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From david at fubar.dk Wed Aug 25 09:28:43 2004 From: david at fubar.dk (David Zeuthen) Date: Wed, 25 Aug 2004 11:28:43 +0200 Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm In-Reply-To: <1093421259.14366.10.camel@localhost.localdomain> References: <604aa791040824182279f88d6d@mail.gmail.com> <1093421259.14366.10.camel@localhost.localdomain> Message-ID: <1093426123.14366.19.camel@localhost.localdomain> On Wed, 2004-08-25 at 10:07 +0200, David Zeuthen wrote: > > Anyone else seeing this? Before I dig into the script logic looking > > for a smoking gun? > > > > Anyone who identifies this problem, please file a bug against with hal > with the output of > > 'HALD_VERBOSE=1 /usr/sbin/hald --daemon=no' > > running as root while having installed the latest .cvs20040823. Also > attach the output of 'tree /sys'. Ensure there are no hald processes > running before doing this. > > One of the changes that may cause this is that the hald process blocks > until all device probing is complete. I will change that back so we > daemonize immediately as a stopgap solution. > Alright, I've built a new hal-0.2.97.cvs20040823-3, not sure it will make todays upload, maybe, we'll see. One way to work around this with the .cvs20040823-1 package is to 'pkill hald' if your update hangs. For the technically inclined, the bug was that hald forks at startup and the parent sits and wait for the child to send a message through a pipe to signal device detection is completed. Obviously this fails if the child dies, then the parent just sits there. The child may die for a multitude of reasons including the system message bus not being up. Sorry about that. Hope this helps, David From linux_4ever at yahoo.com Wed Aug 25 10:41:26 2004 From: linux_4ever at yahoo.com (Steve G) Date: Wed, 25 Aug 2004 03:41:26 -0700 (PDT) Subject: problem with hal-0.2.97.cvs20040823-1.i386.rpm In-Reply-To: <1093426123.14366.19.camel@localhost.localdomain> Message-ID: <20040825104126.87972.qmail@web50605.mail.yahoo.com> >Obviously this fails if the child dies, then the parent just sits there. >The child may die for a multitude of reasons including the system message >bus not being up. You can still do this in a variey of ways. I usually use a signal pipe that's written to by a sigchld handler and then do a select across all the pipes of interest. One of the programs I've been looking at recently, udev or dbus, does this, too. Xinetd is also another example of this technique. -Steve Grubb _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush From julo at altern.org Wed Aug 25 11:37:58 2004 From: julo at altern.org (Julien Olivier) Date: Wed, 25 Aug 2004 13:37:58 +0200 Subject: Problem with sound volume Message-ID: <1093433878.5239.16.camel@localhost.localdomain> Hi I've just installed FC2, and immediately upgraded it to yesterday's Rawhide. Apart from a few glinches that I've reported to bugzilla, I'm experiencing a strange bug. My laptop is a Fujitsu/Siemens Lifebook S6210. It doesn't have any hardware way to control the sound volume. So, I tried to change the volume using the "Volume Control" applet, but it failed. I went to the applet's preferences and changed the audio channel from "volume" to "PCM". After that, I could control the volume. Later on, I noticed that my laptop had special keys to control the volume. As expected, they didn't work right out of the box. So, I opened the "keyboard shortcuts" preferences and associated said keys to the "volume mute", "volume down" and "volume up" sound functions. After pressing the keys, a graphic appeared of my screen showing that I was muting, pumping down or pumping up the volume. The only problem is that those functions control the "volume" channel, not the "PCM" channel, and are - consequently - useless for me. So, my questions are: - Why can't I change the volume by controlling the "volume" channel ? Is it a bug that should be filed ? Against which package ? Or is it a hardware limitation that can't be detected ? - Is there a way to change the action of the "volume mute", "volume down", "volume up" keyboard shortcuts so that they control the "PCM" channel instead of "volume" channel. Thanks ! -- Julien Olivier From piller at visi.net Wed Aug 25 13:06:03 2004 From: piller at visi.net (Maurice F. Piller) Date: Wed, 25 Aug 2004 09:06:03 -0400 Subject: wireless problems w/ Cisco Aironet Message-ID: Hi All, I have a Cisco pcmcia wireless network card for my laptop, it's an Aironet PCM352 type. I am unable to get this card to work properly with FC3T1, however the card works when I boot the laptop with a Knoppix 3.3 CD. Anyone have this card working with Fedora? Fedora loads yenta_socket, ds, airo, airo_cs modules. The card is activated and when I issue "iwconfig eth0 essid any" the card will find the access point and get the correct essid value. I can also do an "ifcfg eth0 up" or sometimes "/etc/rc.d/init.d/network restart" and it appears to bring up the interface but it does not work properly. What happens is that I will get an ip address, but when I try mozilla it cannot connect to anything. I try to ssh to a remote machine, and I can actually login to the remote machine successfully but then the connection will lock up/freeze immediately. Thanks, --Maurice From rockdoctor at nfldinet.com Wed Aug 25 13:36:14 2004 From: rockdoctor at nfldinet.com (Dr. Steve) Date: Wed, 25 Aug 2004 08:36:14 -0500 Subject: gnome-volume-manager vs. automount w/ usb memory stick In-Reply-To: <1093356872.10949.20.camel@localhost.localdomain> References: <1093355344.2677.12.camel@Spessartine> <1093356872.10949.20.camel@localhost.localdomain> Message-ID: <1093440974.2673.7.camel@Spessartine> On Tue, 2004-08-24 at 09:14, David Zeuthen wrote: > Please test with the latest release and see if that makes it any better. Automounting is working fine with hal-0.2.97.cvs20040819. Thanks guys. -- Steven I. Usdansky From mgalvin at nycap.rr.com Wed Aug 25 13:34:05 2004 From: mgalvin at nycap.rr.com (M Galvin) Date: Wed, 25 Aug 2004 09:34:05 -0400 Subject: Today's Dep Isues Message-ID: <412C954D.5020300@nycap.rr.com> Hi Everyone, I finally had the time to get fc3t1 setup and up2date. It took almost a full day to get all the updates installed but I must say that it went fairly well for such an early release stage. Anyway, this is the dep problem i ran into this morning. ... Test install failed because of package conflicts: file /usr/share/man/man5/resolver.5.gz from install of man-pages-1.67-2 conflicts with file from package bind-utils-9.2.4-EL4_1 ... This happens when bind is updated BEFORE the man pages. Is there a way i can just force the man page rpm install since this is just a documentation update? Thanks, Matt From markoer at markoer.org Wed Aug 25 13:33:04 2004 From: markoer at markoer.org (Marco Ermini) Date: Wed, 25 Aug 2004 15:33:04 +0200 (CEST) Subject: wireless problems w/ Cisco Aironet In-Reply-To: References: Message-ID: <40047.62.211.216.16.1093440784.squirrel@62.211.216.16> [...] > What happens is that I will get an ip address, but when I try mozilla it > cannot > connect to anything. I try to ssh to a remote machine, and I can actually > login to the remote machine successfully but then the connection will lock > up/freeze immediately. [...] MTU problem? try to use other protocols and see what happens (when they freeze). Bye -- Marco Ermini http://www.markoer.org Dubium sapientiae initium. (Descartes) root at human # mount -t life -o ro /dev/dna /genetic/research << This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. >> From mgalvin at nycap.rr.com Wed Aug 25 13:41:13 2004 From: mgalvin at nycap.rr.com (M Galvin) Date: Wed, 25 Aug 2004 09:41:13 -0400 Subject: Today's Dep Isues In-Reply-To: <412C954D.5020300@nycap.rr.com> References: <412C954D.5020300@nycap.rr.com> Message-ID: <412C96F9.5080900@nycap.rr.com> M Galvin wrote: Just got this one as well: There was a package dependency problem. The message was: Unresolvable chain of dependencies: iiimf-client-lib-devel-11.4-64.svn1772 requires iiimf-client-lib = 1:11.4-64.svn1772 iiimf-le-sun-asia-11.4-64.svn1772 requires iiimf-server = 1:11.4-64.svn1772 iiimf-protocol-lib-devel-11.4-64.svn1772 requires iiimf-protocol-lib = 1:11.4-64.svn1772 Please modify your package selections and try again. Thanks, Matt > Hi Everyone, > > I finally had the time to get fc3t1 setup and up2date. It took almost > a full day to get all the updates installed but I must say that it > went fairly well for such an early release stage. > > Anyway, this is the dep problem i ran into this morning. > > ... > > Test install failed because of package conflicts: > file /usr/share/man/man5/resolver.5.gz from install of > man-pages-1.67-2 conflicts with file from package > bind-utils-9.2.4-EL4_1 > > ... > > This happens when bind is updated BEFORE the man pages. Is there a way > i can just force the man page rpm install since this is just a > documentation update? > > Thanks, > > Matt > > From jspaleta at gmail.com Wed Aug 25 13:57:32 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Wed, 25 Aug 2004 09:57:32 -0400 Subject: gnome-volume-manager vs. automount w/ usb memory stick In-Reply-To: <1093440974.2673.7.camel@Spessartine> References: <1093355344.2677.12.camel@Spessartine> <1093356872.10949.20.camel@localhost.localdomain> <1093440974.2673.7.camel@Spessartine> Message-ID: <604aa7910408250657230235d6@mail.gmail.com> On Wed, 25 Aug 2004 08:36:14 -0500, Dr. Steve wrote: > Automounting is working fine with hal-0.2.97.cvs20040819. > Thanks guys. Fine... until you try to use 3 usb devices at once... use them individually: I have a flash card reader shows up as "flash" I have a usbstick shows up as "usbstick" i have a usb camera which shows up as "usbstick" when connected I connect them one at a time, the all seem to work, fstab updated and gnome notices....sweeeet. Disconnecting them gnome notices and fstab is updated.... sweeeet. I connect them in pairs, they all seem to work, connecting and disconnecting. double sweet. I connect all three BOOM, something goes horribly wrong, 1)flash card gets /dev/sda1 and "flash" mount point fstab entry okay 2)usb camera gets /dev/sdb1 and "usbstick" mount point fstab entry okay 3)usbstick gets /dev/sdc1 NO mount point NO fstab entry now on disconnect with all 3 connected 3)usbstick removed /dev/sdc1 goes away 4)usb camera removed /dev/sdb1 goes away.. fstab NOT updated, "usbstick" mountpoint still exists 5)didnt remove the flash card, becuase well I wanted to use it :-> 6)reconnect usbstick and it uses the pre-existing fstab entry that was originally meant for the camera with /dev/sdb1 7)disconnect usbstick /dev/sdb1 goes away... fstab NOT updated "usbstick" mountpoint still exists. I need to double check the camera and usbstick pairing. Maybe its a conflict in the mountpoint naming logic thats being used? Maybe "usbstick" is being used for my camera and my usbstick. I would have expected "second usbstick" or "usbstick1" or "not that other usbstick" as a second generated mountpoint. -jef"i wonder what happens if i plug in all 4 usbsticks and the 2 cameras...hmmmm"spaleta From ernesto at ornl.gov Wed Aug 25 14:10:09 2004 From: ernesto at ornl.gov (Ernest L. Williams Jr.) Date: Wed, 25 Aug 2004 10:10:09 -0400 Subject: wireless problems w/ Cisco Aironet In-Reply-To: References: Message-ID: <1093443009.28234.38.camel@dragon.sns.ornl.gov> Hi Chip, I have so a card and it works great. What version of the kernel do you have? I am running FC3 Test1: kernel 2.6.8-1.526 Thank, Ernest On Wed, 2004-08-25 at 09:06, Maurice F. Piller wrote: > Hi All, > I have a Cisco pcmcia wireless network card for my laptop, it's an Aironet > PCM352 type. I am unable to get this card to work properly with FC3T1, however > the card works when I boot the laptop with a Knoppix 3.3 CD. Anyone have this > card working with Fedora? > > Fedora loads yenta_socket, ds, airo, airo_cs modules. The card is activated > and when I issue "iwconfig eth0 essid any" the card will find the access point > and get the correct essid value. > > I can also do an "ifcfg eth0 up" or sometimes "/etc/rc.d/init.d/network > restart" and it appears to bring up the interface but it does not work > properly. > > What happens is that I will get an ip address, but when I try mozilla it cannot > connect to anything. I try to ssh to a remote machine, and I can actually > login to the remote machine successfully but then the connection will lock > up/freeze immediately. > > Thanks, > --Maurice > From david at fubar.dk Wed Aug 25 14:12:09 2004 From: david at fubar.dk (David Zeuthen) Date: Wed, 25 Aug 2004 16:12:09 +0200 Subject: gnome-volume-manager vs. automount w/ usb memory stick In-Reply-To: <604aa7910408250657230235d6@mail.gmail.com> References: <1093355344.2677.12.camel@Spessartine> <1093356872.10949.20.camel@localhost.localdomain> <1093440974.2673.7.camel@Spessartine> <604aa7910408250657230235d6@mail.gmail.com> Message-ID: <1093443129.2360.4.camel@localhost.localdomain> On Wed, 2004-08-25 at 09:57 -0400, Jeff Spaleta wrote: > Fine... until you try to use 3 usb devices at once... > This should work fine with multiple devices at the same time. > use them individually: > I have a flash card reader shows up as "flash" > I have a usbstick shows up as "usbstick" > i have a usb camera which shows up as "usbstick" when connected > fstab-sync doesn't use 'usbstick', that's updfstab from kudzu. Do you have a /usr/bin/updfstab (this should be removed in a kudzu upgrade)? Is your system fully updated? Do you have any symlinks in /etc/hal/device.d? You also need the latest release of hal installed which is hal-0.2.97.cvs20040823-3. Release 1, which is in Rawhide, will work if you kill the hald process and instead run as root as 'HALD_VERBOSE=1 /usr/sbin/hald --daemon=no'. Attach the output if you want to file a bug report. > I connect them one at a time, the all seem to work, fstab updated > and gnome notices....sweeeet. Disconnecting them gnome notices > and fstab is updated.... sweeeet. > > I connect them in pairs, they all seem to work, connecting and disconnecting. > double sweet. > > I connect all three BOOM, something goes horribly wrong, > 1)flash card gets /dev/sda1 and "flash" mount point fstab entry okay > 2)usb camera gets /dev/sdb1 and "usbstick" mount point fstab entry okay > 3)usbstick gets /dev/sdc1 NO mount point NO fstab entry > > now on disconnect with all 3 connected > 3)usbstick removed /dev/sdc1 goes away > 4)usb camera removed /dev/sdb1 goes away.. fstab NOT updated, > "usbstick" mountpoint still exists > 5)didnt remove the flash card, becuase well I wanted to use it :-> > > 6)reconnect usbstick and it uses the pre-existing fstab entry that was > originally meant for the camera with /dev/sdb1 > 7)disconnect usbstick /dev/sdb1 goes away... fstab NOT updated > "usbstick" mountpoint still exists. > > > I need to double check the camera and usbstick pairing. Maybe its a > conflict in the mountpoint naming logic thats being used? Maybe > "usbstick" is being used for my camera and my usbstick. I would have > expected "second usbstick" or "usbstick1" or "not that other usbstick" > as a second generated mountpoint. > You might want to clean your /etc/fstab for leftover entries (the ones marked by 'kudzu' and do the same with the corresponding directories in /media. If it still doesn't work even with updated entries please file a bug. FWIW, I've tested this with a lot of simultaneously connected USB Mass Storage devices by hotplugging the hub they were on. Thanks, David From mgalvin at nycap.rr.com Wed Aug 25 14:42:43 2004 From: mgalvin at nycap.rr.com (M Galvin) Date: Wed, 25 Aug 2004 10:42:43 -0400 Subject: GnoCHM Package request Message-ID: <412CA563.1000204@nycap.rr.com> Hi All, I came across a package called GnoCHM which provides the ability to view M$ Compiled HTML files. Many forms of documentation use this format and currently there is no reader for this format in Fedora Core (i couldn't find one). I would like to request that this package get included in the core distro as it can be very useful and adds to Fedora increased cross platform compatibility. The package can be found here: http://gnochm.sourceforge.net/ It needs a few extra python modules so it is not a completly straight foward install, but not hard either. Please let me know if this is a possibilty. I can provide installation details for FC3T1 if needed although it has pretty good documentation already. Thanks, Matt From Philip.R.Schaffner at NASA.gov Wed Aug 25 14:47:04 2004 From: Philip.R.Schaffner at NASA.gov (Phil Schaffner) Date: Wed, 25 Aug 2004 10:47:04 -0400 Subject: Today's Dep Isues In-Reply-To: <412C954D.5020300@nycap.rr.com> References: <412C954D.5020300@nycap.rr.com> Message-ID: <1093445224.3775.28.camel@radar0.larc.nasa.gov> On Wed, 2004-08-25 at 09:34 -0400, M Galvin wrote: > Hi Everyone, > > I finally had the time to get fc3t1 setup and up2date. It took almost a > full day to get all the updates installed but I must say that it went > fairly well for such an early release stage. > > Anyway, this is the dep problem i ran into this morning. > > ... > > Test install failed because of package conflicts: > file /usr/share/man/man5/resolver.5.gz from install of man-pages-1.67-2 > conflicts with file from package > bind-utils-9.2.4-EL4_1 > > ... > > This happens when bind is updated BEFORE the man pages. Is there a way i > can just force the man page rpm install since this is just a > documentation update? > My ugly work-around was: cd /var/cache/yum/development/packages/ rpm -Uvh --nodeps bind-utils-9.2.4-EL4_1.i386.rpm man-pages-1.67-2.noarch.rpm After that "yum upgrade" ran OK, except for numerous xml parser warnings. Phil From lsomike at futzin.com Wed Aug 25 16:25:08 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 25 Aug 2004 11:25:08 -0500 Subject: wireless problems w/ Cisco Aironet In-Reply-To: References: Message-ID: <200408251125.08700.lsomike@futzin.com> On Wednesday 25 August 2004 08:06, Maurice F. Piller wrote: > Hi All, > I have a Cisco pcmcia wireless network card for my laptop, it's > an Aironet PCM352 type. I am unable to get this card to work > properly with FC3T1, however the card works when I boot the > laptop with a Knoppix 3.3 CD. Anyone have this card working with > Fedora? > I can only echo Ernest's note as I'm running this card on a Sony VAIO laptop and it works great under FC3T1 (yum update last night). Is it possible you are running into firewall related issues? Regards, Mike Klinke From Robert.Chiodini-1 at ksc.nasa.gov Wed Aug 25 16:55:09 2004 From: Robert.Chiodini-1 at ksc.nasa.gov (Bob Chiodini) Date: Wed, 25 Aug 2004 12:55:09 -0400 Subject: How Do I build the kernel source rpm? Message-ID: <1093452909.19079.57.camel@tweedy.ksc.nasa.gov> Sorry if this has been covered. Nothing relevant turned up searching the -test or -devel list archives. I've noticed that there is no kernel source under /usr/src. How/where do I get the source? Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From balay at fastmail.fm Wed Aug 25 17:12:42 2004 From: balay at fastmail.fm (Satish Balay) Date: Wed, 25 Aug 2004 12:12:42 -0500 (CDT) Subject: How Do I build the kernel source rpm? In-Reply-To: <1093452909.19079.57.camel@tweedy.ksc.nasa.gov> References: <1093452909.19079.57.camel@tweedy.ksc.nasa.gov> Message-ID: On Wed, 25 Aug 2004, Bob Chiodini wrote: > Sorry if this has been covered. Nothing relevant turned up searching > the -test or -devel list archives. > > I've noticed that there is no kernel source under /usr/src. How/where > do I get the source? http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00735.html And if you need the source - then you should check the complete thread. Satish From bartk at clara.co.uk Wed Aug 25 18:20:00 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Wed, 25 Aug 2004 19:20:00 +0100 Subject: How Do I build the kernel source rpm? In-Reply-To: References: <1093452909.19079.57.camel@tweedy.ksc.nasa.gov> Message-ID: <1093458000.10481.4.camel@nemesis.astradine.net> well, can I have "for the thick as a two short planks glued with thick glue" people version of how to build source for the 526 kernel? I hope that it will help me with building drivers for my nvidia card On Wed, 2004-08-25 at 12:12 -0500, Satish Balay wrote: > > On Wed, 25 Aug 2004, Bob Chiodini wrote: > > > Sorry if this has been covered. Nothing relevant turned up searching > > the -test or -devel list archives. > > > > I've noticed that there is no kernel source under /usr/src. How/where > > do I get the source? > > http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00735.html > > And if you need the source - then you should check the complete thread. > > Satish > > -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From tjb at unh.edu Wed Aug 25 18:20:58 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Wed, 25 Aug 2004 14:20:58 -0400 Subject: vino Message-ID: <1093458058.22773.9.camel@wintermute.sr.unh.edu> Does vino work for anyone right now? When I try to connect, it just hangs: katratzi> vncviewer wintermute:0 VNC viewer for X version 4.0 - built Jun 24 2004 10:45:47 Copyright (C) 2002-2004 RealVNC Ltd. See http://www.realvnc.com for information on VNC. Wed Aug 25 14:17:11 2004 CConn: connected to host wintermute port 5900 CConnection: Server supports RFB protocol version 3.7 CConnection: Using RFB protocol version 3.7 Running the server by hand, it logs this: 25/08/2004 02:15:46 PM Client 132.177.241.101 gone 25/08/2004 02:15:46 PM Statistics: 25/08/2004 02:15:46 PM framebuffer updates 0, rectangles 0, bytes 0 25/08/2004 02:17:11 PM Got connection from client 132.177.241.101 25/08/2004 02:17:11 PM other clients: 25/08/2004 02:17:11 PM Protocol version 3.7 I know that initially it required an encryption that wasn't supported but vncviewer used to just die. Now it just hangs. The java client used to work but that's been removed. Thanks, tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From balay at fastmail.fm Wed Aug 25 18:48:12 2004 From: balay at fastmail.fm (Satish Balay) Date: Wed, 25 Aug 2004 13:48:12 -0500 (CDT) Subject: How Do I build the kernel source rpm? In-Reply-To: <1093458000.10481.4.camel@nemesis.astradine.net> References: <1093452909.19079.57.camel@tweedy.ksc.nasa.gov> <1093458000.10481.4.camel@nemesis.astradine.net> Message-ID: On Wed, 25 Aug 2004, Bart Kalita wrote: > I hope that it will help me with building drivers for my nvidia card More info on this in the long thread I pointed to earlier. The summary is: you don't need 'kernel-source' equivalent to build extra kernel modules.. The relavant kernel config/include files required to build extra kernel modules are already packaged into the kernel. And 3rd party module distributions (like nvidia drivers) can be considered broken - if they can't find this info. Satish From dominik.schastok at gmx.net Wed Aug 25 19:01:09 2004 From: dominik.schastok at gmx.net (Dominik Schastok) Date: Wed, 25 Aug 2004 21:01:09 +0200 (MEST) Subject: konqueror problem Message-ID: <10156.1093460469@www52.gmx.net> hi, I installed Fedora Core 2 and did an update to Core 3 Test 1 using yum. Everything works fine on the notebook, exept konqueror. Every time I change a directory it crashes. my system: Compaq Armada M300 PIII 600MHz 320MB RAM some ati video card. I searched the list, but didn?t find anything regarding this problem. kind regards Dominik Schastok -- Superg?nstige DSL-Tarife + WLAN-Router f?r 0,- EUR* Jetzt zu GMX wechseln und sparen http://www.gmx.net/de/go/dsl From markmc at redhat.com Wed Aug 25 19:40:33 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Wed, 25 Aug 2004 20:40:33 +0100 Subject: vino In-Reply-To: <1093458058.22773.9.camel@wintermute.sr.unh.edu> References: <1093458058.22773.9.camel@wintermute.sr.unh.edu> Message-ID: <1093462832.8086.66.camel@localhost.localdomain> Hi, On Wed, 2004-08-25 at 19:20, Thomas J. Baker wrote: > Does vino work for anyone right now? When I try to connect, it just > hangs: Just tested 2.7.91-1 and it seems to work fine for me. Do you get the "Another user is trying to view your desktop" dialog on wintermute when you do this? Cheers, Mark. From sstengler at covad.net Wed Aug 25 20:50:59 2004 From: sstengler at covad.net (sstengler at covad.net) Date: Wed, 25 Aug 2004 16:50:59 -0400 Subject: Error during make bzImage Message-ID: <200408252051.i7PKoxbG026045@webmail3.megamailservers.com> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From fedora at warmcat.com Wed Aug 25 21:08:34 2004 From: fedora at warmcat.com (Andy Green) Date: Wed, 25 Aug 2004 22:08:34 +0100 Subject: konqueror problem In-Reply-To: <10156.1093460469@www52.gmx.net> References: <10156.1093460469@www52.gmx.net> Message-ID: <200408252208.58601.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 25 August 2004 20:01, Dominik Schastok wrote: > hi, > > I installed Fedora Core 2 and did an update to Core 3 Test 1 using yum. > Everything works fine on the notebook, exept konqueror. Every time I change > a directory it crashes. > > I searched the list, but didn?t find anything regarding this problem. Konq uses the file mime types to decide what you do when you click on links or directories. Have a look on File Associations for inode/directory, and particularly on inode itself where it chooses between embedded viewer and external app. But I think my first move would be to log out of that KDE session, drop to a text console and mv ~/.kde to ~/.kdeold and log back in with a new KDE session from scratch. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBLP/qjKeDCxMJCTIRAudWAJkBED/GT7qYWtO0A2Ay+ZeTDQR2TACfRdKJ O3izKUJnpCjfb4/7ROlIYiE= =aZP/ -----END PGP SIGNATURE----- From larevalo at inf.utfsm.cl Wed Aug 25 22:28:39 2004 From: larevalo at inf.utfsm.cl (LuchoX) Date: Wed, 25 Aug 2004 18:28:39 -0400 Subject: Bug in konsole In-Reply-To: <4124EE35.64C17C6B@gmx.de> References: <41239D15.5050701@home.nl> <200408190259.21273@-mr700> <4124EE35.64C17C6B@gmx.de> Message-ID: <20040825222839.GA30308@inf.utfsm.cl> : ::::::::::::::::::::::::::::::::: UC ::::::::::::::::::::::::::::::::::: : Hi, other question: With C-l the screen is cleaned, but it does not happen. I will have a bad configuration ? I hope you can help me. Thanks!! -- _/ _/ _/ _/ _/ _/ _/ _/_/_/ _/_/_/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/_/_/ _/_/_/ _/ _/ _/_/ _/ _/ From michal at harddata.com Thu Aug 26 00:43:51 2004 From: michal at harddata.com (Michal Jaegermann) Date: Wed, 25 Aug 2004 18:43:51 -0600 Subject: How Do I build the kernel source rpm? In-Reply-To: <1093458000.10481.4.camel@nemesis.astradine.net>; from bartk@clara.co.uk on Wed, Aug 25, 2004 at 07:20:00PM +0100 References: <1093452909.19079.57.camel@tweedy.ksc.nasa.gov> <1093458000.10481.4.camel@nemesis.astradine.net> Message-ID: <20040825184351.A5055@mail.harddata.com> On Wed, Aug 25, 2004 at 07:20:00PM +0100, Bart Kalita wrote: > > can I have "for the thick as a two short planks glued with thick glue" > people version of how to build source for the 526 kernel? You take 'kernel-2.6.8-1.526.src.rpm' and you run rpmbuild --rebuild --target=noarch \ --define 'buildsource 1' kernel-2.6.8-1.526.src.rpm Not tested and it may not work if '%define' inside of a kernel spec file overrides your definition of 'buildsource'. In such case you have to 'rpm -i kernel-2.6.8-1.526.src.rpm', cd "$(rpm --eval %_topdir)/SPECS" edit a corresponding spec file to replace 0 with 1 where 'buildsource' is defined, which could be a number of places, and run rpmbuild -bb --target=noarch "/my/modified/spec/file" A description of an audience makes highly likely that you have enough of a disk space on a partition where you trying to do that. :-) Still it is highly advisable not to that all of the above as root but to define your own '%_topdir' in ~/.rpmmacros and then you can pick up a location where you are not likely to run out of a disk. Copy a directory structure from /usr/src/redhat to your own %_topdir. Michal From fct-cornette at sbcglobal.net Thu Aug 26 00:58:34 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 25 Aug 2004 20:58:34 -0400 Subject: Lost ability to connect to Internet on test installation. Message-ID: <412D35BA.9000807@sbcglobal.net> I upgraded my system two days ago and somehow cannot resolve connection to get a connection to the Internet with this Installation now. I can communicate with the router and have no problems with this feature. I cannot get out to the rest of the world now after the upgraded packages were added. On the other two installations (development, a bit behind on upgrades and on the FC2 installation, things work fine still. The setup for all installations is the same and my FC3T1 test installation worked connecting until yesterday, after turning on machine. I tried to restart the network, remove and add again the NICs and connect directly to the Internet without the router. I was able to get an IP address via DHCP when trying either through the router or directly through the 2wire modem via the ethernet port. Looking through the available updates, I see none that might have changed something related to Internet Connections. Any clues to what might have caused the lost connections is appreciated. Wild guesses welcome. Jim From clydekunkel7734 at cox.net Thu Aug 26 02:39:16 2004 From: clydekunkel7734 at cox.net (Clyde E. Kunkel) Date: Wed, 25 Aug 2004 22:39:16 -0400 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <412D35BA.9000807@sbcglobal.net> References: <412D35BA.9000807@sbcglobal.net> Message-ID: <1093487956.5127.4.camel@localhost.localdomain> On Wed, 2004-08-25 at 20:58 -0400, Jim Cornette wrote: > I upgraded my system two days ago and somehow cannot resolve connection > to get a connection to the Internet with this Installation now. > > I can communicate with the router and have no problems with this > feature. I cannot get out to the rest of the world now after the > upgraded packages were added. > > On the other two installations (development, a bit behind on upgrades > and on the FC2 installation, things work fine still. The setup for all > installations is the same and my FC3T1 test installation worked > connecting until yesterday, after turning on machine. > > I tried to restart the network, remove and add again the NICs and > connect directly to the Internet without the router. I was able to get > an IP address via DHCP when trying either through the router or directly > through the 2wire modem via the ethernet port. > > Looking through the available updates, I see none that might have > changed something related to Internet Connections. > > Any clues to what might have caused the lost connections is appreciated. > Wild guesses welcome. > > Jim > > recreate /etc/resolv.conf from one of your working systems, then you can get the fix in the current updates. From fct-cornette at sbcglobal.net Thu Aug 26 02:57:46 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 25 Aug 2004 22:57:46 -0400 Subject: X for i810 video is still not working with xorg-x11-6.7.99.902-6 Message-ID: <412D51AA.3050502@sbcglobal.net> Since X is down for those with the 810 or 815 version of video cards, I have been copying the driver from the earlier X version that is on the FC3T1 CD to the below. /usr/X11R6/lib/modules/drivers/i815_drv.o When X is installed and is does not come up, I then replace the /usr/X11R6/lib/modules/drivers/i810_drv.o file with the working driver, in order to get my X up and running. Anyway, on the newer installations, the older i810_dvr.o driver is replaced with the latest version. I therefore test out the newest driver and find that it failed. This is interesting to me, except the below bug is said to be checked into CVS. https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 (and 1086) How soon will this fix take to get incorporated into the next release of X? Jim PS: The connection problem that was reported earlier is now gone. After I downloaded the rpms for the days between 8/22 and today, on the FC2 system. I chrooted in a mingetty terminal this test installation, mounted the directory which contained the downloaded rpms. I then rpm -Uvh *.rpm all of the packages within the directory that contained the downloaded rpms. 85 rpms upgraded and then after exiting the chrooted FC3T1 environment running in tty1 and closing down the FC2 applications (tty2, tty3 and X environment), I rebooted into the FC3T1 system and tested the NIC and X. X did not work, net did. -- What a strange game. The only winning move is not to play. -- WOP, "War Games" From fct-cornette at sbcglobal.net Thu Aug 26 02:59:36 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 25 Aug 2004 22:59:36 -0400 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <1093487956.5127.4.camel@localhost.localdomain> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> Message-ID: <412D5218.6050500@sbcglobal.net> Clyde E. Kunkel wrote: > On Wed, 2004-08-25 at 20:58 -0400, Jim Cornette wrote: > >>I upgraded my system two days ago and somehow cannot resolve connection >>to get a connection to the Internet with this Installation now. >> >>I can communicate with the router and have no problems with this >>feature. I cannot get out to the rest of the world now after the >>upgraded packages were added. >> >>On the other two installations (development, a bit behind on upgrades >>and on the FC2 installation, things work fine still. The setup for all >>installations is the same and my FC3T1 test installation worked >>connecting until yesterday, after turning on machine. >> >>I tried to restart the network, remove and add again the NICs and >>connect directly to the Internet without the router. I was able to get >>an IP address via DHCP when trying either through the router or directly >>through the 2wire modem via the ethernet port. >> >>Looking through the available updates, I see none that might have >>changed something related to Internet Connections. >> >>Any clues to what might have caused the lost connections is appreciated. >>Wild guesses welcome. >> >>Jim >> >> > > recreate /etc/resolv.conf from one of your working systems, then you can > get the fix in the current updates. > > Thanks! I'll try that approach next time. Was the /etc/resolve.conf file messed up by a particular package? Jim From dcbw at redhat.com Thu Aug 26 03:12:02 2004 From: dcbw at redhat.com (Dan Williams) Date: Wed, 25 Aug 2004 23:12:02 -0400 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <412D5218.6050500@sbcglobal.net> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> Message-ID: <1093489922.23404.5.camel@localhost.localdomain> On Wed, 2004-08-25 at 22:59 -0400, Jim Cornette wrote: > Thanks! I'll try that approach next time. Was the /etc/resolve.conf file > messed up by a particular package? This bug was just fixed in rawhide. It caused the /etc/resolv.conf file to always be blank. Dan From fct-cornette at sbcglobal.net Thu Aug 26 03:15:22 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Wed, 25 Aug 2004 23:15:22 -0400 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <412D5218.6050500@sbcglobal.net> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> Message-ID: <412D55CA.5090502@sbcglobal.net> >>> >> >> recreate /etc/resolv.conf from one of your working systems, then you can >> get the fix in the current updates. >> >> > > Thanks! I'll try that approach next time. Was the /etc/resolve.conf file > messed up by a particular package? > > Jim > > Never mind. Havoc Pennington reported the problem on the devel list. This was on my 8/22 mail that I downloaded but did not read before rebooting. hp - bringing up an interface creates an empty resolv.conf. Writing a correct resolv.conf results in working network, so the dhcp succeeds, resolv.conf is just hosed. This is going to stump a lot of people. How is anyone to guess that this sort of problem exists? This is going to result in a lot of reinstalls. Jim From lsomike at futzin.com Thu Aug 26 04:01:45 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 25 Aug 2004 23:01:45 -0500 Subject: Couple of devices gone walk-about Message-ID: <200408252301.45127.lsomike@futzin.com> Regards, Mike Klinke Seems that somewhere between kernel-2.6.7-1.517 and kernel-2.6.8-1.526 I seem to have lost the ability to use the cdrom/dvd player on my VAIO laptop. The /dev/cdrom and /dev/sr0 files which were created under the 517 kernel are no longer created under the 526 kernel. If I go back to the 517 kernel as is well. Is this a known problem or does it need to be investigated further? Regards, Mike Klinke From lsomike at futzin.com Thu Aug 26 04:42:17 2004 From: lsomike at futzin.com (Mike Klinke) Date: Wed, 25 Aug 2004 23:42:17 -0500 Subject: Couple of devices gone walk-about In-Reply-To: <200408252301.45127.lsomike@futzin.com> References: <200408252301.45127.lsomike@futzin.com> Message-ID: <200408252342.18138.lsomike@futzin.com> > > Seems that somewhere between kernel-2.6.7-1.517 and > kernel-2.6.8-1.526 I seem to have lost the ability to use the > cdrom/dvd player on my VAIO laptop. The /dev/cdrom and /dev/sr0 > files which were created under the 517 kernel are no longer > created under the 526 kernel. If I go back to the 517 kernel as > is well. Is this a known problem or does it need to be > investigated further? OK, narrowing it down a bit, everything seems to have gone haywire between kernel-2.6.8-1.524 and kernel-2.6.8-1.525. I suspect it has something to do with: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130746 but since English is my native language I'm not sure what's going on there but I get the sense that something's gone haywire with autoloading of modules and sure enough, a diff of "lsmod" between the 524 and 525 kernels shows there definitely a problem here: 23:31:03 # diff 524-Modules.txt 525-Modules.txt 2,13d1 < snd_mixer_oss 14017 2 < snd_intel8x0 30829 3 < snd_ac97_codec 58693 1 snd_intel8x0 < snd_pcm 82377 1 snd_intel8x0 < snd_timer 25029 1 snd_pcm < snd_page_alloc 8137 2 snd_intel8x0,snd_pcm < gameport 3777 1 snd_intel8x0 < snd_mpu401_uart 7232 1 snd_intel8x0 < snd_rawmidi 21605 1 snd_mpu401_uart < snd_seq_device 6345 1 snd_rawmidi < snd 44453 10 snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device < soundcore 7457 3 snd 16,19d3 < parport_pc 21249 1 < lp 9133 0 < parport 35337 2 parport_pc,lp < usbserial 22057 0 32,34d15 < floppy 53873 0 < sg 28257 0 < sr_mod 14181 0 43c24 < ext3 92585 2 --- > ext3 95401 2 49c30 < scsi_mod 103953 5 sg,sr_mod,usb_storage,sbp2,sd_mod --- > scsi_mod 103953 3 usb_storage,sbp2,sd_mod From lsomike at futzin.com Thu Aug 26 05:52:45 2004 From: lsomike at futzin.com (Mike Klinke) Date: Thu, 26 Aug 2004 00:52:45 -0500 Subject: X for i810 video is still not working with xorg-x11-6.7.99.902-6 In-Reply-To: <412D51AA.3050502@sbcglobal.net> References: <412D51AA.3050502@sbcglobal.net> Message-ID: <200408260052.45689.lsomike@futzin.com> On Wednesday 25 August 2004 21:57, Jim Cornette wrote: > Since X is down for those with the 810 or 815 version of video > cards, I have been copying the driver from the earlier X version > that is on the FC3T1 CD to the below. > > /usr/X11R6/lib/modules/drivers/i815_drv.o > > When X is installed and is does not come up, I then replace the > > /usr/X11R6/lib/modules/drivers/i810_drv.o > > file with the working driver, in order to get my X up and > running. > > Anyway, on the newer installations, the older i810_dvr.o driver > is replaced with the latest version. I therefore test out the > newest driver and find that it failed. > > This is interesting to me, except the below bug is said to be > checked into CVS. > > https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 (and 1086) > > How soon will this fix take to get incorporated into the next > release of X? > > Jim Jim, I can confirm that this is still broken with the xorg*902-6 rpm's on my system too. I'd been waiting for the changed binaries but it looks like the patch may not have been added yet to the Fedora distribution. Regards, Mike Klinke From douglas.furlong at firebox.com Thu Aug 26 07:45:13 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Thu, 26 Aug 2004 08:45:13 +0100 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <412D55CA.5090502@sbcglobal.net> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> <412D55CA.5090502@sbcglobal.net> Message-ID: <1093506314.16521.67.camel@douglas-furlong.firebox.com> On Wed, 2004-08-25 at 23:15 -0400, Jim Cornette wrote: > Never mind. > > Havoc Pennington reported the problem on the devel list. This was on my > 8/22 mail that I downloaded but did not read before rebooting. > > hp - bringing up an interface creates an empty resolv.conf. > Writing a correct resolv.conf results in working network, > so the dhcp succeeds, resolv.conf is just hosed. > > This is going to stump a lot of people. How is anyone to guess that this > sort of problem exists? This is going to result in a lot of reinstalls. Please don't take this in the wrong way, but resolv.conf is part of the incredibly basic network configuration. I am surprised that it would stump so many people who are using a TEST release. There are some incredibly simple debugging procedures to use for network connectivity, and the first thing you do is try to contact an IP on your network, then one off your network, if all that happens, then try and resolve host names, if that fails you know it is related to DNS. It should only take a minute or two to work out the problem, at most. Doug -- Douglas Furlong Systems Administrator Firebox.com T: 0870 420 4475 F: 0870 220 2178 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Thu Aug 26 08:20:55 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Thu, 26 Aug 2004 09:20:55 +0100 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <1093506314.16521.67.camel@douglas-furlong.firebox.com> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> <412D55CA.5090502@sbcglobal.net> <1093506314.16521.67.camel@douglas-furlong.firebox.com> Message-ID: <1093508455.19492.32.camel@jeeves.music.salford.ac.uk> Hi, > > hp - bringing up an interface creates an empty resolv.conf. > > Writing a correct resolv.conf results in working network, > > so the dhcp succeeds, resolv.conf is just hosed. > > > > This is going to stump a lot of people. How is anyone to guess that this > > sort of problem exists? This is going to result in a lot of reinstalls. > > Please don't take this in the wrong way, but resolv.conf is part of the > incredibly basic network configuration. I am surprised that it would > stump so many people who are using a TEST release. Yep. It had me stumped for a while a couple of months back when a bug in dhcp (IIRC) caused the route table to get chewed to bits. I could resolve an IP, but not a name. > There are some incredibly simple debugging procedures to use for network > connectivity, and the first thing you do is try to contact an IP on your > network, then one off your network, if all that happens, then try and > resolve host names, if that fails you know it is related to DNS. It > should only take a minute or two to work out the problem, at most. The problem comes knowing which part has been chewed. Remember, those testing may specialise in one area and know not very much about another. I know quite a bit about the compilers and desktop apps, but not a huge amount about the networking side of things. TTFN Paul -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mharris at www.linux.org.uk Thu Aug 26 08:32:34 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Thu, 26 Aug 2004 04:32:34 -0400 Subject: X for i810 video is still not working with xorg-x11-6.7.99.902-6 In-Reply-To: <412D51AA.3050502@sbcglobal.net> References: <412D51AA.3050502@sbcglobal.net> Message-ID: <412DA022.107@www.linux.org.uk> Jim Cornette wrote: > Since X is down for those with the 810 or 815 version of video cards, I > have been copying the driver from the earlier X version that is on the > FC3T1 CD to the below. > > /usr/X11R6/lib/modules/drivers/i815_drv.o > > When X is installed and is does not come up, I then replace the > > /usr/X11R6/lib/modules/drivers/i810_drv.o > > file with the working driver, in order to get my X up and running. > > Anyway, on the newer installations, the older i810_dvr.o driver is > replaced with the latest version. I therefore test out the newest driver > and find that it failed. > > This is interesting to me, except the below bug is said to be checked > into CVS. > > https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 (and 1086) > > How soon will this fix take to get incorporated into the next release of X? I am updating the xorg-x11 rpms to new source code base, every time CVS gets a new tag, which in this case means, every new release candidate. Any patch that goes into X.Org CVS, will make it into rawhide after X.Org CVS gets tagged, and our main tarball gets updated to the new release and built in rawhide. Expect to see new rpms within 2 days of a new CVS tag barring problems or other priorities that arise. HTH From mharris at www.linux.org.uk Thu Aug 26 08:38:15 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Thu, 26 Aug 2004 04:38:15 -0400 Subject: X for i810 video is still not working with xorg-x11-6.7.99.902-6 In-Reply-To: <200408260052.45689.lsomike@futzin.com> References: <412D51AA.3050502@sbcglobal.net> <200408260052.45689.lsomike@futzin.com> Message-ID: <412DA177.9090005@www.linux.org.uk> Mike Klinke wrote: > On Wednesday 25 August 2004 21:57, Jim Cornette wrote: > >>Since X is down for those with the 810 or 815 version of video >>cards, I have been copying the driver from the earlier X version >>that is on the FC3T1 CD to the below. >> >>/usr/X11R6/lib/modules/drivers/i815_drv.o >> >>When X is installed and is does not come up, I then replace the >> >>/usr/X11R6/lib/modules/drivers/i810_drv.o >> >>file with the working driver, in order to get my X up and >>running. >> >>Anyway, on the newer installations, the older i810_dvr.o driver >>is replaced with the latest version. I therefore test out the >>newest driver and find that it failed. >> >>This is interesting to me, except the below bug is said to be >>checked into CVS. >> >>https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 (and 1086) >> >>How soon will this fix take to get incorporated into the next >>release of X? >> >>Jim > > > Jim, I can confirm that this is still broken with the xorg*902-6 > rpm's on my system too. I'd been waiting for the changed binaries > but it looks like the patch may not have been added yet to the > Fedora distribution. Correct, I've been intentionally avoiding applying patches that will then be removed a day or so later when we update to the latest CVS tag. This way it gets fixed once in the place that matters (upstream) and we can just update to that on a relative schedule (relative to the RC releases). The only patches I'm applying currently, are things that cause build failures, or are really serious and need fixing right away or the tree can't be composed. This minimizes maintenance overhead, and allows more bugs to get fixed upstream, and more X.Org CVS matrix testing, and modularization feature work to be done. The best thing for people testing the new X.Org out to do, is to report all non-rpm-packaging related bugs to X.Org bugzilla, and then follow up with X.Org developers in X.Org bugzilla (including myself). Once something is fixed in CVS, it's safe to assume it will be in rawhide within 1-7 days roughly. HTH From mharris at www.linux.org.uk Thu Aug 26 08:41:57 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Thu, 26 Aug 2004 04:41:57 -0400 Subject: Kernel or Xorg what is the problem? In-Reply-To: <1093372167.3672.12.camel@ip68-7-36-36.sd.sd.cox.net> References: <1093372167.3672.12.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <412DA255.9020502@www.linux.org.uk> Scott Talbot wrote: > Hi list: > > After a weekend of cursing, I got my system up and running this A.M. > only to be puzzled by the sudden failure of my machine to properly > display vga modes after X is started. > > My boot param includes the instruction vga=792 so that I get a nice Hi- > Res screen during boot-up and that works fine until rhgb starts up and > then I get a blank screen until Gnome starts and then I have a nice > normal 1280 X 1024 display. If I do a Ctl-Alt-F1, I get an unreadable > display at the top of the screen (the balance of the screen still looks > like my Gnome background) The unreadable display is the console, as I > can see the cursor and if I then force a reboot with Ctl-Alt-Delete I > can see that screen scrolling data, I also can move a mouse pointer > within that area (though it appears as 5 blocks across the screen. > > Well I was just about ready to file a bugzilla, when I tried a reboot to > an older kernel (2.6.8-1.524) and under that kernel the screen modes > work as expected. (though I have only the 1 resolution in X) > > So has anyone else seen any of this? I tried to look in > freedesktop/bugzilla, but found no bug there. There's no mention at all to what video hardware you are using, so it's hard to guess as what could be causing the problem. If you do suspect it to be an X.org bug however, please file a bug in http://bugs.freedesktop.org in the "xorg" component. Be sure to include all details, and your X server config file and log file as attachments also. 6.8.0 draws near... HTH From mharris at www.linux.org.uk Thu Aug 26 08:45:43 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Thu, 26 Aug 2004 04:45:43 -0400 Subject: xorg-x11 dbuginfo RPMS In-Reply-To: <1093082463.4438.25.camel@home.gnome.no> References: <1093082463.4438.25.camel@home.gnome.no> Message-ID: <412DA337.5090109@www.linux.org.uk> Kjartan Maraas wrote: > Hi. > > I tried installing the debuginfo packages for xorg-x11 but it seems > there are none? Or am I just looking in the wrong place? :) There are no xorg debuginfo packages... You need to set the rpm macro "DebuggableBuild 1" near the top of the spec file, and rebuild. That will generate massive rpm packages with total debug symbols in everything. Note however that you can't properly debug the X server itself with stock gdb however (if that's what you wanted to debug). From dominik.schastok at gmx.net Thu Aug 26 09:32:41 2004 From: dominik.schastok at gmx.net (Dominik Schastok) Date: Thu, 26 Aug 2004 11:32:41 +0200 (MEST) Subject: konqueror problem References: <200408252208.58601.fedora@warmcat.com> Message-ID: <3997.1093512761@www7.gmx.net> > > Konq uses the file mime types to decide what you do when you click on > links or > directories. Have a look on File Associations for inode/directory, and > particularly on inode itself where it chooses between embedded viewer and > external app. > > But I think my first move would be to log out of that KDE session, drop to > a > text console and mv ~/.kde to ~/.kdeold and log back in with a new KDE > session from scratch. > > - -Andy thnx, I tried both, but the problem remains. Everything works fine, when I log on as root, but it doesn?t work as a user - Dominik -- Superg?nstige DSL-Tarife + WLAN-Router f?r 0,- EUR* Jetzt zu GMX wechseln und sparen http://www.gmx.net/de/go/dsl From fedora at warmcat.com Thu Aug 26 10:06:52 2004 From: fedora at warmcat.com (Andy Green) Date: Thu, 26 Aug 2004 11:06:52 +0100 Subject: konqueror problem In-Reply-To: <3997.1093512761@www7.gmx.net> References: <200408252208.58601.fedora@warmcat.com> <3997.1093512761@www7.gmx.net> Message-ID: <200408261106.56210.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 26 August 2004 10:32, Dominik Schastok wrote: > thnx, I tried both, but the problem remains. > Everything works fine, when I log on as root, but it doesn?t work as a user Another plan -- start Konqueror from a konsole with your user rights. See if anything is printed when it dies. If nothing comes up, or just segfault, do the same again but this time strace konqueror Then make it crash. Ignore the stuff flying by as it starts up, look at the last few actions it was doing before it crashed. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBLbZAjKeDCxMJCTIRArylAJ91LnilGaC5BIxB4uY2OyurKcuk9wCgiyvt vSAgMEfdNG5yZzlEmdy35do= =H7rW -----END PGP SIGNATURE----- From jamatos at fc.up.pt Thu Aug 26 10:17:19 2004 From: jamatos at fc.up.pt (Jose' Matos) Date: Thu, 26 Aug 2004 11:17:19 +0100 Subject: konqueror problem In-Reply-To: <10156.1093460469@www52.gmx.net> References: <10156.1093460469@www52.gmx.net> Message-ID: <200408261117.19860.jamatos@fc.up.pt> On Wednesday 25 August 2004 20:01, Dominik Schastok wrote: > hi, > > I installed Fedora Core 2 and did an update to Core 3 Test 1 using yum. > Everything works fine on the notebook, exept konqueror. Every time I > change a directory it crashes. > > my system: > Compaq Armada M300 > PIII 600MHz > 320MB RAM > some ati video card. > > I searched the list, but didn?t find anything regarding this problem. Do you have gamin installed, I saw this behaviour with the 0.0.5 version installed. Looking in the rawide reports this problem seems to have been fixed in later versions. Notice that I am using FC2 with the kde 3.3.0 rpms from kde-redhat, but I never saw this problem before and so expect the cause to be the same. I hope it helps, > kind regards > Dominik Schastok > > -- > Superg?nstige DSL-Tarife + WLAN-Router f?r 0,- EUR* > Jetzt zu GMX wechseln und sparen http://www.gmx.net/de/go/dsl -- Jos? Ab?lio From Robert.Chiodini-1 at ksc.nasa.gov Thu Aug 26 11:05:24 2004 From: Robert.Chiodini-1 at ksc.nasa.gov (Bob Chiodini) Date: Thu, 26 Aug 2004 07:05:24 -0400 Subject: Bash History Scrolling Message-ID: <1093518324.19079.81.camel@tweedy.ksc.nasa.gov> Cannot move completely through the command history with up and down arrows. Up arrow through several previous commands, then down arrow. The farther you move back in the history the more of the most recent commands seem to be lost. Clear as mud? Try it. Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fct-cornette at sbcglobal.net Thu Aug 26 11:24:28 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 26 Aug 2004 07:24:28 -0400 Subject: Lost ability to connect to Internet on test installation. In-Reply-To: <1093506314.16521.67.camel@douglas-furlong.firebox.com> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> <412D55CA.5090502@sbcglobal.net> <1093506314.16521.67.camel@douglas-furlong.firebox.com> Message-ID: <412DC86C.6040408@sbcglobal.net> Douglas Furlong wrote: > On Wed, 2004-08-25 at 23:15 -0400, Jim Cornette wrote: > >>Never mind. >> >>Havoc Pennington reported the problem on the devel list. This was on my >>8/22 mail that I downloaded but did not read before rebooting. >> >>hp - bringing up an interface creates an empty resolv.conf. >> Writing a correct resolv.conf results in working network, >> so the dhcp succeeds, resolv.conf is just hosed. >> >>This is going to stump a lot of people. How is anyone to guess that this >>sort of problem exists? This is going to result in a lot of reinstalls. > > > Please don't take this in the wrong way, but resolv.conf is part of the > incredibly basic network configuration. I am surprised that it would > stump so many people who are using a TEST release. > > There are some incredibly simple debugging procedures to use for network > connectivity, and the first thing you do is try to contact an IP on your > network, then one off your network, if all that happens, then try and > resolve host names, if that fails you know it is related to DNS. It > should only take a minute or two to work out the problem, at most. > > Doug > > Basically, I'm a user oriented (desktop type user) and not thoroughly involved with knowing how all the configuration files, drivers, etc need to be present and how they will all be setup. No RHCE or any competing system administration degree obtained by me. I guess having a working connection since around RHL 5.2 w/o needing to do a lot of configuration and then having the connection lost all of a sudden leaves little need for knowing the behind the scenes requirements that a lot of processes use. In short, things usually work without flaw or needing user configuration. This being a test release, things will break unexpectedly. Testers will learn from exposure to a rapidly changing system and breakages in different areas. My thought process. The connection worked yesterday, it does not work today. I get an IP address and can configure my router. The nics seem to be alright. I'm using Linux and Windows OS or Mac OS are supported. Did my ISP mess things up. Other OS versions on the same hardware (same computer actually) work w/o problems. My ISP must not be evil. Hey! it does not work, why not? Asking questions to others, they explain. I understand and learn something. The day is not a total loss. The comment regarding some will reinstall their systems is that there are testers with different levels of expertise. With no network connection, users have no way to get newer packages. My /etc/resolve.conf file shows the below. Dhclient usually does the job flawlessly. Now I know what it should contain. (After the fact) ; generated by /sbin/dhclient-script search gateway.2wire.net nameserver 172.16.0.1 No offense taken, Jim From nphilipp at redhat.com Thu Aug 26 11:24:41 2004 From: nphilipp at redhat.com (Nils Philippsen) Date: Thu, 26 Aug 2004 13:24:41 +0200 Subject: GnoCHM Package request In-Reply-To: <412CA563.1000204@nycap.rr.com> References: <412CA563.1000204@nycap.rr.com> Message-ID: <1093519481.28615.98.camel@wombat.tiptoe.de> Matt, On Wed, 2004-08-25 at 16:42, M Galvin wrote: > I came across a package called GnoCHM which provides the ability to view > M$ Compiled HTML files. Many forms of documentation use this format and > currently there is no reader for this format in Fedora Core (i couldn't > find one). you should try to get this into Fedora Extras, see http://fedora.us for details. While this would be nice to have it isn'doesn't seem to be something that a majority of users will need (IMO). Nils -- Nils Philippsen / Red Hat / nphilipp at redhat.com "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 From fct-cornette at sbcglobal.net Thu Aug 26 11:39:12 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Thu, 26 Aug 2004 07:39:12 -0400 Subject: X for i810 video is still not working with xorg-x11-6.7.99.902-6 In-Reply-To: <412DA022.107@www.linux.org.uk> References: <412D51AA.3050502@sbcglobal.net> <412DA022.107@www.linux.org.uk> Message-ID: <412DCBE0.3070806@sbcglobal.net> Mike A. Harris wrote: > Jim Cornette wrote: > >> Since X is down for those with the 810 or 815 version of video cards, >> I have been copying the driver from the earlier X version that is on >> the FC3T1 CD to the below. >> >> /usr/X11R6/lib/modules/drivers/i815_drv.o >> >> When X is installed and is does not come up, I then replace the >> >> /usr/X11R6/lib/modules/drivers/i810_drv.o >> >> file with the working driver, in order to get my X up and running. >> >> Anyway, on the newer installations, the older i810_dvr.o driver is >> replaced with the latest version. I therefore test out the newest >> driver and find that it failed. >> >> This is interesting to me, except the below bug is said to be checked >> into CVS. >> >> https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 (and 1086) >> >> How soon will this fix take to get incorporated into the next release >> of X? > > > I am updating the xorg-x11 rpms to new source code base, every time CVS > gets a new tag, which in this case means, every new release candidate. > Any patch that goes into X.Org CVS, will make it into rawhide after > X.Org CVS gets tagged, and our main tarball gets updated to the new > release and built in rawhide. Expect to see new rpms within 2 days of a > new CVS tag barring problems or other priorities that arise. > > HTH > > This sounds reasonable. Thanks for the approximate timeframe from CVS checkin to available in rawhide. BTW - the --target i686 worked flawlessly in generating the rpms for the 902-4 build. The seperation work for different archs must be heading down the right path. Jim From paul at all-the-johnsons.co.uk Thu Aug 26 11:59:33 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Thu, 26 Aug 2004 12:59:33 +0100 Subject: Switching off prelink In-Reply-To: <412DC86C.6040408@sbcglobal.net> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> <412D55CA.5090502@sbcglobal.net> <1093506314.16521.67.camel@douglas-furlong.firebox.com> <412DC86C.6040408@sbcglobal.net> Message-ID: <1093521573.3077.17.camel@jeeves.music.salford.ac.uk> Hi, How do I switch off this bloomin annoying prelink? I have some very specialised software which refuses to compile because of prelinking being on. TTFN Paul -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From twaugh at redhat.com Thu Aug 26 12:43:03 2004 From: twaugh at redhat.com (Tim Waugh) Date: Thu, 26 Aug 2004 13:43:03 +0100 Subject: Bash History Scrolling In-Reply-To: <1093518324.19079.81.camel@tweedy.ksc.nasa.gov> References: <1093518324.19079.81.camel@tweedy.ksc.nasa.gov> Message-ID: <20040826124303.GA2177@redhat.com> On Thu, Aug 26, 2004 at 07:05:24AM -0400, Bob Chiodini wrote: > Cannot move completely through the command history with up and down > arrows. > > Up arrow through several previous commands, then down arrow. The > farther you move back in the history the more of the most recent > commands seem to be lost. Clear as mud? Try it. I think you are seeing a bug that I just fixed. The symptom is that the last line of the history (i.e. the last line you see after pressing down until nothing further changes) was being overwritten every time you press the up arrow. Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From Robert.Chiodini-1 at ksc.nasa.gov Thu Aug 26 13:28:17 2004 From: Robert.Chiodini-1 at ksc.nasa.gov (Bob Chiodini) Date: Thu, 26 Aug 2004 09:28:17 -0400 Subject: Bash History Scrolling In-Reply-To: <20040826124303.GA2177@redhat.com> References: <1093518324.19079.81.camel@tweedy.ksc.nasa.gov> <20040826124303.GA2177@redhat.com> Message-ID: <1093526897.19079.90.camel@tweedy.ksc.nasa.gov> On Thu, 2004-08-26 at 08:43, Tim Waugh wrote: > On Thu, Aug 26, 2004 at 07:05:24AM -0400, Bob Chiodini wrote: > > > Cannot move completely through the command history with up and down > > arrows. > > > > Up arrow through several previous commands, then down arrow. The > > farther you move back in the history the more of the most recent > > commands seem to be lost. Clear as mud? Try it. > > I think you are seeing a bug that I just fixed. The symptom is that > the last line of the history (i.e. the last line you see after > pressing down until nothing further changes) was being overwritten > every time you press the up arrow. > > Tim. > */ Tim, That sums it up very nicely. Thanks for the reply. I'll pick it up when it comes available. Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From spam at tachegroup.com Thu Aug 26 14:34:53 2004 From: spam at tachegroup.com (TGS) Date: Thu, 26 Aug 2004 10:34:53 -0400 Subject: Big in network-functions - empty resolv.conf created via DHCP Message-ID: There seems to be a bug in the /etc/sysconfig/network-scripts/network-functions script. The usage of networking setup that has interface configured to use DHCP and get the DNS information from the server results in a blank resolv.conf file being created. I have tried the setup with two different machines, on two different networks, that have two different DHCP servers. One is a MS DHCP server, and the other is a Fedora based dhcpd server. Both yield a blank filed when updated to the latset development build. Replacement of an older (development updates before last week) /etc/sysconfig/network-scripts/network-functions script over the latest (current with development updates as of yesterday) network-functions script allows the resolv.conf to be generated correctly again. Usage of kompare with the two files, shows that the resolv.conf related code was thoroughly edited with a new generation scheme. From bill at maidment.com.au Thu Aug 26 14:46:53 2004 From: bill at maidment.com.au (Bill Maidment) Date: Fri, 27 Aug 2004 00:46:53 +1000 Subject: vsftpd fails Message-ID: <412DF7DD.9000804@maidment.com.au> Hi On FC3-test1 with vsftpd-2.0.1-1 rpm on an Opteron, I cannot get vsftpd to run. It says OK and creates the lock file, but it isn't running. I cannot see any log messages or any errors. I'm using the same config that worked on FC2. Can anyone shed light on this? Cheers -- _/_/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/ _/ _/ Bill Maidment Maidment Enterprises Pty Ltd From talbotscott at cox.net Thu Aug 26 14:47:46 2004 From: talbotscott at cox.net (Scott Talbot) Date: Thu, 26 Aug 2004 07:47:46 -0700 Subject: Kernel or Xorg what is the problem? In-Reply-To: <412DA255.9020502@www.linux.org.uk> References: <1093372167.3672.12.camel@ip68-7-36-36.sd.sd.cox.net> <412DA255.9020502@www.linux.org.uk> Message-ID: <1093531666.7204.4.camel@ip68-7-36-36.sd.sd.cox.net> On Thu, 2004-08-26 at 04:41 -0400, Mike A. Harris wrote: > Scott Talbot wrote: > > Hi list: > > > > After a weekend of cursing, I got my system up and running this A.M. > > only to be puzzled by the sudden failure of my machine to properly > > display vga modes after X is started. > > > > My boot param includes the instruction vga=792 so that I get a nice Hi- > > Res screen during boot-up and that works fine until rhgb starts up and > > then I get a blank screen until Gnome starts and then I have a nice > > normal 1280 X 1024 display. If I do a Ctl-Alt-F1, I get an unreadable > > display at the top of the screen (the balance of the screen still looks > > like my Gnome background) The unreadable display is the console, as I > > can see the cursor and if I then force a reboot with Ctl-Alt-Delete I > > can see that screen scrolling data, I also can move a mouse pointer > > within that area (though it appears as 5 blocks across the screen. > > > > Well I was just about ready to file a bugzilla, when I tried a reboot to > > an older kernel (2.6.8-1.524) and under that kernel the screen modes > > work as expected. (though I have only the 1 resolution in X) > > > > So has anyone else seen any of this? I tried to look in > > freedesktop/bugzilla, but found no bug there. > > There's no mention at all to what video hardware you are using, so it's > hard to guess as what could be causing the problem. If you do suspect > it to be an X.org bug however, please file a bug in > http://bugs.freedesktop.org in the "xorg" component. Be sure to include > all details, and your X server config file and log file as attachments > also. 6.8.0 draws near... > > HTH Thanks Mike, I did post the bugzilla. Yesterday's xorg update didn't help, maybe today's will :) update: removing rhgb from boot params also helps, Still can't change resolution properly, but I can get to a console that looks fairly normal. BTW I use an ATI Radeon 7200 graphics card. Scott From surak at casa.surak.eti.br Thu Aug 26 14:53:17 2004 From: surak at casa.surak.eti.br (Alexandre Strube) Date: Thu, 26 Aug 2004 11:53:17 -0300 Subject: Couple of devices gone walk-about In-Reply-To: <200408252301.45127.lsomike@futzin.com> References: <200408252301.45127.lsomike@futzin.com> Message-ID: <1093531997.855.2.camel@preview> Em Qui, 2004-08-26 ?s 01:01, Mike Klinke escreveu: > Seems that somewhere between kernel-2.6.7-1.517 and > kernel-2.6.8-1.526 I seem to have lost the ability to use the > cdrom/dvd player on my VAIO laptop. The /dev/cdrom and /dev/sr0 > files which were created under the 517 kernel are no longer created > under the 526 kernel. If I go back to the 517 kernel as is well. > Is this a known problem or does it need to be investigated further? That's odd... I have three or four machines whose cd recorders are no longer working with fedora2. From whooperhsd3 at earthlink.net Thu Aug 26 14:55:57 2004 From: whooperhsd3 at earthlink.net (William Hooper) Date: Thu, 26 Aug 2004 10:55:57 -0400 (EDT) Subject: Big in network-functions - empty resolv.conf created via DHCP In-Reply-To: References: Message-ID: <3639.12.29.16.103.1093532157.squirrel@whooper.org> TGS said: > There seems to be a bug in the > /etc/sysconfig/network-scripts/network-functions > script. The usage of networking setup that has interface configured to use > DHCP and get the DNS information from the server results in a blank > resolv.conf file being created. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130575 -- William Hooper From thomasz at hostmaster.org Thu Aug 26 14:57:44 2004 From: thomasz at hostmaster.org (Thomas Zehetbauer) Date: Thu, 26 Aug 2004 16:57:44 +0200 Subject: vsftpd fails In-Reply-To: <412DF7DD.9000804@maidment.com.au> References: <412DF7DD.9000804@maidment.com.au> Message-ID: <1093532264.3497.13.camel@hostmaster.org> Successfully running vsftpd-2.0.1-1.x86_64 on dual Opteron here... Maybe you should try strace -f /etc/init.d/vsftpd start Tom -- T h o m a s Z e h e t b a u e r ( TZ251 ) PGP encrypted mail preferred - KeyID 96FFCB89 finger thomasz at hostmaster.org for key Quantum Mechanics is God's version of "Trust me." -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 481 bytes Desc: This is a digitally signed message part URL: From barryn at pobox.com Thu Aug 26 15:04:32 2004 From: barryn at pobox.com (Barry K. Nathan) Date: Thu, 26 Aug 2004 08:04:32 -0700 Subject: Switching off prelink In-Reply-To: <1093521573.3077.17.camel@jeeves.music.salford.ac.uk> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> <412D55CA.5090502@sbcglobal.net> <1093506314.16521.67.camel@douglas-furlong.firebox.com> <412DC86C.6040408@sbcglobal.net> <1093521573.3077.17.camel@jeeves.music.salford.ac.uk> Message-ID: <20040826150430.GA5176@ip68-4-98-123.oc.oc.cox.net> On Thu, Aug 26, 2004 at 12:59:33PM +0100, PFJ wrote: > How do I switch off this bloomin annoying prelink? I have some very > specialised software which refuses to compile because of prelinking > being on. Edit /etc/sysconfig/prelink -Barry K. Nathan From tjb at unh.edu Thu Aug 26 15:07:50 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Thu, 26 Aug 2004 11:07:50 -0400 Subject: vino In-Reply-To: <1093462832.8086.66.camel@localhost.localdomain> References: <1093458058.22773.9.camel@wintermute.sr.unh.edu> <1093462832.8086.66.camel@localhost.localdomain> Message-ID: <1093532870.5691.9.camel@wintermute.sr.unh.edu> On Wed, 2004-08-25 at 20:40 +0100, Mark McLoughlin wrote: > Hi, > > On Wed, 2004-08-25 at 19:20, Thomas J. Baker wrote: > > Does vino work for anyone right now? When I try to connect, it just > > hangs: > > Just tested 2.7.91-1 and it seems to work fine for me. Do you get the > "Another user is trying to view your desktop" dialog on wintermute when > you do this? > > Cheers, > Mark. > > Must have been in a funky state. It's working fine now. Thanks, tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From bill at maidment.com.au Thu Aug 26 15:11:09 2004 From: bill at maidment.com.au (Bill Maidment) Date: Fri, 27 Aug 2004 01:11:09 +1000 Subject: vsftpd fails In-Reply-To: <412DF7DD.9000804@maidment.com.au> References: <412DF7DD.9000804@maidment.com.au> Message-ID: <412DFD8D.2030600@maidment.com.au> Bill Maidment wrote: > Hi > > On FC3-test1 with vsftpd-2.0.1-1 rpm on an Opteron, I cannot get vsftpd > to run. It says OK and creates the lock file, but it isn't running. I > cannot see any log messages or any errors. I'm using the same config > that worked on FC2. > When I tried running vsftpd not using the init.d script it complained about the anonymous_enable=NO line in the script. Works OK without this line, but I'm worried that anonymous is enabled :-( Cheers _/_/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/ _/ _/ Bill Maidment Maidment Enterprises Pty Ltd From jspaleta at gmail.com Thu Aug 26 16:03:01 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Thu, 26 Aug 2004 12:03:01 -0400 Subject: Couple of devices gone walk-about In-Reply-To: <200408252342.18138.lsomike@futzin.com> References: <200408252301.45127.lsomike@futzin.com> <200408252342.18138.lsomike@futzin.com> Message-ID: <604aa791040826090363ed8443@mail.gmail.com> On Wed, 25 Aug 2004 23:42:17 -0500, Mike Klinke wrote: > OK, narrowing it down a bit, everything seems to have gone haywire > between kernel-2.6.8-1.524 and kernel-2.6.8-1.525. I suspect it > has something to do with: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130746 udev... have you followed the instructions in comment #7 of that bug report? update to udev-030-7 and rerun mkinitrd specifically what you want to do is make sure you have udev-030-7 installed then you want to recreate the initrd for the kernel you are running. example for 2.6.8-1.526: backup the old initrd image mv /boot/initrd-2.6.8-1.526.img /boot/initrd-2.6.8-1.526.img.bak create new initrd image for 2.6.8-1.526 mkinitrd /boot/initrd-2.6.8-1.526.img 2.6.8-1.526 reboot into .6.8-1.526 Make sure you have a kernel to fall back to before you do that example. Or make sure you know how to edit your grub menu to use the backup initrd...just in case something goes wrong with the new initrd. Since initrd images on your system are created when you install the kernel package, you have to recreate the initrd image being used to take advantage of the udev fixes that were created in udev-030-7 package. -jef > > but since English is my native language I'm not sure what's going on > there but I get the sense that something's gone haywire with > autoloading of modules and sure enough, a diff of "lsmod" between > the 524 and 525 kernels shows there definitely a problem here: > > 23:31:03 # diff 524-Modules.txt 525-Modules.txt > 2,13d1 > < snd_mixer_oss 14017 2 > < snd_intel8x0 30829 3 > < snd_ac97_codec 58693 1 snd_intel8x0 > < snd_pcm 82377 1 snd_intel8x0 > < snd_timer 25029 1 snd_pcm > < snd_page_alloc 8137 2 snd_intel8x0,snd_pcm > < gameport 3777 1 snd_intel8x0 > < snd_mpu401_uart 7232 1 snd_intel8x0 > < snd_rawmidi 21605 1 snd_mpu401_uart > < snd_seq_device 6345 1 snd_rawmidi > < snd 44453 10 > snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device > < soundcore 7457 3 snd > 16,19d3 > < parport_pc 21249 1 > < lp 9133 0 > < parport 35337 2 parport_pc,lp > < usbserial 22057 0 > 32,34d15 > < floppy 53873 0 > < sg 28257 0 > < sr_mod 14181 0 > 43c24 > < ext3 92585 2 > --- > > ext3 95401 2 > 49c30 > < scsi_mod 103953 5 sg,sr_mod,usb_storage,sbp2,sd_mod > --- > > scsi_mod 103953 3 usb_storage,sbp2,sd_mod > > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-test-list > From lsomike at futzin.com Thu Aug 26 16:20:59 2004 From: lsomike at futzin.com (Mike Klinke) Date: Thu, 26 Aug 2004 11:20:59 -0500 Subject: Couple of devices gone walk-about In-Reply-To: <604aa791040826090363ed8443@mail.gmail.com> References: <200408252301.45127.lsomike@futzin.com> <200408252342.18138.lsomike@futzin.com> <604aa791040826090363ed8443@mail.gmail.com> Message-ID: <200408261120.59832.lsomike@futzin.com> On Thursday 26 August 2004 11:03, you wrote: > udev... have you followed the instructions in comment #7 of that > bug report? update to udev-030-7 and rerun mkinitrd > > specifically what you want to do is make sure you have udev-030-7 > installed then you want to recreate the initrd for the kernel you > are running. example for 2.6.8-1.526: .... No I hadn't really tried to digest that bugzilla yet as it appeared to quickly turn into "developer-speak" on subjects I'm not familiar with. Thank-you for taking the time to give a quick translation as it's quite helpful and I'll revisit this again tonight. Regards, Mike Klinke From perbj at stanford.edu Thu Aug 26 16:44:04 2004 From: perbj at stanford.edu (Per Bjornsson) Date: Thu, 26 Aug 2004 09:44:04 -0700 Subject: Couple of devices gone walk-about In-Reply-To: <1093531997.855.2.camel@preview> References: <200408252301.45127.lsomike@futzin.com> <1093531997.855.2.camel@preview> Message-ID: <1093538643.2795.12.camel@localhost.localdomain> On Thu, 2004-08-26 at 07:53, Alexandre Strube wrote: > That's odd... I have three or four machines whose cd recorders are no > longer working with fedora2. Are you sure about that? It might just be that you updated to kernel 2.6.8 (the 2.6.8-1.521 update RPM) which does SCSI command filtering unless the user has the capability CAP_SYS_RAWIO. This was put in in order to prevent ordinary users who happen to have direct access - even read access - to a drive, e.g. a CD drive, from doing dangerous things like uploading new firmware. It was tossed in rather shortly before the release of the 2.6.8 kernel and it has been discovered that the command list that was allowed was not long enough to e.g. allow CD burning. Check LKML, work is going on to figure out how to do this sanely. Try burning a CD as root. If that works, it's in all likelihood the command filtering that has bitten you. The only quick solution I know of is to roll back to an earlier kernel version or patch out the filtering in a custom kernel (both of which of course expose the security hole that this was supposed to fix). Cheers, Per -- Per Bjornsson Ph.D. Candidate, Department of Applied Physics, Stanford University From mharris at www.linux.org.uk Thu Aug 26 16:07:03 2004 From: mharris at www.linux.org.uk (Mike A. Harris) Date: Thu, 26 Aug 2004 12:07:03 -0400 Subject: X for i810 video is still not working with xorg-x11-6.7.99.902-6 In-Reply-To: <412DCBE0.3070806@sbcglobal.net> References: <412D51AA.3050502@sbcglobal.net> <412DA022.107@www.linux.org.uk> <412DCBE0.3070806@sbcglobal.net> Message-ID: <412E0AA7.2000408@www.linux.org.uk> Jim Cornette wrote: > This sounds reasonable. Thanks for the approximate timeframe from CVS > checkin to available in rawhide. > > BTW - the --target i686 worked flawlessly in generating the rpms for the > 902-4 build. The seperation work for different archs must be heading > down the right path. I was able to find a nice clean way to access the canonicalized architecture name, by using %{_arch} in the spec file, and using "ulimit -i" in the script I wrote. This works fantastic on all architectures tested so far, and can be patched for others we don't build on if anyone tries the newer packages and has problems, ie: sparc/alpha/etc. So, for x86, the canonical name is "i386", even if you build for i686/athlon/etc., so it should still work ok. ;o) Thanks for testing. From bartk at clara.co.uk Thu Aug 26 18:57:19 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Thu, 26 Aug 2004 19:57:19 +0100 Subject: happy happy joy joy :-) Message-ID: <1093546639.4786.7.camel@nemesis.astradine.net> Yesterday I was contemplating going back to FC2 and realising that all that test stuff is not really for me.... after today updates I've tried again to make my soundcard module load by running mkinitrd. first I've renamed the current one then ran the process. worked like a charm. then I tried to install Nvidia drivers again... and it worked ! sadly konqueror still crashes.... but at least I've managed to make at least few things work again. and finally something completely different: 4 wallpapers for FC3 www.bart-domain.com/fedora/ enjoy. -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From alexander.dalloz at uni-bielefeld.de Thu Aug 26 20:49:57 2004 From: alexander.dalloz at uni-bielefeld.de (Alexander Dalloz) Date: Thu, 26 Aug 2004 22:49:57 +0200 Subject: happy happy joy joy :-) In-Reply-To: <1093546639.4786.7.camel@nemesis.astradine.net> References: <1093546639.4786.7.camel@nemesis.astradine.net> Message-ID: <1093553397.4578.533.camel@serendipity.dogma.lan> Am Do, den 26.08.2004 schrieb Bart Kalita um 20:57: > and finally something completely different: 4 wallpapers for FC3 > > www.bart-domain.com/fedora/ > > enjoy. > Bart Kalita MCP http://www.bart-domain.com/fedora/slides/Untitled.html is that a Borg cluster with Fedora camouflage? ;) Alexander -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.8-1.521smp Serendipity 22:49:08 up 6 days, 18:31, load average: 1.65, 1.36, 1.32 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From bartk at clara.co.uk Thu Aug 26 21:20:07 2004 From: bartk at clara.co.uk (Bart Kalita) Date: Thu, 26 Aug 2004 22:20:07 +0100 Subject: happy happy joy joy :-) In-Reply-To: <1093553397.4578.533.camel@serendipity.dogma.lan> References: <1093546639.4786.7.camel@nemesis.astradine.net> <1093553397.4578.533.camel@serendipity.dogma.lan> Message-ID: <1093555207.5132.12.camel@nemesis.astradine.net> On Thu, 2004-08-26 at 22:49 +0200, Alexander Dalloz wrote: > Am Do, den 26.08.2004 schrieb Bart Kalita um 20:57: > > > and finally something completely different: 4 wallpapers for FC3 > > > > www.bart-domain.com/fedora/ > > > > enjoy. > > > Bart Kalita MCP > > http://www.bart-domain.com/fedora/slides/Untitled.html > > is that a Borg cluster with Fedora camouflage? ;) > > Alexander > > now that you mentioned it.... that might be fun to do. I'll look into that.... few more cubes few more stars some dark green ... :-) "Fedora Core 3 resistance is futile" ;-) -- _____________________________________________________________________________________ Bart Kalita MCP Registered Linux User #347493 Fedora Core 3 test 1 http://www.bart-domain.com http://astradine.no-ip.org From jspaleta at gmail.com Fri Aug 27 01:32:07 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Thu, 26 Aug 2004 21:32:07 -0400 Subject: Anyone using rawhide and have a working usb printer? Message-ID: <604aa79104082618324c5241f@mail.gmail.com> So I'm moving right along testing hardware as I get to it. And I can't get my usb hp 3650 to work on this rawhide box. Does anyone currently synced with rawhide and using any usb printer have a working printer? /dev/usb/lp0 gets created for me, and the system-config-printer sees the device and lets me configure the printer. But I can't seem to print a test page. lpq shows the print job sitting in the que, and top shows gs chewing on processor but i dont get a test page printed....wait and wait but nothings making it to the printer. -jef"Funny thing is my usb scanner is working, and something deep deep in my brain expected the scanner to stop working before the printer"spaleta From paul at all-the-johnsons.co.uk Fri Aug 27 06:47:06 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Fri, 27 Aug 2004 07:47:06 +0100 Subject: Anyone using rawhide and have a working usb printer? In-Reply-To: <604aa79104082618324c5241f@mail.gmail.com> References: <604aa79104082618324c5241f@mail.gmail.com> Message-ID: <1093589226.29087.159.camel@T7.linux> Hi, > Does anyone currently synced with rawhide and using any usb printer > have a working printer? Yep. HP980cxi The only thing which goes mad for me is when I reset, I have to manually load uhci-usb and reconfigure the printer. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From talbotscott at cox.net Fri Aug 27 07:06:50 2004 From: talbotscott at cox.net (Scott Talbot) Date: Fri, 27 Aug 2004 00:06:50 -0700 Subject: A big mess now! Message-ID: <1093590410.2708.9.camel@ip68-7-36-36.sd.sd.cox.net> Updated all this A.M. A problem I've been having with window manager crashing occurred, upon reboot I was presented with an option to check file system as it appeared that there was an unclean shutdown. Well long story short is that my machine would not boot up. it got to the fsck then rebooted several times. I figured it was time for a clean install. After install everything seemed to work, ran up2date, downloaded 432 packages. Many hours later back to the same problems... so is there anyone here who has updated to everything in the rawhide, whose distro boots? I'm beginning to think this test stuff is way beyond me. Scott From paul at all-the-johnsons.co.uk Fri Aug 27 07:50:23 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Fri, 27 Aug 2004 08:50:23 +0100 Subject: A big mess now! In-Reply-To: <1093590410.2708.9.camel@ip68-7-36-36.sd.sd.cox.net> References: <1093590410.2708.9.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <1093593023.9065.3.camel@jeeves.music.salford.ac.uk> Hi, > After install everything seemed to work, ran up2date, downloaded 432 > packages. Many hours later back to the same problems... so is there > anyone here who has updated to everything in the rawhide, whose distro > boots? Yep. Here. Went from a RH8 box to FC2 in one jump, then FC2 to FC3t1 in one jump. Other than having to pratt about with the X server for a very small amount of time (basically, just changing where /dev/mouse and one other thing pointed to get it to work), it was seemless. > I'm beginning to think this test stuff is way beyond me. Only use the test stuff if you're prepared for things not to work, to work but not correctly or at the very worst to annoy the b'jes out of you due to a fault in another package. To use the tests, you should be able to work out what has gone wrong, diagnose it and report it for fixing. Okay, no-one is expecting people to be experts in all fields, but I certainly wouldn't recommend it for a main system [1] TTFN Paul [1] Unless you know what you're doing and are expecting the worst. -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From kmaraas at broadpark.no Fri Aug 27 09:09:29 2004 From: kmaraas at broadpark.no (Kjartan Maraas) Date: Fri, 27 Aug 2004 11:09:29 +0200 Subject: xorg-x11 dbuginfo RPMS In-Reply-To: <412DA337.5090109@www.linux.org.uk> References: <1093082463.4438.25.camel@home.gnome.no> <412DA337.5090109@www.linux.org.uk> Message-ID: <1093597769.4211.2.camel@home.gnome.no> tor, 26,.08.2004 kl. 04.45 -0400, skrev Mike A. Harris: > Kjartan Maraas wrote: > > Hi. > > > > I tried installing the debuginfo packages for xorg-x11 but it seems > > there are none? Or am I just looking in the wrong place? :) > > There are no xorg debuginfo packages... > > You need to set the rpm macro "DebuggableBuild 1" near the top of the > spec file, and rebuild. That will generate massive rpm packages with > total debug symbols in everything. Note however that you can't properly > debug the X server itself with stock gdb however (if that's what you > wanted to debug). > Thanks for the pointer. I just wanted to get symbols for xlibs and so on when running apps under valgrind... Cheers Kjartan From douglas.furlong at firebox.com Fri Aug 27 10:16:54 2004 From: douglas.furlong at firebox.com (Douglas Furlong) Date: Fri, 27 Aug 2004 11:16:54 +0100 Subject: A big mess now! In-Reply-To: <1093593023.9065.3.camel@jeeves.music.salford.ac.uk> References: <1093590410.2708.9.camel@ip68-7-36-36.sd.sd.cox.net> <1093593023.9065.3.camel@jeeves.music.salford.ac.uk> Message-ID: <1093601814.16521.112.camel@douglas-furlong.firebox.com> On Fri, 2004-08-27 at 08:50 +0100, PFJ wrote: > Hi, > > > After install everything seemed to work, ran up2date, downloaded 432 > > packages. Many hours later back to the same problems... so is there > > anyone here who has updated to everything in the rawhide, whose distro > > boots? > > Yep. Here. Went from a RH8 box to FC2 in one jump, then FC2 to FC3t1 in > one jump. Other than having to pratt about with the X server for a very > small amount of time (basically, just changing where /dev/mouse and one > other thing pointed to get it to work), it was seemless. > > > I'm beginning to think this test stuff is way beyond me. > > Only use the test stuff if you're prepared for things not to work, to > work but not correctly or at the very worst to annoy the b'jes out of > you due to a fault in another package. To use the tests, you should be > able to work out what has gone wrong, diagnose it and report it for > fixing. Okay, no-one is expecting people to be experts in all fields, > but I certainly wouldn't recommend it for a main system [1] > > TTFN > > Paul > > [1] Unless you know what you're doing and are expecting the worst. I had a similar problem, however selected an older kernel and was able to boot up fine. It sounded as if the screen could not start due to X crashing, I'm assuming it is related to a driver problem. Try an older kernel. -- Douglas Furlong Systems Administrator Firebox.com T: 0870 420 4475 F: 0870 220 2178 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From NaveR at fidelitytech.com Fri Aug 27 13:05:06 2004 From: NaveR at fidelitytech.com (Nave, Ronald) Date: Fri, 27 Aug 2004 09:05:06 -0400 Subject: NVIDIA driver with FC3-Test 1 Message-ID: <9D8F6FA333FDCF489F65C7DD8B7BC54802392A@ftces1.fidelitytech.com> Something has happened to my system since recent updates to FC3-Test 1 the Nvidia driver version 6116 will no longer run with the 2.6.8-1.526 kernel on start up. the NVIDIA driver appears to install with out any error messages. However, I have found that if I log into a console as root and type /sbin/modprobe nvidia , the nvidia driver will then load manually At This point typing startx will bring up the X windows screen. If I reboot , it is necessary to repeat the process. For some reason the nvidia driver no longer gets loaded automatically when the system starts up. From jspaleta at gmail.com Fri Aug 27 13:09:15 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Fri, 27 Aug 2004 09:09:15 -0400 Subject: NVIDIA driver with FC3-Test 1 In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC54802392A@ftces1.fidelitytech.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC54802392A@ftces1.fidelitytech.com> Message-ID: <604aa791040827060916d52260@mail.gmail.com> On Fri, 27 Aug 2004 09:05:06 -0400, Nave, Ronald wrote: > and type /sbin/modprobe nvidia , the nvidia driver will then load > manually > > At This point typing startx will bring up the X windows screen. > > If I reboot , it is necessary to repeat the process. > > For some reason the nvidia driver no longer gets loaded automatically when > the system starts up. Known bug involving udev and the initrd image being used by your kernel https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130746#c7 -jef From Robert.Chiodini-1 at ksc.nasa.gov Fri Aug 27 13:28:49 2004 From: Robert.Chiodini-1 at ksc.nasa.gov (Bob Chiodini) Date: Fri, 27 Aug 2004 09:28:49 -0400 Subject: Syslog and Selinux Message-ID: <1093613329.19079.185.camel@tweedy.ksc.nasa.gov> Good Morning, I have not seen anything logged to the syslog (/var/log/messages) since the 24th. I did not see anything searching the archives, but the search might not be working. The following error appears trying to start syslogd: Starting system logger: syslogd: error while loading shared libraries: libc.so.6: failed to map segment from shared object: Permission denied at the console: audit(1093612883.714:0): avc: denied { execute } for pid=35 82 path=/lib/tls/libc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslo gd_t tcontext=root:object_r:lib_t tclass=file audit(1093612883.718:0): avc: denied { execute } for pid=3583 path=/lib/tls/l ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root :object_r:lib_t tclass=file audit(1093612883.723:0): avc: denied { execute } for pid=3585 path=/lib/tls/l ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root :object_r:lib_t tclass=file FYI: Pid 35 is pdflush I also noticed that portmapper gets a similar error: Starting portmap: portmap: error while loading shared libraries: libnsl.so.1: failed to map segment from shared object: Permission denied at the console: service portmap restart Stopping portmap: audit(1093613082.145:0): avc: denied { execute } for pid=36 11 path=/lib/tls/libc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslo gd_t tcontext=root:object_r:lib_t tclass=file [FAILED] Starting portmap: audit(1093613082.155:0): avc: denied { read write } for pid =3615 exe=/sbin/portmap path=/dev/tty1 dev=hda2 ino=4115095 scontext=root:system _r:portmap_t tcontext=root:object_r:tty_device_t tclass=chr_file audit(1093613082.155:0): avc: denied { execute } for pid=3615 path=/lib/libns l-2.3.3.so dev=hda2 ino=3993654 scontext=root:system_r:portmap_t tcontext=root:o bject_r:lib_t tclass=file audit(1093613082.159:0): avc: denied { execute } for pid=3616 path=/lib/tls/l ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root :object_r:lib_t tclass=file portmap: error while loading shared libraries: libnsl.so.1: failed to map segmen t from shared object: Permission denied audit(1093613082.163:0): avc: denied { execute } for pid=3618 path=/lib/tls/l ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root :object_r:lib_t tclass=file [FAILED] In this instance pid 36 is pdflush. Any help would be appreciated. Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From linux_4ever at yahoo.com Fri Aug 27 13:41:53 2004 From: linux_4ever at yahoo.com (Steve G) Date: Fri, 27 Aug 2004 06:41:53 -0700 (PDT) Subject: Syslog and Selinux In-Reply-To: <1093613329.19079.185.camel@tweedy.ksc.nasa.gov> Message-ID: <20040827134153.14659.qmail@web50603.mail.yahoo.com> > The following error appears trying to start syslogd: Out of curiosity, what selinux-policy are you using and version? -Steve Grubb _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush From dwalsh at redhat.com Fri Aug 27 13:46:39 2004 From: dwalsh at redhat.com (Daniel J Walsh) Date: Fri, 27 Aug 2004 09:46:39 -0400 Subject: Syslog and Selinux In-Reply-To: <1093613329.19079.185.camel@tweedy.ksc.nasa.gov> References: <1093613329.19079.185.camel@tweedy.ksc.nasa.gov> Message-ID: <412F3B3F.2060506@redhat.com> Bob Chiodini wrote: >Good Morning, > >I have not seen anything logged to the syslog (/var/log/messages) since >the 24th. I did not see anything searching the archives, but the search >might not be working. > > The following error appears trying to start syslogd: > >Starting system logger: syslogd: error while loading shared libraries: >libc.so.6: failed to map segment from shared object: Permission denied > >at the console: > > audit(1093612883.714:0): avc: denied { execute } for pid=35 >82 path=/lib/tls/libc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslo >gd_t tcontext=root:object_r:lib_t tclass=file >audit(1093612883.718:0): avc: denied { execute } for pid=3583 path=/lib/tls/l >ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root >:object_r:lib_t tclass=file >audit(1093612883.723:0): avc: denied { execute } for pid=3585 path=/lib/tls/l >ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root >:object_r:lib_t tclass=file > >FYI: Pid 35 is pdflush > >I also noticed that portmapper gets a similar error: > >Starting portmap: portmap: error while loading shared libraries: >libnsl.so.1: failed to map segment from shared object: Permission denied > >at the console: > >service portmap restart >Stopping portmap: audit(1093613082.145:0): avc: denied { execute } for pid=36 >11 path=/lib/tls/libc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslo >gd_t tcontext=root:object_r:lib_t tclass=file > [FAILED] >Starting portmap: audit(1093613082.155:0): avc: denied { read write } for pid >=3615 exe=/sbin/portmap path=/dev/tty1 dev=hda2 ino=4115095 scontext=root:system >_r:portmap_t tcontext=root:object_r:tty_device_t tclass=chr_file >audit(1093613082.155:0): avc: denied { execute } for pid=3615 path=/lib/libns >l-2.3.3.so dev=hda2 ino=3993654 scontext=root:system_r:portmap_t tcontext=root:o >bject_r:lib_t tclass=file >audit(1093613082.159:0): avc: denied { execute } for pid=3616 path=/lib/tls/l >ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root >:object_r:lib_t tclass=file >portmap: error while loading shared libraries: libnsl.so.1: failed to map segmen >t from shared object: Permission denied >audit(1093613082.163:0): avc: denied { execute } for pid=3618 path=/lib/tls/l >ibc-2.3.3.so dev=hda2 ino=3993575 scontext=root:system_r:syslogd_t tcontext=root >:object_r:lib_t tclass=file > [FAILED] >In this instance pid 36 is pdflush. > >Any help would be appreciated. > >Bob... > > restorecon /lib/tls/libc-2.3.3.so will fix it, but how did the file get their with the wrong security context? Dan From mhaney at interactsys.com Fri Aug 27 14:08:24 2004 From: mhaney at interactsys.com (Mark Haney) Date: Fri, 27 Aug 2004 10:08:24 -0400 Subject: Bit by the bug Message-ID: <1093615703.2784.40.camel@marius.interactsys.com> Since I got bit by the udev bug, question is, how do I fix it to get my system back up? I've seen bits and pieces, but nothing that gets me the total picture. -------------------------------------- Mark Haney Network Administrator InterAct Public Safety Systems mhaney at interactsys.com Fedora Core release 2 (Tettnang) Kernel: 2.6.8-1.521 GNU/Linux 10:07:00 up 1:48, 1 user, load average: 1.01, 1.12, 1.13 From tjb at unh.edu Fri Aug 27 15:13:22 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Fri, 27 Aug 2004 11:13:22 -0400 Subject: vino In-Reply-To: <1093532870.5691.9.camel@wintermute.sr.unh.edu> References: <1093458058.22773.9.camel@wintermute.sr.unh.edu> <1093462832.8086.66.camel@localhost.localdomain> <1093532870.5691.9.camel@wintermute.sr.unh.edu> Message-ID: <1093619602.21746.11.camel@wintermute.sr.unh.edu> On Thu, 2004-08-26 at 11:07 -0400, Thomas J. Baker wrote: > On Wed, 2004-08-25 at 20:40 +0100, Mark McLoughlin wrote: > > Hi, > > > > On Wed, 2004-08-25 at 19:20, Thomas J. Baker wrote: > > > Does vino work for anyone right now? When I try to connect, it just > > > hangs: > > > > Just tested 2.7.91-1 and it seems to work fine for me. Do you get the > > "Another user is trying to view your desktop" dialog on wintermute when > > you do this? > > > > Cheers, > > Mark. > > > > > > Must have been in a funky state. It's working fine now. > > Thanks, > > tjb Seems not completely true after all. My system installed from FC3T1 can be connected to without problems. My other system that was updated from FC2 to FC3T1 doesn't seem to work (serve correctly). vncviewer seems to make an initial connection but the password dialog is never presented. (I use no confirmation and a password). I thought it may be due to the fact that I had installed earlier versions of vino before it hit rawhide but completely removing and reinstalling didn't help. I'm going to have to investigate further. tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From markmc at redhat.com Fri Aug 27 15:35:21 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Fri, 27 Aug 2004 16:35:21 +0100 Subject: vino In-Reply-To: <1093619602.21746.11.camel@wintermute.sr.unh.edu> References: <1093458058.22773.9.camel@wintermute.sr.unh.edu> <1093462832.8086.66.camel@localhost.localdomain> <1093532870.5691.9.camel@wintermute.sr.unh.edu> <1093619602.21746.11.camel@wintermute.sr.unh.edu> Message-ID: <1093620920.25363.76.camel@localhost.localdomain> On Fri, 2004-08-27 at 16:13, Thomas J. Baker wrote: > Seems not completely true after all. My system installed from FC3T1 can > be connected to without problems. My other system that was updated from > FC2 to FC3T1 doesn't seem to work (serve correctly). vncviewer seems to > make an initial connection but the password dialog is never presented. > (I use no confirmation and a password). Interesting. > I thought it may be due to the fact that I had installed earlier > versions of vino before it hit rawhide but completely removing and > reinstalling didn't help. > > I'm going to have to investigate further. ... and then log a bug, right ? :-) Thanks, Mark. From Robert.Chiodini-1 at ksc.nasa.gov Fri Aug 27 15:36:33 2004 From: Robert.Chiodini-1 at ksc.nasa.gov (Bob Chiodini) Date: Fri, 27 Aug 2004 11:36:33 -0400 Subject: Syslog and Selinux In-Reply-To: <412F3B3F.2060506@redhat.com> References: <1093613329.19079.185.camel@tweedy.ksc.nasa.gov> <412F3B3F.2060506@redhat.com> Message-ID: <1093620993.2945.25.camel@tweedy.ksc.nasa.gov> On Fri, 2004-08-27 at 09:46, Daniel J Walsh wrote: > > > > > restorecon /lib/tls/libc-2.3.3.so > > will fix it, but how did the file get their with the wrong security context? > > Dan On Fri, 2004-08-27 at 09:41, Steve G wrote: > > The following error appears trying to start syslogd: > > Out of curiosity, what selinux-policy are you using and version? > > -Steve Grubb > Dan, Unknown. I have been applying the updates daily (yum) from: http://mirror.hiwaay.net/redhat/fedora/linux/core/development/i386/ and have not reconfigured anything in the selinux world. Steve, From rpm -qa | grep -i selinux: selinux-policy-strict-1.17.4-2 libselinux-devel-1.17.1-1 selinux-doc-1.14.1-1 selinux-policy-targeted-sources-1.17.4-2 selinux-policy-strict-sources-1.17.4-2 selinux-policy-targeted-1.17.4-2 libselinux-1.17.1-1 kernel is 2.6.8-1.526. cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted I ran restorecon on /lib/tls/libc-2.3.3.so, /lib/libnsl-2.3.3.so, and /lib/libnss_files-2.3.3.so as they were all referenced starting syslogd and portmap. No errors starting the two services afterward. Bob... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sds at epoch.ncsc.mil Fri Aug 27 17:09:28 2004 From: sds at epoch.ncsc.mil (Stephen Smalley) Date: Fri, 27 Aug 2004 13:09:28 -0400 Subject: Syslog and Selinux In-Reply-To: <412F3B3F.2060506@redhat.com> References: <1093613329.19079.185.camel@tweedy.ksc.nasa.gov> <412F3B3F.2060506@redhat.com> Message-ID: <1093626568.21316.313.camel@moss-spartans.epoch.ncsc.mil> On Fri, 2004-08-27 at 09:46, Daniel J Walsh wrote: > restorecon /lib/tls/libc-2.3.3.so > > will fix it, but how did the file get their with the wrong security context? Most likely explanation is that at some point where the targeted file_contexts file was broken due to an undefined type, he did an update that updated those files. In that case, rpm proceeds with the install but doesn't know what to label the files, so they fall back into the default type, I think. Colin's patch to have setfiles revalidate the file contexts when the policy is rebuilt should avoid future occurrences. Another good idea would be to change matchpathcon_init and rpm to just skip invalid entries with a warning, but still try to match, as the invalid entries typically only affect a few specific files. -- Stephen Smalley National Security Agency From spam at tachegroup.com Fri Aug 27 22:01:02 2004 From: spam at tachegroup.com (TGS) Date: Fri, 27 Aug 2004 18:01:02 -0400 Subject: NVIDIA driver with FC3-Test 1 In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC54802392A@ftces1.fidelitytech.com> Message-ID: I had to uninstall the driver and reinstall, and it now works for me. on 8/27/2004 9:05 AM, Nave, Ronald at NaveR at fidelitytech.com wrote: > Something has happened to my system since recent updates to FC3-Test 1 > > the Nvidia driver version 6116 will no longer run with the 2.6.8-1.526 > kernel on start up. > > > the NVIDIA driver appears to install with out any error messages. > > However, I have found that if I log into a console as root > > and type /sbin/modprobe nvidia , the nvidia driver will then load > manually > > At This point typing startx will bring up the X windows screen. > > If I reboot , it is necessary to repeat the process. > > For some reason the nvidia driver no longer gets loaded automatically when > the system starts up. > > From karsten at redhat.com Sat Aug 28 01:07:16 2004 From: karsten at redhat.com (Karsten Hopp) Date: Sat, 28 Aug 2004 03:07:16 +0200 Subject: Fedora Core 2 Test Update: wget-1.9.1-7 Message-ID: <20040828010716.GA1554@redhat.com> This new release of wget adds support for large files >2Gb Please test if the following works (make sure that your web/ftp server supports large files): - downloads of files smaller / larger than 2Gb via http and ftp - continue aborted downloads smaller / larger 2Gb via http and ftp Add your feedback to http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123524 If I hear of no larger problems until Fri Sep 03, this package will be pushed as an update of Fedora Core 2. Thanks Karsten --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2004-281 2004-08-28 --------------------------------------------------------------------- Product : Fedora Core 2 Name : wget Version : 1.9.1 Release : 7 Summary : A utility for retrieving files using the HTTP or FTP protocols Description : GNU Wget is a file retrieval utility which can use either the HTTP or FTP protocols. Wget features include the ability to work in the background while you are logged out, recursive retrieval of directories, file name wildcard matching, remote file timestamp storage and comparison, use of Rest with FTP servers and Range with HTTP servers to retrieve files over slow or unstable connections, support for Proxy servers, and configurability. --------------------------------------------------------------------- Update Information: This update provides support for large files >2Gb --------------------------------------------------------------------- * Fri Aug 27 2004 Karsten Hopp 1.9.1-7 - clean up manpage (#117519) - buildrequire texinfo (#123780) - LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov (#123524, #124628, #115348) * Tue Jun 15 2004 Elliot Lee - rebuilt --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/2/ 3bf92f2e48be088bf40be7ee884df4fc SRPMS/wget-1.9.1-7.src.rpm 255d935ecf2cdc57d22b7acf46d8e9c9 x86_64/wget-1.9.1-7.x86_64.rpm f454efbf359eb0a7d1b63c93951c300a x86_64/debug/wget-debuginfo-1.9.1-7.x86_64.rpm b8d61b4023f8d25087d19f3b3746195f i386/wget-1.9.1-7.i386.rpm 9399ccccf57b4352b2a317e38e1df117 i386/debug/wget-debuginfo-1.9.1-7.i386.rpm This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. You may need to edit your up2date channels configuration. Within /etc/sysconfig/rhn/sources enable the following line: yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-2 --------------------------------------------------------------------- -- Karsten Hopp GPG 1024D/70ABD02C Fingerprint D2D4 3B6B 2DE4 464C A432 210A DFF8 A140 70AB D02C Red Hat Deutschland, Hauptstaetter Str.58 70178 Stuttgart, Tel.+49-711-96437-0, Fax +49-711-96437-111 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From nadiizu at earthlink.net Sat Aug 28 00:13:58 2004 From: nadiizu at earthlink.net (Nadeem Bitar) Date: Fri, 27 Aug 2004 17:13:58 -0700 Subject: Reiser4 Message-ID: <1093652038.2969.5.camel@kirika> Now that Reiser4 is released is there any hope to see it in FC3. Thanks, Nadeem PS: I know this is wishful thinking. since test 2 is due in two weeks. From RedHat at ladadee.com Sat Aug 28 01:06:08 2004 From: RedHat at ladadee.com (David Vernon) Date: Fri, 27 Aug 2004 18:06:08 -0700 Subject: Fedora Core 2 Test Update: wget-1.9.1-7 In-Reply-To: <20040828010716.GA1554@redhat.com> References: <20040828010716.GA1554@redhat.com> Message-ID: <1093655168.7867.30.camel@kar.ladadee.com> On Fri, 2004-08-27 at 18:07, Karsten Hopp wrote: > ...(make sure that your web/ftp server supports large files): > Any pointers on how to get Apache (httpd) to do this? All I could google up was setting max request body size to 0 but that did nothing. Thanks From linux_4ever at yahoo.com Sat Aug 28 02:26:32 2004 From: linux_4ever at yahoo.com (Steve G) Date: Fri, 27 Aug 2004 19:26:32 -0700 (PDT) Subject: Reiser4 In-Reply-To: <1093652038.2969.5.camel@kirika> Message-ID: <20040828022632.13626.qmail@web50608.mail.yahoo.com> >Now that Reiser4 is released is there any hope to see it in FC3. I think this was already discussed in the devel mail list earlier this week. From what I gather reading the lkml, its not really ready to go. Amongst some lively discussions, Hans admits to needing to do a top to bottom code review. Its beta quality. Plugins are missing that would be needed for production systems. Pure speculation on my part is a month or two for Reiser4 to settle out. It does sound promising, though. -Steve Grubb __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail From surak at casa.surak.eti.br Sat Aug 28 02:36:57 2004 From: surak at casa.surak.eti.br (Alexandre Strube) Date: Fri, 27 Aug 2004 23:36:57 -0300 Subject: Reiser4 In-Reply-To: <20040828022632.13626.qmail@web50608.mail.yahoo.com> References: <20040828022632.13626.qmail@web50608.mail.yahoo.com> Message-ID: <1093660616.10145.1.camel@steelgoose.com> Em Sex, 2004-08-27 ?s 23:26, Steve G escreveu: > I think this was already discussed in the devel mail list earlier this week. From > what I gather reading the lkml, its not really ready to go. Amongst some lively > discussions, Hans admits to needing to do a top to bottom code review. Its beta > quality. Plugins are missing that would be needed for production systems. Pure > speculation on my part is a month or two for Reiser4 to settle out. It does sound > promising, though. What about reiser3? It's been part of red hat's distros for years. Why don't let it as an option on default installations? (eg wihtout typing linux reiserfs) -- []s Alexandre Ganso 500 FOUR vermelha - Diretor Steel Goose Moto Group From fct-cornette at sbcglobal.net Sat Aug 28 03:46:19 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Fri, 27 Aug 2004 23:46:19 -0400 Subject: SELinux seems to be in a good state, if any interest in trying it out. (targeted anyway) Message-ID: <4130000B.2080503@sbcglobal.net> After a little trouble getting SELinux to boot on my computer, things look promising with the current state of SELinux running in targeted mode and enforcing. (A lot of advice from the SELinux list conversations) If there is any interest in trying it out now, I thought I'd mention that it does not yet get in the way and seems pretty much not noticeable that it is even in enforcing. (A great feature) Jim From russell at coker.com.au Sat Aug 28 06:42:40 2004 From: russell at coker.com.au (Russell Coker) Date: Sat, 28 Aug 2004 16:42:40 +1000 Subject: A big mess now! In-Reply-To: <1093590410.2708.9.camel@ip68-7-36-36.sd.sd.cox.net> References: <1093590410.2708.9.camel@ip68-7-36-36.sd.sd.cox.net> Message-ID: <200408281642.40658.russell@coker.com.au> On Fri, 27 Aug 2004 17:06, Scott Talbot wrote: > Well long story short is that my machine would not boot up. it got to > the fsck then rebooted several times. I figured it was time for a clean > install. What was the last thing on the screen before it rebooted? If you edit the GRUB settings and remove "quiet" from the kernel command line then you will get more information. Another possibility is installing a NULL modem cable (they can be purchased for $10 or less from any good electronics store) to capture messages to another computer. A NULL modem cable can also be used for many other tasks so it's a good investment. To do this you have to setup another computer with a serial comms program configured to 115200bps 8N1 (even a Windows program will do, so it doesn't matter if you don't have more than one Linux machine) and then edit the GRUB settings to include "console=ttyS0,115200" instead of "quiet". Then when the kernel boots everything will go out the serial port for convenient capture. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From russell at coker.com.au Sat Aug 28 06:45:52 2004 From: russell at coker.com.au (Russell Coker) Date: Sat, 28 Aug 2004 16:45:52 +1000 Subject: Bit by the bug In-Reply-To: <1093615703.2784.40.camel@marius.interactsys.com> References: <1093615703.2784.40.camel@marius.interactsys.com> Message-ID: <200408281645.52891.russell@coker.com.au> On Sat, 28 Aug 2004 00:08, Mark Haney wrote: > Since I got bit by the udev bug, question is, how do I fix it to get my > system back up? I've seen bits and pieces, but nothing that gets me the > total picture. If this is the bug of having a tmpfs file system for udev which conflicts with SE Linux (and maybe other things) then the solution is to edit /etc/udev/udev.conf and change the UDEV_RAMFS and/or UDEV_INITRD settings. This will require re-running mkinitrd to get an initrd image with the new UDEV settings, so initially you will have to boot from an older kernel version. If the UDEV_RAMFS option makes your machine unbootable even with an older kernel then the solution is to boot from an install CD and then go to a virtual console with a shell running (VC3 I think from memory). -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page From pboy at barkhof.uni-bremen.de Sat Aug 28 11:24:11 2004 From: pboy at barkhof.uni-bremen.de (Peter) Date: Sat, 28 Aug 2004 13:24:11 +0200 Subject: ACPI and suspend In-Reply-To: <1093252174.2066.6.camel@neuromancer.home.net> References: <200408222203.35869.russell@coker.com.au> <1093208881.4435.20.camel@littlePiet> <1093226098.8979.3.camel@neuromancer.home.net> <1093253215.2986.28.camel@localhost.localdomain> <1093252174.2066.6.camel@neuromancer.home.net> Message-ID: <1093692251.3099.6.camel@localhost.localdomain> Am Mo, den 23.08.2004 schrieb Ow Mun Heng um 11:09: > here's how I did it. Thanks for the script (and excuse the delay, but I was too busy). I managed to get the handling of the power source working. There are some probs with suspend mode because he IBM doesn't wake up. Thanks Peter From alan at redhat.com Sat Aug 28 11:02:59 2004 From: alan at redhat.com (Alan Cox) Date: Sat, 28 Aug 2004 07:02:59 -0400 Subject: Reiser4 In-Reply-To: <1093652038.2969.5.camel@kirika> References: <1093652038.2969.5.camel@kirika> Message-ID: <20040828110259.GA16253@devserv.devel.redhat.com> On Fri, Aug 27, 2004 at 05:13:58PM -0700, Nadeem Bitar wrote: > Now that Reiser4 is released is there any hope to see it in FC3. It's not in Linus kernel yet so its not really a Fedora candidate. From jorton at redhat.com Sat Aug 28 11:35:48 2004 From: jorton at redhat.com (Joe Orton) Date: Sat, 28 Aug 2004 12:35:48 +0100 Subject: Fedora Core 2 Test Update: wget-1.9.1-7 In-Reply-To: <1093655168.7867.30.camel@kar.ladadee.com> References: <20040828010716.GA1554@redhat.com> <1093655168.7867.30.camel@kar.ladadee.com> Message-ID: <20040828113548.GA2478@redhat.com> On Fri, Aug 27, 2004 at 06:06:08PM -0700, David Vernon wrote: > On Fri, 2004-08-27 at 18:07, Karsten Hopp wrote: > > ...(make sure that your web/ftp server supports large files): > > > Any pointers on how to get Apache (httpd) to do this? All I could google > up was setting max request body size to 0 but that did nothing. Unfortunately, it doesn't and won't on 32-bit platforms until Apache httpd 2.2. joe From ernesto at ornl.gov Sat Aug 28 13:02:37 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 28 Aug 2004 09:02:37 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) Message-ID: <1909FC5A05A75241AA6136AC9E84829B0FA7C4@ORNLEXCHANGE.ornl.gov> Hi, I tried to install "xorg-x11" via up2date from rawhide a few days ago on my FC3T1 desktop. The retrieval wnet okay. As a matter of fact, I tried to update a lot of things including the kernel and many other packages. Maybe, I tried to do too much at once. Anyway during the installation phase xorg-X11 installation failed; therefore up2date aborted before completing everything. How does one recover? I removed the xorg-xll packages. Now I try: ================================================= [root at matrix root]# yum install 'xorg-x11*' Gathering header information file(s) from server(s) Server: Fedora Core 2 - Development Tree =================================================== However, yum appears to be hung since nothing is happening Thanks, Ernesto From robertlaferla at comcast.net Sat Aug 28 13:11:02 2004 From: robertlaferla at comcast.net (Robert La Ferla) Date: Sat, 28 Aug 2004 09:11:02 -0400 Subject: lirc Message-ID: <41308466.2080600@comcast.net> Has anyone been able to successfully install lirc (infrared remote control) on the latest FC2? BTW - Given that many users are using Linux for video and home theater applications, I think we need to add "lirc" to the Fedora distribution. Lirc requires kernel source and, as such, is better distributed with Fedora. It is too much work to install separately. From prothonotar at tarnation.dyndns.org Sat Aug 28 14:37:06 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Aug 2004 10:37:06 -0400 Subject: apt sources for fedora 3 test? Message-ID: <1093703826.4054.12.camel@localhost.localdomain> I currently have download.fedora.us and ayo.freshrpms.net set up as apt sources for fedora test, but download.fedora.us doesn't appear to have any SRPMS anymore, and ayo.freshrpms.net doesn't have an updated index (some of the rpms are 404ing, so I assume they updated their packages but not their index). I wonder if anyone else has some better mirrors to suggest? -- Aaron Gaudio From fct-cornette at sbcglobal.net Sat Aug 28 14:40:35 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 10:40:35 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) In-Reply-To: <1909FC5A05A75241AA6136AC9E84829B0FA7C4@ORNLEXCHANGE.ornl.gov> References: <1909FC5A05A75241AA6136AC9E84829B0FA7C4@ORNLEXCHANGE.ornl.gov> Message-ID: <41309963.3050702@sbcglobal.net> Williams Jr, Ernest L. wrote: > Hi, > > I tried to install "xorg-x11" via up2date from rawhide a few days ago on my FC3T1 desktop. > The retrieval wnet okay. As a matter of fact, I tried to update a lot of things including the kernel and many other packages. Maybe, I tried to do too much at once. > > Anyway during the installation phase xorg-X11 installation failed; therefore up2date aborted before completing everything. > > How does one recover? > > I removed the xorg-xll packages. > > Now I try: > ================================================= > [root at matrix root]# yum install 'xorg-x11*' > Gathering header information file(s) from server(s) > Server: Fedora Core 2 - Development Tree > =================================================== > > However, yum appears to be hung since nothing is happening > > > Thanks, > Ernesto > > To view the log without a GUI, you might run cat /var/log/Xorg.0.log |less and scroll through the file to see why X departed on you. I had a problem where X was halted in mid-update before with a previous test release. I retrieved the latest X versioned rpms from the repo (using mc, of course) and installed it with rpm locally. I believe it was rpm -Uvh *.rpm using the downloaded X files (before xorg-x11 and xfree split). I cannot recall if I needed --nodeps or not. If you uninstalled w/ nodeps you might need to. In my case, there was a perticular font package used by X that did not take when upgrading X. This caused an abrupt halting of the install and the adding and removing of programs never finished. There were two different versions of the font package in the directory on the mirror repository used. Now after all the runaround views. It might be easier to run rpm -qa |grep xorg to see what versions of X you have and to determine if you have two different versions of the same package installed. If you have version-4, version-8 and other possible combinations. This could be messy. If they are all the same versions, then you are alright. *or* You can log in as root. Then cd to the /var/spool/up2date directory. From there, type ls *.rpm and see which rpms downloaded before the crash. The rpm downloaded with the latest date is probably the reason for the crash and probably is corrupted (not completely downloaded) Anyway, try running the below command in the /var/spool/up2date directory. rpm -Fvh *.rpm This should give you an error message related to the damaged rpm downloaded. rm -rf whatever-damaged.rpm and confirm delete. Try above rpm command above and most likely, it will complete. If you did delete your X packages. It might be needed to run. rpm -Uvh *.rpm within the directory instead of freshen. I hope you get the basic concept from this attempted explanation. I'm getting lost myself. It is easier done than said. Jim From bos at serpentine.com Sat Aug 28 14:54:58 2004 From: bos at serpentine.com (Bryan O'Sullivan) Date: Sat, 28 Aug 2004 07:54:58 -0700 Subject: Reiser4 In-Reply-To: <1093652038.2969.5.camel@kirika> References: <1093652038.2969.5.camel@kirika> Message-ID: <1093704898.2763.21.camel@obsidian.pathscale.com> On Fri, 2004-08-27 at 17:13, Nadeem Bitar wrote: > Now that Reiser4 is released is there any hope to see it in FC3. No. It has huge performance and stability problems, and it's unlikely to make it into the kernel for many months until some substantial design issues are resolved. Also, I don't know if you remember the early history of reiser3, but it took about two years of work by SuSE employees to get it into a state where it didn't eat people's data on a frequent basis. You don't even *want* a release 1.0 filesystem to be available. Especially from Hans :-) References: <1093652038.2969.5.camel@kirika> Message-ID: <41309F23.3050201@rogers.com> Nadeem Bitar wrote: >Now that Reiser4 is released is there any hope to see it in FC3. > >Thanks, > >Nadeem > >PS: I know this is wishful thinking. since test 2 is due in two weeks. > > > > > > hehehee... I knew someone was going to ask... Dwaine. From biped at comcast.net Sat Aug 28 17:15:05 2004 From: biped at comcast.net (Marcus Schuetz) Date: Sat, 28 Aug 2004 13:15:05 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow Message-ID: <4130BD99.9060302@comcast.net> Hello, for a few weeks now (I am running up to date rawhide) when I run glxgears I get ~ 6fps 9 out of 10 times and 1 out of 10 the normal 1700 fps. Top shows me between dbus-daemon-1 and eggcups almost ~90% cpu usage. If I stop messagebus everything is peachy. Has anybody else seen this, is this a known problem (I searched bugzilla and didn't find anything, but then I could have looked for the wrong terms) and most importantly, does anybody have a soulution? Thanks, :: Marcus From linux_4ever at yahoo.com Sat Aug 28 17:31:05 2004 From: linux_4ever at yahoo.com (Steve G) Date: Sat, 28 Aug 2004 10:31:05 -0700 (PDT) Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <4130BD99.9060302@comcast.net> Message-ID: <20040828173105.36474.qmail@web50601.mail.yahoo.com> >If I stop messagebus everything is peachy. Has anybody else seen >this, is this a known problem (I searched bugzilla and didn't find >anything, but then I could have looked for the wrong terms) and most >importantly, does anybody have a soulution? This confirms one of my suspicions about dbus. I was looking to write a DOS attack against it since it has 0777 permissions for its listening socket. I suspect eggcups is doing too much broadcasting of its status, but I'm not 100%. This does illustrate that a DOS is feasible if you have a local account. -Steve Grubb _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush From jspaleta at gmail.com Sat Aug 28 17:50:51 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sat, 28 Aug 2004 13:50:51 -0400 Subject: did something drastically change with the 532 with regard to how usb devices are hanndled? Message-ID: <604aa79104082810502e3f0c40@mail.gmail.com> I'm getting TONS of I/O errors in /var/log/messages using kernel-2.6.8-1.532smp when trying to plug in usb mass-storage devices. At boot up I see this, probably from my usb flash card reader: Aug 28 13:22:31 goober kernel: uba: device 5 capacity nsec 50 bsize 512 Aug 28 13:22:31 goober kernel: uba: made changed Aug 28 13:22:31 goober kernel: uba: device 5 capacity nsec 50 bsize 512 Aug 28 13:22:31 goober kernel: uba: device 5 capacity nsec 50 bsize 512 Aug 28 13:22:31 goober kernel: uba:end_request: I/O error, dev uba, sector 0 Aug 28 13:22:31 goober kernel: Buffer I/O error on device uba, logical block 0 Aug 28 13:22:31 goober kernel: end_request: I/O error, dev uba, sector 2 etc..... when i plug in my usbdrive after boot up i see this: Aug 28 13:26:39 goober kernel: ubb: device 6 capacity nsec 50 bsize 512 Aug 28 13:26:39 goober kernel: ubb: made changed Aug 28 13:26:39 goober kernel: ubb: device 6 capacity nsec 50 bsize 512 Aug 28 13:26:39 goober kernel: ubb: device 6 capacity nsec 50 bsize 512 Aug 28 13:26:39 goober kernel: ubb:end_request: I/O error, dev ubb, sector 0 Aug 28 13:26:39 goober kernel: Buffer I/O error on device ubb, logical block 0 Aug 28 13:26:39 goober kernel: end_request: I/O error, dev ubb, sector 2 and the red led on my usb keydrive is going NUTS. I take it this is a "feature" of ub. Just when i thought I was going to get all my hotplug issues worked out... BAM... ub decides to sneak up on me and stabs me in the back. Before I file this... is anyone else seeing a firehose of I/O in their logs from ub? I downgraded to the 526smp and things are as expected... in fact the lasted rawhide updates gives me back my floppy and cd drive mount points... in /media -jef"wonders whats going to break now that his cd drive is showing up as /media/cdrw instead of /mnt/cdrom, time to check all those silly cd audio apps that use to expect /dev/cdrom and /mnt/cdrom"spaleta From alan at redhat.com Sat Aug 28 17:54:54 2004 From: alan at redhat.com (Alan Cox) Date: Sat, 28 Aug 2004 13:54:54 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <20040828173105.36474.qmail@web50601.mail.yahoo.com> References: <4130BD99.9060302@comcast.net> <20040828173105.36474.qmail@web50601.mail.yahoo.com> Message-ID: <20040828175454.GB21407@devserv.devel.redhat.com> On Sat, Aug 28, 2004 at 10:31:05AM -0700, Steve G wrote: > This confirms one of my suspicions about dbus. I was looking to write a DOS > attack against it since it has 0777 permissions for its listening socket. I > suspect eggcups is doing too much broadcasting of its status, but I'm not 100%. Any publically accessible AF_UNIX stream socket is a local DoS so no doubts about that. I believe it was Dan Bernstein who essentially proved this when showing that socket options to query the other end of the connection are insufficient. The same is true of syslog of course and its pretty hard if not impossible to resolve except by the use of kernel level system resource management. From alan at redhat.com Sat Aug 28 17:55:57 2004 From: alan at redhat.com (Alan Cox) Date: Sat, 28 Aug 2004 13:55:57 -0400 Subject: Switching off prelink In-Reply-To: <1093521573.3077.17.camel@jeeves.music.salford.ac.uk> References: <412D35BA.9000807@sbcglobal.net> <1093487956.5127.4.camel@localhost.localdomain> <412D5218.6050500@sbcglobal.net> <412D55CA.5090502@sbcglobal.net> <1093506314.16521.67.camel@douglas-furlong.firebox.com> <412DC86C.6040408@sbcglobal.net> <1093521573.3077.17.camel@jeeves.music.salford.ac.uk> Message-ID: <20040828175557.GC21407@devserv.devel.redhat.com> On Thu, Aug 26, 2004 at 12:59:33PM +0100, PFJ wrote: > How do I switch off this bloomin annoying prelink? I have some very > specialised software which refuses to compile because of prelinking > being on. prelink isn't done at compile time so that seems odd. Why do you think its a prelink problem ? From cmkrnl at speakeasy.net Sat Aug 28 18:18:39 2004 From: cmkrnl at speakeasy.net (ChangeModeKernel) Date: Sat, 28 Aug 2004 14:18:39 -0400 Subject: did something drastically change with the 532 with regard to how usb devices are hanndled? In-Reply-To: <604aa79104082810502e3f0c40@mail.gmail.com> References: <604aa79104082810502e3f0c40@mail.gmail.com> Message-ID: <4130CC7F.70202@speakeasy.net> Glad to know I was not the only one seeing it. There have been so many usb driver troubles with my nFORCE2 mobo, I just assumed it was another round of instability with EHCI and/or OHCI. Andrew Jeff Spaleta wrote: >I'm getting TONS of I/O errors in /var/log/messages using >kernel-2.6.8-1.532smp >when trying to plug in usb mass-storage devices. > > > > > > From linux_4ever at yahoo.com Sat Aug 28 18:23:00 2004 From: linux_4ever at yahoo.com (Steve G) Date: Sat, 28 Aug 2004 11:23:00 -0700 (PDT) Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <20040828175454.GB21407@devserv.devel.redhat.com> Message-ID: <20040828182300.38259.qmail@web50606.mail.yahoo.com> >Any publically accessible AF_UNIX stream socket is a local DoS so no >doubts about that. >From the code that I've read, most things attached to dbus check the credentials for root account before trusting the message...so I wonder why the permissions aren't 0664 or 0600? Maybe we should move this discussion to the devel mail list. I didn't mean to hijack this thread. Anyone have a guess for Marcus about his problem? -Steve Grubb __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From perbj at stanford.edu Sat Aug 28 18:59:11 2004 From: perbj at stanford.edu (Per Bjornsson) Date: Sat, 28 Aug 2004 11:59:11 -0700 Subject: Reiser4 In-Reply-To: <1093660616.10145.1.camel@steelgoose.com> References: <20040828022632.13626.qmail@web50608.mail.yahoo.com> <1093660616.10145.1.camel@steelgoose.com> Message-ID: <1093719551.30552.30.camel@beechnut.Stanford.EDU> On Fri, 2004-08-27 at 19:36, Alexandre Strube wrote: > What about reiser3? It's been part of red hat's distros for years. Why > don't let it as an option on default installations? (eg wihtout typing > linux reiserfs) Hmm, let me guess: 1) Red Hat has no particular interest in ReiserFS since they use ext3 as their supported file system for RHEL. 2) Nobody else has stepped up to make sure that ReiserFS actually works well in Fedora. Thus the option is there as-is, but it's not available by default since it's less tested, not well-known by Red Hat people, and thus not a good choice for inexperienced users of Fedora. (It may be a good choice for inexperienced users of SUSE since they have people working on it and making sure that it's doing OK.) Just wondering here: Why do you care about ReiserFS anyways? Reiser4 has some very interesting features, with its treatment of metadata which esssentially turns files into directories, but it sure takes some real consideration of the consequences before moving to something like that. ReiserFS 3 is, as far as I can see, just another filesystem, and one that its originators have pretty much abandoned for Reiser4 (although e.g. SUSE people are effectively maintaining it in the kernel). It may be fast under certain circumstances, but not always: recently ReiserFS has shown up as one of the major causes of latency problems in the kernel (which have been dug up thanks to the investigative and fixing work of Ingo Molnar and others). Latency problems have bothered e.g. the high-end audio community - they have very stringent latency requirements as audio processing is in many cases essentially a soft real-time task, but in general latency is also a problem for e.g. desktop responsiveness and interactivity. Given that ReiserFS 3 is by no means a lear-cut slam-dunk it seems completely pointless to care about raising the profile of it at this point. /Per -- Per Bjornsson Ph.D. Candidate, Dept. of Applied Physics, Stanford University From fct-cornette at sbcglobal.net Sat Aug 28 19:10:58 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 15:10:58 -0400 Subject: corrupted rpm db listing anyone? Message-ID: <4130D8C2.1070303@sbcglobal.net> I was just querying certain rpms that were installed on my system. They came back listing several versions of the same rpms. Kudzu, hal and udev were some of the programs that came back claimimg multiple version installations. kudzu-1.1.81-1 kudzu-1.1.82-1 hal-0.2.97.cvs20040827-2 hal-0.2.97.cvs20040827-3 udev-030-7 udev-030-10 I removed the dupes from the older version, as a normal user sucessfully. This removed the extra listing from the db. As an example: rpm -q udev udev-030-7 udev-030-10 [jim at cornette-fc3 ~]$ rpm -e --justdb udev-030-7 error: package udev-030-7 is not installed [jim at cornette-fc3 ~]$ rpm -q udev udev-030-10 I didn't know that removing the db entry was possible as a regular user. I did an rpm --rebuilddb as root afterwards but am curious if this problem effects others. Jim From gstool at earthlink.net Sat Aug 28 19:51:32 2004 From: gstool at earthlink.net (Gerry Tool) Date: Sat, 28 Aug 2004 14:51:32 -0500 Subject: The Application "eggcups" has quit unexpectedly Message-ID: <4130E244.70306@earthlink.net> Since I upgraded about 20 packages today, I get an Error window with this message. It also says "You can inform the developers of what happened to help them fix it. Or you can restart the application right now." Restarting results in yet more windows of the same type, as does Closing the window. Anyone else seeing this? Should I enter a new bug against desktop-printing.? [gerry at gstpc ~]$ rpm -q desktop-printing desktop-printing-0.9.5-3 Gerry Tool From fct-cornette at sbcglobal.net Sat Aug 28 20:16:07 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 16:16:07 -0400 Subject: Using hint from MA Young - find duplicates Message-ID: <4130E807.90708@sbcglobal.net> Since I was curious as to the extent of duplicate programs installed. I decided to search the redhat site to determine how many programs were multiple installs. After running the script from a posting from MA Young, here is what appeared duplicated. This is an ataached files. The query below shows one example for translation of the attached file. rpm -q binutils binutils-2.15.91.0.2-4 binutils-2.15.91.0.2-8 rpm -q compat-libstdc++ compat-libstdc++-8-3.3.4.1 compat-libstdc++-8-3.3.4.2 rpm -q rpm rpm-4.3.2-0.8 rpm-4.3.2-0.10 I don't understand the script, but the "hit list" seems to reveal multiple installed rpms. gpg-keys and kernel rpms is all I figured were legitimate duplicated packages. Should I reinstall, or is there an easier way to remove duplicates? rpm -q --verify reveals what seems to be just a database not getting updated rpm -q --verify rpm-4.3.2-0.8 prelink: /bin/rpm: at least one of file's dependencies has changed since prelinking S.?....T. /bin/rpm .......T. c /etc/cron.daily/rpm .......T. c /etc/logrotate.d/rpm .......T. /usr/bin/gendiff prelink: /usr/bin/rpm2cpio: at least one of file's dependencies has changed since prelinking S.?....T. /usr/bin/rpm2cpio .......T. /usr/lib/rpm/athlon-linux/macros .......T. /usr/lib/rpm/config.guess .......T. /usr/lib/rpm/config.sub .......T. /usr/lib/rpm/convertrpmrc.sh .......T. /usr/lib/rpm/i386-linux/macros .......T. /usr/lib/rpm/i486-linux/macros .......T. /usr/lib/rpm/i586-linux/macros .......T. /usr/lib/rpm/i686-linux/macros .......T. /usr/lib/rpm/macros .......T. /usr/lib/rpm/mkinstalldirs .......T. /usr/lib/rpm/noarch-linux/macros .......T. /usr/lib/rpm/rpm.daily .......T. /usr/lib/rpm/rpm.log .......T. /usr/lib/rpm/rpm.xinetd .......T. /usr/lib/rpm/rpm2cpio.sh prelink: /usr/lib/rpm/rpmd: at least one of file's dependencies has changed since prelinking S.?....T. /usr/lib/rpm/rpmd ..5....T. /usr/lib/rpm/rpmdb_deadlock ..5....T. /usr/lib/rpm/rpmdb_dump ..5....T. /usr/lib/rpm/rpmdb_load .......T. /usr/lib/rpm/rpmdb_loadcvt ..5....T. /usr/lib/rpm/rpmdb_stat ..5....T. /usr/lib/rpm/rpmdb_svc ..5....T. /usr/lib/rpm/rpmdb_verify ..5....T. /usr/lib/rpm/rpmfile ..5....T. /usr/lib/rpm/rpmi prelink: /usr/lib/rpm/rpmk: at least one of file's dependencies has changed since prelinking S.?....T. /usr/lib/rpm/rpmk .......T. /usr/lib/rpm/rpmpopt-4.3.2 prelink: /usr/lib/rpm/rpmq: at least one of file's dependencies has changed since prelinking S.?....T. /usr/lib/rpm/rpmq .......T. /usr/lib/rpm/rpmrc .......T. /usr/lib/rpm/tgpg ..5....T. /usr/share/locale/cs/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/da/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/de/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/fi/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/fr/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/gl/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/is/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/ja/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/ko/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/no/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/pl/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/pt/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/pt_BR/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/ro/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/ru/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/sk/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/sl/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/sr/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/sv/LC_MESSAGES/rpm.mo ..5....T. /usr/share/locale/tr/LC_MESSAGES/rpm.mo .......T. d /usr/share/man/ja/man8/rpm.8.gz .......T. d /usr/share/man/ja/man8/rpm2cpio.8.gz .......T. d /usr/share/man/ja/man8/rpmbuild.8.gz .......T. d /usr/share/man/ja/man8/rpmcache.8.gz .......T. d /usr/share/man/ja/man8/rpmgraph.8.gz .......T. d /usr/share/man/man1/gendiff.1.gz .......T. d /usr/share/man/man8/rpm.8.gz .......T. d /usr/share/man/man8/rpm2cpio.8.gz .......T. d /usr/share/man/pl/man1/gendiff.1.gz .......T. d /usr/share/man/pl/man8/rpm.8.gz .......T. d /usr/share/man/pl/man8/rpm2cpio.8.gz .......T. d /usr/share/man/pl/man8/rpmbuild.8.gz .......T. d /usr/share/man/pl/man8/rpmcache.8.gz .......T. d /usr/share/man/pl/man8/rpmdeps.8.gz .......T. d /usr/share/man/pl/man8/rpmgraph.8.gz .......T. d /usr/share/man/ru/man8/rpm.8.gz .......T. d /usr/share/man/ru/man8/rpm2cpio.8.gz .......T. d /usr/share/man/sk/man8/rpm.8.gz rpm -q --verify rpm-4.3.2-0.10 prelink: /bin/rpm: at least one of file's dependencies has changed since prelinking S.?...... /bin/rpm prelink: /usr/bin/rpm2cpio: at least one of file's dependencies has changed since prelinking S.?...... /usr/bin/rpm2cpio prelink: /usr/lib/rpm/rpmd: at least one of file's dependencies has changed since prelinking S.?...... /usr/lib/rpm/rpmd prelink: /usr/lib/rpm/rpmk: at least one of file's dependencies has changed since prelinking S.?...... /usr/lib/rpm/rpmk prelink: /usr/lib/rpm/rpmq: at least one of file's dependencies has changed since prelinking S.?...... /usr/lib/rpm/rpmq rpm -e --justdb rpm-4.3.2-0.8 error: Failed dependencies: rpm = 4.3.2-0.8 is needed by (installed) rpm-python-4.3.2-0.8 rpm = 4.3.2-0.8 is needed by (installed) rpm-build-4.3.2-0.8 rpm = 4.3.2-0.8 is needed by (installed) rpm-devel-4.3.2-0.8 rpm = 4.3.2-0.8 is needed by (installed) rpm-libs-4.3.2-0.8 thanks, Jim -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: duplicate-rpms URL: From walters at redhat.com Sat Aug 28 20:20:55 2004 From: walters at redhat.com (Colin Walters) Date: Sat, 28 Aug 2004 16:20:55 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <4130BD99.9060302@comcast.net> References: <4130BD99.9060302@comcast.net> Message-ID: <1093724455.4135.20.camel@nexus.verbum.private> On Sat, 2004-08-28 at 13:15 -0400, Marcus Schuetz wrote: > Hello, > > for a few weeks now (I am running up to date rawhide) when I run > glxgears I get ~ 6fps 9 out of 10 times and 1 out of 10 the normal 1700 > fps. Top shows me between dbus-daemon-1 and eggcups almost ~90% cpu > usage. And the CPU stays used until you stop glxgears? Or even after? When it happens please run as root: dbus-monitor --system -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ernesto at ornl.gov Sat Aug 28 22:14:00 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 28 Aug 2004 18:14:00 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) Message-ID: <1909FC5A05A75241AA6136AC9E84829B0FA7C7@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Jim Cornette Sent: Sat 8/28/2004 10:40 AM To: For testers of Fedora Core development releases Subject: Re: Xorg corrupt after a failed install from Rawhide (How to recover) Williams Jr, Ernest L. wrote: > Hi, > > I tried to install "xorg-x11" via up2date from rawhide a few days ago on my FC3T1 desktop. > The retrieval wnet okay. As a matter of fact, I tried to update a lot of things including the kernel and many other packages. Maybe, I tried to do too much at once. > > Anyway during the installation phase xorg-X11 installation failed; therefore up2date aborted before completing everything. > > How does one recover? > > I removed the xorg-xll packages. > > Now I try: > ================================================= > [root at matrix root]# yum install 'xorg-x11*' > Gathering header information file(s) from server(s) > Server: Fedora Core 2 - Development Tree > =================================================== > > However, yum appears to be hung since nothing is happening > > > Thanks, > Ernesto > > To view the log without a GUI, you might run cat /var/log/Xorg.0.log |less and scroll through the file to see why X departed on you. I had a problem where X was halted in mid-update before with a previous test release. I retrieved the latest X versioned rpms from the repo (using mc, of course) and installed it with rpm locally. I believe it was rpm -Uvh *.rpm using the downloaded X files (before xorg-x11 and xfree split). I cannot recall if I needed --nodeps or not. If you uninstalled w/ nodeps you might need to. In my case, there was a perticular font package used by X that did not take when upgrading X. This caused an abrupt halting of the install and the adding and removing of programs never finished. There were two different versions of the font package in the directory on the mirror repository used. Now after all the runaround views. It might be easier to run rpm -qa |grep xorg to see what versions of X you have and to determine if you have two different versions of the same package installed. If you have version-4, version-8 and other possible combinations. This could be messy. If they are all the same versions, then you are alright. *or* You can log in as root. Then cd to the /var/spool/up2date directory. From there, type ls *.rpm and see which rpms downloaded before the crash. The rpm downloaded with the latest date is probably the reason for the crash and probably is corrupted (not completely downloaded) Anyway, try running the below command in the /var/spool/up2date directory. rpm -Fvh *.rpm This should give you an error message related to the damaged rpm downloaded. rm -rf whatever-damaged.rpm and confirm delete. Try above rpm command above and most likely, it will complete. If you did delete your X packages. It might be needed to run. rpm -Uvh *.rpm within the directory instead of freshen. I hope you get the basic concept from this attempted explanation. I'm getting lost myself. It is easier done than said. ============================= I am back in business. Thanks for the guidance here. Here is what I did to recover: Step 1: Go to init level 3 Step 2: remove xorg-x11 from my system Step 3: remove old header info for yum rm -rf /var/cache/yum/development/header.info cd /var/cache/yum/development/headers rm -rf *.hdr Step 4: Use yum to install xorg-xll yum install xorg-x11 Success. Jim -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From lsomike at futzin.com Sat Aug 28 22:25:13 2004 From: lsomike at futzin.com (Mike Klinke) Date: Sat, 28 Aug 2004 17:25:13 -0500 Subject: did something drastically change with the 532 with regard to how usb devices are hanndled? In-Reply-To: <604aa79104082810502e3f0c40@mail.gmail.com> References: <604aa79104082810502e3f0c40@mail.gmail.com> Message-ID: <200408281725.13441.lsomike@futzin.com> On Saturday 28 August 2004 12:50, Jeff Spaleta wrote: > I'm getting TONS of I/O errors in /var/log/messages using > kernel-2.6.8-1.532smp > > when i plug in my usbdrive after boot up i see this: > Aug 28 13:26:39 goober kernel: ubb: device 6 capacity nsec 50 > bsize 512 Aug 28 13:26:39 goober kernel: ubb: made changed > Aug 28 13:26:39 goober kernel: ubb: device 6 capacity nsec 50 > bsize 512 Aug 28 13:26:39 goober kernel: ubb: device 6 capacity > nsec 50 bsize 512 Aug 28 13:26:39 goober kernel: > ubb:end_request: I/O error, dev ubb, sector 0 Aug 28 13:26:39 > goober kernel: Buffer I/O error on device ubb, logical block 0 > Aug 28 13:26:39 goober kernel: end_request: I/O error, dev ubb, > sector 2 > > > I downgraded to the 526smp and things are as expected... in fact > the lasted rawhide updates > gives me back my floppy and cd drive mount points... in /media > > -jef"wonders whats going to break now that his cd drive is > showing up as /media/cdrw instead of /mnt/cdrom, time to check > all those silly cd audio apps that use to expect /dev/cdrom and > /mnt/cdrom"spaleta I upgraded this morning to the latest stuff in devel but didn't see what you're seeing with my USB Camera Interface, Keyboard, Mouse or USB WinTv Capture Thingy. The Camera detection created the mount point '/dev/uba1' which I had to manually mount. The last batch of rpm updates installed here were: 08/28/04 11:32:42 Installed: kernel 2.6.8-1.532.i686 08/28/04 11:32:42 Updated: mkinitrd 4.1.8-1.i386 08/28/04 11:32:42 Updated: kudzu 1.1.82-1.i386 08/28/04 11:32:42 Updated: hal 0.2.97.cvs20040827-3.i386 08/28/04 11:32:42 Updated: libgnomeprint22 2.7.1-3.i386 08/28/04 11:32:42 Updated: dialog 1.0.20040731-1.i386 08/28/04 11:32:42 Updated: libgnomecups 0.1.11-2.i386 08/28/04 11:32:42 Updated: gnome-pilot-devel 2.0.11-1.i386 08/28/04 11:32:42 Updated: gtk-engines 1:0.12-5.i386 08/28/04 11:32:42 Updated: policycoreutils 1.17.4-1.i386 08/28/04 11:32:42 Updated: gnome-applets 1:2.7.2-2.i386 08/28/04 11:32:42 Updated: initscripts 7.73-1.i386 08/28/04 11:32:42 Updated: kudzu-devel 1.1.82-1.i386 08/28/04 11:32:42 Updated: gnome-pilot 2.0.11-1.i386 08/28/04 11:32:42 Updated: selinux-policy-targeted 1.17.5-2.noarch 08/28/04 11:32:42 Updated: system-config-date 1.7.4-1.noarch 08/28/04 11:32:42 Updated: selinux-policy-strict 1.17.5-2.noarch 08/28/04 11:32:42 Updated: libselinux 1.17.3-1.i386 08/28/04 11:32:42 Updated: bash 3.0-8.i386 08/28/04 11:32:42 Updated: udev 030-10.i386 08/28/04 11:32:42 Updated: wget 1.9.1-8.i386 08/28/04 11:32:42 Updated: perl 3:5.8.5-4.i386 08/28/04 11:32:42 Updated: libselinux-devel 1.17.3-1.i386 Could your problem be associated with the SMP aspect of the kernel or the particular USB device type? I'd be happy to test anything I can here to help you isolate the problem ... Regards, Mike Klinke From biped at comcast.net Sat Aug 28 22:34:37 2004 From: biped at comcast.net (Marcus Schuetz) Date: Sat, 28 Aug 2004 18:34:37 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <1093724455.4135.20.camel@nexus.verbum.private> References: <4130BD99.9060302@comcast.net> <1093724455.4135.20.camel@nexus.verbum.private> Message-ID: <4131087D.5050401@comcast.net> Colin Walters released the following into the bitstream on 08/28/04 16:20: > And the CPU stays used until you stop glxgears? Or even after? > > When it happens please run as root: dbus-monitor --system > > The dbus-daemon-1 & eggcups combo takes up 90%+ of cpu usage at all times and the system appears a little sluggish. Low fps in glxgears is just the strongest symptom that somethin is wrong. dbus-monitor --system as root gives me: Failed to open connection to system message bus: Disconnected prior to receiving a reply :: Marcus From walters at redhat.com Sat Aug 28 20:26:00 2004 From: walters at redhat.com (Colin Walters) Date: Sat, 28 Aug 2004 16:26:00 -0400 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <4130E244.70306@earthlink.net> References: <4130E244.70306@earthlink.net> Message-ID: <1093724760.4135.24.camel@nexus.verbum.private> On Sat, 2004-08-28 at 14:51 -0500, Gerry Tool wrote: > Since I upgraded about 20 packages today, I get an Error window with > this message. It also says "You can inform the developers of what > happened to help them fix it. Or you can restart the application right > now." Ok, do this: Go to Preferences->Sessions. Click on "Current Session". Scroll through the list until you see "eggcups". Click it, and then click "Remove". Click "Apply", then "Close". Now, open up a terminal, and run: gdb --args eggcups -d --sm-disable Do whatever you need to do to make it crash. Now in the gdb window, type: t a a bt -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora at linsolutions.com Sun Aug 29 01:22:15 2004 From: fedora at linsolutions.com (Listman) Date: Sat, 28 Aug 2004 21:22:15 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX Message-ID: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> We are all being shafted in this one. For those of you like me that have experienced high quality video courtesy of PWCX..... http://www.smcc.demon.nl/webcam/ Is their any way to talk some sense into the Kernel maintainers? What is next, don't allow nvidia driver to load? Ted From fct-cornette at sbcglobal.net Sun Aug 29 01:26:51 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 21:26:51 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) In-Reply-To: <1909FC5A05A75241AA6136AC9E84829B0FA7C7@ORNLEXCHANGE.ornl.gov> References: <1909FC5A05A75241AA6136AC9E84829B0FA7C7@ORNLEXCHANGE.ornl.gov> Message-ID: <413130DB.4050908@sbcglobal.net> > I hope you get the basic concept from this attempted explanation. I'm > getting lost myself. It is easier done than said. > > ============================= > I am back in business. Thanks for the guidance here. > > Here is what I did to recover: > > Step 1: Go to init level 3 > > Step 2: remove xorg-x11 from my system > > Step 3: remove old header info for yum > rm -rf /var/cache/yum/development/header.info > cd /var/cache/yum/development/headers > rm -rf *.hdr > > Step 4: Use yum to install xorg-xll > yum install xorg-x11 > > > > Success. It is great that this worked for you. Out of curiousity, were there any rpm files still in the /var/spool/up2date directory? Which rpm was not recognized as such? It's great that you got X back up and running again. Jim -- "The sixties were good to you, weren't they?" -- George Carlin From fct-cornette at sbcglobal.net Sun Aug 29 01:38:17 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 21:38:17 -0400 Subject: Using hint from MA Young - find duplicates In-Reply-To: <4130E807.90708@sbcglobal.net> References: <4130E807.90708@sbcglobal.net> Message-ID: <41313389.3020900@sbcglobal.net> Well, I deleted all of the listed rpm duplicates from the earlier attached file. (Oldest rpm version) The only rpm that did not verify was rpm itself. However, it verified after running rpm --rebuilddb, rpm also verified after duplicates were removed. Am I the only one that is seeing duplicated rpms? I am wondering why so many rpms did not cleanly install and remove the duplicated db entry. Was this from %post install scripts exiting, parts of rpm documentation missing, devel rpms conflicts or just my bad luck? Jim [jim at cornette-fc3 ~]$ rpm -qa --qf "%{NAME}\n" | sort >/tmp/example.out [jim at cornette-fc3 ~]$ uniq gpg-pubkey > gpg-pubkey > gpg-pubkey > gpg-pubkey > gpg-pubkey > gpg-pubkey > gpg-pubkey 364a372,373 > kernel > kernel > > rpm -q --verify rpm-4.3.2-0.10 > prelink: /bin/rpm: at least one of file's dependencies has changed since > prelinking >>binutils > .... many duplicated packages, sometimes three instances. Thanks, Jim -- Walk softly and carry a BFG-9000. From skvidal at phy.duke.edu Sun Aug 29 01:49:39 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Sat, 28 Aug 2004 21:49:39 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> Message-ID: <1093744179.9616.19.camel@binkley> On Sat, 2004-08-28 at 21:22 -0400, Listman wrote: > We are all being shafted in this one. For those of you like me that have > experienced high quality video courtesy of PWCX..... > > http://www.smcc.demon.nl/webcam/ > > Is their any way to talk some sense into the Kernel maintainers? > You might want to read Greg K-H's faq before you go 'talking sense' into anyone. http://lwn.net/Articles/99639/ > What is next, don't allow nvidia driver to load? > This would make an enormous number of fedora devel people happy. :) -sv From prothonotar at tarnation.dyndns.org Sun Aug 29 01:51:49 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Aug 2004 21:51:49 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093744179.9616.19.camel@binkley> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744179.9616.19.camel@binkley> Message-ID: <1093744309.4054.15.camel@localhost.localdomain> On Sat, 2004-08-28 at 21:49 -0400, seth vidal wrote: > On Sat, 2004-08-28 at 21:22 -0400, Listman wrote: > > What is next, don't allow nvidia driver to load? > > > > This would make an enormous number of fedora devel people happy. :) > -sv FWIW, it would mean (at least) one less fedora devel guinea pig. -- Aaron Gaudio From walters at redhat.com Sun Aug 29 02:03:08 2004 From: walters at redhat.com (Colin Walters) Date: Sat, 28 Aug 2004 22:03:08 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <4131087D.5050401@comcast.net> References: <4130BD99.9060302@comcast.net> <1093724455.4135.20.camel@nexus.verbum.private> <4131087D.5050401@comcast.net> Message-ID: <1093744988.11028.38.camel@nexus.verbum.private> On Sat, 2004-08-28 at 18:34 -0400, Marcus Schuetz wrote: > The dbus-daemon-1 & eggcups combo takes up 90%+ of cpu usage at all > times and the system appears a little sluggish. Low fps in glxgears is > just the strongest symptom that somethin is wrong. dbus-monitor --system > as root gives me: > > Failed to open connection to system message bus: Disconnected prior to > receiving a reply Urf. Not sure why that would happen. Could you follow my instructions for eggcups posted in the other thread, and see what debug output is printed? Also is there anything interesting in /var/log/messages? Failing that I think we'll have to fall back on strace; do you know how to use that? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From skvidal at phy.duke.edu Sun Aug 29 02:00:44 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Sat, 28 Aug 2004 22:00:44 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093744309.4054.15.camel@localhost.localdomain> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744179.9616.19.camel@binkley> <1093744309.4054.15.camel@localhost.localdomain> Message-ID: <1093744844.9616.22.camel@binkley> > FWIW, it would mean (at least) one less fedora devel guinea pig. The biggest problem with the nvidia drivers is that when something breaks, and a kernel or X devel person sees that the user is using the nvidia drivers, then they're stuck. They can't go look through code and find the problem. They come up to the binary-only nvidia driver and have to stop. That's a whole world of no-fun. And the sad reality is, lots of people use these drivers and almost all of them post about bugs in X or at the kernel level with these drivers loaded. -sv From fedora at linsolutions.com Sun Aug 29 02:08:28 2004 From: fedora at linsolutions.com (Listman) Date: Sat, 28 Aug 2004 22:08:28 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093744309.4054.15.camel@localhost.localdomain> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744179.9616.19.camel@binkley> <1093744309.4054.15.camel@localhost.localdomain> Message-ID: <1093745308.28537.192.camel@inyoureyes.linsolutions.com> On Sat, 2004-08-28 at 21:51, Aaron Gaudio wrote: > On Sat, 2004-08-28 at 21:49 -0400, seth vidal wrote: > > On Sat, 2004-08-28 at 21:22 -0400, Listman wrote: > > > > What is next, don't allow nvidia driver to load? > > > > > > > This would make an enormous number of fedora devel people happy. :) > > -sv > > FWIW, it would mean (at least) one less fedora devel guinea pig. > > -- > Aaron Gaudio > Fact's are fact's, who suffer's here? Aren't we the "community" trying to promote linux? Look, no one in their right mind can argue that anything binary only is good, but anyone using Open Source who installs a binary at their own risk. And I am certain much good code has come back from the vendors to the community in response to getting their binary only stuff working. As far as fedora devel being happy about not allowing nvidia to load let me know, I will but some stock in ATI :-) Maybe I am way off base, and the amount of deployed Linux is so huge that it can tell all the Vendors as well as Hardware engineers in the world to go screw, its our way or the highway. Wake up, the rainbow has risen, but still quite a few colors are missing. Ted From biped at comcast.net Sun Aug 29 02:50:07 2004 From: biped at comcast.net (Marcus Schuetz) Date: Sat, 28 Aug 2004 22:50:07 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <1093744988.11028.38.camel@nexus.verbum.private> References: <4130BD99.9060302@comcast.net> <1093724455.4135.20.camel@nexus.verbum.private> <4131087D.5050401@comcast.net> <1093744988.11028.38.camel@nexus.verbum.private> Message-ID: <4131445F.2090608@comcast.net> Colin Walters released the following into the bitstream on 08/28/04 22:03: > Urf. Not sure why that would happen. Could you follow my instructions > for eggcups posted in the other thread, and see what debug output is > printed? Also is there anything interesting in /var/log/messages? > > Failing that I think we'll have to fall back on strace; do you know how > to use that? > > OK, when I kill eggcups from the session it goes away in top, but it takes a ~20 seconds before cpu usage from dbus-daemon-1 goes down. When I start it with gdb --args eggcups -d --sm-disable the problem does NOT appear. Since eggcups doesn't crash (my USB printer can't be found by kudzu ATM, somebody mentioned the same problem on this or the devel list) I can't give you a backtrace. eggcups -d gives: [0x94dddd0] [rb_debug_init] rb-debug.c:128 (22:29:53): Debugging enabled [0x94dddd0] [tray_destroy_cb] main.c:120 (22:29:53): creating new tray icon [0x94dddd0] [idle_check_dbus] ec-tray-icon.c:483 (22:30:23): eggcups: Disconnected prior to receiving a reply [0x94dddd0] [sync_state] ec-tray-icon.c:560 (22:30:23): 0 jobs outstanding [0x94dddd0] [idle_check_dbus] ec-tray-icon.c:483 (22:30:58): eggcups: Disconnected prior to receiving a reply [0x94dddd0] [idle_relative_time_update] ec-job-model.c:223 (22:30:58): relative time update [0x94dddd0] [idle_check_dbus] ec-tray-icon.c:483 (22:31:33): eggcups: Disconnected prior to receiving a reply [0x94dddd0] [idle_check_dbus] ec-tray-icon.c:483 (22:32:08): eggcups: Disconnected prior to receiving a reply [0x94dddd0] [idle_relative_time_update] ec-job-model.c:223 (22:32:08): relative time update and so on strace end up with this output repeating itself ad nauseum select(18, [17], [], [17], NULL) = 1 (in [17]) read(17, "ERROR \"Not currently in an auth "..., 2048) = 47 select(18, [], [17], [17], NULL) = 1 (out [17]) write(17, "CANCEL\r\n", 8) = 8 :: Marcus From ernesto at ornl.gov Sun Aug 29 03:03:36 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sat, 28 Aug 2004 23:03:36 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) Message-ID: <1909FC5A05A75241AA6136AC9E84829B0FA7C8@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Jim Cornette Sent: Sat 8/28/2004 9:26 PM To: For testers of Fedora Core development releases Subject: Re: Xorg corrupt after a failed install from Rawhide (How to recover) > I hope you get the basic concept from this attempted explanation. I'm > getting lost myself. It is easier done than said. > > ============================= > I am back in business. Thanks for the guidance here. > > Here is what I did to recover: > > Step 1: Go to init level 3 > > Step 2: remove xorg-x11 from my system > > Step 3: remove old header info for yum > rm -rf /var/cache/yum/development/header.info > cd /var/cache/yum/development/headers > rm -rf *.hdr > > Step 4: Use yum to install xorg-xll > yum install xorg-x11 > > > > Success. It is great that this worked for you. Out of curiousity, were there any rpm files still in the /var/spool/up2date directory? =========================================== Yes, but I cleared that area as well. Which rpm was not recognized as such? ============================================== Not sure what you mean here? It's great that you got X back up and running again. Jim -- "The sixties were good to you, weren't they?" -- George Carlin -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From fct-cornette at sbcglobal.net Sun Aug 29 03:18:40 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 23:18:40 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093744179.9616.19.camel@binkley> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744179.9616.19.camel@binkley> Message-ID: <41314B10.1000404@sbcglobal.net> seth vidal wrote: > On Sat, 2004-08-28 at 21:22 -0400, Listman wrote: > >>We are all being shafted in this one. For those of you like me that have >>experienced high quality video courtesy of PWCX..... >> >>http://www.smcc.demon.nl/webcam/ >> >>Is their any way to talk some sense into the Kernel maintainers? >> > > > You might want to read Greg K-H's faq before you go 'talking sense' into > anyone. > > > http://lwn.net/Articles/99639/ > > > >>What is next, don't allow nvidia driver to load? >> > > > This would make an enormous number of fedora devel people happy. :) > -sv > > > Thanks for the link to the articles. I especially enjoyed the comment regarding legality and morality. And I thought that most of these lists were pretty tame and dry. On the inclusion of hooks and binary only drivers. It is understandable that the source code is freely available, hooks can be added. A user space alternative can be come up with to overcome the removal of the hook from the kernel. On the hardware support for as many devices that are possible, especially issues related to getting highly functional and useful devices running optimally, it would be decent to have. Of course, I'm carrying a binary driver around recently myself (i810_dvr.o) until the development build catches up with my hardware used. I know the patch and rebuilding the package from source would be ideal. I find that it is easier than installing xorg-x11 to test to see if it works, finding out that it doesn't work, then reinstalling all of the older rpms or recompiling xorg-x11 from source with each new release. Basically, I see the benifits from an all open source system and would ideally shoot for this sysem. I also understand that sometimes being too pure with the source vs. binary issues can be time consuming and a challenge on those that are just shooting for a great running and hardware richly supported system that doesn't rip you off by closing the code to the world. Nvidia and the PWCX can move to open source and reduce their overhead and allow others to improve the software that makes their hardware function correctly. I'm sure that the respect for the industries would be recognized and they would have input from others on how to optimize their hardware functionality even more. my morality vs. legality view, Jim -- Linus, Alan - Please apply the following self-explanatory patch. + /* LynuxWorks are politely reminded that removing copyright + notices is an offence under the Copyright Design and + Patents Act 1988, and under equivalent non-UK law in + accordance with the Berne Convention. */ + printk("Portions (C) 2000, 2001 Red Hat, Inc.\n"); - David Woodhouse on linux-kernel From fct-cornette at sbcglobal.net Sun Aug 29 03:30:24 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sat, 28 Aug 2004 23:30:24 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) In-Reply-To: <1909FC5A05A75241AA6136AC9E84829B0FA7C8@ORNLEXCHANGE.ornl.gov> References: <1909FC5A05A75241AA6136AC9E84829B0FA7C8@ORNLEXCHANGE.ornl.gov> Message-ID: <41314DD0.1090303@sbcglobal.net> > Out of curiousity, were there any > rpm files still in the /var/spool/up2date directory? > > =========================================== > Yes, but I cleared that area as well. I guess this is moot now. > > Which rpm was not recognized as such? > > ============================================== > Not sure what you mean here? When an rpm file does not download correctly and you try to install the file, rpm will usually print out a message that such and such is not an rpm or similar. The output from attempting rpm -Fvh *.rpm would most likely reveal the damaged or incomplete downloaded rpm file. This is an example with a real rpm and a wannabe rpm. Example rpm shows this sort of message. [root at cornette-fc3 rpm-test]# rpm -Fvh *.rpm example.rpm: not an rpm package (or package manifest): [root at cornette-fc3 rpm-test]# ls example.rpm HelixPlayer-0.4.0.187-20040615.i586.rpm Oh well, not an issue now. The directory was cleaned out. Jim > -- I thought my people would grow tired of killing. But you were right, they see it is easier than trading. And it has its pleasures. I feel it myself. Like the hunt, but with richer rewards. -- Apella, "A Private Little War", stardate 4211.8 From mullens at ntlworld.com Sun Aug 29 03:05:01 2004 From: mullens at ntlworld.com (richard mullens) Date: Sun, 29 Aug 2004 04:05:01 +0100 Subject: Whats with the petty Open Source Pureness that has killed PWCX References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744179.9616.19.camel@binkley> Message-ID: <413147DD.6080200@ntlworld.com> seth vidal wrote: >On Sat, 2004-08-28 at 21:22 -0400, Listman wrote: > >>We are all being shafted in this one. For those of you like me that have >>experienced high quality video courtesy of PWCX..... >> >>http://www.smcc.demon.nl/webcam/ >> >>Is their any way to talk some sense into the Kernel maintainers? >> > >You might want to read Greg K-H's faq before you go 'talking sense' into >anyone. > > >http://lwn.net/Articles/99639/ > For what it's worth, my view is that Nemosoft is right. Let me declare my interest, I have two of these webcams - a Philips ToUcam Pro (PCVC 740K) and a similar Logictech webcam. I bought these after some research on the web because there was support for them and because they were high quality with CCD sensors. The Logictech device (or its successor) is widely available at PC World, and my philips cam is in use on my website at http://80.4.116.219/cam.html (in the daylight hours anyway) on an earlier version of redhat linux (7.3.94). I have noticed that these cams do not work on Fedora - and this inhibits me from moving my site to Fedora as I had planned to do. Never mind the religeous aspects of kernel tainting, what matters to me is whether I can use the system. I get a feeling too that there is an effort at defeaturing "Linux". I believe that vsftpd doesn't now work in passive mode (on FC2)- at least without strong linux admin skills - so it appears that in certain areas, using linux is becoming harder. Whether this is deliberate or not I cannot say. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pri.rhl3 at iadonisi.to Sun Aug 29 06:40:55 2004 From: pri.rhl3 at iadonisi.to (Paul Iadonisi) Date: Sun, 29 Aug 2004 02:40:55 -0400 Subject: my rpm database exploded...but there's a bright side Message-ID: <1093761655.5526.17.camel@va.local.linuxlobbyist.org> Well, that was fun. NOT! I don't know what happened, but on my FC2 desktop I was suddenly getting prompted by up2date about the GPG key used to sign the latest update to gaim wasn't installed in the rpm database. No matter what I did, for some odd reason it wouldn't import it. I thought it was already there, anyhow. Hmm, then I discovered that I couldn't import *any* GPG keys. So, I figured my rpm db was b0rked and did a 'rpm --rebuilddb'. It returned with errors fairly quickly. Ick. So I made copies of all my db files in /var/lib/rpm and sicced db_dump and db_load on each one of them. Move them in place, do a 'rpm -qa' and...only approx. 200 packages. *sob* I know I had over 1600 installed since this was an 'everything' install. So, rather than reinstall the entire system, I decided to use '--root /tmppath --justdb' to install all of the rpms in an updated FC2 tree and then fixed it up from there. *THANK* you for /var/log/rpmpkg...it saved my butt. But it dawned on me as I got closer and closer to getting everything in the rpm database at it's proper version that I now had (among other things) a rather comprehensive list of directories that probably should be part of packages, but are not (like /usr/include/mozilla-1.7.2/*/). Probably the majority of these could be considered bugs. I guess what I'm saying is that I'm in a position to file a bunch of packaging bugs (but I will check to see if they still exist in FC3T1 updated). I'm not making any promises, as there's still a lot of manual work to do, but what I'm asking is if I start submitting boatloads of packaging bugs, is that going to be considered a good thing? I presume they won't be considered high priority, but that's okay. I just don't want to see all of them closed as WONTFIX. So, should I start bugzilla-ing? -- -Paul Iadonisi Senior System Administrator Red Hat Certified Engineer / Local Linux Lobbyist Ever see a penguin fly? -- Try Linux. GPL all the way: Sell services, don't lease secrets From bill at maidment.com.au Sun Aug 29 08:12:11 2004 From: bill at maidment.com.au (Bill Maidment) Date: Sun, 29 Aug 2004 18:12:11 +1000 Subject: Autoraid fails on FC3-test1 Message-ID: <41318FDB.3010202@maidment.com.au> Hi I upgraded FC3-test1 with a pile (several hundred) of upgrades and now Autoraid fails to set up the SATA drives. Unfortunately, I can't tell you what version of what I upgraded, as they are now inaccessible. Can anyone tell me how to recover the system, without reloading everything? Thanks -- _/_/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/ _/ _/ Bill Maidment Maidment Enterprises Pty Ltd From m.a.young at durham.ac.uk Sun Aug 29 08:48:12 2004 From: m.a.young at durham.ac.uk (M A Young) Date: Sun, 29 Aug 2004 09:48:12 +0100 (BST) Subject: Using hint from MA Young - find duplicates In-Reply-To: <4130E807.90708@sbcglobal.net> References: <4130E807.90708@sbcglobal.net> Message-ID: On Sat, 28 Aug 2004, Jim Cornette wrote: > Since I was curious as to the extent of duplicate programs installed. I > decided to search the redhat site to determine how many programs were > multiple installs. After running the script from a posting from MA > Young, here is what appeared duplicated. This is an ataached files. > > The query below shows one example for translation of the attached file. > > rpm -q binutils > binutils-2.15.91.0.2-4 > binutils-2.15.91.0.2-8 Get the more up to date rpm, then try rpm -Uvh newer.rpm --replacepkgs --replacefiles MIchael Young From prothonotar at tarnation.dyndns.org Sun Aug 29 09:23:47 2004 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sun, 29 Aug 2004 05:23:47 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093744844.9616.22.camel@binkley> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744179.9616.19.camel@binkley> <1093744309.4054.15.camel@localhost.localdomain> <1093744844.9616.22.camel@binkley> Message-ID: <1093771427.4054.18.camel@localhost.localdomain> On Sat, 2004-08-28 at 22:00 -0400, seth vidal wrote: > > FWIW, it would mean (at least) one less fedora devel guinea pig. > > The biggest problem with the nvidia drivers is that when something > breaks, and a kernel or X devel person sees that the user is using the > nvidia drivers, then they're stuck. They can't go look through code and > find the problem. They come up to the binary-only nvidia driver and have > to stop. > > That's a whole world of no-fun. > > And the sad reality is, lots of people use these drivers and almost all > of them post about bugs in X or at the kernel level with these drivers > loaded. Yeah, I can understand the frustration at this. I agree that if someone's having a problem with an binary-only driver, their only recourse is the provider of that driver. -- Aaron Gaudio From fedora at warmcat.com Sun Aug 29 09:40:53 2004 From: fedora at warmcat.com (Andy Green) Date: Sun, 29 Aug 2004 10:40:53 +0100 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093771427.4054.18.camel@localhost.localdomain> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744844.9616.22.camel@binkley> <1093771427.4054.18.camel@localhost.localdomain> Message-ID: <200408291040.57633.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 29 August 2004 10:23, Aaron Gaudio wrote: > On Sat, 2004-08-28 at 22:00 -0400, seth vidal wrote: > > > FWIW, it would mean (at least) one less fedora devel guinea pig. > > And the sad reality is, lots of people use these drivers and almost all > > of them post about bugs in X or at the kernel level with these drivers > > loaded. > Yeah, I can understand the frustration at this. I agree that if > someone's having a problem with an binary-only driver, their only > recourse is the provider of that driver. One should also note that the act of signing the NDA put the author in this bad spot from the get-go. He can't really please both "masters" at that point. The membrane between "you must GPL your stuff" and "keep your source" is thin at the kernel modules. I can imagine why backdoor hooks to let Philips "off the hook" were considered evil since widespread use of them would allow the GPLness fo the kernel to be completely worked around. Anyway, if someone else takes over maintainership they will be free to reverse the binary portion and solve the problem that way. If not, time for a new webcam. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBMaSpjKeDCxMJCTIRAjaZAKCYKNcbPzX9KPV9di5m/ylW603prACfY4+0 3u3m/oRoxhIah+Arl/8QfS8= =JUfa -----END PGP SIGNATURE----- From markmc at redhat.com Sun Aug 29 09:44:58 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Sun, 29 Aug 2004 10:44:58 +0100 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <1093724760.4135.24.camel@nexus.verbum.private> References: <4130E244.70306@earthlink.net> <1093724760.4135.24.camel@nexus.verbum.private> Message-ID: <1093772698.22920.1.camel@localhost.localdomain> Hey, On Sat, 2004-08-28 at 21:26, Colin Walters wrote: > On Sat, 2004-08-28 at 14:51 -0500, Gerry Tool wrote: > > Since I upgraded about 20 packages today, I get an Error window with > > this message. It also says "You can inform the developers of what > > happened to help them fix it. Or you can restart the application right > > now." > > Ok, do this: Go to Preferences->Sessions. Click on "Current Session". > Scroll through the list until you see "eggcups". Click it, and then > click "Remove". Click "Apply", then "Close". Or "gnome-session-remove eggcups" :-) HTH, Mark. From arjan at fenrus.demon.nl Sun Aug 29 10:12:54 2004 From: arjan at fenrus.demon.nl (Arjan van de Ven) Date: Sun, 29 Aug 2004 12:12:54 +0200 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> Message-ID: <1093774374.2792.17.camel@laptop.fenrus.com> On Sun, 2004-08-29 at 03:22, Listman wrote: > We are all being shafted in this one. For those of you like me that have > experienced high quality video courtesy of PWCX..... > > http://www.smcc.demon.nl/webcam/ > > Is their any way to talk some sense into the Kernel maintainers? Is there any way to talk some sense into all these people who don't even take the time to understand the issue before moaning loudly? I mean; the guy demanded his driver to be removed from Linus' tree. We might just put the driver back for fedora. We don't know yet. As for the hook thing and binary modules... Personally I consider about all the binary only kernel modules that are distributed in violation of the GPL. I'm not saying one cannot do one which doesn't, just that I haven't seen many that don't. Note that that is my personal opinion and not my employers'. Nor am I a lawyer. Linus and the bulk of the kernel developers want the kernel to be free of pure hooks for binary modules regardless of the outcome of the gray-area discussion. The PWC driver author somehow doesn't agree with that policy and no longer wants to maintain his driver and has requested his driver to be removed. His right to ask that.... Others have been reverse engineering this thing in the last few days and it appears it's just a fancy interpolation scheme... quite valuable IP that is ;) What most "uninformed" people who moan on several mailinglists seem to ignore is that the GPL offers anyone the freedom to keep using the driver. Linus did not say "Nobody can use this driver". He said "I respect the wishes of the author to remove this". Just like Greg/Linus removing the hook in their trees doesn't mean you or anyone else doesn't have the freedom to put them back. The only snag is that the nemosoft guy no longer distributes the binary only bits... which is the part that isn't covered by the freedom of the GPL; anyone depending on those bits voluntarily gave up their freedom and I find it really hard to feel pitty for that. The apparent PR campaign (including your email) actually does more damage than good; all these random emails contain no new arguments other than repeating the incorrect assertions, and as such make the people that would matter actually care *less* not more about this issue. From paul at all-the-johnsons.co.uk Sun Aug 29 11:37:48 2004 From: paul at all-the-johnsons.co.uk (Paul F. Johnson) Date: Sun, 29 Aug 2004 11:37:48 +0000 Subject: CUPs on reboot problem Message-ID: <20040829113748.M18570@all-the-johnsons.co.uk> Hi, I've done a reboot to the current version of the kernel. Everything is going fine until the restart tries to start CUPS. It has been stuck there now for over 5 minutes with nothing more than a lot of hard drive thrashing. Is this a cups problem, kernel problem or my machine? TTFN Paul -- Get your free @ukpost.com account now http://www.ukpost.com/ From ernesto at ornl.gov Sun Aug 29 11:54:59 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sun, 29 Aug 2004 07:54:59 -0400 Subject: Xorg corrupt after a failed install from Rawhide (How to recover) Message-ID: <1909FC5A05A75241AA6136AC9E84829B0FA7C9@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Jim Cornette Sent: Sat 8/28/2004 11:30 PM To: For testers of Fedora Core development releases Subject: Re: Xorg corrupt after a failed install from Rawhide (How to recover) > Out of curiousity, were there any > rpm files still in the /var/spool/up2date directory? > > =========================================== > Yes, but I cleared that area as well. I guess this is moot now. > > Which rpm was not recognized as such? > > ============================================== > Not sure what you mean here? When an rpm file does not download correctly and you try to install the file, rpm will usually print out a message that such and such is not an rpm or similar. The output from attempting rpm -Fvh *.rpm would most likely reveal the damaged or incomplete downloaded rpm file. This is an example with a real rpm and a wannabe rpm. Example rpm shows this sort of message. [root at cornette-fc3 rpm-test]# rpm -Fvh *.rpm example.rpm: not an rpm package (or package manifest): [root at cornette-fc3 rpm-test]# ls example.rpm HelixPlayer-0.4.0.187-20040615.i586.rpm Oh well, not an issue now. The directory was cleaned out. ============== Okay, now I understand. Actually, when using yum to install xorg-x11 I had a corrupt download on one of the headers. However, yum reported this on the commandline. I then ran yum again and it automatically removed the bad header and downloaded again. So, looks like yum is smart of enough to detect a bad download and recover. Jim > -- I thought my people would grow tired of killing. But you were right, they see it is easier than trading. And it has its pleasures. I feel it myself. Like the hunt, but with richer rewards. -- Apella, "A Private Little War", stardate 4211.8 -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From ernesto at ornl.gov Sun Aug 29 12:21:31 2004 From: ernesto at ornl.gov (Williams Jr, Ernest L.) Date: Sun, 29 Aug 2004 08:21:31 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX Message-ID: <1909FC5A05A75241AA6136AC9E84829B0FA7CA@ORNLEXCHANGE.ornl.gov> -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Aaron Gaudio Sent: Sun 8/29/2004 5:23 AM To: For testers of Fedora Core development releases Subject: Re: Whats with the petty Open Source Pureness that has killed PWCX On Sat, 2004-08-28 at 22:00 -0400, seth vidal wrote: > > FWIW, it would mean (at least) one less fedora devel guinea pig. > > The biggest problem with the nvidia drivers is that when something > breaks, and a kernel or X devel person sees that the user is using the > nvidia drivers, then they're stuck. They can't go look through code and > find the problem. They come up to the binary-only nvidia driver and have > to stop. > > That's a whole world of no-fun. > > And the sad reality is, lots of people use these drivers and almost all > of them post about bugs in X or at the kernel level with these drivers > loaded. Yeah, I can understand the frustration at this. I agree that if someone's having a problem with an binary-only driver, their only recourse is the provider of that driver. ================================================================ Of course, but the frustration should be directed torward the vendor/maintainer of the binary-only driver. There will always be binary- only. Vendors want to make a lot of money and protect their secrets. This is known as competition. For example, if NVIDIA wants to keep selling me their hardware they had better keep producing a good binary-only driver. I think it would be better if NVIDIA open-sourced everything but don't hold your breath. Well as long as I can play unreal tournament I am happy. Bottom-line: maintaining a binary-only driver may not so easy when the kernel evolves. The PWCX maintainer should just deal with it and not "throw in the towel" Thanks, Ernesto -- Aaron Gaudio -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list From walters at redhat.com Sun Aug 29 13:11:17 2004 From: walters at redhat.com (Colin Walters) Date: Sun, 29 Aug 2004 09:11:17 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <4131445F.2090608@comcast.net> References: <4130BD99.9060302@comcast.net> <1093724455.4135.20.camel@nexus.verbum.private> <4131087D.5050401@comcast.net> <1093744988.11028.38.camel@nexus.verbum.private> <4131445F.2090608@comcast.net> Message-ID: <1093785077.12727.7.camel@nexus.verbum.private> On Sat, 2004-08-28 at 22:50 -0400, Marcus Schuetz wrote: > Colin Walters released the following into the bitstream on 08/28/04 22:03: > > > Urf. Not sure why that would happen. Could you follow my instructions > > for eggcups posted in the other thread, and see what debug output is > > printed? Also is there anything interesting in /var/log/messages? > > > > Failing that I think we'll have to fall back on strace; do you know how > > to use that? > > > > > > OK, when I kill eggcups from the session it goes away in top, but it > takes a ~20 seconds before cpu usage from dbus-daemon-1 goes down. When > I start it with > > gdb --args eggcups -d --sm-disable > > the problem does NOT appear. Since eggcups doesn't crash (my USB printer > can't be found by kudzu ATM, somebody mentioned the same problem on this > or the devel list) I can't give you a backtrace. > > eggcups -d gives: > > [0x94dddd0] [rb_debug_init] rb-debug.c:128 (22:29:53): Debugging enabled > [0x94dddd0] [tray_destroy_cb] main.c:120 (22:29:53): creating new tray icon > [0x94dddd0] [idle_check_dbus] ec-tray-icon.c:483 (22:30:23): eggcups: > Disconnected prior to receiving a reply Hm. Looks like a DBus bug of some sort then. > strace end up with this output repeating itself ad nauseum > > select(18, [17], [], [17], NULL) = 1 (in [17]) > read(17, "ERROR \"Not currently in an auth "..., 2048) = 47 > select(18, [], [17], [17], NULL) = 1 (out [17]) > write(17, "CANCEL\r\n", 8) = 8 Can you run strace with -s 100 ? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From gstool at earthlink.net Sun Aug 29 13:38:52 2004 From: gstool at earthlink.net (Gerry Tool) Date: Sun, 29 Aug 2004 08:38:52 -0500 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <1093772698.22920.1.camel@localhost.localdomain> References: <4130E244.70306@earthlink.net> <1093724760.4135.24.camel@nexus.verbum.private> <1093772698.22920.1.camel@localhost.localdomain> Message-ID: <4131DC6C.7080305@earthlink.net> Mark McLoughlin wrote: >Hey, > >On Sat, 2004-08-28 at 21:26, Colin Walters wrote: > > >>On Sat, 2004-08-28 at 14:51 -0500, Gerry Tool wrote: >> >> >>>Since I upgraded about 20 packages today, I get an Error window with >>>this message. It also says "You can inform the developers of what >>>happened to help them fix it. Or you can restart the application right >>>now." >>> >>> >>Ok, do this: Go to Preferences->Sessions. Click on "Current Session". >>Scroll through the list until you see "eggcups". Click it, and then >>click "Remove". Click "Apply", then "Close". >> >> > > Or "gnome-session-remove eggcups" :-) > >HTH, >Mark. > > > > Thanks Mark and Colin for replying. I did the above and the error window disappeared. Gerry From walters at redhat.com Sun Aug 29 13:48:24 2004 From: walters at redhat.com (Colin Walters) Date: Sun, 29 Aug 2004 09:48:24 -0400 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <4131DC6C.7080305@earthlink.net> References: <4130E244.70306@earthlink.net> <1093724760.4135.24.camel@nexus.verbum.private> <1093772698.22920.1.camel@localhost.localdomain> <4131DC6C.7080305@earthlink.net> Message-ID: <1093787304.12727.17.camel@nexus.verbum.private> On Sun, 2004-08-29 at 08:38 -0500, Gerry Tool wrote: > > > Thanks Mark and Colin for replying. I did the above and the error > window disappeared. Err...the goal wasn't to get you to stop using eggcups, but instead to debug the problem. If you keep eggcups removed, you won't get print job status feedback. Can you continue with the rest of the instructions? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From surak at casa.surak.eti.br Sun Aug 29 14:06:53 2004 From: surak at casa.surak.eti.br (Alexandre Strube) Date: Sun, 29 Aug 2004 11:06:53 -0300 Subject: corrupted rpm db listing anyone? In-Reply-To: <4130D8C2.1070303@sbcglobal.net> References: <4130D8C2.1070303@sbcglobal.net> Message-ID: <1093788412.23388.2.camel@steelgoose.com> Em S?b, 2004-08-28 ?s 16:10, Jim Cornette escreveu: > Kudzu, hal and udev were some of the programs that came back claimimg > multiple version installations. > udev-030-7 > udev-030-10 > I removed the dupes from the older version, as a normal user > sucessfully. This removed the extra listing from the db. > rpm -q udev > udev-030-7 > udev-030-10 > [jim at cornette-fc3 ~]$ rpm -e --justdb udev-030-7 > error: package udev-030-7 is not installed > [jim at cornette-fc3 ~]$ rpm -q udev > udev-030-10 > I didn't know that removing the db entry was possible as a regular user. > I did an rpm --rebuilddb as root afterwards but am curious if this > problem effects others. This happens here when a "apt-get dist-upgrade" fails, some new packages are there, but the older ones weren't removed at failure's time. Is not that uncommon. -- []s Alexandre Ganso 500 FOUR vermelha - Diretor Steel Goose Moto Group From biped at comcast.net Sun Aug 29 14:06:57 2004 From: biped at comcast.net (Marcus Schuetz) Date: Sun, 29 Aug 2004 10:06:57 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <1093785077.12727.7.camel@nexus.verbum.private> References: <4130BD99.9060302@comcast.net> <1093724455.4135.20.camel@nexus.verbum.private> <4131087D.5050401@comcast.net> <1093744988.11028.38.camel@nexus.verbum.private> <4131445F.2090608@comcast.net> <1093785077.12727.7.camel@nexus.verbum.private> Message-ID: <4131E301.4050401@comcast.net> Colin Walters released the following into the bitstream on 08/29/04 09:11: > > Can you run strace with -s 100 ? > > Sure can, :-) ... gettimeofday({1093787777, 532709}, NULL) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI, revents=POLLIN}], 8, 0) = 1 ioctl(3, FIONREAD, [0]) = 0 read(12, "\1\22\0\1\0\0\0\0", 8) = 8 ioctl(3, FIONREAD, [0]) = 0 gettimeofday({1093787777, 536388}, NULL) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 8, 0) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 17 connect(17, {sa_family=AF_FILE, path="/var/run/dbus/system_bus_socket"}, 110) = 0 fcntl64(17, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(17, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl64(17, F_GETFD) = 0 fcntl64(17, F_SETFD, FD_CLOEXEC) = 0 getuid32() = 500 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0 select(18, [], [17], [17], NULL) = 1 (out [17]) write(17, "\0", 1) = 1 write(17, "AUTH EXTERNAL NTAw\r\n", 20) = 20 select(18, [17], [], [17], NULL) = 1 (in [17]) read(17, "ERROR \"Invalid hex encoding\"\r\n", 2048) = 30 select(18, [], [17], [17], NULL) = 1 (out [17]) write(17, "CANCEL\r\n", 8) = 8 select(18, [17], [], [17], NULL) = 1 (in [17]) read(17, "ERROR \"Not currently in an auth conversation\"\r\n", 2048) = 47 select(18, [], [17], [17], NULL) = 1 (out [17]) write(17, "CANCEL\r\n", 8) = 8 select(18, [17], [], [17], NULL) = 1 (in [17]) read(17, "ERROR \"Not currently in an auth conversation\"\r\n", 2048) = 47 and then repeats the last 4 lines forvever. BTW nothing in /var/log/messages Thanks a lot for looking into this. :: Marcus From fedora at linsolutions.com Sun Aug 29 14:06:31 2004 From: fedora at linsolutions.com (Listman) Date: Sun, 29 Aug 2004 10:06:31 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093774374.2792.17.camel@laptop.fenrus.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093774374.2792.17.camel@laptop.fenrus.com> Message-ID: <1093788391.28537.212.camel@inyoureyes.linsolutions.com> On Sun, 2004-08-29 at 06:12, Arjan van de Ven wrote: > On Sun, 2004-08-29 at 03:22, Listman wrote: > > We are all being shafted in this one. For those of you like me that have > > experienced high quality video courtesy of PWCX..... > > > > http://www.smcc.demon.nl/webcam/ > > > > Is their any way to talk some sense into the Kernel maintainers? > > Is there any way to talk some sense into all these people who don't even > take the time to understand the issue before moaning loudly? > > I mean; the guy demanded his driver to be removed from Linus' tree. We > might just put the driver back for fedora. We don't know yet. > > As for the hook thing and binary modules... Personally I consider about > all the binary only kernel modules that are distributed in violation of > the GPL. I'm not saying one cannot do one which doesn't, just that I > haven't seen many that don't. Note that that is my personal opinion and > not my employers'. Nor am I a lawyer. > > Linus and the bulk of the kernel developers want the kernel to be free > of pure hooks for binary modules regardless of the outcome of the > gray-area discussion. The PWC driver author somehow doesn't agree with > that policy and no longer wants to maintain his driver and has requested > his driver to be removed. His right to ask that.... Others have been > reverse engineering this thing in the last few days and it appears it's > just a fancy interpolation scheme... quite valuable IP that is ;) > > What most "uninformed" people who moan on several mailinglists seem to > ignore is that the GPL offers anyone the freedom to keep using the > driver. Linus did not say "Nobody can use this driver". He said "I > respect the wishes of the author to remove this". Just like Greg/Linus > removing the hook in their trees doesn't mean you or anyone else doesn't > have the freedom to put them back. The only snag is that the nemosoft > guy no longer distributes the binary only bits... which is the part that > isn't covered by the freedom of the GPL; anyone depending on those bits > voluntarily gave up their freedom and I find it really hard to feel > pitty for that. > > The apparent PR campaign (including your email) actually does more > damage than good; all these random emails contain no new arguments other > than repeating the incorrect assertions, and as such make the people > that would matter actually care *less* not more about this issue. > > After reflecting on this, I have to agree. What is the point in wasting core resources? Near term benefits at the cost of long term gains are always bad under almost all circumstances and especially in this one. If anything, the user base should be the ones fighting these battles with the vendors, not the developers. Kicks self in @$$. Ted From markmc at redhat.com Sun Aug 29 14:09:20 2004 From: markmc at redhat.com (Mark McLoughlin) Date: Sun, 29 Aug 2004 15:09:20 +0100 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <4131DC6C.7080305@earthlink.net> References: <4130E244.70306@earthlink.net> <1093724760.4135.24.camel@nexus.verbum.private> <1093772698.22920.1.camel@localhost.localdomain> <4131DC6C.7080305@earthlink.net> Message-ID: <1093788559.22920.30.camel@localhost.localdomain> Hi, On Sun, 2004-08-29 at 14:38, Gerry Tool wrote: > Mark McLoughlin wrote: > > >Hey, > > > >On Sat, 2004-08-28 at 21:26, Colin Walters wrote: > > > > > >>On Sat, 2004-08-28 at 14:51 -0500, Gerry Tool wrote: > >> > >> > >>>Since I upgraded about 20 packages today, I get an Error window with > >>>this message. It also says "You can inform the developers of what > >>>happened to help them fix it. Or you can restart the application right > >>>now." > >>> > >>> > >>Ok, do this: Go to Preferences->Sessions. Click on "Current Session". > >>Scroll through the list until you see "eggcups". Click it, and then > >>click "Remove". Click "Apply", then "Close". > >> > >> > > > > Or "gnome-session-remove eggcups" :-) > > > Thanks Mark and Colin for replying. I did the above and the error > window disappeared. This was only meant to replace Colin's first step in debugging the problem - its not a fix. Cheers, Mark. From alessandro.torrisi at eurone.it Sun Aug 29 14:39:48 2004 From: alessandro.torrisi at eurone.it (Alessandro Torrisi) Date: Sun, 29 Aug 2004 16:39:48 +0200 Subject: Blank screen after LOGOUT In-Reply-To: <20040827160024.5472673886@hormel.redhat.com> References: <20040827160024.5472673886@hormel.redhat.com> Message-ID: <200408291639.48144.alessandro.torrisi@eurone.it> Hi ! I've got a problem with my FC 2, very very strange. I use KDE and when I logout to GDM nothing appears in my LCD screen... Then I power-off the screen, and after some minutes (probably ten minutes) I power on the screen and my login screen is BACK !!! Probably a timeout ??? What is happening ? The same thing when I switch from a TTY to another ! Please HELP ME!!! Best regards, Alex.. From gstool at earthlink.net Sun Aug 29 15:17:28 2004 From: gstool at earthlink.net (Gerry Tool) Date: Sun, 29 Aug 2004 10:17:28 -0500 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <1093787304.12727.17.camel@nexus.verbum.private> References: <4130E244.70306@earthlink.net> <1093724760.4135.24.camel@nexus.verbum.private> <1093772698.22920.1.camel@localhost.localdomain> <4131DC6C.7080305@earthlink.net> <1093787304.12727.17.camel@nexus.verbum.private> Message-ID: <4131F388.8000006@earthlink.net> Colin Walters wrote: >On Sun, 2004-08-29 at 08:38 -0500, Gerry Tool wrote: > > >>Thanks Mark and Colin for replying. I did the above and the error >>window disappeared. >> >> > >Err...the goal wasn't to get you to stop using eggcups, but instead to >debug the problem. If you keep eggcups removed, you won't get print job >status feedback. Can you continue with the rest of the instructions? > > > Sorry about that. Since that time, I have updated to the latest rawhide and rebooted to a more recent kernel, 533. The error window no longer appears with that kernel or the previous two kernels. I am now having trouble booting and getting past the "Starting cups" line, with the 526 kernel and the 533 kernel (if I have rhgb quiet on the kernel line in grub.conf.) I can boot with kernel 532, but cups is hosed for some reason. If I try to print, the Printer Configuration dialog hangs with "Attempting to connect to host .....". My printers are on a networked print server. Printing still works fine in FC2, so I know the hardware is OK. I tried to execute your request, and do not know how to get eggcups to crash, so can't complete the process. Any clues on how to make it crash? Gerry From gstool at earthlink.net Sun Aug 29 15:20:17 2004 From: gstool at earthlink.net (Gerry Tool) Date: Sun, 29 Aug 2004 10:20:17 -0500 Subject: CUPs on reboot problem Message-ID: <4131F431.4030303@earthlink.net> Paul, I am experiencing the same problem, but was able to get the boot to complete by removing the "rhgb quiet" from the grub.conf kernel line. However, my printing is hosed - gets stuck on trying to access the network print controller. Gerry Tool From walters at redhat.com Sun Aug 29 15:50:24 2004 From: walters at redhat.com (Colin Walters) Date: Sun, 29 Aug 2004 11:50:24 -0400 Subject: The Application "eggcups" has quit unexpectedly In-Reply-To: <4131F388.8000006@earthlink.net> References: <4130E244.70306@earthlink.net> <1093724760.4135.24.camel@nexus.verbum.private> <1093772698.22920.1.camel@localhost.localdomain> <4131DC6C.7080305@earthlink.net> <1093787304.12727.17.camel@nexus.verbum.private> <4131F388.8000006@earthlink.net> Message-ID: <1093794624.12727.20.camel@nexus.verbum.private> On Sun, 2004-08-29 at 10:17 -0500, Gerry Tool wrote: > > > Sorry about that. Since that time, I have updated to the latest rawhide > and rebooted to a more recent kernel, 533. The error window no longer > appears with that kernel or the previous two kernels. I am now having > trouble booting and getting past the "Starting cups" line, with the 526 > kernel and the 533 kernel (if I have rhgb quiet on the kernel line in > grub.conf.) > > I can boot with kernel 532, but cups is hosed for some reason. If I try > to print, the Printer Configuration dialog hangs with "Attempting to > connect to host .....". My printers are on a networked print server. > Printing still works fine in FC2, so I know the hardware is OK. If you were trying to print from GNOME apps, that was a patch that was uploaded too early in libgnomeprint, should be fixed in today's rawhide. Not sure otherwise. > I tried to execute your request, and do not know how to get eggcups to > crash, so can't complete the process. Any clues on how to make it crash? If you can't make it crash anymore, I guess we'll write it off as a heisenbug... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jspaleta at gmail.com Sun Aug 29 16:05:08 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 29 Aug 2004 12:05:08 -0400 Subject: OffList: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093774374.2792.17.camel@laptop.fenrus.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093774374.2792.17.camel@laptop.fenrus.com> Message-ID: <604aa79104082909054f2c7083@mail.gmail.com> On Sun, 29 Aug 2004 12:12:54 +0200, Arjan van de Ven wrote: > I mean; the guy demanded his driver to be removed from Linus' tree. We > might just put the driver back for fedora. We don't know yet. I've taken this off-list because i don't want my suggestion to be a launching point for Axel or someone for ranting. If you decide to re-include this driver in fedora core even though its not in the mainline tree, I would like to suggest that this driver be maintained as a seperate add-on module package inside Core and not as a patch to the kernel. I'm sure doing that has some down-sides in terms of package maintainance, but i think having at least one example of a seperate kernel module package in Core would be useful as a some what authoritive reference to people creating add-on kernel modules in Extras. Either way its just a suggestion, in the hopes of making some headway in the never ending kernel-modules packaging issues. -jef From paul at all-the-johnsons.co.uk Sun Aug 29 17:48:11 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 29 Aug 2004 18:48:11 +0100 Subject: CUPS definately hosed Message-ID: <1093801691.4949.9.camel@T7.linux> Hi, I've done another reboot, took ages to get past starting the cups server (which it eventually did), but looking in var/log/messages, I saw this. Aug 29 11:56:13 T7 kernel: oom-killer: gfp_mask=0x1d2 Aug 29 11:56:30 T7 kernel: DMA per-cpu: Aug 29 11:56:30 T7 kernel: cpu 0 hot: low 2, high 6, batch 1 Aug 29 11:56:30 T7 kernel: cpu 0 cold: low 0, high 2, batch 1 Aug 29 11:56:30 T7 kernel: Normal per-cpu: Aug 29 11:56:30 T7 kernel: cpu 0 hot: low 32, high 96, batch 16 Aug 29 11:56:30 T7 kernel: cpu 0 cold: low 0, high 32, batch 16 Aug 29 11:56:30 T7 kernel: HighMem per-cpu: empty Aug 29 11:56:30 T7 kernel: Aug 29 11:56:30 T7 kernel: Free pages: 880kB (0kB HighMem) Aug 29 11:56:30 T7 kernel: Active:96241 inactive:92748 dirty:0 writeback:0 unstable:0 free:220 slab:1861 mapped:188696 pagetables:838 Aug 29 11:56:30 T7 kernel: DMA free:16kB min:16kB low:32kB high:48kB active:6468kB inactive:6184kB present:16384kB Aug 29 11:56:30 T7 kernel: protections[]: 0 0 0 Aug 29 11:56:31 T7 kernel: Normal free:864kB min:864kB low:1728kB high:2592kB active:378496kB inactive:364808kB present:769984kB Aug 29 11:56:31 T7 kernel: protections[]: 0 0 0 Aug 29 11:56:31 T7 kernel: HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB Aug 29 11:56:31 T7 kernel: protections[]: 0 0 0 Aug 29 11:56:31 T7 kernel: DMA: 0*4kB 0*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 16kB Aug 29 11:56:31 T7 kernel: Normal: 0*4kB 0*8kB 0*16kB 5*32kB 11*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 864kB Aug 29 11:56:31 T7 kernel: HighMem: empty Aug 29 11:56:31 T7 kernel: Swap cache: add 394473, delete 394454, find 1204/1543, race 0+0 Aug 29 11:56:31 T7 kernel: Out of Memory: Killed process 3012 (nscd). Aug 29 11:56:31 T7 kernel: oom-killer: gfp_mask=0x1d2 Aug 29 11:56:32 T7 kernel: DMA per-cpu: Aug 29 11:56:32 T7 kernel: cpu 0 hot: low 2, high 6, batch 1 Aug 29 11:56:32 T7 kernel: cpu 0 cold: low 0, high 2, batch 1 Aug 29 11:56:32 T7 kernel: Normal per-cpu: Aug 29 11:56:32 T7 kernel: cpu 0 hot: low 32, high 96, batch 16 Aug 29 11:56:32 T7 kernel: cpu 0 cold: low 0, high 32, batch 16 Aug 29 11:56:32 T7 kernel: HighMem per-cpu: empty Aug 29 11:56:32 T7 kernel: Aug 29 11:56:32 T7 kernel: Free pages: 840kB (0kB HighMem) Aug 29 11:56:33 T7 kernel: Active:181407 inactive:7575 dirty:0 writeback:0 unstable:0 free:210 slab:1845 mapped:188772 pagetables:838 Aug 29 11:56:33 T7 kernel: DMA free:16kB min:16kB low:32kB high:48kB active:12180kB inactive:516kB present:16384kB Aug 29 11:56:33 T7 kernel: protections[]: 0 0 0 Aug 29 11:56:33 T7 kernel: Normal free:824kB min:864kB low:1728kB high:2592kB active:713448kB inactive:29784kB present:769984kB Aug 29 11:56:33 T7 kernel: protections[]: 0 0 0 Aug 29 11:56:33 T7 kernel: HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB Aug 29 11:56:33 T7 kernel: protections[]: 0 0 0 Aug 29 11:56:34 T7 kernel: DMA: 0*4kB 0*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 16kB Aug 29 11:56:34 T7 kernel: Normal: 0*4kB 3*8kB 0*16kB 3*32kB 11*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 824kB Aug 29 11:56:34 T7 kernel: HighMem: empty Aug 29 11:56:34 T7 kernel: Swap cache: add 394912, delete 394912, find 1254/1641, race 0+1 Aug 29 11:56:34 T7 kernel: Out of Memory: Killed process 3014 (nscd). Other processes killed include such favourites as modprobe (and that's it - though it was killed 8 times!). Is this related to cups and if not, where is it from as I think it should be in bugzilla rather than my desktop. Something *is* up with cups though. If I try to use system-config- printer, the entire machine locks up, lots of HD thrashing and no action. I have to switch the machine off to get things working again. Very annoying! TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michel.salim at gmail.com Sun Aug 29 18:07:04 2004 From: michel.salim at gmail.com (Michel Salim) Date: Sun, 29 Aug 2004 13:07:04 -0500 Subject: SELinux seems to be in a good state, if any interest in trying it out. (targeted anyway) In-Reply-To: <4130000B.2080503@sbcglobal.net> References: <4130000B.2080503@sbcglobal.net> Message-ID: <883cfe6d040829110720ebe06c@mail.gmail.com> On Fri, 27 Aug 2004 23:46:19 -0400, Jim Cornette wrote: > After a little trouble getting SELinux to boot on my computer, things > look promising with the current state of SELinux running in targeted > mode and enforcing. (A lot of advice from the SELinux list conversations) > Does it work right out-of-the-box or are the words of advice given needed to set up SELinux? If it's the former I'll gladly guinea pig the AMD64 machine I'm getting next week as a test platform when test2 comes out. Thanks, -- Michel Salim ??? http://salimma.livejournal.com From jspaleta at gmail.com Sun Aug 29 18:25:46 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 29 Aug 2004 14:25:46 -0400 Subject: CUPS definately hosed In-Reply-To: <1093801691.4949.9.camel@T7.linux> References: <1093801691.4949.9.camel@T7.linux> Message-ID: <604aa791040829112520709a1b@mail.gmail.com> On Sun, 29 Aug 2004 18:48:11 +0100, Paul wrote: > Is this related to cups and if not, where is it from as I think it > should be in bugzilla rather than my desktop. You want to find out if its cups? turn off the cups service and reboot again and examine the log for similar messages. Isolate what causes the problem if you can by turning off services one at a time. As a counter-point I just booted into the 533smp kernel and I'm not seeing any problems with cups. I'm using a usb hp 3650 printer. > > Something *is* up with cups though. If I try to use system-config- > printer, the entire machine locks up, lots of HD thrashing and no > action. I have to switch the machine off to get things working again. Are you sure its cups? and not something hardware specific that cups just happens to set off? I can start the system-config-printer dialog without the cups service running. -jef From jimshep at mindspring.com Sun Aug 29 18:40:17 2004 From: jimshep at mindspring.com (Jim Shepherd) Date: Sun, 29 Aug 2004 14:40:17 -0400 Subject: xorg X11 using i81x drivers is working now Message-ID: <1093804818.3796.5.camel@kitchen.shepherdnet.net> Just upgraded to the 6.7.99.903-1 release of xorg-X11 that became available this morning and X is finally working on my PC with i810. Previously, X would not start when using the i810 driver and I received the same errors as many others on this list with similar Intel chipsets. -Jim From fct-cornette at sbcglobal.net Sun Aug 29 18:42:03 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 29 Aug 2004 14:42:03 -0400 Subject: Using hint from MA Young - find duplicates In-Reply-To: References: <4130E807.90708@sbcglobal.net> Message-ID: <4132237B.1060608@sbcglobal.net> M A Young wrote: > On Sat, 28 Aug 2004, Jim Cornette wrote: > > >>Since I was curious as to the extent of duplicate programs installed. I >>decided to search the redhat site to determine how many programs were >>multiple installs. After running the script from a posting from MA >>Young, here is what appeared duplicated. This is an ataached files. >> >>The query below shows one example for translation of the attached file. >> >> rpm -q binutils >>binutils-2.15.91.0.2-4 >>binutils-2.15.91.0.2-8 > > > Get the more up to date rpm, then try > rpm -Uvh newer.rpm --replacepkgs --replacefiles > > MIchael Young > > Thanks! I found that using that script from the Redhat Network archives and rpm -e --justdb multiple-older.rpm did the trick removing the "extra entry from the DB. Since, I seem to be the only one that ended up with the problem, I assume it must have to do with something unique to me only. I only noticed the duplicate package entries because of a posting related to udev and kudzu. Both programs displayed duplicates. Thanks for posting the scripts earlier and it still being in the archives. They came in extremely handy to resolve the problem. Jim -- In computing, the mean time to failure keeps getting shorter. From fct-cornette at sbcglobal.net Sun Aug 29 19:47:57 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 29 Aug 2004 15:47:57 -0400 Subject: SELinux seems to be in a good state, if any interest in trying it out. (targeted anyway) In-Reply-To: <883cfe6d040829110720ebe06c@mail.gmail.com> References: <4130000B.2080503@sbcglobal.net> <883cfe6d040829110720ebe06c@mail.gmail.com> Message-ID: <413232ED.1090507@sbcglobal.net> Michel Salim wrote: > On Fri, 27 Aug 2004 23:46:19 -0400, Jim Cornette > wrote: > >>After a little trouble getting SELinux to boot on my computer, things >>look promising with the current state of SELinux running in targeted >>mode and enforcing. (A lot of advice from the SELinux list conversations) >> > > > Does it work right out-of-the-box or are the words of advice given > needed to set up SELinux? If it's the former I'll gladly guinea pig > the AMD64 machine I'm getting next week as a test platform when test2 > comes out. > > Thanks, > I'm sure that AMD64 testing will be very valuable to weed out the policies and security related items. I'm using an i686 system and even cron jobs now report no mislabeled files. This is far different than FC2test and SELinux. To get SELinux setup the below rpms should be installed along with any dependent processes. selinux-policy-targeted libselinux selinux-policy-strict The steps would mostly be to upgrade programs to the latest revision, then do something like the below. Set up your /etc/sysconfig/selinux (actually a symlink to /etc/selinux/config ) file to whichever policy desired (strict or targeted). Then you would want to setup the mode of enforcement (permissive or strict). Permissive displays avc messages in /var/log/messages. Strict will halt system at any violation of policy. Boot into runlevel 1 or 3 as to have minimal open files. Then you want to run as root the below command to have your filesystems labeled. fixfiles relabel This will take awhile when ran for the first time. After the relabeling finishes, restart your system. These are only my recollection of steps needed to initialize SELinux. Check out the SELinux list and appropriate websites for more specific information. Jim -- Another name for a Windows tutorial is "crash course". From fct-cornette at sbcglobal.net Sun Aug 29 19:55:17 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 29 Aug 2004 15:55:17 -0400 Subject: xorg X11 using i81x drivers is working now In-Reply-To: <1093804818.3796.5.camel@kitchen.shepherdnet.net> References: <1093804818.3796.5.camel@kitchen.shepherdnet.net> Message-ID: <413234A5.2080200@sbcglobal.net> Jim Shepherd wrote: > Just upgraded to the 6.7.99.903-1 release of xorg-X11 that became > available this morning and X is finally working on my PC with i810. > Previously, X would not start when using the i810 driver and I received > the same errors as many others on this list with similar Intel chipsets. > > -Jim > > This makes things much easier! Thanks for the info. X now works with no needed tricks w/ the 815 card type also. Jim -- Another name for a Windows tutorial is "crash course". From fct-cornette at sbcglobal.net Sun Aug 29 20:25:38 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 29 Aug 2004 16:25:38 -0400 Subject: xorg X11 using i81x drivers is very slow now! It does come up though! In-Reply-To: <413234A5.2080200@sbcglobal.net> References: <1093804818.3796.5.camel@kitchen.shepherdnet.net> <413234A5.2080200@sbcglobal.net> Message-ID: <41323BC2.2060703@sbcglobal.net> Jim Cornette wrote: > Jim Shepherd wrote: > >> Just upgraded to the 6.7.99.903-1 release of xorg-X11 that became >> available this morning and X is finally working on my PC with i810. >> Previously, X would not start when using the i810 driver and I received >> the same errors as many others on this list with similar Intel chipsets. >> >> -Jim >> >> Never mind! Things started to work very slowly w/ X (virtually locked up activity, after a very short time.) I copied the i810 driver from the earlier installation to see if things seemed to work better. If someone posted a bug report yet. What number bug report it is? Attached is my first launched xorg session report. This with everything at rpm default. Jim -- Another name for a Windows tutorial is "crash course". -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: xorg-08-29-04.log URL: From walters at redhat.com Sun Aug 29 21:02:49 2004 From: walters at redhat.com (Colin Walters) Date: Sun, 29 Aug 2004 17:02:49 -0400 Subject: messagebus/eggcups high cpu usage -- glxgears slow In-Reply-To: <4131E301.4050401@comcast.net> References: <4130BD99.9060302@comcast.net> <1093724455.4135.20.camel@nexus.verbum.private> <4131087D.5050401@comcast.net> <1093744988.11028.38.camel@nexus.verbum.private> <4131445F.2090608@comcast.net> <1093785077.12727.7.camel@nexus.verbum.private> <4131E301.4050401@comcast.net> Message-ID: <1093813369.12727.28.camel@nexus.verbum.private> On Sun, 2004-08-29 at 10:06 -0400, Marcus Schuetz wrote: > Colin Walters released the following into the bitstream on 08/29/04 09:11: > > > > Can you run strace with -s 100 ? > > > > > Sure can, :-) > > ... > gettimeofday({1093787777, 532709}, NULL) = 0 > poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, > events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=13, > events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, > events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI, revents=POLLIN}], > 8, 0) = 1 > ioctl(3, FIONREAD, [0]) = 0 > read(12, "\1\22\0\1\0\0\0\0", 8) = 8 > ioctl(3, FIONREAD, [0]) = 0 > gettimeofday({1093787777, 536388}, NULL) = 0 > poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, > events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=13, > events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, > events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 8, 0) = 0 > socket(PF_FILE, SOCK_STREAM, 0) = 17 > connect(17, {sa_family=AF_FILE, path="/var/run/dbus/system_bus_socket"}, > 110) = 0 > fcntl64(17, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(17, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > fcntl64(17, F_GETFD) = 0 > fcntl64(17, F_SETFD, FD_CLOEXEC) = 0 > getuid32() = 500 > rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0 > select(18, [], [17], [17], NULL) = 1 (out [17]) > write(17, "\0", 1) = 1 > write(17, "AUTH EXTERNAL NTAw\r\n", 20) = 20 > select(18, [17], [], [17], NULL) = 1 (in [17]) > read(17, "ERROR \"Invalid hex encoding\"\r\n", 2048) = 30 > select(18, [], [17], [17], NULL) = 1 (out [17]) > write(17, "CANCEL\r\n", 8) = 8 > select(18, [17], [], [17], NULL) = 1 (in [17]) > read(17, "ERROR \"Not currently in an auth conversation\"\r\n", 2048) = 47 > select(18, [], [17], [17], NULL) = 1 (out [17]) > write(17, "CANCEL\r\n", 8) = 8 > select(18, [17], [], [17], NULL) = 1 (in [17]) > read(17, "ERROR \"Not currently in an auth conversation\"\r\n", 2048) = 47 > > and then repeats the last 4 lines forvever. BTW nothing in /var/log/messages Hmm. There is definitely a bug in the DBus libraries here in that it tries to connect forever even if there are repeated errors. But why exactly you are getting that error is unknown to me, it looks like NTAw should be a valid hex encoding. I'll investigate more... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ghenriks at rogers.com Sun Aug 29 21:45:30 2004 From: ghenriks at rogers.com (Gerald Henriksen) Date: Sun, 29 Aug 2004 17:45:30 -0400 Subject: did something drastically change with the 532 with regard to how usb devices are hanndled? In-Reply-To: <604aa79104082810502e3f0c40@mail.gmail.com> References: <604aa79104082810502e3f0c40@mail.gmail.com> Message-ID: On Sat, 28 Aug 2004 13:50:51 -0400, you wrote: >-jef"wonders whats going to break now that his cd drive is showing up >as /media/cdrw instead of /mnt/cdrom, time to check all those silly cd >audio apps that use to expect /dev/cdrom and /mnt/cdrom"spaleta The gnome-cd app in gnome-media fails, bugzilla'd at http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=131200 From paul at all-the-johnsons.co.uk Sun Aug 29 22:49:58 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 29 Aug 2004 23:49:58 +0100 Subject: CUPS definately hosed In-Reply-To: <604aa791040829112520709a1b@mail.gmail.com> References: <1093801691.4949.9.camel@T7.linux> <604aa791040829112520709a1b@mail.gmail.com> Message-ID: <1093819798.15130.3.camel@T7.linux> Hi, > > Something *is* up with cups though. If I try to use system-config- > > printer, the entire machine locks up, lots of HD thrashing and no > > action. I have to switch the machine off to get things working again. > > Are you sure its cups? and not something hardware specific that cups > just happens to set off? I can start the system-config-printer > dialog without the cups service running. cups worked yesterday on the 2.6.8-1.503 kernel and not today under the 532 kernel. I have done a cups shutdown and then restart. Massive lag, lots of HD thrashing then everything died and I needed a power reset to get back to normal. On boot, took ages to get past the cups start up. I've done an update to the 533 kernel and will see what that does. I still suspect a problem with cups. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From Axel.Thimm at ATrpms.net Sun Aug 29 23:15:14 2004 From: Axel.Thimm at ATrpms.net (Axel Thimm) Date: Mon, 30 Aug 2004 01:15:14 +0200 Subject: OffList: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <604aa79104082909054f2c7083@mail.gmail.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093774374.2792.17.camel@laptop.fenrus.com> <604aa79104082909054f2c7083@mail.gmail.com> Message-ID: <20040829231514.GA6260@neu.physik.fu-berlin.de> On Sun, Aug 29, 2004 at 12:05:08PM -0400, Jeff Spaleta wrote: > On Sun, 29 Aug 2004 12:12:54 +0200, Arjan van de Ven > wrote: > > I mean; the guy demanded his driver to be removed from Linus' tree. We > > might just put the driver back for fedora. We don't know yet. > > > I've taken this off-list because i don't want my suggestion to be a > launching point for Axel or someone for ranting. Looks like it's on-list, but I'll keep from ranting this time ;) > If you decide to re-include this driver in fedora core even though its > not in the mainline tree, I would like to suggest that this driver be > maintained as a seperate add-on module package inside Core and not as > a patch to the kernel. I'm sure doing that has some down-sides in > terms of package maintainance, but i think having at least one example > of a seperate kernel module package in Core would be useful as a some > what authoritive reference to people creating add-on kernel modules in > Extras. > > Either way its just a suggestion, in the hopes of making some headway > in the never ending kernel-modules packaging issues. -- Axel.Thimm at ATrpms.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From paul at all-the-johnsons.co.uk Mon Aug 30 00:13:51 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 01:13:51 +0100 Subject: CUPS definately hosed In-Reply-To: <1093819798.15130.3.camel@T7.linux> References: <1093801691.4949.9.camel@T7.linux> <604aa791040829112520709a1b@mail.gmail.com> <1093819798.15130.3.camel@T7.linux> Message-ID: <1093824831.4974.2.camel@T7.linux> Hi, > I've done an update to the 533 kernel and will see what that does. > > I still suspect a problem with cups. Going to 533 made no difference, big delays in boot up. Looking harder this time, I can start system-config-printer, but when I try to edit the printer, that's when the disk thrashing starts. Any way of tracing if it's cups gone mad? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Mon Aug 30 00:19:49 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 01:19:49 +0100 Subject: Sound problems with the 533 kernel Message-ID: <1093825189.4974.7.camel@T7.linux> Hi, No problems with sound under the 2.6.8-1.532 kernel, but under 533 I get no sound out until I run system-config-soundcard. Once that has been run, I am able to use xmms. However, the gnome volume control is not detecting either of my soundcards. Doesn't seem to be anything on bugzilla. Is anyone else seeing this problem? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jspaleta at gmail.com Mon Aug 30 00:24:46 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Sun, 29 Aug 2004 20:24:46 -0400 Subject: CUPS definately hosed In-Reply-To: <1093824831.4974.2.camel@T7.linux> References: <1093801691.4949.9.camel@T7.linux> <604aa791040829112520709a1b@mail.gmail.com> <1093819798.15130.3.camel@T7.linux> <1093824831.4974.2.camel@T7.linux> Message-ID: <604aa7910408291724a3fd5b5@mail.gmail.com> On Mon, 30 Aug 2004 01:13:51 +0100, Paul wrote: > Hi, > Looking harder this time, I can start system-config-printer, but when I > try to edit the printer, that's when the disk thrashing starts. Any way > of tracing if it's cups gone mad? not to beat a dead horse... but i can edit my printer definition via system-config-printer without the cups service running. The cups service doesnt get started till i hit the apply button. Try stopping the cups service... make sure everything looks okay with cups stopped then run s-c-printer and edit the entry... see if it thrashes before you hit apply... if it thrashes see if the cups process was restarted... -jef From fct-cornette at sbcglobal.net Mon Aug 30 01:06:52 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Sun, 29 Aug 2004 21:06:52 -0400 Subject: X crashing? Slowing? .. with i810 driver - xorg-x11-6.7.99.903-1 Message-ID: <41327DAC.2090207@sbcglobal.net> I tried the latest CVS version and found that X and startx seemed to die as processes after a short time running on the 815 video card . Gnome kept using whatever residual elements were on screen 7. Anyway, I submitted the below bug against the i810 driver. https://freedesktop.org/bugzilla/show_bug.cgi?id=1232 As a note: I am compiling the src rpm w/ the below commands to see if it fares better. .. rpmbuild --rebuild --target i686 xorg-x11-6.7.99.903-1.src.rpm At least it is alive again. After compiling and installing the i686 rpms, the results will be added to the bug report. Just in case other users have similar troubles w/ the latest driver. Jim -- Another name for a Windows tutorial is "crash course". From paul at dishone.st Mon Aug 30 03:00:39 2004 From: paul at dishone.st (Paul Jakma) Date: Mon, 30 Aug 2004 04:00:39 +0100 (IST) Subject: OffList: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <604aa79104082909054f2c7083@mail.gmail.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093774374.2792.17.camel@laptop.fenrus.com> <604aa79104082909054f2c7083@mail.gmail.com> Message-ID: On Sun, 29 Aug 2004, Jeff Spaleta wrote: > I've taken this off-list because i don't want my suggestion to be a > launching point for Axel or someone for ranting. Except it went on-list. List maintainers: setting Reply-To list is *evil*, please consider removing this malfeature of the RedHat lists. Luckily for Jeff his mail wasnt sensitive.. regards, -- Paul Jakma paul at clubi.ie paul at jakma.org Key ID: 64A2FF6A Fortune: Anarchy may not be a better form of government, but it's better than no government at all. From skvidal at phy.duke.edu Mon Aug 30 03:08:48 2004 From: skvidal at phy.duke.edu (seth vidal) Date: Sun, 29 Aug 2004 23:08:48 -0400 Subject: OffList: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093774374.2792.17.camel@laptop.fenrus.com> <604aa79104082909054f2c7083@mail.gmail.com> Message-ID: <1093835328.9616.60.camel@binkley> On Mon, 2004-08-30 at 04:00 +0100, Paul Jakma wrote: > On Sun, 29 Aug 2004, Jeff Spaleta wrote: > > > I've taken this off-list because i don't want my suggestion to be a > > launching point for Axel or someone for ranting. > > Except it went on-list. > > List maintainers: setting Reply-To list is *evil*, please consider > removing this malfeature of the RedHat lists. Luckily for Jeff his > mail wasnt sensitive.. > List maintainers, consider pruning all mails that discuss the sinfulness (or not) of Reply-To as it is an excellent way to make lists more annoying. :) -sv From spam at tachegroup.com Mon Aug 30 05:33:56 2004 From: spam at tachegroup.com (TGS) Date: Mon, 30 Aug 2004 01:33:56 -0400 Subject: bug or not: modprobe and DL2K Message-ID: When modprobe runs and creates the modprobe.conf, it creates entries for my Dlink network card, with the module DL2K. I have to edit the file to be dl2k, all lowercase, to have the driver for the card. Is this a bug? From mpleite at ppl-ti.com Mon Aug 30 08:56:58 2004 From: mpleite at ppl-ti.com (Miguel Pereira Leite) Date: Mon, 30 Aug 2004 09:56:58 +0100 Subject: bug or not: modprobe and DL2K In-Reply-To: References: Message-ID: <1093856217.31029.3.camel@douro.ppl-ti.com> I. The same here with a full updated FC2 (kernel 2.6.8-1.521), with a DLink DL2000 (module dl2k) on a Proliant ML210. The workarround to access network, was to edit modprob.conf. After that, works OK. It looks like a little bug.. A Seg, 2004-08-30 ?s 06:33, TGS escreveu: > When modprobe runs and creates the modprobe.conf, it creates entries for my > Dlink network card, with the module DL2K. I have to edit the file to be > dl2k, all lowercase, to have the driver for the card. > > Is this a bug? -- Miguel Pereira Leite Proen?a & Pereira Leite - Tecnologias de Informa??o, Lda -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Esta ? uma parte de mensagem assinada digitalmente URL: From paul at all-the-johnsons.co.uk Mon Aug 30 09:22:57 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 10:22:57 +0100 Subject: CUPS definately hosed In-Reply-To: <604aa7910408291724a3fd5b5@mail.gmail.com> References: <1093801691.4949.9.camel@T7.linux> <604aa791040829112520709a1b@mail.gmail.com> <1093819798.15130.3.camel@T7.linux> <1093824831.4974.2.camel@T7.linux> <604aa7910408291724a3fd5b5@mail.gmail.com> Message-ID: <1093857777.16240.1.camel@T7.linux> Hi, > Try stopping the cups service... make sure everything looks okay with > cups stopped > then run s-c-printer and edit the entry... see if it thrashes before > you hit apply... if it thrashes see if the cups process was > restarted... Been there, seen it, done it, got the 2.1Mb strace generated file, kernel panic and lock up. It's not right I tellls ye! TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Mon Aug 30 09:40:46 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 10:40:46 +0100 Subject: cups / nscd / system-config-printer Message-ID: <1093858846.16240.8.camel@T7.linux> Hi, I'm looking at the output of strace -f system-config-printer There looks to be a problem with nscd not being available. When I run system-config-services, nscd reports that it's dead but the lock file is still there. Other than caching the nameservers, what else does it do and could it interfere with printing? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jimshep at mindspring.com Mon Aug 30 11:30:08 2004 From: jimshep at mindspring.com (Jim Shepherd) Date: Mon, 30 Aug 2004 07:30:08 -0400 Subject: xorg X11 using i81x drivers is very slow now! It does come up though! In-Reply-To: <41323BC2.2060703@sbcglobal.net> References: <1093804818.3796.5.camel@kitchen.shepherdnet.net> <413234A5.2080200@sbcglobal.net> <41323BC2.2060703@sbcglobal.net> Message-ID: <1093865409.3796.13.camel@kitchen.shepherdnet.net> On Sun, 2004-08-29 at 16:25 -0400, Jim Cornette wrote: > Jim Cornette wrote: > Never mind! Things started to work very slowly w/ X (virtually locked up > activity, after a very short time.) I've been running the 6.7.99.903-1 release for a day now and there is no noticeable slow down and definitely not any lock-ups. This is using the i810 driver on an i810 chipset. -Jim From fct-cornette at sbcglobal.net Mon Aug 30 11:46:59 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Mon, 30 Aug 2004 07:46:59 -0400 Subject: xorg X11 using i81x drivers is very slow now! It does come up though! In-Reply-To: <1093865409.3796.13.camel@kitchen.shepherdnet.net> References: <1093804818.3796.5.camel@kitchen.shepherdnet.net> <413234A5.2080200@sbcglobal.net> <41323BC2.2060703@sbcglobal.net> <1093865409.3796.13.camel@kitchen.shepherdnet.net> Message-ID: <413313B3.8050902@sbcglobal.net> Jim Shepherd wrote: > On Sun, 2004-08-29 at 16:25 -0400, Jim Cornette wrote: > >>Jim Cornette wrote: >>Never mind! Things started to work very slowly w/ X (virtually locked up >>activity, after a very short time.) > > > I've been running the 6.7.99.903-1 release for a day now and there is no > noticeable slow down and definitely not any lock-ups. This is using the > i810 driver on an i810 chipset. > > -Jim > > Running with the i686 compiled binaries that I installed after the problem surfaced on my 815 chipset, X is working fine. If I load the binary i810 driver from the latest xorg-x11 binary rpm, even with the i686 compiled rpms installed, it slows down *tremendously* If it wouldn't be of too much trouble for you to do. Please file your working Xorg.0.log for comparison on the below bug report. This might be useful for debugging the error. Thanks, Jim https://freedesktop.org/bugzilla/show_bug.cgi?id=1232 -- Another name for a Windows tutorial is "crash course". From gstool at earthlink.net Mon Aug 30 13:09:36 2004 From: gstool at earthlink.net (Gerry Tool) Date: Mon, 30 Aug 2004 08:09:36 -0500 Subject: CUPS definately hosed In-Reply-To: <1093857777.16240.1.camel@T7.linux> References: <1093801691.4949.9.camel@T7.linux> <604aa791040829112520709a1b@mail.gmail.com> <1093819798.15130.3.camel@T7.linux> <1093824831.4974.2.camel@T7.linux> <604aa7910408291724a3fd5b5@mail.gmail.com> <1093857777.16240.1.camel@T7.linux> Message-ID: <41332710.5010904@earthlink.net> Paul wrote: >Hi, > > > >>Try stopping the cups service... make sure everything looks okay with >>cups stopped >>then run s-c-printer and edit the entry... see if it thrashes before >>you hit apply... if it thrashes see if the cups process was >>restarted... >> >> > >Been there, seen it, done it, got the 2.1Mb strace generated file, >kernel panic and lock up. > >It's not right I tellls ye! > >TTFN > >Paul > > Do you have "rhgb quiet" at the end of the kernel line in grub.conf? If so, try booting with that removed. I was hanging at the cups startup during boot until I removed that. Gerry From paul at all-the-johnsons.co.uk Mon Aug 30 13:14:32 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 14:14:32 +0100 Subject: system-conf-printer - more info Message-ID: <1093871672.4648.10.camel@T7.linux> Hi, The saga of the hosed cups continues.... I've done the following so far 1. switched off nscd and cups via s-c-services 2. restarted the machine 3. opened a terminal window, su, strace -o print2.txt -f system-config- printer As with yesterday, the system ground to a halt (100% processor time, lots of disc hammering). Unlike yesterday though, instead of a complete hang, the desktop cleared (nautilus and gnome-panel then restarted, though all applications I had been running had not been restarted). strace seems odd. At the start of the 2Mb file, there are piles of python bits not there (lots of things from /sbin and /usr/lib/python2.3 - such as /usr/lib/python2.3/lib-tk/ltihooks.pyo and ltihooks.so) Towards the end, it seems that s-c-p is loading the printer information, but then dies suddenly at the end. If its any use, I'll tar.bz2 them (both the one from yesterday and from today) - I would imagine 4.1Mb of text will compress nicely. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Mon Aug 30 13:16:29 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 14:16:29 +0100 Subject: CUPS definately hosed In-Reply-To: <41332710.5010904@earthlink.net> References: <1093801691.4949.9.camel@T7.linux> <604aa791040829112520709a1b@mail.gmail.com> <1093819798.15130.3.camel@T7.linux> <1093824831.4974.2.camel@T7.linux> <604aa7910408291724a3fd5b5@mail.gmail.com> <1093857777.16240.1.camel@T7.linux> <41332710.5010904@earthlink.net> Message-ID: <1093871789.4648.13.camel@T7.linux> Hi, > Do you have "rhgb quiet" at the end of the kernel line in grub.conf? Nope. I have it removed while using rawhide - so I can try and find where problems are. > If > so, try booting with that removed. I was hanging at the cups startup > during boot until I removed that. Nope. It was still hanging with plenty of problems which seemed to be nscd related (probably symptomatic rather than actual cause). TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jspaleta at gmail.com Mon Aug 30 13:34:28 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Mon, 30 Aug 2004 09:34:28 -0400 Subject: system-conf-printer - more info In-Reply-To: <1093871672.4648.10.camel@T7.linux> References: <1093871672.4648.10.camel@T7.linux> Message-ID: <604aa791040830063464055c5f@mail.gmail.com> On Mon, 30 Aug 2004 14:14:32 +0100, Paul wrote: > strace seems odd. At the start of the 2Mb file, there are piles of > python bits not there (lots of things from /sbin and /usr/lib/python2.3 > - such as /usr/lib/python2.3/lib-tk/ltihooks.pyo and ltihooks.so) Do you have any duplicate packages installed? -jef From paul at all-the-johnsons.co.uk Mon Aug 30 13:58:03 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 14:58:03 +0100 Subject: Hosed cups - the strace output Message-ID: <1093874283.4520.5.camel@T7.linux> Hi, I've uploaded the strace output for my system when trying to run s-c- printer and restart the cups server. http://www.all-the-johnsons.co.uk/linux/downloads/printer.tar.bz2 (it's 206k long) If anyone can see the reason for both cups not starting or s-c-p not working, I'll be interested to hear. Both files marked printer are run from me as su and trying to start s-c- printer. printer.txt - with nscd and cups started on boot print2.txt - with nscd and cups stopped on boot cups.txt - attempting to start the cups server Help! TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From Philip.R.Schaffner at NASA.gov Mon Aug 30 14:03:32 2004 From: Philip.R.Schaffner at NASA.gov (Phil Schaffner) Date: Mon, 30 Aug 2004 10:03:32 -0400 Subject: apt sources for fedora 3 test? In-Reply-To: <1093703826.4054.12.camel@localhost.localdomain> References: <1093703826.4054.12.camel@localhost.localdomain> Message-ID: <1093874612.7666.38.camel@radar0.larc.nasa.gov> On Sat, 2004-08-28 at 10:37 -0400, Aaron Gaudio wrote: > I currently have download.fedora.us and ayo.freshrpms.net set up as apt > sources for fedora test, but download.fedora.us doesn't appear to have > any SRPMS anymore, and ayo.freshrpms.net doesn't have an updated index > (some of the rpms are 404ing, so I assume they updated their packages > but not their index). > > I wonder if anyone else has some better mirrors to suggest? Don't seem to be any yet. Fedora US has the basic FC3T1 (2.90) OS packages but only empty place-holders for others. Can roll your own extra packages from FC2 SRPMS, or wait for 3rd party repos to start jumping on the FC3 bandwagon. From FC2 test experience, that won't happen until about FC3T3, or in some cases FC3. Generally not a good idea to have both fedora.us/livna and freshrpms&friends in the same yum.conf - they tend not to play nicely together. Phil From paul at all-the-johnsons.co.uk Mon Aug 30 14:30:57 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 15:30:57 +0100 Subject: system-conf-printer - more info In-Reply-To: <604aa791040830063464055c5f@mail.gmail.com> References: <1093871672.4648.10.camel@T7.linux> <604aa791040830063464055c5f@mail.gmail.com> Message-ID: <1093876257.4520.34.camel@T7.linux> Hi, > On Mon, 30 Aug 2004 14:14:32 +0100, Paul wrote: > > strace seems odd. At the start of the 2Mb file, there are piles of > > python bits not there (lots of things from /sbin and /usr/lib/python2.3 > > - such as /usr/lib/python2.3/lib-tk/ltihooks.pyo and ltihooks.so) > > Do you have any duplicate packages installed? Not that I can see rpm -qa cups cups 1.1.21-1.rc2.1 rpm -qa perl perl 5.8.5-4 rpm -qa system-config-printer system-config-printer-0.6.109-1 rpm -qa python python-2.3.4-8 This one is starting to get interesting (not!) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jspaleta at gmail.com Mon Aug 30 14:38:38 2004 From: jspaleta at gmail.com (Jeff Spaleta) Date: Mon, 30 Aug 2004 10:38:38 -0400 Subject: system-conf-printer - more info In-Reply-To: <1093876257.4520.34.camel@T7.linux> References: <1093871672.4648.10.camel@T7.linux> <604aa791040830063464055c5f@mail.gmail.com> <1093876257.4520.34.camel@T7.linux> Message-ID: <604aa7910408300738f7f893@mail.gmail.com> On Mon, 30 Aug 2004 15:30:57 +0100, Paul wrote: > Not that I can see I would encourage to check the full list of installed rpms for duplicates instead of hunting for obvious package duplicates one at a time to save time in the future. The thread "Using hint from MA Young - find duplicates" in this list has a procedure to look for duplicates: rpm -qa --qf "%{NAME}\n" | sort >/tmp/example.out uniq References: <1093804818.3796.5.camel@kitchen.shepherdnet.net> <413234A5.2080200@sbcglobal.net> <41323BC2.2060703@sbcglobal.net> <1093865409.3796.13.camel@kitchen.shepherdnet.net> <413313B3.8050902@sbcglobal.net> Message-ID: <20040830144900.GD30126@devserv.devel.redhat.com> On Mon, Aug 30, 2004 at 07:46:59AM -0400, Jim Cornette wrote: > If I load the binary i810 driver from the latest xorg-x11 binary rpm, > even with the i686 compiled rpms installed, it slows down *tremendously* Do you see vast numbers of interrupts of some form ? From paul at all-the-johnsons.co.uk Mon Aug 30 15:00:15 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 16:00:15 +0100 Subject: system-conf-printer - more info In-Reply-To: <604aa7910408300738f7f893@mail.gmail.com> References: <1093871672.4648.10.camel@T7.linux> <604aa791040830063464055c5f@mail.gmail.com> <1093876257.4520.34.camel@T7.linux> <604aa7910408300738f7f893@mail.gmail.com> Message-ID: <1093878015.4520.56.camel@T7.linux> Hi, > rpm -qa --qf "%{NAME}\n" | sort >/tmp/example.out > uniq Canna 519a521,522 > gpg-pubkey > gpg-pubkey 704a708,709 > kernel > kernel 706a712,717 > kernel-smp > kernel-smp > kernel-smp > kernel-smp > kernel-smp > kernel-smp 1352a1364 > RealPlayer 1660a1673 > xerces-j Doesn't look like *any* of the printing rpms are duplicated. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From tjb at unh.edu Mon Aug 30 15:11:11 2004 From: tjb at unh.edu (Thomas J. Baker) Date: Mon, 30 Aug 2004 11:11:11 -0400 Subject: USB System Partially Broken with 533 Kernel? Message-ID: <1093878671.2178.6.camel@wintermute.sr.unh.edu> I noticed after yesterdays kernel update that I could no longer get pictures off my camera. When I tried lsub, I got this: katratzi> lsusb Unknown line at line 4969 Unknown line at line 4970 Unknown line at line 4971 Unknown line at line 4972 Unknown line at line 4973 Unknown line at line 4974 Unknown line at line 4975 Unknown line at line 4976 Unknown line at line 4977 Unknown line at line 4978 Unknown line at line 4979 Unknown line at line 4980 Unknown line at line 4981 Unknown line at line 4982 Unknown line at line 4983 Unknown line at line 4984 Unknown line at line 4985 Unknown line at line 4986 Unknown line at line 4987 Unknown line at line 4988 Unknown line at line 4989 Unknown line at line 4990 Unknown line at line 4991 Unknown line at line 4992 Unknown line at line 4993 Unknown line at line 4994 Unknown line at line 4995 Unknown line at line 4996 Unknown line at line 4997 Unknown line at line 4998 Unknown line at line 4999 Unknown line at line 5000 Unknown line at line 5001 Unknown line at line 5002 Unknown line at line 5003 Unknown line at line 5004 katratzi> My camera is an EOS-10d and it doesn't use usb-storage but a dedicated libgphoto driver. My usb mouse and keyboard still work. A few kernels ago, I had to start retrieving my pictures as root because a normal user no longer worked due to permissions. I chalked that up to udev development. It now doesn't work at all. gphoto complains about not being able to find the device. Thanks, tjb -- ======================================================================= | Thomas Baker email: tjb at unh.edu | | Systems Programmer | | Research Computing Center voice: (603) 862-4490 | | University of New Hampshire fax: (603) 862-1761 | | 332 Morse Hall | | Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb | ======================================================================= From Philip.R.Schaffner at NASA.gov Mon Aug 30 15:27:22 2004 From: Philip.R.Schaffner at NASA.gov (Phil Schaffner) Date: Mon, 30 Aug 2004 11:27:22 -0400 Subject: Error installing dev update Message-ID: <1093879642.7666.49.camel@radar0.larc.nasa.gov> Running "yum upgrade" generated the following... Cannot install the dev package: mounted devfs detected. error: %pre(dev-3.9.1-1) scriptlet failed, exit status 1 error: install: %pre scriptlet failed (2), skipping dev-3.9.1-1 How does one update the dev package? Phil From marcmo at foxriver.com Mon Aug 30 16:05:52 2004 From: marcmo at foxriver.com (Marcos A. Mondragon) Date: Mon, 30 Aug 2004 11:05:52 -0500 Subject: MSI K8N Neo nForce3-250 kernel problems Message-ID: <1093881952.4786.16.camel@frln06.foxriver.com> Hello, I've been have problems getting a working kernel with this motherboard. I initially install FC2 x86_64 without a problem and I tried to install FC3 test1 but there were problems with the test1 isolinux that were addressed by Jeremy Katz (Bugzilla # 130557). I then used yum to update my packages to FC3 test1 via the development channel but I haven't been able to boot a kernel later than 2.6.6-1.435.2.3 (which I kept around from FC2). I've entered it into Bugzilla (# 130558) but I was curious if anyone on the list has been able to use this motherboard with FC3 test1. I've looked around and tried some of the generic x86_64 suggestions (acpi=off) without any luck and I have a segment of my serial console dump that I'm including. I can e-mail the full log if anyone is interested. Thanks, -- Marc Mondragon Fox River Financial Resources/Ritchie Capital Investments, Ltd. 2100 Enterprise Avenue Geneva, IL 60134 marcmo at foxriver.com Tail end of serial console capture: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx NFORCE3-250: IDE controller at PCI slot 0000:00:08.0 NFORCE3-250: chipset revision 162 NFORCE3-250: not 100% native mode: will probe irqs later NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround. NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA hda: LITE-ON COMBO SOHC-5232K, ATAPI CD/DVD-ROM drive Using cfq io scheduler ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hdc: _NEC DVD_RW ND-2510A, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hda: ATAPI 52X DVD-ROM CD-R/RW drive, 2048kB Cache Uniform CD-ROM driver Revision: 3.20 hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33) ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core driver mice: PS/2 mouse device common for all mice serio: i8042 AUX port at 0x60,0x64 irq 12 input: PS/2 Generic Mouse on isa0060/serio1 serio: i8042 KBD port at 0x60,0x64 irq 1 input: AT Translated Set 2 keyboard on isa0060/serio0 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 NET: Registered protocol family 2 IP: routing cache hash table of 1024 buckets, 56Kbytes TCP: Hash tables configured (established 262144 bind 37449) Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.00.09b) powernow-k8: BIOS error - no PSB ACPI: (supports S0 S1 S4 S5) ACPI wakeup devices: HUB0 HUB1 USB0 USB1 USB2 F139 MMAC MMCI UAR1 BIOS EDD facility v0.16 2004-Jun-25, 2 devices found Freeing unused kernel memory: 160k freed init[1]: segfault at 0000000000000000 rip 000000000040336a rsp 0000007fbffefa20 error 4 init[1]: segfault at 0000000000000000 rip 000000000040336a rsp 0000007fbffefa20 error 4 init[1]: segfault at 0000000000000000 rip 000000000040336a rsp 0000007fbffefa20 error 4 From shrek-m at gmx.de Mon Aug 30 16:31:12 2004 From: shrek-m at gmx.de (shrek-m at gmx.de) Date: Mon, 30 Aug 2004 18:31:12 +0200 Subject: Error installing dev update In-Reply-To: <1093879642.7666.49.camel@radar0.larc.nasa.gov> References: <1093879642.7666.49.camel@radar0.larc.nasa.gov> Message-ID: <41335650.8050101@gmx.de> Phil Schaffner wrote: >Running "yum upgrade" generated the following... > >Cannot install the dev package: mounted devfs detected. >error: %pre(dev-3.9.1-1) scriptlet failed, exit status 1 >error: install: %pre scriptlet failed (2), skipping dev-3.9.1-1 > >How does one update the dev package? > ?? # rpm -Fvh --nopre /path/to/dev* eg. /var/cache/yum/developement/packages/dev* ?? -- shrek-m From nalin at redhat.com Mon Aug 30 16:35:07 2004 From: nalin at redhat.com (Nalin Dahyabhai) Date: Mon, 30 Aug 2004 12:35:07 -0400 Subject: Error installing dev update In-Reply-To: <41335650.8050101@gmx.de> References: <1093879642.7666.49.camel@radar0.larc.nasa.gov> <41335650.8050101@gmx.de> Message-ID: <20040830163507.GB22191@redhat.com> On Mon, Aug 30, 2004 at 06:31:12PM +0200, shrek-m at gmx.de wrote: > Phil Schaffner wrote: > > >Running "yum upgrade" generated the following... > > > >Cannot install the dev package: mounted devfs detected. > >error: %pre(dev-3.9.1-1) scriptlet failed, exit status 1 > >error: install: %pre scriptlet failed (2), skipping dev-3.9.1-1 > > > >How does one update the dev package? > > ?? > > # rpm -Fvh --nopre /path/to/dev* > > eg. > /var/cache/yum/developement/packages/dev* > > ?? Er, that gives you a /dev/MAKEDEV symlink in udev which (I think) goes away when you reboot, and a lingering binary in the root partition's /dev directory which isn't current. Not that I have a proper solution. Nalin From paul at all-the-johnsons.co.uk Mon Aug 30 17:02:14 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 18:02:14 +0100 Subject: Evolution 2 Message-ID: <1093885334.4520.118.camel@T7.linux> Hi, Any signs of Ev2 coming into rawhide? I've not been keeping up with the chase on the Evolution2 (though I have been using the rawhide versions). I'm asking as IIRC, it was due to hit rawhide a couple of weeks back, but there was a delay. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From razvan.vilt at linux360.ro Mon Aug 30 17:06:04 2004 From: razvan.vilt at linux360.ro (Razvan Corneliu C.R. "d3vi1" VILT) Date: Mon, 30 Aug 2004 20:06:04 +0300 Subject: Evolution 2 In-Reply-To: <1093885334.4520.118.camel@T7.linux> References: <1093885334.4520.118.camel@T7.linux> Message-ID: <1093885564.6378.2.camel@d3vi1.linux360.ro> On Mon, 2004-08-30 at 18:02 +0100, Paul wrote: > Hi, > > Any signs of Ev2 coming into rawhide? I've not been keeping up with the > chase on the Evolution2 (though I have been using the rawhide versions). > I'm asking as IIRC, it was due to hit rawhide a couple of weeks back, > but there was a delay. > > TTFN > > Paul Evolution 2 is in rawhide for quite some time... The great thing is... You have-it to!!! X-Mailer: Evolution 1.5.93 (1.5.93-2) That's as close as you can get to evolution 2.0... If you wait a few days... there should be a release candidate... Cheers, //d3vi1 R?zvan Corneliu VILT e-mail:razvan.vilt at linux360.ro GPG:http://d3vi1.linux360.ro/public-keys/ www: http://d3vi1.linux360.ro/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3361 bytes Desc: not available URL: From mattdm at mattdm.org Mon Aug 30 18:15:09 2004 From: mattdm at mattdm.org (Matthew Miller) Date: Mon, 30 Aug 2004 14:15:09 -0400 Subject: Reiser4 In-Reply-To: <1093719551.30552.30.camel@beechnut.Stanford.EDU> References: <20040828022632.13626.qmail@web50608.mail.yahoo.com> <1093660616.10145.1.camel@steelgoose.com> <1093719551.30552.30.camel@beechnut.Stanford.EDU> Message-ID: <20040830181509.GA20876@jadzia.bu.edu> On Sat, Aug 28, 2004 at 11:59:11AM -0700, Per Bjornsson wrote: > > What about reiser3? It's been part of red hat's distros for years. Why > > don't let it as an option on default installations? (eg wihtout typing > > linux reiserfs) > Hmm, let me guess: > 1) Red Hat has no particular interest in ReiserFS since they use ext3 as > their supported file system for RHEL. > 2) Nobody else has stepped up to make sure that ReiserFS actually works > well in Fedora. 3) Why bother? There's no huge pressing need, and Reiser4 is going to (in theory) be so cool that we might as well wait for it. -- Matthew Miller mattdm at mattdm.org Boston University Linux ------> From paul at all-the-johnsons.co.uk Mon Aug 30 18:40:42 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 19:40:42 +0100 Subject: Rollback Message-ID: <1093891242.4520.123.camel@T7.linux> Hi, How do I go about rolling back to a previous version of Cups? I'm still not getting anywhere and having to use my wifes FC2 box for printing rather than this one. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michel.salim at gmail.com Mon Aug 30 18:51:27 2004 From: michel.salim at gmail.com (Michel Salim) Date: Mon, 30 Aug 2004 13:51:27 -0500 Subject: Bizarre warnings with kernel 2.6.8-1.533: uba: was not changed Message-ID: <883cfe6d04083011511adb7959@mail.gmail.com> I am using a USB2 external hard drive with kernel 2.6.8-1.533 and keep getting the following message: uba: was not changed where uba is the USB had drive (a JFS partition is on uba1, but the message appears both before and after the partiiton is mounted) The message appears at a rate of 1 every other second. Has anyone seen this? It's rather harmless, but annoying.. Thanks -- Michel Salim ??? http://salimma.livejournal.com From fedora at warmcat.com Mon Aug 30 19:02:14 2004 From: fedora at warmcat.com (Andy Green) Date: Mon, 30 Aug 2004 20:02:14 +0100 Subject: CUPS definately hosed In-Reply-To: <1093871789.4648.13.camel@T7.linux> References: <1093801691.4949.9.camel@T7.linux> <41332710.5010904@earthlink.net> <1093871789.4648.13.camel@T7.linux> Message-ID: <200408302002.18678.fedora@warmcat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 30 August 2004 14:16, Paul wrote: > Hi, > > > Do you have "rhgb quiet" at the end of the kernel line in grub.conf? > > Nope. I have it removed while using rawhide - so I can try and find > where problems are. > > > If > > so, try booting with that removed. I was hanging at the cups startup > > during boot until I removed that. > > Nope. It was still hanging with plenty of problems which seemed to be > nscd related (probably symptomatic rather than actual cause). Condolences on this miserable problem. I would be thinking about lsof -n before and during the thrashing. For example # lsof -n >temp # (perform thrashing) # lsof -n >temp1 && diff temp temp1 | grep -v lsof I just tried it here with just a pause and got no changes in open files, so there is some hope you might see interesting and relevant changes... - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBM3m6jKeDCxMJCTIRAscfAJ4jEX4aw8KEQwhjj873NR9uGHEH8gCfVpwA FcUqbx66X4VCF0nKggaFY1g= =KmoE -----END PGP SIGNATURE----- From Philip.R.Schaffner at NASA.gov Mon Aug 30 19:10:58 2004 From: Philip.R.Schaffner at NASA.gov (Phil Schaffner) Date: Mon, 30 Aug 2004 15:10:58 -0400 Subject: Error installing dev update In-Reply-To: <20040830163507.GB22191@redhat.com> References: <1093879642.7666.49.camel@radar0.larc.nasa.gov> <41335650.8050101@gmx.de> <20040830163507.GB22191@redhat.com> Message-ID: <1093893058.7666.71.camel@radar0.larc.nasa.gov> On Mon, 2004-08-30 at 12:35 -0400, Nalin Dahyabhai wrote: > On Mon, Aug 30, 2004 at 06:31:12PM +0200, shrek-m at gmx.de wrote: > > Phil Schaffner wrote: > > > > >Running "yum upgrade" generated the following... > > > > > >Cannot install the dev package: mounted devfs detected. > > >error: %pre(dev-3.9.1-1) scriptlet failed, exit status 1 > > >error: install: %pre scriptlet failed (2), skipping dev-3.9.1-1 > > > > > >How does one update the dev package? > > > > ?? > > > > # rpm -Fvh --nopre /path/to/dev* > > > > eg. > > /var/cache/yum/developement/packages/dev* > > > > ?? > > Er, that gives you a /dev/MAKEDEV symlink in udev which (I think) goes > away when you reboot, and a lingering binary in the root partition's > /dev directory which isn't current. Not that I have a proper solution. OK - shrek-m's advice works with a slight variance: [root at wx1 ~]# rpm -Fvh --nopre /var/cache/yum/development/packages/dev-3.9.1-1.i386.rpm [root at wx1 ~]# rpm -q dev package dev is not installed [root at wx1 ~]# rpm -Uvh --nopre /var/cache/yum/development/packages/dev-3.9.1-1.i386.rpm Preparing... ########################################### [100%] 1:dev ########################################### [100%] Didn't see the symlink before reboot, but perhaps because dev package was not installed in the first place, although yum wanted to update it. Reboot encountered other problems with 533 kernel. Will post on that issue. Thanks for the help. Phil From Philip.R.Schaffner at NASA.gov Mon Aug 30 19:16:54 2004 From: Philip.R.Schaffner at NASA.gov (Phil Schaffner) Date: Mon, 30 Aug 2004 15:16:54 -0400 Subject: kernel-2.6.8-1.533 kills ethernet Message-ID: <1093893414.7666.78.camel@radar0.larc.nasa.gov> Updated FC3T1/rawhide system to kernel-2.6.8-1.533 and it broke 3Com 3c556B Ethernet on IBM A21p ThinkPad notebook. Continuous errors logged to console starting during boot. Boot completes and login is possible, but network is non-functional. Fell back to 526 and everything works as before. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=131293 Phil From paul at all-the-johnsons.co.uk Mon Aug 30 19:49:37 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 20:49:37 +0100 Subject: CUPS definately hosed In-Reply-To: <200408302002.18678.fedora@warmcat.com> References: <1093801691.4949.9.camel@T7.linux> <41332710.5010904@earthlink.net> <1093871789.4648.13.camel@T7.linux> <200408302002.18678.fedora@warmcat.com> Message-ID: <1093895377.6811.5.camel@T7.linux> Hi, > # lsof -n >temp > # (perform thrashing) > # lsof -n >temp1 && diff temp temp1 | grep -v lsof > > I just tried it here with just a pause and got no changes in open files, so > there is some hope you might see interesting and relevant changes... Can't see anything much in that. However, /var/log/cups/error_log is showing something of interest... I [30/Aug/2004:14:29:39 +0100] Listening to 7f000001:631 I [30/Aug/2004:14:29:39 +0100] Loaded configuration file "/etc/cups/cupsd.conf" I [30/Aug/2004:14:29:39 +0100] Configured for up to 100 clients. I [30/Aug/2004:14:29:39 +0100] Allowing up to 100 client connections per host. I [30/Aug/2004:14:29:39 +0100] Full reload is required. W [30/Aug/2004:14:30:13 +0100] LoadDevices: Backend did not respond within 30 seconds! (this was repeated quite a few times before this snippet) Definately looks like a cups problem. A previous error_log gave this I [22/Aug/2004:05:14:22 +0100] Listening to 7f000001:631 I [22/Aug/2004:05:14:22 +0100] Loaded configuration file "/etc/cups/cupsd.conf" I [22/Aug/2004:05:14:22 +0100] Configured for up to 100 clients. I [22/Aug/2004:05:14:22 +0100] Allowing up to 100 client connections per host. I [22/Aug/2004:05:14:22 +0100] Full reload is required. I [22/Aug/2004:05:14:25 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4227 PPDs... I [22/Aug/2004:05:14:27 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 4227 PPDs... I [22/Aug/2004:05:14:28 +0100] Full reload complete. I [22/Aug/2004:17:34:10 +0100] Job 66 queued on 'HP-DJ980cxi' by 'paul'. I [22/Aug/2004:17:34:10 +0100] Started filter /usr/lib/cups/filter/pstops (PID 8253) for job 66. I [22/Aug/2004:17:34:10 +0100] Started filter /usr/lib/cups/filter/foomatic-rip (PID 8254) for job 66. I [22/Aug/2004:17:34:10 +0100] Started backend /usr/lib/cups/backend/usb (PID 8255) for job 66. I [26/Aug/2004:09:21:51 +0100] Adding start banner page "none" to job 67. I [26/Aug/2004:09:21:51 +0100] Adding end banner page "none" to job 67. I [26/Aug/2004:09:21:51 +0100] Job 67 queued on 'HP-DJ980cxi' by 'bev'. I [26/Aug/2004:09:21:51 +0100] Started filter /usr/lib/cups/filter/pstops (PID 27300) for job 67. I [26/Aug/2004:09:21:51 +0100] Started filter /usr/lib/cups/filter/foomatic-rip (PID 27301) for job 67. I [26/Aug/2004:09:21:51 +0100] Started backend /usr/lib/cups/backend/usb (PID 27302) for job 67. I [28/Aug/2004:12:45:51 +0100] Scheduler shutting down normally. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michel.salim at gmail.com Mon Aug 30 20:07:40 2004 From: michel.salim at gmail.com (Michel Salim) Date: Mon, 30 Aug 2004 15:07:40 -0500 Subject: Kernel BUG with 533 kernel and JFS (Re: USB System Partially Broken with 533 Kernel?) In-Reply-To: <1093878671.2178.6.camel@wintermute.sr.unh.edu> References: <1093878671.2178.6.camel@wintermute.sr.unh.edu> Message-ID: <883cfe6d04083013074df98260@mail.gmail.com> On Mon, 30 Aug 2004 11:11:11 -0400, Thomas J. Baker wrote: > I noticed after yesterdays kernel update that I could no longer get > pictures off my camera. When I tried lsub, I got this: > > katratzi> lsusb > Unknown line at line 4969 > Unknown line at line 4970 > Unknown line at line 4971 > Unknown line at line 4972 > Unknown line at line 4973 > Unknown line at line 4974 > Unknown line at line 4975 > Unknown line at line 4976 > Unknown line at line 4977 > Unknown line at line 4978 > Unknown line at line 4979 > Unknown line at line 4980 > Unknown line at line 4981 > Unknown line at line 4982 > Unknown line at line 4983 > Unknown line at line 4984 > Unknown line at line 4985 > Unknown line at line 4986 > Unknown line at line 4987 > Unknown line at line 4988 > Unknown line at line 4989 > Unknown line at line 4990 > Unknown line at line 4991 > Unknown line at line 4992 > Unknown line at line 4993 > Unknown line at line 4994 > Unknown line at line 4995 > Unknown line at line 4996 > Unknown line at line 4997 > Unknown line at line 4998 > Unknown line at line 4999 > Unknown line at line 5000 > Unknown line at line 5001 > Unknown line at line 5002 > Unknown line at line 5003 > Unknown line at line 5004 > katratzi> > > My camera is an EOS-10d and it doesn't use usb-storage but a dedicated > libgphoto driver. My usb mouse and keyboard still work. A few kernels > ago, I had to start retrieving my pictures as root because a normal user > no longer worked due to permissions. I chalked that up to udev > development. It now doesn't work at all. gphoto complains about not > being able to find the device. > I get that too, and worse.. I get a kernel BUG triggered by using jfs on a USB storage device. Not too sure which is at fault.. I have a feeling it has something to do with voluntary preemption. Speaking of pre-emption, isn't it supposed to be runtime adjustable using /proc/sys/kernel ? I could not find the relevant files there. Please note also the 'uba: was not changed' messages that keep appearing. The messages only start when I switch from runlevel S to runlevel 3.. perhaps gamin is being over-verbose? Thanks, - Michel Aug 30 14:26:55 tecumseh kernel: uba: was not changed Aug 30 14:27:27 tecumseh last message repeated 16 times Aug 30 14:28:29 tecumseh last message repeated 31 times Aug 30 14:29:30 tecumseh last message repeated 30 times Aug 30 14:30:00 tecumseh last message repeated 15 times Aug 30 14:30:01 tecumseh crond(pam_unix)[4852]: session opened for user root by (uid=0) Aug 30 14:30:01 tecumseh crond(pam_unix)[4852]: session closed for user root Aug 30 14:30:02 tecumseh kernel: uba: was not changed Aug 30 14:30:34 tecumseh last message repeated 16 times Aug 30 14:31:26 tecumseh last message repeated 26 times Aug 30 14:31:27 tecumseh sudo(pam_unix)[4873]: authentication failure; logname=michel uid=0 euid=0 tty=pts/0 ruser= rhost= user=michel Aug 30 14:31:28 tecumseh kernel: uba: was not changed Aug 30 14:32:00 tecumseh last message repeated 16 times Aug 30 14:32:32 tecumseh last message repeated 16 times Aug 30 14:32:34 tecumseh kernel: end_request: I/O error, dev uba, sector 64346455 Aug 30 14:32:36 tecumseh kernel: uba: made changed Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346463 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346471 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346479 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346487 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 8215 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346495 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346503 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346511 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346519 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346527 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346535 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346543 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346551 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346559 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346567 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346575 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346583 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346591 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346599 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346607 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346615 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346623 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346631 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346639 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346647 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346655 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346663 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346671 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346679 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346687 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346695 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346703 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346711 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346719 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346727 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346735 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346743 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346751 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346759 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346767 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346775 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346783 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346791 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346799 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346807 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346815 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346823 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346831 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346839 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346847 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346855 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346863 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346871 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346879 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346887 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346895 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346903 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346911 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346919 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346927 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346935 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346943 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346951 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346959 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346967 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346975 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346983 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346991 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64346999 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347007 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347015 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347023 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347031 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347039 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347047 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347055 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347063 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347071 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347079 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347087 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347095 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347103 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347111 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347119 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347127 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347135 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347143 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347151 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347159 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347167 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347175 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347183 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347191 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347199 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347207 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347215 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347223 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347231 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347239 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347247 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347255 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347263 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347271 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347279 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347287 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347295 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347303 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347311 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347319 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347327 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347335 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347343 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347351 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347359 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347367 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347375 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347383 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347391 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347399 Aug 30 14:32:38 tecumseh kernel: end_request: I/O error, dev uba, sector 64347407 Aug 30 14:32:39 tecumseh kernel: end_request: I/O error, dev uba, sector 64347415 Aug 30 14:32:39 tecumseh kernel: end_request: I/O error, dev uba, sector 64347423 Aug 30 14:32:39 tecumseh kernel: end_request: I/O error, dev uba, sector 64347431 Aug 30 14:32:39 tecumseh kernel: end_request: I/O error, dev uba, sector 64347439 Aug 30 14:32:39 tecumseh kernel: end_request: I/O error, dev uba, sector 64347447 Aug 30 14:32:39 tecumseh kernel: BUG at fs/jfs/jfs_dmap.c:2722 assert(bsz < le32_to_cpu(tp->dmt_nleafs)) Aug 30 14:32:39 tecumseh kernel: ------------[ cut here ]------------ Aug 30 14:32:39 tecumseh kernel: kernel BUG at fs/jfs/jfs_dmap.c:2722! Aug 30 14:32:39 tecumseh kernel: invalid operand: 0000 [#1] Aug 30 14:32:39 tecumseh kernel: Modules linked in: radeon md5 ipv6 parport_pc lp parport usbserial autofs4 ds sunrpc nls_utf8 jfs dm_mod button battery asus_acpi ac sd_mod ohci1394 ieee1394 yenta_socket pcmcia_core usb_storage ub uhci_hcd ehci_hcd hw_random snd_intel8x0m snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_page_alloc gameport snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore e100 mii sg scsi_mod ext3 jbd Aug 30 14:32:39 tecumseh kernel: CPU: 0 Aug 30 14:32:39 tecumseh kernel: EIP: 0060:[<32a6bd15>] Not tainted VLI Aug 30 14:32:39 tecumseh kernel: EFLAGS: 00010246 (2.6.8-1.533) Aug 30 14:32:39 tecumseh kernel: EIP is at dbBackSplit+0x9f/0x112 [jfs] Aug 30 14:32:39 tecumseh kernel: eax: 0000004b ebx: 00000400 ecx: 32a7fb3d edx: 126f6aa0 Aug 30 14:32:39 tecumseh kernel: esi: 2eb41000 edi: 00000000 ebp: 00000000 esp: 126f6a9c Aug 30 14:32:39 tecumseh kernel: ds: 007b es: 007b ss: 0068 Aug 30 14:32:39 tecumseh kernel: Process mv (pid: 4877, threadinfo=126f6000 task=2f8af350) Aug 30 14:32:39 tecumseh kernel: Stack: 32a7fb3d 32a7fa78 00000aa2 32a7febf 2eb41166 00000017 00000400 00000155 Aug 30 14:32:39 tecumseh kernel: ffffffff 00000000 00000000 32a6bac4 00000000 2eb41000 0feeb010 2e25d770 Aug 30 14:32:39 tecumseh kernel: 00000000 00000000 2fc16000 00000000 05eeb000 00000000 00000000 32a6b461 Aug 30 14:32:39 tecumseh kernel: Call Trace: Aug 30 14:32:39 tecumseh kernel: [<32a6bac4>] dbAdjCtl+0x158/0x2a5 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6b461>] dbAllocDmap+0x47/0x6e [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6b3fe>] dbAllocDmapLev+0x94/0xb0 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6b0d6>] dbAllocCtl+0x93/0x327 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a73443>] __get_metapage+0x527/0x677 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6ae06>] dbAllocAG+0x35a/0x3a3 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6a56e>] dbAlloc+0x3b9/0x412 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a72a0b>] extBalloc+0x113/0x2a0 [jfs] Aug 30 14:32:39 tecumseh kernel: [<022332e2>] ll_back_merge_fn+0x109/0x164 Aug 30 14:32:39 tecumseh kernel: [<021892ca>] __mark_inode_dirty+0x2a/0x254 Aug 30 14:32:39 tecumseh kernel: [<32a7260e>] extAlloc+0x1d6/0x357 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a5e0d8>] jfs_get_blocks+0x228/0x2b5 [jfs] Aug 30 14:32:39 tecumseh kernel: [<0213e8d3>] find_get_page+0x83/0xfe Aug 30 14:32:39 tecumseh kernel: [<32a5e174>] jfs_get_block+0xf/0x13 [jfs] Aug 30 14:32:39 tecumseh kernel: [<02165972>] nobh_prepare_write+0xce/0x387 Aug 30 14:32:39 tecumseh kernel: [<0214e0ab>] follow_page_pfn+0xec/0xfd Aug 30 14:32:39 tecumseh kernel: [<02142c36>] buffered_rmqueue+0x1dd/0x200 Aug 30 14:32:39 tecumseh kernel: [<32a5e1c0>] jfs_prepare_write+0x12/0x14 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a5e165>] jfs_get_block+0x0/0x13 [jfs] Aug 30 14:32:39 tecumseh kernel: [<021403b0>] generic_file_buffered_write+0x1b4/0x48e Aug 30 14:32:39 tecumseh kernel: [<021892ca>] __mark_inode_dirty+0x2a/0x254 Aug 30 14:32:39 tecumseh kernel: [<021409c0>] generic_file_aio_write_nolock+0x336/0x364 Aug 30 14:32:39 tecumseh kernel: [<02140a72>] generic_file_write_nolock+0x84/0x99 Aug 30 14:32:39 tecumseh kernel: [<0211cbaf>] autoremove_wake_function+0x0/0x2d Aug 30 14:32:39 tecumseh kernel: [<0210806b>] do_IRQ+0x2f7/0x303 Aug 30 14:32:39 tecumseh kernel: [<02140bae>] generic_file_write+0x5a/0xbb Aug 30 14:32:39 tecumseh kernel: [<021613fa>] vfs_write+0xb6/0xe2 Aug 30 14:32:39 tecumseh kernel: [<021614c4>] sys_write+0x3c/0x62 Aug 30 14:32:39 tecumseh kernel: Code: <3>Debug: sleeping function called from invalid context at include/linux/rwsem.h:43 Aug 30 14:32:39 tecumseh kernel: in_atomic():0[expected: 0], irqs_disabled():1 Aug 30 14:32:39 tecumseh kernel: [<0211c50c>] __might_sleep+0x7d/0x89 Aug 30 14:32:39 tecumseh kernel: [<0215df76>] rw_vm+0x216/0x482 Aug 30 14:32:39 tecumseh kernel: [<32a6bcea>] dbBackSplit+0x74/0x112 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6bcea>] dbBackSplit+0x74/0x112 [jfs] Aug 30 14:32:39 tecumseh kernel: [<0215e6c8>] get_user_size+0x30/0x57 Aug 30 14:32:39 tecumseh kernel: [<32a6bcea>] dbBackSplit+0x74/0x112 [jfs] Aug 30 14:32:39 tecumseh kernel: [<0210664d>] show_registers+0x109/0x15e Aug 30 14:32:39 tecumseh kernel: [<02106822>] die+0x11b/0x1f9 Aug 30 14:32:39 tecumseh kernel: [<02106aeb>] do_invalid_op+0x0/0x95 Aug 30 14:32:39 tecumseh kernel: [<02106b7a>] do_invalid_op+0x8f/0x95 Aug 30 14:32:39 tecumseh kernel: [<32a6bd15>] dbBackSplit+0x9f/0x112 [jfs] Aug 30 14:32:39 tecumseh kernel: [<0223ae4c>] cfq_add_crq_rb+0x3b/0x4d Aug 30 14:32:39 tecumseh kernel: [<0223b5d5>] cfq_enqueue+0x33/0x64 Aug 30 14:32:39 tecumseh kernel: [<022198dc>] vt_console_print+0x64/0x2a3 Aug 30 14:32:39 tecumseh kernel: [<021d8cb1>] vsnprintf+0x448/0x488 Aug 30 14:32:39 tecumseh kernel: [<02219878>] vt_console_print+0x0/0x2a3 Aug 30 14:32:39 tecumseh kernel: [<0211fb30>] __call_console_drivers+0x36/0x40 Aug 30 14:32:39 tecumseh kernel: [<32a6bd15>] dbBackSplit+0x9f/0x112 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6bac4>] dbAdjCtl+0x158/0x2a5 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6b461>] dbAllocDmap+0x47/0x6e [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6b3fe>] dbAllocDmapLev+0x94/0xb0 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6b0d6>] dbAllocCtl+0x93/0x327 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a73443>] __get_metapage+0x527/0x677 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6ae06>] dbAllocAG+0x35a/0x3a3 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a6a56e>] dbAlloc+0x3b9/0x412 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a72a0b>] extBalloc+0x113/0x2a0 [jfs] Aug 30 14:32:39 tecumseh kernel: [<022332e2>] ll_back_merge_fn+0x109/0x164 Aug 30 14:32:39 tecumseh kernel: [<021892ca>] __mark_inode_dirty+0x2a/0x254 Aug 30 14:32:39 tecumseh kernel: [<32a7260e>] extAlloc+0x1d6/0x357 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a5e0d8>] jfs_get_blocks+0x228/0x2b5 [jfs] Aug 30 14:32:39 tecumseh kernel: [<0213e8d3>] find_get_page+0x83/0xfe Aug 30 14:32:39 tecumseh kernel: [<32a5e174>] jfs_get_block+0xf/0x13 [jfs] Aug 30 14:32:39 tecumseh kernel: [<02165972>] nobh_prepare_write+0xce/0x387 Aug 30 14:32:39 tecumseh kernel: [<0214e0ab>] follow_page_pfn+0xec/0xfd Aug 30 14:32:39 tecumseh kernel: [<02142c36>] buffered_rmqueue+0x1dd/0x200 Aug 30 14:32:39 tecumseh kernel: [<32a5e1c0>] jfs_prepare_write+0x12/0x14 [jfs] Aug 30 14:32:39 tecumseh kernel: [<32a5e165>] jfs_get_block+0x0/0x13 [jfs] Aug 30 14:32:39 tecumseh kernel: [<021403b0>] generic_file_buffered_write+0x1b4/0x48e Aug 30 14:32:39 tecumseh kernel: [<021892ca>] __mark_inode_dirty+0x2a/0x254 Aug 30 14:32:39 tecumseh kernel: [<021409c0>] generic_file_aio_write_nolock+0x336/0x364 Aug 30 14:32:39 tecumseh kernel: [<02140a72>] generic_file_write_nolock+0x84/0x99 Aug 30 14:32:39 tecumseh kernel: [<0211cbaf>] autoremove_wake_function+0x0/0x2d Aug 30 14:32:39 tecumseh kernel: [<0210806b>] do_IRQ+0x2f7/0x303 Aug 30 14:32:39 tecumseh kernel: [<02140bae>] generic_file_write+0x5a/0xbb Aug 30 14:32:39 tecumseh kernel: [<021613fa>] vfs_write+0xb6/0xe2 Aug 30 14:32:39 tecumseh kernel: [<021614c4>] sys_write+0x3c/0x62 Aug 30 14:32:39 tecumseh kernel: Bad EIP value. Aug 30 14:32:39 tecumseh kernel: end_request: I/O error, dev uba, sector 8215 Aug 30 14:32:40 tecumseh kernel: uba: device 2 capacity nsec 50 bsize 512 Aug 30 14:32:42 tecumseh kernel: uba: made changed -- Michel Salim ??? http://salimma.livejournal.com From seandarcy at hotmail.com Mon Aug 30 20:13:40 2004 From: seandarcy at hotmail.com (sean darcy) Date: Mon, 30 Aug 2004 16:13:40 -0400 Subject: xorg-x11-903 deps fail: needs libXp Message-ID: rpm -Fvh xorg*m error: Failed dependencies: libXp.so.6 is needed by xorg-x11-6.7.99.903-1 libXp.so.6 is needed by xorg-x11-tools-6.7.99.903-1 ............................... and libXp is not in xorg-x11-libs. Is this a spec file problem, or is libXp still needed? sean From paul at all-the-johnsons.co.uk Mon Aug 30 20:22:30 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 21:22:30 +0100 Subject: xorg-x11-903 deps fail: needs libXp In-Reply-To: References: Message-ID: <1093897350.6811.32.camel@T7.linux> Hi. > and libXp is not in xorg-x11-libs. I think that's in xorg-x11-depricated-libs (yum provides is your friend) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From david at fubar.dk Mon Aug 30 20:26:36 2004 From: david at fubar.dk (David Zeuthen) Date: Mon, 30 Aug 2004 22:26:36 +0200 Subject: Kernel BUG with 533 kernel and JFS (Re: USB System Partially Broken with 533 Kernel?) In-Reply-To: <883cfe6d04083013074df98260@mail.gmail.com> References: <1093878671.2178.6.camel@wintermute.sr.unh.edu> <883cfe6d04083013074df98260@mail.gmail.com> Message-ID: <1093897596.12092.64.camel@localhost.localdomain> On Mon, 2004-08-30 at 15:07 -0500, Michel Salim wrote: > Please note also the 'uba: was not changed' messages that keep > appearing. The messages only start when I switch from runlevel S to > runlevel 3.. perhaps gamin is being over-verbose? > I think this is actually due to the fact that the hal daemon polls your device and the ub driver is overly verbose. Another problem: /proc/bus/usb is not being mounted at boot, that might explain the lsusb problems? David From michel.salim at gmail.com Mon Aug 30 20:34:11 2004 From: michel.salim at gmail.com (Michel Salim) Date: Mon, 30 Aug 2004 15:34:11 -0500 Subject: Kernel BUG with 533 kernel and JFS (Re: USB System Partially Broken with 533 Kernel?) In-Reply-To: <883cfe6d04083013323d2779e5@mail.gmail.com> References: <1093878671.2178.6.camel@wintermute.sr.unh.edu> <883cfe6d04083013074df98260@mail.gmail.com> <1093897596.12092.64.camel@localhost.localdomain> <883cfe6d04083013323d2779e5@mail.gmail.com> Message-ID: <883cfe6d04083013345670c28f@mail.gmail.com> On Mon, 30 Aug 2004 22:26:36 +0200, David Zeuthen wrote: > On Mon, 2004-08-30 at 15:07 -0500, Michel Salim wrote: > > Please note also the 'uba: was not changed' messages that keep > > appearing. The messages only start when I switch from runlevel S to > > runlevel 3.. perhaps gamin is being over-verbose? > > > > I think this is actually due to the fact that the hal daemon polls your > device and the ub driver is overly verbose. > Ah, fair enough. > Another problem: /proc/bus/usb is not being mounted at boot, that might > explain the lsusb problems? > That too, though both are not really serious concerns for me, but thanks :) I turned off voluntary preemption at boot time and JFS on USB seems more stable now.. almost as stable as -526. I discovered the problem initially when using -526, halfway through a DVD->XviD job, I lost access to the whole external drive. Rebooting to -533 revealed that the situation is even worse there (until voluntary preemption is turned off). Would be nice to have /proc/sys/kernel knobs to control preemption though. Are those removed by upstream or by Red Hat developers? (Though since in this case upstream = Ingo who works for Red Hat, there's not much difference) Regards, -- Michel Salim ??? http://salimma.livejournal.com From lsomike at futzin.com Mon Aug 30 20:47:00 2004 From: lsomike at futzin.com (Mike Klinke) Date: Mon, 30 Aug 2004 15:47:00 -0500 Subject: USB System Partially Broken with 533 Kernel? In-Reply-To: <1093878671.2178.6.camel@wintermute.sr.unh.edu> References: <1093878671.2178.6.camel@wintermute.sr.unh.edu> Message-ID: <200408301547.00917.lsomike@futzin.com> > On Mon, 30 Aug 2004 11:11:11 -0400, Thomas J. Baker wrote: > > I noticed after yesterdays kernel update that I could no longer > > get pictures off my camera. When I tried lsub, I got this: > > > > katratzi> lsusb > > Unknown line at line 4969 > > Unknown line at line 4970 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127415 But I don't think the fix will have any impact on your ability to connect your camera. Regards, Mike Klinke From steve at adsi-m4.com Mon Aug 30 22:38:22 2004 From: steve at adsi-m4.com (Steve Friedman) Date: Mon, 30 Aug 2004 18:38:22 -0400 (EDT) Subject: C++ compiler problems with FC2 Message-ID: I've had a strange problem when trying to compile a C++ program. On FC2, when using the standard C++ compiler (gcc 3.3.3), the first line of the program (#include ) caused a raft of errors regarding the file cmath. I was then pointed to try gcc 2.96, but this didn't work for other reasons. However, on FC1 (with gcc3.3.1), the program compiled cleanly (and ran on FC2). What gives? Steve Friedman From paul at all-the-johnsons.co.uk Mon Aug 30 22:47:46 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Mon, 30 Aug 2004 23:47:46 +0100 Subject: C++ compiler problems with FC2 In-Reply-To: References: Message-ID: <1093906066.6811.73.camel@T7.linux> Hi, > I've had a strange problem when trying to compile a C++ program. > > On FC2, when using the standard C++ compiler (gcc 3.3.3), the first line > of the program (#include ) caused a raft of errors regarding the > file cmath. I was then pointed to try gcc 2.96, but this didn't work for > other reasons. Can you post an example? I've written and compiled well over 3000 source files using gcc 3.3.3 and 3.4 without a hitch on the headers. You should never use 2.96 for C++ - it's awful! Leave that to the debian crew. > However, on FC1 (with gcc3.3.1), the program compiled cleanly (and ran on > FC2). > > What gives? Without seeing code, no idea. Does this compile for you #include #include using namespace std; int main() { cout << "sine 63 = " << sin(63) << endl; cout << "log to the base 10 of 54 = " << log10(54) << endl; double quick = (sin(53) * sqrt(14.3443) + tanh(22)) / log(61.444); cout << "quick = " << quick << endl; } This should give you... sine 63 = 0.167356 log to the base 10 of 54 = 1.80618 quick = 0.606956 Very silly test, but should work without a hitch. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fct-cornette at sbcglobal.net Tue Aug 31 00:26:15 2004 From: fct-cornette at sbcglobal.net (Jim Cornette) Date: Mon, 30 Aug 2004 20:26:15 -0400 Subject: xorg X11 using i81x drivers is very slow now! It does come up though! In-Reply-To: <20040830144900.GD30126@devserv.devel.redhat.com> References: <1093804818.3796.5.camel@kitchen.shepherdnet.net> <413234A5.2080200@sbcglobal.net> <41323BC2.2060703@sbcglobal.net> <1093865409.3796.13.camel@kitchen.shepherdnet.net> <413313B3.8050902@sbcglobal.net> <20040830144900.GD30126@devserv.devel.redhat.com> Message-ID: <4133C5A7.8000102@sbcglobal.net> Alan Cox wrote: > On Mon, Aug 30, 2004 at 07:46:59AM -0400, Jim Cornette wrote: > >>If I load the binary i810 driver from the latest xorg-x11 binary rpm, >>even with the i686 compiled rpms installed, it slows down *tremendously* > > > Do you see vast numbers of interrupts of some form ? > > It seems to be that the major fallout is with the screen not refreshing properly. If you go to the hat (or foot, with my theme), you only see the menu items if you hover the mouse over w/ the mouse button depressed. There is a new patch submitted which is recorded from the first bug submitted by Mike. The patch is below. Why the i686 compilation worked and the binary rpm version on cvs did not is beyond me. My interrupts seem to be pretty much ordinary. I hope the new patch works better. mtrr usually adds the last line to the file. With the rawhide version binary driver, the last line is never added (reg02) cat /proc/mtrr reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1 reg01: base=0x1ff00000 ( 511MB), size= 1MB: uncachable, count=1 reg02: base=0xf8000000 (3968MB), size= 64MB: write-combining, count=1 I have a screenshot of the resulting screen attached to the bug report. https://freedesktop.org/bugzilla/attachment.cgi?id=782&action=view The patch is in the below bug report. https://freedesktop.org/bugzilla/show_bug.cgi?id=1084 Jim Index: i810_driver.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c,v retrieving revision 1.8 diff -u -r1.8 i810_driver.c --- i810_driver.c 30 Jul 2004 21:36:40 -0000 1.8 +++ i810_driver.c 23 Aug 2004 04:56:12 -0000 @@ -274,6 +274,7 @@ "drmAgpRelease", "drmAgpUnbind", "drmAuthMagic", + "drmCommandNone", "drmCommandWrite", "drmCreateContext", "drmCtlInstHandler", @@ -1123,6 +1124,14 @@ xf86SetOperatingState(resVgaIo, pI810->pEnt->index, ResUnusedOpr); xf86SetOperatingState(resVgaMem, pI810->pEnt->index, ResDisableOpr); + pI810->LpRing = xalloc(sizeof(I810RingBuffer)); + if (!pI810->LpRing) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "Could not allocate lpring data structure.\n"); + I810FreeRec(pScrn); + return FALSE; + } + return TRUE; } @@ -2495,6 +2504,9 @@ */ xf86GARTCloseScreen(scrnIndex); + xfree(pI810->LpRing); + pI810->LpRing = NULL; + pScrn->vtSema = FALSE; pScreen->CloseScreen = pI810->CloseScreen; return (*pScreen->CloseScreen) (scrnIndex, pScreen); -- Another name for a Windows tutorial is "crash course". From cochranb at speakeasy.net Tue Aug 31 01:04:06 2004 From: cochranb at speakeasy.net (Robert L Cochran) Date: Mon, 30 Aug 2004 21:04:06 -0400 Subject: C++ compiler problems with FC2 In-Reply-To: <1093906066.6811.73.camel@T7.linux> References: <1093906066.6811.73.camel@T7.linux> Message-ID: <1093914246.4122.18.camel@bobcp4.lingpgmr.com> > Does this compile for you > > #include > #include > > using namespace std; > > int main() > { > cout << "sine 63 = " << sin(63) << endl; > cout << "log to the base 10 of 54 = " << log10(54) << endl; > double quick = (sin(53) * sqrt(14.3443) + tanh(22)) / log(61.444); > cout << "quick = " << quick << endl; > } > > This should give you... > > sine 63 = 0.167356 > log to the base 10 of 54 = 1.80618 > quick = 0.606956 > > Very silly test, but should work without a hitch. > > TTFN > > Paul [rlc at bobcp4 cpp]$ g++ -Wall -pedantic -o tsine tsine.cpp tsine.cpp: In function `int main()': tsine.cpp:8: error: call of overloaded `sin(int)' is ambiguous /usr/include/bits/mathcalls.h:66: error: candidates are: double sin(double) /usr/include/c++/3.3.3/cmath:522: error: long double std::sin(long double) /usr/include/c++/3.3.3/cmath:518: error: float std::sin(float) tsine.cpp:9: error: call of overloaded `log10(int)' is ambiguous /usr/include/bits/mathcalls.h:113: error: candidates are: double log10(double) /usr/include/c++/3.3.3/cmath:437: error: long double std::log10(long double) /usr/include/c++/3.3.3/cmath:429: error: float std::log10(float) tsine.cpp:10: error: call of overloaded `sin(int)' is ambiguous /usr/include/bits/mathcalls.h:66: error: candidates are: double sin(double) /usr/include/c++/3.3.3/cmath:522: error: long double std::sin(long double) /usr/include/c++/3.3.3/cmath:518: error: float std::sin(float) tsine.cpp:10: error: call of overloaded `tanh(int)' is ambiguous /usr/include/bits/mathcalls.h:77: error: candidates are: double tanh(double) /usr/include/c++/3.3.3/cmath:582: error: long double std::tanh(long double) /usr/include/c++/3.3.3/cmath:574: error: float std::tanh(float) [rlc at bobcp4 cpp]$ rpm -q gcc gcc-3.3.3-7 [rlc at bobcp4 cpp]$ From ed at eh3.com Tue Aug 31 01:17:01 2004 From: ed at eh3.com (Ed Hill) Date: Mon, 30 Aug 2004 21:17:01 -0400 Subject: C++ compiler problems with FC2 In-Reply-To: <1093914246.4122.18.camel@bobcp4.lingpgmr.com> References: <1093906066.6811.73.camel@T7.linux> <1093914246.4122.18.camel@bobcp4.lingpgmr.com> Message-ID: <1093915021.13662.333.camel@localhost.localdomain> On Mon, 2004-08-30 at 21:04, Robert L Cochran wrote: > > Does this compile for you > > > > #include > > #include > > > > using namespace std; > > > > int main() > > { > > cout << "sine 63 = " << sin(63) << endl; > > cout << "log to the base 10 of 54 = " << log10(54) << endl; > > double quick = (sin(53) * sqrt(14.3443) + tanh(22)) / log(61.444); > > cout << "quick = " << quick << endl; > > } Yes, explicitly converting those constants to doubles is a good idea: #include #include using namespace std; int main() { cout << "sine 63 = " << sin(double(63)) << endl; cout << "log to the base 10 of 54 = " << log10(double(54)) << endl; double quick = (sin(double(53)) * sqrt(double(14.3443)) + tanh(double(22))) / log(double(61.444)); cout << "quick = " << quick << endl; } which then compiles cleanly on my FC2 install (gcc 3.3.3). Ed -- Edward H. Hill III, PhD office: MIT Dept. of EAPS; Rm 54-1424; 77 Massachusetts Ave. Cambridge, MA 02139-4307 emails: eh3 at mit.edu ed at eh3.com URLs: http://web.mit.edu/eh3/ http://eh3.com/ phone: 617-253-0098 fax: 617-253-4464 From cochranb at speakeasy.net Tue Aug 31 01:23:55 2004 From: cochranb at speakeasy.net (Robert L Cochran) Date: Mon, 30 Aug 2004 21:23:55 -0400 Subject: C++ compiler problems with FC2 In-Reply-To: <1093915021.13662.333.camel@localhost.localdomain> References: <1093906066.6811.73.camel@T7.linux> <1093914246.4122.18.camel@bobcp4.lingpgmr.com> <1093915021.13662.333.camel@localhost.localdomain> Message-ID: <1093915435.4122.21.camel@bobcp4.lingpgmr.com> On Mon, 2004-08-30 at 21:17, Ed Hill wrote: > On Mon, 2004-08-30 at 21:04, Robert L Cochran wrote: > > > Does this compile for you > > > > > > #include > > > #include > > > > > > using namespace std; > > > > > > int main() > > > { > > > cout << "sine 63 = " << sin(63) << endl; > > > cout << "log to the base 10 of 54 = " << log10(54) << endl; > > > double quick = (sin(53) * sqrt(14.3443) + tanh(22)) / log(61.444); > > > cout << "quick = " << quick << endl; > > > } > > > Yes, explicitly converting those constants to doubles is a good idea: > > #include > #include > > using namespace std; > > int main() > { > cout << "sine 63 = " << sin(double(63)) << endl; > cout << "log to the base 10 of 54 = " << log10(double(54)) << endl; > double quick = (sin(double(53)) * sqrt(double(14.3443)) > + tanh(double(22))) / log(double(61.444)); > cout << "quick = " << quick << endl; > } > > which then compiles cleanly on my FC2 install (gcc 3.3.3). > [rlc at bobcp4 cpp]$ emacs tsine2.cpp [rlc at bobcp4 cpp]$ g++ -Wall -pedantic -o tsine tsine2.cpp [rlc at bobcp4 cpp]$ ls -al total 24 drwxrwxr-x 2 rlc rlc 4096 Aug 30 21:19 . drwxrwxr-x 6 rlc rlc 4096 Aug 30 20:58 .. -rwxrwxr-x 1 rlc rlc 7739 Aug 30 21:19 tsine -rw-rw-r-- 1 rlc rlc 342 Aug 30 21:19 tsine2.cpp [rlc at bobcp4 cpp]$ ./tsine sine 63 = 0.167356 log to the base 10 of 54 = 1.73239 quick = 0.606956 :-) From jmorris at beau.org Tue Aug 31 02:40:26 2004 From: jmorris at beau.org (John Morris) Date: Mon, 30 Aug 2004 21:40:26 -0500 (CDT) Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> Message-ID: On Sat, 28 Aug 2004, Listman wrote: > We are all being shafted in this one. For those of you like me that have > experienced high quality video courtesy of PWCX..... > > What is next, don't allow nvidia driver to load? Not at all. But expecting closed source drivers to get distributed in the official kernel is silly. Properly understood your question inverts to "Why doesn't Linus include the Nvidia module with the kernel?" and the answer is obvious. And yes it is logically equivilent since the kernel module for the NVidia driver is open source (or was back when I bought Nvidia's closed crap.) but is only useful to interface to the closed source X module. The pwcx driver was pretty much useless (160x120 max res) without the closed source addon so should NOT be in the mainline kernel. Nothing would have stopped the maintainer from offering the closed source pwcx driver as a standalone module just like the winmodem drivers, the ati & nvidia video drivers, the vmware kernel modules, etc. But if you have been following along, yes recent Fedora (FC2's shipping package) kernels DIDN'T allow the Nvidia driver to load because the underlying internals had changed. Because nobody in the Free Software World really cares about closed drivers, because we don't use them. Nvidia eventually caught up and again, nobody actually writing code cares. Closed software is, for the most part, something that happens "Somewhere else." Me, I ain't quite as orthodox as the RMS on the issue, I avoid closed drivers like the plague but when all else fails I will use one. Winmodems for example, since there are no Free drivers and due to patents probably never will be. -- John M. http://www.beau.org/~jmorris This post is 100% M$ Free! Geekcode 3.1:GCS C+++ UL++++$ P++ L+++ W++ w--- Y++ b++ 5+++ R tv- e* r From steve at rueb.com Tue Aug 31 03:13:18 2004 From: steve at rueb.com (Steve Bergman) Date: Tue, 31 Aug 2004 03:13:18 +0000 Subject: (no subject) Message-ID: <1093921998.4573.3.camel@voyager.localdomain> What is the status of htree these days? Does the current rawhide create its filesystems with dir_index enabled during installation? What are the relative advantages and disadvantages of htree at the current time? Thanks, Steve Bergman From steve at rueb.com Tue Aug 31 03:34:16 2004 From: steve at rueb.com (Steve Bergman) Date: Mon, 30 Aug 2004 22:34:16 -0500 Subject: Status of htree? Message-ID: <1093923256.4573.10.camel@voyager.localdomain> Eeek! My previous post had a subject of: Subject: (no subject) I'm tempted to blame Evolution, but I fear it was my fault. ;-/ Anyways... What is the status of htree these days? Does the current rawhide create its filesystems with dir_index enabled during installation? What are the relative advantages and disadvantages of htree at the current time? Thanks (again ;-), Steve Bergman From paul at all-the-johnsons.co.uk Tue Aug 31 06:43:39 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 07:43:39 +0100 Subject: C++ compiler problems with FC2 In-Reply-To: <1093915021.13662.333.camel@localhost.localdomain> References: <1093906066.6811.73.camel@T7.linux> <1093914246.4122.18.camel@bobcp4.lingpgmr.com> <1093915021.13662.333.camel@localhost.localdomain> Message-ID: <1093934619.6811.76.camel@T7.linux> Hi, > Yes, explicitly converting those constants to doubles is a good idea: > { > cout << "sine 63 = " << sin(double(63)) << endl; Really speaking for C++, that should be cout << "sine 63 = " << sin(static_cast(54)) << endl; > which then compiles cleanly on my FC2 install (gcc 3.3.3). But even that shouldn't be needed to compile. It wasn't from 2.96 up! double sin(double x); TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Tue Aug 31 06:44:21 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 07:44:21 +0100 Subject: C++ compiler problems with FC2 In-Reply-To: <1093914246.4122.18.camel@bobcp4.lingpgmr.com> References: <1093906066.6811.73.camel@T7.linux> <1093914246.4122.18.camel@bobcp4.lingpgmr.com> Message-ID: <1093934661.6811.78.camel@T7.linux> Hi, > [rlc at bobcp4 cpp]$ g++ -Wall -pedantic -o tsine tsine.cpp > tsine.cpp: In function `int main()': > tsine.cpp:8: error: call of overloaded `sin(int)' is ambiguous Without seeing the source, how is a chap to know what you're doing? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From arjanv at redhat.com Tue Aug 31 07:27:09 2004 From: arjanv at redhat.com (Arjan van de Ven) Date: Tue, 31 Aug 2004 09:27:09 +0200 Subject: Status of htree? In-Reply-To: <1093923256.4573.10.camel@voyager.localdomain> References: <1093923256.4573.10.camel@voyager.localdomain> Message-ID: <1093937229.2797.5.camel@laptop.fenrus.com> On Tue, 2004-08-31 at 05:34, Steve Bergman wrote: > > What is the status of htree these days? It's on > Does the current rawhide create > its filesystems with dir_index enabled during installation? Yes > What are > the relative advantages and disadvantages of htree at the current time? advantages: directories with lots of files are faster during use disadvantages: rm -rf of directories is slower -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From wes at kuoi.asui.uidaho.edu Tue Aug 31 07:48:53 2004 From: wes at kuoi.asui.uidaho.edu (Wes Shull) Date: Tue, 31 Aug 2004 00:48:53 -0700 Subject: NetworkManager randomly dying? Message-ID: <200408310048.54994.wes@kuoi.asui.uidaho.edu> Has anyone else observed NetworkManager dying on them randomly? I say randomly because I don't see a pattern to it yet; no doubt it is deterministic in some way. I'm current on rawhide, including NetworkManager-0.2-1. Nothing spectacular happens to indicate its death; I just happen to occasionally notice the network is down, and... # service NetworkManager status NetworkManager dead but pid file exists The only remotely useful thing I can find in /var/log/messages: Aug 31 00:00:22 ip68-110-7-34 NetworkManager: AUTO: Best wired device = (null) Aug 31 00:00:22 ip68-110-7-34 NetworkManager: AUTO: Best wireless device = (null) (null) Aug 31 00:00:22 ip68-110-7-34 NetworkManager: nm_state_modification_monitor(): beginning activation for device '(null)' with this additional line after those in /var/log/debug (to which I have syslog dumping *.debug): Aug 31 00:00:22 ip68-110-7-34 NetworkManager: nm_device_activation_cancel(eth1): canceled I'm planning on doing further debugging, but first maybe someone needs to add the NetworkManager package to bugzilla? Or is it there and I'm just blind? --wes From paul at all-the-johnsons.co.uk Tue Aug 31 12:10:10 2004 From: paul at all-the-johnsons.co.uk (PFJ) Date: Tue, 31 Aug 2004 13:10:10 +0100 Subject: CUPS still giving me problems Message-ID: <1093954210.5513.63.camel@jeeves.music.salford.ac.uk> Hi, Despite a weekend of trying to get cups to respond, I'm faced with either having to install from source or find a previous version. The error logs indicate the backend is dead rather than anything else. s-c-printer still causes a fall over and the desktop to restart itself (nautilus is killed, gnome-panel is killed and so are all applications running at the time). Trying to restart the cups server kills the machine! Is there another release candidate due soon or should I install from source with all of the fun and games that brings? TTFN Paul -- "If I face my God tomorrow, I can tell Him I am innocent. I've never harmed anyone. I have cheated no one. I have deceived no one. I have hurt no one. Except myself. And that He will forgive me." - Hans Holzel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From rshewan at lio.aacisd.com Tue Aug 31 13:27:21 2004 From: rshewan at lio.aacisd.com (Rob Shewan) Date: Tue, 31 Aug 2004 09:27:21 -0400 Subject: C++ compiler problems with FC2 In-Reply-To: <1093934661.6811.78.camel@T7.linux> References: <1093934661.6811.78.camel@T7.linux> Message-ID: <41347CB9.3070405@lio.aacisd.com> An HTML attachment was scrubbed... URL: From twaugh at redhat.com Tue Aug 31 14:34:00 2004 From: twaugh at redhat.com (Tim Waugh) Date: Tue, 31 Aug 2004 15:34:00 +0100 Subject: CUPS still giving me problems In-Reply-To: <1093954210.5513.63.camel@jeeves.music.salford.ac.uk> References: <1093954210.5513.63.camel@jeeves.music.salford.ac.uk> Message-ID: <20040831143400.GQ2177@redhat.com> On Tue, Aug 31, 2004 at 01:10:10PM +0100, PFJ wrote: > Hi, > > Despite a weekend of trying to get cups to respond, I'm faced with > either having to install from source or find a previous version. > > The error logs indicate the backend is dead rather than anything else. > s-c-printer still causes a fall over and the desktop to restart itself > (nautilus is killed, gnome-panel is killed and so are all applications > running at the time). > > Trying to restart the cups server kills the machine! > > Is there another release candidate due soon or should I install from > source with all of the fun and games that brings? CUPS is working fine for me, and I haven't seen any bug reports similar to your description (that's a hint to file one yourself, by the way :-) ). You say that "the backend" is dead: which backend do you think is the trouble-maker? It's easy to disable a backend, just by removing the executable bit, so it's not difficult to test. Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From NaveR at fidelitytech.com Tue Aug 31 16:11:46 2004 From: NaveR at fidelitytech.com (Nave, Ronald) Date: Tue, 31 Aug 2004 12:11:46 -0400 Subject: USB memory stick with latest 2.6.8-1.533smp kernel Message-ID: <9D8F6FA333FDCF489F65C7DD8B7BC548023930@ftces1.fidelitytech.com> I upgraded to the 2.6.8.1-533smp kernel on FT3 - test1 and my usb memory stick stopped working ( /dev/sda1 not valid ) When I rebooted back to version 2.6.8-1.526smp , it started to work again. From paul at all-the-johnsons.co.uk Tue Aug 31 16:55:50 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 17:55:50 +0100 Subject: CUPS still giving me problems In-Reply-To: <20040831143400.GQ2177@redhat.com> References: <1093954210.5513.63.camel@jeeves.music.salford.ac.uk> <20040831143400.GQ2177@redhat.com> Message-ID: <1093971350.12381.3.camel@T7.linux> Hi, > > Is there another release candidate due soon or should I install from > > source with all of the fun and games that brings? > > CUPS is working fine for me, and I haven't seen any bug reports > similar to your description (that's a hint to file one yourself, by > the way :-) ). I think I will.... I wasn't sure which component was at fault though as trying to run cupsd was causing me having to do a power reset. > You say that "the backend" is dead: which backend do you think is the > trouble-maker? No idea. The backend in question is from /var/log/cups/error_log - it doesn't say which backend though. > It's easy to disable a backend, just by removing the > executable bit, so it's not difficult to test. What's it called? /usr/bin/ has cups-calibrate, cups-config, cupsdconf cupsdoprint and cupstestppd TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From steve at adsi-m4.com Tue Aug 31 17:03:30 2004 From: steve at adsi-m4.com (Steve Friedman) Date: Tue, 31 Aug 2004 13:03:30 -0400 (EDT) Subject: C++ compiler problems with FC2 Message-ID: Unfortunately, my spam filter killed the various replies to my message, so this is a new thread (I've eliminated *that* rule)... Yes, it was dumb of me to not include the code that I was trying to compile -- it was from www.opengc.org. (As an aside, I had the same test results as Rob Cochran.) The file that I was trying to compile begins: #include // this is from fltk-devel #include "ogcAppObject.h" And, ogcAppObject.h begins: #include These are the error messages: > make > err.out 2>&1 cmake.depends is up-to-date /home/steve/opengc55-fgfs094/opengc/Source: building default_target Building object file /home/steve/opengc55-fgfs094/opengc/Source/Base/main.o... In file included from /usr/include/c++/3.3.3/bits/char_traits.h:45, from /usr/include/c++/3.3.3/ios:46, from /usr/include/c++/3.3.3/ostream:45, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/cstring:79: error: `memcpy' not declared /usr/include/c++/3.3.3/cstring:80: error: `memmove' not declared /usr/include/c++/3.3.3/cstring:81: error: `strcpy' not declared /usr/include/c++/3.3.3/cstring:82: error: `strncpy' not declared /usr/include/c++/3.3.3/cstring:83: error: `strcat' not declared /usr/include/c++/3.3.3/cstring:84: error: `strncat' not declared /usr/include/c++/3.3.3/cstring:85: error: `memcmp' not declared /usr/include/c++/3.3.3/cstring:86: error: `strcmp' not declared /usr/include/c++/3.3.3/cstring:87: error: `strcoll' not declared /usr/include/c++/3.3.3/cstring:88: error: `strncmp' not declared /usr/include/c++/3.3.3/cstring:89: error: `strxfrm' not declared /usr/include/c++/3.3.3/cstring:90: error: `strcspn' not declared /usr/include/c++/3.3.3/cstring:91: error: `strspn' not declared /usr/include/c++/3.3.3/cstring:92: error: `strtok' not declared /usr/include/c++/3.3.3/cstring:93: error: `memset' not declared /usr/include/c++/3.3.3/cstring:94: error: `strerror' not declared /usr/include/c++/3.3.3/cstring:95: error: `strlen' not declared /usr/include/c++/3.3.3/cstring:97: error: `memchr' not declared /usr/include/c++/3.3.3/cstring: In function `void* std::memchr(void*, int, unsigned int)': /usr/include/c++/3.3.3/cstring:101: error: invalid conversion from `const void* ' to `void*' /usr/include/c++/3.3.3/cstring: At global scope: /usr/include/c++/3.3.3/cstring:103: error: `strchr' not declared /usr/include/c++/3.3.3/cstring:109: error: `strpbrk' not declared /usr/include/c++/3.3.3/cstring:115: error: `strrchr' not declared /usr/include/c++/3.3.3/cstring:121: error: `strstr' not declared In file included from /usr/include/c++/3.3.3/ios:46, from /usr/include/c++/3.3.3/ostream:45, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/bits/char_traits.h: In static member function `static int std::char_traits::compare(const char*, const char*, unsigned int) ': /usr/include/c++/3.3.3/bits/char_traits.h:139: error: `memcmp' undeclared (first use this function) /usr/include/c++/3.3.3/bits/char_traits.h:139: error: (Each undeclared identifier is reported only once for each function it appears in.) /usr/include/c++/3.3.3/bits/char_traits.h: In static member function `static size_t std::char_traits::length(const char*)': /usr/include/c++/3.3.3/bits/char_traits.h:143: error: `strlen' undeclared (first use this function) /usr/include/c++/3.3.3/bits/char_traits.h: In static member function `static const char* std::char_traits::find(const char*, unsigned int, const char&)': /usr/include/c++/3.3.3/bits/char_traits.h:147: error: invalid conversion from ` const void*' to `void*' /usr/include/c++/3.3.3/bits/char_traits.h: In static member function `static char* std::char_traits::move(char*, const char*, unsigned int)': /usr/include/c++/3.3.3/bits/char_traits.h:151: error: `memmove' undeclared (first use this function) /usr/include/c++/3.3.3/bits/char_traits.h: In static member function `static char* std::char_traits::copy(char*, const char*, unsigned int)': /usr/include/c++/3.3.3/bits/char_traits.h:155: error: `memcpy' undeclared (first use this function) /usr/include/c++/3.3.3/bits/char_traits.h: In static member function `static char* std::char_traits::assign(char*, unsigned int, char)': /usr/include/c++/3.3.3/bits/char_traits.h:159: error: `memset' undeclared (first use this function) In file included from /usr/include/c++/3.3.3/memory:54, from /usr/include/c++/3.3.3/string:48, from /usr/include/c++/3.3.3/bits/locale_classes.h:47, from /usr/include/c++/3.3.3/bits/ios_base.h:47, from /usr/include/c++/3.3.3/ios:49, from /usr/include/c++/3.3.3/ostream:45, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/bits/stl_algobase.h: In function `void std::fill(unsigned char*, unsigned char*, const unsigned char&)': /usr/include/c++/3.3.3/bits/stl_algobase.h:549: error: `memset' undeclared (first use this function) /usr/include/c++/3.3.3/bits/stl_algobase.h: In function `void std::fill(signed char*, signed char*, const signed char&)': /usr/include/c++/3.3.3/bits/stl_algobase.h:556: error: `memset' undeclared (first use this function) /usr/include/c++/3.3.3/bits/stl_algobase.h: In function `void std::fill(char*, char*, const char&)': /usr/include/c++/3.3.3/bits/stl_algobase.h:563: error: `memset' undeclared (first use this function) /usr/include/c++/3.3.3/bits/stl_algobase.h: In function `bool std::lexicographical_compare(const unsigned char*, const unsigned char*, const unsigned char*, const unsigned char*)': /usr/include/c++/3.3.3/bits/stl_algobase.h:793: error: `memcmp' undeclared (first use this function) In file included from /usr/include/c++/3.3.3/memory:58, from /usr/include/c++/3.3.3/string:48, from /usr/include/c++/3.3.3/bits/locale_classes.h:47, from /usr/include/c++/3.3.3/bits/ios_base.h:47, from /usr/include/c++/3.3.3/ios:49, from /usr/include/c++/3.3.3/ostream:45, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/bits/stl_uninitialized.h: In function `char* std::uninitialized_copy(const char*, const char*, char*)': /usr/include/c++/3.3.3/bits/stl_uninitialized.h:118: error: `memmove' undeclared (first use this function) /usr/include/c++/3.3.3/bits/stl_uninitialized.h: In function `wchar_t* std::uninitialized_copy(const wchar_t*, const wchar_t*, wchar_t*)': /usr/include/c++/3.3.3/bits/stl_uninitialized.h:126: error: `memmove' undeclared (first use this function) In file included from /usr/include/c++/3.3.3/bits/ios_base.h:47, from /usr/include/c++/3.3.3/ios:49, from /usr/include/c++/3.3.3/ostream:45, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/bits/locale_classes.h: In member function `bool std::locale::_Impl::_M_check_same_name()': /usr/include/c++/3.3.3/bits/locale_classes.h:260: error: `strcmp' undeclared (first use this function) In file included from /usr/include/c++/3.3.3/bits/codecvt.h:334, from /usr/include/c++/3.3.3/bits/locale_facets.h:528, from /usr/include/c++/3.3.3/bits/basic_ios.h:44, from /usr/include/c++/3.3.3/ios:51, from /usr/include/c++/3.3.3/ostream:45, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h: In constructor `std::__enc_traits::__enc_traits()': /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h:78: error: ` memset' undeclared (first use this function) /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h: In constructor `std::__enc_traits::__enc_traits(const char*, const char*, int, int)': /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h:86: error: ` strncpy' undeclared (first use this function) /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h: In copy constructor `std::__enc_traits::__enc_traits(const std::__enc_traits&) ': /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h:97: error: ` strncpy' undeclared (first use this function) /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h: In member function `std::__enc_traits& std::__enc_traits::operator=(const std::__enc_traits&)': /usr/include/c++/3.3.3/i386-redhat-linux/bits/codecvt_specializations.h:107: error: ` strncpy' undeclared (first use this function) In file included from /usr/include/c++/3.3.3/bits/locale_facets.tcc:41, from /usr/include/c++/3.3.3/locale:47, from /usr/include/c++/3.3.3/bits/ostream.tcc:37, from /usr/include/c++/3.3.3/ostream:535, from /usr/include/c++/3.3.3/iostream:45, from /home/steve/opengc55-fgfs094/opengc/Source/Base/ogcAppObject.h:54, from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:107: error: `acosf' not declared /usr/include/c++/3.3.3/cmath:110: error: `asinf' not declared /usr/include/c++/3.3.3/cmath:113: error: `atanf' not declared /usr/include/c++/3.3.3/cmath:116: error: `atan2f' not declared /usr/include/c++/3.3.3/cmath:119: error: `ceilf' not declared /usr/include/c++/3.3.3/cmath:122: error: `coshf' not declared /usr/include/c++/3.3.3/cmath:125: error: `expf' not declared /usr/include/c++/3.3.3/cmath:128: error: `floorf' not declared /usr/include/c++/3.3.3/cmath:131: error: `fmodf' not declared /usr/include/c++/3.3.3/cmath:134: error: `frexpf' not declared /usr/include/c++/3.3.3/cmath:137: error: `ldexpf' not declared /usr/include/c++/3.3.3/cmath:140: error: `logf' not declared /usr/include/c++/3.3.3/cmath:143: error: `log10f' not declared /usr/include/c++/3.3.3/cmath:146: error: `modff' not declared /usr/include/c++/3.3.3/cmath:149: error: `powf' not declared /usr/include/c++/3.3.3/cmath:152: error: `sinhf' not declared /usr/include/c++/3.3.3/cmath:155: error: `tanf' not declared /usr/include/c++/3.3.3/cmath:158: error: `tanhf' not declared /usr/include/c++/3.3.3/cmath: In function `float std::acos(float)': /usr/include/c++/3.3.3/cmath:184: error: `acosf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:190: error: `acos' not declared /usr/include/c++/3.3.3/cmath: In function `long double std::acos(long double)': /usr/include/c++/3.3.3/cmath:194: error: `::acosl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:200: error: `asin' not declared /usr/include/c++/3.3.3/cmath: In function `float std::asin(float)': /usr/include/c++/3.3.3/cmath:204: error: `asinf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::asin(long double)': /usr/include/c++/3.3.3/cmath:212: error: `::asinl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:218: error: `atan' not declared /usr/include/c++/3.3.3/cmath: In function `float std::atan(float)': /usr/include/c++/3.3.3/cmath:222: error: `atanf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::atan(long double)': /usr/include/c++/3.3.3/cmath:230: error: `::atanl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:236: error: `atan2' not declared /usr/include/c++/3.3.3/cmath: In function `float std::atan2(float, float)': /usr/include/c++/3.3.3/cmath:240: error: `atan2f' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::atan2(long double, long double)': /usr/include/c++/3.3.3/cmath:249: error: `::atan2l' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:256: error: `ceil' not declared /usr/include/c++/3.3.3/cmath: In function `float std::ceil(float)': /usr/include/c++/3.3.3/cmath:260: error: `ceilf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::ceil(long double)': /usr/include/c++/3.3.3/cmath:268: error: `::ceill' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:274: error: `cos' not declared /usr/include/c++/3.3.3/cmath:284: error: `cosh' not declared /usr/include/c++/3.3.3/cmath: In function `float std::cosh(float)': /usr/include/c++/3.3.3/cmath:288: error: `coshf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::cosh(long double)': /usr/include/c++/3.3.3/cmath:296: error: `::coshl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:302: error: `exp' not declared /usr/include/c++/3.3.3/cmath: In function `float std::exp(float)': /usr/include/c++/3.3.3/cmath:306: error: `expf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::exp(long double)': /usr/include/c++/3.3.3/cmath:314: error: `::expl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:320: error: `fabs' not declared /usr/include/c++/3.3.3/cmath:330: error: `floor' not declared /usr/include/c++/3.3.3/cmath: In function `float std::floor(float)': /usr/include/c++/3.3.3/cmath:334: error: `floorf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::floor(long double) ': /usr/include/c++/3.3.3/cmath:342: error: `::floorl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:348: error: `fmod' not declared /usr/include/c++/3.3.3/cmath: In function `float std::fmod(float, float)': /usr/include/c++/3.3.3/cmath:352: error: `fmodf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::fmod(long double, long double)': /usr/include/c++/3.3.3/cmath:361: error: `::fmodl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:368: error: `frexp' not declared /usr/include/c++/3.3.3/cmath: In function `float std::frexp(float, int*)': /usr/include/c++/3.3.3/cmath:372: error: `frexpf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::frexp(long double, int*)': /usr/include/c++/3.3.3/cmath:380: error: `::frexpl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:387: error: `ldexp' not declared /usr/include/c++/3.3.3/cmath: In function `float std::ldexp(float, int)': /usr/include/c++/3.3.3/cmath:391: error: `ldexpf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::ldexp(long double, int)': /usr/include/c++/3.3.3/cmath:400: error: `::ldexpl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:407: error: `log' not declared /usr/include/c++/3.3.3/cmath: In function `float std::log(float)': /usr/include/c++/3.3.3/cmath:411: error: `logf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::log(long double)': /usr/include/c++/3.3.3/cmath:419: error: `::logl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:425: error: `log10' not declared /usr/include/c++/3.3.3/cmath: In function `float std::log10(float)': /usr/include/c++/3.3.3/cmath:429: error: `log10f' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::log10(long double) ': /usr/include/c++/3.3.3/cmath:437: error: `::log10l' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:443: error: `modf' not declared /usr/include/c++/3.3.3/cmath: In function `float std::modf(float, float*)': /usr/include/c++/3.3.3/cmath:447: error: `modff' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::modf(long double, long double*)': /usr/include/c++/3.3.3/cmath:461: error: `::modfl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:482: error: `pow' not declared /usr/include/c++/3.3.3/cmath: In function `float std::pow(float, float)': /usr/include/c++/3.3.3/cmath:486: error: `powf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::pow(long double, long double)': /usr/include/c++/3.3.3/cmath:495: error: `::powl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:514: error: `sin' not declared /usr/include/c++/3.3.3/cmath:524: error: `sinh' not declared /usr/include/c++/3.3.3/cmath: In function `float std::sinh(float)': /usr/include/c++/3.3.3/cmath:528: error: `sinhf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::sinh(long double)': /usr/include/c++/3.3.3/cmath:536: error: `::sinhl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:542: error: `sqrt' not declared /usr/include/c++/3.3.3/cmath:552: error: `tan' not declared /usr/include/c++/3.3.3/cmath: In function `float std::tan(float)': /usr/include/c++/3.3.3/cmath:556: error: `tanf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::tan(long double)': /usr/include/c++/3.3.3/cmath:564: error: `::tanl' undeclared (first use here) /usr/include/c++/3.3.3/cmath: At global scope: /usr/include/c++/3.3.3/cmath:570: error: `tanh' not declared /usr/include/c++/3.3.3/cmath: In function `float std::tanh(float)': /usr/include/c++/3.3.3/cmath:574: error: `tanhf' undeclared in namespace ` __gnu_cxx::__c99_binding' /usr/include/c++/3.3.3/cmath: In function `long double std::tanh(long double)': /usr/include/c++/3.3.3/cmath:582: error: `::tanhl' undeclared (first use here) make[3]: *** [/home/steve/opengc55-fgfs094/opengc/Source/Base/main.o] Error 1 make[2]: *** [default_target] Error 2 make[1]: *** [default_target_Source] Error 2 make: *** [default_target] Error 2 Steve From marguz at ameritech.net Tue Aug 31 17:15:40 2004 From: marguz at ameritech.net (Mark Guzzo) Date: Tue, 31 Aug 2004 12:15:40 -0500 Subject: Intel i810 graphics Message-ID: <1093972540.3717.7.camel@LORDLINUX.GLOBAL.SHSYSTEM.ORG> Hello all, I've just updated my FC3-T1 and now in X the screen/apps do not get refreshed unless I mouse over the area. I tried different resolutions, but the problem is still there. For now I changed the driver in xorg.confg from "i810" to "vesa" and everything works great even if it's at 800x600 :-( [guzmar at LORDLINUX ~]$ rpm -q xorg-x11 xorg-x11-6.7.99.903-1 Should I bugzilla this ? Mark From mgalvin at nycap.rr.com Tue Aug 31 17:55:50 2004 From: mgalvin at nycap.rr.com (mgalvin at nycap.rr.com) Date: Tue, 31 Aug 2004 13:55:50 -0400 Subject: GNOME Terminal Issue? Message-ID: <2daf472dda15.2dda152daf47@nyroc.rr.com> When logging into a remote box via ssh from in a GNOME Terminal (2.7.3) I get the following error when running vi on the remote box. my actions include... Open up a new GNOME Terminal run: ssh -l me #remotebox: vi <> E558: Terminal entry not found in terminfo 'gnome' not known. Available builtin terminals are: builtin_gui builtin_riscos builtin_amiga builtin_beos-ansi builtin_ansi builtin_pcansi builtin_win32 builtin_vt320 builtin_vt52 builtin_xterm builtin_iris-ansi builtin_debug builtin_dumb defaulting to 'ansi' <> when this happens, vi does not function correctly either. vi on the remote box works just fine when logging in from my win box with SecureCRT. It seems as it may be an issue with GNOME Terminal 2.7.3, but i am not sure. Has anyone else run into this issue? The remote box is a debian box. Any help is appreciated. Thanks, Matt From whb at ceimaine.org Tue Aug 31 17:59:50 2004 From: whb at ceimaine.org (Will Backman) Date: Tue, 31 Aug 2004 13:59:50 -0400 Subject: USB memory stick with latest 2.6.8-1.533smp kernel In-Reply-To: <9D8F6FA333FDCF489F65C7DD8B7BC548023930@ftces1.fidelitytech.com> References: <9D8F6FA333FDCF489F65C7DD8B7BC548023930@ftces1.fidelitytech.com> Message-ID: <1093975190.26261.16.camel@djrnx941> Is this a question for the list? If it is a bug report, please use bugzilla. On Tue, 2004-08-31 at 12:11 -0400, Nave, Ronald wrote: > I upgraded to the 2.6.8.1-533smp kernel on FT3 - test1 and my usb memory > stick stopped working ( /dev/sda1 not valid ) > > When I rebooted back to version 2.6.8-1.526smp , it started to work again. > > > > -- Will Backman Coastal Enterprises, Inc. - A computer is a device used to convert data into error messages. From cmkrnl at speakeasy.net Tue Aug 31 18:08:43 2004 From: cmkrnl at speakeasy.net (Andrew) Date: Tue, 31 Aug 2004 14:08:43 -0400 Subject: Kernel BUG with 533 kernel and JFS (Re: USB System Partially Broken with 533 Kernel?) In-Reply-To: <1093897596.12092.64.camel@localhost.localdomain> References: <1093878671.2178.6.camel@wintermute.sr.unh.edu> <883cfe6d04083013074df98260@mail.gmail.com> <1093897596.12092.64.camel@localhost.localdomain> Message-ID: <4134BEAB.3060805@speakeasy.net> >Another problem: /proc/bus/usb is not being mounted at boot, that might >explain the lsusb problems? My proc/bus/usb was not mounting until I "notted" this line from /etc/rc.sysinit [ -f /proc/bus/usb/devices ] && mount -t usbdevfs usbdevfs /proc/bus/usb ! [ -f /proc/bus/usb/devices ] && mount -t usbdevfs usbdevfs /proc/bus/usb After that lsusb and usb devices started working again. rpm -q initscripts initscripts-7.73-1 At least on my system Andrew From bruno at wolff.to Tue Aug 31 18:21:37 2004 From: bruno at wolff.to (Bruno Wolff III) Date: Tue, 31 Aug 2004 13:21:37 -0500 Subject: OffList: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093774374.2792.17.camel@laptop.fenrus.com> <604aa79104082909054f2c7083@mail.gmail.com> Message-ID: <20040831182137.GA29659@wolff.to> On Mon, Aug 30, 2004 at 04:00:39 +0100, Paul Jakma wrote: > On Sun, 29 Aug 2004, Jeff Spaleta wrote: > > List maintainers: setting Reply-To list is *evil*, please consider > removing this malfeature of the RedHat lists. Luckily for Jeff his > mail wasnt sensitive.. A useful defense against this is to have a mail filter remove reply-to headers from lists that you know to do this. From paul at all-the-johnsons.co.uk Tue Aug 31 18:18:18 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 19:18:18 +0100 Subject: C++ compiler problems with FC2 In-Reply-To: References: Message-ID: <1093976298.12381.11.camel@T7.linux> Hi, > Yes, it was dumb of me to not include the code that I was trying to > compile -- it was from www.opengc.org. (As an aside, I had the same test > results as Rob Cochran.) > > The file that I was trying to compile begins: > > #include // this is from fltk-devel > #include "ogcAppObject.h" > > And, ogcAppObject.h begins: > > #include > > These are the error messages: > from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: > /usr/include/c++/3.3.3/cstring:79: error: `memcpy' not declared > /usr/include/c++/3.3.3/cstring:80: error: `memmove' not declared #include > /usr/include/c++/3.3.3/cstring:81: error: `strcpy' not declared > /usr/include/c++/3.3.3/cstring:82: error: `strncpy' not declared > /usr/include/c++/3.3.3/cstring:83: error: `strcat' not declared > /usr/include/c++/3.3.3/cstring:84: error: `strncat' not declared #include Should fix that lot. > from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: > /usr/include/c++/3.3.3/cmath: At global scope: using namespace std; will help Hmm, not much to it really ;-) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bruno at wolff.to Tue Aug 31 18:29:43 2004 From: bruno at wolff.to (Bruno Wolff III) Date: Tue, 31 Aug 2004 13:29:43 -0500 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <200408291040.57633.fedora@warmcat.com> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744844.9616.22.camel@binkley> <1093771427.4054.18.camel@localhost.localdomain> <200408291040.57633.fedora@warmcat.com> Message-ID: <20040831182943.GB29659@wolff.to> On Sun, Aug 29, 2004 at 10:40:53 +0100, Andy Green wrote: > > One should also note that the act of signing the NDA put the author in this > bad spot from the get-go. He can't really please both "masters" at that > point. The NDA appears to have expired over a year ago. > The membrane between "you must GPL your stuff" and "keep your source" is thin > at the kernel modules. I can imagine why backdoor hooks to let Philips "off > the hook" were considered evil since widespread use of them would allow the > GPLness fo the kernel to be completely worked around. > > Anyway, if someone else takes over maintainership they will be free to reverse > the binary portion and solve the problem that way. If not, time for a new > webcam. The discussion of the binary has been misleading as well. It isn't primarily a decompressor, but rather an interpolator. The ccd is 120x160 pixels and the binary part interperolates to return 480x640 pixels. I think it is pretty questionable that that function should be done in kernel space. From alan at redhat.com Tue Aug 31 18:30:38 2004 From: alan at redhat.com (Alan Cox) Date: Tue, 31 Aug 2004 14:30:38 -0400 Subject: Whats with the petty Open Source Pureness that has killed PWCX In-Reply-To: <20040831182943.GB29659@wolff.to> References: <1093742535.28537.165.camel@inyoureyes.linsolutions.com> <1093744844.9616.22.camel@binkley> <1093771427.4054.18.camel@localhost.localdomain> <200408291040.57633.fedora@warmcat.com> <20040831182943.GB29659@wolff.to> Message-ID: <20040831183038.GC5099@devserv.devel.redhat.com> On Tue, Aug 31, 2004 at 01:29:43PM -0500, Bruno Wolff III wrote: > The discussion of the binary has been misleading as well. It isn't primarily > a decompressor, but rather an interpolator. The ccd is 120x160 pixels > and the binary part interperolates to return 480x640 pixels. I think it > is pretty questionable that that function should be done in kernel space. Its a 640x480 detector according to the component data sheet so I wouldn't read much into random rumour. It looks like the matter is now resolved anyway and we may also get open user space decode libraries From paul at all-the-johnsons.co.uk Tue Aug 31 18:35:31 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 19:35:31 +0100 Subject: CUPS still giving me problems In-Reply-To: <20040831143400.GQ2177@redhat.com> References: <1093954210.5513.63.camel@jeeves.music.salford.ac.uk> <20040831143400.GQ2177@redhat.com> Message-ID: <1093977331.12381.13.camel@T7.linux> Hi, > CUPS is working fine for me, and I haven't seen any bug reports > similar to your description (that's a hint to file one yourself, by > the way :-) ). Filed into the big red bug machine... TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From david.fischer at dhl.com Tue Aug 31 19:02:05 2004 From: david.fischer at dhl.com (David R. Fischer) Date: Tue, 31 Aug 2004 12:02:05 -0700 Subject: Evolution version Message-ID: <4134CB2D.3080107@dhl.com> quick question. I see that evolution 1.5.2 is in test 2.90 but I see that evolution 1.5.3 plus all the connectors are in development. My question is evolution 1.5.3 and connectors going to make it into Fedora core 3?? -- -he who controls the present controls the past, -he who controls the past controls the future. -- George Orwell, 1984. From paul at all-the-johnsons.co.uk Tue Aug 31 20:02:20 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 21:02:20 +0100 Subject: Evolution version In-Reply-To: <4134CB2D.3080107@dhl.com> References: <4134CB2D.3080107@dhl.com> Message-ID: <1093982540.12381.18.camel@T7.linux> Hi. > I see that evolution 1.5.2 is in test 2.90 but I see that evolution 1.5.3 plus > all the connectors are in development. My question is evolution 1.5.3 and > connectors going to make it into Fedora core 3?? No. It should be 2.0 all being well :-) TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From steve at adsi-m4.com Tue Aug 31 20:09:21 2004 From: steve at adsi-m4.com (Steve Friedman) Date: Tue, 31 Aug 2004 16:09:21 -0400 (EDT) Subject: C++ compiler problems with FC2 In-Reply-To: <1093976298.12381.11.camel@T7.linux> References: <1093976298.12381.11.camel@T7.linux> Message-ID: On Tue, 31 Aug 2004, Paul wrote: > >> from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: >> /usr/include/c++/3.3.3/cstring:79: error: `memcpy' not declared >> /usr/include/c++/3.3.3/cstring:80: error: `memmove' not declared > > #include > >> /usr/include/c++/3.3.3/cstring:81: error: `strcpy' not declared >> /usr/include/c++/3.3.3/cstring:82: error: `strncpy' not declared >> /usr/include/c++/3.3.3/cstring:83: error: `strcat' not declared >> /usr/include/c++/3.3.3/cstring:84: error: `strncat' not declared > > #include > > Should fix that lot. > >> from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: >> /usr/include/c++/3.3.3/cmath: At global scope: > > using namespace std; will help I must be a bit thick today. I don't understand why: - it compiled cleanly under g++ 3.3.1 on FC1, but not 3.3.3 on FC2 - cstring depends on cstdlib being included first and doesn't include it itself - how including cstring will resolve problems with cstring. - how setting the namespace after the includes will have any effect on errors that arise from including header files. - how this code failed when your test code worked. I just rearranged main.cpp so the first lines read: #include #include #include ... rest of the program as before and the same errors result. I guess that it is time to dig into the g++ options this code is using. Steve Friedman From paul at all-the-johnsons.co.uk Tue Aug 31 20:18:49 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 31 Aug 2004 21:18:49 +0100 Subject: C++ compiler problems with FC2 In-Reply-To: References: <1093976298.12381.11.camel@T7.linux> Message-ID: <1093983529.12381.28.camel@T7.linux> Hi, > I must be a bit thick today. I don't understand why: > > - it compiled cleanly under g++ 3.3.1 on FC1, but not 3.3.3 on FC2 From rom what you've shown here, it shouldn't have. > - cstring depends on cstdlib being included first and doesn't include it > itself It doesn't #include #include using namespace std; int main() { char x[20]; strncpy(x, "Helllllo from Fedora Core!", 19); cout << x << "\n"; } g++ scr.cpp -o scr ./scr Helllllo from Fedor As another quicky, I removed the iostream and cout lines and it was still happy. > - how including cstring will resolve problems with cstring. cstring contains all of the C string header encapsulated in the standard namespace. These include strcpy, strlen etc > - how setting the namespace after the includes will have any effect on > errors that arise from including header files. Because without it, you're not defining the namespace which you're using. Everything in C++ is defined within the std namespace (unless otherwise stated - such as other libraries which are not part of the standard) > - how this code failed when your test code worked. I just rearranged > main.cpp so the first lines read: > #include > #include > #include > > ... rest of the program as before > > > and the same errors result. I guess that it is time to dig into the g++ > options this code is using. Email me off list with the source and I'll have a look. As I've said, gcc under FC2 caused me no problems at all - 3000+ source files later and everything happy. TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From cochranb at speakeasy.net Tue Aug 31 22:23:53 2004 From: cochranb at speakeasy.net (Robert L Cochran) Date: Tue, 31 Aug 2004 18:23:53 -0400 Subject: C++ compiler problems with FC2 In-Reply-To: <1093934661.6811.78.camel@T7.linux> References: <1093906066.6811.73.camel@T7.linux> <1093914246.4122.18.camel@bobcp4.lingpgmr.com> <1093934661.6811.78.camel@T7.linux> Message-ID: <1093991033.3090.2.camel@bobcp4.lingpgmr.com> If you look again at my original post on this, you can see the source. It's your source. Explicitly converting constants to doubles per Ed Hill's suggestion allowed the code to compile without error and run. Bob On Tue, 2004-08-31 at 02:44, Paul wrote: > Hi, > > > [rlc at bobcp4 cpp]$ g++ -Wall -pedantic -o tsine tsine.cpp > > tsine.cpp: In function `int main()': > > tsine.cpp:8: error: call of overloaded `sin(int)' is ambiguous > > Without seeing the source, how is a chap to know what you're doing? > > TTFN > > Paul From paul at all-the-johnsons.co.uk Tue Aug 31 23:12:58 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Wed, 01 Sep 2004 00:12:58 +0100 Subject: C++ compiler problems with FC2 In-Reply-To: <1093991033.3090.2.camel@bobcp4.lingpgmr.com> References: <1093906066.6811.73.camel@T7.linux> <1093914246.4122.18.camel@bobcp4.lingpgmr.com> <1093934661.6811.78.camel@T7.linux> <1093991033.3090.2.camel@bobcp4.lingpgmr.com> Message-ID: <1093993979.4965.2.camel@T7.linux> Hi, > If you look again at my original post on this, you can see the source. > It's your source. Right - sorry. It's been a long day trying to get some bloomin' code to compile. > Explicitly converting constants to doubles per Ed Hill's suggestion > allowed the code to compile without error and run. To be honest, that shouldn't really have made a damn of difference - unless you're using some flag or other when compiling (such as - pendantic). TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at all-the-johnsons.co.uk Tue Aug 31 23:18:22 2004 From: paul at all-the-johnsons.co.uk (Paul) Date: Wed, 01 Sep 2004 00:18:22 +0100 Subject: More on my cups saga! Message-ID: <1093994302.4965.9.camel@T7.linux> Hi, For those who have been following the saga of getting printing to work again on my FC3t1 box... Doing a clean install from source didn't solve any of my problems Moving down to the 526 kernel sort of sorted the problem (see below) Disabling (totally) SELinux under the 533 and 532 kernels did nothing However, I did notice that none of the USB drivers had been loaded su /sbin/modprobe usb-uhci /sbin/modprobe usb-ohci /sbin/modprobe lpusb Now, the final one gave the same insane amount of disc thrashing as editting the properties in s-c-p. (The 526 kernel worked, but selinux was getting in the way [not allowing anything to happen]. Disabling selinux didn't do very much either). Question now is this : can the problem be kernel and/or selinux related? TTFN Paul -- "Our enemies are innovative and resourceful - and so are we," "They never stop thinking about new ways to harm our country and our people - and neither do we." - George W. Bush, Aug 2004 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: