Re: Moving LVM volume?

2015-01-02 Thread Frank Miles
On Fri, 02 Jan 2015 21:10:02 +0100, Bob Proulx wrote: > Joel Rees wrote: >> Bob Proulx wrote: >> > the disk as physical volumes for lvm. For you I might suggest: >> > >> > /dev/sdb1 /boot {256M} /dev/sdb4 extended >> > {remainder} >> >> Why extended? I generally put my LVM p

Re: error opening /media/cdrom0/BDMV/BACKUP/index.bdmv

2015-01-02 Thread Mike Kupfer
Ric Moore wrote: > Trying to automount a dvd for playback and I'm seeing this. I'm seeing these messages, too, even for removable USB drives. (Jessie, amd64, running Xfce.) Jan 1 15:50:52 allegro kernel: [314184.131707] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem Ja

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Gary Dale
On 02/01/15 11:57 AM, Kevin O'Gorman wrote: On Fri, Jan 2, 2015 at 8:50 AM, Gary Dale > wrote: On 31/12/14 04:57 PM, Kevin O'Gorman wrote: I've just gotten 4 4TB drives to replace my 4 2TB drives. I'm wanting to have one normal 4TB drive and one

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Bob Proulx
Kevin O'Gorman wrote: > Bob Proulx wrote: > > For people adding additional mdadm raid volumes later they need to > > do some configuration for it. > > This is exactly my case. I'm installing a RAID-0 for gigantic > transient files. I do not anticipate using RAID for the system, > partly because

Best tools for hard drive recovery

2015-01-02 Thread Kevin O'Gorman
In the midst of other activities around my hard drives, I realized one of my old backup drives has suffered some damage. Not all of the files are readable. I have more recent backups, so there's nothing catasrophic here, but before I jettison this drive I'd like to get off of it what i can. I ha

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Kevin O'Gorman
On Fri, Jan 2, 2015 at 11:57 AM, Bob Proulx wrote: > Kevin O'Gorman wrote: > > There's one remaining question I have, which is fortunately not urgent. > > It's not clear what I'm going to have to do to bring the RAID online > after > > a reboot. It doesn't seem to be as simple as tweaking /etc/f

Re: Unable to upgrade testing system

2015-01-02 Thread Patrick Wiseman
On Jan 2, 2015 6:33 PM, "Sam Varghese" wrote: > > I have been trying to upgrade a system that is running testing. for the > past couple of weeks and have been getting the following errors: [oodles of errors] > Processing was halted because there were too many errors. > E: Sub-process /usr/bin/dp

Re: Unable to upgrade testing system

2015-01-02 Thread Bob Proulx
Sam Varghese wrote: > I am not subscribed to the list so I would appreciate being copied in. > The following packages have unmet dependencies: > libpam-systemd : Depends: systemd (= 215-6) but 215-8 is installed Package libpam-systemd version 215-8 is current in Testing. What is the output of:

Re: Moving LVM volume?

2015-01-02 Thread Bob Proulx
Pascal Hambourg wrote: > Bob Proulx a écrit : > > Personally I tend to have more than four partitions. Therefore I will > > almost always end up using extended partitions. > > Consider using GPT partition scheme instead. In the future GPT partitions will probably become almost universially seen

Re: Moving LVM volume?

2015-01-02 Thread Pascal Hambourg
Bob Proulx a écrit : > > Personally I tend to have more than four partitions. Therefore I will > almost always end up using extended partitions. Consider using GPT partition scheme instead. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Unable to upgrade testing system

2015-01-02 Thread Sam Varghese
I have been trying to upgrade a system that is running testing. for the past couple of weeks and have been getting the following errors: root@tuatara:/home/poormigrant# apt-get update && apt-get dist-upgrade Fetched 70.5 kB in 13s (5,300 B/s) Reading package lists... Done Reading package lists...

error opening /media/cdrom0/BDMV/BACKUP/index.bdmv

2015-01-02 Thread Ric Moore
Trying to automount a dvd for playback and I'm seeing this. I'm finding almost zip using google. Basically, it seems automount is looking for something that doesn't exist. I think it's related to blueray but removal of libbluray rips out half the system as depends. Anyone have a clue towards th

