Re: AD-like environment under Linux

2009-02-02 Thread subscriptions
On Mon, 2009-02-02 at 22:11 +0100, Nagy Dániel wrote:

 eg.: I have a Linux server, and can a Windows client log in with eg. a
 roaming profile?


What is the goal to achieve?

Rob


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: How to disable a network interface

2009-02-02 Thread subscriptions
On Mon, 2009-02-02 at 22:31 +0100, Nagy Daniel wrote:
 What is the -_offical_- way, for disabling an on-board LAN [like
 eth0], I mean it stays disabled after reboot too?
 
 Thank you in anticipation

in /etc/network/interfaces, there is a line, which brings up the
networks on boot:

---snip---
auto lo eth0
---snip---

When the LAN is on eth0, simply remove it:

---snip---
auto lo
---snip---


Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: hald/dbus Question

2009-01-31 Thread subscriptions
On Sat, 2009-01-31 at 17:14 +0100, Thomas H. George wrote:
 
 Notes: The system will boot to Ubuntu with no problems, it is just
 trying to run it as chroot that fails to open the desktop window.

What are you trying to accomplish?

Rob



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Joining Two Videos

2009-01-28 Thread subscriptions
On Wed, 2009-01-28 at 13:58 +0100, Raj Kiran Grandhi wrote:
 
 Hal Vaughan wrote:
  I have to join two videos, in different versions, one in .mpg for
 DVDs
  and one in .mp4. What's the best program that can do this without
  glitches or a high learning curve on Etch? No editing, no dissolves,
  just stick one after the other.
 
 For the mpeg files,
 mencoder -oac copy -ovc copy -of mpeg -mpegopts \
   format=dvd:tsaf file1.mpg file2.mpg -o output.mpg
 
 Not so sure about mp4. Try this,
 mencoder -oac copy -ovc copy -of lavf -lavfopts \
 format=mp4 file1.mp4 file2.mp4 -o output.mp4

Do not forget proper time indexing.
$ mencoder -forceidx -ovc copy -oac copy -o out.avi f1.avi f2.avi f3.avi

Rob



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Fsck encrypted filesystem

2009-01-26 Thread subscriptions
On Mon, 2009-01-26 at 09:17 +0100, line...@ruiner.halo.nu wrote:
 Hi
 
 I have a relaively recent debian install with LUKS encrypted filesystem, 
 default options.
 
 An error has been detected on the HD and it will not boot anymore, FSCK wants 
 the root password to do system maintenence.
 
 
 I do not know the root password and I would like to fsck the drive.
 
 How can I do this?
 
 Thanks
 
 -Alan

Boot with any Linux Live disk which support cryptsetup.

Then map the encrypted volume (e.g. hdc1):
# cryptsetup luksOpen /dev/hdc1 unencryptednode

Then 'fsck' the disk:
# fsck /dev/mapper/unencryptednode

That is it.

btw. strange you know the password for the encryption, but not for root?

Best,

Rob




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 'who am i' command does not produce output in 'mrxvt'

2009-01-23 Thread subscriptions
On Fri, 2009-01-23 at 21:44 +0100, Countable Infinity wrote:
 'who am i' produces the following output in gnome-terminal:
 
 hum...@nifty:~$ who am i
 humptypts/22009-01-24 02:12 (:0.0)
 
 However, in mrxvt, it does not produce any output.
 
 hum...@nifty:~$ who am i
 hum...@nifty:~$
 
 What could be the reason for this? Is this a bug?

:) You did the command 'who' with parameters 'am' and 'i'.

The command you are looking for is 'whoami'.

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: sound card not detected

2009-01-21 Thread subscriptions
On Wed, 2009-01-21 at 17:22 +0100, Tamas Hegedus wrote:
 
 I really do not have the module.
...
 This does not return anything on my computer:
 locate snd-intel8x0 | grep 686

Have you run 'updatedb' lately (or through cron), such that 'locate'
database is up to date?

Best,

Rob



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: how to download Java Applet

2009-01-18 Thread subscriptions
On Sun, 2009-01-18 at 19:17 +0100, Abdelkader Belahcene wrote:
 Hi,
 I saw on remote server an applet running I want to download it, I
 saved
 the file, I checked the files are downloaded comprising the applet (at
 least with that name), when I ran it locally, it didn.t work !!!
 Here for example an animation for trees
 http://people.ksp.sk/~kuko/bak/
 
 thanks for help
 bela

Save the applet on a webserver where you can read the access log files.

Load the applet through you browser and see in the log which other files
the applet tries to load.

If the URLs in the applet has full URL references, it would not show up
in the logs - then use a sniffer.

Best,

Rob




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-17 Thread subscriptions
On Sat, 2009-01-17 at 21:33 +0100, Eric Higgins wrote:

 # apt-get upgrade
