Help with NetworkManager

2011-07-13 Thread j.e.aneiros
Hi, I hope this is the right place for posting this question. I'm trying to perform an installation using kickstart and I having a hard time trying to disable NetworkManager during the time previous to the real installation, it says it is trying to configure eth0. I'm using a CDROM based install

Kickstart, halt and eject

2011-07-13 Thread j.e.aneiros
Hi, It will be so nice to have the option eject in case of the halt instead of the reboot! Is it possible? -- J. E. Aneiros GNU/Linux User #190716 en http://counter.li.org perl -e '$_=pack(c5,0105,0107,0123,0132,(1<<3)+2);y[A-Z][N-ZA-M];print;' PK fingerprint: 5179 917E 5B34 F073 E11A AFB3 4CB3

Re: Help with NetworkManager

2011-07-13 Thread j.e.aneiros
No, it is not necessary 'cause I'm giving the entry hd:sdb1, and that's working, but thanks anyways. On Wed, Jul 13, 2011 at 4:34 PM, Terry Polzin wrote: > On Wed, 2011-07-13 at 16:23 -0400, j.e.aneiros wrote: > > Hi, > > > > > > I hope this is

Re: Help with NetworkManager

2011-07-13 Thread j.e.aneiros
So, it would be something like: linux ks=hd:sdb1:/ks.cfg.ip=192.168.0.1 I'll try it and let you know. This kludge is gonna be interesting. Thanks Terry. On Wed, Jul 13, 2011 at 4:50 PM, Terry Polzin wrote: > On Wed, 2011-07-13 at 16:41 -0400, j.e.aneiros wrote: > > No, it is

Re: Help with NetworkManager

2011-07-13 Thread j.e.aneiros
Nope, I need to configure the net in my kickstart file, I need it for ssh access after reboot. On Wed, Jul 13, 2011 at 4:53 PM, Terry Polzin wrote: > On Wed, 2011-07-13 at 16:41 -0400, j.e.aneiros wrote: > > No, it is not necessary 'cause I'm giving the entry hd:sdb1, and

Re: Help with NetworkManager

2011-07-13 Thread j.e.aneiros
It didn't work. My question is: why is NetworkManager trying to configure the interface if the install method is not network based? Any other ideas? On Wed, Jul 13, 2011 at 4:58 PM, j.e.aneiros wrote: > So, it would be something like: > > linux ks=hd:sdb1:/ks.cfg.ip=192.168.0.1 &

Re: Help with NetworkManager

2011-07-14 Thread j.e.aneiros
On Wed, Jul 13, 2011 at 8:21 PM, Tom H wrote: > On Wed, Jul 13, 2011 at 4:23 PM, j.e.aneiros > wrote: > > > > I hope this is the right place for posting this question. > > I'm trying to perform an installation using kickstart and I having a hard > > time tryi

Re: Help with NetworkManager

2011-07-14 Thread j.e.aneiros
On Thu, Jul 14, 2011 at 10:06 AM, Tom H wrote: > On Thu, Jul 14, 2011 at 9:46 AM, j.e.aneiros > wrote: > > On Wed, Jul 13, 2011 at 8:21 PM, Tom H wrote: > >> On Wed, Jul 13, 2011 at 4:23 PM, j.e.aneiros > >> wrote: > >> > > >> > I

Re: Help with NetworkManager

2011-07-14 Thread j.e.aneiros
On Thu, Jul 14, 2011 at 10:37 AM, Terry Polzin wrote: > On Thu, 2011-07-14 at 10:10 -0400, j.e.aneiros wrote: > > On Thu, Jul 14, 2011 at 10:06 AM, Tom H wrote: > > > > On Thu, Jul 14, 2011 at 9:46 AM, j.e.aneiros > > wrote: > > > On

Re: network config

2011-07-22 Thread j.e.aneiros
Please be sure you have a cable connected to the NIC. You can check with ifconfig eth0 (look for the RUNNING label) or using ethtool. On Fri, Jul 22, 2011 at 11:37 AM, Thomas Schweikle wrote: > Hi! > > After consulting the handbook and various further internet sites I > am a bit lost: > > starti

Re: BackupPC error

