Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #1884

From: <debian-user-digest-request(at)lists.debian.org>
Date: Tue Jul 03 2007 - 09:06:12 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 1884

Today's Topics:

  Re: Importing mencoder into a bash s  [ Florian Kulzer  ]
  Re: backports                         [ Steffen Joeris  ]
  Re: Packages who requires restart co  [ Chris Lale  ]
  [etch] console fonts disappear over   [ Jakub Narojczyk  ]

Date: Tue, 3 Jul 2007 09:41:14 +0200
From: Florian Kulzer <florian.kulzer+debian@icfo.es> To: debian-user@lists.debian.org
Subject: Re: Importing mencoder into a bash script

Message-ID: <20070703074113.GA22481@localhost>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Jul 03, 2007 at 07:23:12 +0100, andy wrote:
> Bob Proulx wrote:

>> andy wrote:
>>   
>>> mencoder: command not found
>>>
>>> I'm wondering if I need to explicitly set my path in the script file in 
>>> order to call this function.
>>
>> Uhm, mencoder, when installed, lives in /usr/bin/mencoder.  Perhaps
Do you need help?X
>> you have not installed it?

[...]

> No - it is definitely installed - I've used it on the cli plenty of times.
> I am interested in finding out how I am to call it from within a bash
> script, because simply putting mencoder <options> <file> in the bash script
> isn't working.

>

> I'm not a programmer, so I can guarantee that this is a case of PEBCAK, but
> I am not clear on how to resolve it.
Do you need more help?X

I am joining mid-thread, so I might misunderstand the problem, but why don't you just use the full path, i.e.

/usr/bin/mencoder <options> <file>

in your script? (Or are you worried about portability?)

-- 
Regards,            | 
http://users.icfo.es/Florian.Kulzer
          Florian   |

Date: Tue, 03 Jul 2007 09:42:53 +0200 From: Dominique Dumont <dominique.dumont@hp.com> To: mailinglists@vanhlebarsoftware.com Cc: debian-user@lists.debian.org Subject: Re: Mounting USB HDs the same every time. Message-ID: <kgir6nqndaa.fsf@komarr.gre.hp.com> Content-Type: text/plain; charset=us-ascii "Eric A. Bonney" <mailinglists@vanhlebarsoftware.com> writes:
> I have 4 USB hard drives on my server in my basement. The power
> went out the other night for about 30 seconds and when the server came
> back online, most of my Samba shares where messed up. I figured out
> what happened was that the drives were not initialized in the same
> order as they were when I setup the shares. Now a drive that used to
> be /media/usb0 was say /media/usb1.

> So I have to go back and reconfigure my samba.conf file, not a huge
> deal, but still a pia. Is there anyway to make it so that the drives
> will always be named correctly upon rebooting of the server and
> mounted?
With udev, you have a permanent name under /dev/disk/by-id
> I think it needs to be done in fstab is that correct?
Use link provided by udev instead of /media/usb*
> The other issue I have is that I always have to actually click on
> each drive before it is able to be used by anyone else. Not sure
> why, but I don't think the drives are getting mounted at bootup.
The last field on your fstab line must be 2 instead of 0. But be sure that your usb drive are powered on when you boot. HTH -- Dominique Dumont "Delivering successful solutions requires giving people what they need, not what they want." Kurt Bittner

Date: Tue, 3 Jul 2007 09:58:10 +0200 From: "Gudjon I. Gudjonsson" <gudjon@gudjon.org> To: debian-user@lists.debian.org Subject: Kernel 2.4 on Etch Message-Id: <200707030958.10770.gudjon@gudjon.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Is there any simple way of making kernel 2.4 and 2.6 coexist in Debian Etch? I know a lot of complicated ways :) but I need version 2.4 to test old kernel modules. Thanks Gudjon