...
 Preconfiguring packages ...
 (Reading database ... dpkg: error processing
 /var/cache/apt/archives/dpkg_1.13.26_arm.deb (--unpack):
  files list file for package `coreutils' contains empty filename
 Errors were encountered while processing:
  /var/cache/apt/archives/dpkg_1.13.26_arm.deb
 Processing was halted because there were too many errors.
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Try to remove
/var/cache/apt/archives/dpkg_1.13.26_arm.deb 

and try again with:
aptitude update
aptitude safe-upgrade

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Anyone got qc-usb working with kernel 2.6.28 and amd64?

2009-01-06 Thread subscriptions
On Mon, 2009-01-05 at 02:24 +0100, Micha Feigin wrote:
 I'm trying to get a Logitech, Inc. QuickCam Web (lego webcam based on
 logitec) working on my box running kernel 2.6.28 amd64 kernel. I
 managed to fix compilation errors using a patch I found on the bug
 tracking system plus some extra modifications. The resulting driver
 loads and recognizes the camera but
 xawtv doesn't give any output (black screen), the test program that
 comes with driver gives zeros for mem_map mode, it does seem to give
 and image for read mode. I also tried a sample program with opencv 
 which complains HIGHGUI ERROR: V4L: device /dev/video0 is unable to 
 capture video memory. I can't downgrade the kernel since I need the 
 newest e1000e for my network card
 (anything older and the network card isn't supported).
 
 Thanks

Hi,

I got qc-usb v1.8 working under 2.6.26-1-686. It needs a patch though.

qc-usb-messenger:
http://home.mag.cx/messenger/source/qc-usb-messenger-1.8.tar.gz
patch:
http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-video/qc-usb-messenger/files/qc-usb-messenger-1.8-kcompat-2.6.26.patch?rev=1.1
or http://tinyurl.com/6wk4sm

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Anyone got qc-usb working with kernel 2.6.28 and amd64?

2009-01-06 Thread subscriptions
On Tue, 2009-01-06 at 20:51 +0200, subscriptions wrote:
 On Mon, 2009-01-05 at 02:24 +0100, Micha Feigin wrote:
  I'm trying to get a Logitech, Inc. QuickCam Web (lego webcam based on
  logitec) working on my box running kernel 2.6.28 amd64 kernel. I
  managed to fix compilation errors using a patch I found on the bug
  tracking system plus some extra modifications. The resulting driver
  loads and recognizes the camera but
  xawtv doesn't give any output (black screen), the test program that
  comes with driver gives zeros for mem_map mode, it does seem to give
  and image for read mode. I also tried a sample program with opencv 
  which complains HIGHGUI ERROR: V4L: device /dev/video0 is unable to 
  capture video memory. I can't downgrade the kernel since I need the 
  newest e1000e for my network card
  (anything older and the network card isn't supported).
  
  Thanks
 
 Hi,
 
 I got qc-usb v1.8 working under 2.6.26-1-686. It needs a patch though.
 
 qc-usb-messenger:
 http://home.mag.cx/messenger/source/qc-usb-messenger-1.8.tar.gz
 patch:
 http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-video/qc-usb-messenger/files/qc-usb-messenger-1.8-kcompat-2.6.26.patch?rev=1.1
 or http://tinyurl.com/6wk4sm
 
 Best,
 
 Rob


Forgot to mention: you can change the behaviour by loading the driver
with additional parameters. See modinfo on the module:

mycomputer:/home/myname # modinfo qcmessenger
filename:   /lib/modules/2.6.26-1-686/misc/qcmessenger.ko
license:GPL
author: See README
description:Logitech QuickCam USB driver
alias:  usb:v046Dp08DAd*dc*dsc*dp*ic*isc*ip*
alias:  usb:v046Dp08F6d*dc*dsc*dp*ic*isc*ip*
alias:  usb:v046Dp08F5d*dc*dsc*dp*ic*isc*ip*
alias:  usb:v046Dp08F0d*dc*dsc*dp*ic*isc*ip*
depends:usbcore,videodev
vermagic:   2.6.26-1-686 SMP mod_unload modversions 686 
parm:   qcdebug:Sets the debug output (bitfield) (int)
parm:   keepsettings:Keep picture settings across one open to
another (0-1) (int)
parm:   settle:Maximum number of frames to wait picture
brightness to settle (0-255) (int)
parm:   subsample:Sets subsampling (0-1) (int)
parm:   compress:Enable compressed mode (0-1) (int)
parm:   frameskip:How frequently capture frames (0-10) (int)
parm:   quality:Sets the picture quality (0-5) (int)
parm:   adaptive:Automatic adaptive brightness control (0-1)
(int)
parm:   shutteradapt:Automatic adaptive shutter control (0-1)
(int)
parm:   equalize:Equalize image (0-1) (int)
parm:   userlut:Apply user-specified lookup-table (0-1) (int)
parm:   retryerrors:Retry if image capture fails, otherwise
return error code (0-1) (int)
parm:   compatible:Enable workaround for bugs in application
programs (bitfield) (int)
parm:   video_nr:Set videodevice number (/dev/videoX) (int)


To automatically set parameters when plugging the camera, I have the
following in /etc/modprobe.d/local:

mycomputer:/home/myname# cat /etc/modprobe.d/local 
options qcmessenger compatible=6 quality=2 subsample=1 

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: e2fsck /dev/md0 issues

2008-12-21 Thread subscriptions
On Sun, 2008-12-21 at 05:42 +0100, M.Lewis wrote:
 
 I having an issue with my RAID array. I get some errors on boot, but the
 boot process is going beyond them and mounting the drive anyhow. So far
 as I can tell, all the data is present and readable. I would like to
 resolve these errors though. I'm not sure if it matters, but LVM is not
 installed on /dev/md0.
 
 I've tried all the possible (I think) combinations of 'e2fsck -b x
 /dev/md0' with no luck at all. Google searches have not yet produced
 anything that has seemed to help.
 
 rattler:~# e2fsck /dev/md0
 e2fsck 1.41.3 (12-Oct-2008)
 The filesystem size (according to the superblock) is 24419 blocks
 The physical size of the device is 244189984 blocks
 Either the superblock or the partition table is likely to be corrupt!
 Aborty? no
 
 /dev/md0 contains a file system with errors, check forced.
 Pass 1: Checking inodes, blocks, and sizes
 Pass 2: Checking directory structure
 Pass 3: Checking directory connectivity
 Pass 4: Checking reference counts
 Pass 5: Checking group summary information
 /dev/md0: 430478/61054976 files (0.6% non-contiguous),
 81536022/24419 blocks
 rattler:~#
 
 Even if I abort the above check, the error is still present.
 
 Thanks,
 M
 --

Better use smart control (smartctl or smartd) to check the disks.

If there is an error logged, just replace the disk.

Best,

Rob



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: alsa and default sound input/output

2008-12-14 Thread subscriptions
On Sun, 2008-12-14 at 11:05 +0100, Emanoil Kotsev wrote:
 
 subscriptions wrote:
 
 
  Hi all,
 
  I am using Skype and my webcam has an in-build microphone.
 
  Is it possible that after hot-plugging the webcam, the default
  microphone (input) is from the webcam? But at the same time the
 default
  sound output is still to the on-board sound-card (i.e. laptop
 speakers)?
 
  At the moment I have to change the settings in Skype manually.
 
  I tried to look into /etc/asound.conf but I could not find proper
  documentation how to configure it. (Is it actually the correct place
 to
  look?)
 
  Best,
 
  Rob de Graaf
 
 I read somewhere that skype takes the first or the default device. I
 also
 did not make it to use the mic in the webcam from skype :-(
 I tried numbering the devices in the module list, but this also did
 not help
 in my case and I have to admit that I was not that persistent to solve
 it ;-) or may be it is working but I don know how to check it, because
 there is a built-in mic in my notebook and it is using the same
 chanel.
 
 cat /etc/modprobe.d/sound
 alias snd-card-0 snd-hda-intel
 alias snd-card-1 snd-usb-audio
 alias snd-card-2 hsfhda
 alias snd-card-3 snd-virmidi
 options snd   cards_limit=6
 options snd-hda-intel model=ref index=0
 options snd-usb-audio index=1,2 vid=0x0471,0x2040 pid=0x0332,0x6500
 options hsfhdaindex=3
 options snd-virmidi   index=4 midi_devs=2
 
 So here I assign index 1 and 2 to the usb-audio driver, because I have
 webcam and tv card with use-audio
 
 regards


Thank for the reply.

I found out that /etc/asound.conf is *the place* to look.

Apparently it is possible to talk to soundcards by some id:

# more /proc/asound/cards
 0 [I82801DBICH4   ]: ICH4 - Intel 82801DB-ICH4
  Intel 82801DB-ICH4 with STAC9750,51 at irq 7


Gives e.g. an entry in /etc/asound.conf :

pcm.!default {
type hw
card I82801DBICH4
}

For the moment, I configured dmix into asound.conf, and it appears that
dsnoop is the equivalent for sound routing the other direction.

More to come ...

Best,

Rob







-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



alsa and default sound input/output

2008-12-13 Thread subscriptions

Hi all,

I am using Skype and my webcam has an in-build microphone.

Is it possible that after hot-plugging the webcam, the default
microphone (input) is from the webcam? But at the same time the default
sound output is still to the on-board sound-card (i.e. laptop speakers)?

At the moment I have to change the settings in Skype manually.

I tried to look into /etc/asound.conf but I could not find proper
documentation how to configure it. (Is it actually the correct place to
look?)

Best,

Rob de Graaf





-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: common folder for a group of users

2008-12-12 Thread subscriptions
On Fri, 2008-12-12 at 08:37 +0100, Jerome BENOIT wrote:
 Hello List,
 
 A pair of user asked me to create a common folder:
 what is the (best) Debian way to do it ?
 
 Thanks in advance,
 Jerome

The folder has group in which the users reside.

The permissions on the folder are rws.

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: common folder for a group of users

2008-12-12 Thread subscriptions
On Fri, 2008-12-12 at 10:45 +0100, Johannes Wiedersich wrote:
 subscriptions wrote:
  The folder has group in which the users reside.
 
  The permissions on the folder are rws.
 
 You probably meant permissions: drwxrws---
 
 Johannes

Yep!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: common folder for a group of users

2008-12-12 Thread subscriptions
On Fri, 2008-12-12 at 12:27 +0100, Jerome BENOIT wrote:
 Hello,
 
 thanks for your quick reply.
 
 I have an another question:
 may the MASK of the involved user be adapted ?
 
 Thanks,
 Jerome

The mask is set locally or can be set in /etc/login.defs
Whichever you prefer.

Best,

Rob



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: expand /var, decrease /home space

2008-12-12 Thread subscriptions
On Fri, 2008-12-12 at 10:51 +0100, Chris Davies wrote:
 
 Appropriate Docroot and Log entries in /etc/apache/sites-enabled/*
 complete the picture, and it leaves /var/www pretty much untouched. (I
 use Alias directives to link back into /var/www/* as and when
 necessary.)

Note: /etc/apache2/sites-enabled contains links to configuration
files in /etc/apache2/sites-available.

When one configures a site, do it in 'sites-available' and link it from
'sites-enabled'.

Best,

Rob




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: tcpip stops working after some time

2008-12-12 Thread subscriptions
On Fri, 2008-12-12 at 22:10 +0100, Micha Feigin wrote:
 
 For some reason after a few days of uptime , tcp stops working on my
 machine.
 Ping and dns lookups work, tcp doesn't. I tried both wired and
 wireless,
 removing the firewall and unloading all firewall related modules but
 nothing
 seems to change.
 
 Only restarting seems to help
 
 Any ideas what else could it be?
 
 Thanks

Try 'netstat -atn' to see if you have filled all ports.

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: mirroir debian sarge

2008-12-11 Thread subscriptions
On Thu, 2008-12-11 at 15:59 +0100, Anthony wrote:
 
 bonjour,
 
 je ne parviens plus a trouver le mirroir officiel sarge.
 A t-il été supprimé, ou deplacé ?
 Nous avons encore des machines en sarge...
 
 merci

Bonjour,

Je ne connais pas la réponse, mais si vous poser la question en anglais,
vous obtenez plus de réponses. 

Salut

Rob



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: expand /var, decrease /home space

2008-12-11 Thread subscriptions
On Fri, 2008-12-12 at 00:39 +0100, steve wrote:
 fairly successful attempt at running a webserver it made /var only 2.8
 gig and made /home 280 something gig.
 
 now I want /var to be say 200 gig, and /home alot smaller. for
 obvious reasons. 

If the reason is using www, why not configure apache2 that its www
directory is in /home/www ?

You can find the configuration files in /etc/apache2/available-sites.

Best,

Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Unrestrict chown?

2008-12-10 Thread subscriptions
On Tue, 2008-12-09 at 22:40 +0100, Christopher Zimmermann wrote:
 Hi!
 
 On my debian box using linux kernel its not possible to give away
 files:
 
 [EMAIL PROTECTED]:~% touch foo
 [EMAIL PROTECTED]:~% chown otheruser foo
 chown: changing ownership of `foo': Operation not permitted
 
 only root can change file owners. Is it possible to configure this
 behaviour and allow all users to chown their own files?

If the users need to share the file, they have something in common!
So,
- put the users together in a group (adduser user group)
- chgroup the file (chgrp group file)
- give the document rw permissions (chmod +permissions file)

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X-server doesn't start after boot-up

2008-12-08 Thread subscriptions
On Mon, 2008-12-08 at 19:41 +0100, raman narasimhan wrote:
 
 
 i've a debian etch system.. i'm using the grub loader.. immediately
 after the boot process when the login screen is to take over, instead
 of the login screen, i get this
 
 ...
 | Hz  ?  |   
 ...
 
 this box keeps moving up and down on the screen..  i'm new to linux so
 dont know how to configure x by myself.. pls help
 

Log in on a terminal under eg. F2 (CTL+ALT+F2) as root. And reconfigure
and restart X using:

$ dpkg-reconfigure -phigh xserver-xorg
$ /etc/init.d/gdm restart

A copy of the original xorg.conf is kept with proper date in /etc/X11/

Do not forget to log out of the terminal!

Best,

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DPT2044W SCSI adaptor with disk installed but no /dev/sd* devices created

2008-12-08 Thread subscriptions
On Mon, 2008-12-08 at 15:23 +0100, Arthur Marsh wrote:
 lee wrote, on 2008-11-29 04:07:
 
  Hm, I've always been using the kernels from kernel.org without
  problems.
 
 How do you make .deb's of kernel.org kernels under Debian
 (kernel-package, checkinstall, ???)
 
 Arthur.



Download the source code and unpack
root# cd /usr/src
root# wget
http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.1.tar.bz2
root# bzip2 -d linux-2.6.22.1.tar.bz2
root# tar -xvf linux-2.6.22.1.tar

Create new default link to new source code 
root# cd /usr/src
root# rm linux
root# ln -s linux-2.6.22.1 linux

Create a new config file based on the old one, this will prompt for new
configuration settings. Read carefully every question. 
root# make oldconfig

Compile the kernel into .DEB package 
root# fakeroot make-kpkg --append-to-version -newkernel \
 --revision 20081208  --us --uc --initrd kernel_image

Then install .deb packages created in parent directory and link linux
link to the new header directory in /usr/src. 

Best,

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: cryptsetup, hald and automounting external disk

2008-12-06 Thread subscriptions
On Sat, 2008-12-06 at 00:50 +0100, Michal R. Hoffmann wrote:
 On 04/12/08 21:28, subscriptions wrote:
  Hi all,
 
  I am using cryptsetup (LUKS) successfully on most of my partitions (i.e.
  not /boot) and external disk drives.
 
  For the external drives, HALD recognises the LUKS encrypted partition
  and prompts for a password.
 
  Does anybody know where I can configure the system such that the
  external disk is automatically decrypted with encryption keys and
  mounted.
 
 In Gnome the password dialog gives a user 3 options for the password:
 - forget immediately
 - remember till logout
 - remember 'forever'
 
 Debian sid. I don't know what do you use - any window manager? I believe
 KDE has a similar option.
 
 --
 Kind regards,
 Michal R. Hoffmann

Dear Michal,

thanks! However, the solution is per user.

Thanks anyway.

Best,

Rob 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mounting Samba and fstab problem

2008-12-06 Thread subscriptions
On Sat, 2008-12-06 at 17:52 +0100, Jesse Sheidlower wrote:
 
 I'm trying to set up a Samba share on a Lenny laptop that I
 can access as a regular user (i.e., me). I've tried going
 through the man pages and Googling, but I'm still hung up on
 something.
 
 I can mount it manually with:
 
   $ sudo mount -t smbfs -o username=jester //192.168.1.10/HD /mnt/RemoteDisk
 
 and then entering the Samba password. However, then I only
 have access as root.

...

 Where is my mistake here? I've tried various things with no luck.
 
 Thanks.
 
 Jesse Sheidlower

Use samba mount (as user, no fstab needed):
$ smbmount //192.168.1.10/HD mount-point

Where mount-point has 'rwx' for you!

Best,

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Remote signing of large files

2008-12-06 Thread subscriptions

 On Thu, Dec 04, 2008 at 12:26:31PM +, Magnus Therning wrote:
 I'd feel a bit more safe if the signing could be done on a separate
 server. However, the built files are large and I don't want to
 introduce a bottle neck by transfering all files back and forth over
 the network.

The above sentences describe a mutual exclusive proposition.

That is the problem!

Best,

Rob




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Monitor is going blank

2008-12-05 Thread subscriptions
On Fri, 2008-12-05 at 15:58 +0100, Brian Kimsey-Hickman wrote:
 I have a fresh Debian Stable installation that I am trying to use as a 
 informational kiosk.  The only thing I changed from the default installation 
 was to switch from gdm to kdm.  My problem is the screen is going blank after 
 about 10 or 20 minutes of inactivity.  This is what I have tried:
 
 Desktop  Preferences  Power Management:
 
  Tab - Running on AC
 
   Put display to sleep when computer is inactive for: Never
 
   Put computer to sleep when it is inactive for: Never
 
  Tab - General
 
   Sleep type when inactive: Do Nothing
 
 Desktop  Preferences  Screensaver
 
   Activate screensaver when session is idle Unchecked
 
 In bash
 
   xset s 0 ; could not connect to display error message
 
   xset -dpms ; could not connect to display error message
 
   setterm -blank 0 ; took command but nothing happened
 
 This is on an old Dell Optiplex GX280 system.  I went into the bios but I 
 could not see anything that would be causing the video display to go blank.
 
 Does anybody have any ideas how I can keep the monitor screen from blanking?  
 I want it to be on all the time.
 
 Thanks,
 
 Brian

Make sure you comment out the option DPMS in /etc/X11/xorg.conf as shown
here:

---snip
Section Monitor
Identifier  Configured Monitor
#Option  DPMS
EndSection
---snip


Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



cryptsetup, hald and automounting external disk

2008-12-04 Thread subscriptions

Hi all,

I am using cryptsetup (LUKS) successfully on most of my partitions (i.e.
not /boot) and external disk drives.

For the external drives, HALD recognises the LUKS encrypted partition
and prompts for a password.

Does anybody know where I can configure the system such that the
external disk is automatically decrypted with encryption keys and
mounted.

The documentation seems to say that /etc/crypttab is only read during
boot.

Thanks

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: insserv encrypted /home

2008-12-03 Thread subscriptions
On Wed, 2008-12-03 at 21:55 +0100, Jochen Schulz wrote:
 
 Hi,
 
 Short version: does anybody use cryptsetup and insserv at the same
 time
 successfully?
 
 I recently re-installed Debian on my laptop because I wanted to
 repartition my hard drive and use an encrypted filesystem for /home.
 Everything went quite smooth, but after installing and configuring
 insserv, I am sometimes unable to enter the passphrase needed for
 mounting my encrypted /home.

You can also use a single password prompt to unlock the root partition
(/) and put a key for /home in /etc/crypttab (to open /home
automatically on start up).

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: insserv encrypted /home

2008-12-03 Thread subscriptions
On Wed, 2008-12-03 at 22:44 +0100, Jochen Schulz wrote:
 
  On Wed, 2008-12-03 at 21:55 +0100, Jochen Schulz wrote:
  
  I recently re-installed Debian on my laptop because I wanted to
  repartition my hard drive and use an encrypted filesystem
 for /home.
  Everything went quite smooth, but after installing and configuring
  insserv, I am sometimes unable to enter the passphrase needed for
  mounting my encrypted /home.
  
  You can also use a single password prompt to unlock the root
 partition
  (/) and put a key for /home in /etc/crypttab (to open /home
  automatically on start up).
 
 This would be an option if I had encrypted /. :)