Re: Debian right for my use?

2015-01-02 Thread Gary Dale
On 02/01/15 01:54 AM, Bob Proulx wrote: Cadman wrote: I need help determining whether Debian OS is the right OS for my needs. You are asking on a Debian user list. Any answer other than yes here would lead me to seriously question the responses. Meanwhile I would expect that a Fedora list wou

Re: Debian right for my use?

2015-01-02 Thread Patrick Bartek
On Thu, 01 Jan 2015, Bob Proulx wrote: > Cadman wrote: > > I need help determining whether Debian OS is the right OS for my > > needs. > > You are asking on a Debian user list. Any answer other than yes here > would lead me to seriously question the responses. Meanwhile I would > expect that a

Re: A capability in the IMAP protocol.

2015-01-02 Thread The Wanderer
On 01/02/2015 at 04:06 PM, The Wanderer wrote: > On 01/02/2015 at 03:01 PM, Peter Easthope wrote: > >> Hi, >> >> Does the IMAP protocol allow retrieving a message, body included, >> from a server and then deleting from the server while keeping on >> the client? This might be described as simulat

Re: Script to email details not working in cron

2015-01-02 Thread Don Armstrong
On Fri, 02 Jan 2015, Manikandan M wrote: > I have written a small script to email (using ssmpt) some details, and > scheduled it in crontab. The script is running as per time mentioned in the > cron but ssmtp is not sending the mail. please find the details below. > > user@host ~ $ cat bin/email-s

Re: A capability in the IMAP protocol.

2015-01-02 Thread The Wanderer
On 01/02/2015 at 03:01 PM, Peter Easthope wrote: > Hi, > > Does the IMAP protocol allow retrieving a message, body included, > from a server and then deleting from the server while keeping on the > client? This might be described as simulating a POP behavour in > IMAP. IMAP allows retrieving a m

Re: Script to email details not working in cron

2015-01-02 Thread Bob Proulx
Manikandan M wrote: > I have written a small script to email (using ssmpt) some details, and > scheduled it in crontab. The script is running as per time mentioned in the > cron but ssmtp is not sending the mail. please find the details below. A couple of details to provide background to understan

A capability in the IMAP protocol.

2015-01-02 Thread Peter Easthope
Hi, Does the IMAP protocol allow retrieving a message, body included, from a server and then deleting from the server while keeping on the client? This might be described as simulating a POP behavour in IMAP. If the protocol allows this, is the capability implemented in most clients? Thanks,

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Tapani Tarvainen
On Jan 01 23:42, Bob Proulx (b...@proulx.com) wrote: > Using mdadm RAID? Or LVM raid? I have personally only used mdadm > raid and not lvm raid. Yes. LVM raid is today usually best to avoid. I generally use mdadm for raid (unless hardware raid is available) and put lvm on top of that. And I te

Re: Moving LVM volume?

2015-01-02 Thread Bob Proulx
Joel Rees wrote: > Bob Proulx wrote: > > the disk as physical volumes for lvm. For you I might suggest: > > > > /dev/sdb1 /boot {256M} > > /dev/sdb4 extended {remainder} > > Why extended? I generally put my LVM partition straight in a DOS > primary partition, unless I needed

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Bob Proulx
Kevin O'Gorman wrote: > There's one remaining question I have, which is fortunately not urgent. > It's not clear what I'm going to have to do to bring the RAID online after > a reboot. It doesn't seem to be as simple as tweaking /etc/fstab, like it > is on bare drives. I suppose I can do an assem

File transfer between Debian Wheezy Xfce and iPad, iPod, iPhone

2015-01-02 Thread David Christensen
debian-user: I would like to transfer files between Debian Wheezy Xfce computers (i386 and amd64) and iOS devices (iPod, iPad, iPhone). On Debian, I have installed: libimobiledevice-utils When I connect the charging cable between an iPad Mini (Model A1489) and a USB 2.0 port on a Debi

Re: Script to email details not working in cron

