Support for Marvel 88SX6081 chipset (Sonnet Tempo-X eSATA 4+4 PCI-X card)

2007-06-20 Thread Arturo Guadagnin
Hi I recently installed debian 4.0 (etch) for PPC on my apple dual G5 computer. I have a Sonnet Tempo-X eSATA 4+4 PCI-X card (based on the Marvel 88SX6081 chipset) installed. During installation this card is recognized by the installer and the attached disks are displayed. I didn't use in this

Re: Commandline FTP tool to sync mirror @ISP

2007-06-20 Thread i'll teach you to turn away.
Michelle Konzack <[EMAIL PROTECTED]> wrote: MK> unfortunatly my ISP allow only FTP and it is not realy easy to update MK> the FTP/Webspace by hand. yep, same situation i was in. use ftpsync. $ ftpsync -s $isp-ip -v -u $username -p $passwd -r / -l /local/mirror lish

Re: Issues dist-upgrading Etch to Lenny - 1 week old

2007-06-20 Thread David Fox
On 6/16/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: aptitude update && aptitude dist-upgrade when its done, you'll have a consistent testing system. Then you can reinstall anything you think you want and restart X with /etc/init.d/kdm start. I got to a convenient point and went ahe

Re: skype and amd64

2007-06-20 Thread Michael Dominok
Hi Marcello Am Mittwoch, den 20.06.2007, 11:45 -0300 schrieb Marcelo Chiapparini: > Hello, > > I am running etch in a amd64 machine. I need skype running on it, > because my co-workers uses skype in their windows worlds... > How can I get skype running in amd64+etch? I googled the web, but the >

Re: Knetfiter crash, knetfilter se rompe

2007-06-20 Thread nones nones
On 6/20/07, nones nones <[EMAIL PROTECTED]> wrote: Package: knetfilter Version: 3.5.0 Kernel version: Linux (i686) release 2.6.18-4-686 Error Signal: 11 English: I only open and close the application (as root), and then... it crash. Spanish: Solo abro y cierro la aplicación (como root), entonce

Re: setting in /etc/profile in debian

2007-06-20 Thread Kushal Kumaran
On Wed, Jun 20, 2007 at 05:55:37PM -0600, Bob Proulx wrote: > > > > In any case some standard ways of dealing with this are: > > * Install in your $HOME directory instead of /usr/local and then add > these paths to your $HOME/.bashrc file. This is typical for a > personal installation. > >

Re: Can I resize my partition after installation ?

2007-06-20 Thread Andrew Barr
On Jun 21, 2007, at 12:07 AM, arijit sarkar wrote: So, can i resize my /home now to make space for second root. or I have to reformat and do it again. Sure you can. Boot from a rescue CD, or better yet, a Debian or Ubuntu live CD, and use parted or one of it's GUI frontends to reconfigure yo

Re: how to find the specs of a monitor

2007-06-20 Thread Stephen Cormier
On June 20, 2007 08:56:01 pm Kamaraju S Kusumanchi wrote: > Raquel wrote: > > On Wed, 20 Jun 2007 14:53:17 -0700 > > > > Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > >> > > On Wed, Jun 20, 2007 at 03:37:19PM -0400, Kamaraju S > >> > > > >> > > Kusumanchi wrote: > >> > >> I am trying to setup

Re: screenshot

2007-06-20 Thread Tyler Smith
On 2007-06-21, Frank McCormick <[EMAIL PROTECTED]> wrote: >> I use imagemagick for this: >> import -frame ~/Images/Screenshots/image_of_the_window_or_frame.jpg > > >What a great bunch of knowledgable and helpful people - I'd say > Imagemagick and scrot are the handiest - I'm glad you asked,

Can I resize my partition after installation ?

2007-06-20 Thread arijit sarkar
I have debian installed on my 160gb hdd. [NOTE: this is the exact disk structure] / -> 7gb swap -> 2.5gb /home -> rest 144gb now I feel, I could have used that space to install another linux OS for testing/exploring. so i want to know, is it possible to resize "/home" now? i want to make my hdd s

Re: how to find the specs of a monitor

2007-06-20 Thread Mike McCarty
Kamaraju S Kusumanchi wrote: Mike McCarty wrote: [...] I think that the read-edid is informative, but wanted a more complete dump. Today is the first I heard of it. But, in any case, I am working on a program to dump everything in it. If you need a prelim. version, I can shoot you source,

Re: how to find the specs of a monitor

2007-06-20 Thread Andrew Sackville-West
On Wed, Jun 20, 2007 at 07:56:01PM -0400, Kamaraju S Kusumanchi wrote: [...] > It is not stupid at all. The problem is that I do not know the model of this > monitor. All it says on the LCD panel is that it is a Dell monitor. There > is no other information like model number etc., nothing on th

