Re: [OT] SSH login script - Help

2009-04-24 Thread Manuel Aróstegui
On Fri, 2009-04-24 at 10:12 +0100, Dan Track wrote: > Hi Guys, > > I've written a simple for loop see below: > > for i in orion earth;do scp /etc/hosts /etc;done > > I have a small scripting knowledge so would appreciate some help. What > I'd like to do is so

[OT] SSH login script - Help

2009-04-24 Thread Dan Track
Hi Guys, I've written a simple for loop see below: for i in orion earth;do scp /etc/hosts /etc;done I have a small scripting knowledge so would appreciate some help. What I'd like to do is somehow change the above so that the script prompts me for a password and when I give the

Re: Need help with Reboot cause

2009-04-19 Thread g
gree. but it did cross my mind and thought i would pass it along. -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give linux to a friend today ** to mess up a linux box, you need to work at it; to mess up an ms windows b

Re: Need help with Reboot cause

2009-04-19 Thread Mikkel L. Ellertson
g wrote: > Peter J. Stieber wrote: >> This is going to sound vague, but here goes... > > something crossed my mind, so i checked to see what it does, > 'man watchdog', and 'man watchdog.conf'. > > after reading, i did a search of thread and watchdog is not mentioned. > > by any chance, do you ha

Re: Need help with Reboot cause

2009-04-16 Thread g
do you have it running? -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give linux to a friend today ** to mess up a linux box, you need to work at it; to mess up an ms windows box, you just need to *look at* it. ** learn linux: &#

Re: openvpn - urgent help requested!

2009-04-14 Thread Timothy Murphy
Timothy Murphy wrote: > I should say that the setting about allows me to ping > from my laptop to my home server, not in the reverse direction. > However, I cannot think of any reason I would want to do the reverse, > so that does not worry me. Apologies, this was sent several days after the even

Re: openvpn - urgent help requested!

2009-04-14 Thread Timothy Murphy
Timothy Murphy wrote: > Thanks to you it is now working fine. > The only lines I had to add are: > to zones > > vpn ipv4 > > to interfaces > > vpn tun019

Re: openvpn - urgent help requested!

2009-04-12 Thread Timothy Murphy
Roberto Ragusa wrote: >> I do have shorewall running on the server. >> But I have a rule to allow udp packets in and out through port 1194: >> >> ACCEPT net $FW udp 1194 # OpenVPN >> ACCEPT $FW ne

Re: openvpn - urgent help requested!

2009-04-12 Thread Timothy Murphy
Roberto Ragusa wrote: >> I do have shorewall running on the server. >> But I have a rule to allow udp packets in and out through port 1194: >> >> ACCEPT net $FW udp 1194 # OpenVPN >> ACCEPT $FW ne

Re: openvpn - urgent help requested!

2009-04-12 Thread Andrew Parker
On Fri, Apr 10, 2009 at 7:14 AM, Andrew Parker wrote: > On Fri, Apr 10, 2009 at 6:50 AM, Timothy Murphy wrote: >> Also ping from my laptop gives >> >> [...@mary ~]$ ping -c1 192.168.5.1 >> PING 192.168.5.1 (192.168.5.1) 56(84) bytes of data. >> >From 1

Re: openvpn - urgent help requested!

2009-04-12 Thread Roberto Ragusa
Timothy Murphy wrote: > > I do have shorewall running on the server. > But I have a rule to allow udp packets in and out through port 1194: > > ACCEPT net $FW udp 1194 # OpenVPN > ACCEPT $FW net

Re: syslog is filling up because of pulseaudio. HELP!

2009-04-11 Thread Niels Weber
2009/1/26 Rahul Sundaram : > Steven W. Orr wrote: >> >> I'm getting two of these per second. How can I stop it! >> >> Jan 26 11:21:00 saturn pulseaudio[4130]: module-alsa-sink.c: ALSA woke us >> up to write new data to the device, but there was actually nothing to write! >> Most likely this is an A

Re: openvpn - urgent help requested!

2009-04-11 Thread Timothy Murphy
s of the file "ipp.txt". > I have a feeling it may be revealing. That's a very good question. I hadn't actually noticed the file ipp.txt on my server. It had one line: mary,192.168.5.4 I've no idea where it got this IP address from. In any case, I changed it to

Re: openvpn - urgent help requested!

2009-04-10 Thread Mike Wright
Timothy Murphy wrote: Andrew Parker wrote: What do your routes look like? What are your configs, and how do you start openvpn? My server.conf and client.conf are: port 1194 proto udp dev tun ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server

