Re: installation problem

2016-01-17 Thread Dick Thomas
On Sunday 17 Jan 2016 14:53:19 Moreanu Robert - Nicolae wrote:
> i looking to resolve this problem when I want to install debian 8.2 or 8.1.
> I receive this message after it's take to Grub install
> 
> " the 'grub-pc' package failed to install into /target/ "
> after the operation of clean up on installing, i have a failed operations.
> 
> I don't have such expertise, please make the debian on install with more
> information and what procedure to do that for the people don't have the
> time to study the debian.
> 
> so.. how i could resolve this problem , any help from you, please
> 
> robert, waiting for your response

1st question, Have you done a custom partitioning ?

I ask as I've only seen this error on my installs when I've done a encrypted 
root on and didn't leave a /boot unencrypted 



regards

Dick Thomas



br0 with only one interface and IPv6

2013-06-26 Thread Dick Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I'm trying to setup a virtual bridged interface, using both my IPv4 and
IPv6 tunneled interface
like in this e.g
http://wiki.libvirt.org/page/Networking#Debian.2FUbuntu_Bridging


My current settings are as follows




cat /etc/network/interfaces


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp

allow-hotplug eth0
iface eth0 inet static
 address 192.168.0.100
 netmask 255.255.255.0
 gateway 192.168.0.1
 dns-nameservers 8.8.8.8
 dns-nameservers 8.8.4.4

iface eth0 inet6 static
  address 2a01:348:6:::
  netmask 64




root@jupiter:/home/xpd259# ifconfig
eth0  Link encap:Ethernet  HWaddr 98:4b:e1:08:a5:xx
  inet addr:192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: 2a01:348:6:xxx::/64 Scope:Global
  inet6 addr: fe80::9a4b:xxx:fe08:a52f/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1367034 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1767972 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:171828587 (163.8 MiB)  TX bytes:2281769626 (2.1 GiB)
  Interrupt:18

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:79 errors:0 dropped:0 overruns:0 frame:0
  TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:7117 (6.9 KiB)  TX bytes:7117 (6.9 KiB)

