Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2279

From: <debian-user-digest-request(at)lists.debian.org>
Date: Thu Aug 30 2007 - 10:21:16 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2279

Today's Topics:

  RE: xen or xen-vserver - difference?  [ "askxuefeng"  ]
  Re: what is /command directory?       [ Mark Neidorff  ]
  Re: xen or xen-vserver - difference?  [ Sylvain Le Gall  ]
  Re: Garmin GPS on USB port            [ "Douglas A. Tutty"  ]
  Re: Garmin GPS on USB port            [ Philippe Marzouk  ]
  xen kernel security                   [ Frank  ]
  Re: Ping my modem........             [ Ron Johnson  ]
  Re: which fonts config file?          [ Jose Rodriguez 

Date: Thu, 30 Aug 2007 17:24:43 +0800
From: "askxuefeng" <askxuefeng@gmail.com> To: "'Sylvain Le Gall'" <gildor@debian.org>,

        <debian-user@lists.debian.org>
Subject: RE: xen or xen-vserver - difference? Message-ID: <002901c7eae7$9b562ed0$3607c80a@asiapacific.hpqcorp.net> Content-Type: text/plain;

        charset="us-ascii"
Content-Transfer-Encoding: 7bit

 On 30-08-2007, Frank <josephbeuys@gmx.de> wrote:
> What the differece between this packages?
>
> xen-linux-system-2.6.18-5-xen-686 - XEN system with Linux 2.6.18 image
> on i686
> xen-linux-system-2.6.18-5-xen-vserver-686 - XEN system with Linux
> 2.6.18 image on i686
>
>
>
> XEN is a patch on the linux kernel to enable running linux as domX vserver
is a patch on the linux kernel to create vserver in linux (sort of super chroot).
>
> -xen-686 is a package with only the first patch
> -xen-vserver-686 is a package with the two patches
>
> Have a look at :
> http://linux-vserver.org/
> http://www.cl.cam.ac.uk/research/srg/netos/xen/
>
> (in fact xen+vserver is a proof of concept that you can build a kernel
with this two patches)
>
> Regards,
> Sylvain Le Gall

Do you need help?X

if i want to install xen on debian and make windows xp as guest operating system, which packages should i install? i saw someone said:
xen-linux-system-2.6.8-5-xen-686
libc6-xen
bridge-utils
xen-tools
xen-ioemu-3.0.3-1

but i don't know what these packages use for.

thanks in advance.

  yours,
xuefeng.

Date: Thu, 30 Aug 2007 05:58:13 -0400
From: Mark Neidorff <mark@neidorff.com>
To: debian-user@lists.debian.org
Subject: Re: what is /command directory? Message-Id: <200708300558.13965.mark@neidorff.com> Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Saturday 25 August 2007 07:52 pm, Richard Lyons wrote:
> I just noticed with a sinking feeling that my root partition is 96% full.
> I do wish I hadn't let the installer use LVM and choose its own sizes.
> Now I am stuck trying to work round its choices. I also notice a number
> of directories I've never heard of before under root:
> command, package, service
>
> 'service' contains a symlink to /etc/tinydns, left over from an attempt
> to install tinydns, I assume. Is it likely the others also belong to
> tinydns, because if so I can delete them as it didn't run anyway.
>
> TIA
> --
> richard

On my system, /service and /command are each 4k since they only contain links. /package is 1.8M.
Check yours from a terminal (as root) with:

#du -h /command
#du -h /service
#du -h /package

These directories belong to the DJB series of packages, so if you are not using tinydns, you can remove them, but you will be saving very little space.
Do you need more help?X

Mark

Date: Thu, 30 Aug 2007 10:19:34 +0000 (UTC) From: Sylvain Le Gall <gildor@debian.org> To: debian-user@lists.debian.org
Subject: Re: xen or xen-vserver - difference?

Message-ID:  
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit

Hello,

On 30-08-2007, askxuefeng <askxuefeng@gmail.com> wrote:
> On 30-08-2007, Frank <josephbeuys@gmx.de> wrote:
>> What the differece between this packages?
>>
>> xen-linux-system-2.6.18-5-xen-686 - XEN system with Linux 2.6.18 image
>> on i686
>> xen-linux-system-2.6.18-5-xen-vserver-686 - XEN system with Linux
>> 2.6.18 image on i686
>>
>>
>>
>> XEN is a patch on the linux kernel to enable running linux as domX vserver
> is a patch on the linux kernel to create vserver in linux (sort of super
> chroot).
>>
>> -xen-686 is a package with only the first patch
>> -xen-vserver-686 is a package with the two patches
>>
>> Have a look at :
>> http://linux-vserver.org/
>> http://www.cl.cam.ac.uk/research/srg/netos/xen/
>>
>> (in fact xen+vserver is a proof of concept that you can build a kernel
> with this two patches)
>>
>> Regards,
>> Sylvain Le Gall
>
> if i want to install xen on debian and make windows xp as guest operating
> system, which packages should i install?
> i saw someone said:
> xen-linux-system-2.6.8-5-xen-686
> libc6-xen
> bridge-utils
> xen-tools
> xen-ioemu-3.0.3-1
>
> but i don't know what these packages use for.
>

Unfortunately, i stop using xen because it doesn't fit my need and was not as flexible and lightweight as vserver is (but you can run only linux distribution inside this kind of super chroot).

Using my ancient memory, i can try to guess something:

- xen-linux-system-2.6.8-5-xen-686: the kernel
- libc6-xen: the libc6 you need to use with the kernel above
- bridge-utils: what you need to create bridged network to make
  domU/dom0 communicate through a kind of network - xen-tools: some utils to manage xen
- xen-ioemu: tools to use the Intel VT technologies (but i never use it,   so it is really a guess)

I think, all this packages are mandatory.

Can we help you?X

Take a look at:
http://wiki.debian.org/Xen
http://wiki.debian.org/DebianInstaller/Xen

Regards,
Sylvain Le Gall

Date: Thu, 30 Aug 2007 10:26:12 +0000
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Garmin GPS on USB port

Message-ID: <20070830102612.GA6274@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Wed, Aug 29, 2007 at 09:57:45PM -0400, Bernard wrote:
> On 8/29/07, Douglas A. Tutty <dtutty@porchlight.ca> wrote:
> > On Wed, Aug 29, 2007 at 09:16:14PM -0400, Bernard wrote:
> > >
> > > problem. Eventually, I will have to plug my GPS on a laptop with
> > > USB port only so I have to find a solution. According to a few
> > > things read on the web I have to load the garmin_gps module. I
> > > did it with succes but the documentation found said to use
> > > /dev/ttyUSB? which device I don't have. Maybe I still have a few
> > > things to understand about the USB devices and udev!

> > Your documentation may not have taken udev into account. Assuming
> > that you're using standard Etch, run tail -f /var/log/syslog and
> > then plug in the gps and see if a message appears that tells you
> > what device it connects to. I've never hooked my GPS up to the
> > computer. However, for comparison, my Palm comes up as something
> > like /dev/pilot.
>
> Ok, here is what I got from syslog:
>
> Aug 29 21:53:15 zherc kernel: usb 1-2: USB disconnect, address 3 Aug
> 29 21:53:28 zherc kernel: usb 1-2: new full speed USB device using
> uhci_hcd and address 4 Aug 29 21:53:28 zherc kernel: usb 1-2:
> configuration #1 chosen from 1 choice
>
> Do you seen something useful from this?
>

There were no further messages?

Does the Debian gpsman or gpsd package documents have anything to suggest? I note that many of the packages found with aptitude search ~dgarmin mention attaching a GPS via serial port however gpsd says serial or USB. Perhaps the documentation in that package will give you some pointers.

Can't find what you're looking for?X

Doug.

Date: Thu, 30 Aug 2007 11:27:26 +0100
From: Richard Lyons <richard@the-place.net> To: debian-user@lists.debian.org
Subject: Re: what is /command directory?

Message-ID: <20070830102726.GH14690@the-place.net>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Thu, Aug 30, 2007 at 05:58:13AM -0400, Mark Neidorff wrote:

> On Saturday 25 August 2007 07:52 pm, Richard Lyons wrote:
> > I just noticed with a sinking feeling that my root partition is 96% full.
> > I do wish I hadn't let the installer use LVM and choose its own sizes.
> > Now I am stuck trying to work round its choices. I also notice a number
> > of directories I've never heard of before under root:
> > command, package, service
> >
> > 'service' contains a symlink to /etc/tinydns, left over from an attempt
> > to install tinydns, I assume. Is it likely the others also belong to
> > tinydns, because if so I can delete them as it didn't run anyway.
> >
> > TIA
> > --
> > richard
>
> On my system, /service and /command are each 4k since they only contain
> links. /package is 1.8M.
> Check yours from a terminal (as root) with:
> #du -h /command
> #du -h /service
> #du -h /package
> These directories belong to the DJB series of packages, so if you are not
> using tinydns, you can remove them, but you will be saving very little space.

Thanks Mark. I have now removed them -- and a stack of symlinks to them in /usr/bin /usr/local/bin and so on. And then I remembered I had to purge package djbinstaller as well! Pity it never worked though -- people who use tinydns speak well of it.

No, you are right, it saves little space, but it does tidy things up and remove some non FHS directories.

-- 
richard

Date: Thu, 30 Aug 2007 10:40:35 +0000 From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org Subject: Re: Better iptables firewall Message-ID: <20070830104035.GB6274@titan.hooton> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 30, 2007 at 12:25:25AM -0400, Michael Pobega wrote:
> Currently I'm using iptables as my main firewall, and I'm having no
> trouble with it whatsoever. But lately (Since college has started) I've
> been connecting to a lot more networks, with more peers connected. I'm
> worried about somebody breaking through the security on my laptop and
> doing something malicious.
>
> I'm hoping some seasoned Debian sysadmins out there can help me by
> advising me on how to better setup iptables...My current setup is:
>
>
> # Generated by iptables-save v1.3.6 on Mon Jun 18 09:55:18 2007
> *filter
> :INPUT DROP [0:0]
> :FORWARD ACCEPT [0:0]
> :OUTPUT ACCEPT [35639:3072343]
> -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
> -A INPUT -i lo -j ACCEPT
> -A INPUT -p icmp -m limit --limit 1/sec -j ACCEPT
> -A INPUT -p icmp -j DROP
> #-A INPUT -p tcp -m tcp --dport 5030 -j ACCEPT
> #-A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
> #-A INPUT -p tcp -m tcp --dport 15000 -j ACCEPT
> COMMIT
> # Completed on Mon Jun 18 09:55:18 2007
>
> The commented rules are uncommented in my ruleset for home (I only have
> those ports forwarded on my home router, so opening them outside is a
> potential security hazard)
>
It looks like you're allowing unlimited output which means that if something does break into your system then they can use your system to spit stuff out without you knowing. Overall, it seems like very few rules. Personally, I use shorewall to setup my netfilter rules. If nothing else, you probably should install the shorewall-doc package since it covers the subject very well. Here are my relavent shorewall configs with the pramble-comments removed. This box is my main box and also acts as a firewall for the rest of the network. Policy first: ############################################################################### #SOURCE DEST POLICY LOG LIMIT:BURST # LEVEL loc net REJECT info fw net REJECT info net all DROP - all all REJECT info #LAST LINE -- DO NOT REMOVE Then the rules: ############################################################################################################# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ # PORT(S) PORT(S) DEST LIMIT GROUP #SECTION ESTABLISHED #SECTION RELATED SECTION NEW DNS/ACCEPT loc fw DNS/ACCEPT loc net DNS/ACCEPT fw net DNS/ACCEPT fw loc SSH/ACCEPT loc fw SSH/ACCEPT fw loc NTP/ACCEPT fw net NTP/ACCEPT fw loc NTP/ACCEPT loc fw POP3/ACCEPT fw net POP3/ACCEPT fw loc POP3/ACCEPT loc fw POP3S/ACCEPT fw net POP3S/ACCEPT fw loc POP3S/ACCEPT loc fw SMTP/ACCEPT loc fw SMTP/ACCEPT fw net SMTP/ACCEPT fw loc SMTPS/ACCEPT loc fw SMTPS/ACCEPT fw net SMTPS/ACCEPT loc fw Syslog/ACCEPT fw loc Syslog/ACCEPT loc fw FTP/ACCEPT loc net FTP/ACCEPT fw net FTP/ACCEPT fw loc Ping/ACCEPT loc net Ping/ACCEPT fw net Ping/ACCEPT loc fw Ping/ACCEPT fw loc HTTP/ACCEPT fw net HTTP/ACCEPT loc net HTTP/ACCEPT fw loc HTTPS/ACCEPT fw net HTTPS/ACCEPT loc net HTTPS/ACCEPT fw loc Rsync/ACCEPT loc net Rsync/ACCEPT loc fw Rsync/ACCEPT fw net Rsync/ACCEPT fw loc Trcrt/ACCEPT loc net Trcrt/ACCEPT fw net Trcrt/ACCEPT loc fw Trcrt/ACCEPT fw loc ACCEPT fw loc tcp printer ACCEPT loc fw tcp printer # for GnuPG (OpenPGP) to retreive/send keys to key server ACCEPT fw net tcp 11371 ACCEPT fw net udp 11371 ACCEPT loc net tcp 11371 ACCEPT loc net udp 11371 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE

Don't know where to look next?X

Date: Thu, 30 Aug 2007 06:48:26 -0400 From: "P Kapat" <kap4lin@gmail.com> To: debian-user@lists.debian.org Subject: Re: how to provide extra library paths? Message-ID: <daef5be80708300348r1ea4fc3ga2e48313fd604958@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I forgot to "Reply All" my previous mail. Here it is: Hi Michael, On 8/29/07, Michael Marsh <michael.a.marsh@gmail.com> wrote:
> On 8/29/07, P Kapat <kap4lin@gmail.com> wrote:
> > I have the following lines in .bash_profile (bash is my default shell):
> > export LD_LIBRARY_PATH=$HOME/usr/lib:$HOME/usr/local/lib
> > export LD_LIBRARYPATH="Nonsense" # just a stub
> > When I log into this machine from a VT or remotely (ssh) I have
> > LD_LIBRARY_PATH as expected (as well as LD_LIBRARYPATH). But, when I
> > login locally (to a KDE session) and start a konsole (or xterm)
> > LD_LIBRARY_PATH is absent, LD_LIBRARYPATH is present though.
> >
> > If I have the same lines in .bashrc, then both the variables are
> > present in konsole/xterm. So, something is "unset"ing LD_LIBRARY_PATH
> > after .bash_profile is executed.
>
> I'd guess the problem is just the opposite. Your .bash_profile is
> only being executed for login shells. If KDE isn't starting login
> shells, then only your .bashrc is being executed.
I am not quite sure about that because I have a lot of other variables and things in .bash_profile which is available from konsole or xterm. For example, my PATH is being set in .bash_profile which ofcourse is available from konsole or xterm. And .bashrc is being sourced inside .bash_profile.
> Is there a reason that you don't want to set this in .bashrc?
Not really! I am living that way right now. But ideally, a library path need be defined once, shouldn't it?
> If so, you can probably
> change some resource (I'm not familiar with KDE) so that starting
> konsole or xterm opens a login shell, rather than the default
> non-login. For xterm, the option is "-ls". You might be able to set
> this from X resources as
> XTerm*loginShell: true
I will look into that soon.
> Of course, the fact that you're getting LD_LIBRARYPATH set seems a bit
> odd (to me, at least). Does it have the value you set in
> .bash_profile?
Yes.
> Is that a KDE-standard variable?
Of course not! I was just playing with the variable name :) In fact, as I mentioned earlier, I do have other variables (exported) in .bash_profile which are available (with their appropriate values) inside konsole or xterm. -- Regards PK -------------------------------------- http://counter.li.org #402424

Date: Thu, 30 Aug 2007 13:21:24 +0200 From: Philippe Marzouk <phil-antispam@ozigo.org> To: debian-user@lists.debian.org Subject: Re: Garmin GPS on USB port Message-ID: <20070830112124.GA30159@ozigo.org> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 30, 2007 at 10:26:12AM +0000, Douglas A. Tutty wrote:
> On Wed, Aug 29, 2007 at 09:57:45PM -0400, Bernard wrote:
> > On 8/29/07, Douglas A. Tutty <dtutty@porchlight.ca> wrote:
> > > On Wed, Aug 29, 2007 at 09:16:14PM -0400, Bernard wrote:
> > > >
> > > > problem. Eventually, I will have to plug my GPS on a laptop with
> > > > USB port only so I have to find a solution. According to a few
> > > > things read on the web I have to load the garmin_gps module. I
> > > > did it with succes but the documentation found said to use
> > > > /dev/ttyUSB? which device I don't have. Maybe I still have a few
> > > > things to understand about the USB devices and udev!
>
> > > Your documentation may not have taken udev into account. Assuming
> > > that you're using standard Etch, run tail -f /var/log/syslog and
> > > then plug in the gps and see if a message appears that tells you
> > > what device it connects to. I've never hooked my GPS up to the
> > > computer. However, for comparison, my Palm comes up as something
> > > like /dev/pilot.
> >
> > Ok, here is what I got from syslog:
> >
> > Aug 29 21:53:15 zherc kernel: usb 1-2: USB disconnect, address 3 Aug
> > 29 21:53:28 zherc kernel: usb 1-2: new full speed USB device using
> > uhci_hcd and address 4 Aug 29 21:53:28 zherc kernel: usb 1-2:
> > configuration #1 chosen from 1 choice
> >
> > Do you seen something useful from this?
> >
>
> There were no further messages?
>
> Does the Debian gpsman or gpsd package documents have anything to suggest?
> I note that many of the packages found with aptitude search ~dgarmin
> mention attaching a GPS via serial port however gpsd says serial or USB.
> Perhaps the documentation in that package will give you some pointers.
>
Depending on the package he may have to modprobe garmin_gps to get /dev/ttyUSB0 Other programs can access directly the gps through libusb (gpsbabel for instance). http://www.gpsbabel.org/os/Linux_Hotplug.html Philippe

Date: Thu, 30 Aug 2007 12:59:10 +0100 From: Richard Lyons <richard@the-place.net> To: debian-user@lists.debian.org Subject: Re: ssh-agent (was: using a remote IMAP server and smarthost) Message-ID: <20070830115910.GA19280@the-place.net> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 30, 2007 at 01:00:44AM +0200, Florian Kulzer wrote:
> On Tue, Aug 28, 2007 at 20:09:03 +0100, Richard Lyons wrote:
> > On Sun, Aug 26, 2007 at 12:27:32AM +0200, Florian Kulzer wrote:
> > > # activated by this option in ~/.muttrc:
> > > # set sendmail="/path/to/sendmail-via-ssh.sh"
> > >
> > > cat - | ssh myvm "/usr/sbin/sendmail -oem -oi $@"
[...]
> > I assume this script is intended to address a real sendmail or exim4,
> > rather than the msmtp installed for the trial of method 1. As I read
> > the manual, the -oem -oi options are not relevant to msmtp.
>
> Yes, it should just be
>
> cat - | ssh myvm "/usr/bin/msmtp $@"
[...]
>
> > So I think I really need the ssh-agent. Help anybody?
>
> Ssh-agent is part of the openssh-client package. It should be started
> with every X session by the /etc/X11/Xsession.d/90x11-common_ssh-agent
> script. (See "ps -e | grep ssh-agent".)
Oh yes, I see it is set up to start if available...
>
> However, ssh-agent needs a frontend to handle the interaction with the
> user when a passphrase for a private key has to be entered. This seems
> to be what you are missing. Install one of the packages that provide
> "ssh-askpass":
I installed gtk-led-askpass and added a line "/usr/bin/gtk-led-askpass" in ~/GNUstep/Library/WindowMaker/autostart, but this simply caused Xwindows to open in a frozen state (waiting for my response on a non-visible window, I assume since the ssh-agent process was running). This is probably easy enough to resolve, but it will still require me to enter the reasonably secure passphrase (read "excessively long") that I chose, so perhaps I shall stay with method 1, the ssh tunnel, which works easily enough. The only thing that would make it more convenient still would be if I could see how to write scripts to open and close the tunnel. They would need to check if it is already open first. When opening or closing the tunnel the scripts would also set sendmail= apropriately. Then I could map them to hotkeys in mutt. When I am attached to our home network, I can send direct, but when I am on a laptop elsewhere or in Italy I need to use the tunnelling. So the possibility of easy switching would be useful. -- richard

Date: Thu, 30 Aug 2007 14:05:36 +0200 From: "Dsapi Dsapi" <dsapi1515@gmail.com> To: "=?UTF-8?Q?Affaire_du_Si=C3=A8cle?=" <affairedusiecle@gmail.com>, Boumo <Boumo@club-internet.fr>, Catnice <catnice@msn.com>, "Christophe CALANDRE" <calandre.christophe@club-internet.fr>, DalTodom <dealtodom@hotmail.com>, "DarkTom 19" <darktom19@hotmail.fr>, Daspoliu <daspoliu@aol.fr>, "Davcat 4" <davcat4@msn.com>, "David du 92160" <david92160@hotmail.com>, "David GENESTAL" <david.genestal@wanadoo.fr>, "David HAMSALEM" <david_hamsalem@hotmail.fr>, "David LOEUILLET" <david.loeuillet@wanadoo.fr>, "Davis 306" <davis306@hotmail.com>, DEBASSY <debassy@wanadoo.fr>, "Deborah du 88" <deborahdu88@orange.fr>, "Delfbert 07" <delfbert07@hotmail.fr>, "Diane BRU" <diane.bru@cegetel.net>, "Didier 6792" <didier6792@wanadoo.fr>, Didounnette <didounnette@hotmail.fr>, "Dimitri KOV" <dimitrikov@free.fr>, "Dj Erald" <djerald@worldonline.fr>, "DJ EXpression" <DjeXpression@hotmail.fr>, "Emmanuelle 880" <emmanuelle_880@hotmail.com>, "Empocher 25" <empocher25@yahoo.fr>, "Empoi Chez Soi" <emploichezsoi@hotmail.fr>, Eniotnas <eniotnas@hotmail.com>, "Enissay 22" <enissay22@hotmail.com>, "Eric DEBRA" <debraeric@hotmail.com>, Esckinck <Eschinck@msn.com>, Esibord <esibor@hotmail.com>, "Gaetan MARZOLI" <gaetan.marzaroli@wanadoo.fr>, "Hyunkel 28" <hyunkel_28@hotmail.fr>, "J.M. DEHLINGER" <dehlinger.jm@orange.fr>, "Jean-Pascal 5" <jjean-pascal5@caramail.com>, "JN DELATTRE" <jndelattre@wanadoo.fr>, "Layana 2005" <layana2005@hotmail.fr>, Llbnjll <llbnjll@hotmail.fr>, LOUMORCY <LOUMORCY@MSN.COM>, Missitty <missitty@hotmail.com>, MURSEY <MURSEY@HOTMAIL.FR>, "User Debian" <debian-user@lists.debian.org> Subject: Nouveau mail Message-ID: <6167cf240708300505i51afecdcvd619d42c202186a3@mail.gmail.com> Content-Type: multipart/alternative; boundary="----=_Part_4938_20111220.1188475536918" ------=_Part_4938_20111220.1188475536918 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline Qm9uam91ciDDoCB0b3VzLgoKSmUgdGllbnMgw6Agdm91cyBpbmZvcm1lciBxdWUgbGVzIG5vdXZl bGxlcyBjb25jZXJuYW50IGxlcyBzaXRlcyB2b3VzIHNlcm9udAplbnZvecOpcyBwYXIgbGUgYmlh aXMgZHUgbWFpbCA6IGUubmV0LmJ1c2luZXNzQGdtYWlsLmNvbQoKQ2VsdWktY2kgcmVzdGFudCBy w6lzZXJ2w6kgcG91ciBsZSBzZXJ2aWNlIGNsaWVudMOobGUgZGVzIHNpdGVzLgoKTGUgc3BhbSBz ZXJhIERFVFJVSVQgREVGSU5JVElWRU1FTlQsIHNhbnMgcsOpcG9uc2UuCgpNZXJjaSBwb3VyIHZv dHJlIGNvbXByw6loZW5zaW9uLgoKRHNhcGkKCi0tIApCdXNpbmVzcyBhdCA6Cmh0dHA6Ly93d3cu bmV0LXdvcmtpbmcuZnIvIChGcmVuY2ggV2Vic2l0ZSkKaHR0cDovL3d3dy5uZXQtYnVzaW5lc3Mu d3MvIChFbmdsaXNoIFdlYnNpdGUpCg== ------=_Part_4938_20111220.1188475536918 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline PGRpdj5Cb25qb3VyIMOgIHRvdXMuPC9kaXY+CjxkaXY+Jm5ic3A7PC9kaXY+CjxkaXY+SmUgdGll bnMgw6Agdm91cyBpbmZvcm1lciBxdWUgbGVzIG5vdXZlbGxlcyBjb25jZXJuYW50IGxlcyBzaXRl cyB2b3VzIHNlcm9udCBlbnZvecOpcyBwYXIgbGUgYmlhaXMgZHUgbWFpbCA6IDxhIGhyZWY9Im1h aWx0bzplLm5ldC5idXNpbmVzc0BnbWFpbC5jb20iPmUubmV0LmJ1c2luZXNzQGdtYWlsLmNvbTwv YT48L2Rpdj4KPGRpdj4mbmJzcDs8L2Rpdj4KPGRpdj5DZWx1aS1jaSByZXN0YW50IHLDqXNlcnbD qSBwb3VyIGxlIHNlcnZpY2UgY2xpZW50w6hsZSBkZXMgc2l0ZXMuPC9kaXY+CjxkaXY+Jm5ic3A7 PC9kaXY+CjxkaXY+TGUgc3BhbSBzZXJhIERFVFJVSVQgREVGSU5JVElWRU1FTlQsIHNhbnMgcsOp cG9uc2UuPC9kaXY+CjxkaXY+Jm5ic3A7PC9kaXY+CjxkaXY+TWVyY2kgcG91ciB2b3RyZSBjb21w csOpaGVuc2lvbi48L2Rpdj4KPGRpdj4mbmJzcDs8L2Rpdj4KPGRpdj5Ec2FwaTxiciBjbGVhcj0i YWxsIj48YnI+LS0gPGJyPkJ1c2luZXNzIGF0IDo8YnI+PGEgaHJlZj0iaHR0cDovL3d3dy5uZXQt d29ya2luZy5mci8iPmh0dHA6Ly93d3cubmV0LXdvcmtpbmcuZnIvPC9hPiAoRnJlbmNoIFdlYnNp dGUpPGJyPjxhIGhyZWY9Imh0dHA6Ly93d3cubmV0LWJ1c2luZXNzLndzLyI+aHR0cDovL3d3dy5u ZXQtYnVzaW5lc3Mud3MvPC9hPiAoRW5nbGlzaCBXZWJzaXRlKQo8L2Rpdj4K ------=_Part_4938_20111220.1188475536918--

Date: Thu, 30 Aug 2007 14:33:38 +0200 From: Frank <josephbeuys@gmx.de> To: debian-user@lists.debian.org Subject: xen kernel security Message-ID: <46D6B922.5080504@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm wondering about the old xen kernel. What's about the security patches which are implemented in the standard kernel? Do the debian xen packages contains this patches or is it only the old kernel 2.6.18.5? Is the debian xen 2.6.18.5 kernel the same as the official xen 2.6.18.5 kernel?

Date: Thu, 30 Aug 2007 07:44:15 -0500 From: Ron Johnson <ron.l.johnson@cox.net> To: debian-user@lists.debian.org Subject: Re: Ping my modem........ Message-ID: <46D6BB9F.5070200@cox.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/29/07 21:05, Charlie wrote:
> On Wednesday 29 August 2007 23:31, Ron Johnson shared this with us all:
>> --} Thanks Ron,
>> --} >
>> --} > I am still learning to use it.
>> --}
>> --} Either I'm a Unix wizard, or it's really pathetically simple to use.
>> --}
>> --} $ mtr www.cox.net
>> --}
>> --} $ mtr -r www.cox.net
>> --}
>> --} $ mtr -n www.cox.net
>> --}
>> --} $ mtr 70.168.47.91
>> --}
>> --} There's more, but that'll do 99.5% of what you'll ever need it to do
>> --} for you.
>> --}
>> --} --
>> --} Ron Johnson, Jr.
>> --} Jefferson LA USA
>
>
> Thanks Ron,
>
> You are and I am pathetically simple and uneducated to boot. :-)
>
> What you posted is what I used.
>
> I hadn't tried the -n switch though. I don't think I need it for my modem
> address.
>
> Practicing a bit of pinging and mtring now. Just in case I require it for
> future use.
Nah. You're probably "just" a nervous ex-Windows user. But hey, bravo for running "xterm" and using the CLI!!!! - -- Ron Johnson, Jr. Jefferson LA USA Give a man a fish, and he eats for a day. Hit him with a fish, and he goes away for good! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG1rufS9HxQb37XmcRAg/sAKCyie5sYeJOUFeDBHU3fcH8GoN5nwCaAxlf N6PZx4UfLDIzM9V1SDrmxgw= =7sRT -----END PGP SIGNATURE-----

