Re: Automated command after booting

2001-05-03 Thread Tim Moore
Add shell commands to /etc/rc.d/rc.local. -- ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: gettimeofday

2001-05-01 Thread Tim Moore
> I'm noticing some weird stuff with gettimeofday. When I call this > function, it usually takes around 10 microseconds. But, sometimes it > takes a long time (somewhere around 30 milli seconds). Does anyone know > why it's taking so long? I need this function to return as quickly as > possibl

Re: Redhat 6.2 and kernel 2.4.x

2001-05-01 Thread Tim Moore
> After recently, seemingly smoothlessly upgrading from 2.2.16 to 2.4.2 on a > Redhat 6.2 box we started to experience problems with users connecting to > the machine. 2.2 -> 2.4 upgrade requirements: http://www.linuxhq.com/kernel/v2.4/changes.html --

Re: RH7.1/2.4.2 netscape mail problem

2001-04-27 Thread Tim Moore
> ... > I have always mounted /win in fstab with > > /dev/hda1 /winvfat > rw,nosuid,uid=1000,gid=110,dev,exec,auto,user,aynch > ... > Any suggestions/guesses as to what is happening. I'm running > the latest netscape rpm (4.77) and was before I upgraded to 7.1

Re: SOLVED: Kernel 2.2.19 compile problem on RH6.2

2001-04-27 Thread Tim Moore
Thomas Ribbrock wrote: > > On Mon, Apr 23, 2001 at 08:39:52AM +0200, Thomas Ribbrock wrote: > > On another machine, however, "make modules" fails in the drivers/block > > directory, when compiling loop.o. The error message says something about > > "get.." being defined as a function returning

Re: never ending segmentation fault problem on redhat 6.2

2001-04-24 Thread Tim Moore
http://www.bitwizard.nl/sig11/ -- ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: problem of partitioning

2001-04-22 Thread Tim Moore
Xiong Zhao wrote: > > hello,all.after i create a new logical partition using fdisk or cfdisk > and exit with "w",there always comes report saying that re-read table > failed with error 16:device or resource busy.next time i attempt to mount The partition table was changed while the disk was stil

Re: v2.4.3 vs v2.2.19

2001-04-12 Thread Tim Moore
> > Also see CONFIG_IDEDISK_MULTI_MODE and turn CONFIG_IDEDMA_AUTO off. > > The first one does not exist in v2.2.x kernels, only v.2.4.x. I'm on 2.2.19pre17 + ide.2.2.18.1221 patch. Maybe it's part of the patch? > The latter, I just realized it was turned on in the kernel, so I > shut

Re: v2.4.3 vs v2.2.19

2001-04-12 Thread Tim Moore
Is support for old MFM drives in your kernel? CONFIG_BLK_DEV_HD_ONLY Also see CONFIG_IDEDISK_MULTI_MODE and turn CONFIG_IDEDMA_AUTO off. -- ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Available Disk Space

2001-03-24 Thread Tim Moore
Move /tmp out of root. ALso, go to single user mode, then 'du -sk * | sort -n' to see which directories are taking up the space. # ls -l / | grep tmp lrwxrwxrwx1 root root 10 Mar 24 10:40 tmp -> ../usr/tmp # df Filesystem 1k-blocks Used Available Use% Mounted on

Re: what is recompiling kernel ?

2001-03-21 Thread Tim Moore
> second the term compiling here. does it have any > bearing with the compiling as in what object file is > compiled by a compiler to produce an executable (and > later needs to be linked as well...) so does compiling > here have the same sort of annotation. basically the > docs say to run the com

Re: 1 gig memory

2001-03-16 Thread Tim Moore
{apologies for the possible repost, my replies aren't showing up...WTF?} Tim Moore wrote: > > Bad news is that you can't change any kernel paramteres on install, and > as you observed nothing gets changed without sources. > > Nothing says the sources have to be insta

Re: [OT] sed/awk/bash help needed for removing lines containing acertain IP

2001-03-15 Thread Tim Moore
egrep -v '192.168.10.100|192.168.50|10.0.0.100' /var/log/messages Jonathan Wilson wrote: > > Hey, > > I need to remove every single line in a bunch of log files that contain to certain >IPs, in order to find something else I'm looking for. Sounds like an awk or sed job - >anyone have an idea?

Re: Attention: David Talkington re: My Linux server takes time to reply (Solved)

2001-03-15 Thread Tim Moore
> The resolv.conf is fine. The problem appears to have been > the mis-spelling of the word "localhost" in the "/etc/hosts" > file. Once I corrected that, I was able to ftp into my > linux box from the LAN just fine... :-) Ahh, if only they were all so simple... -- _

Re: 1 gig memory

2001-03-15 Thread Tim Moore
> I've got a system with 1 gig of memory (to go with the 1 gig processor). > > I've edited lilo.conf to include "append="mem=1024M"", run "lilo -v", and > rebooted. > > When I run "free -m", the system only shows 895(? 885 ?) meg, and not 1024. > > What am I doing wrong? Or, is there a limitat

Re: Attention: David Talkington re: My Linux server takes time to reply

2001-03-15 Thread Tim Moore
What's you resolv.conf look like? I was getting long lookups until I removed the 'domain x' and 'search' fields. Now it just 'nameserver' fields. Also try 'strace -t ' to see where the time is being taken up. On the target system try 'strace -tfp `pidof inetd`'. I used a local LAN ftp as

Re: modprobe error

2001-03-09 Thread Tim Moore
> Mar 9 12:57:40 rlevesque modprobe: modprobe: Can't locate module char-major-6 > Mar 9 12:58:12 rlevesque last message repeated 5 times > Mar 9 12:59:16 rlevesque last message repeated 2 times [/usr/src/linux/Documentation/devices.txt ... 6 charParallel printer devices

Re: X Startup glitch

2001-03-09 Thread Tim Moore
> On occasion, when first starting, the Gnome X graphical login screen > will not start correctly. I will get the gray, cross-hatched X > background. I'll get the login box, but on going to my account, running > KDE 2.0, the whole of the desktop will be a mess. I can fix this by > rebooting. B

Re: NFS Locking

2001-03-07 Thread Tim Moore
http://nfs.sourceforge.net/ -- ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: insmod at boot -is there a better way?

2001-03-06 Thread Tim Moore
> insmod ide-scsi > > in my rc.local. It works, but I was wondering wheither there might be a > better way of just loading the ide-scsi module when required? NH. How about selecting these? [*] Enable loadable module support [*] Set version information on all symbols for modules [*] Kernel mod

Re: how to tar a filelist ?

2001-03-05 Thread Tim Moore
Chris Fishwick wrote: > > I would have thought that the easiest way to do this would be to do a > 'find /usr/src/linux/arch/alpha -name *.c -print > filename', and then do > a 'tar cvf your.filename.tar -T filename'. This could be easily scripted > into a nice little script etc.. [17:37] abit:~

Re: Problems installing rpm.

2001-03-05 Thread Tim Moore
> users and I got a dependency failure. RPM said that libglide.so.4 was > required. FIND found the file right were it was supposed to be. rpm -Uvvh is a quick and dirty way to see what the exact sequence was. -- ___ Redhat-list mailing list [EMAIL