Re: openvpn - urgent help requested!

2009-04-10 Thread Timothy Murphy
Andrew Parker wrote: >> Just to follow up on myself - I'm in Italy now, >> and everything works fine _except_ VPN. >> I can ssh into my home server, get IMAP email from it, >> and generally interact with it as I do at home, >> >> If I ssh into my home server, ifconfig gives: >> --

Re: Need help with Reboot cause

2009-04-10 Thread g
science experiment because we are going to purchase a > replacement for this machine, but I am trying to keep it up until the > new machine becomes available, a new box will be a wise investment. having a spare would be even wiser. do you have spare hdd? > and maybe this exercise in futility m

Re: openvpn - urgent help requested!

2009-04-10 Thread Tony Molloy
On Friday 10 April 2009 11:50:33 Timothy Murphy wrote: > If I ssh into my home server, ifconfig gives: > > tun0 Link encap:UNSPEC HWaddr > 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 > inet addr:192.168.5.1 P-t-P:192.168.5.2 Mask:2

Re: openvpn - urgent help requested!

2009-04-10 Thread Andrew Parker
On Fri, Apr 10, 2009 at 6:50 AM, Timothy Murphy wrote: > Timothy Murphy wrote: > >> I'm just about the depart for a week in Italy, >> and have set up openvpn to communicate from there >> with my server at home. >> >> I notice that ifconfig on the server gives >>     inet addr:192.168.5.1  P-t-P:19

Re: openvpn - urgent help requested!

2009-04-10 Thread Timothy Murphy
Timothy Murphy wrote: > I'm just about the depart for a week in Italy, > and have set up openvpn to communicate from there > with my server at home. > > I notice that ifconfig on the server gives > inet addr:192.168.5.1 P-t-P:192.168.5.2 Mask:255.255.255.255 > while ifconfig on the client g

Re: Need help with Reboot cause

2009-04-09 Thread Tim
On Thu, 2009-04-09 at 07:01 -0700, Peter J. Stieber wrote: > I didn't even know there was an ISA adapter in the machine Some hardware (e.g. on-board sound, modems, etc.) still works as if it were plugged into an ISA slot, even though they're not physically connected through one. -- [...@localhos

Re: Need help with Reboot cause

2009-04-09 Thread Tom Horsley
On Thu, 09 Apr 2009 07:01:31 -0700 Peter J. Stieber wrote: > I didn't even know there was an ISA adapter in the machine, but the > values all look wacky. Yea, the sensor values are almost always wacky. None of the board manufacturers actually document how they have the sensor chips hooked up, so

Re: Need help with Reboot cause

2009-04-09 Thread Mikkel L. Ellertson
g wrote: > Mikkel L. Ellertson wrote: > >> lm_sensors-sensord is the package name. Try man sensord is you have > > i do not have sensors working on this install, f8, but i do have it in f10. > > i do hope peter stieber is picking up on all this. :) > > if he sets up a 10 minute log interval, he

Re: Need help with Reboot cause

2009-04-09 Thread Peter J. Stieber
cause we are going to purchase a replacement for this machine, but I am trying to keep it up until the new machine becomes available, and maybe this exercise in futility may help someone else searching the list. Thanks for the help, Pete -- fedora-list mailing list fedora-list@redhat.com To uns

Re: Need help with Reboot cause

2009-04-08 Thread g
is having a system hardware problem or not. granted, he will have a long sensors log, but at least it will/should give an indication of just where system is breaking down. -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give li

Re: Need help with Reboot cause

2009-04-08 Thread Mikkel L. Ellertson
g wrote: > Mikkel L. Ellertson wrote: > >> If the motherboard has the sensors, the lm_sensors package will >> usually let you get the values by running sensors. (You have to set >> it up for your system first.) There is also the lm_sensors-sensord >> package that will log the readings. > > i just

Re: Need help with Reboot cause

2009-04-08 Thread g
t. -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give linux to a friend today ** to mess up a linux box, you need to work at it; to mess up an ms windows box, you just need to *look at* it. ** learn linux: 'Rute User&#

Re: Need help with Reboot cause

2009-04-08 Thread Mikkel L. Ellertson
g wrote: > Peter J. Stieber wrote: > >> I noticed it a few times before the latest kernel, but now it is more >> frequent. > > 'more frequent' may well be indication of system component breaking down. that > is to say that if it is 'bad cap', capacitor is starting to have more internal > leakage

Re: Need help with Reboot cause