Date: Thu, 30 Aug 2007 13:52:30 +0100 From: Jose Rodriguez <josec.rodriguez@gmail.com> To: debian-user@lists.debian.org Subject: Re: which fonts config file? Message-ID: <20070830135230.731250c0.josec.rodriguez@gmail.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 27 Aug 2007 21:00:16 +0200 Andrei Popescu <andreimpopescu@gmail.com> wrote:
> On Fri, Aug 24, 2007 at 07:56:39PM +0100, Jose Rodriguez wrote:
> > I get different fonts when I start the GUI by issuing startx
> > than using kdm. I would like to know which configuration files
> > are read in each case so I can adjust them to my taste.
>
> I think this is more an issue of DPI. You can check with
>
> xdpyinfo | grep resolution
>
> startx is a script so you can just view it and trace the config
> file. As for kdm you'll just have to read the fine manual.
>
> Regards,
> Andrei
Thanks for the reply. You are actually right, I got different DPI settings depending on how I started the X session. What I did was changing to 96x96 points per inch through KDE control panel and am now happy. Thanks again Jose

Date: Thu, 30 Aug 2007 06:40:40 -0700 (PDT) From: michael bailey <eagle111_99@yahoo.com> To: debian-user@lists.debian.org Subject: CTRL-D needed Message-ID: <67199.33178.qm@web31701.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable The stable release of Etch has recently been installed on an old Abit BE6 II motherboard. The previous system run on this board was a 2.4 Sarge. Whenever, Etch is booted, the boot stops at several points, saying CTRL-D is needede to continue the boot. This has not happened on the Sarge system. Any reasons for the change in boot procedure ? ___________________________________________________________________= _________________ Luggage? GPS? Comic books?=20 Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=3Doni_on_mail&p=3Dgraduation+gifts&cs=3D= bz End of debian-user-digest Digest V2007 Issue #2279 ************************************************** Received on Thu Aug 30 10:15:13 2007

Confused? Frustrated?X

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:54:18 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library