2011-08-11 Thread j.e.aneiros
Well I never have used BackupPC software but for me the problem is not the hosts file. I think the program is trying to open a UNIX socket file and for some reason (the directory where the file should reside no longer exists or some permission problems) is failing. I was able to replicate you pro

Re: PDF to text?

2011-08-12 Thread j.e.aneiros
On Fri, Aug 12, 2011 at 11:10 AM, Bob Goodwin wrote: >I have a .pdf file I need to convert to text in order to use >Google translate on it. I tried copy/paste but it won't copy >from a .pdf. > >I don't care about format just need to translate with fair >accu

Re: kadischi post failed -- Reposted here -- iptables always started no matter what

2011-08-26 Thread j.e.aneiros
On Fri, Aug 26, 2011 at 5:14 PM, Phil Meyer wrote: > Please tolerate this post intended for the livecd-creator list. They > are bouncing me now days. Maybe its time I changed deodorant? I dunno ... > > I am desperate! > > --- > > livecd-tools-15.7-1.fc15.x86_64 > > Kickstarts all contain: > >

Re: Port Question

2011-08-29 Thread j.e.aneiros
On Sat, Aug 27, 2011 at 7:46 AM, Reindl Harald wrote: > man netstat > > netstat --numeric-hosts --numeric --notrim --programs -u -t -l > With --numeric (-n) the switch --numeric-hosts is a waste of typing :) --janeiros > Am 27.08.2011 12:42, schrieb Mike Dwiggins: > > Does there exist a comman

Re: Port Question

2011-08-29 Thread j.e.aneiros
On Mon, Aug 29, 2011 at 10:12 AM, Tom H wrote: > On Sun, Aug 28, 2011 at 3:07 AM, Mike Dwiggins > wrote: > > On 8/27/2011 11:59 PM, Tom H wrote: > >> > >> If I find the thread, I'll post a link; you might find it handy. > >> You'll just have to replace the "dpkg ..." statements with their "rpm >

Re: Putting Fedora in a SPARC machine

2011-08-30 Thread j.e.aneiros
On Tue, Aug 30, 2011 at 8:50 AM, Stephen Gallagher wrote: > On Tue, 2011-08-30 at 08:26 -0400, j.e.aneiros wrote: > > Hi, > > > > > > I'm gonna try to put Fedora in a SPARC machine (sun4v) and I wonder if > > someone in this list has already done th

Re: zip /gzip in bash

2011-08-30 Thread j.e.aneiros
Hi, gzip is a compressor, not an archiver as tar. zip is an archiver and compressor. So maybe you could use tar with the z option to compress? Best regards, --janeiros. On Tue, Aug 30, 2011 at 12:57 PM, xinyou yan wrote: > Hi every one , > > I was confuse to use gzip in shell. > You see be

Re: zip /gzip in bash

2011-08-31 Thread j.e.aneiros
tar.gz test1 test2 ? > tar: Cannot update compressed archives > Try `tar --help' or `tar --usage' for more information. > > However tar -cf > tar -rf can work fine. > > I am thinking find a way useing gzip to compress and tarthen and > need to

Re: Network Interface Question

2011-09-16 Thread j.e.aneiros
Could you check if the interface is enabled on booting? You could use something like grep ONBOOT /etc/sysconfig/network-scripts/ifcfg-eth[0-9] --janeiros On Fri, Sep 16, 2011 at 3:37 PM, Thomas Dineen wrote: > Gentle People: > > I have a Fedora 14 Desktop that I am quite happy with! > Gr

Re: IP address incorrectly assigned on boot

2012-02-03 Thread j.e.aneiros
On Fri, Feb 3, 2012 at 4:01 PM, Geoffrey Leach wrote: > A system on my local network (pvr) has its IP address in /etc/hosts > > geoff@pvr[1]->cat /etc/hosts > 127.0.0.1 localhost localhost.localdomain localhost4 > localhost4.localdomain4 > > 192.168.10.2pvr.mtranch.com pvr > 192.168.10.3

Re: prips rpm

2012-02-22 Thread j.e.aneiros
Hi, You could try to create your own RPM or compile and install from the source. On Wed, Feb 22, 2012 at 2:01 AM, Mihamina Rakotomandimby wrote: > Hi all, > > I have a shell script using prips on Debian: > http://packages.debian.org/**squeeze/prips > >