Re: What the packages needed to install tomcat5 core using yum?

2011-05-10 Thread Rahul Sundaram
On 05/10/2011 07:17 AM, Varuna Seneviratna wrote: > What the packages needed to install tomcat5 core using yum Use yum deplist to find out Rahul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/use

Re: Fedora14 is filling up my HDD without a reason

2011-05-10 Thread Joel Rees
(Not to be a spelling nazi, but, ...) On Tue, May 10, 2011 at 8:52 AM, Patrick O'Callaghan wrote: > [...] > Since you (wisely) use yum for package installation/removal, you > shouldn't touch /var or /user directly but check which package owns it /usr > and consider removing the package, e.g. >

wvdial does not disconnect after ctrl-c

2011-05-10 Thread Ranjan Maitra
Hi, I have been using wvdial (briefly) and I have a strange outcome when I disconnect. This happens about 90% of the time. About 10% of the time, it exits cleanly and everything is fine, but my question pertains to the other 90%. So, I hit ctrl-c and get the following ^CCaught signal 2: Attempt

qdbus QStringList

2011-05-10 Thread Dj YB
Hello, I am trying to write a bash script using qdbus but cant figure out how to send a QStringList tried the following: "1" "2" "1","2" "1";"2" ("1","2") (1,2) "1" "2" 1 2 none of the above worked. I am sure I have already asked that before but I could not find the thread. thanks in advan

Re: Fedora14 is filling up my HDD without a reason

2011-05-10 Thread Tim
Patrick O'Callaghan: >> You already did that using "yum clean all". Note that "yum clean >> packages" would probably have freed almost as much space without >> removing yum metadata, which is why I suggested it earlier. Joel Rees: > Good point. > > I personally like to avoid stale metadata, so I

Re: [389-users] MMR issue, when deleting the replica setup.

2011-05-10 Thread Reinhard Nappert
Rick, it seems that the issue does not exist in 1.2.8.2. I just compiled and installed it. If 1.2.8.2 is stable, I won't bother open a bug for it.. -Reinhard From: Rich Megginson [mailto:rmegg...@redhat.com] Sent: Monday, May 09, 2011 9:37 PM To: General di

Re: qdbus QStringList

2011-05-10 Thread Rex Dieter
Dj YB wrote: > Hello, > > I am trying to write a bash script using qdbus but cant figure out how to > send a QStringList > > tried the following: > > "1" "2" > > "1","2" > "1";"2" > ("1","2") > (1,2) > > "1" > "2" > > 1 > 2 > > none of the above worked. > I am sure I have already asked that

Re: Fedora14 is filling up my HDD without a reason

2011-05-10 Thread Richard Shaw
On Tue, May 10, 2011 at 8:59 AM, Joel Rees wrote: >> You already did that using "yum clean all". Note that "yum clean >> packages" would probably have freed almost as much space without >> removing yum metadata, which is why I suggested it earlier. > > Good point. > > I personally like to avoid st

Re: [389-users] MMR issue, when deleting the replica setup.

2011-05-10 Thread Rich Megginson
On 05/10/2011 08:34 AM, Reinhard Nappert wrote: Rick, it seems that the issue does not exist in 1.2.8.2. I just compiled and installed it. If 1.2.8.2 is stable, I won't bother open a bug for it.. Ok, thanks for confirming. 1.2.8.3 is in Testing now - I'm going to push that to Stable in th

Re: wvdial does not disconnect after ctrl-c

2011-05-10 Thread James McKenzie
On Tue, May 10, 2011 at 7:00 AM, Ranjan Maitra wrote: > Hi, > > I have been using wvdial (briefly) and I have a strange outcome when I > disconnect. This happens about 90% of the time. About 10% of the time, > it exits cleanly and everything is fine, but my question pertains to > the other 90%. >

wallpaper sync for workspaces?

2011-05-10 Thread BeartoothHOS
Till very recently, I've always used a single desktop background, varying from PC to PC and keeping all windows less than full-screen (if only a little less). That was a convenient way to keep track of which machine I might be KVM-switched to. Then I decided to try wallpapoz, w

pings with noise

2011-05-10 Thread Aaron Konstam
According to the man page whenever you use the -a option on the ping command as in: ping -a ip-address each ping return should cause a noise to be generated. I can't seem to get that too happen. What could be wrong? -- === Actres

Re: pings with noise

2011-05-10 Thread Tim
On Tue, 2011-05-10 at 10:58 -0500, Aaron Konstam wrote: > According to the man page whenever you use the -a option on the ping > command as in: > ping -a ip-address > each ping return should cause a noise to be generated. > > I can't seem to get that too happen. What could be wrong? Does the term

Cannot bring eth1 up

