Use of dual CPU?

2005-05-23 Thread Marco Calviani
Hi, i have one general question regarding the use of a dual Opteron CPU using a smp kernel. I'm currently running a cpu intensive program that use for some hours 100% of the cpu time. But having a look with top at the processes it seems that only one CPU is doing the work at 100%: the other o

Re: Use of dual CPU?

2005-05-23 Thread Adam Mercer
On 23/05/05, Marco Calviani <[EMAIL PROTECTED]> wrote: > Hi, > i have one general question regarding the use of a dual Opteron CPU > using a smp kernel. I'm currently running a cpu intensive program that > use for some hours 100% of the cpu time. But having a look with top at > the processes it s

Re: Use of dual CPU?

2005-05-23 Thread Marco Calviani
So, normally, even if i use an SMP kernel if i'm not telling the program to use both CPU it will continue using only one CPU, right? Regards, MC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Use of dual CPU?

2005-05-23 Thread Marco Calviani
Marco Calviani ha scritto: So, normally, even if i use an SMP kernel if i'm not telling the program to use both CPU it will continue using only one CPU, right? Regards, MC By the way i'm using g77 to compile the program i'm running... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: Use of dual CPU?

2005-05-23 Thread Adam Mercer
On 23/05/05, Marco Calviani <[EMAIL PROTECTED]> wrote: > So, normally, even if i use an SMP kernel if i'm not telling the program > to use both CPU it will continue using only one CPU, right? Yes, if the program isn't written to use both CPUs, it won't. Cheers Adam

Re: Use of dual CPU?

2005-05-23 Thread Marco Calviani
Adam Mercer ha scritto: On 23/05/05, Marco Calviani <[EMAIL PROTECTED]> wrote: So, normally, even if i use an SMP kernel if i'm not telling the program to use both CPU it will continue using only one CPU, right? Yes, if the program isn't written to use both CPUs, it won't. Cheers Ad

Re: problems with a new kernel

2005-05-23 Thread Marc Jackson
Hello, I'm runing linux-2.4.20. I created a kernel specifiying a 3com NIC. I was brought a linksys NIC. *sigh* How do I add the tuilip module to make this NIC work right? Regards, Marc

Re: Can't Defrag Ext3 File System

2005-05-23 Thread Michelle Konzack
Am 2005-05-20 17:10:25, schrieb Leonard Chatagnier: > Have read manuals and done Google Debian search but can't get e2defrag > to run on KI 2.6.8-2-686 > with Ext 3 FS. Here's what I did and results: > ChatagnierL-Home:/var/log# *e2defrag -drsv /dev/hda2*

Re: How to enable a user access to fsck at boot up.

2005-05-23 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Ivan Teliatnikov <[EMAIL PROTECTED]> wrote: >Good day. > >When machine reboots and there is problem with file system one has an >option to enter root password and user fsck utility to check and fix >file system errors. > >I think this is done via sulogin utility an

Re: Use of dual CPU?

2005-05-23 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Marco Calviani <[EMAIL PROTECTED]> wrote: >Adam Mercer ha scritto: > >>On 23/05/05, Marco Calviani <[EMAIL PROTECTED]> wrote: >> >> >>>So, normally, even if i use an SMP kernel if i'm not telling the program >>>to use both CPU it will continue using only one CPU,

Re: Is there a way to get 30 GB files through the net ...

2005-05-23 Thread Dennis Stosberg
Am 22.05.2005 um 13:26 schrieb Ibrahim Mubarak: > I am in a bit of weird situation. I am running a dual boot system. I > need to be able to let someone I know but lives far be able to upload > 30 GB or so of data to my PC or download stuff off of it. I also need > to be able to get it all to the w

Re: Use of dual CPU?

2005-05-23 Thread Marco Calviani
Miquel van Smoorenburg ha scritto: You cannot run one program on two CPUs. It's simply not possible. What you can do is split your program up into multiple programs or threads, that you can run simultaneously - in that case, you will use more than one CPU. But you need to redesign/rewrite your

Re: Is there a way to get 30 GB files through the net ...

2005-05-23 Thread Michelle Konzack
Am 2005-05-22 13:26:14, schrieb Ibrahim Mubarak: > Hi all, > > I am in a bit of weird situation. I am running a dual boot system. I > need to be able to let someone I know but lives far be able to upload > 30 GB or so of data to my PC or download stuff off of it. I also need > to be able to get it

Re: Howto make a boot floppy for my broken system.

2005-05-23 Thread Meni Shapiro
On 5/23/05, Bill Marcum <[EMAIL PROTECTED]> wrote: On Thu, May 19, 2005 at 03:21:31PM +0300, Meni Shapiro wrote:>> Check your /boot dir for an initrd file (usualy initrd. or> something like that)> then edit lilo.conf (usualy /etc/lilo.conf) > add the following in your specific boot option:> init=>

