Re: Fedora 14 Isolinux hangs CD install

2011-02-20 Thread Martin Taylor
>> >> By the way I am trying to install the x86_64 version. >> Installing on a Supermicro X6DH8-XG2 motherboard based system with the >> latest 2.0c BIOS installed. >> >> Martin >> > Can you run the i386 version? > > James McKenzie > I haven't tried it. I assume i386 is just the 32 bit versi

Re: Trouble Installing Fedora 14 on VMware 7.1.3

2011-02-20 Thread Athmane Madjoudj
On 02/20/2011 08:08 PM, David Lehman wrote: > On Tue, 2011-02-15 at 06:12 -0700, Chris Kottaridis wrote: >> I have VMWorkstation 7.1.3 installed on my Windows 7 box and a Fedora >> Core 14 box. When I try to create a VM machine and install Fedora 14 >> X86_64 I get the following error: >> >>> The f

Re: encrypted partition configuration on kickstart

2011-02-20 Thread dabicho
On Sun, Feb 20, 2011 at 4:30 PM, David Lehman wrote: > On Wed, 2011-02-16 at 18:55 -0600, dabicho wrote: > > Of course. Once you have created your devices using parted, pvcreate, > lvcreate, and/or mdadm you can encrypt them using cryptsetup. In F14 you > must make sure to deactivate/close all of

allow single IP to access to everything from squid ( not restricted manner )

2011-02-20 Thread Jatin K
Dear All We've squid running on RHEL 5 , we have blocked some sites through the squid which is not allowed in our organization. Now situation is like that ... one of our boss needed to access the sites which are in block list. is it possible to allow single ip address to access the internet w

Re: Qn about rsnapshot/rsync directory filter rules

2011-02-20 Thread Patrick O'Callaghan
On Sun, 2011-02-20 at 16:49 -0800, suvayu ali wrote: > Hi Patrick, > > On Sun, Feb 20, 2011 at 5:32 AM, Patrick O'Callaghan > wrote: > > On Sun, 2011-02-20 at 01:20 -0800, Suvayu Ali wrote: > >> I wish to understand the filter so that I can build the entire rule > >> set > >> in layers. Something

Re: Fedora 14 Isolinux hangs CD install

2011-02-20 Thread James McKenzie
On 2/20/11 2:37 PM, Martin Taylor wrote: > > By the way I am trying to install the x86_64 version. > Installing on a Supermicro X6DH8-XG2 motherboard based system with the > latest 2.0c BIOS installed. > > Martin > Can you run the i386 version? James McKenzie -- users mailing list users@lists.f

Re: Qn about rsnapshot/rsync directory filter rules

2011-02-20 Thread suvayu ali
Hi Patrick, On Sun, Feb 20, 2011 at 5:32 AM, Patrick O'Callaghan wrote: > On Sun, 2011-02-20 at 01:20 -0800, Suvayu Ali wrote: >> I wish to understand the filter so that I can build the entire rule >> set >> in layers. Something like this, >> >> 1. ignore all files >> 2. add backup_root/dir1 >> 3

Apache virtual host and php_value advise

2011-02-20 Thread Gregory Machin
Hi. I want to set the path for the directory that php uses "$_ENV['TMP']" in my Apache configuration for a particular Virtual host. I have used php_value to set a number of settings but I can't set the one for the tmp dir what is the correct option to use. My current config :

Re: F14 and grub

2011-02-20 Thread Petrus de Calguarium
Petrus de Calguarium wrote: > bfo.org Sorry, that should be bfo.iso from boot.fedoraproject.org. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/M

USB mounting help

2011-02-20 Thread Geoffrey Leach
My digital camera mounted automatically on F13. Now, under F14, no luck. geoff@mtranch[54]->dmesg|tail [115634.804873] usb 3-2: Product: KODAK EasyShare CX7300 Digital Camera [115634.804878] usb 3-2: Manufacturer: Eastman Kodak Company [115634.804882] usb 3-2: SerialNumber: ÿ [115689

Re: F14 and grub

2011-02-20 Thread Petrus de Calguarium
Christian Langer wrote: > Any suggestions? Try: sudo chown root:root splash.xpm.gz Also, run, for selinux' sake: sudo restorecon -v '/boot/grub/splash.xpm.gz' Since you cannot boot, you will need to do after booting from a rescue disk. bfo.org or boot.iso should work, or, I believe, the orig

Re: Running ssh on unreserved ports

2011-02-20 Thread Patrick Kobly
On 2011-02-20, at 9:05 AM, "Alex" wrote: > Hi, > >>> Fail2ban is easy to set up, and I've seen it stop attempts here. > > Everything helps, but this is one that I wouldn't really rely on, in > case the log file format for ssh changed in some way, or the script > died and it wasn't noticed. F

Re: Fedora 14 Isolinux hangs CD install

2011-02-20 Thread Martin Taylor
By the way I am trying to install the x86_64 version. Installing on a Supermicro X6DH8-XG2 motherboard based system with the latest 2.0c BIOS installed. Martin -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/

Re: yum erase the best way to do reverse dependency checking?

2011-02-20 Thread Bruno Wolff III
On Sun, Feb 20, 2011 at 12:04:51 -0600, Richard Shaw wrote: > I was googling for a way to figure out a dependency chain for a > package I'm trying to flush out a spec file for and build. There > doesn't seem to be a non-destructive equivalent to "yum erase > " to see if I need to explicitly incl

Fedora 14 Isolinux hangs CD install

2011-02-20 Thread Martin Taylor
Hi, I am trying to install Fedora 14 from a CD install set. When I boot from the CD (Netinst or standard disk 1) I get to the point where I receive the output as below on a single line at the top of the screen and then it hangs. ISOLINUX 4.02 2010-07-21 ETCD Copyright (C) 1994-2010 H. Peter

F14 and grub

2011-02-20 Thread Christian Langer
I was altering my /boot/grub/ folder on F14 on my hard drive. To do this I was using the F14 live dvd. (I was booting from my dvd drive for no particular reason).I was trying to create another splash.xpm.gz, other than to try something different). file, in /boot/grub/ (on the HD) which I did follow

