Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2846

From: <debian-user-digest-request(at)lists.debian.org>
Date: Fri Nov 23 2007 - 11:36:28 EST


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2846

Today's Topics:

  Re: wpa, passphrase, and keys         [ JoseC.Rodriguez@gmail.com ]
  Re: Finding the name server owning a  [ Chris Davies  ]
  Re: verify the ip status              [ chloe K  ]
  listening to radio stations           [ Jude DaShiell  ]
  Re: no x version                      [ Osamu Aoki  ]
  Re: Re: Unexpected irq trap when boo  [ Zach Thompson  ]
  Re: listening to radio stations       [ Jude DaShiell 

Date: Fri, 23 Nov 2007 02:58:54 -0800 (PST) From: JoseC.Rodriguez@gmail.com
To: debian-user@lists.debian.org
Subject: Re: wpa, passphrase, and keys

Message-ID: <8448488e-cb7d-435c-848c-4fe7f9c3dac9@r31g2000hsg.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Jesus Arocho wrote:
>
> On Thursday 22 November 2007 11:04, Michael Pobega wrote:
>> On Thu, Nov 22, 2007 at 08:01:11AM -0500, Jesus Arocho wrote:
>>> I was trying to install wpa on a Dell inspiron 6000 and connect to a
>>> Linksys WRT55AG and am now confused. I first updated the firmware on th=
e
>>> router and now have =B4wpa personal=B4 as an option. Second, enabled th=
e
>>> wireless security, selected wpa personal, and entered a passphrase. Thir=
d, ran wpa_passphrase on the box, giving the essid and same
>>> passphrase as on the router. Fourth, edited interfacs and
>>> wpa_supplicant.conf with the appropriate information; using key supplied=

>>> by wpa_passphrase. Tried ifup eth1 and the command just hung.
>> You might post exactly what is in your configuration files so we can see
>> if you configured anything incorrectly.
>>
> Configuration files.
>
> Relevant section from interfaces:
>
> auto eth1
> iface eth1 inet static
> address 192.168.1.157
> netmask 255.255.255.0
> gateway 192.168.1.1
> wireless-essid arocho-b
> pre-up wpa_supplicant -Bw -Dipw2200 -ieth1 -c/etc/wpa_supplicant/wpa_suppl=
icant
> .conf
> post-down killall -q wpa_supplicant
>
> wpa_supplicant.conf in its entirety:
>
> ctrl_interface=3D/var/run/wpa_supplicant
> #ap_scan=3D2
>
> network=3D{
> ssid=3D"arocho-b"
> scan_ssid=3D1
> proto=3DWPA RSN
> key_mgmt=3DWPA-PSK
> pairwise=3DCCMP TKIP
> group=3DCCMP TKIP
> psk=3Dverylongstringwithoutquotemarks
> }

Hi

Do you need help?X

You want to make sure that is indeed the passphrase what you have to input in your router. Here I'm using the second router already where what you feed into it is the key itself
(verylongstringwithoutquotemarks). Then, probably the command didn't hang whatsoever but it was waiting for wpa_supplicant to establish the connection with the router. What I do in these cases is first run wpa_supplicant from the command line to check that it can actually do its job. Run it without the -B (background) option so you can just stop it when you are happy/sad with what it does. Also -dd will give you more information about it. Last thing is to change the especified driver; I too own an intel pro wireless 2200b/g and wpa_supplicant wouldn't work with ipw2200 (last time I checked). I use the generic linux driver instead: -Dwext (only for this, of course my wireless card is driven by the ipw2200 module). Once you make sure it connects you can try wrapping it all in the configuration files.

Date: Fri, 23 Nov 2007 12:13:03 +0000
From: Chris Davies <chris-usenet@roaima.co.uk> To: debian-user@lists.debian.org
Subject: Re: Finding the name server owning a domain name Message-ID: <fnsi15x2ip.ln2@news.roaima.co.uk>

Micha Feigin <michf@post.tau.ac.il> wrote:
> Is there a way to find which domain name server owns a given domain
> name?

> I have a friend that got a domain name as a present and he asked me
> to help him point it in to the right address (it's pointing somewhere
> else at the moment). The problem is that he doesn't know yet where it
> is stored, so I am trying to find out where it is stored so that he
> can ask for the username/password.

That'll be the registrar, then, which you can determine from "whois".

Be aware that there is no guaranteed link between the registrar and the nameservers. For example, my own domain is registered with Namesco but the nameservers are run by me and Zoneedit.com.

Chris

Do you need more help?X

Date: Fri, 23 Nov 2007 12:14:40 +0000
From: Chris Davies <chris-usenet@roaima.co.uk> To: debian-user@lists.debian.org
Subject: Re: recommend a flatbed scanner Message-ID: <gqsi15x2ip.ln2@news.roaima.co.uk>

Reid Priedhorsky <reid@reidster.net> wrote:
> I'm looking for a decent USB flatbed scanner for use with my Lenny box --
> and I don't want to spend much, $20-30 on eBay would be ideal. I would use
> it to scan photo prints and text documents.

My Epson 2480 "Perfection" works nicely for me. It's got some quick-touch buttons on the front and those can be detected and actioned using a.n.other package, too.

Chris

Date: Fri, 23 Nov 2007 12:17:23 +0000
From: Chris Davies <chris-usenet@roaima.co.uk> To: debian-user@lists.debian.org
Subject: Re: Laptop Firewalling
Message-ID: <jvsi15x2ip.ln2@news.roaima.co.uk>

Someone wrote:
> Being on the road a lot with my trusted lappy, I'd like to get
> suggestions on the best solution for an iptables based firewall that
> needs to be easily reconfigurable for wireless, ethernet cable, and ppp.
> I should be able to apply rules on the fly using tools such as wireshark
> to identify mac address exclusions, etc, and hopefully would be ipv6
> capable. Any ideas?

Can we help you?X

Shorewall works for me. I have two network interfaces (eth0/wlan0) and two frequent networks (home/work), as well as the usual collection of other wired and wireless LANs.

Chris

Date: Fri, 23 Nov 2007 19:14:22 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com> To: scubacuda@gmail.com
Cc: debian-user@lists.debian.org
Subject: Re: wget'ing files with relative paths

Message-ID: <4746D936.3040808@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Rogelio wrote:
> On 11/22/07, *Raj Kiran Grandhi* <grajkiran@gmail.com
> <mailto:grajkiran@gmail.com>> wrote:
>
> Rogelio wrote:
> > I'm trying to wget some very specific files off a web page, but
> some of
>
> How?
>
>
> Basically, I'd like to run this command:
>
> wget (options to grab all the mp3s)
> http://www.2600.com/offthehook/1988/1088.html
>
> e.g.
>
> wget -r -l3 -H -t1 -nd -N -np -A .mp3 -erobots=off
> http://www.2600.com/offthehook/1988/1088.html
> <http://www.2600.com/offthehook/1988/1088.html>
>
> It's not working like it works on other websites (e.g. democracynow.org
> <http://democracynow.org>), and I suspect it's because when you look
> through the source code (which I do with "lynx -source"), I see that the
> mp3 files are ../../path/to/file.mp3

It is not because of the relative links. It is because of the -np flag. Remove it and try. Also, avoid "-H" and "-e robots=off" unless you really need them.

HTH,

-- 
Raj Kiran Grandhi

Date: Fri, 23 Nov 2007 15:21:14 +0100 From: Mathias Brodala <info@noctus.net> To: debian-user@lists.debian.org Subject: Re: listening to radio stations Message-ID: <4746E1DA.7090601@noctus.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA832D0CEE11DE1E37ED65FCE" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA832D0CEE11DE1E37ED65FCE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Jude. Jude DaShiell, 23.11.2007 15:17:
> Do any command line tools exist in debian that will allow a user to
> listen to a streaming broadcast say from
> http://sc1.liquidviewer.com:9062/listen.pls
Just use mplayer, it can play almost everything. Adding the "-playlist" o= ption might be necessary if you receive an error about "avisynth.dll". (I didn=E2= =80=99t get one while I tested the URL you gave, though.) Regards, Mathias --=20 debian/rules --------------enigA832D0CEE11DE1E37ED65FCE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHRuHsYfUFJ3ewsJgRAtlsAKCLNPd9klZ/L5OzfG3lI0Ld7qlqPwCgjaxP /m1TziTeGxwRpRtd7TZ4fhE= =MDUa -----END PGP SIGNATURE----- --------------enigA832D0CEE11DE1E37ED65FCE--

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

Date: Fri, 23 Nov 2007 09:10:10 -0500 (EST) From: chloe K <chloekcy2000@yahoo.ca> To: Raj Kiran Grandhi <grajkiran@gmail.com>, debian-user@lists.debian.org Subject: Re: verify the ip status Message-ID: <793921.66849.qm@web57401.mail.re1.yahoo.com> Content-Type: multipart/alternative; boundary="0-1011478057-1195827010=:66849" Content-Transfer-Encoding: 7bit --0-1011478057-1195827010=:66849 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you It should be run in the same network. But I have different networks Raj Kiran Grandhi <grajkiran@gmail.com> wrote: chloe K wrote:
> Hi=20
>=20
> I have ip list in my network
>=20
> I need to check which ip is unused
>=20
> what is better solution?
>=20
> Write the ping script or use other command
arping has some option which will tell you if an ip address is already=20 present on the network. apt-get install arping man arping The networking scripts used in redhat systems use arping to check=20 whether an ip address already exists before assigning it to an interface. --=20 Raj Kiran Grandhi --=20 To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org=20 with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian= .org =20 --------------------------------- Looking for the perfect gift? Give the gift of Flickr! --0-1011478057-1195827010=:66849 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you<br><br>It should be run in the same network. But I have differe= nt networks<br><br><br><br><br><br><br><br><b><i>Raj Kiran Grandhi &lt;gr= ajkiran@gmail.com&gt;</i></b> wrote:<blockquote class=3D"replbq" style=3D= "border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left:= 5px;"> chloe K wrote:<br>&gt; Hi <br>&gt; <br>&gt; I have ip list in my = network<br>&gt; <br>&gt; I need to check which ip is unused<br>&gt; <br>&= gt; what is better solution?<br>&gt; <br>&gt; Write the ping script or us= e other command<br><br>arping has some option which will tell you if an i= p address is already <br>present on the network.<br><br>apt-get install a= rping<br>man arping<br><br>The networking scripts used in redhat systems = use arping to check <br>whether an ip address already exists before assig= ning it to an interface.<br><br>-- <br>Raj Kiran Grandhi<br><br><br>-- <b= r>To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org <br>with = a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org<br><br></blockquote><br><p>&#32; <hr size=3D1> Looking for the perfect gift?<a href=3D"http://www.flickr.com/gift/"><b> = Give the gift of Flickr!</b></a> --0-1011478057-1195827010=:66849--

Date: Fri, 23 Nov 2007 08:17:42 -0600 (CST) From: Jude DaShiell <jdashiel@shellworld.net> To: debian-user@lists.debian.org Subject: listening to radio stations Message-ID: <Pine.BSF.4.64.0711230803590.43756@freire2.furyyjbeyq.arg> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Do any command line tools exist in debian that will allow a user to listen to a streaming broadcast say from http://sc1.liquidviewer.com:9062/listen.pls I had that working fine on my mac mini yesterday then the stream went away so I am interested to know if debian can play this too if it's actually working. It's in the way of a cross check.

Date: Fri, 23 Nov 2007 09:28:35 -0500 From: Kevin Mark <kevin.mark@verizon.net> To: debian-user@lists.debian.org Subject: Re: listening to radio stations Message-ID: <20071123142835.GC12809@horacrux> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Nov 23, 2007 at 08:17:42AM -0600, Jude DaShiell wrote:
> Do any command line tools exist in debian that will allow a user to listen
> to a streaming broadcast say from
> http://sc1.liquidviewer.com:9062/listen.pls I had that working fine on my
> mac mini yesterday then the stream went away so I am interested to know if
> debian can play this too if it's actually working. It's in the way of a
> cross check.
>
Below is the output I got from my Ubuntu system using mplayer (just as a reference point). The version is "MPlayer 1.0rc2-4.1.3 (C) 2000-2007 MPlayer Team" ---------------------------------------------------------------------------------- $ mplayer http://sc1.liquidviewer.com:9062/listen.pls MPlayer 1.0rc2-4.1.3 (C) 2000-2007 MPlayer Team CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 8, Stepping: 3) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0 Compiled with runtime CPU detection. mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing http://sc1.liquidviewer.com:9062/listen.pls. Resolving sc1.liquidviewer.com for AF_INET6... Couldn't resolve name for AF_INET6: sc1.liquidviewer.com Resolving sc1.liquidviewer.com for AF_INET... Connecting to server sc1.liquidviewer.com[38.116.132.31]: 9062... Cache size set to 320 KBytes Playing http://sc1.liquidviewer.com:9062/. Resolving sc1.liquidviewer.com for AF_INET6... Couldn't resolve name for AF_INET6: sc1.liquidviewer.com Resolving sc1.liquidviewer.com for AF_INET... Connecting to server sc1.liquidviewer.com[38.116.132.31]: 9062... Name : WTOP 103.5 fm Genre : News Website: http://www.audiorealm.com Public : yes Bitrate: 24kbit/s Cache size set to 320 KBytes Cache fill: 0.00% (0 bytes) ICY Info: StreamTitle='';StreamUrl=''; Cache fill: 12.50% (40960 bytes) Audio file file format detected. ========================================================================== Forced audio codec: mad Opening audio decoder: [libmad] libmad mpeg audio decoder AUDIO: 22050 Hz, 1 ch, s16le, 24.0 kbit/6.80% (ratio: 3000->44100) Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3) ========================================================================== [AO SDL] Samplerate: 22050Hz Channels: Mono Format s16le AO: [sdl] 22050Hz 1ch s16le (2 bytes per sample) Video: no video Starting playback... A: 45.4 (45.4) of -0.0 (unknown) 0.8% 53% ---------------------------------------------------------------------------------- -- | .''`. == Debian GNU/Linux == | my web site: | | : :' : The Universal |mysite.verizon.net/kevin.mark/| | `. `' Operating System | go to counter.li.org and | | `- http://www.debian.org/ | be counted! #238656 | | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | |join the new debian-community.org to help Debian! | |_______ Unless I ask to be CCd, assume I am subscribed _______|

Date: Sat, 24 Nov 2007 00:33:46 +0900 From: Osamu Aoki <osamu@debian.org> To: joseph lockhart <jwl_andlovesaidno@yahoo.com> Cc: Marc Shapiro <mshapiro_42@yahoo.com>, debian-user@lists.debian.org Subject: Re: no x version Message-ID: <20071123153345.GB1619@osamu.debian.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Nov 19, 2007 at 08:40:12PM -0800, joseph lockhart wrote:
> i am wondering if anyone has found or created a
> terminal only version of debian (similar to the slax
> frodo) or if such a thing could be installed from the
> net install. let's just say that it is for special
> purposes though i would like to have things like lynx,
> finch, ircii, mpc, and so forth
What you describe here is possible as others pointed out. Just avoid desktop install and stay with small base system with vim, mc, ... But what the title of mail say "no x", that is difficult. There will be some X client libraries: libx11-6, libxaw7, libxext6, libxext6, libxmu6, libxpm4, libxt6 which are small and OK to have. The manpages (man-db) require groff and groff require these.=20 Osamu --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHRvLZ6A/EwagGHzIRAr/PAJ40CmO72xFDCTW/jMFJxaSaBH44IQCdEPiJ 759e8S+iPuz2mvPWALqgsDc= =FmrT -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc--

Date: Fri, 23 Nov 2007 07:00:17 -0800 (PST) From: Zach Thompson <socalizach@yahoo.com> To: netrek@gmail.com Cc: debian-user@lists.debian.org Subject: Re: Re: Unexpected irq trap when booting Message-ID: <884218.55626.qm@web37015.mail.mud.yahoo.com> Content-Type: multipart/alternative; boundary="0-1802791960-1195830017=:55626" Content-Transfer-Encoding: 7bit --0-1802791960-1195830017=:55626 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable user names =20 --------------------------------- Get easy, one-click access to your favorites. Make Yahoo! your homepage. --0-1802791960-1195830017=:55626 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable user names<p>&#32; <hr size=3D1>Get easy, one-click access to your favorites.=20 <a href=3D"http://us.rd.yahoo.com/evt=3D51443/*http://www.yahoo.com/r/hs"=
> Make Yahoo! your homepage.</a>
--0-1802791960-1195830017=:55626--

Date: Fri, 23 Nov 2007 09:37:40 -0600 From: Ron Johnson <ron.l.johnson@cox.net> To: debian-user@lists.debian.org Subject: Re: listening to radio stations Message-ID: <4746F3C4.9000907@cox.net> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/23/07 08:17, Jude DaShiell wrote:
> Do any command line tools exist in debian that will allow a user to
> listen to a streaming broadcast say from
> http://sc1.liquidviewer.com:9062/listen.pls I had that working fine on
> my mac mini yesterday then the stream went away so I am interested to
> know if debian can play this too if it's actually working. It's in the
> way of a cross check.
I just clicked on that link and gxine immediately popped up and started playing the stream. Oh, wait. You said "command line". Yeah, use mplayer. - -- Ron Johnson, Jr. Jefferson LA USA %SYSTEM-F-FISH, my hovercraft is full of eels -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHRvPES9HxQb37XmcRAtEuAKCS1UqHPBE9bkTPGgKUmpqpDsb8bwCguY2m P50BRxyGBTZqNz3U+vakabw= =6aME -----END PGP SIGNATURE-----

Date: Fri, 23 Nov 2007 10:01:34 -0600 (CST) From: Jude DaShiell <jdashiel@shellworld.net> To: Kevin Mark <kevin.mark@verizon.net> Cc: debian-user@lists.debian.org Subject: Re: listening to radio stations Message-ID: <Pine.BSF.4.64.0711230959250.44386@freire2.furyyjbeyq.arg> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed That stream would have been played with winamp if someone were using windows and iTunes was able to do it for a time yesterday. Has mplayer been able to play .pls streams before in your experience? If so, then their site is down for whatever reason. On Fri, 23 Nov 2007, Kevin Mark wrote:
> On Fri, Nov 23, 2007 at 08:17:42AM -0600, Jude DaShiell wrote:
>> Do any command line tools exist in debian that will allow a user to listen
>> to a streaming broadcast say from
>> http://sc1.liquidviewer.com:9062/listen.pls I had that working fine on my
>> mac mini yesterday then the stream went away so I am interested to know if
>> debian can play this too if it's actually working. It's in the way of a
>> cross check.
>>
>
> Below is the output I got from my Ubuntu system using mplayer (just as a reference point).
> The version is "MPlayer 1.0rc2-4.1.3 (C) 2000-2007 MPlayer Team"
> ----------------------------------------------------------------------------------
> $ mplayer http://sc1.liquidviewer.com:9062/listen.pls
> MPlayer 1.0rc2-4.1.3 (C) 2000-2007 MPlayer Team
> CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 8, Stepping: 3)
> CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
> Compiled with runtime CPU detection.
> mplayer: could not connect to socket
> mplayer: No such file or directory
> Failed to open LIRC support. You will not be able to use your remote control.
>
> Playing http://sc1.liquidviewer.com:9062/listen.pls.
> Resolving sc1.liquidviewer.com for AF_INET6...
> Couldn't resolve name for AF_INET6: sc1.liquidviewer.com
> Resolving sc1.liquidviewer.com for AF_INET...
> Connecting to server sc1.liquidviewer.com[38.116.132.31]: 9062...
> Cache size set to 320 KBytes
>
>
> Playing http://sc1.liquidviewer.com:9062/.
> Resolving sc1.liquidviewer.com for AF_INET6...
> Couldn't resolve name for AF_INET6: sc1.liquidviewer.com
> Resolving sc1.liquidviewer.com for AF_INET...
> Connecting to server sc1.liquidviewer.com[38.116.132.31]: 9062...
> Name : WTOP 103.5 fm
> Genre : News
> Website: http://www.audiorealm.com
> Public : yes
> Bitrate: 24kbit/s
> Cache size set to 320 KBytes
> Cache fill: 0.00% (0 bytes)
> ICY Info: StreamTitle='';StreamUrl='';
> Cache fill: 12.50% (40960 bytes)
> Audio file file format detected.
> ==========================================================================
> Forced audio codec: mad
> Opening audio decoder: [libmad] libmad mpeg audio decoder
> AUDIO: 22050 Hz, 1 ch, s16le, 24.0 kbit/6.80% (ratio: 3000->44100)
> Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3)
> ==========================================================================
> [AO SDL] Samplerate: 22050Hz Channels: Mono Format s16le
> AO: [sdl] 22050Hz 1ch s16le (2 bytes per sample)
> Video: no video
> Starting playback...
> A: 45.4 (45.4) of -0.0 (unknown) 0.8% 53%
> ----------------------------------------------------------------------------------
>
> --
> | .''`. == Debian GNU/Linux == | my web site: |
> | : :' : The Universal |mysite.verizon.net/kevin.mark/|
> | `. `' Operating System | go to counter.li.org and |
> | `- http://www.debian.org/ | be counted! #238656 |
> | my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
> |join the new debian-community.org to help Debian! |
> |_______ Unless I ask to be CCd, assume I am subscribed _______|
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>

Date: Fri, 23 Nov 2007 11:02:38 -0500 From: Paul Cartwright <ale@pcartwright.com> To: debian-user@lists.debian.org Subject: nvidia card & Lenny, again Message-Id: <200711231102.38697.ale@pcartwright.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline ~$ egrep '^\((EE|WW)\)' /var/log/Xorg.0.log (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType". (WW) NV(0): Failed to set up write-combining range (0xc0000000,0x8000000) (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) (WW) Option "XkbVariant" requires an string value pbc@paulandcilla:~$ I had to revert to "nv" to get X to start again today, it was working, and I'm not sure what changed.. -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 End of debian-user-digest Digest V2007 Issue #2846 ************************************************** Received on Fri Nov 23 11:36:33 2007

Don't know where to look next?X

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:56:59 EDT


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