Re: BAD Error Installing new Apache2 & PHP?

2007-06-20 Thread Andrew Sackville-West
On Wed, Jun 20, 2007 at 03:41:40PM -0700, Aikins, Ronald (Ron) (CIV) wrote: > A, > > I'm slowly catching up on the learning curve. My sources list is: > > #deb file:///cdrom/ sarge main > deb ftp://ftp.us.debian.org/debian/ stable main > deb-src ftp://ftp.us.debian.org/debian/ stable main > deb h

Re: screenshot

2007-06-20 Thread Vincent Lefevre
On 2007-06-20 20:29:14 +0100, Jose Rodriguez wrote: > I use ksnapshot, don't know how big it is, but it does a good job, Really big, taking into account the dependencies: After unpacking 68.1MB of additional disk space will be used. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web:

Re: screenshot

2007-06-20 Thread Vincent Lefevre
On 2007-06-20 16:03:18 -0400, Kamaraju S Kusumanchi wrote: > Not a real issue. You can always use > > xwd | convert - screenshot.jpg What's the point of using xwd, then? import -window root screenshot.png (since if convert is installed, then import is installed). -- Vincent Lefèvre <[EMAIL PR

Re: problems with radeon driver

2007-06-20 Thread Bob
Marcelo Chiapparini wrote: Hello, I am running etch in an amd64 system with an ATI Radeon Mobility 9200 (AGP) video card. The ATI driver from x.org doesn't work with this card, after a small GUI activity, the screen freezes. I've reported Have you tried in xorg.conf actually specifyin

Re: screenshot

2007-06-20 Thread Frank McCormick
On Wed, 20 Jun 2007 21:34:38 +0200 csanyipal <[EMAIL PROTECTED]> wrote: > > > Anybody know of relatively simple software to take screenshots of > > > the dexktop or of windows of applications. Gnome-utils contains a > > I use imagemagick for this: > import -frame ~/Images/Screenshots/image_of_the

Re: how to find the specs of a monitor

2007-06-20 Thread Kamaraju S Kusumanchi
Mike McCarty wrote: > Kamaraju S Kusumanchi wrote: >> I am trying to setup a dual screen from a laptop with another LCD >> monitor. However, this new monitor came without any manuals, >> documentation etc., I know that it is working but I just dont know the >> specs. How can I find out what its Ho

Re: Commandline FTP tool to sync mirror @ISP

2007-06-20 Thread Karl E. Jorgensen
On Sun, Jun 17, 2007 at 05:14:07PM +0200, Michelle Konzack wrote: > Hello, > > unfortunatly my ISP allow only FTP and it is not realy easy to update > the FTP/Webspace by hand. > > What I need is a full automated FTP commandline client which can sync > my local mirror (Laptop) with the ISP. I me

Franz Gustav Niederheitmann added you as a friend on WAYN...

