Re: How to delay resume after suspend to get disks ready, using kernel command line switch?

2017-06-03 Thread deloptes
Ram Ramesh wrote: > Problem: > > I am having a problem with ubuntu 14.04 resume from suspend. I suspect a > race condition in boot process. I have a mpt2sas (LSISAS2008: > FWVersion(20.00.07.00)) host adapter to which several of my disks are > attached. On occasions, there is a delay before these

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Curt
On 2017-06-03, Gary Dale wrote: >> >> >> Any ideas? >> > BTW: the same thing happens when I use the hpcups driver. > I may be all wet but have you attempted setting the client queue to raw? Perhaps this could be tested beforehand with 'lpr -l ' (on the client machine, of course). Sorry if I was

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Brian
On Sat 03 Jun 2017 at 07:53:06 +, Curt wrote: > On 2017-06-03, Gary Dale wrote: > >> > >> > >> Any ideas? > >> > > BTW: the same thing happens when I use the hpcups driver. > > > > I may be all wet but have you attempted setting the client queue to raw? > > Perhaps this could be tested befo

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Brian
On Fri 02 Jun 2017 at 16:38:42 -0400, Gary Dale wrote: > I have an HP Color Laserjet CP1215 printer attached to a Jessie server via > USB. I'm trying to print to it from Stretch workstation. This has been > failing for a long time now. It's not a new problem. I've tried removing the > printer and

Re: Trying to understand man page for dd

2017-06-03 Thread Curt
On 2017-06-01, Ulf Volmer wrote: > On 05/28/2017 02:05 PM, JPlews wrote: > $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid > >> have a look at status=progress > > This option does not exist in debian stable. Would 'pv' help? dd if=/dev/zero | pv |

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Fungi4All
Original Message From: deb...@lionunicorn.co.uk To: debian-user@lists.debian.org On Thu 01 Jun 2017 at 12:24:28 (-0400), Fungi4All wrote: > Why don't just skip all this that we are in perfect agreement with and go to > the juicy part. > After all uuids are unique and fstab are

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Gene Heskett
On Saturday 03 June 2017 11:02:54 Fungi4All wrote: > Original Message > From: deb...@lionunicorn.co.uk > To: debian-user@lists.debian.org > > On Thu 01 Jun 2017 at 12:24:28 (-0400), Fungi4All wrote: > > Why don't just skip all this that we are in perfect agreement with > > and go

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Pascal Hambourg
Le 03/06/2017 à 17:48, Gene Heskett a écrit : I don't believe that will work. dd runs on the raw device, not to an artificially created "partition". dd runs on any type of device, including partitions.

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread David Wright
On Sat 03 Jun 2017 at 11:02:54 (-0400), Fungi4All wrote: > Ι was waiting to see if anyone else found something like this significant and > willing to contribute some wisdom No wisdom here, I'm afraid. > I suspect the experiment would be simple. > Let's say we make a new partition on a disk with

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Pascal Hambourg
Le 03/06/2017 à 18:04, David Wright a écrit : AIUI there's a race condition here, perhaps even several. The correct MBR should be read as normal by the BIOS, but grub then searches by UUID for the kernel/ramdisk, and the kernel searches by UUID for the root filesystem, and we don't know how it

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Gary Dale
On 03/06/17 05:10 AM, Brian wrote: On Fri 02 Jun 2017 at 16:38:42 -0400, Gary Dale wrote: I have an HP Color Laserjet CP1215 printer attached to a Jessie server via USB. I'm trying to print to it from Stretch workstation. This has been failing for a long time now. It's not a new problem. I've t

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Brian
On Sat 03 Jun 2017 at 14:00:59 -0400, Gary Dale wrote: > On 03/06/17 05:10 AM, Brian wrote: > >On Fri 02 Jun 2017 at 16:38:42 -0400, Gary Dale wrote: > > > >>I have an HP Color Laserjet CP1215 printer attached to a Jessie server via > >>USB. I'm trying to print to it from Stretch workstation. This

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Gary Dale
On 03/06/17 02:21 PM, Brian wrote: On Sat 03 Jun 2017 at 14:00:59 -0400, Gary Dale wrote: On 03/06/17 05:10 AM, Brian wrote: On Fri 02 Jun 2017 at 16:38:42 -0400, Gary Dale wrote: I have an HP Color Laserjet CP1215 printer attached to a Jessie server via USB. I'm trying to print to it from S

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Jun 03, 2017 at 05:59:06PM +0200, Pascal Hambourg wrote: > Le 03/06/2017 à 17:48, Gene Heskett a écrit : > > > >I don't believe that will work. dd runs on the raw device, not to an > >artificially created "partition". > > dd runs on any type