2011-05-10 Thread Aaron Gray
I cannot seem to bring eth1 up. # ifup eth1 Error: Connection activation failed: Device not managed by NetworkManager or unavailable # cat ifcfg-eth1 GATEWAY0=192.168.0.1 IPV6INIT=yes BROADCAST="192.168.1.255" DNS1=8.8.8.8 UUID=9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04 BOOTPROTO=none NAME="System eth1

Re: wvdial does not disconnect after ctrl-c

2011-05-10 Thread Ranjan Maitra
On Tue, 10 May 2011 10:10:37 -0500 James McKenzie wrote: > On Tue, May 10, 2011 at 7:00 AM, Ranjan Maitra wrote: > > Hi, > > > > I have been using wvdial (briefly) and I have a strange outcome when I > > disconnect. This happens about 90% of the time. About 10% of the time, > > it exits cleanly

Re: Strange SD Card Issue

2011-05-10 Thread Josh Bressers
On Mon, May 9, 2011 at 12:31 PM, Frank Tanner III wrote: > I am having a strange issue where when I plug in an SD or an SDHC card > into my laptop it gets recognized in /var/log/messages, but it refuses > to mount.  There seems to be some info on this issue, but it all points > to the user being i

RE: pings with noise

2011-05-10 Thread Alan J. Gagne
> According to the man page whenever you use the -a option on the ping > command as in: > ping -a ip-address > each ping return should cause a noise to be generated. > > I can't seem to get that too happen. What could be wrong? I just tried this on Fedora14 and it works. You may want check your so

Re: qdbus QStringList

2011-05-10 Thread Dj YB
On Tuesday May 10 2011 17:43:34 Rex Dieter wrote: > Dj YB wrote: > > Hello, > > > > I am trying to write a bash script using qdbus but cant figure out how to > > send a QStringList > > > > tried the following: > > > > "1" "2" > > > > "1","2" > > "1";"2" > > ("1","2") > > (1,2) > > > > "1" > >

Re: pings with noise

2011-05-10 Thread Roger K. Wells
On 05/10/2011 02:28 PM, Alan J. Gagne wrote: >> According to the man page whenever you use the -a option on the ping >> command as in: >> ping -a ip-address >> each ping return should cause a noise to be generated. >> >> I can't seem to get that too happen. What could be wrong? > I just tried this

Re: wallpaper sync for workspaces?

2011-05-10 Thread suvayu ali
On Tue, May 10, 2011 at 8:16 AM, BeartoothHOS wrote: >        But then I'd need to differentiate again -- say, for instance, by > putting a blaze orange "1" in the bottom left corner of all 16 workspaces > on machine #1, a "2" on #2, and so forth. Is there an easier way to do > such a thing than b

Re: wvdial does not disconnect after ctrl-c

2011-05-10 Thread James McKenzie
On Tue, May 10, 2011 at 10:58 AM, Ranjan Maitra wrote: > On Tue, 10 May 2011 10:10:37 -0500 James McKenzie > wrote: > >> On Tue, May 10, 2011 at 7:00 AM, Ranjan Maitra wrote: >> > Hi, >> > >> > I have been using wvdial (briefly) and I have a strange outcome when I >> > disconnect. This happens a

Re: wvdial does not disconnect after ctrl-c

2011-05-10 Thread Rick Stevens
On 05/10/2011 12:18 PM, James McKenzie wrote: > On Tue, May 10, 2011 at 10:58 AM, Ranjan Maitra wrote: >> On Tue, 10 May 2011 10:10:37 -0500 James McKenzie >> wrote: >> >>> On Tue, May 10, 2011 at 7:00 AM, Ranjan Maitra wrote: Hi, I have been using wvdial (briefly) and I have a st

Re: Cannot bring eth1 up

2011-05-10 Thread Rick Stevens
On 05/10/2011 10:13 AM, Aaron Gray wrote: > I cannot seem to bring eth1 up. > > # ifup eth1 > Error: Connection activation failed: Device not managed by > NetworkManager or unavailable > > # cat ifcfg-eth1 > GATEWAY0=192.168.0.1 > IPV6INIT=yes > BROADCAST="192.168.1.255" > DNS1=8.8.8.8 > UUID=9c9

Re: Cannot bring eth1 up

2011-05-10 Thread Aaron Gray
On 10 May 2011 20:43, Rick Stevens wrote: > On 05/10/2011 10:13 AM, Aaron Gray wrote: >> I cannot seem to bring eth1 up. >> >> # ifup eth1 >> Error: Connection activation failed: Device not managed by >> NetworkManager or unavailable >> >> # cat ifcfg-eth1 >> GATEWAY0=192.168.0.1 >> IPV6INIT=yes >