Re: Can't Defrag Ext3 File System

2005-05-23 Thread Mike
Carlos Rodrigues wrote: The references on this are mostly highly technical, and you can find a bunch of those by googling. But sometimes the best way to is just to try and forget the habits learned on MS-land and adopt a wait-and-see approach. Just let your filesystems be, and in time you

Re: Use of dual CPU?

2005-05-23 Thread michael
On Mon, 2005-05-23 at 09:30 +0200, Marco Calviani wrote: > Adam Mercer ha scritto: > > >On 23/05/05, Marco Calviani <[EMAIL PROTECTED]> wrote: > > > > > >>So, normally, even if i use an SMP kernel if i'm not telling the program > >>to use both CPU it will continue using only one CPU, right? > >>

Re: Use of dual CPU?

2005-05-23 Thread michael
On Mon, 2005-05-23 at 10:34 +0200, Marco Calviani wrote: > Miquel van Smoorenburg ha scritto: > > > You cannot run one program on two CPUs. It's simply not possible. > > > >What you can do is split your program up into multiple programs > >or threads, that you can run simultaneously - in that case

Re: HOWTO reverse proxy through an internal-server-initiated ssh tunnel?

2005-05-23 Thread André Carezia
Josh Rehman wrote: > On 5/22/05, *André Carezia* <[EMAIL PROTECTED] > > wrote: > > ssh -R 8080:localhost:80 [EMAIL PROTECTED] > > > My apologies, I should have mentioned that that was what I tried. Here > is the result: > > external>$ telnet localhost 8080 You can't

Re: Use of dual CPU?

2005-05-23 Thread Walter Hoolwerf
On 2005-05-23 09:20:07 +0200, Marco Calviani <[EMAIL PROTECTED]> said: Hi, i have one general question regarding the use of a dual Opteron CPU using a smp kernel. I'm currently running a cpu intensive program that use for some hours 100% of the cpu time. But having a look with top at the p

Re: set proxy with socks5 to use apt-get

2005-05-23 Thread Andreas Hofmann
>. How to set apt-get to through this proxy server to >go to Internet. I tried this > set http_proxy="my_proxy_addres:port" > set ftp_proxy="my_proxy_addres:port" >but it not working. if you type "echo $http_proxy" you will seee, that the environment variable has not been set. you have to use "

Re: cant write national characters - locales issue?

2005-05-23 Thread Andrew Schulman
> hi, i've got problems with writing some national (slovak) characters in > my system. i've got Debian Sarge and i'm running KDE 3.3.2. > > i've got "locales" package installed and configured to support both > "en_US.ISO-8859-1" and "sk_SK.ISO-8859-2", "sk_SK" configured as default. > > i also ch

Re: Regarding unresponsive Debian maintainers (was: Re: Open-Source environments for Java)

2005-05-23 Thread Jeroen van Wolffelaar
On Mon, May 23, 2005 at 12:55:30AM -0300, Rog?rio Brito wrote: > On May 22 2005, Roberto C. Sanchez wrote: > > Rog?rio Brito wrote: > > > In my very humble and uninformed opinion, some maintainers should > > > really give up maintaining their packages or should try to get other > > > people as co-m

GDM: configuring mouse pointer shape and blanking screen when not in use.

2005-05-23 Thread Adam Funk
I've just set up a new Debian testing system and noticed two things about GDM and X that are different from my home computer (apt-get upgraded frequently since it was installed a few years ago). I don't know how to configure them and would appreciate suggestions or links. I don't like the shapes

Re: Duedomande

2005-05-23 Thread A Mennucc
Luigi Testa wrote: Salve Ho acquistato tramite il lug di Teramo una release 3.0 di Debian Woody in 7 CD ed ora sono un fortunato possessore di un sistema operativo Gnu/Linux installato e quasi completamente funzionante. Vorrei dei chiarimenti rispetto ad alcuni problemi che ho incontrato: -

Configuring time between password attempts on sshd?

2005-05-23 Thread Adam Funk
Is it possible to increase the delay that sshd imposes between password attempts? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Is there a way to get 30 GB files through the net ...

2005-05-23 Thread Werner Mahr
Am Sonntag, 22. Mai 2005 22:29 schrieb Keith Edmunds: > Ibrahim Mubarak wrote: > > Any thoughts? Any docs talking about a similar issue? > > Use separate machines, host the data under Linux and make available > to the Windows system via Samba. And if he decides to to use linux for this file? smbfs

What does it mean in the kern.log ?

