Re: replacing boot and only disk drive

2014-11-22 Thread Hendrik Boom
On Sat, 22 Nov 2014 19:04:52 -0500, Doug wrote: ... > > > You may find that Windows won't boot. There are a number of ways to fix > that. If you have a "real" install disk, I think that will work. Or > Google for "Windows won't boot after copy," or something like that. > There are a couple of fre

Re: replacing boot and only disk drive

2014-11-22 Thread Hendrik Boom
On Sun, 23 Nov 2014 00:45:38 +0100, Pascal Hambourg wrote: > Gary Dale a écrit : >> On 22/11/14 06:29 PM, Hendrik Boom wrote: >>> >>> And it's not hard to copy the file systems, either. I can temporarily >>> access the new drive using a USB adaptor. fd

Re: replacing boot and only disk drive

2014-11-23 Thread Hendrik Boom
On Sun, 23 Nov 2014 12:14:25 +0100, Pascal Hambourg wrote: > Pascal Hambourg a écrit : >> Hendrik Boom a écrit : >> >>> Unless the MBR or something related to it contains information about >>> the size of the entire disk, which will now be wrong. >> >

Re: replacing boot and only disk drive

2014-11-23 Thread Hendrik Boom
On Sat, 22 Nov 2014 18:38:41 -1000, Joel Roth wrote: > On Sat, Nov 22, 2014 at 11:29:20PM +0000, Hendrik Boom wrote: >> I have a laptop (an old Asus EEEPC), and I need to replace its only >> disk drive with a larger one. The hardware aspects are easy -- keep >> static elect

random bits in badblocks

2014-11-30 Thread Hendrik Boom
The option -t random specifies that "the block should be filled with a random bit pattern". Now, just how random is that bit pattern. Does it choose a random byte and fill the entire hard drive with it? Does it make up a random disk block and write that to the whole disk? Or does each block ge

Re: replacing boot and only disk drive

2014-11-30 Thread Hendrik Boom
On Sun, 23 Nov 2014 13:17:24 -0800, seeker5528 wrote: > On 11/23/2014 12:03 PM, Doug wrote: >> Yes, grub can boot Windows _just fine_ if Windows is bootable. Windows >> wants to be "activated" and I found that GParted's activation does not >> suffice.That's why I mentioned obtaining a program to a

Can squeeze boot into a LVM over RAID?

2012-09-01 Thread Hendrik Boom
Can squeeze boot when / is on an LVM over RAID1? Can it boot if /boot is on the LVM over RAID1? Or when /boot is on a nonRAID nonLVM partition but / is on an LVM over RAID? Context: I have to remove the hard drive my / is on. The available space to move it to is on a RAID drive. The disks c

Re: Can squeeze boot into a LVM over RAID?

2012-09-01 Thread Hendrik Boom
On Sat, 01 Sep 2012 16:02:54 -0500, Mark Allums wrote: > On 9/1/2012 3:17 PM, Hendrik Boom wrote: >> Can squeeze boot when / is on an LVM over RAID1? >> >> Can it boot if /boot is on the LVM over RAID1? >> >> Or when /boot is on a nonRAID nonLVM partitio

Re: Can squeeze boot into a LVM over RAID?

2012-09-01 Thread Hendrik Boom
On Sat, 01 Sep 2012 17:42:45 -0400, Tom H wrote: > On Sat, Sep 1, 2012 at 5:41 PM, Tom H wrote: >> On Sat, Sep 1, 2012 at 4:17 PM, Hendrik Boom >> wrote: >>> >>> Can squeeze boot when / is on an LVM over RAID1? >>> >>> Can it boot if /boot is o

Re: Can squeeze boot into a LVM over RAID?

2012-09-01 Thread Hendrik Boom
oot properly. If you aren't hacking stuff together much and making a > lot of changes, you shouldn't have a problem. > > Shane > > On Sat, Sep 1, 2012 at 3:58 PM, Mark Allums wrote: > >> On 9/1/2012 4:46 PM, Hendrik Boom wrote: >> >>> Thanks. Wil

Re: Can squeeze boot into a LVM over RAID?

2012-09-01 Thread Hendrik Boom
On Sat, 01 Sep 2012 17:18:33 -0500, Mark Allums wrote: > On 9/1/2012 4:58 PM, Mark Allums wrote: >> On 9/1/2012 4:46 PM, Hendrik Boom wrote: >>> On Sat, 01 Sep 2012 16:02:54 -0500, Mark Allums wrote: >>> >>>> On 9/1/2012 3:17 PM, Hendrik Boom wrote: >>

Migrate to 3TB disk

2012-09-14 Thread Hendrik Boom
I have two new 3TB disks. I'm adding them to an existing Debian (stable/ squeeze AMD64) system. I plan to partition them, and make one large partition on each one to serve as a carrier for a RAID-1. I plan to subdivide that RAID using LVM. There will also be a few small partitions outside the

Grub2 with multiple Debians

