Re: i915: wheezy / jessie freeze under X

2014-01-26 Thread Chris Bannister
On Sun, Jan 26, 2014 at 09:09:43PM +0100, Ralf wrote: > Hi, > > Three days ago wheezy began to freeze at the login prompt: no keyboard > and often no mouse, it's a i915 laptop from asus. > > xorg.log loads the intel sandy bridge driver correctly, also > other stuff like vesa_drv et fbdev_drv. AT

Re: Help with command - cp

2014-01-26 Thread ghaverla
Your requirement (to skip hidden files and directories) is what is usually required. But, as a generic rule, you can use the echo command to help with analysing how the command line shell might expand a wild card. echo cp /path/to/src/* /path/to/dest > some_tmp_file If I do this on my home direc

Re: fastest linux distro

2014-01-26 Thread Mihamina RKTMB
On 01/25/2014 05:17 AM, tom arnall wrote: Currently I am running ubuntu 12.04. I am unhappy with the speed of it. Any info/suggestions will be greatly appreciated. What actions are slow? - boot time? - window switch? - application launch? - web page rendering? -- To UNSUBSCRIBE, email to deb

Re: Help with command - cp

2014-01-26 Thread Ralf Mardorf
On Sun, 2014-01-26 at 23:24 +0100, Mathias Bauer wrote: > If the target directory *exists* the trailing slash will *not* be > necessary On Mon, 2014-01-27 at 12:44 +1100, Zenaan Harkness wrote: > and yet there is the advantage of training the fingers Using the tab-key a / is automatically attache

Re: Gnome "unrunnable" after upgrade to Wheezy (Was: "Gnome 3 fail scenario")

2014-01-26 Thread Patrick Bartek
On Sun, 26 Jan 2014, Bob Bernstein wrote: > On Sun, 26 Jan 2014, Patrick Bartek wrote: > > > Your system probably older, and lacks the hardware requirements to > > run GNOME 3 -- mine does, too -- and hence it drops to fallback > > mode. The problem is usually the graphics card. > > My machine,

Re: Gnome "unrunnable" after upgrade to Wheezy (Was: "Gnome 3 fail scenario")

2014-01-26 Thread Bob Bernstein
On Sun, 26 Jan 2014, Patrick Bartek wrote: Your system probably older, and lacks the hardware requirements to run GNOME 3 -- mine does, too -- and hence it drops to fallback mode. The problem is usually the graphics card. My machine, a "virtual private server," has NO video card. I even ran

Re: Need help configuring vsftpd with SSL + virtual users on Debian Wheezy

2014-01-26 Thread Blaine LaFreniere
On 1/26/14, 6:50 PM, Blaine LaFreniere wrote: I want to configure vsftpd to use virtual users, and have the connection made over SSL. Here's my config at /etc/vsftpd.conf: # Defaults from example config. listen=YES anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 anon_uplo

Need help configuring vsftpd with SSL + virtual users on Debian Wheezy

2014-01-26 Thread Blaine LaFreniere
I want to configure vsftpd to use virtual users, and have the connection made over SSL. Here's my config at /etc/vsftpd.conf: # Defaults from example config. listen=YES anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 anon_upload_enable=NO anon_mkdir_write_enable=NO dirmess

Re: Gnome "unrunnable" after upgrade to Wheezy (Was: "Gnome 3 fail scenario")

2014-01-26 Thread Patrick Bartek
On Sun, 26 Jan 2014, Bob Bernstein wrote: > I just upgraded squeeze to wheezy on a remote vps host, a "Linode." > Gnome will only launch as far as running the session provided by the > gnome-session-fallback' package. > > Prior to installing _that_ package gnome's failure was sufficiently > ha

Re: Help with command - cp

2014-01-26 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-27 02:04, Mathias Bauer wrote: > * Felix C. Stegerman wrote on 2014-01-26 at 23:58 (+0100): > >> On 2014-01-26 23:24, Mathias Bauer wrote: > >>> * Mr Smiley wrote on 2014-01-26 at 20:56 (+): >>> > cp -Rp /path/to/sourcedir/A/* /

Re: Help with command - cp

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Mathias Bauer wrote: > * Felix C. Stegerman wrote on 2014-01-26 at 23:58 (+0100): > >> On 2014-01-26 23:24, Mathias Bauer wrote: >> > * Mr Smiley wrote on 2014-01-26 at 20:56 (+): >> > >> > > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B >> > > >> > > If you don't put a

Re: missing package long descriptions

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Brian wrote: > On Mon 27 Jan 2014 at 09:52:03 +1100, Zenaan Harkness wrote: > >> On 1/27/14, Brian wrote: >> > >> > And if you comment out file:/// sources and uncomment the iiNet >> > sources? >> > No updating, of course. >> >> Package descriptions show again; similarly if I have bot

bootpd usage and the server address.

2014-01-26 Thread peter
With this one line in /etc/bootptab, root@dalton:~# tail --lines=1 /etc/bootptab sparc2:sa=172.25.2.1:td=/tftpboot:hd=/:bf="AC190202.SUN4C":rp=/export/sparc2/root/: bootp complains about the address. root@dalton:~# bootpd -d9 bootpd: info(6): bootptab mtime: Sun Jan 26 15:33:54 2014 bootpd: i

Re: Help with command - cp

2014-01-26 Thread Mathias Bauer
* Felix C. Stegerman wrote on 2014-01-26 at 23:58 (+0100): > On 2014-01-26 23:24, Mathias Bauer wrote: > > * Mr Smiley wrote on 2014-01-26 at 20:56 (+): > > > > > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B > > > > > > If you don't put a / after B it will copy all files to a > >

Re: missing package long descriptions

2014-01-26 Thread Brian
On Mon 27 Jan 2014 at 09:52:03 +1100, Zenaan Harkness wrote: > On 1/27/14, Brian wrote: > > > > And if you comment out file:/// sources and uncomment the iiNet sources? > > No updating, of course. > > Package descriptions show again; similarly if I have both sources uncommented. We'll have A=

Re: Help with command - cp

2014-01-26 Thread Jeff Bauer
On Sun, 1/26/14, Lisi Reisz wrote: As I said to Zenaan, it is obviously time for me to bite the bullet of rsync. It seems a significantly better tool for the purpose than cp. Some time ago I was using "cp" for bulk file copying, but was having some issues with maintaining the original

Re: Help with command - cp

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Mathias Bauer wrote: > * Mr Smiley wrote on 2014-01-26 at 20:56 (+): > >> > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B >> >> If you don't put a / after B it will copy all files to a file >> called B > > No, obviously not. true >> So your above >> cp -Rp /path/to/sour

Re: Help with command - cp

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Go Linux wrote: > On Sun, 1/26/14, Lisi Reisz wrote: >> As I said to Zenaan, it is obviously time for me to bite the bullet of >> rsync. It seems a significantly better tool for the purpose than cp. > Maybe you'd find grsync gui less intimidating than cli? I've used one or two rs

Re: Help with command - cp

2014-01-26 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-26 23:24, Mathias Bauer wrote: > * Mr Smiley wrote on 2014-01-26 at 20:56 (+): > >>> cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B >> >> If you don't put a / after B it will copy all files to a file >> called B > > No, ob

Thanks! Re: Help with command - cp

2014-01-26 Thread Lisi Reisz
On Sunday 26 January 2014 14:26:18 Lisi Reisz wrote: > I am wanting to use the CLI to copy some files from dirA to dirB. > I want to exclude all hidden files. Will this command achieve it? > :-- > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B I have been away from my computer for a w

Re: missing package long descriptions

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Brian wrote: > On Sun 26 Jan 2014 at 20:39:42 +1100, Zenaan Harkness wrote: > >> OK, /var/lib/apt/lists/ currently contains the Translation-en files >> for _both_ my Internet/iiNet sources entry, _and_ my local file:/// >> repo entry. >> >> Now, when I change the sources.list to point

Re: Help with command - cp

2014-01-26 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-26 21:48, Mathias Bauer wrote: > * Felix C. Stegerman wrote on 2014-01-26 at 15:49 (+0100): > >> On 2014-01-26 15:26, Lisi Reisz wrote: >>> I am wanting to use the CLI to copy some files from dirA to >>> dirB. I want to exclude all hidd

Re: Help with command - cp

2014-01-26 Thread Mathias Bauer
* Mr Smiley wrote on 2014-01-26 at 20:56 (+): > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B > > If you don't put a / after B it will copy all files to a file > called B No, obviously not. $ mkdir src $ echo foo > src/file1 $ echo bar > src/file2 $ echo baz > src

Gnome "unrunnable" after upgrade to Wheezy (Was: "Gnome 3 fail scenario")

2014-01-26 Thread Bob Bernstein
I just upgraded squeeze to wheezy on a remote vps host, a "Linode." Gnome will only launch as far as running the session provided by the gnome-session-fallback' package. Prior to installing _that_ package gnome's failure was sufficiently hard to prevent the vpn server on the host from launchin

Re: How to setup a simple email server?

2014-01-26 Thread Mr Smiley
On 26/01/14 09:19, Stan Hoeppner wrote: On 1/25/2014 1:09 PM, Garry wrote: I would like to setup a simple email server and run it out of my house. I have everything needed in order to do it. In fact I had one setup successfully about a year ago and crashed it. I can't figure out how I did it. T

Re: Help with command - cp

2014-01-26 Thread Mr Smiley
On 26/01/14 14:26, Lisi Reisz wrote: I am wanting to use the CLI to copy some files from dirA to dirB. I want to exclude all hidden files. Will this command achieve it? :-- cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B Thanks, Lisi If you don't put a / after B it will copy all fi

Re: Help with command - cp

2014-01-26 Thread Mathias Bauer
* Felix C. Stegerman wrote on 2014-01-26 at 15:49 (+0100): > On 2014-01-26 15:26, Lisi Reisz wrote: > > I am wanting to use the CLI to copy some files from dirA to > > dirB. I want to exclude all hidden files. Will this command > > achieve it? > > I prefer using rsync instead: > > $ rsync --dry-

i915: wheezy / jessie freeze under X

2014-01-26 Thread Ralf
Hi, Three days ago wheezy began to freeze at the login prompt: no keyboard and often no mouse, it's a i915 laptop from asus. I looked in newsgroups whether it might be gdm3, but lighted didn't solve the issue. I also looked for the xkeyboard mapping, and relaunched dpkg-reconfigure, but that didn

Re: Help with command - cp

2014-01-26 Thread Go Linux
On Sun, 1/26/14, Lisi Reisz wrote: Subject: Re: Help with command - cp To: debian-user@lists.debian.org Date: Sunday, January 26, 2014, 10:05 AM As I said to Zenaan, it is obviously time for me to bite the bullet of rsync.  It seems a signific

Re: Connecting Debian to Android phone

2014-01-26 Thread Robert Holtzman
On Sun, Jan 26, 2014 at 02:05:35AM -0500, ken wrote: > On 01/25/2014 04:35 PM Csanyi Pal wrote: > >Hi, > > > >I want to connect my Samsung Galaxy S4 mini mobile phone with my Debian > >SID desktop system through an USB cable to transfer files from phone to > >Debian system. How can I do that? > > >

Re: Help with command - cp

2014-01-26 Thread Lisi Reisz
On Sunday 26 January 2014 16:53:17 Brian wrote: > On Sun 26 Jan 2014 at 16:05:52 +, Lisi Reisz wrote: > > As I said to Zenaan, it is obviously time for me to bite the > > bullet of rsync. It seems a significantly better tool for the > > purpose than cp. > > The Midnight Commander (mc) is worth

Re: Help with command - cp

2014-01-26 Thread Brian
On Sun 26 Jan 2014 at 16:05:52 +, Lisi Reisz wrote: > As I said to Zenaan, it is obviously time for me to bite the bullet of > rsync. It seems a significantly better tool for the purpose than cp. The Midnight Commander (mc) is worth considerating for the sort of job you described. See 'File

Re: Help with command - cp

2014-01-26 Thread Ralf Mardorf
On Sun, 2014-01-26 at 14:26 +, Lisi Reisz wrote: > I am wanting to use the CLI to copy some files from dirA to dirB. I > want to exclude all hidden files. Will this command achieve it? :-- > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B Globbing lady! Yesno, it won't copy hidde

Re: Help with command - cp

2014-01-26 Thread Lisi Reisz
Sorry for sending this off-list, Gord. Resending to where it ought to have gone in the first place. On Sunday 26 January 2014 15:09:10 ghaverla wrote: > Your requirement (to skip hidden files and directories) is what is > usually required. > > But, as a generic rule, you can use the echo command

Re: missing package long descriptions

2014-01-26 Thread Brian
On Sun 26 Jan 2014 at 20:39:42 +1100, Zenaan Harkness wrote: > OK, /var/lib/apt/lists/ currently contains the Translation-en files > for _both_ my Internet/iiNet sources entry, _and_ my local file:/// > repo entry. > > Now, when I change the sources.list to point to local file:/// > sources, comm

Re: Help with command - cp

2014-01-26 Thread Lisi Reisz
On Sunday 26 January 2014 14:49:31 Felix C. Stegerman wrote: > On 2014-01-26 15:26, Lisi Reisz wrote: > > I am wanting to use the CLI to copy some files from dirA to dirB. > > I want to exclude all hidden files.  Will this command achieve > > it? >> :-- > > cp -Rp /path/to/sourcedir/A/* /path/to/d

Re: Help with command - cp

2014-01-26 Thread Lisi Reisz
On Sunday 26 January 2014 14:40:26 Zenaan Harkness wrote: > Your command will exclude files and dirs beginning with period > ('.'), in the directory /path/to/sourcedir/A/ > but not "hidden" files in subdirectories (I note your -R/-r > option). If you really are only copying files, then -r is not >

Re: How to setup a simple email server?

2014-01-26 Thread Jerry Stuckle
On 1/26/2014 4:19 AM, Stan Hoeppner wrote: On 1/25/2014 1:09 PM, Garry wrote: I would like to setup a simple email server and run it out of my house. I have everything needed in order to do it. In fact I had one setup successfully about a year ago and crashed it. I can't figure out how I did it.

Re: Help with command - cp

2014-01-26 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-26 15:26, Lisi Reisz wrote: > I am wanting to use the CLI to copy some files from dirA to dirB. > I want to exclude all hidden files. Will this command achieve it? > :-- > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B Not qu

Re: Help with command - cp

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Zenaan Harkness wrote: > On 1/27/14, Lisi Reisz wrote: >> I am wanting to use the CLI to copy some files from dirA to dirB. I >> want to exclude all hidden files. Will this command achieve it? :-- >> >> cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B > > BTW, with GNU ls, -r

Re: Help with command - cp

2014-01-26 Thread Zenaan Harkness
On 1/27/14, Lisi Reisz wrote: > I am wanting to use the CLI to copy some files from dirA to dirB. I > want to exclude all hidden files. Will this command achieve it? :-- > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B BTW, with GNU ls, -r is the same as -R, but doesn't require press

Help with command - cp

2014-01-26 Thread Lisi Reisz
I am wanting to use the CLI to copy some files from dirA to dirB. I want to exclude all hidden files. Will this command achieve it? :-- cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B Thanks, Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "u

Re: Check config files on upgrade (was ... Re: Gnome 3 fail scenario)

2014-01-26 Thread Chris Bannister
On Sun, Jan 26, 2014 at 11:59:28AM +, Brad Rogers wrote: > On Mon, 27 Jan 2014 00:39:47 +1300 > Chris Bannister wrote: > > Hello Chris, > > >keep my own version of the config file, which led to my crisis. > >Now if I had known to compare the new '/etc/vim/vimrc' with my one ... > > IDK what

Re: Using loop devices in Debian

2014-01-26 Thread Andrew M.A. Cater
On Thu, Jan 23, 2014 at 08:04:53AM -0600, Richard Owlett wrote: > Having read http://en.wikipedia.org/wiki/Loop_device, I suspect > using a loop device will alleviate some of my problems. > It should do. Install methods for Debian on machines supporting a CD/DVD: 1. Boot from a physical CD / D

Re: missing package long descriptions

2014-01-26 Thread Chris Bannister
CC'ing de...@lists.debian.org On Sun, Jan 26, 2014 at 08:39:42PM +1100, Zenaan Harkness wrote: > > Now, when I change the sources.list to point to local file:/// > sources, commenting out the iiNet sources, and _not_ doing an apt-get > update, then package long descriptions disappear! Even thoug

Re: Check config files on upgrade (was ... Re: Gnome 3 fail scenario)

2014-01-26 Thread Brad Rogers
On Mon, 27 Jan 2014 00:39:47 +1300 Chris Bannister wrote: Hello Chris, >keep my own version of the config file, which led to my crisis. >Now if I had known to compare the new '/etc/vim/vimrc' with my one ... IDK what it was like then, but nowadays you're asked if you wish to view the difference

Check config files on upgrade (was ... Re: Gnome 3 fail scenario)

2014-01-26 Thread Chris Bannister
On Sat, Jan 25, 2014 at 07:53:28PM -0500, Bob Bernstein wrote: > Why oh why do I ever choose the package maintainer's config for a > package I have already config'd? It's one of those questions that > plagues perennial philosophy. But I digress... It can bite you both ways! e.g. if a major new ver

Re: Connecting Debian to Android phone

2014-01-26 Thread Chris Bannister
On Sat, Jan 25, 2014 at 10:35:44PM +0100, Csanyi Pal wrote: > Hi, > > I want to connect my Samsung Galaxy S4 mini mobile phone with my Debian > SID desktop system through an USB cable to transfer files from phone to > Debian system. How can I do that? Search the archives, there has been a few dis

Re: systemd hanging on ls -l /media/

2014-01-26 Thread Zenaan Harkness
SOLVED, I think: On 12/15/13, Zenaan Harkness wrote: > When I run ls -l /media/, the command hangs. Ctrl-C breaks the hang. The hang appears to be due to the following combination, in my case: the -F option to ls, with a directory in the directory being listed, which directory is a mount p

Re: Connecting Debian to Android phone

2014-01-26 Thread Anubhav Yadav
There are also precompiled binaries somewhere. I am travelling right now so can't help you much. Let me get back to my desk. On 26 Jan 2014 15:10, "Csanyi Pal" wrote: > Hi, > > Anubhav Yadav writes: > > > On 26 Jan 2014 12:54, "Csanyi Pal" wrote: > > > > ken writes: > > > > > On 01/25/

Re: Connecting Debian to Android phone

2014-01-26 Thread Csanyi Pal
Hi, Anubhav Yadav writes: > On 26 Jan 2014 12:54, "Csanyi Pal" wrote: > > ken writes: > > > On 01/25/2014 04:35 PM Csanyi Pal wrote: > >> Hi, > >> > >> I want to connect my Samsung Galaxy S4 mini mobile phone with > my Debian > >> SID desktop system through an

Re: missing package long descriptions

2014-01-26 Thread Zenaan Harkness
TADA! Repeatability: On 1/26/14, Zenaan Harkness wrote: > On 1/26/14, Brian wrote: >> On Sun 26 Jan 2014 at 04:52:10 +1100, Zenaan Harkness wrote: >> >>> I'm currently home and running on local repo. >> >> With >>deb ftp://ftp.iinet.net.au/debian/debian sid main contrib non-free >> >> as the

Re: How to setup a simple email server?

2014-01-26 Thread Stan Hoeppner
On 1/25/2014 1:09 PM, Garry wrote: > I would like to setup a simple email server and run it out of my > house. I have everything needed in order to do it. In fact I had one > setup successfully about a year ago and crashed it. I can't figure > out how I did it. > > There's only two email addresses

Re: Gnome 3 fail scenario

2014-01-26 Thread Joe
On Sat, 25 Jan 2014 19:53:28 -0500 (EST) Bob Bernstein wrote: > > Why oh why do I ever choose the package maintainer's config for a > package I have already config'd? It's one of those questions that > plagues perennial philosophy. Because sometimes if you don't, things break badly. Upgradi

Re: Connecting Debian to Android phone

2014-01-26 Thread Anubhav Yadav
Have you tried go-mtpfs? On 26 Jan 2014 12:54, "Csanyi Pal" wrote: > ken writes: > > > On 01/25/2014 04:35 PM Csanyi Pal wrote: > >> Hi, > >> > >> I want to connect my Samsung Galaxy S4 mini mobile phone with my Debian > >> SID desktop system through an USB cable to transfer files from phone to