2005-05-23 Thread BAGI Akos
Hi List! I find periodically such enties in the kern.log. What do they mean? I use sarge with teh official kernel: 2.6.8-2-k7. Kern.log extract: May 22 12:31:25 atilla kernel: Redirect from 212.92.23.1 on eth0 about 212.92.23.13 ignored. May 22 12:31:25

Re: Booting from floppies

2005-05-23 Thread Mohammad Halawah
On Friday 20 May 2005 16:33, Amira Youssef wrote: > Hello, > > I've a problem booting from the cdrom although the cd drive is wokring > fine. I had to boot from a rescue drive and then root.bin "worked and when > it start asking about the soure to install the kernel I selected the crom > to avoid u

Re: Can't start X in Sarge

2005-05-23 Thread Mohammad Halawah
On Saturday 21 May 2005 16:35, Amira Youssef wrote: > Hello, > > After I've installed Sarge thru net for the fist time. X didn't start so I > installed the XFREE86 V4 pkg I used to install over woody and configure it > same way but whenever it try to start x it give the following msg: apm: > BIOS n

Re: HOWTO reverse proxy through an internal-server-initiated ssh tunnel?

2005-05-23 Thread Laurent CARON
Josh Rehman a écrit : On 5/22/05, *André Carezia* <[EMAIL PROTECTED] > wrote: ssh -R 8080:localhost:80 [EMAIL PROTECTED] My apologies, I should have mentioned that that was what I tried. Here is the result: external>$ telnet localhost 8080 Trying 127.0.0.1...

Re: Problem with optical mouse PS/2

2005-05-23 Thread michael
On Fri, 2005-05-20 at 20:44 +, Pollywog wrote: > On Friday 20 May 2005 07:44 pm, Marcelo Luiz de Laia wrote: > > > > > Section "InputDevice" > > Identifier "PS/2 Roda" > > Driver "mouse" > > Option "Protocol" "IMPS/2" > > Option "Device" "/dev/psaux" > > Option "ZAxisMappin

K3b

2005-05-23 Thread Michael Satterwhite
Without thinking, I closed the project portion of the K3b window. Opening it again wasn't a problem, but I can't find any way to redock the project window with the main window. There has got to be a way to put the two windows back together. Can anyone suggest a way to do this. All help will be

Error message when insmod realtek 8180 WLAN driver

2005-05-23 Thread Mohammad Halawah
Hello fox, Context: I want to install the WLAN driver for realtek 8180 using the driver provided by the manufacturer. Problem: When I insert the module using insmode 8180_26_private.ko I get in the shell the following: insmod: error inserting './8180_26_private.ko': -1 Invalid module format

Re: Use of dual CPU?

2005-05-23 Thread Marco Calviani
Walter Hoolwerf ha scritto: the problem (probably) is, that your application isn't smp enabled, like others said. this means, that your application is designed to do one task at a time, like for example, if you'd like to add 7 to 3 and put in in A, and afterwards like to add 9 to 7 and put

Re: problem of bringing up pppoe on boot

2005-05-23 Thread Yuwen Dai
2005/5/23, Marty <[EMAIL PROTECTED]>: > Yuwen Dai wrote: > > Deal all, > > > > I used /etc/ppp/ppp_on_boot to have pppoe bring up on boot time. > > Although ppp_on_boot is an obsolete method, it worked well untill I > > made an "apt-get dist-upgrade" yesterday. > > > > My Linux box has two ethernet

poor font rendering in white-over-black (eg Mutt)

2005-05-23 Thread A Mennucc
hi I just upgraded my box from woody to sarge overall the result is OK, but for minor glitches one problem is that the rendering of the fonts when using Mutt, or any other application that draws white chars over black background, is much worse I attach a snapshot of the window: as you can se

Re: poor font rendering in white-over-black (eg Mutt)

2005-05-23 Thread Ionut Georgescu
Use a bitmap font, like "Fixed". Bitmap fonts are enabled per default in fontconfig, but you may want to check it with dpkg-reconfigure fontconfig Or simply use UXTerm with *VT100*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 Ionut On Mon, May 23, 2005 at 01:53:15PM +0

Sarge

2005-05-23 Thread John Moran
I need to download the latest sarge iso and do a new install and went to the website to get it. I'm just a little confused as to what to download. There is a testing release dates May 22 and a sarge release dated april 27. Is sarge still testing or is sarge the april 27 release named sarge? To

Re: K3b

2005-05-23 Thread Dennis Stosberg
Am 23.05.2005 um 06:53 schrieb Michael Satterwhite: > Without thinking, I closed the project portion of the K3b window. > Opening it again wasn't a problem, but I can't find any way to redock > the project window with the main window. There has got to be a way to > put the two windows back toge

