Re: rpm storage location while up2date downloading
On Mon, 21 Oct 2002, Tom Georgoulias wrote: > Oisin C. Feeley wrote: > > The rpm doesn't appear in /var/spool/up2date until > > it is 100% downloaded. > > Out of curiosity, do you have up2date configured to save the RPMs on > disk after they are installed? > Yes, here's part of the output of "up2date-nox --configure" 7. storageDir /var/spool/up2date 24. keepAfterInstall Yes and after an rpm shows 100% downloaded in its progress bar then it's stored in /var/spool/up2date as specified, but _during_ the download I can't find out where the file is stored. I've started to take up Paul Gear's suggestion of using strace, but I can't make head or tail of it so far. I can only assume that he's correct and that the file is held in memory as it's downloaded. Oisin Feeley
Re: Adding language after install without reinstalling?
Hi Michael, On Mon, 2002-10-21 at 16:54, Michel Alexandre Salim wrote: - snip - >> Is there a way to add languages to Red Hat after installing, without > > Ah, reinstalling glibc-common and adding the language descriptions > manually into /etc/sysconfig/i18n works. Could you please give me more detail Thanks Stephen Liu - snip -
Re: rpm storage location while up2date downloading
You can find "in progress" downloads for rhn in the /tmp file system. Just "ls -ltr /tmp" a couple times, and you will see a weird named *.tar file growing during download. Dan Liston Oisin C. Feeley wrote: On Mon, 21 Oct 2002, Tom Georgoulias wrote: Oisin C. Feeley wrote: The rpm doesn't appear in /var/spool/up2date until it is 100% downloaded. Out of curiosity, do you have up2date configured to save the RPMs on disk after they are installed? Yes, here's part of the output of "up2date-nox --configure" 7. storageDir /var/spool/up2date 24. keepAfterInstall Yes and after an rpm shows 100% downloaded in its progress bar then it's stored in /var/spool/up2date as specified, but _during_ the download I can't find out where the file is stored. I've started to take up Paul Gear's suggestion of using strace, but I can't make head or tail of it so far. I can only assume that he's correct and that the file is held in memory as it's downloaded. Oisin Feeley
Re: rpm storage location while up2date downloading
> I've started to take up Paul Gear's suggestion of using strace, but I > can't make head or tail of it so far. I can only assume that he's correct > and that the file is held in memory as it's downloaded. I'm not super familiar with the file system under Linux, but is it possible to map a memory region to disk? I can think of several ways that up2date could actually be "using" the disk to hold the transient downloaded data WITHOUT an actual filename showing up in some directory. Perhaps it commits the downloaded data to the swap area, or perhaps it's using some form of file-system supported "temporary file" mechanism. Both of these methods could use the disk to hold the downloaded data without a file showing up in a directory somewhere. Also, when a file is open for CREATE/WRITE operations under Linux, unless something like flush() or any other "commit-type" function is called, I'm not sure if the actually file would show up in an "ls" command until the file was actually committed to disk (like flush or close). If a filename WAS being used (that could be located for whatever reason), I would guess it would be in /tmp or perhaps /var/tmp. Is the up2date source code available? If so, perhaps you could find out by looking at the source. BB. - Original Message - From: "Oisin C. Feeley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday October 21, 2002 20:58 Subject: Re: rpm storage location while up2date downloading > On Mon, 21 Oct 2002, Tom Georgoulias wrote: > > > Oisin C. Feeley wrote: > > > The rpm doesn't appear in /var/spool/up2date until > > > it is 100% downloaded. > > > > Out of curiosity, do you have up2date configured to save the RPMs on > > disk after they are installed? > > > > Yes, here's part of the output of "up2date-nox --configure" > > 7. storageDir /var/spool/up2date > > 24. keepAfterInstall Yes > > > and after an rpm shows 100% downloaded in its progress bar then it's > stored in /var/spool/up2date as specified, but _during_ the download I > can't find out where the file is stored. > > I've started to take up Paul Gear's suggestion of using strace, but I > can't make head or tail of it so far. I can only assume that he's correct > and that the file is held in memory as it's downloaded. > > Oisin Feeley
Re: Dell 2300 with megaraid (perc sc/2)
On Mon, 21 Oct 2002, Keith Morse wrote: > > If I were in your situation, I would check with the Dell resources for > > Linux. I do not know anything about them other than these links: > > > > http://www.dell.com/linux/ > > http://domsch.com/linux > > http://lists.us.dell.com/ > > > > > Thanks, I did find these all ready, but so far I have found any relavent > info. What suspect will happen is that there won't be any support (mainly > from Dell) due to the age of this system. Which is somewhat frustrating > as many of these types of servers are showing up on Ebay for a good price > and would make quite good file/print/email/web/whatever servers. To finish up this thread, I did get it working. I finally pulled my head out (amazing really, what oxygen can do for the brain cells) and updated the firmware from a flash update found on Dell's web site. Autodetected and configured on the next boot. Now to play with LVM.
Missing icon after upgrade
Hi all, After upgrade my linux box from RH7.3 to RH8.0 some icons on the bottom tool bar on KDE found missing such as DATE/TIME, etc Kindly advise how to get them back. Thanks in advance. Stephen Liu
Re: Is Redhat's postman asleep?
On 21 Oct 2002 21:11:25 -0400, Ryan Camick wrote: > Did I do something wrong in getting this test to work? I swear I > tried this 10 minutes ago and it did *not* work, as expected from > everyone else's results. Did something A) get fixed while I was > testing or B) am I on glue, or C) are there multiple hosts answering > at 66.187.233.31(just a thought)? > > I found the original test in scrollback, everything looks the same. > Some editing of my information to keep it out of the search engines. > > [ryan@vanessa]:[~]$ telnet mx1.redhat.com smtp > Trying 66.187.233.31... > Connected to mx1.redhat.com. > Escape character is '^]'. > 220 > **2**2002*20*2***0 > *0*00 > helo vanessa.endless.eu.org > 250 mx1.redhat.com Hello [EMAIL PROTECTED] [24.x.x.234] > (may be forged), pleased to meet you > MAIL FROM: [EMAIL PROTECTED] > 550 5.0.0 [EMAIL PROTECTED] You msut use a valid mail server > MAIL FROM: ryan at endless dot eu.org > 250 2.1.0 ryan at endless dot eu.org... Sender ok > quit > 221 2.0.0 mx1.redhat.com closing connection > Connection closed by foreign host. > > > 10 minutes passes .. host -a a bunch of domains .. > > > [ryan@vanessa]:[~]$ telnet mx1.redhat.com smtp > Trying 66.187.233.31... > Connected to mx1.redhat.com. > Escape character is '^]'. > 220 > **2**2002*20* > ***0*00 helo vanessa.endless.eu.org > 250 mx1.redhat.com Hello [EMAIL PROTECTED] [24.x.x.234] > (may be forged), pleased to meet you > MAIL FROM: [EMAIL PROTECTED] > 250 2.1.0 [EMAIL PROTECTED] Sender ok > quit > 221 2.0.0 mx1.redhat.com closing connection > Connection closed by foreign host. Above you tested dsl.pipex.com (the non-working address). Below you tested dsl.pipex.net, which works. It might be that dsl.pipex.com is on some anti-spam blacklist at Red Hat, because I don't see much of a difference between DNS information for dsl.pipex.net and dsl.pipex.com (except that the latter uses very small TTLs). -- msg03847/pgp0.pgp Description: PGP signature
Re: Security Level Information
On Mon, Oct 21, 2002 at 07:05:20PM -0500, Steven Rubenstein wrote: > If you set up the firewall through KDE (Security Level Configuration, > /usr/bin/redhat-config-securitylevel) or through GNOME (Lokkit, > /usr/bin/gnome-lokkit), where is the info you entered stored? /etc/sysconfig/iptables Mirek
Re: colored curses not working properly
On Mon, Oct 21, 2002 at 06:54:01PM -0700, Ben Hsu wrote: > When I try to compile a new kernel and do 'make menuconfig' > the menu does not look right. Symptoms include: > > - parts of screen are wrong color > - single and double border lines not drawn > - text moves over 2-3 characters when highlighted > > Has anyone seen this? Does anyone ever read release notes? Mirek
how to refresh menu contents without restarting KDE?
Hi all, I think the subject line is self explanatory. I just install a game on KDE and a menu entry should be created under Extras>Games but it is not done so until i log out and log in again. Is there a way for the menu entry to be created without logging out first? Alimin
Re: Mozilla with Anti Aliasing
On Mon, 2002-10-21 at 19:40, jim wrote: > > > // TrueType /// > > > pref("font.FreeType2.enable", true); > > > pref("font.freetype2.shared-library", "libfreetype.so.6"); > > > > > No, no, you guys got it wrong - it's using Xft2 so you don't need to > > touch unix.js at all, it should just be anti-aliased. The default font > > selection is rather... limited though, so you have to go and change it. > Just a little while ago I put out a rather lengthy email on this. > The link this fellow refers to tell one to do exactly what this says. That is for the old AA code though - the new code does *not* require Freetype2, it requires fontconfig. Which is one of the reason it is not enabled by default - only Red Hat 8 supports it out of the box right now. I get AA without tweaking a single line of .js code, honest. Have you changed the fonts used by Mozilla? Is your desktop itself AA'ed? Regards, -- __ __ _ _ _ | \/ (_) ___| |__ ___| | | |\/| | |/ __| '_ \ / _ \ | | | | | | (__| | | | __/ | |_| |_|_|\___|_| |_|\___|_| Michèl Alexandre Salim Web:http://salimma.freeshell.org GPG/PGP key:http://salimma.freeshell.org/files/crypto/publickey.asc signature.asc Description: This is a digitally signed message part
Re: Adding language after install without reinstalling?
On Tue, 2002-10-22 at 05:44, Stephen Liu wrote: > > Ah, reinstalling glibc-common and adding the language descriptions > > manually into /etc/sysconfig/i18n works. > > Could you please give me more detail > > Thanks > > Stephen Liu Hi Stephen, First reinstall glibc-common since the locales located in this package you do not select at install time gets removed. Then ls /usr/lib/locale and take note of the locales you need; add them to /etc/sysconfig/i18n following the previous locales (i.e. for zh_CN.utf8 you add zh_CN.UTF8:zh_CN:zh at the end of the SUPPORTED line HTH, -- __ __ _ _ _ | \/ (_) ___| |__ ___| | | |\/| | |/ __| '_ \ / _ \ | | | | | | (__| | | | __/ | |_| |_|_|\___|_| |_|\___|_| Michèl Alexandre Salim Web:http://salimma.freeshell.org GPG/PGP key:http://salimma.freeshell.org/files/crypto/publickey.asc signature.asc Description: This is a digitally signed message part
Re: Missing icon after upgrade
On Tue, 2002-10-22 at 09:07, Stephen Liu wrote: > Hi all, > > After upgrade my linux box from RH7.3 to RH8.0 some icons on the bottom > tool bar on KDE found missing such as DATE/TIME, etc Kindly advise how > to get them back. Have not used KDE in a while, but I would say, remove configuration files pertaining to your KDE panel from the .kde directory under your home directory, and let KDE rebuild it from scratch. Regards, -- __ __ _ _ _ | \/ (_) ___| |__ ___| | | |\/| | |/ __| '_ \ / _ \ | | | | | | (__| | | | __/ | |_| |_|_|\___|_| |_|\___|_| Michèl Alexandre Salim Web:http://salimma.freeshell.org GPG/PGP key:http://salimma.freeshell.org/files/crypto/publickey.asc signature.asc Description: This is a digitally signed message part
Re: Adding language after install without reinstalling?
On Tue, 2002-10-22 at 10:06, Michel Alexandre Salim wrote: > Hi Stephen, > > First reinstall glibc-common since the locales located in this package > you do not select at install time gets removed. Then ls /usr/lib/locale > and take note of the locales you need; add them to /etc/sysconfig/i18n > following the previous locales (i.e. for zh_CN.utf8 you add > zh_CN.UTF8:zh_CN:zh at the end of the SUPPORTED line /me bad. That was a bad example. do a 'rpm -ql redhat-config-language' and you will see that it has a file called /usr/share/redhat-config-language/locale-list ; this contains a list of all the valid locales. Don't ask me why it is different from the other locale listings.. but if you use the definitions there (e.g. zh_HK.UTF-8:zh_HK:zh:ja_JP.eucJP:ja_JP:ja) it will appear in redhat-config-language (or simply System Settings->Language) Going to try and see whether it actually starts input servers etc on start :) Regards, > > -- __ __ _ _ _ | \/ (_) ___| |__ ___| | | |\/| | |/ __| '_ \ / _ \ | | | | | | (__| | | | __/ | |_| |_|_|\___|_| |_|\___|_| Michèl Alexandre Salim Web:http://salimma.freeshell.org GPG/PGP key:http://salimma.freeshell.org/files/crypto/publickey.asc signature.asc Description: This is a digitally signed message part
Re: changing the LANG setting so that man pages work
On 22-Oct-2002 at 00:27:32 Michael Fratoni wrote: > So far, it looks like everyone has a different solution than the one I > used. I made the change globally in /etc/sysconfig/i18n, and dropped > UTF-8. > > $ cat /etc/sysconfig/i18n ># LANG="en_US.UTF-8" > LANG="en_US" > SUPPORTED="en_US.UTF-8:en_US:en" > I changed this too in i18n (changed to 'en_GB'). I've noticed no problems with anything else. John. John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers
Evolution and reply-to header
Hi, anyone out there knowing how to set the reply-to header in evolution permanentely? Thanks, Bernd
Re: Adding language after install without reinstalling?
Hi, I checked the file /usr/share/redhat-config-language/locale-list and ran redhat-config-language but the list is empty! what's wrong? Michel Alexandre Salim wrote: On Tue, 2002-10-22 at 10:06, Michel Alexandre Salim wrote: Hi Stephen, First reinstall glibc-common since the locales located in this package you do not select at install time gets removed. Then ls /usr/lib/locale and take note of the locales you need; add them to /etc/sysconfig/i18n following the previous locales (i.e. for zh_CN.utf8 you add zh_CN.UTF8:zh_CN:zh at the end of the SUPPORTED line /me bad. That was a bad example. do a 'rpm -ql redhat-config-language' and you will see that it has a file called /usr/share/redhat-config-language/locale-list ; this contains a list of all the valid locales. Don't ask me why it is different from the other locale listings.. but if you use the definitions there (e.g. zh_HK.UTF-8:zh_HK:zh:ja_JP.eucJP:ja_JP:ja) it will appear in redhat-config-language (or simply System Settings->Language) Going to try and see whether it actually starts input servers etc on start :) Regards, -- Raoul Beauduin Opera - Batiment IFR - rue Jules Ferry - 64000 Pau - France Tel : +33.5.59.80.29.87 - Fax : +33.5.59.02.35.03 - http://opera.univ-pau.fr
Re: up2date problem
> On Sun, 20 Oct 2002 16:38:43 +0200 Michael Schwendt writes: MS> > % sudo up2date-nox MS> > % sudo up2date --register MS> > There was an SSL error: [('SSL routines', MS> > 'SSL3_GET_SERVER_CERTIFICATE', 'certif icate verify failed')] MS> MS> Shot into the dark: are you behind a firewall? Yes. I run RHL 8.0 in the firewall like this, -- Internet | debian NAT box(global IP address) | RHL 8.0 box(private IP address) -- Do I need to connect RHL 8.0 box to Internet directly? Susumu Takuwa
Re: Mozilla with Anti Aliasing
On Tue, 2002-10-22 at 05:02, Michel Alexandre Salim wrote: > That is for the old AA code though - the new code does *not* require > Freetype2, it requires fontconfig. Which is one of the reason it is not > enabled by default - only Red Hat 8 supports it out of the box right > now. > > I get AA without tweaking a single line of .js code, honest. Have you > changed the fonts used by Mozilla? Is your desktop itself AA'ed? Apparently, there were two Xft downloads available from ftp.mozilla.org on Friday. If you got there early on Friday, you got a set of RPMs that didn't enable Xft. On the other hand, if you downloaded them on Saturday, then you got a set of RPMs that did enable Xft. This probably explains why some people see AA text and others do not. The set of RPMs that actually do enable Xft are timestamped at four minutes before midnight on Friday. Once installed, you don't have to edit any files at all. They just work, right out of the box.
Please, turn back kpackage and gnorpm into distribution
Hi all I'm new in this list (and I haven't time to study the archive), but I have a very very big PRAY. Please turn back the kpackage and gnorpm binaries into distribution. Many people need kpackage, because it shows number of versions, sizes, dependencies etc. Redhat-config-packages is very nice, but usable for my father (for example). Why Red Hat obsoletes kpackage, when it is a very powerful utility from the KDE team? Thank everybody and have a nice day. Michal Vymazal --- Here is a lis of bug 76390, where RedHat answers, that kpackage is obsolete. Bug#:76390 Opened by [EMAIL PROTECTED] on 2002-10-21 04:42:28 The KDE package manager kpackage is not included in the kdeadmin RPM in the 8.0 release. Additional comment by [EMAIL PROTECTED] on 2002-10-21 11:51:59 kpackage is obsolete in 8.0. Please use redhat-config-packages Additional comment by [EMAIL PROTECTED] on 2002-10-21 12:07:02 *** Bug 76380 has been marked as a duplicate of this bug. *** Additional comment by [EMAIL PROTECTED] on 2002-10-21 14:23:57 kpackage is obsolete in 8.0. Please use redhat-config-packages Well, this is a very bad idea. Wery much people needs kpackage, because it shows dependencies, numbers of versions etc. Why is obsolete? It is not possible to leave kpackage and redhat-config-packages at the same time? Redhat-config-packages is slightly unusable at this moment :-( -- Michal Vymazal Office computer [EMAIL PROTECTED]
Firewall troubles under RH8
I'm using RH8 from a clean install. I've got Apache2 running and can connect to it via localhost without any problem. However, as soon as I try to connect to it via the computer's actual IP address, I get a "Connection refused" error message. I checked the security/firewall settings and turned it off; checked the hosts.allow/deny files but to no use. Well, pretty new to Linux, so could anyone file me in what I'm missing please?
Re: Is Redhat's postman asleep?
On Tue, 2002-10-22 at 04:17, Michael Schwendt wrote: > Above you tested dsl.pipex.com (the non-working address). > Below you tested dsl.pipex.net, which works. Ahh, I knew I messed something up. > It might be that dsl.pipex.com is on some anti-spam blacklist at Red > Hat, because I don't see much of a difference between DNS > information for dsl.pipex.net and dsl.pipex.com (except that the > latter uses very small TTLs). Yeah, the DNS records looked good to me. Well, I tried. Good luck to Tom. -Ryan -- Powered by Red Hat Linux 8.0
Re: Firewall troubles under RH8
First try service iptables stop and make sure Apache does listen on an IP address other than 127.0.0.1. Then work your way back to a secure access solution. Cheers, Patrick On Tue, 2002-10-22 at 12:45, Kitesmurf wrote: > I'm using RH8 from a clean install. I've got Apache2 running and can > connect to it via localhost without any problem. However, as soon as I > try to connect to it via the computer's actual IP address, I get a > "Connection refused" error message. I checked the security/firewall > settings and turned it off; checked the hosts.allow/deny files but to no > use. Well, pretty new to Linux, so could anyone file me in what I'm > missing please? > > > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list
Re: up2date problem
Susumu Takuwa wrote: >>On Sun, 20 Oct 2002 16:38:43 +0200 > > Michael Schwendt writes: > > MS> > % sudo up2date-nox > MS> > % sudo up2date --register > MS> > There was an SSL error: [('SSL routines', > MS> > 'SSL3_GET_SERVER_CERTIFICATE', 'certif icate verify failed')] > MS> > MS> Shot into the dark: are you behind a firewall? > > Yes. I run RHL 8.0 in the firewall like this, > -- > Internet > | > debian NAT box(global IP address) > | > RHL 8.0 box(private IP address) > -- > Do I need to connect RHL 8.0 box to Internet directly? No, but you need to set up the appropriate NAT rules to allow https and http through. I run up2date on nearly all of my boxes through a NATing firewall. Hint: useNoSSLForPackages=1 helps when you use a proxy server. PDG
Re: Unable to start X
On Mon, 21 Oct 2002, Ben Hsu wrote: >Date: Mon, 21 Oct 2002 18:48:04 -0700 (PDT) >From: Ben Hsu <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >List-Id: Discussion of Red Hat Linux 8.0 (Psyche) >Subject: Unable to start X > >Hello all, > >I installed Psyche on a Dell Dimension 2300. During boot >Linux detects the graphics adapter as an Intel 845G. My >monitor is a Samsung 570V. > >I cannot start X during the installation or after it. I've >tried running 'redhat-config-xfree86' and 'X -probeonly' >and they all came back with the same result: they all >say "Screen(s) found but none are usable". > >The XFree86.0.log file shows that the i810 module lists >a bunch of graphical modes, then X unloads the modules and >exits with the above error message. It does not explicitly >say whether any of these modes were rejected > >Has anyone seen this before? XFree86 does not officially support Intel i845 video yet in any officially released version. The XFree86 4.2.0-72 that comes with Red Hat Linux 8.0 contains a backport I did of some initial code from CVS to work with the i845. Having no Intel hardware myself, the backport was untestable, however it went into our beta releases, and some users reported that it worked for them better than nothing at all. SInce the code changes were not invasive and did not affect the code paths of other hardware supported by the i810 driver, I opted to leave the patch in, hoping that some users would benefit from it rather than have no working video at all. To date, feedback from users shows that it works for some users, but only in certain resolutions and/or color depths. I do not have any details, and cannot offer any help at all with attempting to configure or use i845, but some other user who has gotten it working might be able to assist. Note that the driver is 2D only if you can get it working, so be sure to disable DRI. Another option is to try the "vesa" driver, however most users have told me that the vesa driver is useless for i845. Another out of the box option that might or might not be possible, is to use the kernel framebuffer, and use fbdev driver in X. Details for doing this are covered in the Framebuffer-HOWTO available online. Aside from that is the "vga" driver which even if it worked bug free will be unaccelerated, low res, crappy color, and generally useless IMHO. The above are all of the possible out-of-the-box ideas that I can muster. XFree86 developmental CVS has a rewritten i810 driver which has both 2D, and 3D support for i845, as well as fixing up various issues that users have reported about the prior driver. This code is not even in "beta" form yet, and is very highly developmental. Also, although 3D is supported, it wont work without a bit of mucking around currently (and I don't have time to go into details about it). If your machine requires working video, and you're willing to accept non-production XFree86 code which may contain numerous bugs and problems, you can try upgrading to my latest XFree86 developmental RPM snapshots. They are available at: ftp://people.redhat.com/mharris/testing/live-grenades The above developmental RPM's are the work-in-progress which will end up becoming XFree86 4.3.0 sometime later this year, and will likely be first introduced to Red Hat Linux users officially in the next Red Hat Linux release. I will be keeping these RPMs updated and tracking CVS between now and then. Be sure to read the readme documents present in those directories as they contain further information. Also, please do not ask me for specific help via email as I'm unable to provide individual assistance to people using the experimental releases. If you encounter problems, please report them to the [EMAIL PROTECTED] mailing list first, and then in Red Hat bugzilla and include any feedback the mailing list gave you about your problem. Another useful URL: http://www.xfree86.org/~dawes/845driver.html I hope this info is helpful to all i845/i830/i830m/i815/i810 users. Please pass the info along to other mailing lists, and other people you know of having similar problems. Take care, TTYL -- Mike A. Harris ftp://people.redhat.com/mharris OS Systems Engineer XFree86 maintainer Red Hat Inc.
Re: Adding language after install without reinstalling?
Hi Michel, Sorry I am a little bid confusing. Michel Alexandre Salim wrote: > On Tue, 2002-10-22 at 10:06, Michel Alexandre Salim wrote: > >> First reinstall glibc-common since the locales located in this package >> you do not select at install time gets removed. Then ls /usr/lib/locale >> and take note of the locales you need; add them to /etc/sysconfig/i18n >> following the previous locales (i.e. for zh_CN.utf8 you add >> zh_CN.UTF8:zh_CN:zh at the end of the SUPPORTED line > > > /me bad. That was a bad example. do a 'rpm -ql redhat-config-language' > and you will see that it has a file called > /usr/share/redhat-config-language/locale-list ; this contains a list of > all the valid locales. Don't ask me why it is different from the other > locale listings.. but if you use the definitions there (e.g. > zh_HK.UTF-8:zh_HK:zh:ja_JP.eucJP:ja_JP:ja) it will appear in > redhat-config-language (or simply System Settings->Language) # rpm -ql redhat-config-language /etc/pam.d/redhat-config-language /etc/security/console.apps/redhat-config-language /usr/bin/redhat-config-language /usr/share/applications/redhat-config-language.desktop /usr/share/firstboot /usr/share/firstboot/modules /usr/share/firstboot/modules/language.py /usr/share/locale/cs/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/da/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/de/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/el/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/es/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/fr/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/is/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/it/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/ja/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/ko/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/ms/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/nl/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/no/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/pt/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/ru/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/sv/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/tr/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/zh_CN/LC_MESSAGES/redhat-config-language.mo /usr/share/locale/zh_TW/LC_MESSAGES/redhat-config-language.mo /usr/share/redhat-config-language /usr/share/redhat-config-language/language.py /usr/share/redhat-config-language/languageBackend.py /usr/share/redhat-config-language/locale-list /usr/share/redhat-config-language/pixmaps /usr/share/redhat-config-language/pixmaps/redhat-config-language.png /usr/share/redhat-config-language/redhat-config-language /usr/share/redhat-config-language/redhat-config-language.py What shall I do next if I expect to select "zh_TW". I have not yet # rpm -Uvh /mnt/cdrom/Redhat/RPM/glibc-common-2.2.93-5.i386.rpm Thanks Stephen Liu
gnome-pilotd
Hi, when I start X and evolution, I can not sync unless I run the pilot tools. Shouldn't there be a panel object which is loaded when gnome starts or am I missing the bus here? Bernd
Zip 100MB Parallel Disk Drive
Title: Zip 100MB Parallel Disk Drive Can anyone please point me in the right direction to where I can find info on how to install my IOMEGA Zip 100MB Parallel Port Drive. My Google searches seem to have been fruitless. Is there anything I need to do specific to psyche to get this to work? And while you guys are at it, some links to rh 8.0 specific instructions on how to get a mmpe pptp vpn client (i.e. a Microsoft served vpn network client) would be real helpful too. Thanks Guys, John
RE: Zip 100MB Parallel Disk Drive
As a start try as root 'modprobe ppa' or 'modprobe imm' commands (it depends on version if Zip drive). If one of them works, add line 'alias block-major-8 ppa' (or imm) to /etc/modules.conf file and '/dev/sda4 /mnt/zip100 noauto defaults' (options may vary) to /etc/fstab. Create /mnt/zip100 directory. You also may have some luck with kudzu, but I haven't. Pavel. -Original Message- From: John BouAntoun [mailto:John.BouAntoun@;rogen.com.au] Sent: Tue, October 22, 2002 1:35 PM To: [EMAIL PROTECTED] Subject: Zip 100MB Parallel Disk Drive Can anyone please point me in the right direction to where I can find info on how to install my IOMEGA Zip 100MB Parallel Port Drive. My Google searches seem to have been fruitless. Is there anything I need to do specific to psyche to get this to work? And while you guys are at it, some links to rh 8.0 specific instructions on how to get a mmpe pptp vpn client (i.e. a Microsoft served vpn network client) would be real helpful too. Thanks Guys, John
xmms segfaults on startup (clean Install, up2date is up to date)
Title: xmms segfaults on startup (clean Install, up2date is up to date) Hi guys, Just ran into a slight problem. Decided to do yet another clean install of the RH8.0 on my system. All went well. Updated all the packages tht up2date wanted to update (I kept the rpms on another disk). Anyway I go to start xmms and it segfaults with the following message [john@nkotb john]$ xmms Segmentation fault You've probably found a bug in XMMS, please visit http://bugs.xmms.org and fill out a bug report. I checked bugs.xmms.org and there does indeed seem to be somebody else who has submitted a bug that says "segfaults on startup in red hat 8". But that bug has been resolved as WORKSFORME, that is, the bug has been resolved because they coudln't reproduce it. Has anyone else ran into this problem? And is there any use in me bugzilla-ing it in the redhat bugzilla database? I just don't understand. It was working an hour ago, all I did was a new clean install (formated the ext3 partition again) and updated all the packages (including the kernel) that up2date wanted. Help here would be much appreciated John
Re: Zip 100MB Parallel Disk Drive
On Tue, Oct 22, 2002 at 09:34:54PM +1000, John BouAntoun wrote: > Can anyone please point me in the right direction to where I can find > info on how to install my IOMEGA Zip 100MB Parallel Port Drive. > > My Google searches seem to have been fruitless. Is there anything I need > to do specific to psyche to get this to work? > > And while you guys are at it, some links to rh 8.0 specific instructions > on how to get a mmpe pptp vpn client (i.e. a Microsoft served vpn > network client) would be real helpful too. > > Thanks Guys, > > John > Regarding the ZIP drive: 1) Plug it into the parallel port 2) Put a disk in the drive. 3) Load the modules it needs. (Try 'modprobe ppa' - that should load the correct module for the original 100MB zip drive. If that doesn't work, try 'modprobe imm' - for newer drives) 4) You will know if it works because you will see an informative message on your console. 5) The tricky bit now is figuring out what device you need to use. The parallel zip drives use a scsi driver, so if you haven't any real scsi drives on your system, the parallel port zip drive is probably '/dev/sda'. I suggest you start with /dev/sda4 since that is the usual device. If that doesn't work, you could try using fdisk to open /dev/sda and see what partitions exist on the disk. -- Jim Kaufman mailto:jmk@;linuxforbusiness.net Linux Evangelistcell: 612-481-9778 public key 0x6D802619 fax: 952-937-9832 http://www.linuxforbusiness.net
Re: i386 kernel not included?
On Mon, 21 Oct 2002, Thomas Dodd wrote: >> Choosing a target of i686 means the binaries will not run on any >> CPU that is not a i686 class machine. Examples of machines that >> do not have the full i686 instruction set: Pentium, Cyrix (all >> of them AFAIK except perhaps the latest CPU from them), AMD K5, >> K6. Using a target of i686 would cut support for all of this >> hardware, as well as some other CPUs. We support Pentium, K5, K6 >> class CPU's still however, so building the whole distribution >> with -march=i686 is not viable in any way shape or form at this >> point in time. > >Except a i586 kerenl is horrribly slow on a K6. I've never done an in depth comparison, but I wouldn't consider it to be all that bad. The K6 should reorder things internally I would presume anyway to be more optimal. Have you done any benchmarking? I used to use home brew K6 kernels, but then switched to stock kernels not long after starting at Red Hat. QA testing became more important to me. ;o) >> This combination gives the biggest bang for the buck, while >> maintaining a high level of compatibility. > >So the packages are buildt with -march=i386 -mcpu=i686 right? Correct. >So owners of a true Pentium would probably benifit from >a -mcpu=i586 version of glibc. That is also probably quite correct. >> If a given Cyrix 6x86 processor cannot run one of our supported >> kernels, then it is unsupported. I don't know about the latest >> Cyrix CPU's, but previous ones did not have the optional i686 >> CMOV instruction for example, and though the CPU's are otherwise >> i686 for the most part, not having CMOV disqualifies them from >> being i686 from the perspective of rpm/gcc. You need to use the >> Pentium kernel on these machines. > >Another reason to supply a i386 kernel. Why? The CMOV instruction is an i686 instruction, not an i586 one. The i586 kernel thus does not use CMOV, and so i586 kernel should work on Cyrix. >My understanding is that the i586 scheduler (compiler) creates >code that only runs well on an actuall *ntel Pentium. Not a K5, >K6, or Cyrix. Not a i686 (PPRo, PII, or PIII), not a Pentium w/ >MMX. That is a reasonable assumption. Note however that newer CPU's internally reorder instruction execution to be more optimal at runtime. There is no question at all, that providing a kernel customized for every single CPU brand/model would be most optimal for that particular CPU brand/model. That isn't however remotely reasonable from an engineering and support perspective. We could technically supply 30 kernels in the distro, each one optimized for a particular CPU. It would take an incredible amount of time for the kernel builds to finish, and we would be faced with a tech support nightmare. I can totally respect anyone wanting to rebuild the kernel or some application, or library for the best performance for their own system. However, we are producing a general purpose operating system distribution, and we need to minimize the amount of per-system customized packages that we ship and support in order to have engineering and support sanity. The more we ship customized for different systems, the more we divide our engineering and QA resources, as well as other resources. >So offering a i586 optimized kernel, to all the i586 compatible CPU >that cannot use the i686 instructuions slow them down, yet there >are more CPUs that perform bably with that code that there are that >it helps. A i386 optimized sheduling is faster on most CPUs than >Pentium optimized code. So rebuild the kernel customized for your CPU. What we provide in our stock distribution covers the largest number of users, with the most popular hardware, and gives reasonable performance or better. Most operating systems come with one kernel period, and you use that kernel regardless of what CPU you have. You have no choice whatsoever. With Linux, you do have a choice. You can use one of the kernels that we provide, and offer support for that is optimized for your specific CPU type, or you can use the kernel which we ship that most closely matches your CPU, or you can use the kernel source code, and recompile an unsupported kernel, which is optimized for your specific CPU. There are lots of choices. We just can't possibly support the matrix of 100 possibilities that can exist out of the box, and so we don't. I use the i586 kernel on a K6, and a K6-3 machine, and it works perfectly fine. A kernel built specifically for K6 would likely perform better in some areas, but I seriously doubt there is any majorly noticeable difference. Most people do not ever actually benchmark things to see the real differences, and just hold to the placebo effect of bigger number == better. IMHO, if someone really cares that deeply to have a kernel optimized for their particular CPU, model, make, and stepping, the source code is available for free go nuts. >keep changing the CPU sel
Re: i386 kernel not included? (Mike A. Harris)
On 20 Oct 2002, Atlantic Tech Solutions wrote: >Thanks for the succinct and very clear explanation. I have come to many >of the same conclusions. There are few apps which do benefit from >-march=i686, but if one aims to increase performance for a given >application other compiler optimizations will have a more dramatic >benefit. I agree. Also, the best optimizations will vary greatly from application to application, etc. Another problem is knowing what optimizations are actually stable enough to use regularly. I've never trusted a lot of gcc's optimizations personally. Perhaps it has improved over the last few years a lot in this area though. >Apps which use lots of floating point code can <> benefit >from options like -ffast-math. My short bit of testing shows >-march=athlon or -march=athlon-xp makes a bigger difference on >8.0(because of gcc 3.2), than variations on x86. Interesting... Perhaps an athlon optimized Mesa would be nice. ;o) >Simply upgrading from gcc 2.96 from 3.2 probably gains the most. :O Yeah, that probably gives the largest benefit for the general case. TTYL -- Mike A. Harris ftp://people.redhat.com/mharris OS Systems Engineer XFree86 maintainer Red Hat Inc.
Re: xmms segfaults on startup (clean Install, up2date is up to date)
Maybe you forgot to install some library that xmms depends on? Have a look at ldd xmms and see what libraries xmms depends on. Do you have all those libs installed? Alternatively try strace xmms and see if the output gives you a clue. Cheers, Patrick On Tue, 2002-10-22 at 13:58, John BouAntoun wrote: > Hi guys, > > Just ran into a slight problem. > > Decided to do yet another clean install of the RH8.0 on my system. > > All went well. > > Updated all the packages tht up2date wanted to update (I kept the rpms on another >disk). > > Anyway I go to start xmms and it segfaults with the following message > > > [john@nkotb john]$ xmms > > Segmentation fault > > You've probably found a bug in XMMS, please visit > http://bugs.xmms.org and fill out a bug report. > > > I checked bugs.xmms.org and there does indeed seem to be somebody else who has >submitted a bug that says "segfaults on startup in red hat 8". But that bug has been >resolved as WORKSFORME, that is, the bug has been resolved because they coudln't >reproduce it. > > Has anyone else ran into this problem? And is there any use in me bugzilla-ing it in >the redhat bugzilla database? > > I just don't understand. It was working an hour ago, all I did was a new clean >install (formated the ext3 partition again) and updated all the packages (including >the kernel) that up2date wanted. > > Help here would be much appreciated > > John > > >
RE: xmms segfaults on startup (clean Install, up2date is up to date)
Title: RE: xmms segfaults on startup (clean Install, up2date is up to date) Problem solved. I checked it in redhat's bugzilla. It would appear that you need to have arts installed to run xmms. It's a bug in the code, since arts isn't a dependency of xmms. I should have looked up bugizlla.redhat.com before posting to the list. Sorry guys. John
Re: Zip 100MB Parallel Disk Drive
On Tue, Oct 22, 2002 at 09:34:54PM +1000, John BouAntoun wrote: > Can anyone please point me in the right direction to where I can find > info on how to install my IOMEGA Zip 100MB Parallel Port Drive. You'll need to add '/sbin/modprobe ppa' to the end of /etc/rc.local I think. Then /dev/sda4 (or /dev/sdb4 or whatever) will be the device to mount. > My Google searches seem to have been fruitless. Is there anything I need > to do specific to psyche to get this to work? Unfortunately, it's difficult to automatically detect the 100Mb drives. The 250Mb drives are easier to detect, although Red Hat Linux doesn't currently do this. Tim. */ msg03876/pgp0.pgp Description: PGP signature
Re: colored curses not working properly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 22 Oct 2002, Miloslav Trmac wrote: > > Has anyone seen this? > > Does anyone ever read release notes? As someone who has been using Red Hat since 2.1 and Linux since 0.12 (November 1991) I can tell you that the definite answer to your question is a resounding no. :-/ - -- Paradise; can it be all I heard it was? I close my eyes and maybe I'm already there. -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9tUtcHeWRPx8OIHARAl6iAJ9Yf2M5jmyJPPyrqebzAF1B+Yo/YgCePZHe TDuznrPD1SHoeRLJ7iHs7VY= =ccRN -END PGP SIGNATURE-
Problems with XWindows
Hi folks, I have upgraded RH 7.3->RH 8.0 and now I cannot login wihr any user to the KDE or Gnome. What can be a problem? Thank you Rimas
Re: i386 kernel not included?
> people who would actually try to install Red Hat Linux 8.0 on a > real 80386 class machine, I can probably count on one hand, and haha, I must be one of them (just kidding) I knoew previous released did in fact work ok, it would take like 8 hours or more to compile the kernel..
Re: gnome-pilotd
Bernd Kunze wrote: Hi, when I start X and evolution, I can not sync unless I run the pilot tools. Shouldn't there be a panel object which is loaded when gnome starts or am I missing the bus here? Bernd Perhaps there should. The bus hasn't arrived yet, so some of us are using patched or beta versions of gnome-pilot and Evolution 1.2.
Re: mail command - sendmail access denied
Thanks Jesse, Your last question helped me figure it out. The sendmail service was running. The problem was my hosts.allow file. It didn't have 127.0.0.1 in it. I added the line and now the connection is allowed. Thanks, John On Mon, 2002-10-21 at 16:21, Jesse Keating wrote: > On 21 Oct 2002 15:26:27 -0400 > John Hosage <[EMAIL PROTECTED]> wrote: > > # So, I still don't understand why my mail command doesn't work. It > # should be connecting over 127.0.0.1 for which sendmail is configured > # in sendmail.mc. > > Is the sendmail service running? # service sendmail status > > -- > Jesse Keating > j2Solutions.net > Mondo DevTeam (www.mondorescue.org) > > Was I helpful? Let others know: > http://svcs.affero.net/rm.php?r=jkeating > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list >
RE: Problems with XWindows
what happens? Does it give an error? Does it say invalid login? -Original Message- From: [EMAIL PROTECTED] [mailto:psyche-list-admin@;redhat.com]On Behalf Of Rimas Sent: Tuesday, October 22, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: Problems with XWindows Hi folks, I have upgraded RH 7.3->RH 8.0 and now I cannot login wihr any user to the KDE or Gnome. What can be a problem? Thank you Rimas -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Security Level Information
Danke. SJR Miloslav Trmac wrote: On Mon, Oct 21, 2002 at 07:05:20PM -0500, Steven Rubenstein wrote: If you set up the firewall through KDE (Security Level Configuration, /usr/bin/redhat-config-securitylevel) or through GNOME (Lokkit, /usr/bin/gnome-lokkit), where is the info you entered stored? /etc/sysconfig/iptables Mirek
ssh-askpass login problem
Hello, I use KDE with the ssh-askpass/ssh-add commands as part of my login .bash_profile. However, when I login the keys are not kept by ssh-add. This worked at RH7.3. Upon login I get the ssh-askpass window pop up. By simply putting echo statements into .bash_profile I can see that the ssh-add command is reached and has the keys. However, once the login process has completed 'ssh-add -l' shows no keys. Also the SSH_ASKPASS variable has changed from '/usr/libexec/openssh/ssh-askpass' to '/usr/libexec/openssh/gnome-ssh-askpass'. I don't use GNOME to login though! The .bash-profile section looks like: if [ "$DISPLAY" = ':0' ]; then eval `ssh-agent` >/dev/null SSH_ASKPASS=/usr/libexec/openssh/ssh-askpass export SSH_ASKPASS ssh-add Echoing the output of 'ssh-add -l' into a file after the 'ssh-add' command shows the keys have been accepted, and, obviously, that that part of the .bash-profile has been reached. Anyone any ideas about this? To get around it I simply enter shh-add once logged in and then re-enter my passphrase. The keys are held for the session then. If no-one has any thoughts, then I'll submit a bugzilla report about it. Regards, John. John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers
Re: Problems with XWindows
capslock is on? You did choose MD5 passwords and shadow passwords during the upgrade? You did not select NIS, Ldap etc as the authentication method? If you can log into a plain console as root, check your authentication method with authconfig and check the /etc/passwd, /etc/group, /etc/shadow, /etc/gshadow files Cheers, Patrick On Tue, 2002-10-22 at 15:42, Rimas wrote: > Hi folks, > > I have upgraded RH 7.3->RH 8.0 and now I cannot login wihr any user to the > KDE or Gnome. > > What can be a problem? > > Thank you > > > Rimas > > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list
Re: ssh-askpass login problem
John Horne wrote: Anyone any ideas about this? To get around it I simply enter shh-add once logged in and then re-enter my passphrase. The keys are held for the session then. If no-one has any thoughts, then I'll submit a bugzilla report about it. In RH8, xinitrc is running your KDE/Gnome session under its own ssh-agent process. Consequently, any SSH environment that you establish before starting your X session is superseded by the one created by xinitrc. I ran into the same problem -Tom -- Tom Eastep\ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ [EMAIL PROTECTED]
Re: Mozilla with Anti Aliasing
Herbert Rutledge wrote: The set of RPMs that actually do enable Xft are timestamped at four minutes before midnight on Friday. Once installed, you don't have to edit any files at all. They just work, right out of the box. Yup, I can vouch for that. Everything looks really *smooth* now. ;) On my system, the the font sizes for the toolbars, bookmarks, etc. are very small. .Xdefaults config required or is there some easier, more approved way to change them? Tom
Re: Athlon Kernel??
I guess that you just compile the kernel for the athlon. That is what I got out of this :-/ I'll also give the RedHat athlon kernel a go. So now I'll just ask my next question in the RPM-list... Later On 21 Oct 2002 22:32:42 -0400 Earle Hartle <[EMAIL PROTECTED]> wrote: > I've got RH8 on my athlon but it's loaded as the i686 architecture. Is > there a performance advantage to using the athlon kernel and if so, what > all is required to load it? Any tips or links greatly appreciated... > > Earle > > On Mon, 2002-10-21 at 22:06, Mark Guzzo wrote: > > Thanks for the info :-) > > > > On Mon, 21 Oct 2002 23:19:11 +0200 > > cfraz <[EMAIL PROTECTED]> wrote: > > > > > On Mon, 21 Oct 2002 13:21:36 -0700 > > > Jesse Keating <[EMAIL PROTECTED]> wrote: > > > > > > > On Mon, 21 Oct 2002 15:00:11 -0500 > > > > Mark Guzzo <[EMAIL PROTECTED]> wrote: > > > > > > > > # > > > > # I have a Athlon at home and I selected the proper type in make > > > > # xconfig. When I compile it, is it really ready for the Athlon or do > > > > # I need to do something else? > > > > > > > > Thats pretty much it. Red Hat ships athlon configured kernels. > > > > > > > I've got one, it works fine ... > > > you have to reconfigure up2date (kernel* update packages are excluded by > > > default) > > > > > > Franck > > > > > > > > > > > > -- > > > Psyche-list mailing list > > > [EMAIL PROTECTED] > > > https://listman.redhat.com/mailman/listinfo/psyche-list > > > > > > --- :-) --- > > > > > > Mark Guzzo > > > > Sair LCA, LCP > > > > > > > > -- > > Psyche-list mailing list > > [EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/psyche-list > > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list ^^^ got Linux ^^^ Mark Guzzo Sair LCA, LCP Citrix Administrator "Don't Fear The Penguin."
Re: Problems with XWindows
I can connect via ssh or local console it is no problem. But if I try to login to KDE I get these error messages: Oct 22 15:30:50 sybrep modprobe: modprobe: Can't locate module char-major-10-134 Oct 22 15:30:57 sybrep kdm[7424]: pam_timestamp: timestamp file `/var/run/sudo/root/:0' is too old, disallowing access to kde for UID 0 Oct 22 15:30:57 sybrep kde(pam_unix)[7424]: session opened for user root by (uid=0) Oct 22 15:30:58 sybrep kde(pam_unix)[7424]: session closed for user root Oct 22 15:30:58 sybrep modprobe: modprobe: Can't locate module char-major-10-134 Oct 22 15:30:58 sybrep kernel: mtrr: Serverworks LE detected. Write-combining disabled. Oct 22 15:30:58 sybrep kernel: mtrr: your processor doesn't support write-combining Rimas - Original Message - From: "Greg Alexander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 3:04 PM Subject: RE: Problems with XWindows > what happens? > > Does it give an error? > Does it say invalid login? > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:psyche-list-admin@;redhat.com]On Behalf Of Rimas > Sent: Tuesday, October 22, 2002 3:42 PM > To: [EMAIL PROTECTED] > Subject: Problems with XWindows > > > Hi folks, > > I have upgraded RH 7.3->RH 8.0 and now I cannot login wihr any user to the > KDE or Gnome. > > What can be a problem? > > Thank you > > > Rimas > > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list >
Re: Missing icon after upgrade
> "SL" == Stephen Liu <[EMAIL PROTECTED]> writes: SL> Hi all, After upgrade my linux box from RH7.3 to RH8.0 some icons SL> on the bottom tool bar on KDE found missing such as DATE/TIME, etc All of the ".desktop" files moved from /usr/share/applnk/whatever to /usr/share/applications, and some were renamed to prepend "kde-". Of course this broke every single one of my users, but I've been able to fix it by hand-editing .kde/share/config/kickerrc to point to the proper files. - J<
Re: new kernel-2.4.18-17.8.0 RPM damages lilo.conf file
Michael Schwendt wrote: On Mon, 21 Oct 2002 13:43:34 -0500, Thomas Dodd wrote: I think the new installkernel routine uses the current default stanza in grub.conf to create the new one in grub.conf and lilo,.conf. But I did NOT get the message when I installed (rpm -i) the new kernel. But you do have a fully updated and valid grub.conf with a menu entry for the 2.4.18-17.8.0 kernel, although grub.conf is not used because you use LILO. Right? I'll double check tonight. I know lilo.conf was updated, and /sbin/lilo was ran to update the on disk bootloader. I have another machine that uses grub, and grub.conf was updated corectly on it. But it no longer has a lilo.conf.
Re: i386 kernel not included?
Man, my typing sucked in that last one... Mike A. Harris wrote: On Mon, 21 Oct 2002, Thomas Dodd wrote: Except a i586 kerenl is horrribly slow on a K6. I've never done an in depth comparison, but I wouldn't consider it to be all that bad. The K6 should reorder things internally I would presume anyway to be more optimal. Have you done any Not sure there. The instruction mix from the compiler should be different, causing problems for the schedulers. benchmarking? I used to use home brew K6 kernels, but then switched to stock kernels not long after starting at Red Hat. QA testing became more important to me. ;o) No idea what to bench with. The whole problkem with benckmarking is timing the right things and figuring out what it means :) So owners of a true Pentium would probably benifit from a -mcpu=i586 version of glibc. Since it would give a more optimum instruction mix. My understanding is that the i586 scheduler (compiler) creates code that only runs well on an actuall *ntel Pentium. Not a K5, K6, or Cyrix. Not a i686 (PPRo, PII, or PIII), not a Pentium w/ MMX. That is a reasonable assumption. Note however that newer CPU's internally reorder instruction execution to be more optimal at runtime. When the PII and K6-2 came out, I remember the optimization guide saying that the new CPUs ran i386 optimized code faster than pentium optimized code, and to not use the pentium guidelines anymore. There is no question at all, that providing a kernel customized for every single CPU brand/model would be most optimal for that particular CPU brand/model. That isn't however remotely Didn't mean that ;) But if most pre i686 CPUS (pre PPro/PII/Athlon) run the i386 code mix faster than the pentium mix, why not supply the i386 mix. I woul thing there are more 486s, P/MMX, K5, K6, and Cyrix CPUs still in use than Pentiums (pre MMX). An athlon glibc would be nice to test. Not sure if it would provide noticeable difference or not as I'm not sure if gcc takes advantage of anything new in the athlon instruction set or not. Athlon optimized string operations would be nice, but I don't think gcc takes advantage of anything that useful on athlon yet. It'd be very cool though to have if one of the compiler guys could provide info about gcc's athlon optimizations, and if someone would implement useful tidbits if it hasn't been done already. If anyone experiments with a glibc rebuild, be sure to do some before and after benchmarking with useful tests and post back to the list. I'd give it a crack myself, but I don't have an Athlon handy to muck around with. ;o/ I'd do it, but I havent a clue how to build glibc that way, or how to test the results. -Thomas
Re: i386 kernel not included?
Markku Kolkka wrote: Viestissä Maanantai 21. Lokakuuta 2002 15:09, Neal D. Becker kirjoitti: Note that selecting an athlon kernel does NOT enable the athlon optimzations! Right, the kernel gets compiled with -mcpu=i686. The only effect of choosing Athlon configuration seems to be to the memory clear/copy routines in arch/i386/lib/mmx.c Which has a large impact :) I thionk the earlu -mcpu=k7 produced some bad code in the kerenl, which is why it wasn't used. What's the minimum compiler now, egcs? Does it have a -mcpu=k7 switch? Does it do anything? -Thomas
Re: VIM and accents
Gordon Messmer <[EMAIL PROTECTED]> wrote: > On Mon, 2002-10-21 at 13:16, cfraz wrote: > > VIM doen't seems to support locale with accents ; how can one manage > > with that ? > Works for me with an out-of-the-box configuration? What locale are > you using? How are you inputing accented characters? > I'm using french locale by default (GB and US also installed) $ cat /etc/sysconfig/i18n LANG="fr_FR.UTF-8" SUPPORTED="en_GB.UTF-8:en_GB:en:en_US.UTF-8:en_US:en:fr_FR.UTF-8:fr_FR: fr" SYSFONT="latarcyrheb-sun16" invoking vim from console is ok, but wrong with menu or shortcut (eg : é=Å©) Is there any configuration to do ? Franck
Setting X resources?
What is the right way to set X resources in Psyche? In particular, I want my xemacs windows to open at 80x36 instead of the default 62x34. I tried creating ~/.Xresources[1] with Emacs*EmacsFrame.geometry: 80x36 but that has no effect. The resource is in the resource database (as indicated by "xrdb -query"), but the window still opens 62x34. I also tried "xemacs -geometry 80x36" and tht didn't do it either. Now I'm confused. TIA. [1] This is a change from previous RHL releases, where ~/.Xdefaults was used. Is it documented anywhere? -- Matthew Saltzman Clemson University Math Sciences [EMAIL PROTECTED] http://www.math.clemson.edu/~mjs
Re: Desktop missing!
On Tue, Oct 22, 2002 at 02:53:23AM +0100, Andrew Mark Tze Liang Choong wrote: > i'm not sure quite how but i've managed to lose my desktop. i only have the default >bluecurve desktop, not my own custom image, i've lost ALL the icons and i can't right >hand click on the desktop to get it back. > > does anyone have any idea what's going on here or how to fix it? as with previos >problems i've had with psyche, it seems to have affected all users including root. > > i don't mind recustomising the desktop, to be honest it won't take long. but i don't >know how i can even get to the stage where i can click on the desktop! > > any help would be much appreciated. > > regards, > > andrew choong. Assuming it was a gnome desktop, erase all the files and directories that start .gnome* The logout and login. -- --- Aaron Konstam Computer Science Trinity University 715 Stadium Dr. San Antonio, TX 78212-7200 telephone: (210)-999-7484 email:[EMAIL PROTECTED]
Re: i386 kernel not included?
Viestissä Tiistai 22. Lokakuuta 2002 18:13, Thomas Dodd kirjoitti: > I thionk the earlu -mcpu=k7 produced some bad code in the kerenl, > which is why it wasn't used. What's the minimum compiler now, > egcs? Does it have a -mcpu=k7 switch? Does it do anything? Gcc3.2 has -mcpu=athlon. I compiled a kernel with that option yesterday and it hasn't crashed yet. Of course, that doesn't prove that it's safe for general use. -- Markku Kolkka [EMAIL PROTECTED]
Re: Setting X resources?
On Tue, 22 Oct 2002, I wrote: > What is the right way to set X resources in Psyche? In particular, I want > my xemacs windows to open at 80x36 instead of the default 62x34. I > tried creating ~/.Xresources[1] with > > Emacs*EmacsFrame.geometry: 80x36 > > but that has no effect. The resource is in the resource database (as > indicated by "xrdb -query"), but the window still opens 62x34. I also > tried "xemacs -geometry 80x36" and tht didn't do it either. Now I'm > confused. > > TIA. > > [1] This is a change from previous RHL releases, where ~/.Xdefaults was > used. Is it documented anywhere? Actually, the problem is different. Xemacs opens in the correct size for 12pt fonts, but the window does not scale when I change the font size. This is different from the behavior of Xemacs in RH 7.3. How can I make the frames scale with the fonts now? Thanks. -- Matthew Saltzman Clemson University Math Sciences [EMAIL PROTECTED] http://www.math.clemson.edu/~mjs
RH8.0 on
On Mon, 2002-10-21 at 12:06, Thomas Dodd wrote: > Andrew Smith wrote: > > Yes there is no point running KDE/Gnome on anything much below a PIII 500 > > (I know that as a fact in earlier releases - a PII 333 is too slow) > > but you do NOT need X to run a server - my DNS/mail server is only a > > GNOME-2.0 and RHL-8.0 run just fine on my K6III-400. That is > definately slower. Not for gaming, buy coding, web browsing, > email, and such it's fine. I'm running RH 8.0 quite happily on my K6-2 400 at work, and I'll hopefully be able to push to get everyone here switched over from Windows. It's not as fast as on my Athlon XP 1800+ at home, but it's a big improvement over Mandrake 8.2, which I was running before the Limbo beta came out. -- Michael Knepher <[EMAIL PROTECTED]>
Re: cdrecord obsolete
Mike A. Harris wrote: On Sat, 19 Oct 2002, P wrote: I have a usb cdrw .. it won't work under cdrecord-1.10, but works fine Which CDRW? I have a USB CDRW and 1.10 works fine. under any cdrecord-1.11 version. Is there a more up to date version that's compatible with psyche available? cdrecord 1.11 is alpha code, and not a stable official release. True, but 1.11a38 is probably more stable/less buggy than 1.10. It's more like a development branch, and this far in, it's fairly stable. I wouldn't try prior to a15 or a20, but now it's more like the late 2.3 kernels, or the stable branch of a CVS repository like gcc, XFree, or mozilla. Also, amost no changes will be backported to 1.10. Any bug reporter are asked to try the latest alpha. I think alpha is a poor name for the code. It much beter than alpha usually implies. -Thomas
Re: i386 kernel not included?
Markku Kolkka wrote: Viestissä Tiistai 22. Lokakuuta 2002 18:13, Thomas Dodd kirjoitti: I thionk the earlu -mcpu=k7 produced some bad code in the kerenl, which is why it wasn't used. What's the minimum compiler now, egcs? Does it have a -mcpu=k7 switch? Does it do anything? Gcc3.2 has -mcpu=athlon. I compiled a kernel with that option yesterday and it hasn't crashed yet. Of course, that doesn't prove that it's safe for general use. But Gcc-3.2 isn't required for the kernel. /usr/src/linux*/Documentation/Changes lists 2.95.3 as the minimum version. How's -mcpu=athlon on that version? -Thomas
Re: RH8.0 on
On 22 Oct 2002, Michael Knepher wrote: > On Mon, 2002-10-21 at 12:06, Thomas Dodd wrote: > > Andrew Smith wrote: > > > Yes there is no point running KDE/Gnome on anything much below a PIII 500 > > > (I know that as a fact in earlier releases - a PII 333 is too slow) > > > but you do NOT need X to run a server - my DNS/mail server is only a > > > > GNOME-2.0 and RHL-8.0 run just fine on my K6III-400. That is > > definately slower. Not for gaming, buy coding, web browsing, > > email, and such it's fine. > > I'm running RH 8.0 quite happily on my K6-2 400 at work, and I'll > hopefully be able to push to get everyone here switched over from > Windows. It's not as fast as on my Athlon XP 1800+ at home, but it's a > big improvement over Mandrake 8.2, which I was running before the Limbo > beta came out. How much RAM do you have, and what desktop are you running? Oisin Feeley
Never mind (was: Re: Setting X resources?)
On Tue, 22 Oct 2002, I wrote: > > [1] This is a change from previous RHL releases, where ~/.Xdefaults was > > used. Is it documented anywhere? > > Actually, the problem is different. Xemacs opens in the correct size for > 12pt fonts, but the window does not scale when I change the font size. > This is different from the behavior of Xemacs in RH 7.3. How can I make > the frames scale with the fonts now? Apparently there is a font-lock option which is now on by default. Setting it to off in .xemacs/custom.el solves the problem. So the only remaining question is, why the change from .Xdefaults to .Xresources and how are we supposed to know? -- Matthew Saltzman Clemson University Math Sciences [EMAIL PROTECTED] http://www.math.clemson.edu/~mjs
Re: RH8.0 on
On Tue, 2002-10-22 at 08:54, Oisin C. Feeley wrote: > > > > I'm running RH 8.0 quite happily on my K6-2 400 at work, and I'll > > hopefully be able to push to get everyone here switched over from > > Windows. It's not as fast as on my Athlon XP 1800+ at home, but it's a > > big improvement over Mandrake 8.2, which I was running before the Limbo > > beta came out. > > How much RAM do you have, and what desktop are you running? > > Oisin Feeley > I've got 394Mb, and I'm running Gnome2. I've played around a little bit with KDE, and the performance is a little bit sluggish compared to Gnome2, but still passable. It's running on a VIA MVP4 mobo with integrated Trident video and VIA AC97 audio. Moz. 1.2b with XFT support is noticeably slower than what comes in the box, and Phoenix with XFT support enabled is also slower than the plain-vanilla Phoenix. But that will hopefully be remedied as the development proceeds. -- Michael Knepher <[EMAIL PROTECTED]>
Samba server and Win98 connection problem
Hi All Guys, The problem is as follows: ipchains and iptables stopped # service smb start Win98 is connected to Samba server via a crossover cable On Win98 - 2 members found in the workgroup "Scw98"(Win98) and "M40G". (Samba server) - Clicking "M40G" popup a warning "permission not allowed" - Searching computer with the name of Samba server "M40G" found it there but searching with its IP address could not find it - Ping "M40G" and IP address of Samba server showed connected On Samba server "as root" - "# mount" could not mount Samba server - Ping SCW98 and IP address of Win98 showed connecting INFORMATION === Both Win98 and Samba server need password to login Samba server OS - RH8.0 2 NICs - one for broadband connection another for connecting Win98 via a crossover cable IP address - 192.168.0.2 Computer name - M40G Login : root user = satimis with same password as Win98 login /etc/samba/smb.conf (basic configure) [global] workgroup = SEC guest account = satimis encrypt passwords = no hosts allow = yes security = share [test] comment = share path = /home browseable = yes read only = no guest only = no guest ok = yes /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.0.1 SCW98 192.168.0.2 M40G Win98 IP address - 192.168.0.1 Computer name - SCW98 Login - satimis password - same as user of Samba server Components - IPX/SPX - Net BEUI - NetBIOS support for IPX/SPX - TCP/IP Kindly advise. Thanks in advance. Stephen Liu
Re: Problems with XWindows
On Tue, 22 Oct 2002, Rimas wrote: > I can connect via ssh or local console it is no problem. > But if I try to login to KDE I get these error messages: > > Oct 22 15:30:50 sybrep modprobe: modprobe: Can't locate module > char-major-10-134 If you read /usr/src/linux-2.4.18-17.8.0/Documentation/devices.txt then you'll see that device 10:134 is APM. So perhaps a temporary work around to switch off APM in your BIOS may get rid of the problem. > Oct 22 15:30:57 sybrep kdm[7424]: pam_timestamp: timestamp file > `/var/run/sudo/root/:0' is too old, disallowing access to kde for UID 0 pam_timestamp is a new feature of RH8.0. A user logged into the console who enters authentication tokens for a root-restricted task will cause a time-limited (5 minutes IIRC) allowance of further access to other root-password-requriing tasks for the user logged into the console (indicated by panel's "key" icon). So you don't have to keep on entering root's password multiple times. What happens if you "touch" the "/var/run/sudo/root/:0" with a more recent date. Alternatively using pam_timestamp_check might solve the problem. I have seen this happen a couple of times in the log when running other root-authenticated tasks. But they've always popped up a dialog box for root password and the task works fine after that. HTH, Oisin Feeley
Re: Mozilla with Anti Aliasing
On Tue, Oct 22, 2002 at 09:25:55AM -0500, Tom Georgoulias wrote: > > On my system, the the font sizes for the toolbars, bookmarks, etc. are > very small. .Xdefaults config required or is there some easier, more > approved way to change them? Well, you have to do it the Mozilla way with userChrome.css, IIRC. http://www.mozilla.org/unix/customizing.html -- Hal Burgiss
Re: i386 kernel not included?
[EMAIL PROTECTED] (Thomas Dodd) writes: > Markku Kolkka wrote: > > Viestissä Tiistai 22. Lokakuuta 2002 18:13, Thomas Dodd kirjoitti: > > > >>I thionk the earlu -mcpu=k7 produced some bad code in the kerenl, > >>which is why it wasn't used. What's the minimum compiler now, > >>egcs? Does it have a -mcpu=k7 switch? Does it do anything? > > Gcc3.2 has -mcpu=athlon. I compiled a kernel with that option yesterday > > and it hasn't crashed yet. Of course, that doesn't prove that it's safe > > for general use. > But Gcc-3.2 isn't required for the kernel. > /usr/src/linux*/Documentation/Changes lists 2.95.3 as the > minimum version. How's -mcpu=athlon on that version? Note that gcc 3.2 supports the following: athlon, athlon-tbird, athlon-4, athlon-xp and athlon-mp -- Mathieu Chouquet-Stringer E-Mail : [EMAIL PROTECTED] It is exactly because a man cannot do a thing that he is a proper judge of it. -- Oscar Wilde
libxml-devel borked?
I recently did a recursive grep for a string in the /usr directory During the process grep complained about this file: /usr/include/gnome-xml/libxml containing a recursive link: lrwxrwxrwx1 root root1 okt 1 11:34 libxml -> . I think this was created during installation of psyche. rpm -qif /usr/include/gnome-xml/libxml showed me that the file is owned by libxml-devel version 1.8.17 What should I do with this file? remove it? or let it point somewhere else? or just leave it be? Does anybody else have this in their system or was my installation of libxml-devel borked? Thanks Tino Meinen
Swap file not being utilized?
Hi all, On a new Linux server I just set up, I created a 500 meg swap file which is equal to the amount of ram in the machine. The swap file is active but shows 0% used, while the memory shows 184 meg used and 316 meg free. The swap file is mounted as /dev/hda2, has the proper entry in /etc/fstab yet it's never utilized. Is there a threshold as to when it will kick in or could something else be wrong? I've never had issues with the swap file in earlier versions. Thanks! ** Kevin Lisciotti, CISSP IT Audit - FRB Boston 617-973-3039 **
KDE and LogOff
Hi, while working with GNOME under RH8 it was possible during the logout to choose : logout, , shutdown, reboot ... In my KDE there is no menu after pressing the logout button in the KDE-Menu. How can I motivate my KDE to show me more, not only logout, I would like to shutdown my PC directly from KDE or reboot ... Cheers, Duncan __ - Duncan Rubinger - www.semanticedge.com - - Corporate Network Manager- -[EMAIL PROTECTED]- -Telefon: 0179 509 54 24 - __
Re: Mozilla with Anti Aliasing
Hal Burgiss wrote: On Tue, Oct 22, 2002 at 09:25:55AM -0500, Tom Georgoulias wrote: On my system, the the font sizes for the toolbars, bookmarks, etc. are very small. .Xdefaults config required or is there some easier, more approved way to change them? Well, you have to do it the Mozilla way with userChrome.css, IIRC. http://www.mozilla.org/unix/customizing.html Small fonts could also be a side-effect of the display resolution setting: Preferences/Appearance>Fonts>Display_Resolution. Ideally the value shown by xdpyinfo , this part of Mozilla, and reality should all agree. Or you can lie, and it should make fonts larger or smaller than intended by the font designer. -Bob Arendt
Re: Swap file not being utilized?
On Tue, 2002-10-22 at 13:09, [EMAIL PROTECTED] wrote: > On a new Linux server I just set up, I created a 500 meg swap file > which is equal to the amount of ram in the machine. The swap file is > active but shows 0% used, while the memory shows 184 meg used and 316 > meg free. I assume your results are similar to mine? This is completely normal, to not ever use the swap file, if it is never needed. (I have 512MB RAM and 640MB Swap) [ryan@vanessa]:[~]$ free -m total used free sharedbuffers cached Mem: 500490 9 0 63 239 -/+ buffers/cache:187313 Swap: 643 0643 > The swap file is mounted as /dev/hda2, has the proper entry in > /etc/fstab yet it's never utilized. Is there a threshold as to when it > will kick in or could something else be wrong? I've never had issues > with the swap file in earlier versions. Thanks! I've loaded everything I can possibly think of on my system, including about 20 pictures and the only thing changing is the amount of buffers/cache. All is well, this is normal. Oh, look, I used just under 1MB of swap! W... [ryan@vanessa]:[~]$ free -m total used free sharedbuffers cached Mem: 500493 7 0 15 226 -/+ buffers/cache:252248 Swap: 643 0642 -Ryan -- Powered by Red Hat Linux 8.0
Re: KDE and LogOff
On 22-Oct-2002 at 17:20:46 Duncan Rubinger wrote: > while working with GNOME under RH8 it was possible during the logout to > choose : logout, , shutdown, reboot ... > In my KDE there is no menu after pressing the logout button in the > KDE-Menu. How can I motivate my KDE to show me more, not only logout, I > would like to shutdown my PC directly from KDE or reboot ... > After logging out of KDE, you should be back at the display manager. There's a 'System' button (of sorts) at the bottom of the screen, selecting this will allow you to shutdown/reboot the system. John. John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers
Re: libxml-devel borked?
--- Tino Meinen <[EMAIL PROTECTED]> wrote: > What should I do with this file? remove it? or let > it point somewhere > else? or just leave it be? > Does anybody else have this in their system or was > my installation of > libxml-devel borked? Yep, my version of libxml has the same problem That really should be fixed. Go ahead and bugzilla it if it isn't already in there. = Kevin C. McConnell --RHCE-- __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/
Re: libxml-devel borked?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Oct 2002 19:03:53 +0200, Tino Meinen wrote: > I recently did a recursive grep for a string in the /usr directory > During the process grep complained about this file: > /usr/include/gnome-xml/libxml > containing a recursive link: > > lrwxrwxrwx1 root root1 okt 1 11:34 libxml -> . > > I think this was created during installation of psyche. > > rpm -qif /usr/include/gnome-xml/libxml > showed me that the file is owned by libxml-devel version 1.8.17 > > What should I do with this file? remove it? or let it point somewhere > else? or just leave it be? > Does anybody else have this in their system or was my installation of > libxml-devel borked? It's here, too. lrwxrwxrwx1 root root1 Oct 1 17:04 libxml -> . I assume it is a compatibility link for source files that include libxml header files as "libxml/foo.h" or instead of just foo.h plus a proper include search path. # pwd /mnt/psyche/usr/include/gnome-xml # file libxml/tree.h libxml/tree.h: ASCII C program text # file tree.h tree.h: ASCII C program text -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE9tY7z0iMVcrivHFQRAtHrAJ9yKCPmACnobuSexMO7TE00DaBzygCfbdVq 2cF9FJ1CypRc+oOAN/w8h1Y= =369x -END PGP SIGNATURE-
Re: Swap file not being utilized?
[EMAIL PROTECTED] wrote: Hi all, On a new Linux server I just set up, I created a 500 meg swap file which is equal to the amount of ram in the machine. The swap file is active but shows 0% used, while the memory shows 184 meg used and 316 meg free. The swap file is mounted as /dev/hda2, has the proper entry in /etc/fstab yet it's never utilized. Is there a threshold as to when it will kick in or could something else be wrong? I've never had issues with the swap file in earlier versions. Thanks! You don't have a problem. You really don't want to ever have to use the swap space, because when you do, system performance degrades badly. When you run out of free system memory (ram), then the swap file gets utilized. If you have 316 MB free, you're not even close to swapping.
Re: KDE and LogOff
assuming of course, he's in runlevel 5 and not runlevel 3 :) ** Kevin Lisciotti, CISSP IT Audit - FRB Boston 617-973-3039 ** John Horne <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/22/2002 01:40 PM Please respond to psyche-list To: [EMAIL PROTECTED] cc: Subject: Re: KDE and LogOff On 22-Oct-2002 at 17:20:46 Duncan Rubinger wrote: > while working with GNOME under RH8 it was possible during the logout to > choose : logout, , shutdown, reboot ... > In my KDE there is no menu after pressing the logout button in the > KDE-Menu. How can I motivate my KDE to show me more, not only logout, I > would like to shutdown my PC directly from KDE or reboot ... > After logging out of KDE, you should be back at the display manager. There's a 'System' button (of sorts) at the bottom of the screen, selecting this will allow you to shutdown/reboot the system. John. John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
mail server
Hi, I'm trying to install Exim but I don't know how to get it to respond to smtp requests. Jeremy mail2web - Check your email from the web at http://mail2web.com/ .
Re: Swap file not being utilized? - SOLVED
Hi, thanks for the quick responses...just wanted to make sure I wasn't missing something here :) ** Kevin Lisciotti, CISSP IT Audit - FRB Boston 617-973-3039 ** Randy Kelsoe <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/22/2002 01:47 PM Please respond to psyche-list To: [EMAIL PROTECTED] cc: Subject: Re: Swap file not being utilized? [EMAIL PROTECTED] wrote: > > Hi all, > > On a new Linux server I just set up, I created a 500 meg swap file > which is equal to the amount of ram in the machine. The swap file is > active but shows 0% used, while the memory shows 184 meg used and 316 > meg free. > > The swap file is mounted as /dev/hda2, has the proper entry in > /etc/fstab yet it's never utilized. Is there a threshold as to when it > will kick in or could something else be wrong? I've never had issues > with the swap file in earlier versions. Thanks! You don't have a problem. You really don't want to ever have to use the swap space, because when you do, system performance degrades badly. When you run out of free system memory (ram), then the swap file gets utilized. If you have 316 MB free, you're not even close to swapping. > -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: KDE and LogOff
Hi, > assuming of course, he's in runlevel 5 and not runlevel 3 :) no, I'm starting in level 5! > After logging out of KDE, you should be back at the display manager. > There's > a 'System' button (of sorts) at the bottom of the screen, selecting this > will allow you to shutdown/reboot the system. Sure, but that's not my intention, I don't want to come back to the login screen to shutdown only. There must be a solution to shutdown while logging off from KDE. When I press logout in GNOME and menu appears with three options: reboot, shutdown, logout !! This is what I'm looking for in KDE as well ... Cheers, Duncan __ - Duncan Rubinger - www.semanticedge.com - - Corporate Network Manager- -[EMAIL PROTECTED]- -Telefon: 0179 509 54 24 - __
Re: ssh-askpass login problem
On Tue, 22 Oct 2002, Tom Eastep wrote: > In RH8, xinitrc is running your KDE/Gnome session under its own ssh-agent > process. Consequently, any SSH environment that you establish before > starting your X session is superseded by the one created by xinitrc. I ran > into the same problem This is great! But why wasn't it mentioned in the release notes? /me goes away and removes his own ssh-agent patches... -- Dipl.-Inf. Karsten Weiss - http://www.machineroom.de/knweiss
Re: Psyche-list digest, Vol 1 #277 - 12 msgs
On Tuesday 22 October 2002 12:03, Thomas Dodd <[EMAIL PROTECTED]> wrote: > Date: Tue, 22 Oct 2002 10:42:49 -0500 > From: Thomas Dodd <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: cdrecord obsolete > Reply-To: [EMAIL PROTECTED] > > Mike A. Harris wrote: > > On Sat, 19 Oct 2002, P wrote: > >>I have a usb cdrw .. it won't work under cdrecord-1.10, but works > >> fine > > Which CDRW? I have a USB CDRW and 1.10 works fine. I'm using an iomega 16x10x40 .. not sure why yours works and mine doesn't. > >>under any cdrecord-1.11 version. Is there a more up to date > >> version that's compatible with psyche available? > > > > cdrecord 1.11 is alpha code, and not a stable official release. > > True, but 1.11a38 is probably more stable/less buggy than 1.10. > It's more like a development branch, and this far in, it's > fairly stable. I wouldn't try prior to a15 or a20, but now > it's more like the late 2.3 kernels, or the stable branch > of a CVS repository like gcc, XFree, or mozilla. > > Also, amost no changes will be backported to 1.10. Any > bug reporter are asked to try the latest alpha. I think > alpha is a poor name for the code. It much beter than > alpha usually implies. > > -Thomas After upgrading several times, I feel like you that these alpha's are better than the last stable release (since it obviously had a bunch of problems). Now that I'm able to find them for psyche, I'll continue to upgrade with each release. The only problem I have is an occasional bad burn .. I don't know if it's software, bad cd's, or perhaps some more mundane problem (like slight corrosion on my cables). I keep upgrading the software just to eliminate a possible bug.
Re: Swap file not being utilized?
On Tue, 22 Oct 2002 12:47:23 -0500 Randy Kelsoe <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > > > Hi all, > > > > On a new Linux server I just set up, I created a 500 meg swap file > > which is equal to the amount of ram in the machine. The swap file is > > active but shows 0% used, while the memory shows 184 meg used and > > 316 meg free. > > > > The swap file is mounted as /dev/hda2, has the proper entry in > > /etc/fstab yet it's never utilized. Is there a threshold as to when > > it will kick in or could something else be wrong? I've never had > > issues with the swap file in earlier versions. Thanks! > > You don't have a problem. You really don't want to ever have to use > the swap space, because when you do, system performance degrades > badly. When you run out of free system memory (ram), then the swap > file gets utilized. If you have 316 MB free, you're not even close to > swapping. > Having too 512 MB of ram, I even don't create a swap. And the system runs perfectly ... Franck
Re: KDE and LogOff
> "DR" == Duncan Rubinger <[EMAIL PROTECTED]> writes: DR> In my KDE there is no menu after pressing the logout button in the DR> KDE-Menu. This works for me under KDM, as long as AllowFifo is true. - J<
Re: colored curses not working properly
Miloslav Trmac wrote: On Mon, Oct 21, 2002 at 06:54:01PM -0700, Ben Hsu wrote: When I try to compile a new kernel and do 'make menuconfig' the menu does not look right. Symptoms include: - parts of screen are wrong color - single and double border lines not drawn - text moves over 2-3 characters when highlighted Has anyone seen this? Does anyone ever read release notes? Yes, but it's still very stupid that they've screwed up basic functionality of packages they ship.
Re: Swap file not being utilized?
On Tuesday 22 October 2002 13:47, Ryan Camick <[EMAIL PROTECTED]> wrote: > Subject: Re: Swap file not being utilized? > From: Ryan Camick <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Organization: > Date: 22 Oct 2002 13:32:34 -0400 > Reply-To: [EMAIL PROTECTED] > > On Tue, 2002-10-22 at 13:09, [EMAIL PROTECTED] wrote: > > On a new Linux server I just set up, I created a 500 meg swap file > > which is equal to the amount of ram in the machine. The swap file > > is active but shows 0% used, while the memory shows 184 meg used > > and 316 meg free. > > I assume your results are similar to mine? This is completely > normal, to not ever use the swap file, if it is never needed. (I > have 512MB RAM and 640MB Swap) > > [ryan@vanessa]:[~]$ free -m > total used free sharedbuffers > cached > Mem: 500490 9 0 63 > 239 > -/+ buffers/cache:187313 > Swap: 643 0643 > > > The swap file is mounted as /dev/hda2, has the proper entry in > > /etc/fstab yet it's never utilized. Is there a threshold as to when > > it will kick in or could something else be wrong? I've never had > > issues with the swap file in earlier versions. Thanks! > > I've loaded everything I can possibly think of on my system, > including about 20 pictures and the only thing changing is the amount > of buffers/cache. All is well, this is normal. Oh, look, I used > just under 1MB of swap! W... It's actually not too difficult to load up your system to observe the swap being used. Just create a text file .. call it 'mybash', and put one line within it: 'my bash' ..you can do this with the following command: $ echo bash mybash > mybash Next open up a term and enter 'top' to be able to see your memory usage .. then open another term and type 'bash mybash' to start an endless loop of the mybash script. You'll see the swap get consumed eventually. At some point it will run out of memory and die on it's own.
Printer Ink Alignment & Error On Lexmark
This may be for Tim Waugh mostly, but maybe someone else can help as well. I'm trying to get the ink cartridges properly aligned on my Lexmark Z32. I was successful on getting the printer to switch back to lpd from cups. I've tried adjusting the numbers in the driver options for the printer, but without success. While printing the test page it is stair stepping the box a bit and I'm not sure how to cure that. I've adjusted the numbers a few times, but I'm not sure what I'm doing to it. Also, after I print a page, the printers lights start to flash. I can hit the page eject button and fix that and it will start accepting print jobs again, but should I be sending an end of job feed or something to have it not flash the printer? Thanks, -- -=/>Thom Red Hat Linux release 8.0 (Psyche) running Linux Kernel 2.4.18-17.8.0 Up: 3:28pm up 4 days, 3:04, 1 user, load average: 1.16, 1.45, 1.67 Registered Linux User #214499 http://counter.li.org
Re: Create Live! Platinum not installed by default
Oisin C. Feeley ([EMAIL PROTECTED]) said: > And the lspci output shows that the two devices reported as being problems > have the same irq. Would this be the problem?: No, PCI devices can share IRQs fine.. Bill
Re: gnome-pilotd
On Tue, 2002-10-22 at 15:55, Quentin Wright wrote: > Bernd Kunze wrote: > > >Hi, > > > >when I start X and evolution, I can not sync unless I run the pilot > >tools. Shouldn't there be a panel object which is loaded when gnome > >starts or am I missing the bus here? > > > >Bernd > > > Perhaps there should. The bus hasn't arrived yet, so some of us are > using patched or beta versions of gnome-pilot and Evolution 1.2. Cool. Care to share the links and have me join the club? > > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list >
Re: Never mind (was: Re: Setting X resources?)
> ---Message d'origine--- > De : Matthew Saltzman <[EMAIL PROTECTED]> > Date : Tue, 22 Oct 2002 12:14:56 -0400 (EDT) > > On Tue, 22 Oct 2002, I wrote: > > > > [1] This is a change from previous RHL releases, where ~/.Xdefaults was > > > used. Is it documented anywhere? > > > > Actually, the problem is different. Xemacs opens in the correct size for > > 12pt fonts, but the window does not scale when I change the font size. > > This is different from the behavior of Xemacs in RH 7.3. How can I make > > the frames scale with the fonts now? > > Apparently there is a font-lock option which is now on by default. > Setting it to off in .xemacs/custom.el solves the problem. > > So the only remaining question is, why the change from .Xdefaults to > .Xresources and how are we supposed to know? > man X is pretty clear about it. (and I think it is the standard in X11R6 but not sure) and looking around deeply in scripts The Default config of gdm by default look at /etc/X11/gdm/Sessions/Default so /etc/X11/xdm/Xsession is the file you are looking... JYL _ Envoyez des messages musicaux sur le portable de vos amis http://mobile.lycos.fr/mobile/local/sms_musicaux/
ctags found
FYI, Last week I posted a msg to the list asking what happened to ctags since it was AWOL after a clean install of 8.0 . I finally got around to searching for it today and found it in the XEmacs package. I don't use emacs, but did have it installed anyway on past versions. Certainly not where one would expect it to be.
Re: auth_ldap alternative?
I did an everything install... Mine is using LDAP to authenticate to a Solaris 9 LDAP (phase 2) server just fine... Are you trying to customize something, or are you using authconfig? Tommy --On Monday, October 21, 2002 08:32:23 PM -0400 Chris Johnson <[EMAIL PROTECTED]> wrote: Since the auth_ldap package is no longer included to add ldap server based authentication to apache, is there an alternative package to provide that functionality? Why was auth_ldap not included in 8.0? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list -- Tommy McNeely -- [EMAIL PROTECTED] Sun Microsystems - IT Ops - Broomfield Campus Support Phone: x50888 / 303-464-4888 -- Fax: 720-566-3168 Pager: 800-200-5968 / [EMAIL PROTECTED]
3d hardware acceleration
Hello! I have an Ati Radeon Mobility 8 MB DDR on a Compaq Presarion 1722. When I install RH 8 i select enable 3d hardware acceleration but when I start tuxracer it don't have acceleration at all. Also mplayer and xine from fresh rpms doesn't work properly (they do not return from fullscreen,...). I have installed SUSE 8.1 and I see that I have hardware acceleration and mplayer works good. Since it seems that both use the driver "radeon". Can anybody explain me what changes (I am a newbie) must I do in XF86Config or wherever I have to ghange things to have proper 3d acceleration and video players working. I attach both XF86Config from SUSE 8.1 and RH 8: Any suggestion will be really appreciated. SUSE XF86Config: # /.../ # SaX generated XFree86 config file # Created on: 2002-10-22. # # Version: 4.7 # Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 2001 # # Automatically generated by [ISaX] (4.7) # PLEASE DO NOT EDIT THIS FILE! # Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi" FontPath "/usr/X11R6/lib/X11/fonts/xtest" InputDevices "/dev/ttyS0" InputDevices "/dev/ttyS1" InputDevices "/dev/ttyS2" InputDevices "/dev/ttyS3" InputDevices "/dev/ttyS4" InputDevices "/dev/ttyS5" InputDevices "/dev/ttyS6" InputDevices "/dev/ttyS7" InputDevices "/dev/ttyS8" InputDevices "/dev/psaux" InputDevices "/dev/logibm" InputDevices "/dev/sunmouse" InputDevices "/dev/atibm" InputDevices "/dev/amigamouse" InputDevices "/dev/atarimouse" InputDevices "/dev/inportbm" InputDevices "/dev/gpmdata" InputDevices "/dev/mouse" InputDevices "/dev/usbmouse" InputDevices "/dev/adbmouse" InputDevices "/dev/input/mice" InputDevices "/dev/input/event0" InputDevices "/dev/pointer0" InputDevices "/dev/pointer1" InputDevices "/dev/pointer2" InputDevices "/dev/pointer3" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "Module" Load "type1" Load "dbe" Load "freetype" Load "glx" Load "v4l" Load "dri" Load "speedo" Load "extmod" EndSection Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "MapName" "Standard Keyboard [ pc102 ]" Option "Protocol" "Standard" Option "XkbLayout" "es" Option "XkbModel" "pc102" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/pointer0" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" EndSection Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" HorizSync31-65 Identifier "Monitor[0]" ModelName"1024X768@70HZ" VendorName "--> LCD" VertRefresh 58-78 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "800x600" 42.43 800 816 928 1072 600 600 610 626 Modeline "800x600" 48.67 800 816 928 1072 600 600 610 626 Modeline "1024x768" 69.35 1024 1040 1216 1400 768 768 778 802 Modeline "1024x768" 79.55 1024 1040 1216 1400 768 768 778 802 EndSection Section "Screen" DefaultD
gnome-panel-question ...
hi, have a little playing-around-question about the panel in gnome: the clock in the panel isn't my favorit - so I would change it into another look-alike, but couldn't find another one. does anyone know, how I can change the outfit of this poor clock in the panel ? for example, the clock so it would be shipped with Ximian-gnome and here the next-step-outfit. Should know, how I can do such a change. thanks for your ideas bye hans
Re: Please, turn back kpackage and gnorpm into distribution
Try kdeadmin package from mandrake kdeadmin3.0.3-10mdk.rpm (use your preferred mirror or rpmfind) works fine for me so I cannot confirm that there has been any need to remove it in psyche. Michael
Re: Reasonable KDE menu structure?
> Reasonable KDE menu structure? redhat-menus is your package, including all the deflection rh did to kde menu structure in xml formatted files
Re: Psyche-list digest, Vol 1 #239 - 18 msgs
On Sun, 2002-10-20 at 20:23, Iain Buchanan wrote: > > Message: 5 > > Subject: Re: General questions > > From: Michael Knepher <[EMAIL PROTECTED]> > > On Fri, 2002-10-18 at 13:53, Justin Georgeson wrote: > > > Is there a way to make the desktop icons smaller? > > > > I'm not sure about doing a global change, but you can right-click on any > > desktop icon and choose "Stretch Icon" and scale them that way. Some of > For a 'global' change, you can just > open Nautilus; > go to Edit->Preferences; > go to Desktop & Trash and select 'Use Nautilus to draw the desktop'; > go to 'views' and under 'Icon View Defaults' change your default zoom > level (to eg 75%). > You should see the icon sizes on the desktop change right away. (I do!) > > Iain Buchanan I'd have sworn I tried that before I sent that message... ;o) Works here too. -- Michael Knepher <[EMAIL PROTECTED]>
Re: auth_ldap alternative?
> --On Monday, October 21, 2002 08:32:23 PM -0400 Chris Johnson > <[EMAIL PROTECTED]> wrote: > > > Since the auth_ldap package is no longer included to add ldap server > > based authentication to apache, is there an alternative package to > > provide that functionality? Why was auth_ldap not included in 8.0? Probably because it doesn't work with apache 2.0. Your options seem to be to continue using 7.3 as a production web server (an excellent choice, I'd think) or to update auth_ldap for apache 2.0, if you require those packages. If you don't have programming experience, it's not hard to find contractors who do.
Re: Never mind (was: Re: Setting X resources?)
Apparently, high profile hackers get bitten by this too. Michael Meeks' diary for today has this little comment in it: * Up early, Owen explained .Xdefaults to me, apparently we set some X resources now so, we don't use the defaults at all; apparently using .Xresources instead is the right way to go. http://www.gnome.org/~michael/ On Tue, 2002-10-22 at 18:14, Matthew Saltzman wrote: > On Tue, 22 Oct 2002, I wrote: > > > > [1] This is a change from previous RHL releases, where ~/.Xdefaults was > > > used. Is it documented anywhere? > > So the only remaining question is, why the change from .Xdefaults to > .Xresources and how are we supposed to know?