2009-04-08 Thread g
es me think I should look at > cron entries. Here is the frequency of reboot from a previous post... if it is a cron running, this could be an increase in cpu usage and a heat increase. therefore, knowing what is happening temp and fan wise would help. > The only recent hardware change was th

Re: Need help with Reboot cause

2009-04-08 Thread Louis Lagendijk
On Wed, 2009-04-08 at 07:08 -0700, Peter J. Stieber wrote: > > Next I cleaned everything, enabled distcc, turned on the cluster node, > and reran the build. > > No reboot. > > Next I cleaned everything, enabled the samba share, and reran the build. > > No reboot. > > I cleaned everything and

Re: Need help with Reboot cause

2009-04-08 Thread Peter J. Stieber
PS = Pete Stieber PS>> running the latest x86_64 Fedora 10 kernel that I PS>> recently loaded (April 2). The machine reboots PS>> without warning. g> where you previously running 32 bit? No. I've been running x86_64 since I first assembled the machine back in September 2004. I started with F

Re: openvpn - urgent help requested!

2009-04-08 Thread Tony Molloy
On Wednesday 08 April 2009 12:46:59 Timothy Murphy wrote: > I'm just about the depart for a week in Italy, > and have set up openvpn to communicate from there > with my server at home. > > I notice that ifconfig on the server gives > inet addr:192.168.5.1 P-t-P:192.168.5.2 Mask:255.255.255.25

openvpn - urgent help requested!

2009-04-08 Thread Timothy Murphy
I'm just about the depart for a week in Italy, and have set up openvpn to communicate from there with my server at home. I notice that ifconfig on the server gives inet addr:192.168.5.1 P-t-P:192.168.5.2 Mask:255.255.255.255 while ifconfig on the client gives inet addr:192.168.5.6 P-t-P:

Re: Need help with Reboot cause

2009-04-07 Thread g
2v and +5v to test loading. -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give linux to a friend today ** to mess up a linux box, you need to work at it; to mess up an ms windows box, you just need to *look at* it. **

Re: Need help with Reboot cause

2009-04-07 Thread Peter J. Stieber
ss, PS>> could the community suggest other diagnostic tasks or PS>> information I could post to help diagnose the problem? PS>> PS>> I wish I could be more specific AF = Aldo Foot AF> I had a similar problem with a machine. It would reboot AF> and go through several r

Re: Need help with Reboot cause

2009-04-07 Thread Peter J. Stieber
PS = Pete Stieber PS>> I have a dual opteron system that has been acting as PS>> the worldly node for a small cluster of computers PS>> since September, 2004. The machine is running the PS>> latest x86_64 Fedora 10 kernel that I recently loaded PS>> (April 2). The machine reboots without warning

Re: Need help with Reboot cause

2009-04-07 Thread Aldo Foot
diagnostic tasks or information I could post to help > diagnose the problem? > > I wish I could be more specific, > Pete I had a similar problem with a machine. It would reboot and go through several reboots before it would give me a login screen. Then it would crash without warning

Re: Need help with Reboot cause

2009-04-07 Thread Peter J. Stieber
ss, PS>> could the community suggest other diagnostic tasks or PS>> information I could post to help diagnose the problem? PS>> PS>> I wish I could be more specific, AW = Anne Wilson AW> I'd tend to put my money on the PSU. Do you have a spare AW> one that you can t

Re: Need help with Reboot cause

2009-04-07 Thread m
> > I'm currently running memtest. If all of the tests pass, could the > > community suggest other diagnostic tasks or information I could post to > > help diagnose the problem? > > > > I wish I could be more specific, > > I'd tend to put my money on

Re: Need help with Reboot cause

2009-04-07 Thread m
the > PS>> correct log). > PS>> > PS>> I'm currently running memtest. If all of the tests pass, > PS>> could the community suggest other diagnostic tasks or > PS>> information I could post to help diagnose the problem? > PS>> > PS>>

Re: help with openvpn config

2009-04-07 Thread Kevin Kofler
Kevin Kempter wrote: > 1) where do I stage these files Somewhere in your home directory, doesn't really matter where. > 2) how do I setup the openvpn connection ? Use the NetworkManager applet (the GTK+/GNOME one which is installed by default - both knetworkmanager and kde-plasma-networkmanageme

Re: Need help with Reboot cause

2009-04-07 Thread m
tly running memtest. If all of the tests > PS>> pass, could the community suggest other diagnostic > PS>> tasks or information I could post to help diagnose the > PS>> problem? > > m> Have you tried going back to the previous kernel? > > The machine is

Re: Need help with Reboot cause