sixxs Link encap:UNSPEC  HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  inet6 addr: fe80::48:6:xxx:2/64 Scope:Link
  inet6 addr: 2a01:348:6:xxx::2/64 Scope:Global
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  Metric:1
  RX packets:18386 errors:0 dropped:0 overruns:0 frame:0
  TX packets:22593 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:500

  RX bytes:3594513 (3.4 MiB)  TX bytes:24967953 (23.8 M






would changing interfaces to this work?

(I don't have easy physical access to the machine so any boo boo = apita)


cat /etc/network/interfaces


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp

auto br0
iface br0 inet static
 address 192.168.0.100
 netmask 255.255.255.0
 gateway 192.168.0.1
 dns-nameservers 8.8.8.8
 dns-nameservers 8.8.4.4
 bridge_ports eth0
 bridge_stp on
 bridge_maxwait 0
 bridge_fd 0


iface br0 inet6 static
  address 2a01:348:6:::
  netmask 64


many thanks

Dick Thomas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJRytedAAoJEF0vI0WYYxBR+wQH/je5UEgXHG3xodQgY5xbQqoV
Ya0ftpjDPlwkyDHGqndOCSYEHBH9nuZCX4ZiHZBMXwYWsf++NbpZ+IWBlkYpKKtI
QEL3zPtIzb6bdwP+MzCX60ooFYH5PvnzzCZHLUYugRqRh/9Q2Ew4M6ZHP3vZYTQg
bFHI/PEfwHRBv+0gDMowD89RnOOJwPkUhBKEko5J5hPQ0kh9Tq4PfSyfJxWFmlIF
euQBLBviigmNZSeq9i+Bgdchho4g2op6w/DUbt5DcfOj04MGxTVuvDgRFLgzb020
C8mRqk+/TBENa1Cw0OHJ8MhMwWjIjPzfAtW65Bt5oaQhE/bV+NV4yO+aHoFwqv4=
=o14k
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51cad7a2.1090...@gmail.com



Re: INSTALLATION OF DEBIAN IN WINDOWS XP

2013-06-26 Thread Dick Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 26/06/13 14:58, Darac Marjal wrote:
 On Wed, Jun 26, 2013 at 07:05:25PM +0530, KANDREGULA SAIAJAY wrote:
Hello sir, 
 
 Hello madam,
 
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) ..
 
 Debian is an operating system, not an application.
 
 Do you want to:
  * Start the installer from Windows XP? http://goodbye-microsoft.com/
  * Install Debian into a Virtual Machine? Set up the Virtual Machine
first, and then boot from a Debian Installer CD
(http://www.debian.org/CD/) and follow the instructions.
  * Install Debian using CoLinux, Cygwin or some other toolkit? Let us
know, as it's rather more complicated.

Hello,

If you are wanting to install over or along side windows
I've made some videos about these topics

installing totally removing windows
https://www.youtube.com/watch?v=4bM19ff18Zo

dual boot with windows
  https://www.youtube.com/watch?v=RdloYHNAEu4

dual boot with windows without booting off the CD   
https://www.youtube.com/watch?v=VpipA-_3nSs

or just a plain over writing of everything
https://www.youtube.com/watch?v=0kdX5jlJ7NU

or you can search the lot at www.youtube,com/xpd259


while I Don't claim to be an expert making these videos I make them to
show how easy it can be :0)

Dick Thomas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJRyv4XAAoJEF0vI0WYYxBRRXMH+QEX77/qWOwfu69KddoGID2N
wyy63SjPzLBt+qbf7F0GoyT3JfQUugG+J0p4dmfW9RQUDk6GG/zk0ZEEbWPZtjVf
1vggzmBtifRsmeBpPICWP2F8ipNrRPOgGZ9Bew3YF9byc97QcK/yjIP3oiSR8UYm
xj5yeunawrYaIRufA0/Xe8WVEb74oT1ySK1qpsXLKiwFNGSBRs/6N5idOorz9YJL
Vh8Spb9d39EqWhmpHCIphTM+dcxAkHPSH1aGAZqb04vb9s0RlPeWE7xXwoTYGsF5
2p4pJr0kLYOpkXW8hnntbcTEy+Q+xMNT6iviuJNMwxMraNZWiz9A0kQJBhJjLvo=
=o+zk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51cafe18.8060...@gmail.com



Re: kmail under wheezy

2013-06-19 Thread Dick Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 19/06/13 02:06, Mike McGinn wrote:
 Hi All, Is anyone using KDE and Kmail under Wheezy? How does it
 work? Is it stable enough to use or should I wait to update from
 Squeeze?
 
 Thanks, Mike
 

Hi-ya, Mike

I tried KDE on Wheezy and other than an audio issue that caused
crackling on my desktop but not on my other machines
and I also couldn't import ovpn files in to network manager, I had no
problems with KDE for over 3 weeks as for Kmail, tbh I never tried
fully it as I couldn't get it to work with my Hardware GPG key but
that was an issue with me being an idiot and gpg-agent leftovers from
my gnome days

I'm currently using Jessie and I think most of KDE other than the
fixes for my Wheezy problems are the same.


If you do upgrade and find it works I'd be interested to hear your
thoughts as I'm currently using Ice-dove and I'm sure I read somewhere
that It has been dropped by Mozilla and I need a replacement client



Dick Thomas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJRwVHeAAoJEF0vI0WYYxBRYTAH/Rq6gmLjO7ZGkwztE4Ze40Nq
gY9icV1BW1/x3uxRjx6dIRrIv7NfErzfsji0hAM3Y22OSLqLWA1OaZYk1awXFs1Z
FwU6H1CZg7IT0/1sK2Nt53qC07O4UbX+/3gEUjpokt4uGUR3xqiJqX1vocTRvYRQ
X5k3aayzTf+64Kglv9OOA4j+PCh5rRwAm78mQ6IJLJbZJwDS7FYgGop9T5IrisGy
J/9YrdnolLdJc2U38a9m3PsXbrT07s8fxgPgBAgYfsFletgxNtRLW6DSgqa2BXae
e/Znw2VrTGRZS5UUxTqGTG44x69Q+Vdvojo/Cg50y4RVPocbWYkSLGwnM7+8ByE=
=rDYS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51c151e4.9050...@gmail.com



Re: kmail under wheezy

2013-06-19 Thread Dick Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 19/06/13 02:06, Mike McGinn wrote:
 Hi All,
 Is anyone using KDE and Kmail under Wheezy? How does it work? Is it stable 
 enough to use or should I wait to update from Squeeze?
 
 Thanks,
 Mike
 
this is why I shouldn't type half asleep, :o)

other than my problems I had in wheezy, Jessie seems to be the same but
fixed


:D sorry for the missing line
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJRwVMkAAoJEF0vI0WYYxBRM/IH/im6oZbt7Fki+VkGMjx1sNEh
NHFp6Gx46i8E9VWbkC+2qvUbFthuAIfW8q+pf8TxxxaGKU6bjTx90rm63JLpDtct
wZxwpmaFQ9PUSBsTiPF3zbiwfuJE0PiU8gHJLXp9/sjHO8fWbQjmfw7Z7iQl1mRO
K8BxKLuaCadurH3zwBJAf59+OWCKuwn7gW5hX3B1xBxIaD79xuSdKWzMidwNjoLG
I08Adpw7Q0ahmQV8AHwKQydo7IAaNSJJdydnIPZw8SATjHTLtZQWzbvcg9+4r/bB
YdZpKoXV1iTmWaBszhPqnaDmeM1VydCgSicy/iWwFCF1HdjGJVs1TyM+jGg7A/M=
=vj+E
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51c15325.5090...@gmail.com



Re: 32bit apps under amd64 and nvidia

2013-05-26 Thread Dick Thomas
On 26/05/13 07:21, Alex Moonshine wrote:
 
 On Sun, 26 May 2013 08:01:33 +0200
 Hans-J. Ullrich hans.ullr...@loop.de mailto:hans.ullr...@loop.de
 wrote:
 
  This will not work. The problem is missing libxvmc1:ii386, which got
  a dependency problem. There is a bugreport related to it. They say,
  it was fixed by adding a new libnvidiaxvmc1, but it is still not. Got
  the same problem still here.
 
  By installing libxvmc1:i386, it wants to deinstall several other
  applications.
 
  Solution: Just install the installer from Nvidia's site. Works like a
  charm!
 
 I think, as an alternative solution, you may download libxvmc1:i386 and
 unpack .so files from it to /usr/lib (and continue to use debian driver
 packages).
 

I ran

sudo dpkg --add-architecture i386
sudo sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libgl1-nvidia-glx:i386


and it works for me

I found this on http://forums.debian.net/viewtopic.php?f=5t=81649start=15


0x98631051.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: crackle and distortion on KDE audio

2013-05-25 Thread Dick Thomas
On 23/05/13 00:14, Ralf Mardorf wrote:
 On Wed, 2013-05-22 at 23:30 +0100, Dick Thomas wrote:
 I've just installed KDE on wheezy
 as I have a black magic pro capture card and on gnome it kills all
 user permissions
 (Shutdown, eject cdrom, etc) but with KDE it works, go figure!!

 but I've noticed the audio crackles and distorts when playing any audio
 I've tried the inbuilt sound card and a sound blaster FX TI
 Is there some setting that might fix this (other than removing pulse
 audio as I need that)?

 I don't know what output from the CLI to give to hints what might be wrong
 
 AFAIK for PA issues it's more likely, that something completely doesn't
 work.
 
 Hard to say, where to start troubleshooting.
 
 Does your sound card share an IRQ with your mouse or keyboard?
 
 # cat /proc/interrupts
 
 If we found out what's going wrong, there are a lot of things you could
 do, or there's nothing you can do. Unfortunately I don't now much about
 PA. Does it provide to use audio IOs of both cards at the same time? I
 would disable one card and test what happens, if only one card is
 enabled.
 
 


I did

cat /proc/interrupts
and the output is here  http://paste.debian.net/6477/

and sadly it means nothing to me other than I recognize some hardware names

the sounds is mostly fine on this reinstall just when I use vlc or other
media players I get distortion, not cool when I want to watch a DVD


Dick


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51a0a1ab.50...@gmail.com



crackle and distortion on KDE audio

2013-05-22 Thread Dick Thomas
I've just installed KDE on wheezy
as I have a black magic pro capture card and on gnome it kills all
user permissions
(Shutdown, eject cdrom, etc) but with KDE it works, go figure!!

but I've noticed the audio crackles and distorts when playing any audio
I've tried the inbuilt sound card and a sound blaster FX TI
Is there some setting that might fix this (other than removing pulse
audio as I need that)?

I don't know what output from the CLI to give to hints what might be wrong


Dick Thomas


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=N0poSJPqvOujhqh2peFfJOX7N6aoszkHXaWseG4qBqs=q...@mail.gmail.com



Re: debian sid, kernel 3.8 and volume group not found.

2013-05-12 Thread Dick Thomas
On 13 May 2013 00:25, Mauro mrsan...@gmail.com wrote:
 It is already installed.


 On 12 May 2013 15:25, Alan Greenberger ala...@ptd.net wrote:

 On 2013-05-11, Mauro mrsan...@gmail.com wrote:
 
  Yes I've did not mention that the machine where the new kernel does not
  work has an amd64 processor.
 
 
  On 11 May 2013 09:53, Anthony Campbell a...@acampbell.org.uk wrote:
 
  On 10 May 2013, Mauro wrote:
  I have two pc, same distro, debian sid, same software, same
  configuration.
  I'm using the new kernel 3.8.
  In one pc the boot is ok, in the other I've volume group xxx not
  found,
  I've noticed also a message like module microcode.ko not found.
  Can you help me?
 
  I've noticed the same thing. Specifically, microcode does not load on
  my
  desktop machine, which has an AMD Athlon 64 processor. I tried with the
  AMD64 kernel as well, without success.
 
  On my Thinkpad, with an Intel processor, microcode does work but the
  tp_smapi module (battery charge control) does not load.
 
  I've removed this kernel from both machines.
 
 
 
  --
  Anthony Campbell - a...@acampbell.org.uk
  http://www.acupuncturecourse.org.uk
  http://www.smashwords.com/profile.view/acampbell
  https://itunes.apple.com/ca/artist/anthony-campbell/id73235412
 

 Maybe install package amd64-microcode ?


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/slrnkov61e.lib.alanjg@archduke.router


have you tried adding the

rootdelay=6
to your kernel command line?

this is needed in newer kernels when booting
http://www.debian.org/releases/stable/amd64/release-notes.en.txt

http://about.me/dick.thomas
http://www.dick-thomas.co.uk
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: 98631051


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n1fcyl0fpkyopnso77jtc2azgug5xy73woxuc+ihkg...@mail.gmail.com



Re: debian sid, kernel 3.8 and volume group not found.

2013-05-12 Thread Dick Thomas
On 13 May 2013 00:56, Mauro mrsan...@gmail.com wrote:
 I've not tried, I'll do.
 But why there's no need to add rootdelay in the other machine?


 On 13 May 2013 01:53, Dick Thomas xpd...@gmail.com wrote:

 On 13 May 2013 00:25, Mauro mrsan...@gmail.com wrote:
  It is already installed.
 
 
  On 12 May 2013 15:25, Alan Greenberger ala...@ptd.net wrote:
 
  On 2013-05-11, Mauro mrsan...@gmail.com wrote:
  
   Yes I've did not mention that the machine where the new kernel does
   not
   work has an amd64 processor.
  
  
   On 11 May 2013 09:53, Anthony Campbell a...@acampbell.org.uk wrote:
  
   On 10 May 2013, Mauro wrote:
   I have two pc, same distro, debian sid, same software, same
   configuration.
   I'm using the new kernel 3.8.
   In one pc the boot is ok, in the other I've volume group xxx
not
   found,
   I've noticed also a message like module microcode.ko not found.
   Can you help me?
  
   I've noticed the same thing. Specifically, microcode does not load
   on
   my
   desktop machine, which has an AMD Athlon 64 processor. I tried with
   the
   AMD64 kernel as well, without success.
  
   On my Thinkpad, with an Intel processor, microcode does work but the
   tp_smapi module (battery charge control) does not load.
  
   I've removed this kernel from both machines.
  
  
  
   --
   Anthony Campbell - a...@acampbell.org.uk
   http://www.acupuncturecourse.org.uk
   http://www.smashwords.com/profile.view/acampbell
   https://itunes.apple.com/ca/artist/anthony-campbell/id73235412
  
 
  Maybe install package amd64-microcode ?
 
 
  --
  To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
  with a subject of unsubscribe. Trouble? Contact
  listmas...@lists.debian.org
  Archive: http://lists.debian.org/slrnkov61e.lib.alanjg@archduke.router
 
 
 have you tried adding the

 rootdelay=6
 to your kernel command line?

 this is needed in newer kernels when booting
 http://www.debian.org/releases/stable/amd64/release-notes.en.txt

 http://about.me/dick.thomas
 http://www.dick-thomas.co.uk
 Blog: www.xpd259.co.uk
 G+:   www.google.com/profiles/xpd259
 gpg key: 98631051



not sure but I had to add it to my lvm raid desktop but not my laptop


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n3tt5zo32gasdpwk3ads1xgfw9eda5jv2e4j4qh-9o...@mail.gmail.com



differences between installs affecting hardware

2013-04-13 Thread Dick Thomas
hello,


I have a black magic intensity pro capture card and it works perfectly but
if I install gnome3 as my default desktop 1st via the network install
cdrom then install kde, Xfce, etc. It doesn't allow me to power down
or eject a cdrom or any other user actions untill I rmmod
blackmacgic (the capture card module) and restart X

But if I install Xfce 1st using the same netboot cdrom and then
install the gnome task it works perfectly


What differences would installing Xfce 1st make that installing gnome
over the top make? (Just so I can report a bug to them)


Dick Thomas

About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n2-bsys1ji2rc4agxeyjkzoegpg2qb6kvbg3qxb-3k...@mail.gmail.com



cd ISO with automatic ssh statup

2013-04-02 Thread Dick Thomas
Hello,

I'm thinking of reinstalling my server for reasons beyond the scope of the
this email,
but its headless atm is there a debian installer cd that automagicallystarts ssh
Upon boot? (As boot CD/USB is the 1st device always to be booted)


I can move the machine its just a pain in the a***


Dick Thomas

About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


Raid 5

2013-03-06 Thread Dick Thomas
What is the best way to setup a raid 5 array (4* 2TB drives)
should I make raid 5 for my system and /home
then raid 0 or 1 for the boot, or should I buy a 5th drive for
system/boot and install in the standard way?
as this is my 1st time on debian and not sure what would be best


Dick Thomas
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: C791809B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=N2i6ViaZDGHjW5QG2ZhQOdXO3VJ=gk=nxfekbkj+qy...@mail.gmail.com



Re: Raid 5

2013-03-06 Thread Dick Thomas
On 6 March 2013 19:31, Gary Dale garyd...@rogers.com wrote:
 On 06/03/13 02:26 PM, Adam Wolfe wrote:



 Ignore the advice from Adam Wolfe - it's nonsense. Use the Debian
 installer (advanced mode) to create the RAID 5 array on drives with just one
 partition (whole disk) as /dev/md0. Then partition the RAID 5 array into /
 and /home. Install and reboot.

 If you are using Wheezy this will work directly. If you are using Squeeze
 then you may need to fix the UUID in /boot/grub.cfg.

 I've done this successfully several times. It just works.


 Eh.  I tried that too.  Grub failed to install.


 If grub doesn't install, then install it. Boot using the Debian installer as
 a rescue CD, start the RAID array, chroot to the / partition and install
 grub.



 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/5137998e.3090...@rogers.com


will try that, anything is better than buying a extra drive, thanks a
lot for the advice
will try wheezy too. not tried the installer for 6 months

Dick Thomas

About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: C791809B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n3ama+ffzfealoie6goxulcj3kmupk2jzb6mwzzvet...@mail.gmail.com



10 top myths of debian

2013-03-01 Thread Dick Thomas
Hello,

Me and my lug have a weekly radio show and I thought I would do a
debian myths piece
it only has to be 4 or 5 min long but i'd need 5 or 10 myths abou
debian  *with links to why they are myth*
I'm new to debian but not a new Linux user, so I don't know what is a
myth or not
  things like this have been mentioned before by Ubuntu and Slackware
users and I never know how to answer

*** that packages outside of the main Repo aren't tested as well as
the main so are prone to failure or bugs
*** Debian is hard to install (i know this is a myth, I find Debian
the easiest of the lot)
*** Debian is always out of date and even the stable is unsecure as
its backported fixes rather than updates
and any other points you could think of wouldl be awesome

Dick Thomas

About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: C791809B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n0con8zukxvsk+8+1cequovg0ahivopfb18jm1v9cw...@mail.gmail.com



Re: use another /dev/tty0 as /dev/random

2013-02-22 Thread Dick Thomas
worked it out, i neeed the app rng-tools and set my device as /dev/foo :)

