RE: [CentOS] service nfs start hangs on CentOS 4

2008-01-11 Thread mike.redan
> > Hello when I try to start nfs the command hangs. > I have found out, that the problem is, that I set an IP address at > /etc/exports > sample: > /var/foo XXX.XXX.XXX(some rights) > when replace the IP address to * then service nfs start work, > but no one > can use the exports. > What goes

RE: [CentOS] MyhtTV or Freevo or something else?

2008-01-03 Thread mike.redan
> > On Thu, 3 Jan 2008, Mindaugas wrote: > > > Which one of the Linux projects would you suggest and why? MythTV, > > Freevo or something else? Is CentOS good for such task or I should > > better use some more bleeding edge distribution like Fedora? > > > > > > > As a first project, check

RE: [CentOS] Random files in homedir gets deleted

2008-01-03 Thread mike.redan
> > On one of my systems I seem to loose a file or two from time > to time. Last night, one of my files > (/home/online/sh/NattjobbPrivat.sh) was > deleted/removed/vanished. Another time it was > /home/online/sh/daemon that was deleted. > > But I can't seem to find anything strange in the log

RE: [CentOS] wget'ing files relative paths?

2007-11-22 Thread mike.redan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rogelio Sent: November 22, 2007 12:08 PM To: CentOS mailing list Subject: [CentOS] wget'ing files relative paths? I'm trying to wget some ve

RE: [CentOS] HP DL585 - CentOS4.5 - kix woes

2007-11-07 Thread mike.redan
> > Tom Brown wrote: > > > >> I had to create a custom initrd file to make it work for me. (this > >> was on an IBM x3655, but has the same NIC) Unpacked the > driver from > >> the manufacturer, grabbed the .ko file, and rebuilt the > initrd with > >> that driver for the kickstart. > >> > >>

RE: [CentOS] HP DL585 - CentOS4.5 - kix woes

2007-11-07 Thread mike.redan
> Hi > > Well we are now using HP instead of Dell and have hit a major > hurdle. We > dont seem to be able to kix any of these boxes. I have been most > recently trying on a dl585 and the issue appears to be that the kix > kernel does not detect any nic. Its strange as the box can be > insta

RE: [CentOS] script help

2007-11-02 Thread mike.redan
> > I run it but it has error. > > sed 's/^dir-192\.168/dir-10\.0/'` > sed: read error on dir-192.168.0.31: Is a directory > Was there an problem with Frank's response from earlier? rename 192.168 10.0 dir* It is a nice simple solution. You don't have to loop, or use extra commands, just co

RE: [CentOS] udp question

2007-10-11 Thread mike.redan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chloe K i all I use linux as GiGE router and have 6 NIC on it Those days the NIC interrupt takes around 100% CPU but the system is 4G memroy and 8 C

RE: [CentOS] grep

2007-08-28 Thread mike.redan
> > Not a CentOS specific question, although I am running grep on > CentOS 4.3 > but how would you grep out a series of lines in a file starting at a > specific point. For instance, if I have a file named foo and > I want to > grep out the next 5 lines after the first and only instance of the >

RE: [CentOS] using centos for linux appliance

2007-08-28 Thread mike.redan
> Thinking of using CentOS as a host for a Linux Appliance. > > > 1)Use the binrary rpms and install to a directory on a development > machine using the rpm --prefix option. Not sure yet how to > specify to > create and use an rpm database on the development machine as > opposed to a datab

RE: [CentOS] open port 46929

2007-08-20 Thread mike.redan
If you run that netstat command as root, then the last column should show which process/PID is listening on that port. (that is what the '-p' option to netstat tells you) lsof is handy for this as well. Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On B

RE: [CentOS] SHOULD I NEED TO RECOMPILE THE KERNEL ?

2007-07-25 Thread mike.redan
Hi, I am still runnig Redhat 9 box with sendmail and squid. how is squid configured? it can be configured to eat up quite a bit of RAM. if you tweak that to fit into your 512MB of RAM you may be able to get your machine running fas