Re: How do I change disk ?

2022-01-12 Thread Pierre Couderc
Sorry to insist... but even for  btrfs RAID1 disks of différent size ? OK, I shall try but I am surprised it is so simple... ;) On 1/11/22 20:01, Hans wrote: Am Dienstag, 11. Januar 2022, 17:22:08 CET schrieb Pierre Couderc: Yes, should be so by default. Good luck! Hans Thank you. I am

Re: How do I change disk ?

2022-01-11 Thread Pierre Couderc
Thank you. I am surprised;  update-grub is enough to install grub correctly on all drives...?? On 1/11/22 11:24, Hans wrote: Am Dienstag, 11. Januar 2022, 04:38:36 CET schrieb Pierre Couderc: My way: - Boot with a live cd with clonezilla on it (i.e. clonezilla live) - clone the complete

How do I change disk ?

2022-01-10 Thread Pierre Couderc
I have a btrfs RAID1 system. I did install it with /dev/sda disk (efs on sda1, btrfs on sda2). Then, after install,  I added  a sdb disk (vfat on sdb1, btrfs on sdb2) and I did  btrfs balance. As /dev/sda is now old, I want to change it. I know btrfs procedures but I do not know grub procedure

Re: Postgresql ODBC driver not found

2021-09-25 Thread Pierre Couderc
On 9/25/21 3:46 PM, Henning Follmann wrote: have you tried to use the odbc lib from unixodbc instead of libiodbc? I think you are right on many other points... But particularly on this one ! I did remove libodbc2-dev and install unixodbc-dev and now it is OK...!! Wow ! Thank you very mu

Re: Postgresql ODBC driver not found

2021-09-25 Thread Pierre Couderc
On 9/24/21 5:31 PM, Henning Follmann wrote: and I see you do not do any error checking. This would be a first step to find out where it fails. I added some code... You hare fully right, I have corrected, but I have the same result and no more idea.. : nous@pcouderc:~/projets//build$

Re: Postgresql ODBC driver not found

2021-09-23 Thread Pierre Couderc
Thenk you, Henning, thank you Gregory . On 9/23/21 5:49 PM, Gregory Seidman wrote: On Thu, Sep 23, 2021 at 08:18:45AM -0400, Henning Follmann wrote: I don't see where you ask for the PostgreSQL ODBC connection in particular. Maybe I'm the one missing something? You are right, I am not trying

Re: Postgresql ODBC driver not found

2021-09-22 Thread Pierre Couderc
Thank you very much! See below : On 9/22/21 3:37 PM, Henning Follmann wrote: On Wed, Sep 22, 2021 at 11:07:28AM +0200, Pierre Couderc wrote: It is here I see it/them with: odbcinst -q -d but not with :   SQLHENV env;   SQLCHAR driver[256];   SQLCHAR attr[256];   SQLSMALLINT driver_ret

Postgresql ODBC driver not found