About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: C791809B


On 22 February 2013 17:05, Dick Thomas xpd...@gmail.com wrote:
 I'm making a random number generator out of bit and Arduino
 but that isn't the question


 my Question is is it possible to use a serial imput from the Arduino
 as /dev/random
 I've no idea what to even google to do this

 any help or pointers where to start would be fantastic


 Dick

 About.me http://about.me/dick.thomas
 Blog: www.xpd259.co.uk
 G+:   www.google.com/profiles/xpd259
 gpg key: C791809B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=N2MtdgrwnN9z+vtxUa0BE1Ld5LX=8xm9n+zd_qrsvo...@mail.gmail.com



use another /dev/tty0 as /dev/random

2013-02-22 Thread Dick Thomas
I'm making a random number generator out of bit and Arduino
but that isn't the question


my Question is is it possible to use a serial imput from the Arduino
as /dev/random
I've no idea what to even google to do this

any help or pointers where to start would be fantastic


Dick

About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: C791809B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=N2UfeUHghpX2nsE5r2z1FTLTxNtu+6hnwCcZT2QSW+=i...@mail.gmail.com



Re: Debian 7

2013-02-21 Thread Dick Thomas
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259
gpg key: C791809B


On 21 February 2013 20:42, Thore th...@datensumpf.de wrote:
 Hi,
 I use wheezy  on my Servers.
 If you have no poeple who needs the server every time (like in business).
 Than you can use wheezy.
 The mailserver would run on Squeeze too, but I have no bigger problems with
 the System (1/2 yeahr 1 bigger error coused by munin)
 I use wheezy, because of Xen.
 If you only want to use a mail server than use Squeeze. The Software is not
 much newer.
 If you want to use virtualisation then think about wheezy.
 So think about it, what do you need more, a system that runs stable or a
 system with the newest software.
 Otherwise, wheezy would be stable sometime (long this time couldn't be
 anymore) so then you have unstable (Squeeze) Wheezy is Stable.
 And you can't change easy (and you don't want that Never change a running
 system).


 When the server is just for you, or other poeple who can life with downtimes
 think about wheezy
 if not use Squeeze
 regards
 Thore

 Am 21.02.2013 20:51, schrieb berenger.mo...@neutralite.org:



 Le 21.02.2013 20:36, rodrigo tavares a écrit :

 Hello,

 When Debian 7 is stable ?
 I read this version have packages more recent.
 I want install mail server.

 Is anybody installing the debian version 7 ?

 Atenciosamente,

 Rodrigo Faria Tavares


 Packages are far more recent than on Debian 6, yes.

 However, debian 7 is currently the testing branch, named wheezy. It is
 not officially stable enough to be considered as stable, for Debian quality
 standards.
 It is frozen for many months now, but I have no idea about when it will
 become the official stable.

 My own opinion is that it is enough stable for normal users, but I think
 that since a server does not needs last versions of softwares, stable is
 better for them.
 Some people will say that unstable is better for security issues, because
 it is harder to exploit flaws when the software changes constantly. I am not
 a professional admin so I will not say they are true (in fact, I think some
 of those arguments are very interesting).
 Now, remember that some distributions like Ubuntu are built on Debian sid,
 aka Debian unstable, and are sometimes installed on servers. (I just say
 that to give a general picture, not to say I agree or disagree with people
 doing so)




 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/512686c1.2080...@datensumpf.de


