Unable to boot jessie after December 2015 kernel update with /usr on LVM raid1 array

2016-01-05 Thread Ben Wagner
I have been running Debian Jessie on my laptop for more than a year. The laptop has a regular HDD as /dev/sda and a 32G SSD drive as /dev/sdb. /dev/sda11 is LUKS1-encrypted as /dev/mapper/sda11-crypt. There are two LVM VGs: $ pvs PV VGFmt Attr PSize PFree /dev/ma

Re: Looking for Linux-friendly PCI Express 2.0 x1 host bus adapter internal SATA 6 Gbps

2016-01-05 Thread David Christensen
On 01/05/2016 03:03 PM, Anthony DeRobertis wrote: On Mon, Jan 04, 2016 at 10:17:27PM -0800, David Christensen wrote: My goal is to use a current SATA 3.0 (6 Gbps) SSD as the system drive in older computers that have SATA 2.0 (3 Gbps) ports and PCIe 2.0 x1 expansion slot(s). SATA 3.0 is backwa

Re: How to restore grub in UEFI mode

2016-01-05 Thread Steve McIntyre
realba...@gmail.com wrote: > >Hi, I recently upgrade my debian (UEFI) and grub is gone.. I try to >recovery grub but failed or I`m doing something wrong. >This steps I following are: >-create usb with live cd >-change boot option to legacy mode and disable secure boot consequently >-boot from live

Re: sexist content in the package openclipart2-png

2016-01-05 Thread Joel Rees
On Tue, Jan 5, 2016 at 9:53 PM, Anders Andersson wrote: > On Tue, Jan 5, 2016 at 2:21 AM, Joel Rees wrote: >> Others? You and I seem to have different ideas about what we want >> children to find when they reach up on the family/school bookshelf. > > Please leave your children's upbringing out of

Re: sexist content in the package openclipart2-png

2016-01-05 Thread Joel Rees
On Tue, Jan 5, 2016 at 9:24 PM, Brad Rogers wrote: > On Tue, 5 Jan 2016 10:21:02 +0900 > Joel Rees wrote: > > Hello Joel, Hello, Brad, >>of the clipart out into a separate package so that a child looking for >>a general image of a woman won't bump into a male sexual fantasy > > Not aimed at any

Re: Looking for Linux-friendly PCI Express 2.0 x1 host bus adapter internal SATA 6 Gbps

2016-01-05 Thread Anthony DeRobertis
On Mon, Jan 04, 2016 at 10:17:27PM -0800, David Christensen wrote: > My goal is to use a current SATA 3.0 (6 Gbps) SSD as the system drive in > older computers that have SATA 2.0 (3 Gbps) ports and PCIe 2.0 x1 expansion > slot(s). SATA 3.0 is backwards-compatible; you can just use the SATA 2.0 po

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
Hi again, I fix it after several hours, I followed what Rodolfo say about boot options (I noticed that liveCD or liveInst of debian doesn't do UEFI boot, only legacy boot) and use this answer [1] to complement (very explain) using ubuntu CD (with UEFI boot). [1] http://superuser.com/a/376471 I h

Re: Recommendations regarding using Debian Testing

2016-01-05 Thread Lisi Reisz
On Tuesday 05 January 2016 17:32:20 Himanshu Shekhar wrote: > However, I am a bit confused regarding whether testing would provide the > same level of stability as Stable does! Of course not!!! Just look at the names, they tell you all. (And look up the references supplied by other people.) Li

Re: How to restore grub in UEFI mode

2016-01-05 Thread jdd
Le 05/01/2016 20:40, real bas a écrit : error: /boot/efi doesn't look like an EFI partition is it fat32? jdd

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
I following this links but gets error to install grub like as my partition doesn't look like a EFI 2016-01-05 19:44 GMT+00:00 Rodolfo : > Well, than is diferent to me, I used only this steps that i told to you > and it works. > > Look these two links: > > https://wiki.debian.org/GrubEFIReinstall

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
I try mount my partition /dev/sda9 in /boot/efi but say /boot/efi doesn't exist (no have efi directory in boot then I create it and mounted in /boot/efi) then I reinstalled grub-efi and try grub-install /dev/sda but say: error: /boot/efi doesn't look like an EFI partition 2016-01-05 19:34 GMT+00:0

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
I leave it UEFI and only disable secure boot, when I use this command: [ -d /sys/firmware/efi ] && echo EFI || echo LEGACY return EFI normally but when I use grub-install: grub-install --root-directory=/mnt /dev/sda say: grub-install: error: cannot find EFI directory 2016-01-05 19:00 GMT+00

Re: How to restore grub in UEFI mode

2016-01-05 Thread Rodolfo
Well, than is diferent to me, I used only this steps that i told to you and it works. Look these two links: https://wiki.debian.org/GrubEFIReinstall and https://www.thomas-krenn.com/en/wiki/Restore_Ubuntu_UEFI_Boot_Entries_after_BIOS_Update Maybe help you. 2016-01-05 15:40 GMT-04:00 real bas

Re: How to restore grub in UEFI mode

2016-01-05 Thread Rodolfo
When i recovered my grup-efi, and i remember that i reinstalled it with apt-get, and automatically do the right configurations. Do not use grub-install, reinstall the package and leave the configurations to it. 2016-01-05 15:31 GMT-04:00 real bas : > I leave it UEFI and only disable secure boot,

Re: Recommendations regarding using Debian Testing

2016-01-05 Thread Eike Lantzsch
On Tuesday 05 January 2016 23:02:20 Himanshu Shekhar wrote: > I want to use Debian Testing (not Backports, as I had a bad experience), to > try the latest version of software available. > However, I am a bit confused regarding whether testing would provide the > same level of stability as Stable do

Re: How to restore grub in UEFI mode

2016-01-05 Thread Thiago Zoroastro
Could you to install mbr?   I think GPT is not good in this case. De: realba...@gmail.comEnviada: Terça-feira, 5 de Janeiro de 2016 18:35Para: debian-user@lists.debian.org,debian-lap...@lists.debian.org,debian-user-portugu...@lists.debian.orgAssunto: How to restore grub in UEFI mode Hi, I

Re: How to restore grub in UEFI mode

2016-01-05 Thread Rodolfo
Hi, -change boot option to legacy mode and disable secure boot consequently I think in this part you do not need to turn to legacy, leave it UEFI, only disable secure boot. Debian Jessie has support for UEFI boot. Try reinstall grub using the normal installation cd, in it has an option to recov

How to restore grub in UEFI mode

2016-01-05 Thread real bas
Hi, I recently upgrade my debian (UEFI) and grub is gone.. I try to recovery grub but failed or I`m doing something wrong. This steps I following are: -create usb with live cd -change boot option to legacy mode and disable secure boot consequently -boot from live cd (Here, when I boot from CD and c

Re: Bandwidth trottling ?

2016-01-05 Thread Ron
On Tue, 5 Jan 2016 11:06:11 -0500 Dan Ritter wrote: > On Mon, Jan 04, 2016 at 05:30:26PM -0300, Renaud OLGIATI wrote: > > Is there a way to config the system so as to limit the bandwidth that will > > be used by the (wifi) network interface ? > > Debian Wheezy, sysvinit. > Yes, certainly. > ht

Re: Recommendations regarding using Debian Testing

2016-01-05 Thread Francesco Ariis
On Tue, Jan 05, 2016 at 11:02:20PM +0530, Himanshu Shekhar wrote: > I want to use Debian Testing (not Backports, as I had a bad experience), to > try the latest version of software available. > However, I am a bit confused regarding whether testing would provide the > same level of stability as Sta

Re: Recommendations regarding using Debian Testing

2016-01-05 Thread Charlie Kravetz
On Tue, 5 Jan 2016 23:02:20 +0530 Himanshu Shekhar wrote: >I want to use Debian Testing (not Backports, as I had a bad experience), to >try the latest version of software available. >However, I am a bit confused regarding whether testing would provide the >same level of stability as Stable does!

Re: Recommendations regarding using Debian Testing

2016-01-05 Thread Dan Ritter
On Tue, Jan 05, 2016 at 11:02:20PM +0530, Himanshu Shekhar wrote: > I want to use Debian Testing (not Backports, as I had a bad experience), to > try the latest version of software available. > However, I am a bit confused regarding whether testing would provide the > same level of stability as Sta

Re: Bandwidth trottling ?

2016-01-05 Thread Ron
On Tue, 5 Jan 2016 11:06:11 -0500 Dan Ritter wrote: > On Mon, Jan 04, 2016 at 05:30:26PM -0300, Renaud OLGIATI wrote: > > Is there a way to config the system so as to limit the bandwidth that will > > be used by the (wifi) network interface ? > > > > Debian Wheezy, sysvinit. > Yes, certainly.

Recommendations regarding using Debian Testing

2016-01-05 Thread Himanshu Shekhar
I want to use Debian Testing (not Backports, as I had a bad experience), to try the latest version of software available. However, I am a bit confused regarding whether testing would provide the same level of stability as Stable does! Any recommendations. Thanks for help. Regards Himanshu Shekhar

Re: Prevent shutdown with systemctl

2016-01-05 Thread Gary Dale
On 04/01/16 07:16 PM, Michael Biebl wrote: Am 04.01.2016 um 22:43 schrieb Gary Dale: The link is to /bin/systemctl which is NOT world executable and is owned by root:root. Therefore it should not be executable by anyone other than root. $ ls -al /bin/systemctl -rwxr-xr-x 1 root root 651512 Jan

Re: ssh maimed on testing update

2016-01-05 Thread Darac Marjal
On Tue, Jan 05, 2016 at 11:49:54AM -0500, rvclay...@acm.org wrote: I'm running $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux testing-updates (sid) Release:testing-updates Codename: sid $ uname -a Linux BanjaLuka 4.3.

Re: sexist content in the package openclipart2-png

2016-01-05 Thread Brad Rogers
On Tue, 5 Jan 2016 10:21:02 +0900 Joel Rees wrote: Hello Joel, >of the clipart out into a separate package so that a child looking for >a general image of a woman won't bump into a male sexual fantasy Not aimed at any person, just observation. By putting "sensitive" images in a separate pa

ssh maimed on testing update

2016-01-05 Thread rvclayton
I'm running $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux testing-updates (sid) Release:testing-updates Codename: sid $ uname -a Linux BanjaLuka 4.3.0-1-686-pae #1 SMP Debian 4.3.3-2 (2015-12-17) i686 GNU/Linu

Re: Bandwidth trottling ?

2016-01-05 Thread Dan Ritter
On Mon, Jan 04, 2016 at 05:30:26PM -0300, Renaud OLGIATI wrote: > Is there a way to config the system so as to limit the bandwidth that will be > used by the (wifi) network interface ? > > Debian Wheezy, sysvinit. > Yes, certainly. https://wiki.debian.org/TrafficControl The syntax isn't not

jessie install

2016-01-05 Thread mess-mate-gmx
Hi all, i've installed jessie (upgraded from wheezy) and encounter several problems. 1- after a reboot all kde widgets? available on the screen disappeared, replaced by the old kde menu. 2- can't move windows from one to the second screen (nvidia on 2 screens and 2 gpu's; geforce9800 & geforce73

Re: Symlinks vs. hardlinks [was: Prevent shutdown with systemctl]

2016-01-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 05, 2016 at 09:19:57AM -0600, David Wright wrote: > On Tue 05 Jan 2016 at 09:04:19 (+0100), to...@tuxteam.de wrote: > > On Mon, Jan 04, 2016 at 04:43:05PM -0500, Gary Dale wrote: > > > If that is a problem with symlinks, shouldn't

Re: Symlinks vs. hardlinks [was: Prevent shutdown with systemctl]

2016-01-05 Thread David Wright
On Tue 05 Jan 2016 at 09:04:19 (+0100), to...@tuxteam.de wrote: > On Mon, Jan 04, 2016 at 04:43:05PM -0500, Gary Dale wrote: > > If that is a problem with symlinks, shouldn't it also be with > > hardlinks? > > No, because of above: > > - symlink: permissions of linked-to file apply. Sy

Re: Could this be @jackstormwriter ?

2016-01-05 Thread Cindy-Sue Causey
On 1/5/16, Andrew McGlashan wrote: > > http://jacksoren.com/ > > Jack Soren writes thriller, suspense and detective novels. He also > writes shorter > stories...or stories of medium length, or stories when he's bored...or > when he's > awake...or if he's gettin' paid - okay, mostly only when he's

Re: sexist content in the package openclipart2-png

2016-01-05 Thread Anders Andersson
On Tue, Jan 5, 2016 at 2:21 AM, Joel Rees wrote: > Others? You and I seem to have different ideas about what we want > children to find when they reach up on the family/school bookshelf. Please leave your children's upbringing out of our operating system. I'm not sure why you would have Debian's

Could this be @jackstormwriter ?

2016-01-05 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://jacksoren.com/ Jack Soren writes thriller, suspense and detective novels. He also writes shorter stories...or stories of medium length, or stories when he's bored...or when he's awake...or if he's gettin' paid - okay, mostly only when he's

Re: Recommendation for FTP server

2016-01-05 Thread Jonathan Dowland
On Thu, Dec 31, 2015 at 07:16:39PM -0500, Steve Matzura wrote: > Sounds a good plan, except everything available for download is on > remote shared places. You should be able to mount or bind-mount those into the /pub* area. Last time I ran something like this I used vsftpd which was pretty good,

Re: Symlinks vs. hardlinks

2016-01-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 05, 2016 at 11:08:11AM +0100, Thomas Schmitt wrote: > Hi, > > to...@tuxteam.de wrote: > > > > tomas@rasputin:~$ ln /home/test/.profile test-profile > > > > ln: failed to create hard link `test-profile' => > > > > `/home/test/.profile':

Re: Symlinks vs. hardlinks

2016-01-05 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > > > tomas@rasputin:~$ ln /home/test/.profile test-profile > > > ln: failed to create hard link `test-profile' => > > > `/home/test/.profile': Operation not permitted Seems to be a new security feature. In "man 5 proc" i read "/proc/sys/fs/protected_hardlinks (

Re: Prevent shutdown with systemctl

2016-01-05 Thread Chris Bannister
On Mon, Jan 04, 2016 at 08:03:48PM +0100, jdd wrote: > https://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html > > see > > 4.8 Restricting system reboots through the console > > mostly: > > If you want to restrict this, you must check the /etc/inittab so that the > line that includ

Re: Audio and HDMI port not working on Jessie

2016-01-05 Thread Chris Bannister
On Mon, Jan 04, 2016 at 05:48:02PM +0100, Giuseppe Longo wrote: > > I'm almost sure that my laptop have an hybrid card, I've already found > this solution on google For the archives, it would be nice to know what the solution is. -- "If you're not careful, the newspapers will have you hating th

Symlinks vs. hardlinks [was: Prevent shutdown with systemctl]

2016-01-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 04, 2016 at 04:43:05PM -0500, Gary Dale wrote: > On 04/01/16 03:39 PM, to...@tuxteam.de wrote: > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >On Mon, Jan 04, 2016 at 03:25:02PM -0500, Gary Dale wrote: > >>On 04/01/16 12:14 PM, t