2009-04-07 Thread Anne Wilson
other diagnostic tasks or information I could post to > help diagnose the problem? > > I wish I could be more specific, I'd tend to put my money on the PSU. Do you have a spare one that you can try? Anne -- New to KDE4? - get help from http://userbase.kde.org Just found a cool new fea

Re: Need help with Reboot cause

2009-04-07 Thread Peter J. Stieber
. The machine reboots without warning. I PS>> can't find the cause in log files (maybe I'm not PS>> looking in the correct log). PS>> PS>> I'm currently running memtest. If all of the tests PS>> pass, could the community suggest other diagnostic PS>>

Re: Need help with Reboot cause

2009-04-07 Thread m
; community suggest other diagnostic tasks or information I could post to > help diagnose the problem? Have you tried going back to the previous kernel? Did you check dmesg and /var/log/messages? Does it boot normally and then just fail at some random interval or is it consistently failing at the

Need help with Reboot cause

2009-04-07 Thread Peter J. Stieber
without warning. I can't find the cause in log files (maybe I'm not looking in the correct log). I'm currently running memtest. If all of the tests pass, could the community suggest other diagnostic tasks or information I could post to help diagnose the problem? I wish I could b

help with openvpn config

2009-04-07 Thread Kevin Kempter
Hi All; I'm running Fedora 10 & KDE 4.2 I have a local untangle firewall in place for my home network firewall. I setup the firewall as a VPN server and downloaded the openvpn config for my current settings. The openvpn config (client) download contained these files in a zip file: ./untangle-

Re: postgresql help - administrator user pw?

2009-04-04 Thread Craig White
empty pw but > it won't let me passing next step! > > The installation step is command line eg: > > first db user: > then db pw: > then db name: > then db administrator db > then db administraotr pw > > Thank you for your help on local machine, user is postg

Re: postgresql help - administrator user pw?

2009-04-04 Thread Bruno Wolff III
On Sat, Apr 04, 2009 at 11:34:18 -0700, ann kok wrote: > > After I fill the postgresql administrator user as postgres, the next step is > pw of the administrator user. I give it "Enter" as this user is empty pw but > it won't let me passing next step! There may not even be one. It depend

postgresql help - administrator user pw?

2009-04-04 Thread ann kok
pw: then db name: then db administrator db then db administraotr pw Thank you for your help __ Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! Canada Messenger at http://ca.beta.messenger.yahoo.com/ --

Re: Help to sort a multimedia system??? (still) [FIXED]

2009-04-01 Thread Kevin Kofler
DB wrote: > From this experience, it seems that there are many places wheere we > need to arrange & select options for Multimedia - would ther be a way to > hit them all via one script or small app? The defaults should just work, I don't know why they didn't for you. PulseAudio is supposed to alr

Re: Help to sort a multimedia system??? (still) [FIXED]

2009-04-01 Thread DB
Date: Mon, 30 Mar 2009 23:14:12 +0200 From: Kevin Kofler Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: > Hi Kevin, did that, restarted, switched off overnight & restarted this &g

Re: top swap interpretation help?

2009-03-31 Thread Dave Stevens
On Monday 30 March 2009 09:54:54 pm Robert Nichols wrote: > Dave Stevens wrote: > > current example: > > > > top - 16:14:05 up 10 days, 43 min, 1 user, load average: 0.04, 0.13, > > 0.16 Tasks: 197 total, 3 running, 194 sleeping, 0 stopped, 0 zombie > > Cpu(s): 5.3%us, 4.1%sy, 0.2%ni, 90

Re: top swap interpretation help?

2009-03-30 Thread Robert Nichols
Dave Stevens wrote: current example: top - 16:14:05 up 10 days, 43 min, 1 user, load average: 0.04, 0.13, 0.16 Tasks: 197 total, 3 running, 194 sleeping, 0 stopped, 0 zombie Cpu(s): 5.3%us, 4.1%sy, 0.2%ni, 90.0%id, 0.0%wa, 0.3%hi, 0.0%si, 0.0%st Mem: 4129236k total, 3817620k us

Re: top swap interpretation help?

2009-03-30 Thread Dave Stevens
On Saturday 28 March 2009 11:25:47 pm Tim wrote: > On Sat, 2009-03-28 at 12:01 -0700, Dave Stevens wrote: > > When I run top I sometimes see a figure for swap that seems to be > > relatively constant. Is it the case that the figure shown is the > > maximum swap that has been used? > > top - 16:54:0

Re: Help to sort a multimedia system??? (still)

