Re: W: best way to clone server data using rsync

2012-05-01 Thread Tuxoholic
I noticed rsh is not installed, it's linked to /etc/alternatives/rsh, which is linked to /usr/bin/ssh. Calling rsh instead of ssh should avoid file encryption during transfer, at least that was the intention. The socket options boost transfer speed quite a lot, I usually have 65355 buffers

Re: Supermicro SAS controller

2012-05-01 Thread Stan Hoeppner
On 5/1/2012 12:37 PM, Ramon Hofer wrote: I have the RPC-4220 case with 20 howswap slots. You should have mentioned this sooner, as there is a better solution than buying 3 of the 9211-8i, which is $239*3= $717. And you end up with one SFF8087 port wasted. Instead, get a 24 port Intel 6Gb SAS

Re: Partman-Auto - Multi-Disk OR Use Existing Layout via Preseed

2012-05-01 Thread Andrew M.A. Cater
On Sat, Apr 28, 2012 at 01:54:40PM -0400, Tom H wrote: On Thu, Apr 26, 2012 at 1:41 PM, Matthew Drobnak mdrob...@appnexus.com wrote: On 04/26/2012 08:50 AM, Tom H wrote: The only, somewhat unhelpful, thing that I can contribute is that I've only been able to use two disks with pressed

Re: ls sorting order change

2012-05-01 Thread Wayne Topa
On 05/01/2012 03:10 PM, Dan B. wrote: What controls the order that the ls command uses for sorting names? On a fresh Squeeze installation, ls seems to ignore leading . characters (it no longer lists all hidden files adjacent to each other) and to ignore capitalization differences. It used to

Re: Partman-Auto - Multi-Disk OR Use Existing Layout via Preseed

2012-05-01 Thread Matthew Drobnak
%packages @base -Package1youdontwant -Package2 :) As for the parted item: This did what I mentioned earlier: # Partitioning ## Dump everything from the installer # We ARE going to overwrite everything. Really. d-i partman-md/confirm_nooverwrite boolean true partman-lvm

Re: Problem with Alsa and HDMI audio output

2012-05-01 Thread Rob Owens
On Tue, May 01, 2012 at 05:27:01PM +0200, José Luis Segura Lucas wrote: Hi! I have a computer with a HDMI output. If I use the default audio output (3.5 jack) it works fine, but when I try to use the HDMI one, I have some problems. I tried to configure it using the pulseaudio GUI, I can't

Re: ls sorting order change

2012-05-01 Thread John Hasler
Dan B. wrote: What controls the order that the ls command uses for sorting names? LC_COLLATE. Set it to C. -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: [OT] Mails coming from joe1assis...@gmail.com

2012-05-01 Thread Brian
On Tue 01 May 2012 at 21:28:41 +0200, David Sastre Medina wrote: Here you have: (opening and closing ascii-scissors are mine) [Useful information snipped] Thank you. The mail you received is essentially the same as the one provided by Camaleón. It too was sent within a minute of your posting

How do I remove a bad file??

2012-05-01 Thread Dennis Wicks
Greetings; I have a file that looks like the following in an ls list; -? ? ?? ?? Inbox.msf I can't do anything with it. Can't mv, rm, cp, or anything else I have thought of to get rid of it or write over it. Any ideas how I can get this thing out of

X server: connection refused

2012-05-01 Thread Charles Kroeger
After a dist-upgrade to an AMD64 wheezy/sid installation I get the following: $startx /etc/X11/xinit/sderverrc: 3: exec: /usr/bin/X: not found xinit: giving up xinit: unable to connect to X server: connection refused xinit: server error I had a look at /etc/X11/xinit/xserverrc #!/bin/sh exec

Re: How do I remove a bad file??

2012-05-01 Thread Dan Hitt
Handle this with great care!! If you can remove it in the gui, do so. That would be safest. If you cannot, then look up the man page on rm, and make sure that the -i flag works. -i stands for inquire, and should ask you for each file that it wants to remove whether to remove it or not. When

Re: X server: connection refused

2012-05-01 Thread Indulekha
On Tue, May 01, 2012 at 06:13:51PM -0500, Charles Kroeger wrote: After a dist-upgrade to an AMD64 wheezy/sid installation I get the following: $startx /etc/X11/xinit/sderverrc: 3: exec: /usr/bin/X: not found xinit: giving up xinit: unable to connect to X server: connection refused xinit:

PlayOnLinux + wine + amd64

2012-05-01 Thread Brad Alexander
Hey all, Got a question about running games in wine. I had, on my system, playonlinux (4.0.12) on my i386 system. Had a few games installed, and everything was working. Well, first of the year, I upgraded my system from a core2duo to an AMD Phenom II x4. So I reinstalled Debian, this time amd64.

Re: How do I remove a bad file??

2012-05-01 Thread Indulekha
On Tue, May 01, 2012 at 04:46:19PM -0700, Dan Hitt wrote: Handle this with great care!! If you can remove it in the gui, do so. That would be safest. If you cannot, then look up the man page on rm, and make sure that the -i flag works. -i stands for inquire, and should ask you for

