Re: boot order

2014-06-14 Thread davidson
hi. EMAIL="root" RESTARTSUBJECT="["`hostname`" "`date`"] – System Startup" SHUTDOWNSUBJECT="["`hostname`" "`date`"] – System Shutdown" RESTARTBODY="This is an automated message to notify you that "`hostname`" started successfully. Start up Date and Time: "`date` SHUTDOWNBODY="This is an automat

Re: logrotate cannot rotate some log files

2014-06-14 Thread Andrew McGlashan
On 15/06/2014 10:49 AM, André Nunes Batista wrote: > # logrotate -f -v /etc/logrotate.d/ 2> logrotate.txt > > # cat logrotate.txt | grep syslog > reading config file rsyslog > rotating pattern: /var/log/syslog > considering log /var/log/syslog > rotating log /var/log/syslog, log->rotateCount is 7

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread davidson
On Sat, 14 Jun 2014, Bob Proulx wrote: The biggest problem I have found using random passwords is that some sites truncate the password to a shorter number of characters. Some of those are fairly high profile sites! http://www.schwab.com/ is a good example that truncates passwords at eight cha

Off-topic: boot order

2014-06-14 Thread Ralf Mardorf
On Sat, 2014-06-14 at 23:20 +0100, Lisi Reisz wrote: > On Saturday 14 June 2014 22:11:05 Pol Hallen wrote: > > domain (mine) of email (mine) is not your problem and if you don't like > > it's not my problem ;-) > > No, but if all of us decide not to like it, and kill-file you as I am now > doing,

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Jerry Stuckle
On 6/14/2014 2:06 PM, Patrick Chkoreff wrote: > Don Armstrong wrote, On 06/14/2014 01:04 PM: > >> If you just want purely random passwords, though, you might try >> makepasswd instead. pwgen is more biased towards generating >> distinguishable, memorable passwords instead of truly random ones. >

Re: Resizing LVM issue

2014-06-14 Thread Jochen Spieker
Miroslav Skoric: > > Two questions: > > 1. What would you do if you need more space in /tmp and you know you > have some spare space in /home or else, but do not want to > reinstall? If it's only temporarily, I would probably do a bind-mount. Just create ~/tmp-tmp, as root cp -a /tmp ~/tmp-tmp/,

Re: logrotate cannot rotate some log files

2014-06-14 Thread Bzzzz
On Sat, 14 Jun 2014 21:49:35 -0300 André Nunes Batista wrote: > 0 -rw-r- 1 root adm 0 Feb 9 07:35 /var/log/syslog.1.gz Move out syslog* to another place and restart syslog (looks like you have a hole in file numbering). If that doesn't work, try to reinstall logrotate and rsyslog (or switc

logrotate cannot rotate some log files

2014-06-14 Thread André Nunes Batista
Hello debianers! I recently noticed that some log files on a wheezy box are not being rotated anymore and are getting rather large. I went through logrotate.conf and logrotate.d and did not spot anything wrong. When I run logrotate -f -v /etc/logrotate.conf, some error messages are shown, but they

Re: Resizing LVM issue

2014-06-14 Thread Stan Hoeppner
On 6/14/2014 4:33 PM, Miroslav Skoric wrote: > ...may I suggest to LVM programmers to > think about some software routines that would enable users to recompose > (resize, shrink, whatever ...) their LVM from within a mounted system, > in a way that after the next reboot, the LVM and FS automaticall

Re: boot order

2014-06-14 Thread Lisi Reisz
On Saturday 14 June 2014 22:11:05 Pol Hallen wrote: > domain (mine) of email (mine) is not your problem and if you don't like > it's not my problem ;-) No, but if all of us decide not to like it, and kill-file you as I am now doing, it might become your problem if you wanted help. Lisi -- To

Re: Resizing LVM issue

2014-06-14 Thread Bzzzz
On Sat, 14 Jun 2014 23:40:26 +0200 Miroslav Skoric wrote: > 1. What would you do if you need more space in /tmp and you know > you have some spare space in /home or else, but do not want to > reinstall? http://www.yourhowto.net/increase-tmp-partition-size-linux/ However, adding some GB of RAM w