2007-06-20 Thread Franz Gustav Niederheitmann
Dear debian-user, Franz Gustav Niederheitmann (http://www.wayn.com/waynfx.html?wci=link&id=903&m=8909504&c=275178028&fm_token=CC6287171F38DFE9224F3018D3E73F0A) has added you as a friend on WAYN. Confirm whether you are friends with Franz Gustav (http://www.wayn.com/waynfx.html?wci=link&id=905&m

Re: how to find the specs of a monitor

2007-06-20 Thread Mike McCarty
Kamaraju S Kusumanchi wrote: I am trying to setup a dual screen from a laptop with another LCD monitor. However, this new monitor came without any manuals, documentation etc., I know that it is working but I just dont know the specs. How can I find out what its Horizontal frequency and vertical r

Re: how to find the specs of a monitor

2007-06-20 Thread Kamaraju S Kusumanchi
Raquel wrote: > On Wed, 20 Jun 2007 14:53:17 -0700 > Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > >> > > On Wed, Jun 20, 2007 at 03:37:19PM -0400, Kamaraju S >> > > Kusumanchi wrote: >> > >> I am trying to setup a dual screen from a laptop with another >> > >LCD > monitor. However, this new

Re: setting in /etc/profile in debian

2007-06-20 Thread Bob Proulx
yong lee wrote: > I add new entry in /etc/profile.(see below) > #add java variable > JAVA_HOME=/usr/local/jre1.6.0_01 > export JAVA_HOME > > #add JAVA_HOME to the PATH > PATH="${JAVA_HOME}/bin:${PATH}" > export PATH That is a very un-Debian way of doing things because it requires that a user log

Re: Mixer use kills ALSA

2007-06-20 Thread Andrew Perrin
On Thu, 21 Jun 2007, arijit sarkar wrote: On Wed, 2007-06-20 at 14:26 -0400, Andrew Perrin wrote: I am using kernel 2.6.18 with debian testing. My machine is an ASUS M2NPV-VM, which contains the following sound hardware: [snip] Sound works OK from a variety of applications, including alsapla

Re: setting in /etc/profile in debian

2007-06-20 Thread Orestes leal
On Wed, 20 Jun 2007 16:06:57 -0700 (PDT) yong lee <[EMAIL PROTECTED]> wrote: > I thought these new entries would be effective after I > reopen a new terminal window. But it did not. I have > to manually do source /etc/profile to see the new Make the same change in ~/.bashrc, it depends on the WM

JAVA AWT exception in debian

2007-06-20 Thread yong lee
I got a following exception when I ran a JAVA program which uses AWT in a terminal window. The same program works in Windows environment. Do I miss some configuration settings in debian environment ? Thanks -Yong java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(Unk

setting in /etc/profile in debian

2007-06-20 Thread yong lee
I add new entry in /etc/profile.(see below) #add java variable JAVA_HOME=/usr/local/jre1.6.0_01 export JAVA_HOME #add JAVA_HOME to the PATH PATH="${JAVA_HOME}/bin:${PATH}" export PATH I thought these new entries would be effective after I reopen a new terminal window. But it did not. I have to m

RE: BAD Error Installing new Apache2 & PHP?

2007-06-20 Thread Aikins, Ronald (Ron) (CIV)
A, I'm slowly catching up on the learning curve. My sources list is: #deb file:///cdrom/ sarge main deb ftp://ftp.us.debian.org/debian/ stable main deb-src ftp://ftp.us.debian.org/debian/ stable main deb http://security.debian.org/ stable/updates main My general idea of a plan (remember, all thi

Re: Detecting disk drives from an installation script

2007-06-20 Thread Orestes leal
On Wed, 20 Jun 2007 12:53:19 -0500 Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: > Michelle Konzack wrote: > > Not the best way, but it works perfectly > > > > See attached Shell-Script. > > > > This is what I have: > > [EMAIL PROTECTED]:~$ df > Filesystem 1K-blocks Used Available

Re: how to find the specs of a monitor

2007-06-20 Thread Raquel
On Wed, 20 Jun 2007 14:53:17 -0700 Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > > On Wed, Jun 20, 2007 at 03:37:19PM -0400, Kamaraju S > > > Kusumanchi wrote: > > >> I am trying to setup a dual screen from a laptop with another > > >LCD > monitor. However, this new monitor came without any

Re: how to find the specs of a monitor

2007-06-20 Thread Andrew Sackville-West
On Wed, Jun 20, 2007 at 04:19:32PM -0400, Kamaraju S Kusumanchi wrote: > Andrew Sackville-West wrote: > > > On Wed, Jun 20, 2007 at 03:37:19PM -0400, Kamaraju S Kusumanchi wrote: > >> I am trying to setup a dual screen from a laptop with another LCD > >> monitor. However, this new monitor came wit

First Outing with MusixTex

2007-06-20 Thread David Baron
Exported a noteedit (kde score editor) to this format. I can now run musixtex filename and get a viewable, printable dvi file. Hebrew characters show as '?' TexLive Hebrew is installed. So how do I get it to be used? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: how to find the specs of a monitor

2007-06-20 Thread Kamaraju S Kusumanchi
Andrew Sackville-West wrote: > On Wed, Jun 20, 2007 at 03:37:19PM -0400, Kamaraju S Kusumanchi wrote: >> I am trying to setup a dual screen from a laptop with another LCD >> monitor. However, this new monitor came without any manuals, >> documentation etc., I know that it is working but I just don

Re: how to find the specs of a monitor

2007-06-20 Thread Andrew Sackville-West
On Wed, Jun 20, 2007 at 03:37:19PM -0400, Kamaraju S Kusumanchi wrote: > I am trying to setup a dual screen from a laptop with another LCD monitor. > However, this new monitor came without any manuals, documentation etc., I > know that it is working but I just dont know the specs. How can I find ou

Re: screenshot

2007-06-20 Thread Kamaraju S Kusumanchi
Karl E. Jorgensen wrote: > On Wed, Jun 20, 2007 at 02:56:47PM -0400, Frank McCormick wrote: >> >> Anybody know of relatively simple software to take screenshots of the >> dexktop or of windows of applications. Gnome-utils contains a screenshot >> maker but its a 6 meg download and am 18 meg insta

Re: how to find the specs of a monitor

2007-06-20 Thread Andrew J. Barr
Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote: > I am trying to setup a dual screen from a laptop with another LCD > monitor. However, this new monitor came without any manuals, > documentation etc., I know that it is working but I just dont know > the specs. How can I find out what its Horizont

Re: /etc is gone

2007-06-20 Thread Karl E. Jorgensen
On Mon, Jun 18, 2007 at 08:54:30PM -0400, j j wrote: > Hello > > I have been have trouble with my debian box(64 studio). i just discovered > that > /etc directory is missing. I dont think i deleted it, but it seems that I > must > have. Perhaps not. Things to look at: - you haven't mounted

Re: screenshot

2007-06-20 Thread csanyipal
On Wed, Jun 20, 2007 at 09:09:50PM +0200, Mathias Brodala wrote: > Hi Frank. > > Frank McCormick, 20.06.2007 20:56: > > Anybody know of relatively simple software to take screenshots of the > > dexktop or of windows of applications. Gnome-utils contains a screenshot > > maker but its a 6 meg downl

Re: screenshot

2007-06-20 Thread Karl E. Jorgensen
On Wed, Jun 20, 2007 at 02:56:47PM -0400, Frank McCormick wrote: > > Anybody know of relatively simple software to take screenshots of the > dexktop or of windows of applications. Gnome-utils contains a screenshot > maker but its a 6 meg download and am 18 meg installation!! There's always xwd in

how to find the specs of a monitor

2007-06-20 Thread Kamaraju S Kusumanchi
I am trying to setup a dual screen from a laptop with another LCD monitor. However, this new monitor came without any manuals, documentation etc., I know that it is working but I just dont know the specs. How can I find out what its Horizontal frequency and vertical refresh rates etc. are, so that

Re: screenshot

2007-06-20 Thread Kamaraju S Kusumanchi
Frank McCormick wrote: > > Anybody know of relatively simple software to take screenshots of the > dexktop or of windows of applications. Gnome-utils contains a screenshot > maker but its a 6 meg download and am 18 meg installation!! To take screenshot you can use gimp. open File -> Acquire -> S

Re: screenshot

2007-06-20 Thread Jose Rodriguez
On Wed, 20 Jun 2007 21:10:14 +0200 Mathias Brodala <[EMAIL PROTECTED]> wrote: > Hi Frank. > > Frank McCormick, 20.06.2007 20:56: > > Anybody know of relatively simple software to take screenshots > > of the dexktop or of windows of applications. Gnome-utils > > contains a screenshot maker but its

Re: Knetfiter crash, knetfilter se rompe

2007-06-20 Thread Andrew J. Barr
"nones nones" <[EMAIL PROTECTED]> wrote: > Package: knetfilter > Version: 3.5.0 > Kernel version: Linux (i686) release 2.6.18-4-686 > Error Signal: 11 > > English: > I only open and close the application (as root), and then... it crash. > > Spanish: > Solo abro y cierro la aplicación (como root)

Re: screenshot

2007-06-20 Thread Frank McCormick
On Wed, 20 Jun 2007 21:09:50 +0200 Mathias Brodala <[EMAIL PROTECTED]> wrote: > > Anybody know of relatively simple software to take screenshots of > > the dexktop or of windows of applications. Gnome-utils contains a > > Try "scrot", it’s extremely small but still provides a lot of > functionali

Knetfiter crash, knetfilter se rompe

2007-06-20 Thread nones nones
Package: knetfilter Version: 3.5.0 Kernel version: Linux (i686) release 2.6.18-4-686 Error Signal: 11 English: I only open and close the application (as root), and then... it crash. Spanish: Solo abro y cierro la aplicación (como root), entonces... se rompe. (no debugging symbols found) Using

Re: Mixer use kills ALSA

2007-06-20 Thread arijit sarkar
On Wed, 2007-06-20 at 14:26 -0400, Andrew Perrin wrote: > I am using kernel 2.6.18 with debian testing. My machine is an ASUS > M2NPV-VM, which contains the following sound hardware: > > 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2) > Subsystem: ASUSTeK C

Re: screenshot

2007-06-20 Thread Mathias Brodala
Hi Frank. Frank McCormick, 20.06.2007 20:56: > Anybody know of relatively simple software to take screenshots of the > dexktop or of windows of applications. Gnome-utils contains a screenshot > maker but its a 6 meg download and am 18 meg installation!! Try "scrot", it’s extremely small but still

Re: screenshot

2007-06-20 Thread cothrige
* Frank McCormick ([EMAIL PROTECTED]) wrote: > > Anybody know of relatively simple software to take screenshots of the > dexktop or of windows of applications. Gnome-utils contains a screenshot > maker but its a 6 meg download and am 18 meg installation!! I believe the Gimp has a pretty straightf

screenshot

2007-06-20 Thread Frank McCormick
Anybody know of relatively simple software to take screenshots of the dexktop or of windows of applications. Gnome-utils contains a screenshot maker but its a 6 meg download and am 18 meg installation!! Cheers and Thanks! -- Change the world one loan at a time - visit Kiva.org to find out how

Re: mplayer problem

2007-06-20 Thread Jonathan Kaye
Thomas H. George wrote: > mplayer worked once, then no more. Using the iceape browser I went to a > www.whyy.org and connected to the sound stream - no problem. Then > stopped this stream, went to www.wrti.org and connected to the sound > stream - mplayer quickly reported 99% complete and the bu

Re: Mixer use kills ALSA

2007-06-20 Thread Andrew Perrin
On Wed, 20 Jun 2007, Andrew Sackville-West wrote: [snip] is the lsmod from before or after the force-reload? After anything pertinent in syslog? There's this: Jun 20 12:41:41 joehill kernel: ACPI: PCI interrupt for device :00:10.1 disabled Jun 20 12:41:41 joehill kernel: PCI: En

Re: Detecting disk drives from an installation script

2007-06-20 Thread Hugo Vanwoerkom
Michelle Konzack wrote: Not the best way, but it works perfectly See attached Shell-Script. This is what I have: [EMAIL PROTECTED]:~$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 7692876 2444696 4857404 34% / tmpfs 518188

Re: Icedove 2.0.0.0-4, filters failing to match.

2007-06-20 Thread Dan Serban
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Sackville-West wrote: > On Tue, Jun 19, 2007 at 03:31:54PM -0700, Dan Serban wrote: > > [...] > > >> I added a custom header definition to icedove "X-Original-To" and if it >> contains [EMAIL PROTECTED] it should move it to the >> appropriat

Re: Mixer use kills ALSA

2007-06-20 Thread Andrew Sackville-West
On Wed, Jun 20, 2007 at 02:26:23PM -0400, Andrew Perrin wrote: > I am using kernel 2.6.18 with debian testing. My machine is an ASUS > M2NPV-VM, which contains the following sound hardware: > > 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev > a2) > Subsystem: A