2012-09-14 Thread Hendrik Boom
It has been my practice when upgrading between Debian releases to make bootable copies of the OS partitions on my hard drive so that if things go badly wrong I still have a bootable system. And occasionally, things have gone badly wrong, so this was a life-saver. This wirked fine with LILO and

Re: Migrate to 3TB disk

2012-09-14 Thread Hendrik Boom
On Fri, 14 Sep 2012 19:55:58 +0300, Andrei POPESCU wrote: > On Vi, 14 sep 12, 15:20:26, Hendrik Boom wrote: >> >> Now currently my machine has two small (750G) disks that it stores the >> bulk of its files on, and one tiny (250G) IDE disk that it boots from. > > Tiny?

Re: Migrate to 3TB disk

2012-09-14 Thread Hendrik Boom
On Fri, 14 Sep 2012 09:22:51 -0700, Kelly Clowers wrote: > >> (1d) EFI > > Only applies with a pretty new motherboard that supports it. I was under the impression that an old BIOS (which is what I probably have) doesn't know how to understand how to understand the partition table that comes w

Re: Grub2 with multiple Debians

2012-09-14 Thread Hendrik Boom
On Fri, 14 Sep 2012 23:25:03 +0300, Andrei POPESCU wrote: > On Vi, 14 sep 12, 17:12:38, Hendrik Boom wrote: >> >> Of course, after I've made my copy (with slight changes to /etc/fstab) >> I have two nearly identical sets of partitions, so it may be tricky to >> t

Re: Grub2 with multiple Debians

2012-09-14 Thread Hendrik Boom
On Fri, 14 Sep 2012 23:06:42 +0200, lee wrote: > Hendrik Boom writes: > >> It has been my practice when upgrading between Debian releases to make >> bootable copies of the OS partitions on my hard drive so that if things >> go badly wrong I still have a bootable syste

Re: Grub2 with multiple Debians

2012-09-14 Thread Hendrik Boom
On Fri, 14 Sep 2012 22:37:28 +0100, Joe wrote: > On Fri, 14 Sep 2012 20:42:21 + (UTC) > Hendrik Boom wrote: > >> On Fri, 14 Sep 2012 23:25:03 +0300, Andrei POPESCU wrote: >> >> > On Vi, 14 sep 12, 17:12:38, Hendrik Boom wrote: >> >> >> &g

Re: Grub2 with multiple Debians

2012-09-15 Thread Hendrik Boom
On Sat, 15 Sep 2012 13:40:16 +0400, Dmitriy Matrosov wrote: > On 09/15/12 00:42, Hendrik Boom wrote: >> On Fri, 14 Sep 2012 23:25:03 +0300, Andrei POPESCU wrote: >> >>> On Vi, 14 sep 12, 17:12:38, Hendrik Boom wrote: >>>> >>>> Of course, after I&#

Re: Grub2 with multiple Debians

2012-09-15 Thread Hendrik Boom
On Sat, 15 Sep 2012 02:19:11 +, Hendrik Boom wrote: > On Fri, 14 Sep 2012 22:37:28 +0100, Joe wrote: > >> On Fri, 14 Sep 2012 20:42:21 +0000 (UTC) >> Hendrik Boom wrote: >> >>> On Fri, 14 Sep 2012 23:25:03 +0300, Andrei POPESCU wrote: >>> >

Re: Grub2 with multiple Debians

2012-09-15 Thread Hendrik Boom
On Sat, 15 Sep 2012 13:39:29 +0300, Andrei POPESCU wrote: > On Sb, 15 sep 12, 13:40:16, Dmitriy Matrosov wrote: >> >> Note, that suggested above approach requires one edited by hand >> grub,cfg along with automatically generated others. > > I've solved this by having one grub in the MBR and inst

Re: Grub2 with multiple Debians

2012-09-15 Thread Hendrik Boom
On Sat, 15 Sep 2012 02:19:11 +, Hendrik Boom wrote: > On Fri, 14 Sep 2012 22:37:28 +0100, Joe wrote: > >> On Fri, 14 Sep 2012 20:42:21 +0000 (UTC) >> Hendrik Boom wrote: >> >>> On Fri, 14 Sep 2012 23:25:03 +0300, Andrei POPESCU wrote: >>> >

Re: Grub2 with multiple Debians

2012-09-15 Thread Hendrik Boom
On Fri, 14 Sep 2012 23:25:03 +0300, Andrei POPESCU wrote: > UUIDs? What failure mode(s) do you have in mind, because I can't think > of any. When looking at /etc/fstab or grub configuration files: Alas! UUIDs are so unmnemonic! -- hendrik -- To UNSUBSCRIBE, email to debian-user-requ...@lis

Server upgrade to wheezy failed

2012-09-28 Thread Hendrik Boom
My server upgrade from squeeze to wheezy just failed. But I'm not panicking, I can still dual-boot into a back-up squeeze partition, and squeeze still works perfectly. I just upgraded my server from squeeze to wheezy. Lots of packages failed to upgrade because of dependency problems. Now it'

Re: Using wget to fill in a form