Re: How do I remove a bad file??

2012-05-01 Thread Go Linux
--- On Tue, 5/1/12, Dennis Wicks w...@mgssub.com wrote: From: Dennis Wicks w...@mgssub.com Subject: How do I remove a bad file?? To: debian-user@lists.debian.org Date: Tuesday, May 1, 2012, 6:20 PM Greetings; I have a file that looks like the following in an ls list; -? ? ?   

Re: How do I remove a bad file??

2012-05-01 Thread John L. Cunningham
On Tue, May 01, 2012 at 06:20:11PM -0500, Dennis Wicks wrote: Greetings; I have a file that looks like the following in an ls list; -? ? ?? ?? Inbox.msf I can't do anything with it. Can't mv, rm, cp, or anything else I have thought of to get rid

Wheezy amd64 gnome - No sound

2012-05-01 Thread BG
For the first time ever I got a problem with my Debian system that I can't fix on my own. That says alot about Debian in general and I'd like to thank everyone involved. Here's the rundown. Sorry if it's long winded. I updated about a month back and my sound stopped working. No problem, I

Re: PlayOnLinux + wine + amd64

2012-05-01 Thread Paul Johnson
On Tue, May 1, 2012 at 5:09 PM, Brad Alexander stor...@gmail.com wrote: ...And sure enough, I appear to. Is it as  simple as installing libgl1-nvidia-alternatives-ia32, libgl1-nvidia-glx-ia32, and nvidia-glx-ia32? Can I install these alongside the amd64 ones without negative impact? You

Re: cpu frequency management opteron lost?

2012-05-01 Thread Ralf Mardorf
On Tue, 2012-05-01 at 21:27 +0200, Joost Kraaijeveld wrote: On di, 2012-05-01 at 19:57 +0200, Ralf Mardorf wrote: I'm a pro-audio Linux user. CPU freq scaling is important for me. Debian has a script that runs on startup, it will force ondemand. I don't remember the location, but it

Re: PlayOnLinux + wine + amd64

2012-05-01 Thread Noah Duffy
On Tue, 2012-05-01 at 20:09 -0400, Brad Alexander wrote: Hey all, Got a question about running games in wine. I had, on my system, playonlinux (4.0.12) on my i386 system. Had a few games installed, and everything was working. Well, first of the year, I upgraded my system from a core2duo to

Re: cpu frequency management opteron lost?

2012-05-01 Thread Ralf Mardorf
On Tue, 2012-05-01 at 21:00 +, debian-user wrote: I can't see acpi_cpufreq loaded... hum, wait, for AMD should be powernow-k8 insetad, right? Is it loaded? Not according to lsmod. Loading it manually gives: modprobe -vv powernow-k8 insmod

Re: X server: connection refused

2012-05-01 Thread Charles Kroeger
On Wed, 02 May 2012 02:00:02 +0200 Indulekha indule...@theunworthy.com wrote: Appears you no longer have the xserver installed. Upgrade get interrupted, or finish with errors perhaps? Thanks for your response however I'm not sure it isn't something else as all the nividia-glx 295.40-1

Re: X server: connection refused

2012-05-01 Thread Indulekha
On Tue, May 01, 2012 at 09:53:55PM -0500, Charles Kroeger wrote: On Wed, 02 May 2012 02:00:02 +0200 Indulekha indule...@theunworthy.com wrote: Appears you no longer have the xserver installed. Upgrade get interrupted, or finish with errors perhaps? Thanks for your response however

Which running apps can I safely get rid of?

2012-05-01 Thread Emil Payne
I know there are a bunch of things that load automatically and many are necessary and others that do I want to run, but I know that there are things that automatically start that I don't want or need. Which of these can I safely get rid of and how can I prevent them from automatically

Re: genisoimage and truncating of file names

2012-05-01 Thread Chris Bannister
[Please trim your posts!] On Tue, May 01, 2012 at 05:24:10AM +0100, Sharon Kimble wrote: On 01/05/2012, Indulekha indule...@theunworthy.com wrote: Why don't you just rename your files, replacing the spaces with underscores? It's easy enough to do and to reverse... Thats exactly what i've

Re: How do I remove a bad file??

2012-05-01 Thread Jochen Spieker
Dennis Wicks: Greetings; I have a file that looks like the following in an ls list; -? ? ?? ?? Inbox.msf I can't do anything with it. Can't mv, rm, cp, or anything else I have thought of to get rid of it or write over it. Any ideas how I can

Re: Solved: Re: Can't install flashplugin.nonfree. ERROR: wget failed to download

2012-05-01 Thread Chris Bannister
On Tue, May 01, 2012 at 05:05:28PM +0900, Han Soo Chang wrote: Thanks for your help. It was just that I needed to apt-get install as root, not sudo apt-get. The following command # apt-get install flashplugin-nonfree worked just fine. $ sudo apt-get install flashplugin-nonfree failed

<    1   2