Re: skype and amd64

2007-06-20 Thread Jonathan Kaye
Marcelo Chiapparini wrote: > Hello, > > I am running etch in a amd64 machine. I need skype running on it, > because my co-workers uses skype in their windows worlds... > How can I get skype running in amd64+etch? I googled the web, but the > information is out of data (refers to the q3 libs, and

Mixer use kills ALSA

2007-06-20 Thread Andrew Perrin
I am using kernel 2.6.18 with debian testing. My machine is an ASUS M2NPV-VM, which contains the following sound hardware: 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2) Subsystem: ASUSTeK Computer Inc. Unknown device 81cb Flags: bus master, 66MHz,

Re: backgrounding a script

2007-06-20 Thread Bob McGowan
MiKe McClain wrote: > Is there a way for a script to background itself? > Thanks, > Mike > > Yes. But you gotta be careful, it's very easy to get a run away process series. The basic idea is that the script has to rerun itself in the background and exit. The way I do this is to set a flag in

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Andrew J. Barr
Nigel Henry <[EMAIL PROTECTED]> wrote: > Quite why booting with the 2.6.11 shows 885Mb, and booting with the > 2.6.17 shows 1005Mb is a bit bizarre. Probably some kernel thingy. Due to my interest in booting Linux on a system with 16 MB memory[0], I have been reading a bit about the kernel's mem