Re: Recommended Debian book?

2005-05-23 Thread Geoff Thurman
On Sun, May 22, 2005 at 12:57:28PM -0600, Glenn English wrote: > On Sun, 2005-05-22 at 23:17 +1200, Chris Bannister wrote: > > > wget -O - http://rute.2038bug.com/rute.html.tar.bz2 | \ > > tar -xvvjf - > > > > I hunted for rute for ages and gave up until someone on a newsgroup > > kindly posted t

Re: Error message when insmod realtek 8180 WLAN driver

2005-05-23 Thread Dennis Stosberg
Am 23.05.2005 um 13:23 schrieb Mohammad Halawah: > Context: I want to install the WLAN driver for realtek 8180 using the driver > provided by the manufacturer. > > Problem: When I insert the module using > insmode 8180_26_private.ko > > I get in the shell the following: > insmod: error inserti

Re: Sarge

2005-05-23 Thread Clive Menzies
On (23/05/05 08:07), John Moran wrote: > I need to download the latest sarge iso and do a new install and went to > the website to get it. I'm just a little confused as to what to > download. There is a testing release dates May 22 and a sarge release > dated april 27. Is sarge still testing or

problem updating menus in fluxbox

2005-05-23 Thread Ric Otte
Hi, I noticed that fluxbox (.9.12-1) doesn't seem to update its menus (or I am doing something wrong). I have added some menus to /etc/menu and ran update-menus. The new menus show up on other windowmanagers, but don't under fluxbox. They don't seem to be listed properly in either /etc/X11/flux

Java printing on Sarge

2005-05-23 Thread bo_kid
Hello all, I'm not sure if this post fits in group, if not please tell me. I'm a newbie when it comes to debian, so please bear with me. I have problem printing from a java when updated to Sarge. The printer list is almost emty! It only contains one printer that cannot be accessed! The same java

firefox and mozilla fail to pring if papersize is incorrect, is there a fix?

2005-05-23 Thread Ivan Teliatnikov
I do not have xprint installed. I encountered a problem with the latest firefox and mozilla (in sarge and sid). Both firefox and/or mozilla fail to print to a remote cups server if paper size specified in File > Print > Properties is different from the paper size configuration of the printer the j

How to change Sarge from testing to stable

2005-05-23 Thread Bee Jay
When Sarge becomes stable since I am running Sarge do I just change my sources from testing to stable? I find Sarge does what I need it to do and no longer have to have the latest thing. Thanks your time -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: How to change Sarge from testing to stable

2005-05-23 Thread David Dorward
On 5/23/05, Bee Jay <[EMAIL PROTECTED]> wrote: > When Sarge becomes stable since I am running Sarge do I just change my > sources from testing to stable? I find Sarge does what I need it to do > and no longer have to have the latest thing. Change "testing" to "sarge" now. Then you'll be tracking

Re: Regarding unresponsive Debian maintainers (was: Re: Open-Source environments for Java)

