Re: XFS on root

2016-03-01 Thread Albin Otterhäll
On 02/27/2016 06:16 PM, Adam Wilson wrote: > [---] use ext2 for /boot [---] Why use Ext2 and not Ext 3 or 4 for /boot?

Re: XFS on root

2016-03-01 Thread jdd
Le 02/03/2016 03:10, Richard Hector a écrit : I think that's two different things. The "cannot install grub into an XFS partition" quote is about where grub lives - normally in the MBR, but possibly in a partition (but not if it's XFS). is this still important with UEFI? Binary grub.efi is now

Re: XFS on root

2016-03-01 Thread Richard Hector
On 02/03/16 00:33, Adam Wilson wrote: >> "As we all know, you cannot install grub into an XFS partition because >> > the XFS superblock is in sector 0 of the partition." > I'm pretty sure this only holds true for LILO now, according to the > official XFS FAQ > (http://xfs.org/index.php/XFS_FAQ#Q:_D

Re: How to get a "minimal font set"?

2016-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Mar 01, 2016 at 11:03:28AM -0500, Stefan Monnier wrote: > > Find a file somehow belonging to the font you are interested in. > > Do "dpkg -L " on it. >^^ >-S Oops. Right. Thanks. - -- t -BEGIN PGP SIGNATURE- Ve

Re: Using an SSD with strictatime mount option

2016-03-01 Thread Jörg-Volker Peetz
Joel Roth wrote on 02/29/16 09:44: > Hi again, > > I have debian installed on a single SSD partition, > with ordinary desktop use. > > When I set the strictatime option, mutt accurately shows new > mails arriving. (I'm using mbox format.) > > Is this setting going to wear out my SSD? > > Thank

Re: How to get a "minimal font set"?

2016-03-01 Thread Curt
On 2016-03-01, wrote: > > Woah. Abogado loco sure sounds like fun ;-) > > Find a file somehow belonging to the font you are interested in. > Do "dpkg -L " on it. Or run rapt-file (but that would oblige you to install apt-file and bloat the system further). Well, whatever floats your bloat. I'

Re: Squeeze LVM: pvmove failure left with new LVM named /dev/vg0/pvmove0 - Trying to roll back

2016-03-01 Thread Sophie Loewenthal
Thank you very much Stefan for your clear explanation. Because this affects a root LV I'll run in single user. Soph On March 1, 2016 4:50:55 PM GMT+01:00, Stefan Monnier wrote: >> Would pvmove —abort roll the changes back? >> How would this affect the server, since the earlier pvmove cras

Re: How to get a "minimal font set"?

2016-03-01 Thread Stefan Monnier
> Find a file somehow belonging to the font you are interested in. > Do "dpkg -L " on it. ^^ -S -- Stefan

Re: How to get a "minimal font set"?

2016-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Mar 01, 2016 at 10:14:28AM -0500, Kynn Jones wrote: > Even though I've tried hard to keep my system minimal, it somehow > ended up with way too many fonts, none of which I explicitly > installed. These include outlandish stuff like "El Abogado

Re: Squeeze LVM: pvmove failure left with new LVM named /dev/vg0/pvmove0 - Trying to roll back

2016-03-01 Thread Stefan Monnier
> Would pvmove —abort roll the changes back? > How would this affect the server, since the earlier pvmove crashed this? pvmove works as follows (more or less): - allocate the destination. - configure the destination as a mirror of the source. - update the new mirror (that's what does the he

How to get a "minimal font set"?

2016-03-01 Thread Kynn Jones
Even though I've tried hard to keep my system minimal, it somehow ended up with way too many fonts, none of which I explicitly installed. These include outlandish stuff like "El Abogado Loco", "Wargames", and "Vemana2000"... How is this not bloat? How can I reduced the fonts available in my syst

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Mar 01, 2016 at 01:48:30PM +, Darac Marjal wrote: [...] > Indeed. The "official" solution [...] "Misc options" [...] Thanks > For more information, please reread. how appropriate, this time around :) - -- t -BEGIN PGP SIGNATURE

Re: Squeeze LVM: pvmove failure left with new LVM named /dev/vg0/pvmove0 - Trying to roll back

2016-03-01 Thread Sophie Loewenthal
Hi, Would pvmove —abort roll the changes back? How would this affect the server, since the earlier pvmove crashed this? > On 1 Mar 2016, at 14:50, Darac Marjal wrote: > > On Tue, Mar 01, 2016 at 02:15:14PM +0100, Sophie Loewenthal wrote: >> Hi everybody, >> >> I am looking for advi

Re: Squeeze LVM: pvmove failure left with new LVM named /dev/vg0/pvmove0 - Trying to roll back