Re: Resizing LVM issue

2014-06-14 Thread Miroslav Skoric
On 06/05/2014 08:42 AM, Richard Hector wrote: If I have to shrink a filesystem, I tend to shrink it to something smaller than my eventual goal, then shrink the LV to the goal, then resize2fs again without specifying the size, so it grows to fit. I prefer not to get in the situation where I ha

Re: Resizing LVM issue

2014-06-14 Thread Miroslav Skoric
On 06/05/2014 11:29 AM, Jochen Spieker wrote: Miroslav Skoric: On 06/01/2014 11:36 PM, Jochen Spieker wrote: If you don't have a backup you can try to resize the LV again to its original size and hope for the best. Thanks for suggestions. Yep, I managed to return back to the original size

Re: Resizing LVM issue

2014-06-14 Thread Miroslav Skoric
On 06/05/2014 11:04 AM, Bob Proulx wrote: Richard Hector wrote: I prefer not to get in the situation where I have to shrink a filesystem though - xfs doesn't support it anyway. Agreed. Even better is to avoid it. Small ext{3,4} file systems shrink acceptably well. But larger ext{3,4} file

Re: boot order

2014-06-14 Thread Pol Hallen
But you are are not going to show this script to us. :-) See at the end of email You might want to look at @reboot with cron for the startup. thanks :-) The domain for your email address is [...] domain (mine) of email (mine) is not your problem and if you don't like it's not my problem

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Bob Proulx
Curt wrote: > Bob Proulx wrote: > > Just to plug a good tool I like using pwgen to generate truly random > > passwords. A long random password is sufficiently difficult to > > exploit. If you are using passwords that are easy to crack then they > > should definitely be disabled. Here is an examp

Re: boot order

2014-06-14 Thread Bzzzz
On Sat, 14 Jun 2014 20:16:08 +0100 Brian wrote: > You might want to look at @reboot with cron for > the startup. Don't say I didn't help you. Not to mention there are tons of howtos about this matter on the web, as it is the most basic of monitoring… -- <@rondoudou> hi, somebody want to cook f

Re: boot order

2014-06-14 Thread Brian
On Sat 14 Jun 2014 at 20:09:41 +0200, Pol Hallen wrote: > on debian stable I added a script to /etc/init.d/, that script sends > an email when the system boot and when the system shutdown But you are are not going to show this script to us. It is a secret. so we do not know whether it is a viable

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Bzzzz
On Sat, 14 Jun 2014 14:06:40 -0400 Patrick Chkoreff wrote: > Instead of using your computer to generate allegedly random bits, > you use five six-sided dice to generate truly random bits. You can also eat peas and count the number of seconds between two farts, then divide it by the captain's age

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Patrick Chkoreff
Don Armstrong wrote, On 06/14/2014 01:04 PM: > If you just want purely random passwords, though, you might try > makepasswd instead. pwgen is more biased towards generating > distinguishable, memorable passwords instead of truly random ones. Here's a way to generate a *truly* random password that

Re: Iceweasel problem

2014-06-14 Thread Bob Holtzman
On Fri, Jun 13, 2014 at 07:25:37PM -0700, Bob Holtzman wrote: > On Fri, Jun 13, 2014 at 01:02:36PM -0400, Steve Litt wrote: > > On Thu, 12 Jun 2014 13:06:55 -0700 > > Bob Holtzman wrote: > > > > > Running updated Wheezy w/ Iceweasel 24.5.0 on a Thinkpad 420i. > > > > > > Every time I start the c

boot order

2014-06-14 Thread Pol Hallen
Hi all :-) on debian stable I added a script to /etc/init.d/, that script sends an email when the system boot and when the system shutdown I need run that script before that postfix has killed what's the best way to fill: cat /etc/init.d/systememail #!/bin/sh ### BEGIN INIT INFO # Provides:

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Don Armstrong
On Sat, 14 Jun 2014, Lisi Reisz wrote: > Can it be set to use anything other than alpha-numeric? Yes. $ pwgen -sy 16 1; Z/;fv!2B:C=^@kvH If you just want purely random passwords, though, you might try makepasswd instead. pwgen is more biased towards generating distinguishable, memorable password

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Brian
On Sat 14 Jun 2014 at 11:50:57 +0100, Iain M Conochie wrote: > Can you categorically state what _are_ the preseed options for the > openssh-server package? I can find 4: The ones you listed below are for a fresh install of Wheezy. Jessie is different. This output can be obtained from debconf-

