Re: Disk

2012-11-24 Thread JD
On 11/24/2012 05:39 PM, Robert Nichols wrote: On 11/24/2012 09:36 AM, JD wrote: === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED Yet, running smartctl -x shows a few pre-failure values. To wit: 1 Raw_Read_Error_Rate POSR-- 117 099 006 - 1316068

Using HDMI with Radeon and fc17

2012-11-24 Thread Alex
Hi, I have a new fc17 x86_64 install with a Radeon HD5700 and the default xorg drivers included with fc17. I have an HDTV connected to the HDMI port and two monitors connected to each of the DVI ports. When I start Xorg with the HDTV connected, just the default fc17 splash screen graphic is displ

Brother HL5250 vs. Cups

2012-11-24 Thread Jonathan Ryshpan
Frequently when I try to print double sided to this printer I get a single page reading: ERROR NAME; stackunderflow COMMAND; pop OPERAND STACK; Has anyone else seen this? What's the problem? How can I fix it? System is Fedora-17 fully up to date,

Re: SCP problem -

2012-11-24 Thread Sam Varshavchik
Bob Goodwin - Zuni, Virginia, USA writes: Is there something wrong with this command? [root@box9 simple]# scp -r bobg@box8:/home/bobg/ /run/media/bobg/Simple/Box8BkU I would like to copy the contents [roughly 44G per du -h] of /home/bobg/ on box8 to an external USB 500

Re: Disk

2012-11-24 Thread Robert Nichols
On 11/24/2012 09:36 AM, JD wrote: === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED Yet, running smartctl -x shows a few pre-failure values. To wit: 1 Raw_Read_Error_Rate POSR-- 117 099 006 - 131606848 5 Reallocated_Sector_Ct PO--CK 100 100 036

Re: SCP problem -

2012-11-24 Thread Bob Goodwin - Zuni, Virginia, USA
On 24/11/12 17:02, Marko Vojinovic wrote: That is why i suggested to use rsync with the --links > option, this will copy links as links and is the better > solution as scp because both are running over ssh but > rsync is much more fexilble and can cover any type of > links and attributes Yes, rs

Re: UEFI is a POS

2012-11-24 Thread Cameron Simpson
On 23Nov2012 19:09, Gary Kline wrote: | I know what I did in the newest bios: essentially nothing. [...] | [...] and choosing the "Load Defaults" button! in other | words, I chickened out:) I tend to avoid such buttons unless I want to trash the box's setup. Load defaults will

Re: SCP problem -

2012-11-24 Thread Bob Goodwin - Zuni, Virginia, USA
On 24/11/12 16:01, Bob Goodwin - Zuni, Virginia, USA wrote: Ok, I cleared all the files from the previous effort and restarted it with rsync which seems to be running happily. I will report the results. Thank you, Bob Success, this time it transferred about 46 gigs. Rsync

Re: SCP problem -

2012-11-24 Thread Marko Vojinovic
On Sat, 24 Nov 2012 22:47:20 +0100 Reindl Harald wrote: > > > Am 24.11.2012 22:42, schrieb Marko Vojinovic: > > However, your problem seems to be in the circular links in the > > source /home/bobg/. Somewhere under the directory tree, there is > > probably a soft link pointing to its own parent

Re: SCP problem -

2012-11-24 Thread Reindl Harald
Am 24.11.2012 22:42, schrieb Marko Vojinovic: > However, your problem seems to be in the circular links in the > source /home/bobg/. Somewhere under the directory tree, there is > probably a soft link pointing to its own parent directory (or several > levels up). Since scp follows symbolic links

Re: SCP problem -

2012-11-24 Thread Marko Vojinovic
On Sat, 24 Nov 2012 15:19:41 -0500 "Bob Goodwin - Zuni, Virginia, USA" wrote: > Is there something wrong with this command? > > [root@box9 simple]# scp -r bobg@box8:/home/bobg/ > /run/media/bobg/Simple/Box8BkU > > I would like to copy the contents [roughly 44G per du -h]

Re: SCP problem -

2012-11-24 Thread Reindl Harald
Am 24.11.2012 22:25, schrieb Aaron Konstam: > On Sat, 2012-11-24 at 15:19 -0500, Bob Goodwin - Zuni, Virginia, USA > wrote: >> Is there something wrong with this command? >> >> [root@box9 simple]# scp -r bobg@box8:/home/bobg/ >> /run/media/bobg/Simple/Box8BkU > > I would star

Re: SCP problem -

2012-11-24 Thread Aaron Konstam
On Sat, 2012-11-24 at 15:19 -0500, Bob Goodwin - Zuni, Virginia, USA wrote: > Is there something wrong with this command? > > [root@box9 simple]# scp -r bobg@box8:/home/bobg/ > /run/media/bobg/Simple/Box8BkU > > I would like to copy the contents [roughly 44G per du -h] of

Re: SCP problem -

2012-11-24 Thread Reindl Harald
Am 24.11.2012 22:01, schrieb Bob Goodwin - Zuni: > On 24/11/12 15:42, Matthew Miller wrote: >> On Sat, Nov 24, 2012 at 09:29:08PM +0100, Reindl Harald wrote: >>> if would use rsync instead of scp for many reasons >>> rsync -ztPrlHpogEAX bobg@box8:/home/bobg/ /run/media/bobg/Simple/Box8BkU/ >> >>

Re: SCP problem -

2012-11-24 Thread Bob Goodwin - Zuni, Virginia, USA
On 24/11/12 15:42, Matthew Miller wrote: On Sat, Nov 24, 2012 at 09:29:08PM +0100, Reindl Harald wrote: if would use rsync instead of scp for many reasons rsync -ztPrlHpogEAX bobg@box8:/home/bobg/ /run/media/bobg/Simple/Box8BkU/ +1 to using rsync. Although, instead of that alphabet soup, I wo