One can still do that at this stage, if you know the way with moving
files, chroot and grub [even splashy will work!] :)

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fw: shorewall newbie Revisit: new IP

2008-11-26 Thread subscriptions
On Wed, 2008-11-26 at 13:41 +0100, Phillipus Gunawan wrote:
 
  route -n
 Destination  GatewayGenmask Flags Metric RefUse Iface
 10.20.20.125 0.0.0.0255.255.255.255 UH0  00 ppp0
 192.168.1.0  0.0.0.0255.255.255.0   U 0  00 eth1
 10.0.0.0 0.0.0.0255.0.0.0   U 0  00 eth0
 0.0.0.0  10.20.20.125 0.0.0.0   UG0  00 ppp0
 0.0.0.0  0.0.0.00.0.0.0 U 0  00 ppp0

The last two lines are in conflict; the last line should be removed.

Also tighten the mask of 10.x subnet, so the total routing becomes:

route -n
Destination  GatewayGenmask Flags Metric RefUse Iface
10.1.1.0 0.0.0.0255.255.255.0   U 0  00 eth0
192.168.1.0  0.0.0.0255.255.255.0   U 0  00 eth1
10.20.20.125 0.0.0.0255.255.255.255 UH0  00 ppp0
0.0.0.0  10.20.20.125 0.0.0.0   UG0  00 ppp0



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fw: shorewall newbie Revisit: new IP