Re: Icedove 2.0.0.0-4, filters failing to match.

2007-06-20 Thread Dan Serban
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mihira Fernando wrote: > Dan Serban wrote: >> Fortunately, or unfortunately I subscribe to some fairly busy mailing >> lists and use icedove to manage incoming messages with Message >> Filtering. After upgrading to 2.0.0.0-3 (and thus blowing away my

Re: OS File Permission issue (chown -R root.root ../)

2007-06-20 Thread Karl E. Jorgensen
On Tue, Jun 19, 2007 at 06:14:16PM -0600, Bob Proulx wrote: > Simon wrote: > > OK.. So i was in my /root/ directory and put just one too many "."s in > > the line... Now i have a lot of files that i own!! > > > > I think the term is "DOH!". > > > > Is there any way to fix these? > > Personally I

Re: burning a CD for distro from an archived iso file...

2007-06-20 Thread Mike McCarty
Michael Fothergill wrote: From: "Miguel J. Jiménez" <[EMAIL PROTECTED]> [...] The md5 files are to check the integrity of the downloaded ISO: $> md5sum Hang on a minute. Does this mean I download some md sum files as well as the iso file and then put the iso file and the md sum fil

Re: OS File Permission issue (chown -R root.root ../)

2007-06-20 Thread Karl E. Jorgensen
On Wed, Jun 20, 2007 at 12:17:24AM +, s. keeling wrote: > Simon <[EMAIL PROTECTED]>: > > OK.. So i was in my /root/ directory and put just one too many "."s in > > By "/root/", do you mean root's $HOME ("~root"), or do you mean root > of the filesystem, "/"? That shouldn't matter: The parent

Re: Sound recorder records only silence

2007-06-20 Thread Chris Lale
[EMAIL PROTECTED] wrote: >> 1. In the past I have had problems caused by the Enlightenment Sound Daemon. >> You >> can turn it off in Gnome from the Desktop menu: >> >> Desktop -> Preferences -> Sound -> Sounds tab -> Enable software sound mixing >> (ESD) (untick) > > It was already off (unticked

Re: Detecting disk drives from an installation script

2007-06-20 Thread Bob McGowan
Orestes leal wrote: > On Wed, 20 Jun 2007 16:29:12 +0200 > Michelle Konzack <[EMAIL PROTECTED]> wrote: > >> Am 2007-06-14 19:00:47, schrieb Orestes leal: >>> $fdisk -l | grep dev | gawk -F' *' '{ print $1 }' | gawk -F'/dev/' '{ >>> print $0 }' | grep '/dev/sd' > particiones.txt >> <> >> >>

Re: backgrounding a script

2007-06-20 Thread Karl E. Jorgensen
On Wed, Jun 20, 2007 at 09:54:20AM -0700, MiKe McClain wrote: > Is there a way for a script to background itself? Not as such - but you can play trick by having the script re-invoke itself: #!/bin/bash if test -t 0 ; then nohup $0 "$@" & exit 0 fi echo Doing stu

Re: how to get a working .config kernel config file

2007-06-20 Thread Orestes leal
On Wed, 20 Jun 2007 10:16:53 -0700 David Brodbeck <[EMAIL PROTECTED]> wrote: > > On Jun 19, 2007, at 2:59 PM, Julian De Marchi wrote: > > Try this > > > > cp /boot/.config /usr/src/linux > > > > Then when you load your kernel menu, go to load alternative config > > file. Then input the file nam

Re: how to get a working .config kernel config file

2007-06-20 Thread David Brodbeck
On Jun 19, 2007, at 2:59 PM, Julian De Marchi wrote: Try this cp /boot/.config /usr/src/linux Then when you load your kernel menu, go to load alternative config file. Then input the file name .config. This should help! What I usually do is copy the .config file to the kernel build dire

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Orestes leal
On Wed, 20 Jun 2007 19:04:32 +0200 Nigel Henry <[EMAIL PROTECTED]> wrote: > On Wednesday 20 June 2007 18:35, Orestes leal wrote: > > > > Do you use Frame-Bufer? > > > > > > Sorry. Not sure on that. Where (showing my ignorance) would I check that > > > out? > > > > dmesg | grep framebuffer > > Tha

Re: how to get a working .config kernel config file

2007-06-20 Thread David Brodbeck
On Jun 19, 2007, at 2:54 PM, yong lee wrote: Hi, I am trying to build a custom kernel with openMosix patches for my debian 4.0 system. I copied an existing config file from /boot/config-2.6.18-4-686 to my new kernel source tree folder and renamed it to be .config. Then I ran 'make-kpkg kernel

backgrounding a script

2007-06-20 Thread MiKe McClain
Is there a way for a script to background itself? Thanks, Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dns zone file help

2007-06-20 Thread Till Wimmer
Hi David, I'm quite proficient in setting up DNS... but honestly i don't understand a word of what you'd like to do ;) What do you mean with "creating an existing file"? When you move that zone to your own DNS then, of course, you should at least set up the SOA und NS records accordingly. Till

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Nigel Henry
On Wednesday 20 June 2007 18:35, Orestes leal wrote: > > > Do you use Frame-Bufer? > > > > Sorry. Not sure on that. Where (showing my ignorance) would I check that > > out? > > dmesg | grep framebuffer That's just returned me to the prompt. So is that a yes, or a no? Nigel. -- To UNSUBSCRIBE,

dns zone file help

2007-06-20 Thread david robert
Hi, I am having one of our clients zone file from another isp provider where currently dns hosting.They want to move to our service provider.Now i want to create an existing zone file in my server with all the existing name server,soa,mx records is it ok to create existing zone file in to

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Orestes leal
> > > > Do you use Frame-Bufer? > > Sorry. Not sure on that. Where (showing my ignorance) would I check that out? dmesg | grep framebuffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Nigel Henry
On Wednesday 20 June 2007 16:29, Michelle Konzack wrote: > Am 2007-06-15 17:33:04, schrieb Nigel Henry: > > That's interesting. I was booted up in Lenny using the 2.6.11 kernel, and > > usually see Gkrellm showing 885Mb of my 1Gb RAM. I've since rebooted with > > the 2.6.17 kernel , and with that k

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Nigel Henry
On Wednesday 20 June 2007 16:29, Michelle Konzack wrote: > Am 2007-06-15 17:33:04, schrieb Nigel Henry: > > That's interesting. I was booted up in Lenny using the 2.6.11 kernel, and > > usually see Gkrellm showing 885Mb of my 1Gb RAM. I've since rebooted with > > the 2.6.17 kernel , and with that k

Re: Detecting disk drives from an installation script

2007-06-20 Thread Orestes leal
On Wed, 20 Jun 2007 16:29:12 +0200 Michelle Konzack <[EMAIL PROTECTED]> wrote: > Am 2007-06-14 19:00:47, schrieb Orestes leal: > > $fdisk -l | grep dev | gawk -F' *' '{ print $1 }' | gawk -F'/dev/' '{ > > print $0 }' | grep '/dev/sd' > particiones.txt > > Can you tell me which version of "fd

Re: mplayer problem

2007-06-20 Thread Hugo Vanwoerkom
Thomas H. George wrote: mplayer worked once, then no more. Using the iceape browser I went to a www.whyy.org and connected to the sound stream - no problem. Then stopped this stream, went to www.wrti.org and connected to the sound stream - mplayer quickly reported 99% complete and the buffer

skype and amd64

2007-06-20 Thread Marcelo Chiapparini
Hello, I am running etch in a amd64 machine. I need skype running on it, because my co-workers uses skype in their windows worlds... How can I get skype running in amd64+etch? I googled the web, but the information is out of data (refers to the q3 libs, and the new version of skype needs q4). The

Re: kqemu on Sid

2007-06-20 Thread Hugo Vanwoerkom
David Baron wrote: On Tuesday 19 June 2007, [EMAIL PROTECTED] wrote: Hi, I installed qemu on Sid. But Sid's kqemu is backlevelled: it depends on a non-existing 2.6.18 kernel. So I compiled/installed http://fabrice.bellard.free.fr/qemu/kqemu-1.3.0pre11.tar.gz and that went uneventful. *Howev

Re: Sound recorder records only silence

2007-06-20 Thread x_debian-user_x
> 1. In the past I have had problems caused by the Enlightenment Sound Daemon. > You > can turn it off in Gnome from the Desktop menu: > > Desktop -> Preferences -> Sound -> Sounds tab -> Enable software sound mixing > (ESD) (untick) It was already off (unticked). Also I checked the following:

Re: Commandline FTP tool to sync mirror @ISP

2007-06-20 Thread Michelle Konzack
Hello Magnus, Am 2007-06-17 17:27:30, schrieb Magnus Pedersen: > I think lftp is your best bet. Since I must execute lftp from a script with lftp -f ${SCRIPT_FILE} I have create a file : +[ '~/freenet/linux4michelle.scr' ]--- | user linux4michelle ${PASS} | open ftp://people

Re: Commandline FTP tool to sync mirror @ISP

2007-06-20 Thread Michelle Konzack
Am 2007-06-17 11:01:05, schrieb Ron Johnson: > ncftpput might be able to simulate what you want. Unfortunatly not. It delete ONLY local files if they are successfuly uploaded. What I need is: 1) Get a list of local files from a directory 2) Look into the remote directory and delete ALL fi