2005-05-23 Thread Hamish Moffatt
On Mon, May 23, 2005 at 11:32:55AM +0200, Jeroen van Wolffelaar wrote: > I do plan to start up a more structural package checking effort after > Sarge is released, hopefully addressing at least part of your concerns. Bring back the maintainer ping! Hamish -- Hamish Moffatt VK3SB <[EMAIL PROTECT

Re: firefox and mozilla fail to pring if papersize is incorrect, is there a fix?

2005-05-23 Thread Ionut Georgescu
Default papersize for firefox: set print.postscript.paper_size in /etc/mozilla-firefox/pref/firefox.js I did not try, but it should work. On the other hand, you should set the printers to scale the document if the paper size is different. Think of guest notebooks. Regards, Ionut On Mon, May 23,

Pausing the scroll (was Re: Small issues, but still annoying)

2005-05-23 Thread Geoff Thurman
On Sun, May 22, 2005 at 01:00:03PM -0700, Ibrahim Mubarak wrote: > Hi, > > Each time my kernel boots, I see flashing on my screen for a sec the > word "FATAL" followed (on a seperate line) by kernel modules' names. I > am not sure what the FATAL error message is as it goes out of my screen > way t

Re: discover1 vs discover vs discover2 debian installer bug

2005-05-23 Thread Ivan Teliatnikov
On Mon, 2005-05-16 at 10:30 -0400, Mitchell Laks wrote: > On Monday 16 May 2005 10:04 am, Mitchell Laks wrote: > > discover issues: > > > > I have seen references to /media/cdrom0 and /media/cdrom2 not being created > > as a result of a bug in discover. > > > > > apt-cache show discover1 is what i

Re: K3b

2005-05-23 Thread Michael Satterwhite
Dennis Stosberg wrote: | Am 23.05.2005 um 06:53 schrieb Michael Satterwhite: | | |>Without thinking, I closed the project portion of the K3b window. |>Opening it again wasn't a problem, but I can't find any way to redock |>the project window with the main window. There has got to be a way to |>put

Re: poor font rendering in white-over-black (eg Mutt)

2005-05-23 Thread s. keeling
Incoming from A Mennucc: > > I just upgraded my box from woody to sarge > overall the result is OK, but for minor glitches > > one problem is that the rendering of the fonts when using Mutt, or any > other application > that draws white chars over black background, is much worse > > I attach a

gnome/metacity - customizing window menu

2005-05-23 Thread michael
I've failed to find a suitably informative link about how to personalize the window menu under Gnome/Metacity. eg in fvwm2 you can maximize-horizontally -- how do i get this option on all my windows? Thanks, -- Michael Bane Atmospheric Physics Group University of Manchester -- To UNSUBSCRIBE,

Re: How to make Firefox default to CUPS printer (rather than Xprint spool dir)

2005-05-23 Thread Jason Rennie
On Sun, May 22, 2005 at 09:57:02PM -0400, Patrick Wiseman wrote: > Purge xprint, unless you have some use for it. That fixed the problem, but created a new one. Now, when I hit Ctrl+P, there's a 12 second delay before the print window pops up. And Firefox is "frozen" during those 12 seconds. Any

Re: Re: Can't Defrag Ext3 File System-No Problem!

2005-05-23 Thread Leonard Chatagnier
Thanks to everyone who patiently helped me to remove all my scepticism about defragging a linux system. I am convinced and Carlos Rodrigues' explanation of how a linux/unix fs works went a long way in doing this. I'm going to remove/purge e2defrag from my HD and just forget about defragging alt

Re: poor font rendering in white-over-black (eg Mutt)

2005-05-23 Thread Clive Menzies
On (23/05/05 08:20), s. keeling wrote: > Incoming from A Mennucc: > > > > I just upgraded my box from woody to sarge > > overall the result is OK, but for minor glitches > > > > one problem is that the rendering of the fonts when using Mutt, or any > > other application > > that draws white char

Re: How to make Firefox default to CUPS printer (rather than Xprint spool dir)

2005-05-23 Thread Clive Menzies
On (23/05/05 10:47), Jason Rennie wrote: > To: debian-user@lists.debian.org > From: Jason Rennie <[EMAIL PROTECTED]> > Date: Mon, 23 May 2005 10:47:42 -0400 > Subject: Re: How to make Firefox default to CUPS printer (rather than Xprint > spool dir) > > On Sun, May 22, 2005 at 09:57:02PM -0400, Pa

Re: Java printing on Sarge

2005-05-23 Thread Bill Day
Have you setup a java enviroment for your system yet? It may be as simple as following this page: http://www.debian.org/doc/manuals/debian-java-faq/ch11.html HTH, On Monday May 23 2005 9:04 am, [EMAIL PROTECTED] wrote: > Hello all, > > I'm not sure if this post fits in group, if not please tel

rsync fails to connect on kernel 2.6.10 over plip

2005-05-23 Thread hacker
I've successfully used rsync (2.6.4-6) to transfer files over a plip connection via a cable connecting the parallel ports of my desktop and laptop, using kernel 2.4.27. Now, I'm trying to use kernel 2.6.10 and rsync won't establish a connection. root #: rsync mydesktop:: rsync: failed to connect

Re: discover1 vs discover vs discover2 debian installer bug

2005-05-23 Thread Mitchell Laks
On Monday 23 May 2005 10:22 am, Ivan Teliatnikov wrote: > Desktop System Setup with Debian GNU/Linux 3.1 'Sarge' located at > http://thegoldenear.org/toolbox/unices/desktop-system-setup-debian-sarge.ht >ml#installation mentions this problem abd suggests work around. > > (In Installation section):

sdr problems with name resolution...

2005-05-23 Thread Jonathan D. Proulx
I'm having dumb problems with sdr, not sure if it's me or sdr being dumb though... [EMAIL PROTECTED] ~]$ sdr SDR: getaddrinfo failed, couldn't resolve 'spoon'! [EMAIL PROTECTED] ~]$ grep spoon /etc/hosts 128.30.28.19spoon.csail.mit.edu spoon [EMAIL PROTECTED] ~]$ host spoon spoon.csail.mit.ed

bluetooth how to?

