Re: iTunes Lib. to Ogg

2006-06-22 Thread Felipe Sateler
Ric Otte wrote: > Is there an easy way to convert applelossless to FLAC? Suppose one > has lots of songs on a mac in .m4a format and wants to convert them > all to FLAC; is there a simple command that would do this for all > songs in a directory? m4a is not lossless. In fact, m4a files are most

/etc/dhclient.conf not recognised

2006-06-22 Thread L . V . Gandhi
I have dhcp server in my ADSL modem cum router. I have following lines in /etc/dhclient.conf lease {   interface "eth1";   option host-name "lvghomepc";   fixed-address 192.168.1.2; } But ifconfig gives the following results. eth1  Link encap:Ethernet  HWaddr 00:26:54:0E:8E:C0   inet ad

Re: lm_sensors procfs/sysfs problem

2006-06-22 Thread Felipe Sateler
Lubos Vrbka wrote: > $ sensors > Can't access procfs/sysfs file > Unable to find i2c bus information; > For 2.6 kernels, make sure you have mounted sysfs and libsensors > was compiled with sysfs support! > For older kernels, make sure you have done 'modprobe i2c-proc'! This happens on my system w

Help with gz files

2006-06-22 Thread Chuck Payne
hi all, I need to pull out one file out of gzip file. Can someone explain to me how. Thanks, Payne -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Help - 'make' errors dealing with Kernel Source - all my kernel source code, old and new