2009-03-30 Thread Kevin Kofler
DB wrote: > Hi Kevin, did that, restarted, switched off overnight & restarted this > morning. Still getting the Phonon startup message that "SIS SI7012 with > CMI9738 doesn't work. Reverting to Pulse" Then somehow your device preferences got messed up. Go to System Settings and make sure that Puls

Re: Help to sort a multimedia system??? (still)

2009-03-30 Thread DB
Message: 7 Date: Sun, 29 Mar 2009 05:45:26 +0200 From: Kevin Kofler Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: > $ rpm -qa phonon\* > phonon-devel-4.3.1-2.fc10.i386 > phono

Re: Help to sort a multimedia system??? (still)

2009-03-29 Thread Tim
On Sun, 2009-03-29 at 13:13 +0200, DB wrote: > OK<<< so "sink" = front & "source" = back (generally!) No, that's different things altogether. Source is the source of something, a sink is the opposite - where somethings output goes. And neither are to do with front-end and back-end. Front-end an

Re: Help to sort a multimedia system??? (still)

2009-03-29 Thread DB
Message: 7 Date: Sun, 29 Mar 2009 05:45:26 +0200 From: Kevin Kofler Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: > $ rpm -qa phonon\* > phonon-devel-4.3.1-2.fc10.i386 > phono

Re: top swap interpretation help?

2009-03-28 Thread Tim
On Sat, 2009-03-28 at 12:01 -0700, Dave Stevens wrote: > When I run top I sometimes see a figure for swap that seems to be > relatively constant. Is it the case that the figure shown is the > maximum swap that has been used? top - 16:54:06 up 1:44, 2 users, load average: 0.41, 0.20, 0.09 Tasks

Re: Help to sort a multimedia system??? (still)

2009-03-28 Thread Tim
On Sat, 2009-03-28 at 16:10 +0100, DB wrote: > I also read that various programs are "Front end" or Backend" to > something else. > Question 1 - which way is "front" & "back" ie nearer Hardware or > nearer User? The front end of something is the bit that's apparent to you (user interface, etc.

Re: Help to sort a multimedia system??? (still)

2009-03-28 Thread Kevin Kofler
DB wrote: > $ rpm -qa phonon\* > phonon-devel-4.3.1-2.fc10.i386 > phonon-backend-xine-4.3.1-2.fc10.i386 > phonon-4.3.1-2.fc10.i386 > phonon-backend-gstreamer-4.3.1-2.fc10.i386 Try rpm -e phonon-backend-gstreamer to see if that helps. It should be picking up xine by default already, but it's best t

top swap interpretation help?

2009-03-28 Thread Dave Stevens
Hi, When I run top I sometimes see a figure for swap that seems to be relatively constant. Is it the case that the figure shown is the maximum swap that has been used? Dave -- Canada must refuse to be entangled in any more wars fought to make the world safe for capitalism. -- The Regina Ma

Re: Help to sort a multimedia system??? (still)

2009-03-28 Thread DB
Message: 4 Date: Sat, 28 Mar 2009 03:04:09 +0100 From: Kevin Kofler Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: On start up, a little black window pops up saying that Phonom can&#

Re: Help to sort a multimedia system??? (still)