2005-05-23 Thread Alberto Bert
Hi all, I'm trying to make working the bluetooth of my laptop. I read some documentation, and it seems simple... - I'm running sid, kernel 2.6.11-686. In that kernel the default config options seems to be ok for the bluetooth. - I installed bluez-utils, bluez-hcidump, bluez-firmware - The modu

Sources for sarge...

2005-05-23 Thread Bill Day
I got a quite a few errors when I changed all of my stuff in sources.list from testing to sarge and unstable to sarge. Below is a copy of my sources.list should I not have changed these? I only ran apt-get update and have not done an apt-get upgrade. With the errors it returned on update o

Re: No "Beep" from PC Speaker

2005-05-23 Thread Kenneth Jacker
martyb> Did you try to "beep" as root? I grabbed the 'beep' package, installed it, and it worked! So, I can now add the invocation of /usr/bin/beep to the 'xalarm' cmmd line. I still wonder why "$ echo ^G" doesn't work in "terminal" windows ... something missing in /etc/terminfo/*? Thanks,

Re: Sources for sarge...

2005-05-23 Thread s. keeling
Incoming from Bill Day: > I got a quite a few errors when I changed all of my stuff in sources.list > from > testing to sarge and unstable to sarge. Below is a copy of my sources.list I've never heard anyone report success in rolling back unstable to testing. Make a backup, get a sarge neti

Re: Pausing the scroll (was Re: Small issues, but still annoying)

2005-05-23 Thread Maurits van Rees
On Mon, May 23, 2005 at 02:31:19PM +0100, Geoff Thurman wrote: > On Sun, May 22, 2005 at 01:00:03PM -0700, Ibrahim Mubarak wrote: > > Each time my kernel boots, I see flashing on my screen for a sec the > > word "FATAL" followed (on a seperate line) by kernel modules' names. I > > am not sure what

Re: Sources for sarge...

2005-05-23 Thread Bill Day
I guess I fogot to mention I was running sarge which was testing? I seen in another thread to change testing to sarge so Id id and ran the update where originally I recieved this mess: beast:/home/bill# apt-get update Get:1 http://http.us.debian.org sarge/main Packages [3359kB] Get:2 http://no

We have over 20,000 registered users

2005-05-23 Thread Amelia
Than you cannot even imagine what it is like to be a real man in bed! http://preinitialize.healthsolutins.info/?managedxtvuySchumacherzvpBabcock You will have access to some of the lowest prices on the internet -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: No "Beep" from PC Speaker

2005-05-23 Thread Colin
Marty wrote: > Did you try to "beep" as root? (I use the program /usr/bin/beep for > this test. The reason I ask is because I think once I had to be root to > run "beep." I forget what the problem was, probably a permissions issue.) Man! Now that's being a bit paranoid! You need to be root t

Re: problems with a new kernel

2005-05-23 Thread Colin
Marc Jackson wrote: > I'm runing linux-2.4.20. I created a kernel specifiying a 3com NIC. > I was brought a linksys NIC. *sigh* How do I add the tuilip module > to make this NIC work right? Load the *tulip* module if it exists. If not, compile it as a module. My general rule of thumb is that

kernel compilation buggy?

2005-05-23 Thread Alberto Bert
Hi, I just tryed to compile the 2.6.22 kernel with make-kpkg and the default config file. I doesn't boot giving endless loop with and error apparently related to proc and init. I cannot be more precise cause I don't know where to find back what it was on the console... Is that a known problem of

Install procedures

2005-05-23 Thread Nigel
Hi, whoever. I have searched the various forums (hours of work) but I cannot find an answer to the following question. Where in the OSS Unix/Linux is the control of switch debounce for input devices. Reason: during install of a couple of versions of Linux, Debian based or not, I've discovered t

Re: kernel compilation buggy?

2005-05-23 Thread Alberto Bert
Sorry, I forgot to say that I'm running sid Alberto On May 23, 2005 at 07:06:31PM +0200, Alberto Bert wrote: > Hi, > > I just tryed to compile the 2.6.22 kernel with make-kpkg and the default > config file. > > I doesn't boot giving endless loop with and error apparently related > to proc and i

Re: audacity problem: no I/O devices

2005-05-23 Thread Marty
Jonathan Kaye wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 En/La Marty ha escrit, a 22/05/05 22:19: |> /dev/dsp; no /dev/dsp1 nor /dev/dsp2. Do you know what's using these |> /dev's? Have you run alsaconf, etc. and all is well? | | | Here is where I suspect a problem, since alsaconf fai

Re: How to change Sarge from testing to stable

2005-05-23 Thread Kamaraju Kusumanchi
Bee Jay wrote: When Sarge becomes stable since I am running Sarge do I just change my sources from testing to stable? I find Sarge does what I need it to do and no longer have to have the latest thing. Thanks your time FAQ. The short answer is change your sources to sarge. For more detai

