Re: Strange sendmail behaviour

2015-12-27 Thread Stephen Davies
On 27/12/15 22:32, Franta Hanzlík wrote: On Tue, 24 Nov 2015 14:38:43 +1030 Stephen Davies wrote: I am trying to change my sendmail configuration to deliver all "user unknown" emails to a specific account (baduser). I added the DL definition to sendmail.mc and generated test.cf. Then I tested

Re: installation on a HP250 as UEFI

2015-12-27 Thread Chris Adams
Once upon a time, Berend De Schouwer said: > If you're using fdisk you're using a BIOS partition table.  Depending > on UEFI settings, you need a GPT partition table. Modern Linux fdisk can also create/manage GPT disks. -- Chris Adams -- users mailing list users@lists.fedoraproject.org To uns

Re: installation on a HP250 as UEFI

2015-12-27 Thread Berend De Schouwer
On Sun, 2015-12-27 at 08:48 +0100, Antonio M wrote: > /dev/sda1 2048 1fdisk -l If you're using fdisk you're using a BIOS partition table.  Depending on UEFI settings, you need a GPT partition table. The Fedora installer detects UEFI, and then decides to use a GPT partition table, and look for spa

Re: Language Problems - system is in English but commands work in Spanish

2015-12-27 Thread Javier Perez
ok, let me try, right now it is updating stuff On Sun, Dec 27, 2015 at 12:43 PM, Fulko Hew wrote: > On Sun, Dec 27, 2015 at 12:17 PM, Javier Perez wrote: > > Hi > > > > My system is supposed to be in English, but all the commands at the > console > > level give feedback in Spanish. > > How can

Re: An Exercise: Manually creating a new boot disk from an existing one

2015-12-27 Thread Joe Zeff
On 12/27/2015 06:44 AM, Tim wrote: Generally speaking, if you want to clone drives, you're much better off booting from some third thing, Clonezilla. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listin

Re: Language Problems - system is in English but commands work in Spanish

2015-12-27 Thread Fulko Hew
On Sun, Dec 27, 2015 at 12:17 PM, Javier Perez wrote: > Hi > > My system is supposed to be in English, but all the commands at the console > level give feedback in Spanish. > How can I troubleshoot this? > > [root@bloody ~]# export ...snip ... > declare -x LANGUAGE="en_US:es" Its this one that'

Language Problems - system is in English but commands work in Spanish

2015-12-27 Thread Javier Perez
Hi My system is supposed to be in English, but all the commands at the console level give feedback in Spanish. How can I troubleshoot this? [root@bloody ~]# export declare -x HISTCONTROL="ignoredups" declare -x HISTSIZE="1000" declare -x HOME="/root" declare -x HOSTNAME="bloody.localdomain" decla

Re: An Exercise: Manually creating a new boot disk from an existing one

2015-12-27 Thread Tom Horsley
On Mon, 28 Dec 2015 01:14:48 +1030 Tim wrote: > Generally speaking, if you want to clone drives, you're much better off > booting from some third thing, and copying from source to destination > without any interference from an OS currently running from the drive > you're copying. Yep. I do that p

Re: An Exercise: Manually creating a new boot disk from an existing one

2015-12-27 Thread Tim
Philip Rhoades wrote: >> I am interested to see if it is possible to boot on an existing disk - >> say /dev/sda ("A") - and then manually create everything required on a >> second disk - /dev/sdb ("B") eg: Generally speaking, if you want to clone drives, you're much better off booting from some th

Re: An Exercise: Manually creating a new boot disk from an existing one

2015-12-27 Thread Philip Rhoades
Timothy, Date: Sun, 27 Dec 2015 10:36:36 +0100 From: Timothy Murphy To: users@lists.fedoraproject.org Subject: Re: An Exercise: Manually creating a new boot disk from an existingone Message-ID: Content-Type: text/plain; charset="ISO-8859-1" Philip Rhoades wrote: I am intere

Re: Strange sendmail behaviour

2015-12-27 Thread Franta Hanzlík
On Tue, 24 Nov 2015 14:38:43 +1030 Stephen Davies wrote: > I am trying to change my sendmail configuration to deliver all "user unknown" > emails to a specific account (baduser). > I added the DL definition to sendmail.mc and generated test.cf. > Then I tested this new config using: > > echo wh

Re: An Exercise: Manually creating a new boot disk from an existing one

2015-12-27 Thread Timothy Murphy
Philip Rhoades wrote: > I am interested to see if it is possible to boot on an existing disk - > say /dev/sda ("A") - and then manually create everything required on a > second disk - /dev/sdb ("B") eg: > > - create the partition table and partitions on B > > - dd the existing boot track(s) from

An Exercise: Manually creating a new boot disk from an existing one

2015-12-27 Thread Philip Rhoades
People, I am interested to see if it is possible to boot on an existing disk - say /dev/sda ("A") - and then manually create everything required on a second disk - /dev/sdb ("B") eg: - create the partition table and partitions on B - dd the existing boot track(s) from A to a file and then dd