2012-09-28 Thread Hendrik Boom
On Sat, 22 Sep 2012 10:01:51 -0500, craig wrote: > Greetings, > > I have a small book collection (~150) that I thought would be neat to > catalog by the Library of Congress catalog numbers. This isn't what you asked for at all, but you might consider the BLISS classification instead. It's more

Re: Server upgrade to wheezy failed -- now trying just to boot new kernel.

2012-09-29 Thread Hendrik Boom
On Sat, 29 Sep 2012 11:18:39 +0100, Brian wrote: > On Fri 28 Sep 2012 at 19:50:22 +0000, Hendrik Boom wrote: > >> My server upgrade from squeeze to wheezy just failed. But I'm not >> panicking, I can still dual-boot into a back-up squeeze partition, and >>

Re: Server upgrade to wheezy failed

2012-09-29 Thread Hendrik Boom
On Sat, 29 Sep 2012 16:05:43 -0400, Tom H wrote: > On Sat, Sep 29, 2012 at 6:18 AM, Brian wrote: >> On Fri 28 Sep 2012 at 19:50:22 +, Hendrik Boom wrote: >>> >>> My server upgrade from squeeze to wheezy just failed. But I'm not >>> panicking, I c

Re: Server upgrade to wheezy failed

2012-09-29 Thread Hendrik Boom
On Sat, 29 Sep 2012 20:53:52 +, Hendrik Boom wrote: > On Sat, 29 Sep 2012 16:05:43 -0400, Tom H wrote: > > >> >> Not necessarily helpful to the OP and more for the record for other >> upgraders: >> >> The wheezy release notes recommend: >>

Squeeze boots into my LVM over RAID, but wheezy won't.

2012-10-01 Thread Hendrik Boom
On Sat, 01 Sep 2012 22:44:16 -0500, Mark Allums wrote: > > Put /boot on the RAID. > > MBR loads GRUB, and GRUB does the rest of the heavy lifting. > > Upgrading to Wheezy will go a long way toward making this easier. It's > in feature freeze, and what's holding up release is finishing the > inst

Re: Server upgrade to wheezy failed

2012-10-01 Thread Hendrik Boom
On Sat, 29 Sep 2012 21:52:04 +, Hendrik Boom wrote: > On Sat, 29 Sep 2012 20:53:52 +0000, Hendrik Boom wrote: > >> On Sat, 29 Sep 2012 16:05:43 -0400, Tom H wrote: >> >> >> >>> Not necessarily helpful to the OP and more for the record for other >

Re: Server upgrade to wheezy failed

2012-10-01 Thread Hendrik Boom
On Mon, 01 Oct 2012 10:12:35 -0400, Tom H wrote: > On Mon, Oct 1, 2012 at 9:05 AM, Hendrik Boom > wrote: >> On Sat, 29 Sep 2012 21:52:04 +0000, Hendrik Boom wrote: >>> On Sat, 29 Sep 2012 20:53:52 +, Hendrik Boom wrote: >>>> On Sat, 29 Sep 2012 16:05:43 -0

Re: Squeeze boots into my LVM over RAID, but wheezy won't.

2012-10-01 Thread Hendrik Boom
On Mon, 01 Oct 2012 10:08:43 -0400, Tom H wrote: > On Mon, Oct 1, 2012 at 8:56 AM, Hendrik Boom > wrote: >> On Sat, 01 Sep 2012 22:44:16 -0500, Mark Allums wrote: >>> >>> Put /boot on the RAID. >>> >>> MBR loads GRUB, and GRUB does the rest of the

Re: Squeeze boots into my LVM over RAID, but wheezy won't.

2012-10-01 Thread Hendrik Boom
On Mon, 01 Oct 2012 10:48:53 -0400, Tom H wrote: > On Mon, Oct 1, 2012 at 10:35 AM, Hendrik Boom > wrote: >> On Mon, 01 Oct 2012 10:08:43 -0400, Tom H wrote: >>> >>> How big's your post-MBR gap? >> >> I gather that's the so-called embedding

Re: Squeeze boots into my LVM over RAID, but wheezy won't.

2012-10-01 Thread Hendrik Boom
On Mon, 01 Oct 2012 12:04:56 -0400, Tom H wrote: > On Mon, Oct 1, 2012 at 11:33 AM, Hendrik Boom > wrote: >> On Mon, 01 Oct 2012 10:48:53 -0400, Tom H wrote: >>> On Mon, Oct 1, 2012 at 10:35 AM, Hendrik Boom >>> wrote: >>>> On Mon, 01 Oct 2012 10:08:43

Re: Can wheezy boot into a LVM over RAID?

2012-10-21 Thread Hendrik Boom
On Sat, 01 Sep 2012 20:17:10 +, Hendrik Boom wrote: > Can squeeze boot when / is on an LVM over RAID1? > > Can it boot if /boot is on the LVM over RAID1? > > Or when /boot is on a nonRAID nonLVM partition but / is on an LVM over > RAID? > > Context: I have to remov

Mysterious packet