I also use wheezy on my servers, because I couldn't get mediagoblin
working on squeeze
but it's been quite stable really, no real problems


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n3uwm2vixrx3hfhxguotded-ktkrcshkyp-nl2nzxu...@mail.gmail.com



Re: Debian Wiki

2013-01-14 Thread Dick Thomas
On 14 January 2013 15:47, green greenfreedo...@gmail.com wrote:
 Dick Thomas wrote at 2013-01-13 23:19 -0600:
 are there any limits on what can be added to the wiki?
 I'm asking as there are so many things on the arch wiki I've fixed
 to work on debian
 that I feel I should post somewhere

 That would be great; I suppose that if (1) it is Debian related (like you
 said, fixed to work on Debian) and (2) you can find a place for it on the
 wiki, then post it!

I've had bad experiences on the Gentoo wiki with people flaming and
deleting pages
so i wanted to make sure what was acceptable as the Debian wiki is a
little sparse when comapared to others

-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n2smncilf3vf9c0r-qqtyvtkodccqfmwgmr-khzemb...@mail.gmail.com



Debian Wiki

2013-01-13 Thread Dick Thomas
Hello,

are there any limits on what can be added to the wiki?
I'm asking as there are so many things on the arch wiki I've fixed
to work on debian
that I feel I should post somewhere

