Re: Questions with rsync

2009-06-03 Thread GMS S
[ Here's my full-system rsync backup script. It goes to an external USB drive. #! /bin/sh cd /media/MyBookLX/sds-desk rm -fr backup.9 mv backup.8 backup.9 mv backup.7 backup.8 mv backup.6 backup.7 mv backup.5 backup.6 mv backup.4 backup.5 mv backup.3 backup.4 mv backup.2 backup.3 mv backup.1 back

Re: Grub problem.

2009-06-03 Thread g
Erik P. Olsen wrote: > I am currently running a Fedora 10 system, raid1 and 32 bit. I have build a > Fedora 11 preview system, this time 64 bit, on the disk from which I boot > F10. I have not been able to chainload F11 from F10's grub.conf. Is it at > all possible to do that or is there a conflict

Re: rsync to clone server A to server B concerns?

2009-06-03 Thread Paul Ward
That's what I was hoping for, I was going to ensure kudzu service is running before hand. As for the kernel I will have to check the version on server A against the install discs to ensure they are the same. Cheers for your reply 2009/6/4 Sam Varshavchik : > Paul Ward writes: > >> Hi, >> >> I w

Re: Questions with rsync

2009-06-03 Thread GMS S
Thank guys for your reply. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: rsync to clone server A to server B concerns?

2009-06-03 Thread Sam Varshavchik
Paul Ward writes: Hi, I want to clone server A to server B using rsync. If server A is RHEL3 on a hardware mirror and I have a newer server B that has new hardware and needs to be the same can I use rsync to copy the OS and installed oracle installation? Yes, as long as the partition layout

Re: Questions with rsync

2009-06-03 Thread Patrick O'Callaghan
On Wed, 2009-06-03 at 19:02 -0700, Gordon Messmer wrote: > On 06/03/2009 06:05 PM, Patrick O'Callaghan wrote: > > On Wed, 2009-06-03 at 10:05 -0430, Patrick O'Callaghan wrote: > >> On Wed, 2009-06-03 at 03:02 -0700, GMS S wrote: > >>> Will this command do the job for backup? > >>> > >>> rsync -vpa

rsync to clone server A to server B concerns?

2009-06-03 Thread Paul Ward
Hi, I want to clone server A to server B using rsync. If server A is RHEL3 on a hardware mirror and I have a newer server B that has new hardware and needs to be the same can I use rsync to copy the OS and installed oracle installation? My plan is to boot both servers up on a live cd, then copy

Re: Questions with rsync

2009-06-03 Thread Gordon Messmer
On 06/03/2009 06:05 PM, Patrick O'Callaghan wrote: On Wed, 2009-06-03 at 10:05 -0430, Patrick O'Callaghan wrote: On Wed, 2009-06-03 at 03:02 -0700, GMS S wrote: Will this command do the job for backup? rsync -vpa / /home/user/backup Er, isn't this recursive? What I meant to say was "isn't t

Re: Questions with rsync

2009-06-03 Thread Patrick O'Callaghan
On Wed, 2009-06-03 at 10:05 -0430, Patrick O'Callaghan wrote: > On Wed, 2009-06-03 at 03:02 -0700, GMS S wrote: > > Will this command do the job for backup? > > > > rsync -vpa / /home/user/backup > > Er, isn't this recursive? What I meant to say was "isn't this an infinite loop?" The entire file

Re: Questions with rsync

2009-06-03 Thread Steven Stern
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/03/2009 05:02 AM, GMS S wrote: > Will this command do the job for backup? > > rsync -vpa / /home/user/backup > > How would I exclude these files below: > > /lost+found > /media > /mnt > > and others which I do not need. > > And what is the c

Re: Questions with rsync

2009-06-03 Thread Mail Lists
On 06/03/2009 06:13 PM, Cameron Simpson wrote: > On 03Jun2009 11:00, Rick Stevens wrote: >> GMS S wrote: > I use an extra level of complexity on top of this approach: I hard link > the previous backup directory to the new date, then rsync to the new A simpler (and far superior) way is to use r

[SOLVED] Re: ibssl.so.7 ?!

2009-06-03 Thread Germán Racca
On Wed, 2009-06-03 at 16:52 -0300, Germán Racca wrote: > On Wed, 2009-06-03 at 16:45 -0300, Martín Marqués wrote: > > > Problem solved. enable rawhide repository: > > > > # yum update --enablerepo=rawhide kde\* > > > > -- > > Martín Marqués > > select 'martin.marques' || '@' || 'gmail.com' > >

Re: Questions with rsync

2009-06-03 Thread Cameron Simpson
On 03Jun2009 11:00, Rick Stevens wrote: > GMS S wrote: > I use this sort of thing with a 500GB USB drive (automounted at > "/media/500GB-Drive" by Gnome): > > #!/bin/bash > # Back up system to a specific directory given on the command > # line or a default based on today's date.

RE: Upgrade FC3 to FC10

2009-06-03 Thread Jussi Lehtola
Quoting "Moessbauer, David" : Thanks. Have come to conclusion that fresh install and a recompile of source material is the answer. .. unless you switch to CentOS 4, which is more reasonable simply on the ground that the support time is bigger than in Fedora (7 years compared to 1 year). [C

Grub problem.

2009-06-03 Thread Erik P. Olsen
I am currently running a Fedora 10 system, raid1 and 32 bit. I have build a Fedora 11 preview system, this time 64 bit, on the disk from which I boot F10. I have not been able to chainload F11 from F10's grub.conf. Is it at all possible to do that or is there a conflict between the 32 and 64 bit sy

RE: Upgrade FC3 to FC10

2009-06-03 Thread Moessbauer, David
Thanks. Have come to conclusion that fresh install and a recompile of source material is the answer. -Original Message- From: fedora-list-boun...@redhat.com [mailto:fedora-list-boun...@redhat.com] On Behalf Of Wolfgang S. Rupprecht Sent: Wednesday, June 03, 2009 4:07 PM To: fedora-list@r

Re: Upgrade FC3 to FC10

2009-06-03 Thread Wolfgang S. Rupprecht
g writes: > is it not possible to pull old version iso's from archives and burn dvd's > to step thru versions to current using 'upgrade' feature? Before the recent preupgrade from f10 to f11/rawhide I've never had an upgraded that worked well enough to use. Things might have seemed to work for

SOLVED:) Re: Fix /boot/grub/grub.conf to chainload Fedora 11 Preview?? and Fedora 9 with chainloader

2009-06-03 Thread Antonio Olivares
--- On Wed, 6/3/09, Mikkel L. Ellertson wrote: > From: Mikkel L. Ellertson > Subject: Re: Fix /boot/grub/grub.conf to chainload Fedora 11 Preview?? and > Fedora 9 with chainloader > To: "Community assistance, encouragement, and advice for using Fedora." > > Date: Wednesday, June 3, 2009, 8

Re: Skype under Fedora-10

2009-06-03 Thread Linux Media
Incidentally, is there any alternative to Skype that works under Linux and Windows XP? Until someone hacks the proprietary Skype system, and I haven't seen any notice that someone has, you're not going to see a non-Skype program that can connect to other Skype programs. Skype's a lousy idea,

Re: ibssl.so.7 ?!

2009-06-03 Thread Germán Racca
On Wed, 2009-06-03 at 16:45 -0300, Martín Marqués wrote: > Problem solved. enable rawhide repository: > > # yum update --enablerepo=rawhide kde\* > > -- > Martín Marqués > select 'martin.marques' || '@' || 'gmail.com' > DBA, Programador, Administrador But not for me. I have already done it. I

Re: environment variables

2009-06-03 Thread Mikkel L. Ellertson
Thufir wrote: > On Mon, 01 Jun 2009 09:43:31 -0500, Mikkel L. Ellertson wrote: > >> Thufir wrote: >>> Just curious about the best way to manage env var's. I edited /etc/ >>> profile which works fine, but what happens when a new version of java >>> gets installed? >>> >>> >> A better way is to add

Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
2009/6/3 Germán Racca : > On Wed, 2009-06-03 at 09:18 -0300, Martín Marqués wrote: >> 2009/6/2 Germán Racca : >> > >> > Hello Martín, thanks for your answer. >> > >> > Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is >> > looking for libssl.so.7 and libcrypto.so.7, I decided to

Re: Upgrade FC3 to FC10

2009-06-03 Thread g
Frank Murphy (Frankly3d) wrote: >> if a user has software from non red hat/fedora vendor, > > That unfortunately is what cannot be guaranteed to work. it would not be guaranteed to work if it depended on libs, etc, from fedora. but, it 3rd party software had it's own lib, etc, and used 'standar

Re: ibssl.so.7 ?!

2009-06-03 Thread Germán Racca
On Wed, 2009-06-03 at 09:18 -0300, Martín Marqués wrote: > 2009/6/2 Germán Racca : > > > > Hello Martín, thanks for your answer. > > > > Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is > > looking for libssl.so.7 and libcrypto.so.7, I decided to create the > > symbolic links th

Re: Upgrade FC3 to FC10

2009-06-03 Thread Frank Murphy (Frankly3d)
g wrote: Wolfgang S. Rupprecht wrote: if a user has software from non red hat/fedora vendor, That unfortunately is what cannot be guaranteed to work. They may\should possible have a support contract with said vendors. The ideal is to wipe and upgrade in this instance. Frank -- msn: fran

Re: environment variables

2009-06-03 Thread Thufir
On Mon, 01 Jun 2009 09:43:31 -0500, Mikkel L. Ellertson wrote: > Thufir wrote: >> Just curious about the best way to manage env var's. I edited /etc/ >> profile which works fine, but what happens when a new version of java >> gets installed? >> >> > A better way is to add files to /etc/profile.

Re: Are you using LXDE?

2009-06-03 Thread kira . laucas
On Wed, Jun 03, 2009 at 09:27:27AM +0100, Sharpe, Sam J wrote: > 2009/6/3 : > > On Tue, Jun 02, 2009 at 08:27:09PM -0400, John Aldrich wrote: > >> I don't HAVE an xorg.conf. How does one configure Fedora 10 to use the > >> nouveau driver if one does not have an xorg.conf? I know that the "old" way

Re: Upgrade FC3 to FC10

2009-06-03 Thread g
Wolfgang S. Rupprecht wrote: > All joking aside, I don't see how you can avoid reinstalling your > proprietary stuff under a more recent OS. in all seriousness, i have wondered about this problem of upgrading from an out of support version and have to ask, is it not possible to pull old version

Re: Blocking an IP for one user

2009-06-03 Thread Robin Laing
Nifty Fedora Mitch wrote: On Sat, May 30, 2009 at 05:53:19PM +0100, Paul wrote: Hi, My son is getting to that "funny" age whereby I need to keep certain sites away from him. Is there any way that I can block an IP address or certain keywords from his user settings so that it doesn't matter whi

Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
El día 3 de junio de 2009 9:18, Martín Marqués escribió: > > As Jussi said, this is bad thing to do. If at any time the kde > applications need to use some specific thing that is in libssl.so.7 > and not in libssl.so.8, you'll be doomed. OK, finished preupgrade and now I want to upgrade the siste

Re: No icons or panels in Desktop, just wallpaper

2009-06-03 Thread Anne Wilson
On Wednesday 03 June 2009 19:18:07 Shannon McMackin wrote: > On 06/03/2009 11:15 AM, ashin george wrote: > > I'm a beginner and had got a Fedora core 7 in my Laptop., It worked fine > > in the first days. But now on logging in to the desktop there is no > > Panels or Icons in the desktop. Just the

Re: Two monitors, modelines, xorg.conf, and all that...

2009-06-03 Thread Shannon McMackin
On 06/03/2009 03:34 AM, Marko Vojinovic wrote: I have a laptop whose widescreen LVDS reports these modelines (correctly, afaik): (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 104

Re: Are you using LXDE?

2009-06-03 Thread John Aldrich
On Wednesday 03 June 2009, kira.lau...@gmail.com wrote: > > sudo yum install system-config-display and then run > system-config-display. it will create a new xorg.conf file. or you can > just run nvidia-xconfig if you have kmod package. > Thanks. That did it. Right now I'm logged in from remote on

Re: No icons or panels in Desktop, just wallpaper

2009-06-03 Thread Shannon McMackin
On 06/03/2009 11:15 AM, ashin george wrote: I'm a beginner and had got a Fedora core 7 in my Laptop., It worked fine in the first days. But now on logging in to the desktop there is no Panels or Icons in the desktop. Just the Wallpaper. The cursor appears and it can be moved. I can't do anything.

Re: F11 - X forwarding display problem

2009-06-03 Thread Gordon Messmer
On 05/31/2009 08:06 PM, John wrote: xorg-x11-xauth was already installed. I created a new user and tried to login. Here is the output: [j...@lt-02 ~]$ ssh -X t...@lt-01 t...@lt-01's password: /usr/bin/xauth: creating new authority file /home/tom/.Xauthority [...@lt-01 ~]$ gedit (

Re: WUSB54G firmware

2009-06-03 Thread Wolfgang S. Rupprecht
Bill Davidsen writes: > Kevin Kofler wrote: >> Bill Davidsen wrote: >>> Jim, mine uses something called rt73.bin and I have no idea how it got in >>> /lib/firmware... But that's what it appears to use. >> >> rt73 is a Ralink firmware, it has nothing to do with the OP's Prism WLAN. >> It comes fro

Re: Grub doesn't recognize hdd in F11 x86_64

2009-06-03 Thread Marcin Wołyniak
Dnia Wolfgang S. Rupprecht 03.06.2009 19:08 napisał(a): > > > > Might it be this problem? Do you have more than one disk in the system? > > > > https://www.redhat.com/archives/fedora-test-list/2009-May/msg01392.html > > > > You might just need to do a "grub-install". > > > > -wolfgang Unfortu

Re: update to F11 with yum

2009-06-03 Thread Craig White
On Wed, 2009-06-03 at 11:51 -0500, Michael Cronenworth wrote: > Alan Evans wrote: > > > > How do you do that? > > > > I have a small number of 32-bit packages on my desktop. If I try to > > remove, for example, glibc.i686, then it tries to take > > basesystem.noarch with it as a dependency! > >

Re: Questions with rsync

2009-06-03 Thread Rick Stevens
GMS S wrote: [ I would pretty much recommend that you specifically omit /dev and /proc too. Save the filter to a text file and make it look something like this (I like the first one but you might not). + and - symbols should be obvious. - ~* - /lost+found/ + **/home/user/backup rsync -vpa --fi

Re: Skype under Fedora-10

2009-06-03 Thread Rick Stevens
Tim wrote: On Mon, 2009-06-01 at 15:23 +0100, Timothy Murphy wrote: Incidentally, is there any alternative to Skype that works under Linux and Windows XP? Until someone hacks the proprietary Skype system, and I haven't seen any notice that someone has, you're not going to see a non-Skype progr

Re: Are you using LXDE?

2009-06-03 Thread Andras Simon
On 6/3/09, Kevin Kofler wrote: > Andras Simon wrote: >> Have you filed bug reports for your problems with nvida? They can't >> fix them if they don't know about them. [...] > Plenty of users have filed "KDE bugs" with us which turned out to be NVidia > proprietary driver bugs. (Of course we told

Re: Questions with rsync

2009-06-03 Thread Wolfgang S. Rupprecht
GMS S writes: > Will this command do the job for backup? > > rsync -vpa / /home/user/backup > > How would I exclude these files below: > > /lost+found > /media > /mnt It is always a good idea to throw in an "-x" to these programs and then list the filesystems you want to backup explicitly. -wol

Re: Upgrade FC3 to FC10

2009-06-03 Thread Wolfgang S. Rupprecht
"Moessbauer, David" writes: > Have an old system that requires upgrade from existing FC3 configuration > to FC10 for security concerns.  Upgrade vice fresh install is necessary to > maintain existing proprietary application loads. >   > When attempt to utilize FC10 upgrade DVD it can not find a

Re: Two monitors, modelines, xorg.conf, and all that...

2009-06-03 Thread Wolfgang S. Rupprecht
Marko Vojinovic writes: > When I plug in the VGA, X chooses the highest common resolution, which > happens to be 1024x768. I can only ponder as to why a 22" VGA monitor > does not want to do 1280x800, but that's not the question. What I > would like to have is the following setup: Under f11 this

samba client

2009-06-03 Thread Adel ESSAFI
Hi list I want to ask what are the available client for samba on fedora. I know that kde and gnome integrate samba in the GUI. do you know any other clients Thanks in advance Regards -- http://ilovefedora.blogspot.com/ -- PhD candidate in Computer Science Address BP 108, Bureau de poste

Re: Grub doesn't recognize hdd in F11 x86_64

2009-06-03 Thread Wolfgang S. Rupprecht
marcin_wolyniak writes: > I have problem booting F11 x86_64 (Preview and snapshot from May 28th > - > aka rc ) after installation. Used hardware is HP Pavilion dv5-1150ew. > After smooth installation (both from LiveCD and DVD release) and > reboot > it stops at grub console. Issuing command root

Re: F10 stuck at grub -

2009-06-03 Thread Bob Goodwin
Smith, Herb wrote: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/releases/10/Fedora/i 386/os/images/ Yes I found a site with the boot.iso stuff and put it on a cd. Even then I had problems and finally decided to remove the hard drives and replace them with one larger dr

Re: update to F11 with yum

2009-06-03 Thread Alan Evans
On Wed, Jun 3, 2009 at 9:51 AM, Michael Cronenworth wrote: > Alan Evans wrote: >> >> How do you do that? >> >> I have a small number of 32-bit packages on my desktop. If I try to >> remove, for example, glibc.i686, then it tries to take >> basesystem.noarch with it as a dependency! >> > > rpm -e gl

Re: update to F11 with yum

2009-06-03 Thread Michael Cronenworth
Alan Evans wrote: > > How do you do that? > > I have a small number of 32-bit packages on my desktop. If I try to > remove, for example, glibc.i686, then it tries to take > basesystem.noarch with it as a dependency! > rpm -e glibc.i686 --nodeps (use with care...) -- fedora-list mailing list f

Re: update to F11 with yum

2009-06-03 Thread Alan Evans
On Tue, Jun 2, 2009 at 9:25 PM, Sharpe, Sam J wrote: > I bet he is, because I do just that: > > [...@samlap ~]$ rpm -qa | egrep "\.i.86" > [...@samlap ~]$ > > I have exactly zero x86 packages installed on my system... How do you do that? I have a small number of 32-bit packages on my desktop. If

Re: preupgrade or anaconda error

2009-06-03 Thread Martín Marqués
El día 3 de junio de 2009 11:28, Martín Marqués escribió: > El día 2 de junio de 2009 19:16, Martín Marqués > escribió: >> >> Got a wired connection and this is what bugzilla got: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=503830 > > Got passed this. All packages got upgraded. > > The prob

RE: Upgrade FC3 to FC10

2009-06-03 Thread M A Young
On Wed, 3 Jun 2009, Moessbauer, David wrote: Yes, we need applications to work in new OS too. Would CentOS4 address following security concerns: 1. Disable Executive Stack - IE: kernel must support NX feature 2. Linux Kernel Remote Denial of Service Vulnerability that affects kernels prior to 2

Re: Upgrade FC3 to FC10

2009-06-03 Thread Alan Cox
On Wed, 3 Jun 2009 11:31:35 -0400 "Moessbauer, David" wrote: > Yes, we need applications to work in new OS too. > > Would CentOS4 address following security concerns: > 1. Disable Executive Stack - IE: kernel must support NX feature Centos has it if I remember (assuming your CPU supports PAE an

RE: F10 stuck at grub -

2009-06-03 Thread Smith, Herb
http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/releases/10/Fedora/i 386/os/images/ > -Original Message- > From: Bob Goodwin [mailto:bobgood...@wildblue.net] > Sent: Tuesday, June 02, 2009 6:31 PM > To: Community assistance, encouragement,and advice for using Fedora. > Subject: Re:

RE: Upgrade FC3 to FC10

2009-06-03 Thread Jussi Lehtola
On Wed, 2009-06-03 at 11:31 -0400, Moessbauer, David wrote: > Yes, we need applications to work in new OS too. > > Would CentOS4 address following security concerns: > 1. Disable Executive Stack - IE: kernel must support NX feature > 2. Linux Kernel Remote Denial of Service Vulnerability that affe

RE: Upgrade FC3 to FC10

2009-06-03 Thread Moessbauer, David
Yes, we need applications to work in new OS too. Would CentOS4 address following security concerns: 1. Disable Executive Stack - IE: kernel must support NX feature 2. Linux Kernel Remote Denial of Service Vulnerability that affects kernels prior to 2.6.27.5 -Original Message- From: fedora

Re: Are you using LXDE?

2009-06-03 Thread Bill Davidsen
Tim wrote: On Tue, 2009-06-02 at 20:27 -0400, John Aldrich wrote: How does one configure Fedora 10 to use the nouveau driver if one does not have an xorg.conf? I know that the "old" way used to be to hand-edit the xorg.conf, but since that doesn't exist any more, I'm at a loss for how to fix thi

Re: Netbooks

2009-06-03 Thread Jim
On 06/02/2009 10:38 PM, Michael Leung wrote: Yes, that is the better to use the OS from the vendor. As far as I know, eee PC linux is customized . On Sun, May 31, 2009 at 4:18 AM, Wolfgang S. Rupprecht > wrote: Ralf Corsepius mailto:rc040

Re: No icons or panels in Desktop, just wallpaper

2009-06-03 Thread Frank Murphy (Frankly3d)
ashin george wrote: I'm a beginner and had got a Fedora core 7 in my Laptop., It worked fine in the first days. But now on logging in to the desktop there is no Panels or Icons in the desktop. Just the Wallpaper. The cursor appears and it can be moved. I can't do anything., I just restarted. Do

No icons or panels in Desktop, just wallpaper

2009-06-03 Thread ashin george
I'm a beginner and had got a Fedora core 7 in my Laptop., It worked fine in the first days. But now on logging in to the desktop there is no Panels or Icons in the desktop. Just the Wallpaper. The cursor appears and it can be moved. I can't do anything., I just restarted. Done it many times but sam

Re: Fix /boot/grub/grub.conf to chainload Fedora 11 Preview?? and Fedora 9 with chainloader

2009-06-03 Thread Mikkel L. Ellertson
Antonio Olivares wrote: > Dear fellow Fedoreans, > > I have a machine which Windows, and Fedora 9 have coexisted happily since > Fedora 9 was released. I shrunk the Windows Partition a bit more and setup > an empty place where I installed Fedora 11 Preview(to update it to current > Fedora 11 p

Re: WUSB54G firmware

2009-06-03 Thread Bill Davidsen
Kevin Kofler wrote: Bill Davidsen wrote: Jim, mine uses something called rt73.bin and I have no idea how it got in /lib/firmware... But that's what it appears to use. rt73 is a Ralink firmware, it has nothing to do with the OP's Prism WLAN. It comes from the rt73usb-firmware package. Let me s

Re: Questions with rsync

2009-06-03 Thread Kevin Kempter
On Wednesday 03 June 2009 08:35:50 Patrick O'Callaghan wrote: > On Wed, 2009-06-03 at 03:02 -0700, GMS S wrote: > > Will this command do the job for backup? > > > > rsync -vpa / /home/user/backup > > Er, isn't this recursive? > > poc I didn't really like the behavior of the filter functionality in

Re: Questions with rsync

2009-06-03 Thread Patrick O'Callaghan
On Wed, 2009-06-03 at 03:02 -0700, GMS S wrote: > Will this command do the job for backup? > > rsync -vpa / /home/user/backup Er, isn't this recursive? poc -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://

Re: preupgrade or anaconda error

2009-06-03 Thread Martín Marqués
El día 2 de junio de 2009 19:16, Martín Marqués escribió: > > Got a wired connection and this is what bugzilla got: > > https://bugzilla.redhat.com/show_bug.cgi?id=503830 Got passed this. All packages got upgraded. The problem is that it's at the "Finishing upgrade process." the last 40 minutes.

Re: Joining wireless and wired networks

2009-06-03 Thread Mikkel L. Ellertson
James Allsopp wrote: > Hi, > I've a computer at home I'm using for a network gateway, which has two > ethernet cards and a wireless card. One of the ethernet cards connects > to the outside world and the wireless side of the network connects to > the internet using iptables to provide NAT and forwa

postgresql f10 hangs on shutdown

2009-06-03 Thread Michael Cronenworth
PostgreSQL hangs on shutdown causing me to have to hit the hardware reset switch. Has anyone dealt with this issue? This has been occuring to me for a long time, but since I cannot find much evidence as to why it happens I haven't created a bug report. Evidence so far: -Before shutdown I can manua

Re: GPRS in Fedora 10

2009-06-03 Thread Adeel Akbar
Hi Thanks for your support. I have Sony Ericson K320i with original data cable. Thanks & Regards Adeel Akbar - Original Message - From: "Mustafa Qasim" To: "Community assistance, encouragement, and advice for using Fedora." Sent: Wednesday, June 3, 2009 3:01:04 PM GMT +05:00 T

Re: Questions with rsync

2009-06-03 Thread Andras Simon
On 6/3/09, GMS S wrote: > > Will this command do the job for backup? > > rsync -vpa / /home/user/backup > > How would I exclude these files below: > > /lost+found > /media > /mnt > > and others which I do not need. > > And what is the compression lever by rsync (using -a option)? Not an answer to

Re: Questions with rsync

2009-06-03 Thread GMS S
[ I would pretty much recommend that you specifically omit /dev and /proc too. Save the filter to a text file and make it look something like this (I like the first one but you might not). + and - symbols should be obvious. - ~* - /lost+found/ + **/home/user/backup rsync -vpa --filter='. /path/

Re: Upgrade FC3 to FC10

2009-06-03 Thread Jussi Lehtola
On Wed, 2009-06-03 at 09:10 -0400, Moessbauer, David wrote: > Have an old system that requires upgrade from existing FC3 > configuration to FC10 for security concerns. Upgrade vice fresh > install is necessary to maintain existing proprietary application > loads. You have proprietary software ins

Upgrade FC3 to FC10

2009-06-03 Thread Moessbauer, David
Have an old system that requires upgrade from existing FC3 configuration to FC10 for security concerns. Upgrade vice fresh install is necessary to maintain existing proprietary application loads. When attempt to utilize FC10 upgrade DVD it can not find a Linux load on HDD, though it is there. A

Re: Questions with rsync

2009-06-03 Thread Craig White
On Wed, 2009-06-03 at 03:02 -0700, GMS S wrote: > Will this command do the job for backup? > > rsync -vpa / /home/user/backup > > How would I exclude these files below: > > /lost+found > /media > /mnt > > and others which I do not need. > > And what is the compression lever by rsync (using -a

Re: Questions with rsync

2009-06-03 Thread L
On Wed, Jun 3, 2009 at 8:02 PM, GMS S wrote: > > Will this command do the job for backup? > > rsync -vpa / /home/user/backup > > How would I exclude these files below: > > /lost+found > /media > /mnt > if you man rsync , you can see two options for you: --exclude=PATTERN exclu

Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
2009/6/2 Germán Racca : > > Hello Martín, thanks for your answer. > > Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is > looking for libssl.so.7 and libcrypto.so.7, I decided to create the > symbolic links that KDE is looking for. I have the following: > > /usr/lib/libssl.so.8:

Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
2009/6/3 Jussi Lehtola : > On Tue, 2009-06-02 at 22:10 -0300, Germán Racca wrote: >> On Tue, 2009-06-02 at 21:53 -0300, Martín Marqués wrote: >> > Germán, the problem is that preupgrade leaves out a bunch of kde apps: >> > >> > Checking for new repos for mirrors >> >  * preupgrade: fedora.c3sl.ufpr

Joining wireless and wired networks

2009-06-03 Thread James Allsopp
Hi, I've a computer at home I'm using for a network gateway, which has two ethernet cards and a wireless card. One of the ethernet cards connects to the outside world and the wireless side of the network connects to the internet using iptables to provide NAT and forward the packets over. The system

I don't have colors in Midnight commander editor

2009-06-03 Thread Mark Ryden
Hello, I have fedora release 9 . I installed mc (midnight commander) by "yum install mc". When I open xml files or "c" source files or java with mc editor (by pressing F4) I don't see any colors. (I mean colors of some keywords , like "int" (for c source file), lines starting with "<" or "<--"

Grub doesn't recognize hdd in F11 x86_64

2009-06-03 Thread marcin_wolyniak
Hello, I have problem booting F11 x86_64 (Preview and snapshot from May 28th - aka rc ) after installation. Used hardware is HP Pavilion dv5-1150ew. After smooth installation (both from LiveCD and DVD release) and reboot it stops at grub console. Issuing command root (hd , geometry (hdx) where x=0

Questions with rsync

2009-06-03 Thread GMS S
Will this command do the job for backup? rsync -vpa / /home/user/backup How would I exclude these files below: /lost+found /media /mnt and others which I do not need. And what is the compression lever by rsync (using -a option)? -- fedora-list mailing list fedora-list@redhat.com To

Re: GPRS in Fedora 10

2009-06-03 Thread Mustafa Qasim
On Tue, Jun 2, 2009 at 3:56 PM, Adeel Akbar wrote: > Hi I want to run internet through GPRS service. Can anyone advice how we > create dial up connection in Fedora 10 to connect with internet. > > Thanks & Regards > > Adeel Akbar > > > -- > fedora-list mailing list > fedora-list@redhat.com > To

Re: ibssl.so.7 ?!

2009-06-03 Thread Jussi Lehtola
On Tue, 2009-06-02 at 22:10 -0300, Germán Racca wrote: > On Tue, 2009-06-02 at 21:53 -0300, Martín Marqués wrote: > > Germán, the problem is that preupgrade leaves out a bunch of kde apps: > > > > Checking for new repos for mirrors > > * preupgrade: fedora.c3sl.ufpr.br > > 6:kdelibs-4.2.3-2.fc10.

Re: Are you using LXDE?

2009-06-03 Thread Sharpe, Sam J
2009/6/3 : > On Tue, Jun 02, 2009 at 08:27:09PM -0400, John Aldrich wrote: >> I don't HAVE an xorg.conf. How does one configure Fedora 10 to use the >> nouveau driver if one does not have an xorg.conf? I know that the "old" way >> used to be to hand-edit the xorg.conf, but since that doesn't exist

Two monitors, modelines, xorg.conf, and all that...

2009-06-03 Thread Marko Vojinovic
I have a laptop whose widescreen LVDS reports these modelines (correctly, afaik): (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 k

Re: Are you using LXDE?

2009-06-03 Thread kira . laucas
On Tue, Jun 02, 2009 at 08:27:09PM -0400, John Aldrich wrote: > I don't HAVE an xorg.conf. How does one configure Fedora 10 to use the > nouveau driver if one does not have an xorg.conf? I know that the "old" way > used to be to hand-edit the xorg.conf, but since that doesn't exist any > more, I