Re: Commandline FTP tool to sync mirror @ISP

2007-06-20 Thread Michelle Konzack
Am 2007-06-17 17:27:30, schrieb Magnus Pedersen: > I think lftp is your best bet. I have tried it already but it does not delete files in the ISP server. It upload only files and maybe override existing ones but not deleting files which I do not more have local. Thanks, Greetings and nice Day

Re: PEAR on debian

2007-06-20 Thread Michelle Konzack
Am 2007-06-17 10:55:58, schrieb Ron Johnson: > On 06/17/07 10:10, Rick Pasotto wrote: > >I have the php-pear package installed. When I try to install a PEAR > >package (as root using 'pear install Package) it seems to install ok but > >then I'm unable to use it. can't find it, > >nor can I. The ph

Re: Dynamically unload kernel modules?

2007-06-20 Thread Michelle Konzack
Am 2007-06-17 18:41:35, schrieb Richard Hartmann: > > > >Just use rmmod. It will refuse to unload modules that are in use. > > > At least for ipw2100, that is not the case. It unloads just fine while > eth2 is up and happily transmitting data. This seems to be a bug! You should report it. Than

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Michelle Konzack
Am 2007-06-15 17:33:04, schrieb Nigel Henry: > That's interesting. I was booted up in Lenny using the 2.6.11 kernel, and > usually see Gkrellm showing 885Mb of my 1Gb RAM. I've since rebooted with the > 2.6.17 kernel , and with that kernel, Gkrellm is showing the full 1005Mb of > RAM. The onboar

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Michelle Konzack
Am 2007-06-15 19:34:57, schrieb Nigel Henry: > It was mainly an observation between the 2 kernels. I don't particularly want > to use the 2.6.11, but the 2.6.17 uses udev, and is hit and miss as to the > ordering of my 2 devices that use /dev/video. Sometimes the TV card is set > as /dev/video0

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Michelle Konzack
Am 2007-06-15 17:33:04, schrieb Nigel Henry: > That's interesting. I was booted up in Lenny using the 2.6.11 kernel, and > usually see Gkrellm showing 885Mb of my 1Gb RAM. I've since rebooted with the > 2.6.17 kernel , and with that kernel, Gkrellm is showing the full 1005Mb of > RAM. The onboar

Re: Debian only sees 885.5 MiB memory

2007-06-20 Thread Michelle Konzack
Am 2007-06-15 08:02:40, schrieb Gary Rosenfeldt: > Hello, > > I recently installed Debian Etch on my desktop system. My mobo is an > abit nf-7s with nforce2 chipset. I have 1 gig of ram installed but > debian only sees 885.5 MiB of my ram. Fortunately, I'm not > experiencing any stability

Re: Detecting disk drives from an installation script

2007-06-20 Thread Michelle Konzack
Not the best way, but it works perfectly See attached Shell-Script. Thanks, Greetings and nice Day Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Deb

Re: Detecting disk drives from an installation script

2007-06-20 Thread Michelle Konzack
Am 2007-06-14 19:00:47, schrieb Orestes leal: > $fdisk -l | grep dev | gawk -F' *' '{ print $1 }' | gawk -F'/dev/' '{ > print $0 }' | grep '/dev/sd' > particiones.txt Can you tell me which version of "fdisk" you are using? "fdisk -l" returns nothing at all (¶USER or root) > detecta2=

Re: Printing with lprng; no CUPS! :-)