Dick Thomas

-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGe0=n2s-bgb7p0uhr4csgr8szqmati6azmp-dpxws8gshb...@mail.gmail.com



Re: ISO downloads are corrupted

2013-01-08 Thread Dick Thomas
On 8 January 2013 15:18, Markos mar...@c2o.pro.br wrote:

 Dear Dick,

 I don't have any experience with jigdo or torrents.

 I will read about it.

 Thanks,
 Markos

 Em Dom, 2013-01-06 às 15:51 +, Dick William Thomas escreveu:
 
  On Sun, 2013-01-06 at 12:54 -0200, Markos wrote:
   Dear,
  
   I made several attempts to download the CD1 and CD2
   debian-6.0.6-i386-CD-1.iso and debian-6.0.6-i386-CD-2.iso but in all 4
   attempts the file presented problems in md5sum check.
  
   I used Ex:
   wget -nc
  
 ftp://debian.las.ic.unicamp.br/debian-cd/6.0.6/i386/iso-cd/debian-6.0.6-i386-CD-2.iso
  
   Is there any other alternative to download these images with lower risk
   of corrupting the file during download?
  
   Thanks,
   Markos
  
  
 
  Hello Markos,
  jigdo or torrents should better as I think they check the data after
  downloading
 
  I've been using jigdo for months with no problems
 
 
  Dick T
 
 


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/1357658317.3699.56.ca...@malgas.petrobras.biz