Re: Install Debian 8.8.0/XFCE on32 bit system

2017-06-03 Thread Felix Miata
David Wright composed on 2017-06-01 18:55 (UTC-0500): > When I managed to persuade the Computing Service to issue me with > several disks at the same time (very infrequently), I would make > sure I created partitions with slightly different (usually by one > cylinder, a historical concept!) absolu

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Fungi4All
From: deb...@lionunicorn.co.uk > Ι was waiting to see if anyone else found something like this significant and > willing to contribute some wisdom No wisdom here, I'm afraid. just evolution of the unix-dna > I suspect the experiment would be simple. > Let's say we make a new partition on a disk

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Gary Dale
On 03/06/17 02:39 PM, Gary Dale wrote: On 03/06/17 02:21 PM, Brian wrote: On Sat 03 Jun 2017 at 14:00:59 -0400, Gary Dale wrote: On 03/06/17 05:10 AM, Brian wrote: On Fri 02 Jun 2017 at 16:38:42 -0400, Gary Dale wrote: I have an HP Color Laserjet CP1215 printer attached to a Jessie server v

Re: HP CP1215 - CUPS not printing from Stretch to Jessie server.

2017-06-03 Thread Gary Dale
The Printing section on the wiki deals with "Double Filtering". It might help. Where is the wiki?

Re: Proper sources list from Jessie > Stretch

2017-06-03 Thread Ric Moore
On 06/02/2017 10:41 AM, Fungi4All wrote: Sorry for the top-post but I think it is appropriate It is not ever appropriate, no matter what you think. Ric -- My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ..the Sin of Ignorance, and the Sin of Stupidity. Onl

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Joel Rees
(Google or something is screwing up the threading. My apologies if I mess it up further.) On Sun, Jun 4, 2017 at 7:30 AM, Fungi4All wrote: > >> From: deb...@lionunicorn.co.uk >> >>> Ι was waiting to see if anyone else found something like this significant >> and willing to contribute some wisdom

Re: drive names and UUIDs, was Re: Intresting dd fsck grub uuid fstab action

2017-06-03 Thread Joel Rees
On Sun, Jun 4, 2017 at 12:59 AM, Pascal Hambourg wrote: > Le 03/06/2017 à 17:48, Gene Heskett a écrit : >> >> >> I don't believe that will work. dd runs on the raw device, not to an >> artificially created "partition". > > > dd runs on any type of device, including partitions. > But it copies th

switching flavors

2017-06-03 Thread Frank M
I am running Debian Stretch, and like to change to Sid. Can I just change my sources.list to unstable and upgrade? I have run Sid before and am prepared to deal with some breakage.

Re: switching flavors

2017-06-03 Thread Gary Dale
On 03/06/17 08:59 PM, Frank M wrote: I am running Debian Stretch, and like to change to Sid. Can I just change my sources.list to unstable and upgrade? I have run Sid before and am prepared to deal with some breakage Yes, although I'd do a dist-upgrade (or full-upgrade if using aptitude). Ba

Re: switching flavors

2017-06-03 Thread Davor Balder
Yes - and based on some work I did earlier in the week if you keep the things simple I would say your upgrade should be uneventful. I changed the repo to unstable Then I did: apt-get update apt-get upgrade That was it. Cheers D On 04/06/17 13:11, Gary Dale wrote: > On 03/06/17 08:59 PM,

Nur noch bis MORGEN statt 249,00€ jetzt nur für 47,00€

2017-06-03 Thread Newsletter
25% Rabatt auf ALLE BODYWORK360 Programme +++ NUR NOCH BIS MORGEN +++ Hey, Ich hoffe du genießt dein Wochenende :) Bis morgen Abend hast du noch die Möglichkeit Dir 25% Rabatt auf alle BODYWORK360 Programme zu sichern. Nur jetzt statt 249,00€ nur für 47,00€ Die Auswahl ist groß! Suche dir