Re: No "Beep" from PC Speaker

2005-05-23 Thread Marty
Colin wrote: Marty wrote: Did you try to "beep" as root? (I use the program /usr/bin/beep for this test. The reason I ask is because I think once I had to be root to run "beep." I forget what the problem was, probably a permissions issue.) Man! Now that's being a bit paranoid! You need t

Re: bluetooth how to?

2005-05-23 Thread Ionut Georgescu
Hello Alberto, has your host controler been recognized ? (look into dmesg) Ionut On Mon, May 23, 2005 at 06:08:04PM +0200, Alberto Bert wrote: > Hi all, > > I'm trying to make working the bluetooth of my laptop. > > I read some documentation, and it seems simple... > > - I'm running sid, kern

Re: No "Beep" from PC Speaker

2005-05-23 Thread Marty
Kenneth Jacker wrote: martyb> Did you try to "beep" as root? I grabbed the 'beep' package, installed it, and it worked! So, I can now add the invocation of /usr/bin/beep to the 'xalarm' cmmd line. I still wonder why "$ echo ^G" doesn't work in "terminal" windows ... something missing in /et

Re: Install procedures

2005-05-23 Thread Ionut Georgescu
Hello Nigel, is this of any help ? Using kbdrate without any options will reset the repeat rate to 10.9 characters per second (cps) and the delay to 250 milliseconds (ms) for Intel- and M68K-based systems. These are the IBM defaults. On SPARC- based systems it

Re: kernel compilation buggy?

2005-05-23 Thread Ionut Georgescu
Hello Alberto, I run 2.6.11-ck8 and 2.6.11.2 with no issues. Both compiled with make-kpkg. Could it be a wrong .config file ? Regards, Ionut On Mon, May 23, 2005 at 07:11:00PM +0200, Alberto Bert wrote: > Sorry, I forgot to say that I'm running sid > > Alberto > > On May 23, 2005 at 07:06:31P

gnupg: can't see my private keys after partition resize

2005-05-23 Thread Mohammad Halawah
Hello guys, I am facing a problem with gnupg, that It doesn't detect my private keys after partition resizing. So when I run the kgpg, my public keys are present but no private keys (i.e. I can't sign any message).At the same time the file "secring.gpg" is 5.6kb which means that it has 5 priv

Re: audacity problem: no I/O devices

2005-05-23 Thread Jonathan Kaye
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 En/La Marty ha escrit, a 23/05/05 19:36: |> Here's my kernel configuration: | |> [EMAIL PROTECTED]:/usr/src/linux-2.6.8$ grep SND |> /usr/src/linus-2.6.8/.config |grep =y Marty, I don't know if it's relevant but did you compile your own kernel from

Re: Problem with optical mouse PS/2

2005-05-23 Thread Marcelo Luiz de Laia
Hi, Thanks for your comments. But, they dont solve my problem. I googling (search on google) for any commentary and I found a lot of messages on Linux-Kernel, like this http://www.uwsg.iu.edu/hypermail/linux/kernel/0505.1/0005.html If I change my mouse to another one, optico too, I get this

lvm2 (sid) and pvmove - device-mapper targets

2005-05-23 Thread Chris Searle
Sid box. Running lvm2. I have the following: /dev/mapper/vg0-tmp on /tmp type xfs (rw) /dev/mapper/vg0-usr on /usr type xfs (rw) /dev/mapper/vg0-var on /var type xfs (rw) /dev/mapper/vg0-local on /local type xfs (rw) /dev/mapper/vg0-home on /home type xfs (rw) All working just fine. pvcreate, p

html to pdf conversion

2005-05-23 Thread Deboo ^
Is there a html to pdf converter utility/script or any such thing available for debian? I could not find using apt search. Regards, Deboo -- Please don't Cc: me, I'm subscribed to the list.

Re: lvm2 (sid) and pvmove - device-mapper targets

2005-05-23 Thread hmh
On Mon, May 23, 2005 at 08:50:17PM +0200, Chris Searle wrote: > mirror: Required device-mapper target(s) not detected in your kernel pvmove needs raid1 support in device-mapper. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: html to pdf conversion