Re: Strange SD Card Issue

2011-05-10 Thread Konstantinos Karantias
Have you tried doing it with mount from a terminal and watch the logs for any errors? It should reveal what's failing. On Tue, May 10, 2011 at 9:03 PM, Josh Bressers wrote: > On Mon, May 9, 2011 at 12:31 PM, Frank Tanner III > wrote: >> I am having a strange issue where when I plug in an SD or a

Re: Cannot bring eth1 up

2011-05-10 Thread Aaron Konstam
On Tue, 2011-05-10 at 18:13 +0100, Aaron Gray wrote: > I cannot seem to bring eth1 up. > > # ifup eth1 > Error: Connection activation failed: Device not managed by > NetworkManager or unavailable > > # cat ifcfg-eth1 > GATEWAY0=192.168.0.1 > IPV6INIT=yes > BROADCAST="192.168.1.255" > DNS1=8.8.8.8

RE: pings with noise

2011-05-10 Thread Aaron Konstam
On Tue, 2011-05-10 at 14:28 -0400, Alan J. Gagne wrote: > > According to the man page whenever you use the -a option on the ping > > command as in: > > ping -a ip-address > > each ping return should cause a noise to be generated. > > > > I can't seem to get that too happen. What could be wrong? >

Re: Cannot bring eth1 up

2011-05-10 Thread Aaron Gray
On 10 May 2011 21:39, Aaron Konstam wrote: > On Tue, 2011-05-10 at 18:13 +0100, Aaron Gray wrote: >> I cannot seem to bring eth1 up. >> >> # ifup eth1 >> Error: Connection activation failed: Device not managed by >> NetworkManager or unavailable >> >> # cat ifcfg-eth1 >> GATEWAY0=192.168.0.1 >> IP

Re: pings with noise

2011-05-10 Thread Ted Roche
On Tue, May 10, 2011 at 5:04 PM, Aaron Konstam wrote: > > That is the firwst thisng I lookesw at. Alert vollume is not muted nor > is it zero. I also checked enable window and button sounds. > > But the sounds in ping do not happen. Any other ideas? > -- It may be that you have the (sometimes ann

Re: pings with noise

2011-05-10 Thread Ted Roche
On Tue, May 10, 2011 at 5:29 PM, Ted Roche wrote: > On Tue, May 10, 2011 at 5:04 PM, Aaron Konstam wrote: >> >> That is the firwst thisng I lookesw at. Alert vollume is not muted nor >> is it zero. I also checked enable window and button sounds. >> >> But the sounds in ping do not happen. Any oth

Best FOSS alternative for skype?

2011-05-10 Thread Marko Vojinovic
Ok, I just lost enthusiasm in further use of skype. Being closed source was bad enough already, but I tolerated it due to its good-enough quality, reliability and free-of-charge use for skype-to-skype calls. But now that Microsoft is taking it over, I suddenly lost faith that these good feature

Re: Best FOSS alternative for skype?

2011-05-10 Thread Sam Varshavchik
Marko Vojinovic writes: Ok, I just lost enthusiasm in further use of skype. Being closed source was bad enough already, but I tolerated it due to its good-enough quality, reliability and free-of-charge use for skype-to-skype calls. But now that Microsoft is taking it over, I suddenly lost faith

Re: Best FOSS alternative for skype?

2011-05-10 Thread JD
On 05/10/11 14:54, Marko Vojinovic wrote: Ok, I just lost enthusiasm in further use of skype. Being closed source was bad enough already, but I tolerated it due to its good-enough quality, reliability and free-of-charge use for skype-to-skype calls. But now that Microsoft

Re: Best FOSS alternative for skype?

2011-05-10 Thread Konstantinos Karantias
Am I the only believing that they will just make the development for Linux slower and will not cease it at all? I don't think they are that bad. If they did such a thing, Skype would lose its Linux users. And, AFAIK they're some. On Wed, May 11, 2011 at 1:18 AM, JD wrote: > On 05/10/11 14:54, Ma

Re: Best FOSS alternative for skype?

2011-05-10 Thread JD
On 05/10/11 15:32, Konstantinos Karantias wrote: > Am I the only believing that they will just make the development for > Linux slower and will not cease it at all? I don't think they are that > bad. > > If they did such a thing, Skype would lose its Linux users. And, AFAIK > they're some. > All pe

Re: Best FOSS alternative for skype?

2011-05-10 Thread JD
On 05/10/11 15:32, Konstantinos Karantias wrote: > Am I the only believing that they will just make the development for > Linux slower and will not cease it at all? I don't think they are that > bad. > > If they did such a thing, Skype would lose its Linux users. And, AFAIK > they're some. I forgo

Re: Best FOSS alternative for skype?

2011-05-10 Thread Tom Horsley
On Wed, 11 May 2011 01:32:57 +0300 Konstantinos Karantias wrote: > If they did such a thing, Skype would lose its Linux users. And, AFAIK > they're some. What MS should worry about (but won't) is the Windows users they are going to drive away with their inevitable "improvements". It cost Microsof