2009-03-27 Thread Kevin Kofler
DB wrote: > (Is there a way to "poke" an out-of-date mirror? I'd been getting the > "plugin-abi message for at least 3 weeks...) You're probably missing the rpmfusion-free-updates repository. Kevin Kofler -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.re

Re: Help to sort a multimedia system??? (still)

2009-03-27 Thread Kevin Kofler
DB wrote: > On start up, a little black window pops up saying that Phonom can't > usesomething - I guess the AC97 onboard sound - reverting to Sis S17012. Phonon should be using PulseAudio. Can you please post the result of the following? rpm -qa phonon\* > Kaffeine can only see one of the 2 DVD

Re: Help to sort a multimedia system??? (still)

2009-03-27 Thread DB
Message: 3 Date: Thu, 26 Mar 2009 15:24:54 -0500 From: Rex Dieter Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: > As I put in the first mail > "I tried to yumex the xine

Re: Help to sort a multimedia system??? (still)

2009-03-26 Thread DB
Message: 15 Date: Thu, 26 Mar 2009 15:01:56 -0500 From: Rex Dieter Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: > As I put in the first mail > "I tried to yumex the xine

Re: Help to sort a multimedia system??? (still)

2009-03-26 Thread Rex Dieter
DB wrote: > As I put in the first mail > "I tried to yumex the xine -lib-extras-freeworld & keep getting > Missing Dependency: xine-lib(plugin-abi) = 1.24 is needed by package > xine-lib-extras-freeworld-1.1.15-4.fc10.i386 (rpmfusion-free)", NOTE: repo = rpmfusion-free You should check to see if

Re: Help to sort a multimedia system??? (still)

2009-03-26 Thread Rex Dieter
DB wrote: > As I put in the first mail > "I tried to yumex the xine -lib-extras-freeworld & keep getting > Missing Dependency: xine-lib(plugin-abi) = 1.24 is needed by package > xine-lib-extras-freeworld-1.1.15-4.fc10.i386 (rpmfusion-free)", > which I've not yet been able to get past. From what I

Re: Help to sort a multimedia system??? (still)

2009-03-26 Thread DB
Message: 2 Date: Thu, 26 Mar 2009 11:16:55 -0500 From: Rex Dieter Subject: Re: Help to sort a multimedia system??? (still) To: fedora-list@redhat.com Message-ID: Content-Type: text/plain; charset=us-ascii DB wrote: I tried to yumex the xine -lib-extras-freeworld & keep getting Mis

Re: Help to sort a multimedia system??? (still)

2009-03-26 Thread Rex Dieter
DB wrote: > I tried to yumex the xine -lib-extras-freeworld & keep getting > Missing Dependency: xine-lib(plugin-abi) = 1.24 is needed by package > xine-lib-extras-freeworld-1.1.15-4.fc10.i386 (rpmfusion-free) > Thought that maybe removing xine-lib & letting extras pull it i

Re: Request for help on VM

2009-03-23 Thread Kevin Kofler
RAMAKISHOREBABU KOPPULA wrote: > 1. The information reported by windows device manager (which is running on > windows partition) related to chip set, NIC, Audio device etc and the > information reported by the windows device manager of windows XP which is > running as guest OS are different. This

Re: IPTABLES help

2009-03-23 Thread Bruno Wolff III
iptables chains on linux machine. I > > don't want to use MASQUERAD other wise user would be able to access > > Internet directly and squid would be of no use. > > > > Can anyone provide me a simple solution. > > Can any IPTABLES expert help me to route pop3, SMTP

Re: Request for help on VM

2009-03-23 Thread RAMAKISHOREBABU KOPPULA
? Any help please? 2009/3/21 Jerry Feldman > On 03/21/2009 09:16 AM, Jerry Feldman wrote: > >> On 03/20/2009 01:49 PM, RAMAKISHOREBABU KOPPULA wrote: >> >>> How to do this with VirtualBox? >>> >>> On Fri, Mar 20, 2009 at 8:06 PM, Mike Bur

Re: IPTABLES help

2009-03-23 Thread Arun Shrimali
On Fri, Mar 20, 2009 at 1:12 PM, Arun Shrimali wrote: > Hi everyone, > > Can anybody help me how to configure iptable for pop3 and smtp > > I have setup a gateway server FC9, the network details are as follows : > > LAN (172.16.251.0/255.255.255.0 ) ---> Linu

Re: Bash help requested: Capturing command errors within pipes

2009-03-22 Thread Cameron Simpson
On 22Mar2009 11:09, Steven W. Orr wrote: | On Saturday, Mar 21st 2009 at 22:41 -, quoth Cameron Simpson: | =>On 21Mar2009 16:47, Daniel B. Thurman wrote: | =>> When I tried `sort -un', the data was truncated, i.e. | =>> there is data loss. So, when I went back to my original | =>> code using

Re: Bash help requested: Capturing command errors within pipes

2009-03-22 Thread Steven W. Orr
On Saturday, Mar 21st 2009 at 22:41 -, quoth Cameron Simpson: =>On 21Mar2009 16:47, Daniel B. Thurman wrote: =>>> =>> out=$(grep "$pat" "${TRACKER}" | \ =>>> =>> eval "$rex" | sort -n | \ =>>> =>> uniq >> "${TFILE}"); ret="$?"; =>[...] =>>> => if out=$(grep "$pat" "$tracker

Re: Bash help requested: Capturing command errors within pipes

2009-03-21 Thread Cameron Simpson
On 21Mar2009 16:47, Daniel B. Thurman wrote: >> =>> out=$(grep "$pat" "${TRACKER}" | \ >> =>> eval "$rex" | sort -n | \ >> =>> uniq >> "${TFILE}"); ret="$?"; [...] >> => if out=$(grep "$pat" "$tracker" | $rex | sort -un >>"$tfile") >> > Please note: > > When I tried `sort -un

Re: Bash help requested: Capturing command errors within pipes

2009-03-21 Thread Daniel B. Thurman
Steven W. Orr wrote: On Friday, Mar 20th 2009 at 00:39 -, quoth Cameron Simpson: =>On 19Mar2009 18:55, Daniel B. Thurman wrote: =>> Cameron Simpson wrote: =>>> Ok, but I strongly recommend you never us a regexp unquoted - the =>>> necessary backslash nesting gets nasty real fast. A better w

Re: Bash help requested: Capturing command errors within pipes

2009-03-21 Thread Steven W. Orr
On Friday, Mar 20th 2009 at 00:39 -, quoth Cameron Simpson: =>On 19Mar2009 18:55, Daniel B. Thurman wrote: =>> Cameron Simpson wrote: =>>> Ok, but I strongly recommend you never us a regexp unquoted - the =>>> necessary backslash nesting gets nasty real fast. A better way is like =>>> this: =

Re: Request for help on VM

2009-03-21 Thread Jerry Feldman
On 03/21/2009 09:16 AM, Jerry Feldman wrote: On 03/20/2009 01:49 PM, RAMAKISHOREBABU KOPPULA wrote: How to do this with VirtualBox? On Fri, Mar 20, 2009 at 8:06 PM, Mike Burger mailto:mbur...@bubbanfriends.org>> wrote: Paul W. Frields wrote: On Fri, Mar 20, 2009 at 12:51:53PM +0

Re: Request for help on VM

2009-03-21 Thread Jerry Feldman
On 03/20/2009 01:49 PM, RAMAKISHOREBABU KOPPULA wrote: How to do this with VirtualBox? On Fri, Mar 20, 2009 at 8:06 PM, Mike Burger mailto:mbur...@bubbanfriends.org>> wrote: Paul W. Frields wrote: On Fri, Mar 20, 2009 at 12:51:53PM +0100, Joachim Backes wrote:

Re: Bash help requested: Capturing command errors within pipes

2009-03-20 Thread Daniel B. Thurman
mpty? You have sent standard out to the temp file. Standard error is not collected by back ticks or $(); it will be displayed directly and not land in $out. You probably need to go: out=$(exec 2>&1; grep >>"$tfile") An easy test is like this: out=$(ls /no/such/file >&g

Re: Bash help requested: Capturing command errors within pipes

2009-03-20 Thread Steven W. Orr
On Friday, Mar 20th 2009 at 00:39 -, quoth Cameron Simpson: =>Your quotes are unneeded here. Plenty of people find the "" marks and in =>similar cases, to use ${foo} instead of $foo elsewhere, but I find the =>syntactic noise annoying if there's no other necessity. => =>Also, you should never

Re: Request for help on VM

2009-03-20 Thread RAMAKISHOREBABU KOPPULA
When I am trying with fedora virtualization , I am getting following error: "Unable to open connection to hypervisor URI 'xen:///': internal error failed to connect to xend Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/connection.py", line 483, in _open_thread

Re: Request for help on VM

2009-03-20 Thread RAMAKISHOREBABU KOPPULA
How to do this with VirtualBox? On Fri, Mar 20, 2009 at 8:06 PM, Mike Burger wrote: > Paul W. Frields wrote: > >> On Fri, Mar 20, 2009 at 12:51:53PM +0100, Joachim Backes wrote: >> >> >>> RAMAKISHOREBABU KOPPULA wrote: >>> >>> G'day all, I have two partitions in my PC. I have insta

Re: Request for help on VM

2009-03-20 Thread Mike Burger
Paul W. Frields wrote: On Fri, Mar 20, 2009 at 12:51:53PM +0100, Joachim Backes wrote: RAMAKISHOREBABU KOPPULA wrote: G'day all, I have two partitions in my PC. I have installed F10 on one partition and Windows XP on the second partition. Now, can I run the XP as guest OS on F10 us

Re: Request for help on VM

2009-03-20 Thread Jonathan Dieter
On Fri, 2009-03-20 at 07:54 -0400, Paul W. Frields wrote: > On Fri, Mar 20, 2009 at 05:00:00PM +0530, RAMAKISHOREBABU KOPPULA wrote: > > I have two partitions in my PC. I have installed F10 on one partition and > > Windows XP on the second partition. Now, can I run the XP as guest OS on F10 > > usi

Re: Request for help on VM

2009-03-20 Thread Paul W. Frields
On Fri, Mar 20, 2009 at 12:51:53PM +0100, Joachim Backes wrote: > RAMAKISHOREBABU KOPPULA wrote: >> G'day all, >> >> I have two partitions in my PC. I have installed F10 on one partition >> and Windows XP on the second partition. Now, can I run the XP as guest >> OS on F10 using VM? and how? >

Re: Request for help on VM

2009-03-20 Thread Paul W. Frields
On Fri, Mar 20, 2009 at 05:00:00PM +0530, RAMAKISHOREBABU KOPPULA wrote: > I have two partitions in my PC. I have installed F10 on one partition and > Windows XP on the second partition. Now, can I run the XP as guest OS on F10 > using VM? and how? Set up a VM, and for the disk device, select "Nor

Re: Request for help on VM

2009-03-20 Thread Joachim Backes
RAMAKISHOREBABU KOPPULA wrote: G'day all, I have two partitions in my PC. I have installed F10 on one partition and Windows XP on the second partition. Now, can I run the XP as guest OS on F10 using VM? and how? Did you try VirtualBox? Thank you. K. Rama Kishore BAbu -- Joachim Back

Request for help on VM

2009-03-20 Thread RAMAKISHOREBABU KOPPULA
G'day all, I have two partitions in my PC. I have installed F10 on one partition and Windows XP on the second partition. Now, can I run the XP as guest OS on F10 using VM? and how? Thank you. K. Rama Kishore BAbu -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.red

IPTABLES help

2009-03-20 Thread Arun Shrimali
Hi everyone, Can anybody help me how to configure iptable for pop3 and smtp I have setup a gateway server FC9, the network details are as follows : LAN (172.16.251.0/255.255.255.0 ) ---> Linux server (fedora 9, eth1 172.16.251.234, eth2 172.16.250.246, gw 172.16.250.245) <--

Re: Bash help requested: Capturing command errors within pipes

2009-03-19 Thread Cameron Simpson
On 19Mar2009 18:55, Daniel B. Thurman wrote: > Cameron Simpson wrote: >> Ok, but I strongly recommend you never us a regexp unquoted - the >> necessary backslash nesting gets nasty real fast. A better way is like >> this: >> re='s/b/h/' >> sed -e "$re" [...] >> The point here, unrelated to the

Re: Bash help requested: Capturing command errors within pipes

2009-03-19 Thread Daniel B. Thurman
Cameron Simpson wrote: On 19Mar2009 12:19, Daniel B. Thurman wrote: OK, I found out why I had a problem! I setup an intentional sed error: $ (re="-e '\'s/b/h/'"; echo "boo" | sed $re | echo "done"; echo ${PIPESTATUS}) done sed: -e expression #1, char 1: unknown command: `'' 0 [ I'

Re: please HELP!

2009-03-19 Thread Aldo Foot
Fed up with it now! > > Thanks for helping. Why let frustration set it? You've should've counted to 10,000 and chose a better subject line to get help. http://fedoraproject.org/wiki/Communicate/MailingListGuidelines ~af -- fedora-list mailing list fedora-list@redhat.com To unsubscribe:

please HELP!

2009-03-19 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonsoir, Who can tell me how to get rid off this stupid polkit-gnome-authorization always asking for root password if I want to plug a usb stick/hd, if I want to eject a CD/DVD *even if permission to do these actions are set to YES for ev

Re: Bash help requested: Capturing command errors within pipes

2009-03-19 Thread Cameron Simpson
On 19Mar2009 12:19, Daniel B. Thurman wrote: > OK, I found out why I had a problem! > > I setup an intentional sed error: > $ (re="-e '\'s/b/h/'"; echo "boo" | sed $re | echo "done"; echo > ${PIPESTATUS}) > done > sed: -e expression #1, char 1: unknown command: `'' > 0 [ I'm sure you know every

Re: Bash help requested: Capturing command errors within pipes

2009-03-19 Thread Daniel B. Thurman
Daniel B. Thurman wrote: Steven W. Orr wrote: On Thursday, Mar 19th 2009 at 14:11 -, quoth Daniel B. Thurman: =>S P Arif Sahari Wibowo wrote: =>> On Thu, 19 Mar 2009, Daniel B. Thurman wrote: =>> > How could one go about capturing command errors within pipes? =>> =>> The variable $PIPESTATU

Re: Bash help requested: Capturing command errors within pipes

2009-03-19 Thread Daniel B. Thurman
Steven W. Orr wrote: On Thursday, Mar 19th 2009 at 14:11 -, quoth Daniel B. Thurman: =>S P Arif Sahari Wibowo wrote: =>> On Thu, 19 Mar 2009, Daniel B. Thurman wrote: =>> > How could one go about capturing command errors within pipes? =>> =>> The variable $PIPESTATUS is just for that. =>>

<    1   2   3   4   5   6   7   8   9   10   >