2016-03-01 Thread Darac Marjal
On Tue, Mar 01, 2016 at 02:15:14PM +0100, Sophie Loewenthal wrote: Hi everybody, I am looking for advice on rolling back a failed pvmove of extents on the same PV ( disc ) and appreciate any help. When trying to create a contiguous set of extents on a disc I accidently moved the wrong

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread Darac Marjal
On Tue, Mar 01, 2016 at 08:57:34AM +0100, to...@tuxteam.de wrote: On Tue, Mar 01, 2016 at 08:42:37AM +0100, Albin Otterhäll wrote: Iceweasel has crashed two times in a day, and I would like to report it (or read the bug report if it's already reported). But I can only find the bug-list for Sid.

Mailbox Update March 2016 (FINAL WARNING)

2016-03-01 Thread H O T M A I L
- This mail is in HTML. Some elements may be ommited in plain text. - Dear debian-user@lists.debian.org, This is a courtesy notice from Admin Team, and it is to inform you that your email account has exceeded it's mail quota on the database server. Your email account will be blocked from sending

Squeeze LVM: pvmove failure left with new LVM named /dev/vg0/pvmove0 - Trying to roll back

2016-03-01 Thread Sophie Loewenthal
Hi everybody, I am looking for advice on rolling back a failed pvmove of extents on the same PV ( disc ) and appreciate any help. When trying to create a contiguous set of extents on a disc I accidently moved the wrong extents. My command was, pvmove -v /dev/sda3:0-15 /dev/sdc:3028-

Re: Using an SSD with strictatime mount option

2016-03-01 Thread Jochen Spieker
Joel Roth: > > mount -o remount,strictatime / > > Fixes it. Great! But wouldn't that still be a good idea to switch to Maildir? :) J. -- I can tell a Whopper™ from a BigMac™ and Coke™ from Pepsi™. [Agree] [Disagree]

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Mar 01, 2016 at 12:41:36PM +0100, Albin Otterhäll wrote: > On 03/01/2016 08:57 AM, to...@tuxteam.de wrote: [...] > Yeah, I found the page with the same method. Thought of modifying the > URL after I saw it in the replies. Thanks for your time

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread Albin Otterhäll
On 03/01/2016 08:57 AM, to...@tuxteam.de wrote: > Have a look at: > > https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=iceweasel;dist=stable > > Now: how did I find out? Well, I first went to > > https://bugs.debian.org/ > > entered iceweasel and noticed the ";dist=unstable" at the end

Re: XFS on root

2016-03-01 Thread Adam Wilson
On Sun, 28 Feb 2016 15:17:43 +0100 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sun, Feb 28, 2016 at 05:34:18PM +0300, Adam Wilson wrote: > > On Sat, 27 Feb 2016 23:56:59 +0100 Saša Janiška > > wrote: > > > > > Adam Wilson writes: > > > > > > > My solution to this (because

Re: XFS on root

2016-03-01 Thread Adam Wilson
On Sun, 28 Feb 2016 17:19:07 +0100 Saša Janiška wrote: > Adam Wilson writes: > > > Let me get this straight- /boot on XFS, with GRUB, working > > flawlessly? > > No, but root under btrfs without extra /boot works. > > Here is my simplified /etc/fstab: > > # / was on /dev/sda3 during installa

Re: XFS on root

2016-03-01 Thread Adam Wilson
On Mon, 29 Feb 2016 11:28:57 -0600 Glenn Holmer wrote: > On 02/28/2016 01:31 PM, mj wrote: > > On 02/28/2016 03:34 PM, Adam Wilson wrote: > >> Let me get this straight- /boot on XFS, with GRUB, working > >> flawlessly? > > > > I think we have been running root xfs, without a seperate boot > > pa

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread Albin Otterhäll
On 03/01/2016 08:52 AM, Shin Ice wrote: > Related to Iceweasel: > https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=Iceweasel I did find that page before I asked my question, but it's the buglist for unstable. But when I checked the URL i saw that you could change "unstable" to "

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Mar 01, 2016 at 08:42:37AM +0100, Albin Otterhäll wrote: > Iceweasel has crashed two times in a day, and I would like to report it > (or read the bug report if it's already reported). But I can only find > the bug-list for Sid. > > Where to fi

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread Erwan David
On Tue, Mar 01, 2016 at 08:42:37AM CET, Albin Otterhäll said: > Iceweasel has crashed two times in a day, and I would like to report it > (or read the bug report if it's already reported). But I can only find > the bug-list for Sid. > > Where to find the currently active bugs for stable? > htt

Re: Where can I find the bugs for a package in stable?

2016-03-01 Thread Shin Ice
Hi, take a look at those links: https://www.debian.org/Bugs/ https://tracker.debian.org/ Related to Iceweasel: https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=Iceweasel https://tracker.debian.org/pkg/iceweasel Am 01.03.16 um 08:42 schrieb Albin Otterhäll: Iceweasel has cra