2008-11-26 Thread subscriptions
On Wed, 2008-11-26 at 16:07 +0100, Phillipus Gunawan wrote:
 
 
 using 10.1.1.5, gw/dns = 10.1.1.4

You have a DNS on 10.1.1.4?

 C:\ping www.yahoo.com
 Ping request could not find host www.yahoo.com. Please check the name
 and try again.

No DNS on 10.1.1.4, so the ip of www.yahoo.com can not be found.

Use the DNS ip of your ISP.

Best,

Rob




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: advice on cloning system

2008-11-26 Thread subscriptions
On Wed, 2008-11-26 at 17:25 +0100, François Cerbelle wrote:
 
 Le Mer 26 novembre 2008 09:39, tom arnall a écrit :
Copy to the new machine from old with:
su
mount /dev/sda3 /sD
cp -dRvpu  / /sD
The drive on the new machine is bigger and of a
different brand. For the copy, the new drive is
attached to the old machine as a usb drive.
  am i missing anything?
 
 You will eventually have to check/adapt the /sD/etc/fstab file if the
 partition scheme changed.
 
 You will have to reinstall the bootloader (grub or lilo) either in the MBR
 (Master Boot Record) or in the active partition BR (Boot Record).
 
 Fanfan
 --
 http://www.cerbelle.net - http://www.afdm-idf.org


