Re: Question

2005-12-24 Thread Chinook
Denis wrote: я продаю компьютеры. Хочу начать устанавливать клиентам Linux Debian, скажите пожалуйста какие дистрибутивы я могу ставить за деньги? Денис I specialize in selling PCs. I would like to start installing Linux Debian to customers' PCs. Would you please let me know what package

Question

2005-12-24 Thread Denis
я продаю компьютеры. Хочу начать устанавливать клиентам Linux Debian, скажите пожалуйста какие дистрибутивы я могу ставить за деньги? Денис I specialize in selling PCs. I would like to start installing Linux Debian to customers' PCs. Would you please let me know what packages i can charg

Re: kde 3.5 again

2005-12-24 Thread David E. Fox
On Fri, 23 Dec 2005 21:43:44 -0600 Mitja <[EMAIL PROTECTED]> wrote: > I uninstalled KDE 3.5 packages, uninstall libdjvulibre15 and reinstall KDE > 3.5 > and it works :) Cool. Mitja, are you on 'etch'? Or would that matter that much with these packages (ISTR that it didn't too much when I was r

Re: Setting up Netgear MA401 wifi card

2005-12-24 Thread salman h
I've included some additional information belowsalman h <[EMAIL PROTECTED]> wrote: Hello and Seasons Greetings to all,I'm having trouble setting up wireless networking on my laptop. The specs are as follows:Toshiba Satellite S520 Debian Sarge with Kernel 2.6.x (built-in PCMCIA support) Ne

Increasing font sizes in vncserver

2005-12-24 Thread Vinod Sivasankaran
Hi,   An earlier thread in the debian mailing list (subject: fonts are smaller when using xvncviewer)  discussed on how to increase font size on vncserver using -dpi option. I started a vncserver with -dpi 100 and even -dpi 120, but the font sizes did not increase. I run the vncserver with geomet

Setting up Netgear MA401 wifi card

2005-12-24 Thread salman h
Hello and Seasons Greetings to all,I'm having trouble setting up wireless networking on my laptop. The specs are as follows:Toshiba Satellite S520 Debian Sarge with Kernel 2.6.x (built-in PCMCIA support) Netgear MA401 802.11b PCMCIA card Unsecure wireless network running on Linksys route

Re: MTA slow to start

2005-12-24 Thread Howard Eisenberger
On 2005-12-24, David Baron <[EMAIL PROTECTED]> wrote: >> > During boot up it takes about 30 seconds for MTA to start for my Etch >> > install. With Sarge on the same box this takes less than a second. Can >> > I fix this somehow? >> >> Changing "mybox" to "mybox.localdomain" in /etc/hostname works

Re: Firefox 1.5 plugins

2005-12-24 Thread [KS]
Ken Wahl wrote: > What worked for me was re-creating the symlinks that were in > /usr/lib/mozilla-firefox/plugins in the new plugin folder for > firefox 1.5 which is /usr/lib/firefox/plugins > > For example with the flashplugin-nonfree.. > > cd /usr/lib/firefox/plugins > ln -s /usr/lib/flashplugi

Re: Firefox 1.5 plugins

2005-12-24 Thread Ken Wahl
What worked for me was re-creating the symlinks that were in /usr/lib/mozilla-firefox/plugins in the new plugin folder for firefox 1.5 which is /usr/lib/firefox/plugins For example with the flashplugin-nonfree.. cd /usr/lib/firefox/plugins ln -s /usr/lib/flashplugin-nonfree/flashplayer.xpt flashp

Re: dhcp client wifi setup

2005-12-24 Thread jlquinn
Richard Lyons wrote: I am obviously missing the obvious here. An IBM Thinkpad, sid, orinoco wifi card talks to the Netgear DG834G router when security is disabled, but when I turn WEP on it doesn't connect. /etc/network/interfaces has iface eth0 inet dhcp wireless-essid Coigxxx

Re: post install tidbits? [was Help with Linux selection please?]

2005-12-24 Thread hendrik
On Sat, Dec 24, 2005 at 03:12:10AM -0500, Chinook wrote: > I went through the dpkg-reconfigure and it would not let me select > anything except 800x600 and 640x480. So next step I edited the file as > Kelly mentioned to set 1280x1024. Then I rebooted and found I was in a > pile of it. There i

how to show bad sector of a file system

2005-12-24 Thread sqrt3
i have fxck-ed a file system, now i want to know whether there are bad sector, which command can show bad sector? Thanks in advance! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Firefox 1.5 plugins

2005-12-24 Thread [KS]
Hi, I upgraded mozilla-firefox to 1.5 today. It gave me the following new packages: ~$ dpkg -l firefox* | grep ^ii ii firefox 1.5.dfsg-2 lightweight web browser based on Mozilla ii firefox-gnome-support 1.5.dfsg-2 Support for Gnome in Mozilla Firefox I had 1.0.7 installed

Re: dhcp client wifi setup

2005-12-24 Thread Florian Kulzer
Hi Richard, Richard Lyons wrote: But ifup eth0 gives etho: New link status: Connected (0001) Listening on LPF/eth0/00:02:2d:a6:07:bb Sending on LPF/eth0/00:02:2d:a6:07:bb DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 ...more similar... No DHCPOFFERS receiv

Re: dhcp client wifi setup

2005-12-24 Thread Andrew Sackville-West
Richard Lyons wrote: On Saturday, 24 December 2005 at 13:21:04 -0800, Andrew Sackville-West wrote: Richard Lyons wrote: I am obviously missing the obvious here. An IBM Thinkpad, sid, orinoco wifi card talks to the Netgear DG834G router when security is disabled, but when I turn WEP on it d

Re: fstab problem

2005-12-24 Thread Rodney Richison
Rodney Richison wrote: Can any tell me why this works manually mount -t ext2 /dev/hdc1 /mnt/idedrive But this in fstab does not work /dev/hdc1 /mnt/idedrive ext2defaults 1 1 or this /dev/hdc1 /mnt/idedrive ext2defaults 0 0 or this /dev/hdc1

Re: Replacement suggestions for konsole, kate, kcalc

2005-12-24 Thread Richard Lyons
On Saturday, 24 December 2005 at 15:13:38 -0600, Adam Fabian wrote: > konsole: xterm + screen > kate: xemacs > kcalc: gnu calc, xcalc, bc, dc > > Xterm + screen won't give you clickable tabs, but if you use > 'hardstatus alwayslastline %w', and change your shell prompt to modify > the name of the

fstab problem

2005-12-24 Thread Rodney Richison
Can any tell me why this works manually mount -t ext2 /dev/hdc1 /mnt/idedrive But this in fstab does not work /dev/hdc1 /mnt/idedrive ext2defaults 1 1 or this /dev/hdc1 /mnt/idedrive ext2defaults 0 0 or this /dev/hdc1 /mnt/idedrive

Re: Cups: and no local cups server

2005-12-24 Thread Lesmond Le Grise
You only need to run the cups server on the machine the printer is connected to. All you need on the client machine(s) is the cupsys-client package. Depending on the applications you run, though, it is also advisable to install cupsys-bsd client as well for compatibility purposes. The files yo

Re: Booting Proliant 800 - SOLVED

2005-12-24 Thread Peter Teunissen
On 24-dec-2005, at 17:43, Peter Teunissen wrote: On 23-dec-2005, at 22:58, Raquel Rice wrote: On Fri, 23 Dec 2005 22:22:49 +0100 Peter Teunissen <[EMAIL PROTECTED]> wrote: Hi All, I've just bought a cheap Proliant 800 PII 450 and would like to install Debian on it. But it will not boot a

Re: X11/XFree86 Problem

2005-12-24 Thread Kenneth Jacker
ms> Another thing which I would be curious about is what video card are ms> you using ... nVidia Corporation NV15 [GeForce2 GTS/Pro] rev 164 Note that this is the same board I have been using for, maybe, 3-4 years. ms> and which video card driver? Not sure which driver ... Than

Re: Replacement suggestions for konsole, kate, kcalc

2005-12-24 Thread Adam Fabian
konsole: xterm + screen kate: xemacs kcalc: gnu calc, xcalc, bc, dc Xterm + screen won't give you clickable tabs, but if you use 'hardstatus alwayslastline %w', and change your shell prompt to modify the name of the window, you have something better and faster than clickable tabs, truthfully. Ema

Re: Cups: and no local cups server

2005-12-24 Thread Andrew Sackville-West
Bill Moseley wrote: Fresh install of Sarge on a laptop with only cupsys-client. Do I need to also run cupsd server? I've always run servers and clients so never run into this problem before: [EMAIL PROTECTED]:~$ lpstat -v lpstat: Unable to connect to server: Connection refused AFA

Re: dhcp client wifi setup

2005-12-24 Thread Andrew Sackville-West
Richard Lyons wrote: I am obviously missing the obvious here. An IBM Thinkpad, sid, orinoco wifi card talks to the Netgear DG834G router when security is disabled, but when I turn WEP on it doesn't connect. /etc/network/interfaces has iface eth0 inet dhcp wireless-essid Coigx

Re: unsubscribe

2005-12-24 Thread Björn Lindström
"David E. Fox" <[EMAIL PROTECTED]> writes: > On Fri, 23 Dec 2005 11:55:15 +0100 > [EMAIL PROTECTED] (Björn Lindström) wrote: > >> Mailman already has a feature like this, which works very well. I doubt >> it would be that hard to implement. > > Well yes, but the mandrake/mandriva lists are running

Replacement suggestions for konsole, kate, kcalc

2005-12-24 Thread Marc Shapiro
I do NOT run KDE, GNOME, or any DE. I am quite fond of my FVWM2. I do use konsole, kate and kcalc. Sometimes I startup konqueror to check compatability, or to quickly load a local HTML help file. My problem is this. These programs spawn a slew of kdeinit processes. I have no idea what thes

X11/XFree86 Problem

2005-12-24 Thread Kenneth Jacker
[ Sarge; kernel-2.6.8-2-686; xfree86-common-4.3.0.dfsg.1-14sarge1; kde-5:44; xscreensaver-4.21-3 ] A new problem has arisen over the last few weeks ... Getting up in the morning (or after a long time away from my home machine), I see an 'xscreensaver' image "frozen" on my monitor. The entire l

Re: MTA slow to start

2005-12-24 Thread David Baron
On Saturday 24 December 2005 16:59, [EMAIL PROTECTED] wrote: > > During boot up it takes about 30 seconds for MTA to start for my Etch > > install. With Sarge on the same box this takes less than a second. Can > > I fix this somehow? > > Changing "mybox" to "mybox.localdomain" in /etc/hostame work

dhcp client wifi setup

2005-12-24 Thread Richard Lyons
I am obviously missing the obvious here. An IBM Thinkpad, sid, orinoco wifi card talks to the Netgear DG834G router when security is disabled, but when I turn WEP on it doesn't connect. /etc/network/interfaces has iface eth0 inet dhcp wireless-essid Coig wireless-key -

Re: sharing a bibliography

2005-12-24 Thread Rogério Brito
On Dec 23 2005, Joe Mc Cool wrote: > I am sometimes worried that I am investing a lot of time in something > that just _might_ be superceeded in a few years time ? Well, there is also quite a lot of advance in the (La)TeX land. And I wouldn't worry too much about LaTeX becoming obsolete, because

Re: iso

2005-12-24 Thread Yuri Pakhomov
В Сбт, 24/12/2005 в 02:06 +0200, Andrei Popescu пишет: > On Sat, 24 Dec 2005 00:37:20 +0100 > MT <[EMAIL PROTECTED]> wrote: > > > Bonjour, pourquoi sur les ftp, les images iso de cd bootables sont-elles > > toujours nombreuses, du type : > > debian-30r2-binary-1.iso > > debian-30r2-binary-2.iso >

Using LaTeX and references (was: Re: sharing a bibliography)

2005-12-24 Thread Rogério Brito
On Dec 23 2005, Daniel Webb wrote: > Ah, well, I'm not sure. I have always used it with Latex/Bibtex. > You'll notice in the Jabref window where a reference is edited, there > is a "bibtexkey" field. Supposing the bibtexkey for an article is > "bob:95:pumpkin". Within a Latex document, I just pu

Re: java for jabref

2005-12-24 Thread S. Sakar
michael schrieb: mm... not sure which Java SDK is required for this... the Debian/Java FAQ just confuses me! >>> >>>Yeah, Java yuck. I agree. There are two programs that are so good it was >>>worth it to me to install Java: jabref and jbidwatcher. They are both the >>>best in their area.

Using Free JVM implementations (was: Re: debian-user-digest Digest V2005 #3025)

2005-12-24 Thread Rogério Brito
On Dec 23 2005, Daniel Webb wrote: > Yeah, Java yuck. I agree. There are two programs that are so good it > was worth it to me to install Java: jabref and jbidwatcher. They are > both the best in their area. Jbidwatcher is a Ebay auction manager, > and it is fantastic. I will check jabref, but

Re: Xfce question

2005-12-24 Thread j Mak
--- Simon Huggins <[EMAIL PROTECTED]> wrote: > On Fri, Dec 23, 2005 at 08:00:34PM -0500, j Mak > wrote: > > The other day, I installed enlightenment as a > desktop on xfce. But > > I didn't like the feel of it and removed > enlightenment and all the > > files I created during the ins

Re: java for jabref

2005-12-24 Thread Richard Lyons
On Saturday, 24 December 2005 at 17:21:51 +, michael wrote: [...] > > sorry if being a bit dense here but how do I get "blackdown" packages? A > search on Debian packages reveals nothing connected... but a quick google gives http://www.blackdown.org/java-linux -- richard -- To UNSUBSCRI

Cups: and no local cups server

2005-12-24 Thread Bill Moseley
Fresh install of Sarge on a laptop with only cupsys-client. Do I need to also run cupsd server? I've always run servers and clients so never run into this problem before: [EMAIL PROTECTED]:~$ lpstat -v lpstat: Unable to connect to server: Connection refused I can specify a machine that

Re: post install tidbits? [was Help with Linux selection please?]

2005-12-24 Thread Kelly Clowers
On 12/24/05, Chinook <[EMAIL PROTECTED]> wrote: > Kent West wrote: > > Chinook wrote: > > > >> I went through the dpkg-reconfigure and it would not let me select > >> anything except 800x600 and 640x480. So next step I edited the file > >> as Kelly mentioned to set 1280x1024. Then I rebooted and

Re: MTA slow to start

2005-12-24 Thread David Baron
So does mine (using exim4/heavy) from Sid. Always did. Less than a second? On Friday 23 December 2005 05:51, [EMAIL PROTECTED] wrote: > During boot up it takes about 30 seconds for MTA to start for my Etch > install. With Sarge on the same box this takes less than a second. Can I > fix this some

Re: unsubscribe

2005-12-24 Thread David E. Fox
On Fri, 23 Dec 2005 11:55:15 +0100 [EMAIL PROTECTED] (Björn Lindström) wrote: > Mailman already has a feature like this, which works very well. I doubt > it would be that hard to implement. Well yes, but the mandrake/mandriva lists are running sympa. :( --

How to disable hor. scrolling?

2005-12-24 Thread sidlinux
the bottom part of my touchpad behaves like back and forward buttons in browser window. I use gsynaptics to disable it, but there isn't any option like "save" , so everytime I start my laptop , I have to start and reconfigure it. Does anybody know the command to disable it in X11.conf ??? -- To

Re: aspell error in sarge

2005-12-24 Thread Rodney D. Myers
On Sat, 24 Dec 2005 12:09:42 -0500 Brian Nelson <[EMAIL PROTECTED]> wrote: > "Rodney D. Myers" <[EMAIL PROTECTED]> writes: > > > On Sat, 24 Dec 2005 10:00:35 -0500 > > Brian Nelson <[EMAIL PROTECTED]> wrote: > > > >> "Rodney D. Myers" <[EMAIL PROTECTED]> writes: > >> > >> > For the past month I

java for jabref

2005-12-24 Thread michael
> > > mm... not sure which Java SDK is required for this... the Debian/Java > > > FAQ just confuses me! > > > > Yeah, Java yuck. I agree. There are two programs that are so good it was > > worth it to me to install Java: jabref and jbidwatcher. They are both the > > best in their area. Jbidwat

Re: X Window hangs completely, except for the mouse

2005-12-24 Thread qvvx
Gert Brinkmann wrote: You could try a clean setup (a Knoppix Live CD, e.g.). I guess that it is a hardware problem. Or are you using the same configs in sarge and etch? Perhaps you are driving the card at its limit? The X configuration is the same in sarge and etch. A clean setup (at least of s

Re: aspell error in sarge

2005-12-24 Thread Brian Nelson
"Rodney D. Myers" <[EMAIL PROTECTED]> writes: > On Sat, 24 Dec 2005 10:00:35 -0500 > Brian Nelson <[EMAIL PROTECTED]> wrote: > >> "Rodney D. Myers" <[EMAIL PROTECTED]> writes: >> >> > For the past month I have been trying to get a friends computer >> > working with Sylpheed-claws & gaim, but liba

Re: slide rule (OT) was: Question on backups using rsync

2005-12-24 Thread Andrew Sackville-West
Marc Shapiro wrote: Richard Lyons wrote: On Thursday, 22 December 2005 at 12:50:15 -0600, Mike McCarty wrote: Gene Heskett wrote: On Tuesday 20 December 2005 20:35, Daniel Webb wrote: (pulls out my slide ruler to figure out when it's dinner time). Thats properly called a slide rule

Re: Booting Proliant 800

2005-12-24 Thread Peter Teunissen
On 23-dec-2005, at 22:58, Raquel Rice wrote: On Fri, 23 Dec 2005 22:22:49 +0100 Peter Teunissen <[EMAIL PROTECTED]> wrote: Hi All, I've just bought a cheap Proliant 800 PII 450 and would like to install Debian on it. But it will not boot anything. It only tries to boot from a damaged Wind

Re: aspell error in sarge

2005-12-24 Thread Rodney D. Myers
On Sat, 24 Dec 2005 10:00:35 -0500 Brian Nelson <[EMAIL PROTECTED]> wrote: > "Rodney D. Myers" <[EMAIL PROTECTED]> writes: > > > For the past month I have been trying to get a friends computer > > working with Sylpheed-claws & gaim, but libaspell has an ongoing > > error within it. > > > > I keep

Re: Debian way to add modules with 2.6 ?

2005-12-24 Thread Philip Christian
I made a file as your said. Rebooted the laptop did lsmod usbserial is not listed so this is not making the module load how do i actually make the module load during bootup, or when the card is inserted? Philip --- Colin <[EMAIL PROTECTED]> wrote: > Philip Christian wrote: > > I have a sarge la

Re: aspell error in sarge

2005-12-24 Thread Brian Nelson
"Rodney D. Myers" <[EMAIL PROTECTED]> writes: > For the past month I have been trying to get a friends computer working > with Sylpheed-claws & gaim, but libaspell has an ongoing error within > it. > > I keep getting this error message; > > sylpheed-claws: relocation error: /usr/lib/libaspell.so.1

Re: Xfce question

2005-12-24 Thread Simon Huggins
On Fri, Dec 23, 2005 at 08:00:34PM -0500, j Mak wrote: > The other day, I installed enlightenment as a desktop on xfce. But > I didn't like the feel of it and removed enlightenment and all the > files I created during the installation. Now, xfce has no > window-manager and I cannot

Re: Debian way to add modules with 2.6 ?

2005-12-24 Thread Colin
Philip Christian wrote: > I have a sarge laptop with standard 2.6.8-2-686 image > I am trying to make an option fusion UMTS/GPRS pcmcia > card work in debian but I have instructions from a > Suse guy > the instructions are here > http://www.pharscape.org/index.php?option=content&task=view&id=30 >

Re: post install tidbits? [was Help with Linux selection please?]

2005-12-24 Thread Chinook
Kent West wrote: Chinook wrote: I went through the dpkg-reconfigure and it would not let me select anything except 800x600 and 640x480. So next step I edited the file as Kelly mentioned to set 1280x1024. Then I rebooted and found I was in a pile of it. There is no more GUI (neither gdm or xd

Re: Cleaning out old backup (*~, *.bak) files

2005-12-24 Thread Gregory Seidman
On Sat, Dec 24, 2005 at 01:52:44AM -0600, [EMAIL PROTECTED] wrote: } I have a lot of *~ and *.bak files in my home directories, including } recent ones, and ones from several years ago. I'd like to set up a } good system that gets rid of old ones--say, older than a month. I also } would like them

Re: Cleaning out old backup (*~, *.bak) files

2005-12-24 Thread Maurits van Rees
On Sat, Dec 24, 2005 at 01:52:44AM -0600, [EMAIL PROTECTED] wrote: > I have a lot of *~ and *.bak files in my home directories, including > recent ones, and ones from several years ago. I'd like to set up a > good system that gets rid of old ones--say, older than a month. I also > would like them

Re: NFS and Firewall on 2.6

2005-12-24 Thread Felix C. Stegerman
On 2005-12-22 15:07:50, Gerwin Bruner wrote: > The only thing which is not working is to get nlockmgr onto port 4001. > Is there any way to change the port? What did I miss out? I think I successfully used sysctl for this once. Felix -- Felix C. Stegerman <[EMAIL PROTECTED]> "Any sufficiently

set-up for watching video

2005-12-24 Thread kangja
hi, i am trying to set-up my system to in order to be able to view video clips online or download them for offline viewing. my current set-up: debian 'testing' with kernel 2.6.8, kaffeine, mozilla-firefox. installed kaffeine-mozilla and w32codecs from the Millarat ftp site. the result so far is r

Re: MTA slow to start

2005-12-24 Thread Howard Eisenberger
On 2005-12-23, Tyler Smith <[EMAIL PROTECTED]> wrote: > During boot up it takes about 30 seconds for MTA to start for my Etch > install. With Sarge on the same box this takes less than a second. Can > I fix this somehow? Changing "mybox" to "mybox.localdomain" in /etc/hostame works for me. I ca

Re: post install tidbits? [was Help with Linux selection please?]

2005-12-24 Thread Kent West
Chinook wrote: > I went through the dpkg-reconfigure and it would not let me select > anything except 800x600 and 640x480. So next step I edited the file > as Kelly mentioned to set 1280x1024. Then I rebooted and found I was > in a pile of it. There is no more GUI (neither gdm or xdm will come

Re: eMail Relaying to ISP using SMPT-Auth login

2005-12-24 Thread Jan Ingvoldstad
On 12/24/05, Michael Przysucha <[EMAIL PROTECTED]> wrote: I've got a problem with my eMail-client and my ISP, the client does not support the SMTP-Auth machanisms required bymy ISP.Trying to solve the problem I wanted to set up a Debian box (Soekris net4501 headless system) with a relaying system.

Re: eMail Relaying to ISP using SMPT-Auth login

2005-12-24 Thread marcelpaulo
Michael Przysucha wrote on Dec, 24: > I've got a problem with my eMail-client and my ISP, the client does not > support the SMTP-Auth machanisms required by > my ISP. > Trying to solve the problem I wanted to set up a Debian box (Soekris net4501 > headless system) with a relaying system. [...]

Re: radeon + X300 = garbled screen on switching video mode

2005-12-24 Thread Andre Majorel
On 2005-12-14 09:18 +0100, Andre Majorel wrote: > Running xserver-xorg 6.8.2.dfsg.1-7 i386, driver "radeon" with an > Asus card based on an ATI X300 (RV370). > > Works fine in 1024 x 768 but if I try to switch to another mode > (800 x 600, 640 x 480, 320 x 200), the screen looks garbled, > "shear

eMail Relaying to ISP using SMPT-Auth login

2005-12-24 Thread Michael Przysucha
I've got a problem with my eMail-client and my ISP, the client does not support the SMTP-Auth machanisms required by my ISP. Trying to solve the problem I wanted to set up a Debian box (Soekris net4501 headless system) with a relaying system. I tried sendmail, postfix, exim4 and so on but it di

Re: (OT) UK broadband with open port 25

2005-12-24 Thread Piers Kittel
AFAIK Plus.net offers 2 meg with no blocked ports - the Premier service that is. Cheers - Piers Richard Lyons wrote: A quick OT: Anyone here found a UK broadband supplier (>=2G) who can provide an open port 25? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: (OT) UK broadband with open port 25

2005-12-24 Thread Steven Springl
On Saturday 24 December 2005 10:13, Richard Lyons wrote: > A quick OT: > > Anyone here found a UK broadband supplier (>=2G) who can provide an open > port 25? > > -- > richard Richard www.ukfsn.org provides a 2meg service with no blocked ports. Steven. -- To UNSUBSCRIBE, email t

Re: (OT) UK broadband with open port 25

2005-12-24 Thread Richard Lyons
On Saturday, 24 December 2005 at 10:13:35 +, Richard Lyons wrote: > A quick OT: > > Anyone here found a UK broadband supplier (>=2G) who can provide an open > port 25? Oops -- that should be 2Meg -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

(OT) UK broadband with open port 25

2005-12-24 Thread Richard Lyons
A quick OT: Anyone here found a UK broadband supplier (>=2G) who can provide an open port 25? -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: compiling xserver x11r7 problems

2005-12-24 Thread Adam Mercer
On 24/12/05, John Anderson <[EMAIL PROTECTED]> wrote: > If anyone has any suggestions I'd be very happy :-) > dm.h:110:31: error: security/pam_appl.h: No such file or directory Looks like it can't find the security/pam_appl.h header file, which is in the libpam0g-dev package, do you have that pa

Debian way to add modules with 2.6 ?

2005-12-24 Thread Philip Christian
What is the correct way to add modules at boot time with sarge / stable with 2.6 ? what about module options ? with 2.4 I just used to stick the module name in /etc/modules but I don't know about 2.6 and i don't understand options I have a sarge laptop with standard 2.6.8-2-686 image I am trying

Re: Editing textareas in opera/firefox with external editor

2005-12-24 Thread Michael Ott
Hello Paulo! > > > Would anybody know if Opera or Firefox have something equivalent to the > > > mozex > > > extension for Mozilla ? I used mozex heavily for editing textareas with > > > vim > > > and spawning mutt to handle mailto links. I'm trying to switch from > > > Mozilla to > > > Oper

Re: post install tidbits? [was Help with Linux selection please?]

2005-12-24 Thread Chinook
Kelly Clowers wrote: "quiet splash" are options that are passed from grub to the kernel, but I just tried them and realized that although they decrease the verbosity they don't eliminate it. I *think* to eliminate it you need special packages and a kernel patch and recompile. I don't think it is

compaq dl380 howto

2005-12-24 Thread Rodney Richison
I just wanted to post this, because it gave me fits. Below is what I finally did, but I'd still have liked grub in the master boot record, but I kept getting "missing operating system" Compaq dl380 with smart array 3200 controller - Debian Sarge Requires smartstart cd 5.5 to configure and