2005-05-23 Thread Glenn English
On Mon, 2005-05-23 at 14:59 -0400, Deboo ^ wrote: > Is there a html to pdf converter utility/script or any such thing > available for debian? I could not find using apt search. Have you considered bringing up the file in a browser and "printing" it to a pdf file? -- Glenn English [EMAIL PROTECTE

Re: Pausing the scroll (was Re: Small issues, but still annoying)

2005-05-23 Thread David Jardine
On Mon, May 23, 2005 at 06:34:49PM +0200, Maurits van Rees wrote: > On Mon, May 23, 2005 at 02:31:19PM +0100, Geoff Thurman wrote: > > On Sun, May 22, 2005 at 01:00:03PM -0700, Ibrahim Mubarak wrote: > > > Each time my kernel boots, I see flashing on my screen for a sec the > > > word "FATAL" follo

Re: html to pdf conversion

2005-05-23 Thread Deboo ^
On 5/23/05, Glenn English <[EMAIL PROTECTED]> wrote: > On Mon, 2005-05-23 at 14:59 -0400, Deboo ^ wrote: > > Is there a html to pdf converter utility/script or any such thing > > available for debian? I could not find using apt search. > > Have you considered bringing up the file in a browser and

Re: html to pdf conversion

2005-05-23 Thread ice.dp
On 5/23/05, Deboo ^ <[EMAIL PROTECTED]> wrote: > On 5/23/05, Glenn English <[EMAIL PROTECTED]> wrote: > > On Mon, 2005-05-23 at 14:59 -0400, Deboo ^ wrote: > > > Is there a html to pdf converter utility/script or any such thing > > > available for debian? I could not find using apt search. > > > >

Samba printer shares list

2005-05-23 Thread David Fokkema
Hi group, Since upgrading samba from woody to sarge (2.2 -> 3.0), I have the following problem: I can still use my printer shared via cups, but it doesn't show up in the browse list. This is my smb.conf: # Samba config file created using SWAT # from 192.168.20.20 (192.168.20.20) # Date: 2005/05/2

Re: audacity problem: no I/O devices

2005-05-23 Thread Marty
Jonathan Kaye wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 En/La Marty ha escrit, a 23/05/05 19:36: |> Here's my kernel configuration: | |> [EMAIL PROTECTED]:/usr/src/linux-2.6.8$ grep SND |> /usr/src/linus-2.6.8/.config |grep =y Marty, I don't know if it's relevant but did you compile

Re: No "Beep" from PC Speaker

2005-05-23 Thread David Jardine
On Mon, May 23, 2005 at 01:55:09PM -0400, Marty wrote: [...] > After solving my own beep problems I wrote the following command > called "twinke-beeps," (GPL, all rights reserved) which proves that Sarge is > still a contender in state-of-the-art multimedia: > > beep -f 1000 -n -f 10

Re: html to pdf conversion

2005-05-23 Thread Karsten M. Self
on Mon, May 23, 2005 at 02:59:19PM -0400, Deboo ^ ([EMAIL PROTECTED]) wrote: > Is there a html to pdf converter utility/script or any such thing > available for debian? I could not find using apt search. You've got HTML to PS. Then PS to PDF is trivial. The GS scripts require an input and output

Re: html to pdf conversion

2005-05-23 Thread Phil Dyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deboo ^ said: > Is there a html to pdf converter utility/script or any such thing > available for debian? I could not find using apt search. you can use a combination of html2ps and ps2pdf. They are both available as deb packages. - -- /phil

Re: Firefox and MIDI

2005-05-23 Thread Jim Hall
Again, replies are inline. Jim Peter J Ross wrote: On Wed, May 18, 2005 at 09:25:28PM -0500, Jim Hall wrote: Replies are inline. Jim Nicos Gollan wrote: On Saturday May 14 2005 05:02, Jim Hall wrote: A user needs MIDI to work in Firefox. I installed kernel-image-2.6.8-686, then ALSA

Re: HOWTO reverse proxy through an internal-server-initiated ssh tunnel?

2005-05-23 Thread André Carezia
Josh Rehman wrote: > [...] > Does mod_proxy have some sort of priveledged access to ssh tunnels? > Are you saying that my simple telnet test cannot work ever? Please send your replies to the list. > internal>[start server on 8080] > internal>[make sure server is listening] > internal>ssh -R 8080

Wireless presenter: buttons don't work

2005-05-23 Thread Marcio Rosa da Silva
Hi all! I have a wireless presenter (USB mouse with laser pointer) that isn't recognized well in linux. It has a trackball in the upper side together with 4 buttons: left/right mouse click and PgUp/PgDown. The trackball works fine and (to my surprise) the PgUp/PgDown buttons also. The proble

Re: how do you protect from spammers in Debian lists?

2005-05-23 Thread michael
On Fri, 2005-05-13 at 13:23 +0200, Dennis Stosberg wrote: > Am Freitag, 13. Mai 2005 12:20 schrieb Nacho: > > > So I think it's very easy for anybody to automatically extract > > all of the email addresses from the web archive. > > It _is_ very easy and many spammers do that. > > Your best optio

  1   2   >