When installing the bootloader, do not forget to 'chroot /sD', otherwise
it will install the bootloader again on / ,instead of the new disk!

Rob





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fw: Shorewall with Debian

2008-11-25 Thread subscriptions
On Tue, 2008-11-25 at 08:44 +0100, Phillipus Gunawan wrote:
 
 netstat -atn
 
 tcp0  0 0.0.0.0:111 0.0.0.0:*
 LISTEN
 tcp0  0 0.0.0.0:1   0.0.0.0:*
 LISTEN
 tcp0  0 0.0.0.0:113 0.0.0.0:*
 LISTEN
 tcp0  0 0.0.0.0:53975   0.0.0.0:*
 LISTEN
 tcp0  0 127.0.0.1:250.0.0.0:*
 LISTEN
 tcp0   1390 10.1.1.4:1  10.1.1.5:4812
 ESTABLISHED
 tcp
   0  0 10.1.1.4:1  10.1.1.5:4811
 ESTABLISHEDThe above result is gathered when I connected via eth1
 But, still not make any sense, why I cant connect to
 https://10.1.1.1:1 or https://10.1.1.4:1 if I am using
 connection on eth0 only?

That has to do with which interface is the default gateway.
See 'man route'.

Better setup the interfaces properly, otherwise you will (like now)
wonder why routing is so difficult to follow.

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Erase cache, clean registry in Linux

2008-11-25 Thread subscriptions
On Tue, 2008-11-25 at 15:34 +0100, Manuel Gomez wrote:
 Hi, i would like to know a tool or software to erase the cache, clean
 the registry...
 
 Somebody could help me?
 
 Thank you very much, I appreciate your help.
 

from:
http://www.linuxquestions.org/questions/linux-general-1/flush-my-swapram-command-318138/page2.html

You can stop and start (resp.) cache using:

echo 3  /proc/sys/vm/drop_caches
echo 0  /proc/sys/vm/drop_caches

Best,

Rob




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Encrypt file while you are using it

2008-11-24 Thread subscriptions
On Mon, 2008-11-24 at 15:59 +0100, Manuel Gomez wrote:
 Hi, i would like to maintain encrypt an archive in all moment, so i
 would like to know what software can be this.
 
 Now i am using Truecrypt, but when i mount the encrypted directory it's
 vulnerable.