2015-01-02 Thread Emil Oppeln-Bronikowski
On Fri, Jan 02, 2015 at 06:39:27PM +, Manikandan M wrote: Are other scripts running fine? Can you throw a silly date >>/tmp/imalive into it and see? Does ssmtp (I'm unfamilar with it) requies some special env-var that can be unset when running from Cron? -- People are like potatos. They d

Re: Script to email details not working in cron

2015-01-02 Thread Manikandan M
Thanks for the quick response Patrick. I have given the full path for all the executables in the script. Still i'm not getting the email. The first line of the script works which updates the details-file. The third line of the script works which updates the status of the email operation. Both the d

Re: Debian right for my use?

2015-01-02 Thread John L. Ries
Debian might well work for your purposes as it's relatively easy to set up and has a huge software repository; but your problem appears to be memory. If your CAD software was sluggish even when you were running Windows 7 directly, it's not going to be better when you're running Windows in a VM

Re: Script to email details not working in cron

2015-01-02 Thread Patrick Wiseman
On Fri, Jan 2, 2015 at 1:39 PM, Manikandan M wrote: > Hi, > > I have written a small script to email (using ssmpt) some details, and > scheduled it in crontab. The script is running as per time mentioned in the > cron but ssmtp is not sending the mail. please find the details below. > > user@host

Script to email details not working in cron

2015-01-02 Thread Manikandan M
Hi, I have written a small script to email (using ssmpt) some details, and scheduled it in crontab. The script is running as per time mentioned in the cron but ssmtp is not sending the mail. please find the details below. user@host ~ $ cat bin/email-script /home/user/bin/actual-script > ~/details

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Gary Dale
On 31/12/14 04:57 PM, Kevin O'Gorman wrote: I've just gotten 4 4TB drives to replace my 4 2TB drives. I'm wanting to have one normal 4TB drive and one logical 12TB drive, so I will make three physical drives into one group, one logical volume and one partition support the big partition. My sys

Re: Any advice for a user about to use LVM for the first time?

2015-01-02 Thread Kevin O'Gorman
On Thu, Jan 1, 2015 at 10:42 PM, Bob Proulx wrote: > Kevin O'Gorman wrote: > > I do want to insulate the one drive from any failures on the other three. > > That data is not at all temporary, but it is backed up regularly. I want > > to limit it's failure profile. > > Using mdadm RAID? Or LVM r

Re: Moving LVM volume?

2015-01-02 Thread Joel Rees
On Fri, Jan 2, 2015 at 3:37 PM, Bob Proulx wrote: > Frank Miles wrote: >> I recently added a new hard drive to my home system. I decided to use it >> to create an all-new bootable 'jessie' system. I created a partition >> table that I thought would be flexible: >>/dev/sdb1 / (root)

Re: Debian right for my use?

2015-01-02 Thread Miles Fidelman
Bob Proulx wrote: Cadman wrote: I need help determining whether Debian OS is the right OS for my needs. You are asking on a Debian user list. Any answer other than yes here would lead me to seriously question the responses. Meanwhile I would expect that a Fedora list would respond for Fedora

Re: Debian right for my use?

2015-01-02 Thread Mart van de Wege
Bob Proulx writes: > > Even though this is a Debian list and not an Ubuntu one I wouldn't run > from Ubuntu to Debian because of this. I would expect their behavior > to be identical. Yes you would. But that's assumption that can definitely bite you in the ass. Ubuntu has a bad habit of patchin

Re: Moving LVM volume?

2015-01-02 Thread Tapani Tarvainen
On Jan 02 11:52, Joel Rees (joel.r...@gmail.com) wrote: > There can be reasons to do such things on production servers, but > even then, you are basically only going to do it to salvage data, > never the OS. LVM is also a great way to avoid downtime when adding or replacing disks. A couple month

reportbug failure to send

2015-01-02 Thread Beagleburt
Please find attached the relavant reportbug file. I do not know what "headers" i should use - please forward it to th right recipient. TKU. 'b'ye - Bruce Gilbert. --- Begin Message --- Dear Maintainer, * What led up to the situation? I had effectively 'hosed' my original Debian installation -