Re: can't log out and log back in after remove lxde

2014-06-14 Thread Curt
On 2014-06-14, tom arnall wrote: > > root@debian:/home/tom# which xdm gdm gdm3 kdm lightdm > /usr/sbin/lightdm > root@debian:/home/tom# > Seems you're using the lightdm display manager and that it is not respawning correctly, or at all, when you log out. Maybe if you tried one of the other displ

Re: Can Iceweasel and Firefox co-exist on Wheezy.

2014-06-14 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/14/2014 04:14 AM, Lisi Reisz wrote: > On Friday 13 June 2014 19:17:19 Go Linux wrote: > >> On Fri, 6/13/14, Lisi Reisz wrote: >> >> Subject: Re: Can Iceweasel and Firefox co-exist on Wheezy. To: >> debian-user@lists.debian.org Date: Friday,

Re: Can Iceweasel and Firefox co-exist on Wheezy.

2014-06-14 Thread Diogene Laerce
On 06/14/2014 10:14 AM, Lisi Reisz wrote: > On Friday 13 June 2014 19:17:19 Go Linux wrote: >> On Fri, 6/13/14, Lisi Reisz wrote: >> >> Subject: Re: Can Iceweasel and Firefox co-exist on Wheezy. >> To: debian-user@lists.debian.org >> Date: Friday, June 13, 2014, 9:01 AM >> >> >> https://beta.ovo

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Lisi Reisz
On Friday 13 June 2014 22:02:06 Bob Proulx wrote: > Just to plug a good tool I like using pwgen to generate truly random > passwords.  A long random password is sufficiently difficult to > exploit.  If you are using passwords that are easy to crack then they > should definitely be disabled.  Here i

[OT] Re: When bug fixes are applied on stable ?

2014-06-14 Thread Tixy
On Sat, 2014-06-14 at 09:30 +1000, Chris Angelico wrote: > On Sat, Jun 14, 2014 at 2:06 AM, Chris Bannister > wrote: > > Son: What's a word processor Dad? > > Dad: Well, you know what a food processor does to food, right? > > Son: Ah!, I understand. Thanks Dad. > > Ah! That explains what happened

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Diogene Laerce
On 06/14/2014 12:57 PM, Lisi Reisz wrote: > On Friday 13 June 2014 22:02:06 Bob Proulx wrote: >> Just to plug a good tool I like using pwgen to generate truly random >> passwords. A long random password is sufficiently difficult to >> exploit. If you are using passwords that are easy to crack t

Re: grub rescue

2014-06-14 Thread Zenaan Harkness
On 6/14/14, lina wrote: > Today I tried to install debian from a CD which dated back to 2011. > Everything went fine, > > partition -> and then it arrived at the set up the mirror, I just choose > default and think later changed in the /etc/apt. > It started to download from that default ftp mirro

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Iain M Conochie
To date I haven't been able to find documented lists of preseeds anywhere, except for the standard debian installer values given in You haven't looked hard enough. Debian's and Ubuntu's example preseed files. I found this preseed option in forum postings somewhere. Which preseed option? You

Re: CORRIGENDA - Re: SOLVED: Re: Can Iceweasel and Firefox co-exist on Wheezy.

2014-06-14 Thread Diogene Laerce
On 06/14/2014 09:59 AM, Lisi Reisz wrote: > deb http://mozilla.debian.net wheezy-backports iceweasel-release I just get into the loop : Thanks for the tip ! Actually I was running both iceweasel and firefox, downsides : 1. can't run them at the same time.. obviously 2. wait for all plugins

Re: grub rescue

2014-06-14 Thread lina
The old NetInstall CD is out of data, that's why it is choked when it tried to grab packages. I burned a new CD with current stable version and it looks fine by far. Thanks, On Sat, Jun 14, 2014 at 6:14 PM, Tom H wrote: > On Sat, Jun 14, 2014 at 4:40 AM, lina wrote: > > > > Today I tried to