Not when your permissions on the file structure are set correct.

 I want to mount the file and that the file can remains
 encrypt.

This statement is a contradictio in terminus.

 Somebody can help me?
 
 Thank you very much, I appreciate your help.

Note: while TrueCrypt has plausible deniability as its biggest feature,
you might want to use dm_crypt (cryptsetup) instead. It is standard in
Debian, so you do not have to recompile TrueCrypt every time the kernel
updates.

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fw: Shorewall with Debian

2008-11-24 Thread subscriptions
On Tue, 2008-11-25 at 04:58 +0100, Phillipus Gunawan wrote:
 
 
 Checked:
 IP_FORWARDING=On
 
 Another things that bothering me
 I am using class A network as 10.1.1.x/24, subnet 255.0.0.0


 ~# ifconfig
 eth0  Link encap:Ethernet  HWaddr 00:E0:4C:50:18:FD
   inet addr:10.1.1.1  Bcast:10.255.255.255
Mask:255.0.0.0

 eth1  Link encap:Ethernet  HWaddr 00:E0:4C:50:16:70
   inet addr:10.1.1.4  Bcast:10.255.255.255
Mask:255.0.0.0

Above does not look right! E.g. a 'ping -b 10.1.1.255', where does it
end up; eth0 or eth1?

Simpler is to use ip from different ranges, or use proper masking. Read
into how networking and routing works.

 Isn't this is OK for private network?
 I used this IP to set up few offices using Winblow AD and it is always 
 working OK

But how are the Windows communicating, through IP or Samba (not Samba
over IP obviously).

 Anyone want to comment on this?
 Off course any answer for my solution always warmly welcome... :)
 
 And yes, I did read the 'two-interfaces' and 'three-interfaces' examples
 This is why I post my questions, because I still can't make it work :(
 
 Cheers



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fw: Shorewall with Debian

2008-11-24 Thread subscriptions
On Tue, 2008-11-25 at 06:36 +0100, Phillipus Gunawan wrote:
 
 Thanks for the reply,
 
 I admit, yes, it was mistake to create both NIC on the same subnet,
 though I need to study more about this
 
 'ping 10.1.1.5' on my Debian
 - with eth0 only, resulting: From 10.1.1.4 icmp_seq=10 Destination
 Host Unreachable
 - with eth1 only, resulting: 64bytes from 10.1.1.5: icmp_seq=1 ttl=125
 time=0.080ms
 
 Please guide me
 If I still want to make the same IPs on each NIC, subnetting /8
 and /24 will solve the problem?
 With eth1 connected, I can log in into my Webmin either by address
 https://10.1.1.1:1 or https://10.1.1.4:1 from other host (e.g.
 10.1.1.5)
 why is that?
 
 Thanks

You can not have the same IP on each NIC.

What is possible; is to have an IP on each NIC from the same
(sub)network range, but that makes routing less transparent. Better go
with ip from different subnet ranges for each NIC: e.g. 10.0.1.2/24 for
eth0 and 10.0.2.2/24 for eth1.

What is the purpose of the whole exercise? 
(important question for what to do next!)

If the computers function is *only* a firewall, you might want to look
into bridging.

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fw: Shorewall with Debian

2008-11-24 Thread subscriptions
On Tue, 2008-11-25 at 07:00 +0100, Phillipus Gunawan wrote:
 
 Just to clear up bit mis-understanding
 I did not put same IP on eth0 and eth1, they 10.1.1.1 and 10.1.1.4
 But both did reside on the same subnet: 255.0.0.0
 With this scenario, I assume you corrected me by saying this
 configuration will confuse the Debian on will packet will go from
 which NIC, is this correct?
 
 But then, with the same conf, why am I able to log in from 10.1.1.5 by
 using https://10.1.1.1:1 or https://10.1.1.4:1?
 This is what somehow confusing me

Is apache2 listening to all interfaces?

Do 'netstat -atn', so you can see what interfaces it listens to. If
there is a *:1 , it listens to all, hence you will always connect to
it.

Of course it is possible to have IPs from the same subnet on different
interfaces, but then you have to set the netmask correct and not set to
255.0.0.0.

Best,

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: receive system mail into inbox?

2008-11-23 Thread subscriptions
On Sun, 2008-11-23 at 19:22 +0100, Jack wrote:
 
 Hello,
 
 is it possible to receive system user mail (the mail one can usually
 read
 using the command line mail program, for example system error
 reports) as
 normal mail through kmail or any other desktop mail program?
 
 If yes, how to configure to do so?
 
 I'm using Lenny at the moment.
 
 Thanks

Yes, one can.

E.g. Evolution (mail client), one creates an account which receives from
a local delivery:
Edit - Preferences - Mail Accounts - Select Add -
tab Receiving Option - Server type: Local Delivery

Best,

Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: receive system mail into inbox?

2008-11-23 Thread subscriptions
On Sun, 2008-11-23 at 21:36 +0100, Jack wrote:

 Transmission failed: Could not lock /var/mail/myusername
 of course i'm trying to read my own mail.
 Permission problems?
 
 ls -lah /var/mail/
 
 drwxrwsr-x  2 root mail 4.0K 2008-11-23 21:31 .
 drwxr-xr-x 15 root root 4.0K 2008-07-26 12:05 ..
 -rw-rw  1 myusername mail 2.2M 2008-11-23 21:31 myusername

I have this:

ls -l /var/mail -ah
drwxrwxr-t  2 root  mail 4.0K 2008-11-23 20:22 .
drwxr-xr-x 17 root  root 4.0K 2008-10-30 22:56 ..



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Xorg not starting fully on Thinkpad T21