2006-06-22 Thread Felipe Sateler
Adam D wrote: > all give me this error: > > HOSTCC scripts/kconfig/mconf.o > scripts/kconfig/mconf.c: In function 'exec_conf': > scripts/kconfig/mconf.c:488: error: 'EINTR' undeclared (first use in this > function) scripts/kconfig/mconf.c:488: error: (Each undeclared identifier > is reported o

Re: Replying to list

2006-06-22 Thread Steve Lamb
Derek Martin wrote: > It is probably the most configurable and most powerful MUA in > existence today, making easy many things which should be and making > possible many things which are hard or impossible using other clients. While making hard what other clients make trivial and makes it an e

Re: iptables log target logs everything to tty*. Why?

2006-06-22 Thread Philippe De Ryck
On Fri, 2006-06-23 at 00:18 +0200, Erik Persson wrote: > Hey! > > I'm running a debian sarge as a router for a network, and I'm using > iptables. I need to log certain stuff from iptables, and I thus have > rules like: > ${PROG} -A FORWARD -i eth1 -o eth0 -p tcp --dport 135 -m limit > --limit

Re: Xorg Configuration in Etch

2006-06-22 Thread Bill Jones
On 6/22/06, Johannes Wiedersich <[EMAIL PROTECTED]> wrote: As said in my recent post, my dist-upgrade from sarge to etch went fine, except that I don't know how to tweak my x-configuration. I also don't know, where to look for it. /etc/X11/xorg.conf is where it is *supposed* to be but on my sys

Re: how to convert an historically grown debian to utf?

2006-06-22 Thread Kevin Mark
On Thu, Jun 22, 2006 at 11:28:39PM +0200, Bruno Boettcher wrote: > Hello! > > i have several machines that run with debian since several years now, > and i have new ones installed from scratch... > > the new ones all run under utf... > > i wanted to move the other ones to utf also, but ran

no direct rendering with via (s3) unichrome and XFree86 4.3.0.1

2006-06-22 Thread Mumia W.
I can't seem to get direct rendering working. Here is my system info: Linux 2.6.17.1 Debian 3.1r2. XFree86 4.3.0.1 Relevant PCI info: :01:00.0 VGA compatible controller: VIA Technologies, Inc.: Unknown device 3108 (rev 01) (prog-if 00 [VGA]) Subsystem: Elitegroup Computer Systems: Unk

Re: Word file

2006-06-22 Thread Jason Spiro
On 2006-06-16, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sehr geehrte Damen und Herren, > > derzeit bin ich nicht im Büro. Ab dem 19. Juni bin ich wieder für Sie da. > Most people on here cannot speak German. Perhaps try debian-user-german@ lists.debian.org instead. Regards, Jason Spiro -

Re: iptables log target logs everything to tty*. Why?

2006-06-22 Thread Cameron Hutchison
Erik Persson wrote: >I'm running a debian sarge as a router for a network, and I'm using >iptables. I need to log certain stuff from iptables, and I thus have >rules like: >${PROG} -A FORWARD -i eth1 -o eth0 -p tcp --dport 135 -m limit > --limit 1/s -j LOG --log-prefix "Blaster portscan " >Thi

Re: Possible bug in the Debian Installer.

2006-06-22 Thread Kevin Mark
On Thu, Jun 22, 2006 at 05:47:08PM +0530, Vivek Varghese Cherian wrote: > Hello, > > On 22/6/2006, the network administrator of my company made a download from > the Debian URL http://cdimage.debian.org/debian-cd/3.1_r2/ > > The MD5 checksum for the above download was > > 4690451806967ff5050a8b

Re: apt-get update doesn't work?

2006-06-22 Thread Kevin Mark
On Fri, Jun 23, 2006 at 11:24:59AM +0900, Miles Bader wrote: > Pascal Hakim <[EMAIL PROTECTED]> writes: > > ftp.us.debian.org points to a few different machines, so it's quite > > possible for different people to get different results. > > > > If there's a mirror behind there that is missing some f

Re: iptables log target logs everything to tty*. Why?

2006-06-22 Thread John Miller
Would a shell redirection fill the bill? Admittedly, this is not as clean as fixing a config file, so: http://iptables-tutorial.frozentux.net/iptables-tutorial.html#LOGTARGET looks like it has some meat to it. The suggestion of 'dmesg -n 1' would be worth a shot anyhow. Thus endeth my expertis

Re: Skype alternatives (was: sound proble for KsCD/Skype/xmms in Debian Sid)

2006-06-22 Thread Jason Spiro
On 2006-06-22, LeVA <[EMAIL PROTECTED]> wrote: > What is your problem with Skype? It works behind a firewall, and you can > configure Skype to use different ports... It is closed source. Also, I often experience the bug the OP mentioned, but I cannot fix it. Cheers, Jason -- When you open Window

Re: how to get libX*.la ?

2006-06-22 Thread Michael Biebl
LeVA schrieb: > 2006. június 20. 01:40, > Michael Biebl <[EMAIL PROTECTED]> > -> LeVA <[EMAIL PROTECTED]>,Debian-User: >> LeVA wrote: >>> Hi! >>> >>> I'm trying to compile a software which needs a lot of libX*.la files. >>> Which package(s) contains these files? (I thought the -dev packages does) >

Re: exim4 - AUTH_SERVER_ALLOW_NOTLS_PASSWORDS

2006-06-22 Thread Michael Biebl
Michael Biebl schrieb: > Kai Germershausen schrieb: >> hello there, >> >> can somebody help me please. i'm goin fuckin nuts to solve this.. >> >> @debian sarge 3.1 with EXIM 4 with splitted configuration >> >> ..i don't know HOW to enable: >> >> AUTH_SERVER_ALLOW_NOTLS_PASSWORDS >> >> ..and where??

Re: exim4 - AUTH_SERVER_ALLOW_NOTLS_PASSWORDS

2006-06-22 Thread Michael Biebl
Kai Germershausen schrieb: > hello there, > > can somebody help me please. i'm goin fuckin nuts to solve this.. > > @debian sarge 3.1 with EXIM 4 with splitted configuration > > ..i don't know HOW to enable: > > AUTH_SERVER_ALLOW_NOTLS_PASSWORDS > > ..and where??? > > (this is for stmp auth l

Re: Replying to list

2006-06-22 Thread Derek Martin
On Thu, Jun 22, 2006 at 04:04:40PM -0500, Seth Goodman wrote: > So getting back to the topic of this thread, insisting that "all > competent mailers" have a 'Reply to List' function, when none of the > most common mailers for people trapped in the most widely used operating > system have the requir

how to fix gnome-vfs error

2006-06-22 Thread rosetta
Hi when I run anjuta 2.0.2, this warning is occured gnome-vfs-modules-WARNING **: Could not initialize inotify Then the interface of anjuta can not be shown correctly. version of libgnomevfs2-0 is 2.14.2 (unstable) regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "un

Re: Replying to list

2006-06-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Hillier-Brook wrote: > Ron Johnson wrote: > [cut] > >>> NB The headers in my original post show that I'm still a prisoner >>> of Windows and rc scripts are not an option. If I ever get my >>> printers working under Debian then I'll consider the

Re: Installing on usb thumb drive,

2006-06-22 Thread Dave Patterson
* Chuck Payne <[EMAIL PROTECTED]> [2006-06-22 02:28:31 -0400]: > Hey, > > Can some one tell me how to get grub to install only on the usb > thumbdrive? I tried to install and over wrote my other os installer. > Debain see my thumb drive sba2 > Most thumb drives are sda, sdb, sdc, etc. If that

Re: group ownership of /dev files

2006-06-22 Thread Derek Martin
On Fri, Jun 23, 2006 at 12:41:51AM +0200, martin f krafft wrote: > also sprach Derek Martin <[EMAIL PROTECTED]> [2006.06.23.0017 +0200]: > > Thanks for the tip... this may work, though at a quick glance, > > again, I don't see how this is better than pam_console. > > It does not mess with the file

Re: apt-get update doesn't work?

2006-06-22 Thread Miles Bader
Pascal Hakim <[EMAIL PROTECTED]> writes: > ftp.us.debian.org points to a few different machines, so it's quite > possible for different people to get different results. > > If there's a mirror behind there that is missing some files, it might > be worth telling the mirror team about it. > > 12:01 ~

Re: apt-get update doesn't work?

2006-06-22 Thread Pascal Hakim
On Thu, Jun 22, 2006 at 06:22:11PM -0700, Christopher Nelson wrote: > On Thu, Jun 22, 2006 at 04:33:04PM -0700, RevSlowmo wrote: > > Miles Bader wrote: > > > When I do "sudo apt-get update", I get the following errors: > > > > > >$ LANG=C sudo apt-get update > > >Get:1 http://ftp.us.debian

Re: install printer driver for konica minolta 2430 dl

2006-06-22 Thread Wayne Topa
Jan Dinger([EMAIL PROTECTED]) is reported to have said: > The package name is "foo2zjs" (support for printing to ZjStream-based > printers) > http://packages.debian.org/cgi-bin/search_packages.pl?keywords=foo2zjs&searchon=names&subword=1&version=all&release=all > > You can donwload the file: > h

Re: iptables log target logs everything to tty*. Why?

2006-06-22 Thread Wayne Topa
Erik Persson([EMAIL PROTECTED]) is reported to have said: > Hey! > > I'm running a debian sarge as a router for a network, and I'm using > iptables. I need to log certain stuff from iptables, and I thus have > rules like: > ${PROG} -A FORWARD -i eth1 -o eth0 -p tcp --dport 135 -m limit > --limi

Re: Problem with kernel-package

2006-06-22 Thread James Westby
On (22/06/06 21:07), Kit Peters wrote: > On 6/22/06, James Westby <[EMAIL PROTECTED]> wrote: > >It is oft recommended to use fakeroot rather that a real root command > >for compiling. > Hm. I've never used fakeroot for anything. How would I compile a kernel in > fakeroot? aptitude install fakeroo

Re: apt-get update doesn't work?

2006-06-22 Thread Christopher Nelson
On Thu, Jun 22, 2006 at 04:33:04PM -0700, RevSlowmo wrote: > Miles Bader wrote: > > When I do "sudo apt-get update", I get the following errors: > > > >$ LANG=C sudo apt-get update > >Get:1 http://ftp.us.debian.org unstable Release.gpg [189B] > >Hit http://ftp.us.debian.org unstable Re

Re: apt-get update doesn't work?

2006-06-22 Thread rosetta
On 6/22/06, Miles Bader <[EMAIL PROTECTED]> wrote: When I do "sudo apt-get update", I get the following errors: $ LANG=C sudo apt-get update Get:1 http://ftp.us.debian.org unstable Release.gpg [189B] Hit http://ftp.us.debian.org unstable Release Get:2 http://ftp.us.debian.org unstable/ma

Re: Problem with kernel-package

2006-06-22 Thread Kit Peters
On 6/22/06, James Westby <[EMAIL PROTECTED]> wrote: > I have configured the kernel via menuconfig.  Kernel sources are at> $HOME/src/linux-2.6.17.1/.  I execute 'CC=gcc-4.1 make-kpkg --pgpsign> [EMAIL PROTECTED]> --rootcmd sudo --revision 1.0 --append-to-version "-pt5500" buildpackage'.It is oft r

Re: which software is used to replace gnome-terminal

2006-06-22 Thread rosetta
On 6/22/06, Michael Ott <[EMAIL PROTECTED]> wrote: Hello rosetta! > While I upgraded my softwares by apt-get -u dist-upgrade, the > gnome-terminal has been removed automatically. > > I think there maybe some other software upgrade the gnome-terminal, > but I can not find it. What do you mean? Wh

Re: apt problems

2006-06-22 Thread martin f krafft
also sprach Eduard Bloch <[EMAIL PROTECTED]> [2006.06.23.0204 +0200]: > Not neccesarily. I have seen apt processing spew weird messages > WRT broken bzip2 decompression. Apparently something is buggy > there, but the problem disappears after rerunning update. Now that you mention it, I did see thi

Re: Problem with kernel-package

2006-06-22 Thread James Westby
On (22/06/06 20:42), Kit Peters wrote: > I'm trying to compile kernel 2.6.17.1 from the vanilla sources at > kernel.org. > As this kernel is for a specific machine, I want to append a note to the > kernel version to reflect that fact. Normally, I would do this from within > $KERNEL_SOURCE_DIR/.co

exim4 - AUTH_SERVER_ALLOW_NOTLS_PASSWORDS

2006-06-22 Thread Kai Germershausen
hello there, can somebody help me please. i'm goin fuckin nuts to solve this.. @debian sarge 3.1 with EXIM 4 with splitted configuration ..i don't know HOW to enable: AUTH_SERVER_ALLOW_NOTLS_PASSWORDS ..and where??? (this is for stmp auth login for email relaying using smarthost) ..only fou

Problem with kernel-package

2006-06-22 Thread Kit Peters
I'm trying to compile kernel 2.6.17.1 from the vanilla sources at kernel.org.  As this kernel is for a specific machine, I want to append a note to the kernel version to reflect that fact.  Normally, I would do this from within $KERNEL_SOURCE_DIR/.config, but as I'm trying to keep this machine as

Font problem (block instead of space) after upgrade to Xorg 7

2006-06-22 Thread Sridhar Srinivasan
Hi, I run sid and I have a weird font problem after upgrading to Xorg 7. I have changed the font paths in my xorg.conf file and most of the applications I use (primarily Gnome-based) have no problems but xbuffy and emacs-snapshot show rectangular boxes instead of spaces. Funnily enough, emacs21 do

Re: Xorg 7.0 and ATI working!

2006-06-22 Thread Bill Wohler
Erik Steffl <[EMAIL PROTECTED]> writes: > do you have 3D hw acceleration working? I thought it's not working > or VERY experimental in free ati driver Haven't tried. > some of my fonts look prety ugly too, how did you figure out what > the proper font path is? Whatever was there after dpkg-r

Re: apt problems

2006-06-22 Thread Eduard Bloch
#include * martin f krafft [Thu, Jun 22 2006, 02:03:55PM]: > also sprach Martin Lemmen <[EMAIL PROTECTED]> [2006.06.22.1846 +0200]: > > APT::Cache-Limit "141943904"; > > woho. I don't even set this anymore and: > > $ grep -v '^#' /etc/apt/sources.list | wc -l > 34 /etc/apt/sources.list > >

Adjusting Memory on Shared ATI Radeon Mobility 9100 IGP

2006-06-22 Thread David R. Litwin
Greetings, list.I have a shared memore ATI Radeon Mobility 9100 IGP video card. I should like to know how to increase the shared memory with out ussage of the BIOS, as this latter does not support changing the memory settings for my video card. I had previously suspected that this could be done in

Re: apt-get update doesn't work?

2006-06-22 Thread RevSlowmo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miles Bader wrote: > When I do "sudo apt-get update", I get the following errors: > >$ LANG=C sudo apt-get update >Get:1 http://ftp.us.debian.org unstable Release.gpg [189B] >Hit http://ftp.us.debian.org unstable Release >Get:2 http://

Re: Replying to list

2006-06-22 Thread Clive Menzies
On (22/06/06 23:20), Peter Hillier-Brook wrote: > Ron Johnson wrote: > [cut] > > >>NB The headers in my original post show that I'm still a prisoner > >>of Windows and rc scripts are not an option. If I ever get my > >>printers working under Debian then I'll consider the final > >>switch. > > > >W

Re: Replying to list

2006-06-22 Thread Steve Lamb
Seth Goodman wrote: > I'd say it's quite a stretch to say that Elm is at the forefront of MUA > technology. But who was talking elm? Last I checked we had references to mutt and Thunderbird. Both of which do innovative things with mail and both of which, admittedly, have serious warts. --

Re: group ownership of /dev files

2006-06-22 Thread martin f krafft
also sprach Derek Martin <[EMAIL PROTECTED]> [2006.06.23.0017 +0200]: > Thanks for the tip... this may work, though at a quick glance, > again, I don't see how this is better than pam_console. It does not mess with the filesystem for a start. And no, it won't get rid of the security issues. > >

iptables log target logs everything to tty*. Why?

2006-06-22 Thread Erik Persson
Hey! I'm running a debian sarge as a router for a network, and I'm using iptables. I need to log certain stuff from iptables, and I thus have rules like: ${PROG} -A FORWARD -i eth1 -o eth0 -p tcp --dport 135 -m limit --limit 1/s -j LOG --log-prefix "Blaster portscan " This however has the no

Re: Replying to list

2006-06-22 Thread Peter Hillier-Brook
Ron Johnson wrote: [cut] NB The headers in my original post show that I'm still a prisoner of Windows and rc scripts are not an option. If I ever get my printers working under Debian then I'll consider the final switch. What printer(s) do you use? HP DeskJet 970Cxi and Canon PIXMA MP780 Pet

Re: group ownership of /dev files

2006-06-22 Thread Derek Martin
On Thu, Jun 22, 2006 at 11:07:37PM +0200, martin f krafft wrote: [pam_console] > > devices when they log in on the console. Thus anyone who logs in > > automatically has access to the sound devices. However, this facility > > appears to be lacking in Sarge. > > by choice, yes. > > http://lists.

how to convert an historically grown debian to utf?

2006-06-22 Thread Bruno Boettcher
Hello! i have several machines that run with debian since several years now, and i have new ones installed from scratch... the new ones all run under utf... i wanted to move the other ones to utf also, but ran into lots of problems i reconfigured the locales package to add the utf

Re: group ownership of /dev files

2006-06-22 Thread Steve Kemp
On Thu, Jun 22, 2006 at 04:56:13PM -0400, Derek Martin wrote: > Red Hat has a nice PAM library that lets people access, say, the sound > devices when they log in on the console. Thus anyone who logs in > automatically has access to the sound devices. However, this facility > appears to be lackin

Re: group ownership of /dev files

2006-06-22 Thread martin f krafft
also sprach Derek Martin <[EMAIL PROTECTED]> [2006.06.22.2256 +0200]: > Red Hat has a nice PAM library that lets people access, say, the sound nice. right. > devices when they log in on the console. Thus anyone who logs in > automatically has access to the sound devices. However, this facility

Re: install printer driver for konica minolta 2430 dl

2006-06-22 Thread Jan Dinger
Andreas Berglund wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Dinger wrote: Under debian sid you can take the GPL driver from minolta, but the problem is you donnt have the duplex funktion. What is the package called? -BEGIN PGP SIGNATURE- Version: GnuPG v1.

RE: Replying to list

2006-06-22 Thread Seth Goodman
On Thursday, June 22, 2006 2:02 PM -0500, Steve Lamb wrote: > Lynn Kilroy wrote: > > I use MSN Hotmail. Seems MSN Hotmail doesn't work quite the same > > way your cludgy e-mail clients {oft mentioned in your article} do. > > Cludgy? Actually these are quite on the forefront. I'd say it's qu

Re: group ownership of /dev files

2006-06-22 Thread James Westby
On (22/06/06 16:56), Derek Martin wrote: > Hi folks, > > If there's a more appropriate place to ask this, please let me know. > > I manage a large number of workstations which run Debian. Everyone in > my organization need to be able to access any of these workstations, > and they expect basic s

group ownership of /dev files

2006-06-22 Thread Derek Martin
Hi folks, If there's a more appropriate place to ask this, please let me know. I manage a large number of workstations which run Debian. Everyone in my organization need to be able to access any of these workstations, and they expect basic services (like sound, for example) to work properly. Re

Re: install printer driver for konica minolta 2430 dl

2006-06-22 Thread Andreas Berglund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Dinger wrote: > Under debian sid you can take the GPL driver from minolta, but the > problem is you donnt have the duplex funktion. > What is the package called? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using

Re: install printer driver for konica minolta 2430 dl

2006-06-22 Thread Jan Dinger
Under debian sid you can take the GPL driver from minolta, but the problem is you donnt have the duplex funktion. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

install printer driver for konica minolta 2430 dl

2006-06-22 Thread Andreas Berglund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I have just bought a konica minolta 2430dl, but the printer driver shipped by konica is in rpm format. I'd like to install it the debian way so is this driver available in the debian-archives under a name that I couldnt think to look for? regards

Re: X broke in sid after dist-upgrade

2006-06-22 Thread Ric Otte
On Thu, Jun 22, 2006 at 08:00:34PM +0200, Florian Kulzer wrote: > > The font paths have changed for Xorg 7.0. You should change the > beginning of all FontPath definitions in your /etc/X11/xorg.conf from > "/usr/X11R6/lib/X11/fonts/" to "/usr/share/fonts/X11/". The last entry > in your log suggest

Re: Replying to list

2006-06-22 Thread Steve Lamb
Lynn Kilroy wrote: > I use MSN Hotmail. Seems MSN Hotmail doesn't work quite the same way > your cludgy e-mail clients {oft mentioned in your article} do. Cludgy? Actually these are quite on the forefront. Cludgy would be Hotmail, Y!Mail, Outlook. Most of which are stuck in the stone age w

Re: Replying to list

2006-06-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl Fink wrote: > On Thu, Jun 22, 2006 at 11:10:51AM -0500, Ron Johnson wrote: > >> Peter Hillier-Brook wrote: > >>> NB The headers in my original post show that I'm still a prisoner >>> of Windows and rc scripts are not an option. If I ever get my

Re: Skype alternatives (was: sound proble for KsCD/Skype/xmms in Debian Sid)

2006-06-22 Thread Peter Colton
Hello Jason, Have look at using kpone on your linux side and FWD.Communicator for the micrsoft side. Both of you open up a FWD account. Set up the sip voip app to use sip proxy and you will not need to open any ports. http://www.freeworlddialup.com/ Regards

Re: X broke in sid after dist-upgrade

2006-06-22 Thread Florian Kulzer
On Thu, Jun 22, 2006 at 09:43:46 -0700, Ric Otte wrote: > > I recently did a dist-upgrade on my sid machine and no longer have a working > X system. When I try to startx, the screen will go dark, and then in a few > seconds I'll be returned to the console. (interestingly, if I simply type > "X",

Re: Changing SSL Certificates on sarge

2006-06-22 Thread Zane Dodson
Hello, On Thu, Jun 22, 2006 at 07:29:08PM +0300, Black Dew wrote: | Zane Dodson wrote: | >On Thu, Jun 22, 2006 at 09:27:56AM -0400, S Scharf wrote: | >| I am running a server on Debian Stable (sarge). I configured the | >| machine under one domain name (example.info) and then renamed | >| it (exam

Re: Replying to list

2006-06-22 Thread Florian Kulzer
On Thu, Jun 22, 2006 at 05:09:06 -0500, Ron Johnson wrote: > Lynn Kilroy wrote: > > I am going to be a little nasty on this one, fellas, by breaking > > all your perfectly held and highly valued netiquette. > > > [snip vituperation] > > with consumer model clients must do} I'm sure your opinions w

Can't build from source

2006-06-22 Thread Lawrence Li
hi list: This is probably newbie question, but I've encountered several obstacles when trying to compile from sources. The scenario is that I've installed Debian Linux (Sarge) on iBook G3 (ppc), no I didn't use dual-system (OS X deleted) because my HD is only 20G. This seems to be a sadist's ch

Googleearth on a Thinkpad - slow

2006-06-22 Thread Anthony Campbell
Googleearth runs on my Thinkpad r50e but slowly, because it is using emulation of OpenGL according to the message that comes up. My son has almost the same computer but runs Suse and he gets fast smooth rendering using the standard radeon driver, which is the right one for my video too. I thought

Re: Replying to list

2006-06-22 Thread Mike McCarty
Peter Hillier-Brook wrote: If it's not an FAQ, why doesn't this list use the "Reply-to" field in the address headers? It's not a FAQ, it's a FFF (Frequent Flame Fest) around here. There are three ways of doing things in this world: the Right Way, the Wrong Way, and the Debian Way. Welcome to th

Re: Replying to list

2006-06-22 Thread Carl Fink
On Thu, Jun 22, 2006 at 11:10:51AM -0500, Ron Johnson wrote: > Peter Hillier-Brook wrote: > > NB The headers in my original post show that I'm still a prisoner > > of Windows and rc scripts are not an option. If I ever get my > > printers working under Debian then I'll consider the final > > swit

Re: Changing SSL Certificates on sarge

2006-06-22 Thread Black Dew
Zane Dodson wrote: On Thu, Jun 22, 2006 at 09:27:56AM -0400, S Scharf wrote: | I am running a server on Debian Stable (sarge). I configured the | machine under one domain name (example.info) and then renamed | it (example.com) when deploying it as my main server. The SSL | certificates all contai

X broke in sid after dist-upgrade

2006-06-22 Thread Ric Otte
I recently did a dist-upgrade on my sid machine and no longer have a working X system. When I try to startx, the screen will go dark, and then in a few seconds I'll be returned to the console. (interestingly, if I simply type "X", the screen will go grey, the mouse (working) will be a "X", but n

Re: Possible bug in the Debian Installer.

2006-06-22 Thread Owen Heisler
On Thu, 2006-06-22 at 17:47 +0530, Vivek Varghese Cherian wrote: ... > 4690451806967ff5050a8bff11544456 debian-31r2-i386-binary-1.iso > > I opened the README.html#lastmin message on the Debian GNU/Linux 3.1 > r2 "Sarge" - Official i386 Binary-1 CD. I am pasting the "Last-Minute > Notes" section o

Re: Replying to list

2006-06-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Hillier-Brook wrote: > Juha Tuuna wrote: >> On Wednesday, 21. June 2006 15:55, Peter Hillier-Brook wrote: [snip] > I didn't wish for it: I asked a question and seem to have started > WW3:-) Hah! This isn't even a minor border skirmish... > NB

Re: OOo2 from backports questions

2006-06-22 Thread Marc Shapiro
Liam O'Toole wrote: On Wed, 21 Jun 2006 17:28:59 -0700 Marc Shapiro <[EMAIL PROTECTED]> wrote: but it said that openoffice.org-core conflicted with openoffice.org-help-en. I removed the help package from the list and the install went just fine, except... I have no help files. They are l

Re: Changing SSL Certificates on sarge

2006-06-22 Thread Zane Dodson
Hello, On Thu, Jun 22, 2006 at 09:27:56AM -0400, S Scharf wrote: | I am running a server on Debian Stable (sarge). I configured the | machine under one domain name (example.info) and then renamed | it (example.com) when deploying it as my main server. The SSL | certificates all contain the origio

Re: GFS

2006-06-22 Thread Gustavo Franco
On 6/22/06, David Siroky <[EMAIL PROTECTED]> wrote: Hi! I'm trying to build a debian cluster with GFS storage. I have big problems compiling GFS sources. I have a distribution kernel 2.6.16. Package kernel-patch-2.6-gfs is useless because it is old (it is for 2.6.10 kernel). Keep an eye on b

Re: Replying to list

2006-06-22 Thread Peter Hillier-Brook
Juha Tuuna wrote: On Wednesday, 21. June 2006 15:55, Peter Hillier-Brook wrote: If it's not an FAQ, why doesn't this list use the "Reply-to" field in the address headers? A couple of times recently I've hit Reply and sent a response to the originator, rather than the list - for which I apologis

GFS

2006-06-22 Thread David Siroky
Hi! I'm trying to build a debian cluster with GFS storage. I have big problems compiling GFS sources. I have a distribution kernel 2.6.16. Package kernel-patch-2.6-gfs is useless because it is old (it is for 2.6.10 kernel). Release ftp://sources.redhat.com/pub/cluster/releases/cluster-1.02.00.

Re: Replying to list

2006-06-22 Thread Johannes Wiedersich
Lynn Kilroy wrote: I am going to be a little nasty on this one, fellas, by breaking all your perfectly held and highly valued netiquette. I recommend you just stick to M$ Outlook. At some 250 Euros/US$ per licence for Outlook and XP-Pro it is a bargain and it seems to contain all the features

dpkg-reconfigure exim4-config

2006-06-22 Thread Mircea Hutanu
Hi everyone, I want to do an automatic setup for exim4-config. Before I install exim4-config I insert this with debconf-set-selections : exim4-configexim4/dc_eximconfig_configtype select internet site; mail is sent and received directly using SMTP exim4-configexim4/mailname string dce

Re: Skype alternatives (was: sound proble for KsCD/Skype/xmms in Debian Sid)

2006-06-22 Thread Olafur Jens Sigurdsson
Þann 2006-06-22, 00:14:37 (+) skrifaði Jason Spiro: > All, > > I have problems with Skype too. Does anyone know of a good open-source > VoIP program that will let me talk with my cousin in the U.S. who uses > Windows? I believe both of us are behind firewalls. I prefer not to open > up any por

Re: Really slow glxgears, excellent speed in Planet Penguin

2006-06-22 Thread Florian Kulzer
On Thu, Jun 22, 2006 at 16:28:50 +0300, Nyizsnyik Ferenc wrote: > On Thu, 2006-06-22 at 06:39 -0500, Ron Johnson wrote: > > Nyizsnyik Ferenc wrote: > > > On Thu, 2006-06-22 at 05:12 -0500, Ron Johnson wrote: Geoff Reidy > > > wrote: > > Ron Johnson wrote: > > > Hi, > > > > > > Nvi

Re: Really slow glxgears, excellent speed in Planet Penguin

2006-06-22 Thread Nyizsnyik Ferenc
On Thu, 2006-06-22 at 06:39 -0500, Ron Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nyizsnyik Ferenc wrote: > > On Thu, 2006-06-22 at 05:12 -0500, Ron Johnson wrote: Geoff Reidy > > wrote: > Ron Johnson wrote: > > Hi, > > > > Nvidia GX 5200 (128MB RAM) xor

Changing SSL Certificates on sarge

2006-06-22 Thread S Scharf
I am running a server on Debian Stable (sarge). I configured themachine under one domain name (example.info) and then renamed it (example.com) when deploying it as my main server. The SSL certificates all contain the origional ( example.info) domain. How do I generate new certificates with the new

Re: iTunes Lib. to Ogg

2006-06-22 Thread Ric Otte
On Wed, Jun 21, 2006 at 04:42:30PM +0200, Jochen Schulz wrote: > > Another reason to use FLAC: it uses the same tag structure as Ogg > Vorbis. And when using oggenc to convert FLAC to Vorbis, all tags are > preserved. > Is there an easy way to convert applelossless to FLAC? Suppose one has lots

Re: OOo2 from backports questions

2006-06-22 Thread Liam O'Toole
On Wed, 21 Jun 2006 17:28:59 -0700 Marc Shapiro <[EMAIL PROTECTED]> wrote: > I am running Sarge and Debian stock kernel 2.6.8-k7. I had been > using OOo2 from OO.org, but it recently started giving me trouble > when trying to save files. I had not done any upgrades, so there > should not have be

Re: X Windows not installed

2006-06-22 Thread Florian Kulzer
On Thu, Jun 22, 2006 at 20:03:33 +0800, Dr Bean wrote: > I don't think I have X Windows installed. How do I now install > it? > > Installing sid with installer-i386, I was given a choice about what > kind of setup I wanted, eg a personal workstation, an Internet > server, etc. > > With the cursor

Re: X Windows not installed

2006-06-22 Thread Thibaut Paumard
Le jeudi 22 juin 2006 à 20:03 +0800, Dr Bean a écrit : > I don't think I have X Windows installed. How do I now install > it? [...] > I have now a perfectly good console-based linux system, but exec > startx doesn't give me X Windows. But you do have startx? Do you get a "command not found" error,

Possible bug in the Debian Installer.

2006-06-22 Thread Vivek Varghese Cherian
Hello,On 22/6/2006, the network administrator of my company made a download from the Debian URL http://cdimage.debian.org/debian-cd/3.1_r2/The MD5 checksum for the above download was 4690451806967ff5050a8bff11544456  debian-31r2-i386-binary-1.isoI opened the README.html#lastmin message on the Debia

Re: Really slow glxgears, excellent speed in Planet Penguin

2006-06-22 Thread Stephen Cormier
On Thursday 22 June 2006 06:47, Geoff Reidy wrote: > Ron Johnson wrote: > > Hi, > > > > Nvidia GX 5200 (128MB RAM) > > xorg 7.0.22 > > nvidia binary driver 1.0-8762 > > linux-source-2.6.16 (home-rolled kernel) > > > > > > As the subject mentions, I get good speed in Planet Penguin, and > > also in

Re: apt problems

2006-06-22 Thread martin f krafft
also sprach Martin Lemmen <[EMAIL PROTECTED]> [2006.06.22.1846 +0200]: > APT::Cache-Limit "141943904"; woho. I don't even set this anymore and: $ grep -v '^#' /etc/apt/sources.list | wc -l 34 /etc/apt/sources.list Anyway, I think your bzip2 problems may be related to a caching proxy somewher

X Windows not installed

2006-06-22 Thread Dr Bean
I don't think I have X Windows installed. How do I now install it? Installing sid with installer-i386, I was given a choice about what kind of setup I wanted, eg a personal workstation, an Internet server, etc. With the cursor on the personal workstation, I hit Enter and was surprised by the inst

Re: apt problems

2006-06-22 Thread Martin Lemmen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 martin f krafft wrote: > also sprach Martin Lemmen <[EMAIL PROTECTED]> [2006.06.22.1820 +0200]: > >>i just did as said page advises, and i still get the same error message. > > > Mh. Have you tried increasing the value to 32k? i tried out the fol

Re: apt problems

2006-06-22 Thread martin f krafft
also sprach Martin Lemmen <[EMAIL PROTECTED]> [2006.06.22.1820 +0200]: > i just did as said page advises, and i still get the same error message. Mh. Have you tried increasing the value to 32k? I have never hit the 16k limit, even with stable/testing/unstable/experimental and a bunch of other arc

Re: Really slow glxgears, excellent speed in Planet Penguin

2006-06-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nyizsnyik Ferenc wrote: > On Thu, 2006-06-22 at 05:12 -0500, Ron Johnson wrote: Geoff Reidy > wrote: Ron Johnson wrote: > Hi, > > Nvidia GX 5200 (128MB RAM) xorg 7.0.22 nvidia binary > driver 1.0-8762 linux-source-2.6.16 (home-rol

Re: Order of hardwaredetection

2006-06-22 Thread Florian Kulzer
On Wed, Jun 21, 2006 at 08:33:06 +0200, wim wrote: > Hi all, > > I recently upgraded my debian system from stable to testing but I have a > little problem with my soundcards. The order detected by esd can change > after a reboot so sometimes esd starts using the wrong device. Is there > any w

Re: apt problems

2006-06-22 Thread Martin Lemmen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 martin f krafft wrote: > also sprach Martin Lemmen <[EMAIL PROTECTED]> [2006.06.22.1732 +0200]: > >>E: Dynamic MMap ran out of room > > > http://www.google.com/search?hl=en&q=%22Dynamic+MMap+ran+out+of+room%22&btnI=I%27m+Feeling+Lucky > (http://ju

Re: Xorg Configuration in Etch

2006-06-22 Thread Martin Lemmen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johannes Wiedersich wrote: > T wrote: > >> where can I find the xorgcfg and/or xorgconfig in Etch? have you tried man xorg.conf ? it will give you a list of locations where xorg looks for its config file. > What is really missing is a piece of do

Re: no key strokes from remote console when no keyboard attached

2006-06-22 Thread Frank Hempel
Andrew Sackville-West schrieb: >> >> So my question is: How can I "trigger" the keyboard driver to be active from the start even when no real keyboard was found? > > I don't do this, but it seems to me that the easiest thing is to > compare which modules are loaded before and after the keyboard

Re: apt problems

2006-06-22 Thread martin f krafft
also sprach Martin Lemmen <[EMAIL PROTECTED]> [2006.06.22.1732 +0200]: > E: Dynamic MMap ran out of room http://www.google.com/search?hl=en&q=%22Dynamic+MMap+ran+out+of+room%22&btnI=I%27m+Feeling+Lucky (http://justfuckinggoogleit.com/) -- Please do not send copies of list mail to me; I read the

  1   2   >