Re: yum erase the best way to do reverse dependency checking?

2011-02-20 Thread Robert Nichols
On 02/20/2011 12:04 PM, Richard Shaw wrote: > I was googling for a way to figure out a dependency chain for a > package I'm trying to flush out a spec file for and build. There > doesn't seem to be a non-destructive equivalent to "yum erase > " to see if I need to explicitly include a package/progr

Re: Trouble Installing Fedora 14 on VMware 7.1.3

2011-02-20 Thread David Lehman
On Tue, 2011-02-15 at 06:12 -0700, Chris Kottaridis wrote: > I have VMWorkstation 7.1.3 installed on my Windows 7 box and a Fedora > Core 14 box. When I try to create a VM machine and install Fedora 14 > X86_64 I get the following error: > > >The following problem occurred on line 65 of kickstart

Re: No need for AV tools on Linux, eh?

2011-02-20 Thread les
On Fri, 2011-02-18 at 19:01 -0700, James McKenzie wrote: > On 2/18/11 4:00 PM, Joe Zeff wrote: > > On 02/18/2011 02:44 PM, Ian Malone wrote: > >> Used properly, yes you've avoided buffer overruns, used badly no. > >> strncpy(dest,src,strlen(src)+1) > >> Ridiculous? Yes. Never used in practice? I'd

yum erase the best way to do reverse dependency checking?

2011-02-20 Thread Richard Shaw
I was googling for a way to figure out a dependency chain for a package I'm trying to flush out a spec file for and build. There doesn't seem to be a non-destructive equivalent to "yum erase " to see if I need to explicitly include a package/program. Anyone have a solution they like? Thanks, Rich

Re: encrypted partition configuration on kickstart

2011-02-20 Thread David Lehman
On Wed, 2011-02-16 at 18:55 -0600, dabicho wrote: > Hello. > I am having troubles understanding how encrypted partitions are > supposed to work and how to get my dessired effect ON Fedora 14 > > I am writing a kickstart por an automated installation. > I wrote the following for the partitions: >

Re: Running ssh on unreserved ports

2011-02-20 Thread Genes MailLists
On 02/20/2011 11:00 AM, Alex wrote: > Hi, > >>> I'd like to move it to a higher port to avoid the normal doorknob >>> rattling that occurs with ssh running on a public server. >> >> Does this work for you (assumign 1234 is what you want to listen on) >> semanage port -a -t ssh_port_t -p tcp 1234

Re: F14 install problems on Acer Aspire One D255

2011-02-20 Thread Andy Campbell
On Sat, 19 Feb 2011 09:24:44 +, Andy Campbell wrote: > Has anyone been able in install F14 on an Acer Aspire One D255 (Netbook > Atom N550) ? I F14 got installed by installing F13 from a live USB stick then upgrading, I'll test the F15 pre-releases, and log a bug if its a problem - there mus

Re: Running ssh on unreserved ports

2011-02-20 Thread Genes MailLists
On 02/20/2011 11:05 AM, Alex wrote: > > I also recently found this: > > # Google Authenticator > http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=1066447 > > This is apparently some application that somehow integrates with your > phone to authenticate you with ssh? Anyone have

Re: Running ssh on unreserved ports

2011-02-20 Thread Alex
Hi, >> Fail2ban is easy to set up, and I've seen it stop attempts here. Everything helps, but this is one that I wouldn't really rely on, in case the log file format for ssh changed in some way, or the script died and it wasn't noticed. > I am paranoid about ssh and welcome suggestions that incr

Re: Running ssh on unreserved ports

2011-02-20 Thread Alex
Hi, >> I'd like to move it to a higher port to avoid the normal doorknob >> rattling that occurs with ssh running on a public server. > >  Does this work for you (assumign 1234 is what you want to listen on) > semanage port -a -t ssh_port_t -p tcp 1234 This worked great, thanks. Alex -- users m

Re: Qn about rsnapshot/rsync directory filter rules

2011-02-20 Thread Suvayu Ali
Hi Patrick, Thanks for your response. On Fri, 18 Feb 2011 21:05:38 -0430 Patrick O'Callaghan wrote: > On Fri, 2011-02-18 at 14:11 -0800, suvayu ali wrote: > > > In other words I wanted to rsnapshot to backup _only_ the > > directories/files explicitly specified and skip everythign else. > > >