2012-11-08 Thread Hendrik Boom
I've started getting messages like the following: [12332.047451] IN=ppp0 OUT=ppp0 SRC=74.125.133.188 DST=25.46.128.71 LEN=40 TOS=0x00 PREC=0x00 TTL=50 ID=46353 PROTO=TCP SPT=5228 DPT=44380 WINDOW=0 RES=0x00 RST URGP=0 [79.489288] IN=ppp0 OUT=ppp0 SRC=74.125.133.188 DST=25.45.89.15 LEN=40 T

Re: Mysterious packet

2012-11-09 Thread Hendrik Boom
On Thu, 08 Nov 2012 12:15:55 -0500, Neal Murphy wrote: > On Thursday, November 08, 2012 11:58:33 AM Darac Marjal wrote: >> On Thu, Nov 08, 2012 at 03:26:23PM +, Hendrik Boom wrote: >> > I've started getting messages like the following: >> > >>

Are there capacity issues with LVM2 on RAID?

2012-11-12 Thread Hendrik Boom
I'm about to partition twin 3TB disks. Some free space (in case I need it someday) outside the main partitions, and one main partition on each of the two drives. These partitions will be twinned as parts of a RAID1 for redundancy. On that RAID I plan to install LVM2, and use that to mnage p

Re: Where is GRUB2's pointer to LVM LV / filesystem containing /boot?

2012-11-12 Thread Hendrik Boom
On Mon, 28 May 2012 06:59:26 -0400, Tom H wrote: > On Sun, May 27, 2012 at 10:05 PM, Dan B. wrote: >> >> I think I want to move /boot to the RAID1 array I originally intended >> for it (so that booting into GRUB2 depends only on the /boot RAID1 >> array, and not also on the integrity of my LVM vo

Failing to find LVM on RAID in while booting wheezy.

2012-11-20 Thread Hendrik Boom
My wheezy root partition is an LVM2 partition on one of Linux's esteemed software RAID1 partitions, which itself is based on two partitions, one on each of two hard SATA drives. Booting (through squeeze'e grub2 -- I still have a working squeeze system, and it supports current production ise) g

Re: Netflix on Debian Linux

2012-11-20 Thread Hendrik Boom
On Mon, 19 Nov 2012 13:26:14 -0300, Beco wrote: > Hi Guys, > > Last month I signed a netflix account just to be amazed it did not work > nor give support to linux. > > After calling the call center and get the news, I just canceled it, > very frustrated. > > Today, a friend sent me this link: >

Found Workaround! Re: Failing to find LVM on RAID in while booting wheezy.

2012-11-22 Thread Hendrik Boom
On Tue, 20 Nov 2012 22:02:47 +, Hendrik Boom wrote: > How can I get it so scan again for logical volumes from the busybox? > And after I've done that, how can I get it to try to look for the root > partition again and proceed with booting. > > And I should mention that t

Re: The case of the read-only USB sticks.

2014-07-04 Thread Hendrik Boom
On Sat, 22 Feb 2014 17:18:11 +, Hendrik Boom wrote: > On Sat, 22 Feb 2014 16:38:34 +0200, Andrei POPESCU wrote: > >> On Sb, 22 feb 14, 14:33:24, Hendrik Boom wrote: >>> I have a problem with my USB sticks mysteriously becoming read-only. >> >> You didn

out-of-date libtool in a former Debian package.

2014-09-04 Thread Hendrik Boom
I'm trying to compile pornview on testing/jessio. It compiled fine on wheezy, making a nice Debian package. But when trying to compile it on jessie I got complaints about libtool. I suspect incompatible changes somewhere in the libtool/automake/ configure area. I've tried replacing the libtoo

Re: IPV6 dns server running on IPV4 Connection??

2014-09-04 Thread Hendrik Boom
On Wed, 03 Sep 2014 22:16:12 -0400, Jerry Stuckle wrote: > Whoops... should have gone to the list. Sorry about that! > > On 9/3/2014 10:48 AM, John Foster wrote: >> I have Verizon as my ISP; of course they don't want or allow the >> running of static addressed servers. However they seem to be ign

Suddenly no wifi after routine jessie upgrade

2014-09-08 Thread Hendrik Boom
After the last time I did a routine safe-upgrade in jessie, my ASUS 1000HE no longer connects to wifi after a reboot and login. Presumably something is wrong with the network manater. What it tells me after I log in and have my desktop up in a coffee shop is that I do not have privileges to a

Re: Suddenly no wifi after routine jessie upgrade -- further details

2014-09-08 Thread Hendrik Boom
On Mon, 08 Sep 2014 22:13:52 +, Hendrik Boom wrote: > After the last time I did a routine safe-upgrade in jessie, my ASUS > 1000HE no longer connects to wifi after a reboot and login. Presumably > something is wrong with the network manater. What it tells me after I > log in

Re: Restricted wifi after routine jessie upgrade

2014-09-08 Thread Hendrik Boom
On Tue, 09 Sep 2014 01:37:33 +0200, B wrote: > On Mon, 8 Sep 2014 23:21:05 + (UTC) > Hendrik Boom wrote: > >> I can't connect to wifi at all. Not quite true, it seems. Now that I'm back at home, it connects to my home wifi just fine. So it looks as if I have