Re: grub rescue

2014-06-14 Thread Tom H
On Sat, Jun 14, 2014 at 4:40 AM, lina wrote: > > Today I tried to install debian from a CD which dated back to 2011. > > Everything went fine, > > partition -> and then it arrived at the set up the mirror, I just choose > default and think later changed in the /etc/apt. > It started to download fr

Re: MPD on localhost won't work if there's no Wifi!?

2014-06-14 Thread Brian
On Fri 13 Jun 2014 at 15:28:48 -0600, Bob Proulx wrote: > Brian wrote: > > Bob Proulx wrote: > > > Brian wrote: > > > > True. What do think about the lack of '127.0.1.1 localhost' in > > It is the "127.0.1.1 localhost" to which I was disagreeing. That > would be unusual. It is still the loopba

Re: When bug fixes are applied on stable ?

2014-06-14 Thread Tom H
On Thu, Jun 12, 2014 at 4:42 PM, Bob Proulx wrote: > Prunk Dump wrote: >> >> Yes I installed libreoffice-l10n-fr but in libreoffice draw the paper >> size stay on US letter... > > Configure the default paper settings with libpaper1. > > # dpkg-reconfigure libpaper1 > > That will present a dialog b

Re: Listing packages installed from experimental

2014-06-14 Thread Tom H
On Tue, Jun 10, 2014 at 6:41 PM, Javier Barroso wrote: > El 10/06/2014 02:25, "David Glover-Aoki" escribió: >> >> I'm running wheezy but have some packages installed from experimental. >> >> How can I list all the packages currently installed from experimental? > > After having quickly read this

Re: grub rescue

2014-06-14 Thread lina
I choose to reinstall. On Sat, Jun 14, 2014 at 4:40 PM, lina wrote: > Hi, > > Today I tried to install debian from a CD which dated back to 2011. > > Everything went fine, > > partition -> and then it arrived at the set up the mirror, I just choose > default and think later changed in the /etc/

Re: Preseeded setting on openssh-server ignored

2014-06-14 Thread Curt
On 2014-06-13, Bob Proulx wrote: > > > Just to plug a good tool I like using pwgen to generate truly random > passwords. A long random password is sufficiently difficult to > exploit. If you are using passwords that are easy to crack then they > should definitely be disabled. Here is an example

grub rescue

2014-06-14 Thread lina
Hi, Today I tried to install debian from a CD which dated back to 2011. Everything went fine, partition -> and then it arrived at the set up the mirror, I just choose default and think later changed in the /etc/apt. It started to download from that default ftp mirror. It was choked there for hal

Re: Can Iceweasel and Firefox co-exist on Wheezy.

2014-06-14 Thread Lisi Reisz
On Friday 13 June 2014 19:17:19 Go Linux wrote: > On Fri, 6/13/14, Lisi Reisz wrote: > > Subject: Re: Can Iceweasel and Firefox co-exist on Wheezy. > To: debian-user@lists.debian.org > Date: Friday, June 13, 2014, 9:01 AM > > > https://beta.ovoenergy.com/login > > I can't login on this one. > > Th

CORRIGENDA - Re: SOLVED: Re: Can Iceweasel and Firefox co-exist on Wheezy.

2014-06-14 Thread Lisi Reisz
On Saturday 14 June 2014 08:57:20 Lisi Reisz wrote: > deb http://mozilla.debian.net wheezy-backports iceweasel-esr > icedove-release Sorry. :-( deb http://mozilla.debian.net wheezy-backports iceweasel-release I must be more careful with my copying and pasting. :-( Lisi -- To UNSUBSCRIBE, ema

SOLVED: Re: Can Iceweasel and Firefox co-exist on Wheezy.

2014-06-14 Thread Lisi Reisz
On Saturday 14 June 2014 06:48:27 Dmitrii Kashin wrote: > Lisi Reisz writes: > > On Friday 13 June 2014 20:34:12 Dmitrii Kashin wrote: > >> Lisi Reisz writes: > >> > I am giving up in despair and I'm going to install Firefox. :-( Just > >> > too many sites won't talk to me. Do I need to uninstal