Re: Best FOSS alternative for skype?

2011-05-10 Thread Rick Sewill
On Tuesday, May 10, 2011 04:54:33 PM Marko Vojinovic wrote: ... > Thus the question: is there a FOSS VoIP app that provides roughly the same > quality, reliability and free-as-in-beer service? I would like to know the answer to this question also. I've been reading about Google and xmpp and jingl

disk hangs with asus boards

2011-05-10 Thread Ralph Blach
every few days I have either my root file system hang or my disk array hang. I am running a asus p5n_d my root file system is on a single 500gb disk attached to the asus mother board. [0:0:0:0]diskATA WDC WD5000AADS-0 01.0 /dev/sda <--root [4:0:0:0]cd/dvd ATAPIiHAS324

Re: Best FOSS alternative for skype?

2011-05-10 Thread suvayu ali
On Tue, May 10, 2011 at 2:54 PM, Marko Vojinovic wrote: > Thus the question: is there a FOSS VoIP app that provides roughly the same > quality, reliability and free-as-in-beer service? Although not voip, audio/video calls over XMPP (Google Talk) with Pidgin and Empathy works without fail for me.

Re: Best FOSS alternative for skype?

2011-05-10 Thread Roger
On Tue, 2011-05-10 at 15:49 -0700, JD wrote: > On 05/10/11 15:32, Konstantinos Karantias wrote: > > Am I the only believing that they will just make the development for > > Linux slower and will not cease it at all? I don't think they are that > > bad. > > > > If they did such a thing, Skype would

Re: Best FOSS alternative for skype?

2011-05-10 Thread JD
On 05/10/11 08:42, Roger wrote: > On Tue, 2011-05-10 at 15:49 -0700, JD wrote: >> On 05/10/11 15:32, Konstantinos Karantias wrote: >>> Am I the only believing that they will just make the development for >>> Linux slower and will not cease it at all? I don't think they are that >>> bad. >>> >>> If

Re: pings with noise

2011-05-10 Thread Thomas Cameron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/2011 10:58 AM, Aaron Konstam wrote: > According to the man page whenever you use the -a option on the ping > command as in: > ping -a ip-address > each ping return should cause a noise to be generated. > > I can't seem to get that too happen.

Re: Best FOSS alternative for skype?

2011-05-10 Thread Thomas Cameron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/2011 05:32 PM, Konstantinos Karantias wrote: > Am I the only believing that they will just make the development for > Linux slower and will not cease it at all? I don't think they are that > bad. I think they are exactly that bad. Do you not

Re: Best FOSS alternative for skype?

2011-05-10 Thread Paul Morgan
On May 10, 2011 10:28 PM, "Thomas Cameron" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/10/2011 05:32 PM, Konstantinos Karantias wrote: > > Am I the only believing that they will just make the development for > > Linux slower and will not cease it at all? I don't think they

Looking for a Howto on Clustering Servers

2011-05-10 Thread Khemara Lyn
Dear All, Anyone knows of a howto doc somewhere for clustering servers with Fedora/RedHat/CentOS? Or anyone's got some tips for me on that? Thanks & regards, Khem -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/m

Re: Looking for a Howto on Clustering Servers

2011-05-10 Thread Khemara Lyn
Thanks, Digimer; at least i know the status. Will go through the link you provided. Regards, Khem On 05/11/2011 09:34 AM, Digimer wrote: > On 05/10/2011 10:32 PM, Khemara Lyn wrote: > >> Dear All, >> >> Anyone knows of a howto doc somewhere for clustering servers with >> Fedora/RedHat/CentOS

Re: Looking for a Howto on Clustering Servers

2011-05-10 Thread Digimer
On 05/10/2011 10:40 PM, Khemara Lyn wrote: > Thanks, Digimer; at least i know the status. Will go through the link > you provided. > > Regards, > Khem You're welcome. Hope it helps, and let me know if you have any feedback/tips/complaints about it. :) -- Digimer E-Mail: digi...@alteeve.com AN!W

Generating ifcfg-eth0 from scratch

2011-05-10 Thread Alex
Hi, What is the program that is responsible for creating /etc/sysconfig/network-scripts/ifcfg-eth0? I am aware of system-config-network*, however, it will not create that program from scratch. If that file was deleted, or needed to be recreated for any reason, how would this be done? I understand