2008-11-21 Thread subscriptions
On Fri, 2008-11-21 at 13:12 +0100, Avi Greenbury wrote:
 Morning all.
 
 I've got quite an intermittent problem with my laptop:
 When I boot, sometimes it gets as far as starting GDM, and then the
 screen goes blank as per the usual change from a text display to a
 graphical one, but the grahical one doesn't appear - I'm left with a
 blank screen that is definitely powered up.
 ctrl-alt-F* doesn't get me anything viewable. It's not yet happened on
 enough of a network for me to know whether the network's still up or see
 if I can ssh in.
 In general, powering it off then rebooting gets it working. It does work
 more times than not, but I'm not sure of the ratio. Somewhere a bit
 better than half successful, I'd imagine.
 
 It's an IBM Thinkpad T21, with a Savage graphics chipset. I'm running
 Debian 4 fully updated.
 The xorg log is at:
 http://aviswebsite.co.uk/moses211108.xorg.log
 And doesn't seem to contain any errors, but I don't really know what to
 look for beyond EE and WW.
 
 Any pointers would be greatly appreciated!
 
 --
 Avi Greenbury :) http://aviswebsite.co.uk

The system should always behave the same when booting, hence something
is wrong reading the data into memory.

You might want to do a 'fsck' of all partitions (except swap of course).

Best,

Rob






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: playing multimedia over my local network - how?

2008-11-21 Thread subscriptions
On Fri, 2008-11-21 at 23:04 +0100, H.S. wrote:
 Hello,
 
 I am looking for a setup to play movies and music and to browse photos
 over my local home network (mostly Debian, one Ubuntu machine, sometimes
 a Windows machine on the wireless network). How do I start doing that?
 My objective is to have all multimedia on one disk connected to a
 machine (USB, firewire or SATA, not fixed yet).
 
 From a little search, I have seen somebody mention NFS for which I
 apparently need 2.6.27 kernel (not in Testing yet, so that option is
 out). The other option seems to be to stream video -- is this really
 necessary in this situation? And it won't help much with photo browsing
 anyway.
 
 Mostly I connect between different machine via SSH. So I can open an X
 display. That gives the video but no sound on my local machine.
 
 I have also samba setup on one machine which at present mounts a disk
 which has songs and photos on it. However, I haven't yet found a way to
 play the songs over samba. Also, by favorite photo browser is gqview but
 it also doesn't appear to understand samba.
 
 Thanks in advance for inputs on this.
 Regards.


Why not mount what you want over ssh, it is called 'sshfs'. It's secure
and fast (I believe it is faster and more stable than samba).

Best,

Rob 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X11 Forwarding with Lenny?

2008-11-20 Thread subscriptions
On Thu, 2008-11-20 at 22:05 +0100, swm38 swm38 wrote:
 Hello,
 
 I can't get X11 Forwarding working with lenny as server.
 
 Client is Debian Lenny too, X11 Forwarding works fine with an etch server.
 
 The lenny Server is running with the exact same sshd_config as the etch server
 
 X11Forwarding yes
 X11DisplayOffset 10
 UseLogin no
 AllowTcpForwarding yes
 
 xauth is installed.
 
 Tried ssh -X and -Y, same result:
 
 $ echo $DISPLAY
 localhost:10.0
 $ xauth list
 freddy-test/unix:0  MIT-MAGIC-COOKIE-1  123456789...
 freddy-test/unix:10  MIT-MAGIC-COOKIE-1 ABCDEFG...
 $ xlogo
 Error: Can't open display: localhost:10.0
 
 In the ssh(d) debug logs (ssh -vvv/sshd -de)  everything seems to be fine.
 When I start xlogo I would expect some debug output, but that doesn't happen.
 
 Anything I missed?
 
 Greetigns
 Freddy

Hi Freddy,

did you change user after remote login?

In that case, use 'sux' (that is su with X). It is in the software
repository.

Best,

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Login manager will not let me log in - machine thrashing

2008-11-20 Thread subscriptions
On Thu, 2008-11-20 at 21:53 +0100, Ken Heard wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I have a newly reinstalled Etch plus KDE in a dual core desktop.  After
 the installation was finished I was able to reboot and log in using kdm.
 
 The next morning, when I turned on the computer, I only got as far as
 the kdm login manager.  When I entered my user ID and password there is
 effectively no response.  After a few minutes garbage appeared on the
 monitor.  As after about 30 seconds the HDD light became continuously
 on; I consequently suspected that the machine ended up thrashing.
 

Maybe the disk is old and getting corrupted.

Do a 'fsck' to see if you disk is still ok.

Try to reinstall kdm login (or kde as a whole).

Best,

Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



inline pgp not working in evolution (when using base64 encoding?)

2008-11-15 Thread subscriptions

Hi all,

I use PGP at home and at work using Evolution 2.22.3.1 (both Debian
Lenny, appears identical setup). When clicking the email in Evolution at
work, it prompts for a password. However at home, Evolution does not
prompt for a password.

The Evolution program at home *does* prompt for a password when a work
email message is imported! In contrast, when home emails are opened at
work, no prompt. So there is something wrong with the emails sent to the
home address.

Attached are two sources of the emails sent to home and work.

The 'obvious' difference between the sources is the encoding: it looks
like the email which does not prompt for a password is wrapped in
another envelope:

--_003_122674231513134camellocalhost_
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

However, I do not know how to change this. I tried to change encoding
while sending, but this does not help.

Any suggestions?

Thank you in advance.

Best,

Rob de Graaf

--_003_122674231513134camellocalhost_
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable


--_003_122674231513134camellocalhost_
Content-Type: application/pgp-encrypted; name=ATT1
Content-Description: ATT1
Content-Disposition: attachment; filename=ATT1; size=76; creation-date=Sat, 15 Nov 2008 10:45:28 GMT; modification-date=Sat, 15 Nov 2008 10:45:28 GMT
Content-Transfer-Encoding: base64

VmVyc2lvbjogMQ0K

--_003_122674231513134camellocalhost_
Content-Type: application/octet-stream; name=encrypted.asc
Content-Description: This is a digitally encrypted message part.asc
Content-Disposition: attachment; filename=encrypted.asc; size=890; creation-date=Sat, 15 Nov 2008 10:45:28 GMT; modification-date=Sat, 15 Nov 2008 10:45:28 GMT
Content-Transfer-Encoding: base64