this is a useful link ( I think) for new users to jigdo

http://raphaelhertzog.com/2011/03/22/download-iso-images-of-debian-cddvd-at-light-speed-with-jigdo/


-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


Re: Installing Debian on an SSD

2013-01-08 Thread Dick Thomas
On 8 January 2013 19:16, Grześ Andruszkiewicz gandr...@gmail.com wrote:

 Hi,

 Does the Debian installer work out of the box for SSDs? I.e. I heard
 that you need to align the partitions to 32bit virtual clusters (is it
 actually true?). Are there any other things I need to take into
 account while installing Debian on SSD?

 I bought the Samsung 840 250GB drive, if it makes any difference.

 Thanks,
 Grzegorz


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/CACzszyHQzU9UzbpUq_c0=YiKPp5WSMW5bQ-7snCruYL_aC=g...@mail.gmail.com


I installed my debian wheezy on a SSD without any issues, till the hardware
failed.
I don't know if the hardware failure was due to Debian or not but I doubt it


Dick

-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


Re: ISO downloads are corrupted

2013-01-08 Thread Dick Thomas
On 8 January 2013 20:59, Bob Proulx b...@proulx.com wrote:

 Doug wrote:
  Markos wrote:
  I don't have any experience with jigdo or torrents.
 
  Some years ago I was trying to install distro with jigdo, and
  gave up.  I have never seen such a confusing, stupid thing
  in my life! If the program is not available as a straight
  download and burn, don't bother with it.

 Jigdo has improved greatly from the early days where it needed to be
 manually driven.  Now it is very similar to bittorrent versions.

 If you are only ever downloading one image then it is easier to
 download a simple image.  But that takes a long time and causes a high
 load on the single server feeding you and 10,000 of your closest
 friends the same image.  After doing that twenty times you start
 looking for faster and more efficient ways to do this.  Jigdo and
 Bittorrent are huge improvements.

   # apt-get install jigdo-file

   $ mkdir jigdo-stuff
   $ cd jigdo-stuff
   $ jigdo-lite --noask
 http://cdimage.debian.org/debian-cd/6.0.6/amd64/jigdo-cd/debian-6.0.6-amd64-CD-1.jigdo
   ...lots of output...

   $ ls -ldog debian-6.0.6-amd64-CD-1.iso
   -rw-rw-r-- 1 678428672 Jan  8 13:56 debian-6.0.6-amd64-CD-1.iso

 It is quite easy.  But generally I use the bittorrent images.  If you
 have a fast local mirror then jigdo is faster.  But bittorrent for
 current images is faster for the general case.  Six of one and a half
 dozen for the other.

   $ mkdir bittorrent-stuff
   $ cd bittorrent-stuff
   $ btdownloadcurses
 http://cdimage.debian.org/debian-cd/6.0.6/amd64/bt-cd/debian-6.0.6-amd64-CD-1.iso.torrent
   ...lots of output...
   ...Same thing, debian-6.0.6-amd64-CD-1.iso same as before...

 Bob