Date: Tue, 03 Jul 2007 10:15:51 +0200 From: Rodolfo Medina <rodolfo.medina@gmail.com> To: debian-user@lists.debian.org Subject: Colours adjustment with `sane' Message-ID: <878x9xrjgo.fsf@gmail.com> Content-Type: text/plain; charset=us-ascii I got not sufficient help from the `sane' mailing list about this problem: I don't manage to properly adjust colours when scanning a photo with `sane'. In particular, I want to diminish the red colour from a photo, but with the --red-gamma-table option all I get is that red turns to grey and grey turns to red! Whereas the --gamma-table option is inactive and I don't manage to activate it. Anybody on this list who has experience with this matter? Or maybe adjust colours with another application? Thanks, Rodolfo

Date: Tue, 3 Jul 2007 10:19:35 +0200 From: Pol Hallen <debianen@fuckaround.org> To: debian-user@lists.debian.org Cc: "Gudjon I. Gudjonsson" <gudjon@gudjon.org> Subject: Re: Kernel 2.4 on Etch Message-Id: <200707031019.35469.debianen@fuckaround.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline
> Is there any simple way of making kernel 2.4 and 2.6 coexist in Debian
> Etch? I know a lot of complicated ways :) but I need version 2.4 to test
> old kernel modules.
I believe that the problem might be module-init-tools which procedure do u use for compiling? (debian-way or others?) The only thing that u can do is try! Pol

Date: Tue, 3 Jul 2007 14:05:59 +0530 From: Kumar Appaiah <akumar@iitm.ac.in> To: debian-user@lists.debian.org Subject: Re: Kernel 2.4 on Etch Message-ID: <20070703083559.GA27662@localhost> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 03, 2007 at 10:19:35AM +0200, Pol Hallen wrote:
> which procedure do u use for compiling? (debian-way or others?)
>
> The only thing that u can do is try!
Actually, it may not be possible[0]. I think there isn't any support, and from hearing others' experience, they've run into trouble every time. [0] http://people.debian.org/~terpstra/message/20070628.213246.7332ad07.en.html Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036

Can we help you?X

Date: Tue, 3 Jul 2007 11:13:02 +0200 From: Steffen Joeris <steffen.joeris@skolelinux.de> To: debian-user@lists.debian.org, Chris Lale <chrislale@untrammelled.co.uk> Subject: Re: backports Message-Id: <200707031113.18544.steffen.joeris@skolelinux.de> Content-Type: multipart/signed; boundary="nextPart1445344.CY9WHjXj6q"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1445344.CY9WHjXj6q Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi mate
> Then I checked for 4B2B2B9E and got a match!
>
> $ gpg --no-default-keyring --keyring ~/downloads/debs/debian-keyring.gpg
> --check-sig 4B2B2B9E
> gpg: checking the trustdb
> gpg: public key 3C093EEF is 29789 seconds newer than the signature
> gpg: public key 3C093EEF is 29789 seconds newer than the signature
> gpg: public key 3C093EEF is 29789 seconds newer than the signature
> gpg: public key of ultimately trusted key ECB41FF5 not found
> gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
> gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
> pub 1024D/4B2B2B9E 2004-06-20
> uid Daniel Baumann <daniel.baumann@panthera-systems.net>
> [...]
> sig!3 307D56ED 2004-09-18 No=E8l K=F6the <noel@debian.org>
> sig!3 9B7C328D 2005-03-30 Luk Claes <luk@debian.org>
> sig!3 4B2B2B9E 2004-06-20 Daniel Baumann
> <daniel.baumann@panthera-systems.net>
> sig!3 4B2B2B9E 2004-06-20 Daniel Baumann
> [...]
> 1 bad signature
> 535 signatures not checked due to missing keys
>
> How well do you think I can trust this debian-keyring_2006.10.11_all.deb
> package?
If you really want to check that a certain key belongs to a Debian Develope= r,=20 you should check that the key is on keyring.debian.org. This one is always = up=20 to date. Just use "gpg --keyserver keyring.debian.org --recv-key=20 $ID-TO-CHECK" . If you do not get a positive answer, then the key does not= =20 belong to a DD. (There might be some problems with emeritus developers, but they should be= =20 minimal). Please also note that for the backports.org archive, there might be some=20 uploaders, who are not a DD (yet), but in the NM process. Cheers Steffen --nextPart1445344.CY9WHjXj6q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGihMu62zWxYk/rQcRApdrAKCrK5X/RniwJTbnP0R8Tq10O4jZAQCdEvgl E8bqzGbKK3HMB4tHbCRZCao= =pNT6 -----END PGP SIGNATURE----- --nextPart1445344.CY9WHjXj6q--

Date: Tue, 03 Jul 2007 09:55:20 +0100 From: Chris Lale <chrislale@untrammelled.co.uk> To: debian-user@lists.debian.org Subject: Re: backports Message-ID: <468A0EF8.9080109@untrammelled.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Florian Kulzer wrote:
> [...]
Thanks Florian. Comprehensive, as usual! I think you have now covered all possibilities: 1. Checking an unofficial repository's keyring against the official Debia= n keyring. 2. Checking an unofficial repository's keyring against the personal key o= f the repository's maintainer. 3. Checking an unofficial repository's keyring against the personal key o= f the repository's maintainer whose User ID is not found. Thanks for the tip about using "--recv-key(s)" with key IDs. :) >> There is no such sig as 4B2B2B9E on the debian-keyring >> >=20 >> > $ gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyr= ing.gpg --check-sig 4B2B2B9E >> > gpg: error reading key: public key not found >=20
> Yes, it is strange that his key is not on the Debian keyring.
>=20 It seems that this is an outstanding debian-keyring bug dating from 16 Fe= b 2005: #295527 "horribly outdated"[1]. A bug reply mentions a local updated, unofficial version by Roland Stigge= : debian-keyring_2006.10.11_all.deb[2] dated 11-Oct-2006. I downloaded and extracted it using your previous method: $ mkdir tempdir $ dpkg-deb -X debian-backports-keyring_2007.06.10_all.deb tempdir/ $ mv tempdir/usr/share/keyrings/debian-backports-keyring.gpg . $ rm -rf tempdir/ Then I checked for 4B2B2B9E and got a match! $ gpg --no-default-keyring --keyring ~/downloads/debs/debian-keyring.gpg --check-sig 4B2B2B9E gpg: checking the trustdb gpg: public key 3C093EEF is 29789 seconds newer than the signature gpg: public key 3C093EEF is 29789 seconds newer than the signature gpg: public key 3C093EEF is 29789 seconds newer than the signature gpg: public key of ultimately trusted key ECB41FF5 not found gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u pub 1024D/4B2B2B9E 2004-06-20 uid Daniel Baumann <daniel.baumann@panthera-systems.net> [...] sig!3 307D56ED 2004-09-18 No=E8l K=F6the <noel@debian.org> sig!3 9B7C328D 2005-03-30 Luk Claes <luk@debian.org> sig!3 4B2B2B9E 2004-06-20 Daniel Baumann <daniel.baumann@panthera-systems.net> sig!3 4B2B2B9E 2004-06-20 Daniel Baumann [...] 1 bad signature 535 signatures not checked due to missing keys How well do you think I can trust this debian-keyring_2006.10.11_all.deb = package? [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D295527 [2] http://people.debian.org/~stigge/packages/ --=20 Chris.

Date: Tue, 03 Jul 2007 10:06:31 +0100 From: michael <cs@networkingnewsletter.org.uk> To: debian-user@lists.debian.org Subject: Re: how hot is my xeon? Message-Id: <1183453591.6403.5.camel@manchester-campaigns> Content-Type: text/plain Content-Transfer-Encoding: 7bit On Tue, 2007-06-26 at 06:08 -0500, Hugo Vanwoerkom wrote:
> michael wrote:
> > On Fri, 2007-06-22 at 11:28 -0500, Hugo Vanwoerkom wrote:
> >> michael wrote:
> >>> On Fri, 2007-06-22 at 16:36 +0200, Pol Hallen wrote:
> >>>>> I've tried unsuccessfully to monitor my dual Xeon box but lm-sensors
> >>>>> doesn't seem to detect anything.
> >>>> Do u have the i2c kernel modules?
> >>>>
> >>>> Pol
> >>>>
> >>>>
> >>> michael@ratty:~/Fortran$ sudo lsmod|grep -i i2c
> >>> i2c_dev 8548 0
> >>> i2c_i801 7468 0
> >>> i2c_core 19680 3 i2c_dev,nvidia,i2c_i801
> >>>
> >>>
> >>>
> >> Do you have lm-sensors installed?
> >> What does the 'sensors' command show?
> >>
> >
> > Installed lm-sensors, and then:
> > michael@ratty:~$ sensors
> > No sensors found!
> > Make sure you loaded all the kernel drivers you need.
> > Try sensors-detect to find out which these are.
> >
> >
> > Script started on Mon 25 Jun 2007 14:55:30 BST
> > ]0;michael@ratty: /home/michael
> > michael@ratty:~$ sudo sensors-detect
>
> <snip>
>
> > Script done on Mon 25 Jun 2007 14:56:13 BST
> >
> >
> >
>
> Did you add i2c-i801 to /etc/modules?
>
it's in the 'lsmod' output: michael@ratty:~$ sudo lsmod|grep i2c i2c_dev 8548 0 i2c_i801 7468 0 i2c_core 19680 3 i2c_dev,nvidia,i2c_i801 M
> Hugo
>
>
>
>

Date: Tue, 03 Jul 2007 10:12:56 +0100 From: Chris Lale <chrislale@untrammelled.co.uk> To: debian-user@lists.debian.org Subject: Re: weird aptitude behavior Message-ID: <468A1318.9060701@untrammelled.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Matt Miller wrote:
> I just installed Etch on an old Mac G3 to act as a multi-purpose
> server for my house. I'm having trouble with aptitude though. When I
> wanted to install postfix, aptitude wanted to install something like
> 109 packages! Many of them x11 related... I used apt-get instead.
[..] If you have mixed aptitude and apt-get, have a look at the magic bullet "aptitude keep-all" for restoring sane behaviour[1]. [1] http://newbiedoc.berlios.de/wiki/Aptitude_-_using_together_with_Synaptic_and_Apt-get -- Chris.

Date: Tue, 3 Jul 2007 11:38:58 +0200 From: Steffen Joeris <white@debian.org> To: debian-user@lists.debian.org, Chris Lale <chrislale@untrammelled.co.uk> Subject: Re: backports Message-Id: <200707031139.09478.white@debian.org> Content-Type: multipart/signed; boundary="nextPart6135760.222eBAtgQE"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart6135760.222eBAtgQE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline HI mate
> Thanks Steffen. No luck yet:
>
> $ gpg --keyserver keyring.debian.org --recv-key 4B2B2B9E
> gpg: requesting key 4B2B2B9E from hkp server keyring.debian.org
> gpg: no valid OpenPGP data found.
> gpg: read_block: read error: invalid packet
> gpg: Total number processed: 0
> gpg: keyserver timed out
> gpg: keyserver receive failed: keyserver error
white@katha:~$ gpg --keyserver keyring.debian.org --recv-key 4B2B2B9E gpg: requesting key 4B2B2B9E from hkp server keyring.debian.org gpg: key 4B2B2B9E: "Daniel Baumann <daniel.baumann@panthera-systems.net>" n= ot=20 changed gpg: Total number processed: 1 gpg: unchanged: 1 Works here. Maybe you should check your connection, it should be able to re= ach=20 keyring.debian.org . Cheers Steffen --nextPart6135760.222eBAtgQE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGihk962zWxYk/rQcRArR2AKCwgVYNN/uiM/f1kKOJsz1cz5+m9QCgzh6q lQHjl/RhpeWi1c4uMCeIN0g= =FK+W -----END PGP SIGNATURE----- --nextPart6135760.222eBAtgQE--

Date: Tue, 03 Jul 2007 10:21:26 +0100 From: Chris Lale <chrislale@untrammelled.co.uk> To: debian-user@lists.debian.org Subject: Re: Packages who requires restart computer Message-ID: <468A1516.8050903@untrammelled.co.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Josep wrote:
> Hello Ron.
>
> I would like know if checkrestart will detect a kernel and libc update,
> [...]
During the installation of a new kernel you will get a message warning you to restart soon - but don't restart until after the installation is complete. The point is that you should not need to check whether your kernel has been updated (provided you read the messages during installation). -- Chris.

Date: Tue, 03 Jul 2007 10:32:41 +0100 From: Chris Lale <chrislale@untrammelled.co.uk> To: debian-user@lists.debian.org Subject: Re: backports Message-ID: <468A17B9.1040307@untrammelled.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Steffen Joeris wrote: [...]
>
> If you really want to check that a certain key belongs to a Debian Developer,
> you should check that the key is on keyring.debian.org. This one is always up
> to date. Just use "gpg --keyserver keyring.debian.org --recv-key
> $ID-TO-CHECK" . If you do not get a positive answer, then the key does not
> belong to a DD.
> (There might be some problems with emeritus developers, but they should be
> minimal).
>
> Please also note that for the backports.org archive, there might be some
> uploaders, who are not a DD (yet), but in the NM process.
Thanks Steffen. No luck yet: $ gpg --keyserver keyring.debian.org --recv-key 4B2B2B9E gpg: requesting key 4B2B2B9E from hkp server keyring.debian.org gpg: no valid OpenPGP data found. gpg: read_block: read error: invalid packet gpg: Total number processed: 0 gpg: keyserver timed out gpg: keyserver receive failed: keyserver error I'll try again later. -- Chris.

Date: Mon, 02 Jul 2007 09:39:39 +0000 From: steef <steefvanduin@zonnet.nl> To: debian <debian-user@lists.debian.org> Subject: Re: Kernel Header Information Message-ID: <4688C7DB.5050809@zonnet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Nirmal Govindaraju wrote:
> Hi,
>
> I am a new Linux user and I have the Debian distribution (2.6.18-4-686) installed via the internet using a few floppy disks to perform the initial boot up. I am now trying to install a VPN client on my computer and during the installation procedure the installer asks for the kernel header files. I could not find them in /usr/src nor did the following command find any files (with various permutations):
>
> find / -name '*kernel-header*' -print
>
> Please let me know as to what I need to do to get these header files. Thank you.
>
> Nirmal
> >
>
hi, do $ uname -a this gives you the name of your kernel than do: apt-cache search linux-headers. this gives you a list, from which you can select you appropriate linux-headers. than do as root: apt-get install linux-headers (i.c. the appropriate linux-headers version) you can see the packages installed in /usr/src under debian_etch (stable) good luck, steef

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

Date: Tue, 03 Jul 2007 12:50:08 +0200 From: Jakub Narojczyk <narojczyk@ifmpan.poznan.pl> To: debian-user@lists.debian.org Subject: [etch] console fonts disappear over time Message-ID: <f6d9l1$rbm$1@news.task.gda.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Hi, I have a strange problem. After some time working in X I noticed that I can't run any xterminal (xterm, eterm...) I somehow manage to run kde konsole. When I issue $xterm i get : X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 11 Current serial number in output stream: 12 and $Eterm gives: Eterm: Error: XError in function XOpenFont, resource 0x00600001 (request 45.0): BadName (named color or font does not exist) (error 15) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XCreateGlyphCursor, resource 0x00600001 (request 94.0): BadFont (invalid Font parameter) (error 7) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XChangeWindowAttributes, resource 0x00600002 (request 2.0): BadCursor (invalid Cursor parameter) (error 6) Eterm: Error: Attempting to continue... Eterm: Error: XError in function XCreateGlyphCursor, resource 0x00600001 (request 94.0): BadFont (invalid Font parameter) (error 7) Eterm: Error: Attempting to continue... Eterm: Error: Unable to load font "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-*-iso8859-2". Falling back on "fixed" Eterm: FATAL: Couldn't load the fallback font either. Giving up. The problem is clearly with fonts but the strange thing is that after restarting Xsession it's all god. It happends after some time of using X. I tried #dpkg-reconfigure fontconfig but it didn't help. How else can I regenerate font cache or somthing? Does any one have an idea why these fonts break after a while? thanks Kuba

Date: Tue, 3 Jul 2007 13:40:47 +0200 From: "Tshepang Lekhonkhobe" <tshepang@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: svn checkout via a web-browser? Message-ID: <857993970707030440u15d9e62dk822741d7328bf66a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Me have been struggling to access a subversion repo (svn checkout svn.gnome.org/svn/tracker/trunk) due to being behind a proxy server. I wonder if there's a way to download such repos without having an svn client since I can access the web with a web-browser. -- my place on the web: floss-and-misc.blogspot.com

Date: Tue, 3 Jul 2007 14:07:46 +0200 From: Vincent Lefevre <vincent@vinc17.org> To: debian-user@lists.debian.org Subject: Re: restarting pump (DHCP) automatically when network unavailable at boot time Message-ID: <20070703120746.GC18533@prunille.vinc17.org> Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-07-01 15:57:23 -0400, Celejar wrote:
> I use dhclient (I know you said in a different message in this thread
> that you don't like it), which by default does a bunch of
> DHCPDISCOVERS, and if they all fail, it then goes to sleep (for 5
> minutes by default), and then begins the process again when it wakes
> up. This behavior seems to be exactly what you need; unfortunately, I
> don't know anything about pump.
The problem with dhclient is that it disconfigures the loopback interface under some conditions. A bug is still open after 7 years! http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D65718 Users reported other problems, but perhaps they have been fixed now (I switched from dhclient to pump 3 years ago). Also I need to control whether a DHCP client is running or not, because on another machine (a laptop) I use netenv and DHCP is not used on some networks (BTW, I've already have a "killall pump" in my netenv scripts on this laptop, and I could probably do the same thing with dhclient). --=20 Vincent Lef=E8vre <vincent(at)vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

Date: Tue, 3 Jul 2007 21:41:44 +0900 (JST) From: 2g <linux_thangs@yahoo.co.jp> To: debian <debian-user@lists.debian.org> Subject: installing a font for VT Message-ID: <20070703124144.64349.qmail@web3114.mail.kcd.yahoo.co.jp> Content-Type: text/plain; charset=iso-2022-jp have started going CUI with Debian(stable) in Slackware it gave me a chance to choose sc.fnt.gz as my VT's font at the insallation process i love this font so much so would love to have it in Debian too does somebody know what this font is called in Debian community? does simply aptitude intall-ing it will change the look of the terminal automatically? 2g--- http://micro.ispretty.com -------------------------------------- Start Yahoo! Auction now! Check out the cool campaign http://pr.mail.yahoo.co.jp/auction/ End of debian-user-digest Digest V2007 Issue #1884 ************************************************** Received on Tue Jul 3 09:05:49 2007

This archive was generated by hypermail 2.1.8 : Tue Jul 03 2007 - 09:10:07 EDT


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