2007-06-20 Thread Michelle Konzack
Am 2007-06-15 16:41:31, schrieb John Hasler: > Jan Willem Stumpel writes: > > I suspect some developers have been too generous in assigning > > dependencies to some packages -- especially library packages. > > It's upstream that decides to link to the libraries. But Debian-Maintainers CAN change

Re: risk assessment for old toolbox

2007-06-20 Thread Michelle Konzack
Am 2007-06-13 22:56:02, schrieb Douglas Allan Tutty: > So the question is: how much risk does a woody box take on dialup > internet for simple mail and browsing? For a Dial-Up user relativ small problem since they are generaly not long enough On-Line. -- But a minimal risk stay. > What have oth

Re: some problem in scripting.

2007-06-20 Thread Michelle Konzack
Am 2007-06-13 13:58:18, schrieb L.V.Gandhi: > I am using this script to find high/low > #!/bin/bash > rm -f highs > rm -f lows > touch lows > for line in $(cat temp.csv) Replacement: for line in $(cat temp.csv |dos2unix) > I get highs file. I don't get lows file. I feel there is some unprintabl

Re: how to configure users X setup?

2007-06-20 Thread Michelle Konzack
Hello *, Am 2007-06-13 08:47:56, schrieb Tom Furie: > On Wed, Jun 13, 2007 at 05:04:14PM +, M-L wrote: > > > #!/bin/sh ~/.xsession does NOT NEED the above line but MUST BE EXECUTABLE. > > # > > # My creation .Xsession file > > # > > # To remove the cursor after a short break > > unclutter