I find it much faster than bit-torrent but I think my ISP throttle traffic
more so if one sets the mirror to http.debian.net rather than setting it
your self


-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


startech pcie capture card

2013-01-07 Thread Dick Thomas
Hello,

I require a VGA  HDMI capture card and only using Linux is causing problems

I have found this on amazon
http://www.amazon.co.uk/StarTech-com-Express-1080p-Video-Capture/dp/tech-data/B007U5MGBE/ref=de_a_smtd
and it does say Linux, but when I checkout the manufacturers website
http://intrl.startech.com/AV/Converters/Video/PCI-Express-HD-Video-Capture-Card-1080p-HDMI-DVI-VGA-Component~PEXHDCAP
there is no mention of Linux.
I have emailed the manufacturers over 2 week ago now but still waiting on a
response.

I was wondering if anybody has experience with this card or another card
that can capture HDMI  VGA



Regards
Dick Thomas

-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


wheezy network manager and normal users

2013-01-05 Thread Dick Thomas
Hello,

I've got a laptop that more than just I use, but network manger seems to
ask for the sudo/root password when adding
a new wireless key.

I don't want other users having sudo access but I want them to be-able to
use new networks
I've try tried adding user to netdev but that just seems to allow them
access now bypass this system policy

many thanks
Dick


-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


Re: package for dropbox

2012-12-30 Thread Dick Thomas
I've found the debian repo package doesn't work, it installs but when run
the daemon says it's install incorrectly
and forwards me to the dropbox website. this might of changed since I last
tried
but it might be better to get it from their website

Dick Thomas

On 30 December 2012 18:26, David Guntner dav...@akamail.net wrote:

 Klearchos-Angelos Gkountras grabbed a keyboard and wrote:
  Στις 30/12/2012 03:56 μμ, ο/η lina έγραψε:
 
  Hi,
 
  I use xfce4, I wonder which is the best package to pick for dropbox,
 
  # apt-cache search dropbox
  try this
 
 http://www.webupd8.org/2012/08/how-to-install-dropbox-in-xubuntu-and.html..
  It works perfectly for me
 
  cairo-dock-dnd2share-plug-in - Cairo-dock - Dnd2share plug-in
  dvcs-autosync - Automatically synchronize distributed version control
  repositories
  libnet-dropbox-api-perl - Perl module providing a dropbox API interface
  python-django-social-auth - Django social authentication made simple
  sparkleshare - distributed collaboration and sharing tool
  nautilus-dropbox - Dropbox integration for Nautilus

 Just as an asside, dropbox.com has a Debian .deb package that can be
 downloaded from it, as well as a Python script that can be used to
 control it from the shell.

 That might be worth looking into as well

   --Dave





-- 
About.me http://about.me/dick.thomas
Blog: www.xpd259.co.uk
G+:   www.google.com/profiles/xpd259


NOTE: This email and any information contained within or attached in a
separate file is confidential and intended solely for the Individual to
whom it is addressed. The information or data included is solely for the
purpose indicated or previously agreed. Any information or data included
with this e-mail remains the property of Richard Thomas and the recipient
will refrain from utilising the information for any purpose other than that
indicated and upon request will destroy the information and remove it from
their records.

If you are not the intended recipient, be advised that you have received
this email in error and that any use, dissemination, forwarding, printing,
or copying of this email is strictly prohibited. No warranties or
assurances are made in relation to the safety and content of this e-mail
and any attachments. No liability is accepted for any consequences arising
from it.

If you have received this email in error please notify me as soon as
possible.


Re: package for dropbox