2021-09-22 Thread Pierre Couderc
It is here I see it/them with: odbcinst -q -d but not with :   SQLHENV env;   SQLCHAR driver[256];   SQLCHAR attr[256];   SQLSMALLINT driver_ret;   SQLSMALLINT attr_ret;   SQLUSMALLINT direction;   SQLRETURN ret;   SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &env);   SQLSetEnvAttr(env, SQL_

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-16 Thread Pierre Couderc
On 7/11/21 12:29 AM, Felix Miata wrote: Pierre Couderc composed on 2021-07-10 23:07 (UTC+0200): see :https://paste.debian.net/1203999/ for( .local/share/xorg/Xorg.0.log) What does xrandr -q

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-16 Thread Pierre Couderc
On 7/16/21 9:52 AM, Felix Miata wrote: Pierre Couderc composed on 2021-07-16 08:34 (UTC+0200): Before reporting a bug, maybe it could be too a question of driver...? There are two X drivers for Intel

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-15 Thread Pierre Couderc
On 7/16/21 8:31 AM, Pierre Couderc wrote: On 7/12/21 10:11 AM, Felix Miata wrote: Felix Miata composed on 2021-07-10 18:29 (UTC-0400): I only had a 4K display for 3 weeks 3 years ago, so it's hard for me to be very helpful by trying to match behavior, or construct a configuration

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-15 Thread Pierre Couderc
On 7/12/21 10:11 AM, Felix Miata wrote: Felix Miata composed on 2021-07-10 18:29 (UTC-0400): I only had a 4K display for 3 weeks 3 years ago, so it's hard for me to be very helpful by trying to match behavior, or construct a configuration file free of errors.

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-11 Thread Pierre Couderc
On 7/11/21 12:29 AM, Felix Miata wrote: Pierre Couderc composed on 2021-07-10 23:07 (UTC+0200): Thank your for your precious help. I quit this big 4k for a week of holidays without any monitor... And come back to it nextweek !

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-10 Thread Pierre Couderc
On 7/10/21 2:17 AM, Felix Miata wrote: Pierre Couderc composed on 2021-07-09 09:05 (UTC+0200): > > >> Yes, EDID is wrong and does not show 3840x2160 warranted by Samsung >> for UR59C 32". > > > > With dual displays, setup is more complicated, instead of >

Re: Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-09 Thread Pierre Couderc
On 7/8/21 11:34 PM, Felix Miata wrote: the PC crashes (all is black, need to power off). You should have no need of gtf or mode creation with 620 graphics. Mode creation via xrandr is an anachronism. X k

Failure to use 3840x2160 30hz with Intel 620 chipset

2021-07-08 Thread Pierre Couderc
I have a problem when trying a 4K display with Acer swift5. They say that 3840x2160 30hz is supported... When I try (under bullseye) : gtf  3840 2160 30 xrandr --newmode  "3840x2160_30.00"  339.57  3840 4080 4496 5152 2160 2161 2164 2197  -HSync +Vsync xrandr --addmode HDMI-1   3840x2160_30.

Re: Problem with munin under buster (updated)

2020-01-12 Thread Pierre Couderc
On 1/10/20 11:21 AM, Pierre Couderc wrote: I have installed "apt install munin", (which installs munin-node), and I have no result in  /var/cache/munin/www/ (!) This is not the case in stretch, where every 5 minutes data is generated. Has someone successed to install munin un

Re: Problem with munin under buster (updated)

2020-01-10 Thread Pierre Couderc
On 1/10/20 11:46 AM, Curt wrote: On 2020-01-10, Pierre Couderc wrote: Maybe this bug report might be of help: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934246 Thank you but this is not the case, munin and munin-node services are started correctly

Problem with munin under buster (updated)

2020-01-10 Thread Pierre Couderc
I have installed "apt install munin", (which installs munin-node), and I have no result in  /var/cache/munin/www/ (!) This is not the case in stretch, where every 5 minutes data is generated. Has someone successed to install munin under buster ? /usr/share/doc/munin gives no help... Thanks fo

Problem with munin under buster

2020-01-10 Thread Pierre Couderc
I have installed "apt install munin", (which installs munin-node), and I have no result in debian-user@lists.debian.org. This is not the case in stretch, where every 5 minutes data is generated. Has someone successed to install munin under buster ? /usr/share/doc/munin gives no help... Thanks

Re: How to slow more copying of files ?

2019-03-19 Thread Pierre Couderc
On 3/19/19 11:40 AM, Kevin DAGNEAUX wrote: Le 19/03/2019 à 11:29, Pierre Couderc a écrit : Big copy operations (with cp) may be slow, but it is not my problem. But too,  they slow the full computer ! Is there a way to slow the copy which is not a priority task to let the computer breath

Re: How to slow more copying of files ?

2019-03-19 Thread Pierre Couderc
On 3/19/19 11:39 AM, to...@tuxteam.de wrote: On Tue, Mar 19, 2019 at 11:29:36AM +0100, Pierre Couderc wrote: Big copy operations (with cp) may be slow, but it is not my problem. But too,  they slow the full computer ! Is there a way to slow the copy which is not a priority task to let the

How to slow more copying of files ?

2019-03-19 Thread Pierre Couderc
Big copy operations (with cp) may be slow, but it is not my problem. But too,  they slow the full computer ! Is there a way to slow the copy which is not a priority task to let the computer breath ? I have tried to use "nice" but without effect. Thanks in advance. PC

Re: Why /usr/sbin is not in my root $PATH ?

2019-02-21 Thread Pierre Couderc
On 2/21/19 9:15 AM, Reco wrote: Hi. On Thu, Feb 21, 2019 at 09:07:09AM +0100, Pierre Couderc wrote: Hi Why /usr/sbin is not in my root $PATH ? xxx@server:~$ su root Because you did exactly this. su(1) says: The optional argument - may be used to provide an environment similar to

Why /usr/sbin is not in my root $PATH ?

2019-02-21 Thread Pierre Couderc
Hi Why /usr/sbin is not in my root $PATH ? xxx@server:~$ su root Password: root@server:/home/nous# echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin Why /usr/sbin is not in my root $PATH ? Is it a bug somewhere in debian ? Installing snap ? Or is my system corrupt

Re: Impossible to migrate to buster

2018-10-20 Thread Pierre Couderc
On 10/20/18 10:02 AM, Pierre Couderc wrote: . Need to get 182 MB of archives. After this operation, 417 MB of additional disk space will be used. Do you want to continue? [Y/n] Abort. root@server:~# The upgrade is aborted without I have keyed anything !!! What am I missing ? Thanks PC

Impossible to migrate to buster

2018-10-20 Thread Pierre Couderc
I have updated my sources.list from stretch : root@server:~# cat  /etc/apt/sources.list deb http://debian.proxad.net/debian/ buster main contrib deb-src http://debian.proxad.net/debian/ buster main contrib deb http://security.debian.org buster/updates main contrib deb-src http://security.debian

Re: making console font legible (was How to"apt upd...)

2018-07-12 Thread Pierre Couderc
On 07/12/2018 08:41 PM, Felix Miata wrote: Pierre Couderc composed on 2018-07-12 12:20 (UTC+0200): The point too is the font is very small on these Acer Swift when nothing is installed, and as I am a bit old I have difficults to see characters... While dpkg-reconfigure console-setup would be

Re: making console font legible [was Re: How to"apt update" from an USB key ?]

2018-07-12 Thread Pierre Couderc
On 07/12/2018 07:33 PM, davidson wrote: The point too is the font is very small on these Acer Swift when nothing is installed, and as I am a bit old I have difficults to see characters... Have you tried experimenting with different font faces?  # dkpg-reconfigure console-setup Different face

Re: How to"apt update" from an USB key ?

2018-07-12 Thread Pierre Couderc
On 07/12/2018 12:47 PM, Brian wrote: You can now access packages on DVD-1. But what about DVD-2, DVD-3 etc? If not having a network connection is to be a feature of this machine, you could consider having as many DVDs as you want on the hard disk or on a USB stick. You might find the Installatio

Re: How to"apt update" from an USB key ?

2018-07-12 Thread Pierre Couderc
On 07/12/2018 11:45 AM, Brian wrote: On Wed 11 Jul 2018 at 23:53:59 +0200, Pierre Couderc wrote: On 07/11/2018 03:14 PM, Curt wrote: On 2018-07-11, Pierre Couderc wrote: On an ultraslim (ACER swift 3) I have no CDROM no Ethernet, only an USB key. I have installed stretch (without GUI) from

Re: apt does not honor trusted=yes from sources.list

2018-07-12 Thread Pierre Couderc
On 07/12/2018 11:09 AM, Curt wrote: On 2018-07-12, Pierre Couderc wrote: It is know as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872543 But the workaround proposed here does not work for me : I have no /var/lib/apt/lists/archive.cloudera.com_* file Any idea...? I don'

apt does not honor trusted=yes from sources.list

2018-07-11 Thread Pierre Couderc
It is know as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872543 But the workaround proposed here does not work for me : I have no /var/lib/apt/lists/archive.cloudera.com_* file Any idea...? PC

Re: How to"apt update" from an USB key ?

2018-07-11 Thread Pierre Couderc
On 07/12/2018 05:05 AM, davidson wrote: On Wed, 11 Jul 2018, Pierre Couderc wrote: brackets.  For example, one sees   deb [ someoption=somevalue ] uri stretch main but never   deb [someoption=somevalue] uri stretch main So maybe the spaces following '[' and preceding ']

Re: How to"apt update" from an USB key ?

2018-07-11 Thread Pierre Couderc
On 07/11/2018 11:53 PM, Pierre Couderc wrote: Now, I have to understand why it says me : Malformed line 6 in source list /etc/apt/sources.list (URI parse) when my line 6 is : deb [trusted=yes] file:/media/cdrom/ stretch main I think that I have found an answer in : https://bugs.debian.org

Re: How to"apt update" from an USB key ?

2018-07-11 Thread Pierre Couderc
On 07/11/2018 03:14 PM, Curt wrote: On 2018-07-11, Pierre Couderc wrote: On an ultraslim (ACER swift 3) I have no CDROM no Ethernet, only an USB key. I have installed stretch (without GUI) from the USB key, and now I want to install connman, but I do not success to apt-cdrom on an USB. I

How to"apt update" from an USB key ?

2018-07-10 Thread Pierre Couderc
On an ultraslim (ACER swift 3) I have no CDROM no Ethernet, only an USB key. I have installed stretch (without GUI) from the USB key, and now I want to install connman, but I do not success to apt-cdrom on an USB. I have googled but did not find a correct howto to do that... Thanks in advance P

Re: How to disable V6 DHCP ?

2018-01-16 Thread Pierre Couderc
On 01/15/2018 05:48 PM, Darac Marjal wrote: On Mon, Jan 15, 2018 at 05:40:54PM +0100, Pierre Couderc wrote: I have tried to comment INTERFACESv6 in /etc/default/isc-dhcp-server but systemd  tries to start dhcp server ipV6, fails as it is not initiliased and remains in failed status, even if

How to disable V6 DHCP ?

2018-01-15 Thread Pierre Couderc
I have tried to comment INTERFACESv6 in /etc/default/isc-dhcp-server but systemd  tries to start dhcp server ipV6, fails as it is not initiliased and remains in failed status, even if DSCP ipv4 is welle started. But it refuses to start at next power on. So how should I start DHCP v4 only... ?

Re: texlive font not found ?

2017-10-14 Thread Pierre Couderc
On 10/14/2017 10:36 PM, Tim wrote: On Sat, 2017-10-14 at 20:08 +0200, Pierre Couderc wrote: On 10/14/2017 03:10 PM, Tim wrote: [snip] Do you have the PostScript Type 1 fonts installed in /usr/share/texlive/texmf- dist/fonts/type1/public/libertine/LinBiolinumT*.pfb? Yes, nous@pcouderc

Re: texlive font not found ?

2017-10-14 Thread Pierre Couderc
On 10/14/2017 03:10 PM, Tim wrote: On Sat, 2017-10-14 at 12:29 +0200, Pierre Couderc wrote: I have installed texlive-full and tried to test it by http://www.tug.dk/FontCatalogue/biolinum/biolinum.tex Bur the font is not found : LaTeX Font Warning: Font shape `T1/LinBiolinum(0)/m/n

texlive font not found ?

2017-10-14 Thread Pierre Couderc
I have installed texlive-full and tried to test it by http://www.tug.dk/FontCatalogue/biolinum/biolinum.tex Bur the font is not found : LaTeX Font Warning: Font shape `T1/LinBiolinum(0)/m/n' undefined (Font)  using `T1/cmr/m/n' instead on input line 14. but it seems to be pr

Re: How to use zram ?

2017-09-28 Thread Pierre Couderc
On 09/28/2017 04:09 PM, Gene Heskett wrote: On Thursday 28 September 2017 09:58:39 to...@tuxteam.de wrote: On Thu, Sep 28, 2017 at 09:51:21AM -0400, Gene Heskett wrote: On Thursday 28 September 2017 05:47:56 Pierre Couderc wrote: I have found no howto for zram under debian,  nor even the

Re: How to use zram ?

2017-09-28 Thread Pierre Couderc
On 09/28/2017 03:51 PM, Gene Heskett wrote: On Thursday 28 September 2017 05:47:56 Pierre Couderc wrote: I have found no howto for zram under debian,  nor even the word "zram" in the archives of this list ! I have tried to use zramctl but it refuses with : A better question fro

Re: How to use zram ?

2017-09-28 Thread Pierre Couderc
On 09/28/2017 02:11 PM, David Baron wrote: ... But It seems to work : root@nous:~# modprobe zram num_devices=2 root@nous:~# zramctl --find --size 1024M /dev/zram0 root@nous:~# zramctl --find --size 1024M /dev/zram1 root@nous:~# free -th totalusedfree shared

Re: How to use zram ?

2017-09-28 Thread Pierre Couderc
On 09/28/2017 11:56 AM, to...@tuxteam.de wrote: On Thu, Sep 28, 2017 at 11:47:56AM +0200, Pierre Couderc wrote: I have found no howto for zram under debian,  nor even the word "zram" in the archives of this list ! I have tried to use zramctl but it refuses with : root@nous:~# zram

How to use zram ?

2017-09-28 Thread Pierre Couderc
I have found no howto for zram under debian,  nor even the word "zram" in the archives of this list ! I have tried to use zramctl but it refuses with : root@nous:~# zramctl --find --size 1024M zramctl: no free zram device found I suppose I should init something somewere, but what ? On the con

Re: How to enable SSH root access with password in jessie or stretch?

2017-02-04 Thread Pierre Couderc
On 02/04/2017 10:08 AM, Joe wrote: On Sat, 4 Feb 2017 09:18:34 +0100 Pierre Couderc wrote: I know it is not secure. I have soon set "PermitRootLogin yes" and restarted. In fact PermitRootLogin was not soon present in my ssh_config file. Thank you. I think that ought to be e

How to enable SSH root access with password in jessie or stretch?

2017-02-04 Thread Pierre Couderc
I know it is not secure. I have soon set "PermitRootLogin yes" and restarted. In fact PermitRootLogin was not soon present in my ssh_config file. Thank you. PC

Re: Impossible to install debian-8.7.1-i386-netinst.iso

2017-02-01 Thread Pierre Couderc
On 02/01/2017 11:00 AM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Feb 01, 2017 at 07:56:32AM +0100, Pierre Couderc wrote: On 02/01/2017 02:28 AM, Patrick Bartek wrote: On Tue, 31 Jan 2017 18:20:29 +0100 Pierre Couderc wrote: [...] Thank you Patrick

Re: Impossible to install debian-8.7.1-i386-netinst.iso

2017-01-31 Thread Pierre Couderc
On 02/01/2017 02:28 AM, Patrick Bartek wrote: On Tue, 31 Jan 2017 18:20:29 +0100 Pierre Couderc wrote: On 01/31/2017 05:49 PM, Patrick Bartek wrote: On Tue, 31 Jan 2017 13:34:20 +0100 Pierre Couderc wrote: Thank you. The computer is old, I do not see this option... If its an old

Re: Impossible to install debian-8.7.1-i386-netinst.iso

2017-01-31 Thread Pierre Couderc
On 01/31/2017 11:49 PM, Mark Fletcher wrote: If you can get the computer to respond to that, then your BIOS supports USB ... In my first post - that I thank you to have answered -, I reproduce it here : The keyboard is not active (but it works fine in the bios !). A similar problem is descr

Re: Impossible to install debian-8.7.1-i386-netinst.iso

2017-01-31 Thread Pierre Couderc
On 01/31/2017 05:49 PM, Patrick Bartek wrote: On Tue, 31 Jan 2017 13:34:20 +0100 Pierre Couderc wrote: Thank you. The computer is old, I do not see this option... If its an old computer ... You're using a USB keyboard, right? It probably has as "dedicated" keyboard

Re: Impossible to install debian-8.7.1-i386-netinst.iso

2017-01-31 Thread Pierre Couderc
Thank you. The computer is old, I do not see this option... On 31/01/2017 09:42, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 30, 2017 at 07:53:56PM +0100, Pierre Couderc wrote: On an old computer, with an USB keyboard, the install stops on the first

Re: Impossible to install debian-8.7.1-i386-netinst.iso

2017-01-31 Thread Pierre Couderc
Thank you very much. I search more... On 01/30/2017 11:50 PM, Mark Fletcher wrote: On Mon, Jan 30, 2017 at 07:53:56PM +0100, Pierre Couderc wrote: On an old computer, with an USB keyboard, the install stops on the first screen. The keyboard is not active (but it works fine in the bios !). A

Impossible to install debian-8.7.1-i386-netinst.iso

2017-01-30 Thread Pierre Couderc
On an old computer, with an USB keyboard, the install stops on the first screen. The keyboard is not active (but it works fine in the bios !). A similar problem is described in http://www.kasploosh.com/weblog/14000/14016-debian_jessie_usb_keyboard.html Is there a workaround ? Thanks PC

Re: boot fails on jessie on Acer Travelmate

2014-12-05 Thread Pierre Couderc
Le 04/12/2014 09:30, Pascal Hambourg a écrit : Pierre Couderc a écrit : jessie : Model: ATA Crucial_CT480M50 (scsi) Disk /dev/sda: 480GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Number Start EndSizeFile system Name Flags 1 1049kB 538MB 537MB

Re: boot fails on jessie on Acer Travelmate

2014-12-05 Thread Pierre Couderc
Le 02/12/2014 23:27, Pierre Couderc a écrit : Hello I have a problem with jessie : my Acer Travelmate (P253) refuses to boot. After many unsuccessful trials... After a break of 2 days (in a monastery)... After a new trial of install, it miraculously boots and works very fine! I suppose

Re: boot fails on jessie on Acer Travelmate

2014-12-03 Thread Pierre Couderc
Le 03/12/2014 20:45, Simon Hollenbach a écrit : In fact, it seems to me that the disk is not read, but it tries to net boot. Why do you think it tries to boot from a network? Because it is displayed. Again, I don't think filing a bug without any info but "it doesn't work" will get your prob

Re: boot fails on jessie on Acer Travelmate

2014-12-03 Thread Pierre Couderc
Le 03/12/2014 10:07, Curt a écrit : On 2014-12-02, Pierre Couderc wrote: A Secure Boot and Fast Boot in the UEFI problem, perhaps? Did you say whether you were dual booting? Anything here that helps? I said "No alternate OS..." ;) It is smallest installation possible. Thank you

Re: boot fails on jessie on Acer Travelmate

2014-12-03 Thread Pierre Couderc
One big difference is that after jessie installation boot flag has disappeared : gpt : wheezy : Model: ATA Crucial_CT480M50 (scsi) Disk /dev/sda: 480GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Number Start EndSizeFile system Name Flags 1 1049kB 512

Re: boot fails on jessie on Acer Travelmate

2014-12-02 Thread Pierre Couderc
Le 03/12/2014 07:58, Simon Hollenbach a écrit : Sent this to Pierre's private mail first. Sorry. Hi Pierre, you might want to dig further into this, Mmm, what is my other choice ? W8 ? Ubuntu ? as I can't see how a developer could fix the error you are experiencing without more information.

Re: boot fails on jessie on Acer Travelmate

2014-12-02 Thread Pierre Couderc
Le 03/12/2014 06:24, Charlie a écrit : On Wed, 03 Dec 2014 03:04:00 +0100 Pierre Couderc sent: Save the file and the do an apt-get update and apt-get upgrade. When this is complete and everything is configured. I did that. But I had to repeat the upgrade operation many times until I get a

Re: boot fails on jessie on Acer Travelmate

2014-12-02 Thread Pierre Couderc
Le 03/12/2014 01:17, Charlie a écrit : Thank you very much ! On Tue, 02 Dec 2014 23:27:13 +0100 Pierre Couderc sent: 1- install wheezy, all is ok, I boot and boot again. I change it to jessie (following standard instructions) This may not help at all because things may have changed in the

boot fails on jessie on Acer Travelmate

2014-12-02 Thread Pierre Couderc
the problem. 1- what am I missing ? 2- if it is a bug, in what package should I declare it ? I am willing to help to fix the bug, if any. Thank you in advance Pierre Couderc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Troubl