LS0tLS1CRUdJTiBQR1AgTUVTU0FHRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjkgKEdOVS9M
aW51eCkNCg0KaFFFT0EvK0dQdkJWRmJmd0VBUUFxNitlbVBUY0gxcnE2S1FHQy9BRTUxUTltUXoz
YWpqZGM4OGFucSs5VUl2Ng0KcXJkRW9ZSTNIdU1ubnJISXpKd0l1Vms5L251U2UvakQwQThlbkRI
WUM1RDBVcTIrWWR2Y1d1UVZDUDZuU0V1Nw0KQnJhakUrU3dzVlVYQVI4OXVUU2g2Q2w1c1ZieERQ
aHV5bGI1UUNBWHJjckwxOElOZkx1eE94WU93RUlKQlFVRA0KL1JvUDVwSzEwT0s2WjhnQ21vbVUr
eUVBbFh4REFsM2I2UFArNlNGNzhXeUFMYXFKcWUvKzV0K3Y4andQSUo5SA0KakJvTGlKc1hTYTFU
R1FJdG0weFl4TXh2ZEJYaW8yUTMxVzIzMHk1RlRJQllibmgzMk0yWmxjSEZiM1B5SHN5Zw0KZ1hP
SDU5Q2pSRm1XeWZzOXYzTXYzRHFtNnN5RUpPeVNLTFIrVEtvR2dwc2gwc0E4QWJwc2hSbFdOaCsw
MUhOeA0KTFZZc09meDlVanM3SGJMZ2kyWDZNL3RzMWJ3WFRneDR0Uy92bWZkNVE0Rk4xT2RRUmp1
NWV0eExGMEQ1N2p2Vw0KU0NMLzZuVnVTNW1GclUweUVVQmJjMG5PSm51OGs0TGxVbmNwRGZxcnh2
OTJ2QTM3T2FxOXBHbHpjcmgwOGxCaw0KSFJLWldnUVZ1OFJBeWNWblRjWEc0bVJRTWhkeFZXMmVh
eDJvM0J0bkpwNU1hK2pkRVB5Zm5yNE9EUCtxYXpWTw0KckdtRFJHZm9aQTAyMU5HMHY4dUpMRzY0
cW1BamNWcFp4cWd6aDNIRWFPc2VFUUFHK1hzdjFCNkxRWWh4NlNSUA0KZHArdk5GS3lUdEQ4ZEN4
YXZUWTh4djE3MmtyL0hsbFRGZUZjSlMrellTSW52N1FsNzNMcERvVUVLTVJYOUhFRA0KPXlDeHAN
Ci0tLS0tRU5EIFBHUCBNRVNTQUdFLS0tLS0NCg==

--_003_122674231513134camellocalhost_--



--=-TvZkoeQVnb1UIA0aD+VY
Content-Type: application/pgp-encrypted
Content-Transfer-Encoding: 7bit

Version: 1

--=-TvZkoeQVnb1UIA0aD+VY
Content-Type: application/octet-stream; name=encrypted.asc
Content-Description: This is a digitally encrypted message part
Content-Transfer-Encoding: 7bit

-BEGIN PGP MESSAGE-
Version: GnuPG v1.4.9 (GNU/Linux)

hQIOA+wMGESCOm6SEAf+MULjFySpSYAZEO4SFZwlXpxzQ7Geo/RzKjqmxUeEhP63
vLrl7o9qRnKN4bNSJM2XXmfEK9immNw+6GKhEAAtnlhv2gszYTl3dVfOQLn015+U
cieh+80dlfK33SIJ/y+Qvvx9xjuBk4J28lPiqjM6k7U4JhfwiyyCVBH39ski40s2
/Z9ELh9GFii268BfdUO+BQfhDb6o1Y0N1eCipMh89W5co+cyGpcB8iT1VgaBJGQv
gUJGZLVCBu1Aux7a9Mcs3afsv4Qiq1oPxIiOOhqjcCSpYjIdMgqmfGg7V+aZESrh
Z14VDjfslpaRtJIzEY+HHO8mXRv7t2uhvVvf+cHQiQf+JFWmHrGnMiqAqkWJY7hw
J1ch6omjd0n0Fw6qVA/klAKWypAXur4jnaIfeLvEfH+/z0SClLHHbkBiNTmNaGqW
18zW+3ceF3YKKtN/vKrfpV9Wmi9U2qKSWWuMf06QjIt84iQAn6O0u+HKMYqXS0oq
QAEi3yUkBvofNRmH0sszO11KmmnzIq1Pm4O6VroSiYdlRoAbhLzb3g2dvUB8QZlO
yAhdyuyY8J9WpdSUNmG57D0xhS67UrYw+Z79+85YR7IwwcJxfVXfdEuNUO/OQ97F
fRWWE+n5CdQsZWvMbDDBc0/MmZ0WWnUufmCJF33r21pP7W5/NShRYJmI3Ei9aD8f
KoUBDgP/hj7wVRW38BAD/jcNrnyTsG5nhaxVSCZh2uUJdkuPYVn/2MNarnBgjNye
10aU9rOr1FNslLqLZ1R23MnnqHirVP9AmTFktN0XDx7ssOV+7SmwC31fG4OSMPhC
NsEET6IhBCTlP7TkOj0Riu+hBJiTqAds5oCQUP1Sf9CXTw4BppwvAhDyKTEU5YA4
A/9/IFdb5GXsWQkZ1CtewqUwlVzANgJvnlAY39O432Eu+6FGt+l0ydfdjYsc7rsZ
XPkpTFEjEecl1jhqxC7FwRWmiTjdbCLRnagHXM+vfD0xDPQIAOQjH4YNO5FSIGrx
CW+ie7RtqfsQxHgUjpWAkUmRyRDhjq5voLEt86IaAKrtHtLACwG4xG66p0wZU1ik
JAmACcP7cfPH3GchRluYiyHUdltwZuTglnV//Y1qzhkcaNHlLaqgnAxJLxUdoEGP
Z3Xp3kbOE2Tw5Mx51F7qJ8wRFieAU6KSZgpnnp56Y2H58lly/sJ57f/q5b4DqOfo
c1h1OAmbYnQkts36QZU0b48Ek1ooU7uEJud2cH7Y9E/yLvbiUN4WStTcKrEDC+J9
INn1jskWYrbMW6lxW7ehGjlNKVttUcbIfk3z9hDiMf/k0slaw9yMlqkazmWX6KT7
=fqwQ
-END PGP MESSAGE-

--=-TvZkoeQVnb1UIA0aD+VY--