2012-12-30 Thread Dick Thomas
On 30 December 2012 19:41, David Guntner dav...@akamail.net wrote:

 When people have been posting to a discussion thread using (literally)
 decades-old conventions for quote-and-reply, it really mucks up the read
 of that discussion when a message gets posted where the person replying
 decides to top-post his reply above all the others.  Just sayin'

 Dick Thomas grabbed a keyboard and wrote:
  On 30 December 2012 18:26, David Guntner dav...@akamail.net wrote:
 
  Just as an asside, dropbox.com has a Debian .deb package that can be
  downloaded from it, as well as a Python script that can be used to
  control it from the shell.
 
  That might be worth looking into as well
 
 [moved to where it should have been]
  I've found the debian repo package doesn't work, it installs but when
  run the daemon says it's install incorrectly and forwards me to the
  dropbox website. this might of changed since I last tried but it
  might be better to get it from their website

 Don't know about the Debian repo (the only one I could find was for
 nautilus-dropbox; and yes I know that you don't have to install Nautilus
 in order to use it :-) ).  Since I use Dropbox to sync files for my
 other computers, I decided to install it on my Debian squeeze box and
 see how things went.

 I downloaded the .deb package from dropbox.com and installed:

  # dpkg -i dropbox_1.4.0_amd64.deb
  Selecting previously deselected package dropbox.
  (Reading database ... 213217 files and directories currently installed.)
  Unpacking dropbox (from dropbox_1.4.0_amd64.deb) ...
  Setting up dropbox (1.4.0) ...
  Please restart all running instances of Nautilus, or you will experience
 problems. i.e. nautilus --quit
  Dropbox installation successfully completed! You can start Dropbox from
 your applications menu.
  Processing triggers for desktop-file-utils ...
  Processing triggers for gnome-menus ...
  Processing triggers for hicolor-icon-theme ...
  Processing triggers for man-db ...

 (Again, Nautilus is *not* needed in order to run Dropbox.  It's just
 warning you to exit and restart it if you're using it.)
 So far, so good.  Then I dropped back to my regular user account and
 started it up

  $ dropbox start
  Starting Dropbox...
  The Dropbox daemon is not installed!
  Run dropbox start -i to install the daemon
  [davidg@janet Downloads]$ dropbox start -i
  Starting Dropbox...
  Dropbox is the easiest way to share and store your files online. Want to
 learn more? Head to http://www.dropbox.com/
 
  In order to use Dropbox, you must download the proprietary daemon.
  Note: python-gpgme is not installed, we will not be able to verify
 binary signatures. [y/n] ^C

 Ok, did a cntrl-C to get out and went back to root for a second to
 install the python-gpgme package, then restarted it again:

  $ dropbox start -i
  Starting Dropbox...
  Dropbox is the easiest way to share and store your files online. Want to
 learn more? Head to http://www.dropbox.com/
 
  In order to use Dropbox, you must download the proprietary daemon. [y/n]
 y
  Downloading Dropbox... 100%
  Unpacking Dropbox... 100%
  Dropbox isn't running!
  Done!

 At this point, I checked and found that in my home directory were two
 directories, .dropbox and .dropbox-dist - the later being where it
 installed the proprietary daemon and supporting libraries.  The
 .dropbox directory looks like it's got settings and a couple of named
 UNIX sockets.  Checking the .deb package that had been installed
 earlier, I found that /usr/bin/dropbox is a python script that handle
 manipulating (and downloading if needed) that binary.  Cool beans.  Ok,
 so *now* to start it up!

  $ dropbox start -i
  To link this computer to a dropbox account, visit the following url:
 
 https://www.dropbox.com/cli_link?host_id=6ff61b77b102c00f0dc930b88fd37563

 Ok, not quite. :-)  I posted that URL into my web browser, which asked
 me to login with my regular username/password.  Once I had logged in, it
 asked me for my password one more time to link the computer to the
 account.  It said all was now well.  Tried to start it again

  $ dropbox start -i
  To link this computer to a dropbox account, visit the following url:
 
 https://www.dropbox.com/cli_link?host_id=6ff61b77b102c00f0dc930b88fd37563

 Hmm, I thought that was odd, given that I had already done that.
 Decided to check on its status

  $ ps -ef|egrep dropbox
  davidg   27179 1  4 11:03 ?00:00:20
 /home/davidg/.dropbox-dist/dropbox

 Aha!  So it *is* running, despite the odd message.  Let's see if that's
 actually doing anything

  $ dropbox status
  Downloading 17 files (LAN) (1,498 kB/sec, 3 min left)

 So it *is* working!  Huzzah!  Checked, and sure enough, there's a
 Dropbox directory under my home directory

  $ ls -la Dropbox
  total 99396
  drwx--  7 davidg users  4096 Dec 30 11:14 ./
  drwxr-xr-x 65 davidg users  4096 Dec 30 11:25 ../
  -rw-r--r--  1 davidg users151902 Nov  2 19:32