Re: BAD Error Installing new Apache2 & PHP?

2007-06-20 Thread Till Wimmer
When you swap the kernel, you should first install the new one, then reboot, and THEN remove the old one. Aikins, Ronald (Ron) (CIV) wrote: > I'm running Debian kernel version 2.4.27-2-386. I needed to upgrade > Apache (from 2.0.54) & PHP (from 4.3.10-16) on our system. After doing > “apt-get upda

where ist libapache2-mod-auth-mysql?

2007-06-20 Thread Till Wimmer
Hi, after some update of debian Etch my auth_mysql module for apache has vanished... What happened to this module? Thanks, Till -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

elementay fax questions

2007-06-20 Thread Haines Brown
I remain unclear about some very elementary issues after doing some online searching. My aim is a simple low cost facility to send and receive faxes in very low volume. I suppose a simple setup would be a fax modem, either an external modem connected to the serial port or a fax-modem card (genera

Um amigo indicou-lhe o QualiBest

2007-06-20 Thread Herdson
Caro(a) Sr(a), Seu amigo, cujo e-mail é [EMAIL PROTECTED] , indicou-lhe o QualiBest, Instituto de Pesquisa Online, que premia os usuários por responderem suas pesquisas. Fazer o cadastro é rápido e não custa nada, e você já inicia ganhando 40Qs. Clique aqui e cadastre-se.

  1   2   >