Re: SCP problem -

2012-11-24 Thread Reindl Harald
Am 24.11.2012 21:37, schrieb Bob Goodwin - Zuni: > On 24/11/12 15:29, Reindl Harald wrote: >> maybe some bug because /run/ is tmpfs >> >> GENERALLY: use a trailing slash for scp/rsync if you mean folders >> /run/media/bobg/Simple/Box8BkU/ >> >> if would use rsync instead of scp for many reasons >

Re: SCP problem -

2012-11-24 Thread Matthew Miller
On Sat, Nov 24, 2012 at 09:29:08PM +0100, Reindl Harald wrote: > if would use rsync instead of scp for many reasons > rsync -ztPrlHpogEAX bobg@box8:/home/bobg/ /run/media/bobg/Simple/Box8BkU/ +1 to using rsync. Although, instead of that alphabet soup, I would just use "rsync -avP" adding H and X

Re: SCP problem -

2012-11-24 Thread Bob Goodwin - Zuni, Virginia, USA
On 24/11/12 15:29, Reindl Harald wrote: maybe some bug because /run/ is tmpfs GENERALLY: use a trailing slash for scp/rsync if you mean folders /run/media/bobg/Simple/Box8BkU/ if would use rsync instead of scp for many reasons rsync -ztPrlHpogEAX bobg@box8:/home/bobg/ /run/media/bobg/Simple/Bo

Re: SCP problem -

2012-11-24 Thread Reindl Harald
Am 24.11.2012 21:19, schrieb Bob Goodwin - Zuni: > >Is there something wrong with this command? > >[root@box9 simple]# scp -r bobg@box8:/home/bobg/ >/run/media/bobg/Simple/Box8BkU > >I would like to copy the contents [roughly 44G per du -h] of >/home/bobg/ on box8

SCP problem -

2012-11-24 Thread Bob Goodwin - Zuni, Virginia, USA
Is there something wrong with this command? [root@box9 simple]# scp -r bobg@box8:/home/bobg/ /run/media/bobg/Simple/Box8BkU I would like to copy the contents [roughly 44G per du -h] of /home/bobg/ on box8 to an external USB 500G hard drive. The problem is that it appe

Re: start openvpn client on boot fedora 17 64bit

2012-11-24 Thread Kevin Fenzi
On Sat, 24 Nov 2012 11:39:48 -0500 Brian West wrote: > I have an account with strong vpn im trying to get openvpn to start > on boot in fedora 17 but it is not playing nice at all people say set > it up in network manager but with strongvpn you login via a cert > thats included inside your config

Re: start openvpn client on boot fedora 17 64bit

2012-11-24 Thread Reindl Harald
Am 24.11.2012 17:39, schrieb Brian West: > I have an account with strong vpn im trying to get openvpn to start on boot > in fedora 17 but it is not playing nice > at all people say set it up in network manager but with strongvpn you login > via a cert thats included inside your > config file.

Re: Disk

2012-11-24 Thread Brian West
On 11/24/2012 10:36 AM, JD wrote: On 11/24/2012 04:13 AM, Alan Cox wrote: On Sat, 24 Nov 2012 01:34:59 -0700 JD wrote: which info retrieved by sdparam or hdparam would indicate that the drive is reaching it's EOL. You want the smart health test man smartctl. I suspect --health is what you a

start openvpn client on boot fedora 17 64bit

2012-11-24 Thread Brian West
I have an account with strong vpn im trying to get openvpn to start on boot in fedora 17 but it is not playing nice at all people say set it up in network manager but with strongvpn you login via a cert thats included inside your config file. how can i start it as a service i followed the step

Re: Disk

2012-11-24 Thread Reindl Harald
Am 24.11.2012 16:36, schrieb JD: > So, I have been looking for ways to prevent the drives from going to sleep. > Only thing I have found was the option -s in the manpage for hdparm, but it > has the "VERY DANGEROUS" phrase tacked to it, but without explanation as to > the consequences of the dang

Re: Disk

2012-11-24 Thread JD
On 11/24/2012 04:13 AM, Alan Cox wrote: On Sat, 24 Nov 2012 01:34:59 -0700 JD wrote: which info retrieved by sdparam or hdparam would indicate that the drive is reaching it's EOL. You want the smart health test man smartctl. I suspect --health is what you are looking for ? Interesting! Run

Re: Getting rid of nepomukserver

2012-11-24 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 23 Nov 2012, R. G. Newbury wrote: > Thanks. What a stupidly obtuse system for wasting cycles. I didn't even know > that there was another complete level of 'service' management. Now it is > turned off, it still does not answer the question: >

Re: linux-wlan-ng module

2012-11-24 Thread Timothy Murphy
JD wrote: >> I have an ancient Intel Pro/Wireless WUD2011BWW USB device >> which works fine under Windows XP, >> and which I'd like to get working under Fedora. ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mandrakelinux/devel/cooker/SRPMS/main/release/prism2- utils-0.2.8

Re: Disk

2012-11-24 Thread Alan Cox
On Sat, 24 Nov 2012 01:34:59 -0700 JD wrote: > which info retrieved by sdparam or hdparam would indicate > that the drive is reaching it's EOL. You want the smart health test man smartctl. I suspect --health is what you are looking for ? -- users mailing list users@lists.fedoraproject.org To un

Disk

2012-11-24 Thread JD
which info retrieved by sdparam or hdparam would indicate that the drive is reaching it's EOL. I'm getting a lot of these errors: [12152.032068] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [12152.032082] ata4.00: failed command: READ DMA [12152.032101] ata4.00: cmd c8/00:0