Re: Restricted wifi after routine jessie upgrade

2014-09-08 Thread Hendrik Boom
On Tue, 09 Sep 2014 00:05:56 +, Hendrik Boom wrote: > On Tue, 09 Sep 2014 01:37:33 +0200, B wrote: > >> On Mon, 8 Sep 2014 23:21:05 +0000 (UTC) >> Hendrik Boom wrote: >> >>> I can't connect to wifi at all. > > Not quite true, it seems.

Re: Restricted wifi after routine jessie upgrade

2014-09-08 Thread Hendrik Boom
On Tue, 09 Sep 2014 02:24:29 +0200, B wrote: > On Tue, 9 Sep 2014 00:05:56 + (UTC) > Hendrik Boom wrote: > >> Not quite true, it seems. Now that I'm back at home, it connects to my >> home wifi just fine. So it looks as if I have trouble only when I want &g

Re: Restricted wifi after routine jessie upgrade

2014-09-08 Thread Hendrik Boom
On Tue, 09 Sep 2014 03:00:04 +0200, B wrote: > On Tue, 9 Sep 2014 00:33:01 + (UTC) > Hendrik Boom wrote: > >> Is it likely to be a systemd problem? Would it help to uninstall >> gnome? > > I was kidding (as systemd devs have the same dick heads as the gno

Re: Restricted wifi after routine jessie upgrade

2014-09-08 Thread Hendrik Boom
On Tue, 09 Sep 2014 03:02:24 +0200, B wrote: > On Tue, 9 Sep 2014 00:28:41 + (UTC) > Hendrik Boom wrote: > >> Well, wifi-radar is available as a Debian package (though I can't find >> a wifi-supplicant package), and I found the wifi-radar wiki, so I >> su

Re: Restricted wifi after routine jessie upgrade

2014-09-11 Thread Hendrik Boom
On Tue, 09 Sep 2014 00:28:41 +, Hendrik Boom wrote: > On Tue, 09 Sep 2014 00:05:56 +0000, Hendrik Boom wrote: > >> On Tue, 09 Sep 2014 01:37:33 +0200, B wrote: >> >>> On Mon, 8 Sep 2014 23:21:05 + (UTC) >>> Hendrik Boom wrote: >>> &g

Chromium cannot access pages.

2014-06-17 Thread Hendrik Boom
Running a testing i386 system here on my laptop. Did a routine upgrade in the last few days. Finally launched chromium this morning. It fails rather thoroughly. I have no trouble, though, using chrome, which I get directly from google. For every page I request, even the default Google-search pag

Re: Chromium cannot access pages.

2014-06-23 Thread Hendrik Boom
On Wed, 18 Jun 2014 08:15:06 -0400, The Wanderer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 06/18/2014 04:45 AM, Florian Ernst wrote: > >> On Tue, Jun 17, 2014 at 05:30:44PM +0200, Sven Joachim wrote: >> >>> On 2014-06-17 14:39 +0200, Florian Ernst wrote: > https://

asciidoc and emacs

2014-06-23 Thread Hendrik Boom
The package emacs-goodies-el contains markdown-mode, which is for editing markdown files. Has anything analogous been packaged foe asciidoc instead? If not, there seems to be an asciidoc.el file at http://www.emacswiki.org/ emacs/asciidoc.el Is there someplace I should put it in my Debian tes

Re: asciidoc and emacs

2014-06-23 Thread Hendrik Boom
On Mon, 23 Jun 2014 19:50:31 +, Hendrik Boom wrote: > The package emacs-goodies-el contains markdown-mode, which is for > editing markdown files. > > Has anything analogous been packaged foe asciidoc instead? > > If not, there seems to be an asciidoc.el file at > htt

Is the maximum number of LVM extents still 65K?

2013-01-02 Thread Hendrik Boom
Is the maximum number of LVM extents still 65K? Or is this old news. If it's old news, where is the new news to be found? I'm planning on setting up ext4 partitions on LVM2 over RAID1 on a pair of 3TB disks, perhaps to be expanded later, the whole to be accessible by squeeze (now), wheezy (later

Squeeze assembles one RAID array, at boot but not the other

2013-01-06 Thread Hendrik Boom
I have two RAID arrays on my Debian squeeze system. The old one, which still works, and has worked for years, is on a pair of partitions on two 750GB disks. THe new one is not recognized at boot. boot is *not* on any of these RAIDs; my system boots properly. The new one, whih I build today,

Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-06 Thread Hendrik Boom
On Mon, 07 Jan 2013 02:35:21 +, Hendrik Boom wrote: > I have two RAID arrays on my Debian squeeze system. The old one, which > still works, and has worked for years, is on a pair of partitions on two > 750GB disks. THe new one is not recognized at boot. > > boot is *not*

Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 06:07:37 +0100, Sven Hartge wrote: > Hendrik Boom wrote: > >> But it is not recognized at boot. The dmesg output tells me all about >> finding the old RAID, but it doesn't even notice the new one, not even to >> complain about it. &

Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 00:14:31 -0700, Bob Proulx wrote: > Hendrik Boom wrote: >> I have two RAID arrays on my Debian squeeze system. The old one, which >> still works, and has worked for years, is on a pair of partitions on two >> 750GB disks. THe new one is not recognized

Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 03:40:07 -0500, Tom H wrote: > On Mon, Jan 7, 2013 at 3:19 AM, Tom H wrote: >> On Sun, Jan 6, 2013 at 9:35 PM, Hendrik Boom wrote: >>> ... ... >>> Any ideas where to look? Or how to work around the problem? >> >> Is the new array list

Now won't boot (was: Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 00:14:31 -0700, Bob Proulx wrote: > Hendrik Boom wrote: >> I have two RAID arrays on my Debian squeeze system. The old one, which >> still works, and has worked for years, is on a pair of partitions on two >> 750GB disks. THe new one is not recognized

Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 10:58:04 -0500, Tom H wrote: > On Mon, Jan 7, 2013 at 6:06 AM, Sven Hartge wrote: >> Tom H wrote: >>> On Mon, Jan 7, 2013 at 12:07 AM, Sven Hartge wrote: >>>> Hendrik Boom wrote: >> >>>>> Any ideas where to look? Or ho

Re: Now won't boot (was: Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 11:20:45 -0700, Bob Proulx wrote: > Hendrik Boom wrote: >> Now won't boot >> ... >> I had to mdadm --assemble /dev/md1 /dev/sdd2 /dev/sdb2 first. > > Oh! I am glad to hear that you were able to work through it manually > though and get

Re: Now boots only with obsolete kernel (was: Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-07 Thread Hendrik Boom
On Mon, 07 Jan 2013 12:10:03 -0700, Bob Proulx wrote: > Hendrik Boom wrote: >> Bob Proulx wrote: >> > And just noting for the archive readers that in addition to working >> > through the initrd busybox prompt it is also possible to use the >> > Debian install

Re: Now won't boot (was: Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-09 Thread Hendrik Boom
On Tue, 08 Jan 2013 01:42:24 -0500, Tom H wrote: > On Mon, Jan 7, 2013 at 1:44 PM, Hendrik Boom wrote: >> On Mon, 07 Jan 2013 11:20:45 -0700, Bob Proulx wrote: >>> Hendrik Boom wrote: >>>> >>>> Won't boot. Gets stick at the initramfs prompt afte

Solved! (Re: Now won't boot (was: Re: Squeeze assembles one RAID array, at boot but not the other

2013-01-10 Thread Hendrik Boom
On Wed, 09 Jan 2013 17:45:10 -0500, Tom H wrote: > On Wed, Jan 9, 2013 at 2:31 PM, Hendrik Boom wrote: >> On Tue, 08 Jan 2013 01:42:24 -0500, Tom H wrote: >>> On Mon, Jan 7, 2013 at 1:44 PM, Hendrik Boom wrote: >>>> On Mon, 07 Jan 2013 11:20:45 -0700, Bob Proulx w

Debian in the sunshine?

2013-05-06 Thread Hendrik Boom
I'm a long-time user of Debian, and also have an e-paper ebook reader. It occurs to me that something like a Debian laptop with an e-ink screen would be extremely useful, for, say, sitting on a sunny back porch in the summer and programming -- a situation where the normal luminous screens are

Partially encrypted backup?

2013-05-06 Thread Hendrik Boom
I'm currently using rdiff-backup onto removable USB drives for backup. I don not encrypt them now because I'm terrified of losing the encryption key and hence losing access to my backups. I'm planning to trade backup drives with an acquaintance for off-site backups. I trust her, but I don't t

Re: Debian in the sunshine?

2013-05-06 Thread Hendrik Boom
On Mon, 06 May 2013 18:27:59 -0400, Brad Alexander wrote: > I have had pretty good luck using my Nokia N900 in the sunshine. I have > been known to read using FBreader on it, as well as using other apps. > Now my preference is white text on a black background, but that seems to > work out pretty w

Re: Partially encrypted backup?

2013-05-07 Thread Hendrik Boom
On Mon, 06 May 2013 15:03:59 -0400, Celejar wrote: > On Mon, 6 May 2013 16:15:56 + (UTC) > Hendrik Boom wrote: > >> I'm currently using rdiff-backup onto removable USB drives for backup. >> I don not encrypt them now because I'm terrified of losing the >

Where are all the secrets kept? Re: Partially encrypted backup?

2013-05-07 Thread Hendrik Boom
0200 Received: from hendrik by topoi.pooq.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 May 2013 16:09:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: debian-user@lists.debian.org From: Hendrik Boom Subject: Re: Partially encrypted backup? Date: Tue, 7 May 2013 14:

Re: Debian in the sunshine? transreflective screen?

2013-05-11 Thread Hendrik Boom
On Thu, 09 May 2013 00:19:26 -0400, Stefan Monnier wrote: >> I'm a long-time user of Debian, and also have an e-paper ebook reader. >> It occurs to me that something like a Debian laptop with an e-ink >> screen would be extremely useful, for, say, sitting on a sunny back >> porch in the summer and

wifi disappeared completely last night on a Debina Jessie laptop.

2013-06-09 Thread Hendrik Boom
Now the wifi access point at home is a bit flaky. Every now and then we have to reset it. I run jessie on my laptop, and upgrade it every few days, so it's reasonably up-to-date. The laptop is an ASUS 1000H (or HE? I forget) -- the first of the EEEPC's that was completely Linux-compatible wit

Re: wifi disappeared completely last night on a Debina Jessie laptop.

2013-06-10 Thread Hendrik Boom
On Mon, 10 Jun 2013 04:04:41 +, Hendrik Boom wrote: > I press F2 again, and verify that WLAN is indeed enabled -- I seem to > have done that right. > > I boot Debian wheezy, using grub2. > > once I log in, there's no wifi. > > When I reboot and check the B

Re: wifi disappeared completely last night on a Debina Jessie laptop.

2013-06-10 Thread Hendrik Boom
On Mon, 10 Jun 2013 07:45:25 +, xavi wrote: > I have the same problem. And I resolved it installing wicd. Never trust > in network manager :) Thanks. Maybe I will. But in the meantime I managed to get it up again using rfkill, so I have a chance to think a bit more before acting. -- hendr

Re: wifi disappeared completely last night on a Debina Jessie laptop.

2013-06-10 Thread Hendrik Boom
On Mon, 10 Jun 2013 09:59:35 +0300, Andrei POPESCU wrote: > On Lu, 10 iun 13, 04:04:41, Hendrik Boom wrote: >> >> I think -- maybe I should ask it to shut down wifi altogether (using >> the network manager's menu, and then ask it to turn it on again. Maybe >> t

Re: wifi disappeared completely last night on a Debina Jessie laptop.

2013-06-11 Thread Hendrik Boom
On Mon, 10 Jun 2013 17:05:52 +, Hendrik Boom wrote: > On Mon, 10 Jun 2013 09:59:35 +0300, Andrei POPESCU wrote: > >> On Lu, 10 iun 13, 04:04:41, Hendrik Boom wrote: >>> >>> I think -- maybe I should ask it to shut down wifi altogether (using >>> the

Re: INSTALLATION OF DEBIAN IN WINDOWS XP

2013-06-28 Thread Hendrik Boom
On Wed, 26 Jun 2013 12:43:21 -0400, Doug wrote: > On 06/26/2013 09:35 AM, KANDREGULA SAIAJAY wrote: >> Hello sir, >> I want to install debian O.S in my windows xp 32 bit P.C .. >> Can u give the step by step procedure for it with images(if possible) >> .. >> >> > I personally think it is much be

Re: trouble formatting 3TB Seagate external HDrives. need help

2013-06-28 Thread Hendrik Boom
On Mon, 24 Jun 2013 09:55:46 -0600, paul condon wrote: > I have two 3TB Seagate external HDs. They were purchased from different > stores at slightly different times earlier this year, here in Colorado. > I want them to have ext4 file systems on them, excepting if someone on > this list can give a

Dotfiles

2013-07-02 Thread Hendrik Boom
There are lots of .dotfiles cluttering my home directory. No doubt some of them are useful. Many, though, are probably remnants of packages of years past -- packages I installed long ago, no longer need, and have removed. Is there any way of identifying which packages are using which dotfiles?

encrypted USB backup.

2013-07-02 Thread Hendrik Boom
What is the recommended way to set up part of a USB volume as an encrypted volume, so that I can back up those few of my files that actually contain secrets? This is not a backup over the net. I have no need to encrypt the data transmission. I already back up the bulk of my files transparentl

Re: Dotfiles

2013-07-02 Thread Hendrik Boom
On Tue, 02 Jul 2013 19:02:08 -0400, shawn wilson wrote: > Y'all are really taking all of the fun out of this. > > Here's the point - this is an exercise. There is no good reason to do > this. What, you've got a 10 meg disk that is at 95%? Well, if you pay > shipping, I've got a extra 40 meg that

Re: encrypted USB backup.

2013-07-02 Thread Hendrik Boom
On Tue, 02 Jul 2013 17:00:35 -0400, Rob Owens wrote: > - Original Message - >> From: "Hendrik Boom" >> >> What is the recommended way to set up part of a USB volume as an >> encrypted volume, so that I can back up those few of my files that >>

Re: Dotfiles

2013-07-02 Thread Hendrik Boom
On Tue, 02 Jul 2013 16:06:17 -0500, Yaro Yaro wrote: > Package managers don't track .dotfiles. No, they don't. That, of course, is part of the problem. But it would be useful if packages were to have a standard format for declaring what dotfiles the package is in charge of. Much like the way

Deleting chromium DNS cache entry

2013-07-13 Thread Hendrik Boom
For some reason, chromium seems to have got it stuck in its head that slashdot,org is at 69.165.131.134. At least, when I try to browse to slashdot.org using chromium, the displayed contents are identical to the contents at 16.165.131.134, which contains my personal web site. Firefox and chrom

Re: Deleting chromium DNS cache entry doesn't seem to help.

2013-07-14 Thread Hendrik Boom
On Sat, 13 Jul 2013 16:53:01 -0400, staticsafe wrote: > On Sat, Jul 13, 2013 at 08:39:10PM +0000, Hendrik Boom wrote: >> For some reason, chromium seems to have got it stuck in its head that >> slashdot,org is at 69.165.131.134. At least, when I try to browse to >> slashd

No nscd as far as I can tell.

2013-07-14 Thread Hendrik Boom
On Mon, 15 Jul 2013 07:01:56 +1000, Igor Cicimov wrote: > Do you have nscd running by any chance? Doesn't look like, unless it hides under an alias: root@notlookedfor:/home/hendrik# ps -Al | grep nscd root@notlookedfor:/home/hendrik# -- hendrik > On 15/07/2013 12:58 AM, &q

Re: No nscd as far as I can tell.

2013-07-15 Thread Hendrik Boom
On Mon, 15 Jul 2013 00:21:59 +, Hendrik Boom wrote: > On Mon, 15 Jul 2013 07:01:56 +1000, Igor Cicimov wrote: > >> Do you have nscd running by any chance? > > Doesn't look like, unless it hides under an alias: > > root@notlookedfor:/home/hendrik# ps -Al |

Re: Deleting chromium DNS cache entry doesn't seem to help.

2013-07-18 Thread Hendrik Boom
On Sun, 14 Jul 2013 14:57:14 +, Hendrik Boom wrote: > On Sat, 13 Jul 2013 16:53:01 -0400, staticsafe wrote: > >> On Sat, Jul 13, 2013 at 08:39:10PM +0000, Hendrik Boom wrote: >>> For some reason, chromium seems to have got it stuck in its head that >>> slashdot

xfce terminal first-time unusable.

2013-07-31 Thread Hendrik Boom
Starting a few months ago, on my wheezy systems (all of them) the colours of the normal shell window have changed to unusable -- black foreground on black background. It's easy enough to fix, by editing preferences, but I really wonder what's going on. It happens anew with each user, the first

Re: Deleting chromium DNS cache entry doesn't seem to help.

2013-08-03 Thread Hendrik Boom
On Fri, 19 Jul 2013 06:45:26 -0400, Stephen Allen wrote: > On Thu, Jul 18, 2013 at 04:43:07PM +0000, Hendrik Boom wrote: >> It's been most of a week now, and the problem persists. >> Chromium still insists on going to the website normally known as >> topoi.pooq.com w

Re: Dotfiles

2013-08-03 Thread Hendrik Boom
On Thu, 04 Jul 2013 03:12:40 +1200, Chris Bannister wrote: > On Wed, Jul 03, 2013 at 01:08:05AM +0000, Hendrik Boom wrote: >> On Tue, 02 Jul 2013 16:06:17 -0500, Yaro Yaro wrote: >> >> > Package managers don't track .dotfiles. >> >> No, they don&#x

Re: Dotfiles

2013-08-03 Thread Hendrik Boom
On Thu, 04 Jul 2013 23:55:38 +0100, Chris Davies wrote: > Slavko wrote: >> Dňa 02.07.2013 23:32 John Hasler wrote / napísal(a): >>> Look at the access times. Dotfiles that have not been accessed in >>> years can probably be safely removed. > >> Sure, but do not forget, that the "relatime" (defau

Re: Dotfiles

2013-08-03 Thread Hendrik Boom
On Tue, 02 Jul 2013 23:20:31 -0400, shawn wilson wrote: > The point about mentioning browsers is that you don't generally look > there. The other point about browsers is that when I look at my home directory with firefox, the dotfiles take up most of the visual space. -- hendrik -- To UNSUBS

Re: encrypted USB backup.

2013-08-03 Thread Hendrik Boom
On Wed, 03 Jul 2013 01:03:39 +, Hendrik Boom wrote: > On Tue, 02 Jul 2013 17:00:35 -0400, Rob Owens wrote: > >> - Original Message - >>> From: "Hendrik Boom" >>> >>> What is the recommended way to set up part of a USB volume as an

Re: Deleting chromium DNS cache entry doesn't seem to help.

2013-08-06 Thread Hendrik Boom
On Sat, 03 Aug 2013 16:29:06 -0500, Selim T. Erdogan wrote: > Hendrik Boom, 3.08.2013: >> >> Every other program on my laptop finds the right IP number for >> slashdot. >> It's just Chromium that doesn't. Even Chrome gets it right. Somewhere >>

top menu and icon bar gets glued to mouse ponter in xfce..

2013-08-16 Thread Hendrik Boom
I'm using xfce on jessie. It's convenient that I can get the top icon bar to minimize until the mouse pointer reached it; I have a small screen. It's occasionally convenient to be able to left-click on the little handle at the left and move it elsewhere by moving the pointer while holding the

<    1   2   3   4   5   6   7   >