PostgreSQL on Etch...

2006-01-14 Thread Eric Scott
    Yo; Got a new server (testing) setup.  While I was reinstalling my server I made the move from sarge to etch... not sure if that's what cause this or not.    My PostgreSQL-7.4 is acting up.  I'm pretty much a novice at all this, and don't know where to start to trouble shoot.  The service is ru

Connecting to net with Debian 3.0

2006-01-14 Thread Shane Clement
I have a Toshiba Satelliite A30 laptop with a 40 Gig drive, half of which is given to Debian. I have used pppconfig to set up for connecting to the net as via "provider". After entering pon he plog listing says that the connect script failed but does not say where. Is there a

Is it possible to balance download speed and upload speed in ADSL connection

2006-01-14 Thread Serena Cantor
I want to set up a server using a ADSL connection, download speed is as important as upload, is it possible change upload/download ratio of ADSL? Thanks! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.y

MonoDevelop Installation problem

2006-01-14 Thread martinezfive
Hi, When I run 'apt-get install monodevelop', I get: Package monodevelop is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package monodevelop has n

Re: problem pinging my own IP address

2006-01-14 Thread Shawn Lamson
On Mon, 28 Nov 2005 13:27:38 -0500 Shawn Lamson <[EMAIL PROTECTED]> wrote: > Hello All, > > I am having a problem pinging my own IP address. I am on a cable modem > (DHCP). > > Kernel 2.6.8-2-386 > > > below is netstat, a ping of 2 addresses in my range, followed by a ping of my > address,

Re: (solved)Re: how to convert 100 bmp files to jpeg?

2006-01-14 Thread Gabriel Parrondo
Serena Cantor wrote: Thank Brad Sawatzky, Star King of the Grape Trees, and [EMAIL PROTECTED] Does Linux have to be so hard to use?(The user has to be able to program in shell script or C or other) Without Brad, I'd rather download Photoshop which has a menu for batch convertion. Thanks!

(solved)Re: how to convert 100 bmp files to jpeg?

2006-01-14 Thread Serena Cantor
Thank Brad Sawatzky, Star King of the Grape Trees, and [EMAIL PROTECTED] Does Linux have to be so hard to use?(The user has to be able to program in shell script or C or other) Without Brad, I'd rather download Photoshop which has a menu for batch convertion. Thanks! __

Re: how to convert 100 bmp files to jpeg?

2006-01-14 Thread Brad Sawatzky
On Sat, 14 Jan 2006, Serena Cantor wrote: > I 100 bmp files. I installed gimp and imagemagik, but > can't find the way to convert 100 bmp files to jpeg in > batch fashion. Do you know the command? Thanks! This shell script should do it: for f in *.bmp; do nf=`basename "$f" .bmp`; convert -verb

After update mp3c and cdda2wav not working.

2006-01-14 Thread Neil Dugan
I just did an update of my debian system, I hadn't done it for a while so there was a lot to update. After the update mp3c wasn't working. Its reporting "cdda2wav: Operation not permitted. Cannot send SCSI cmd via ioctl" If I run mp3c as root it can rip the tracks, but it can't seem to write th

Re: how to convert 100 bmp files to jpeg?

2006-01-14 Thread Star King of the Grape Trees
Serena Cantor wrote: I 100 bmp files. I installed gimp and imagemagik, but can't find the way to convert 100 bmp files to jpeg in batch fashion. Do you know the command? Thanks! I can't be bothered to consult the man page, but it will be something like: for $f in `ls *.bmp`; do convert $f -

Re: how to convert 100 bmp files to jpeg?

2006-01-14 Thread cmetzler
Serena Cantor wrote: > > I 100 bmp files. I installed gimp and imagemagik, but > can't find the way to convert 100 bmp files to jpeg in > batch fashion. Do you know the command? Thanks! imagemagick's "convert" command will convert one. To convert the whole set, just write a short shell script t

how to convert 100 bmp files to jpeg?

2006-01-14 Thread Serena Cantor
I 100 bmp files. I installed gimp and imagemagik, but can't find the way to convert 100 bmp files to jpeg in batch fashion. Do you know the command? Thanks! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mai

Re: Gaim problems

2006-01-14 Thread matt
Peter, Last I checked (a few years ago) this problem is due to licenseing issues. something happened, and those packages were removed from the debian repository. You can look for them from a third-party repository such as backports.org or apt-get.org. Once you find a suitable repository, simply

how do i downgrade to xfree86 on sid?

2006-01-14 Thread matt
hi all, i can't really believe that i need to do this (i like xorg a lot) but i need to downgrade to xfree in order to use a midified trident driver. since there are no xfree86 packages in the official repository, i can only hope that they exist elsewhere... so, how can i use xfree instead of xo

Gaim problems

2006-01-14 Thread Peter Bayliss
I have just installed Debian 3.1 and everythign seems to be working great. however, Gaim was not installed and when i try to do in using the Synaptic Package Manager, it fails and tells me that "libao2 >=0.8.6" and "libgtkspell0 >=2.0.2 are needed but uninstallable! how do i go about fixing this?

Re: Easy question for new user regarding sources.list

2006-01-14 Thread Gayle Lee Fairless
lso, I want to use current-version software if that is possible.. My /etc/apt/sources.list is as follows: --- # deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060114)]/ etch main deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060

Re: I would like to run an FTP server on my Debian box

2006-01-14 Thread David Mattli
On 1/14/06, Tyson Varosyan <[EMAIL PROTECTED]> wrote: > I am very new to linux and even newer to Debian. I have kernel 2.6 in > non-gui mode and I would like to run a very simple FTP server on a custom > port. I have apt installed and did a search for FTP and was overwhelmed by > the number of dow

(Solved) dpkg-reconfigure debconf

2006-01-14 Thread David R. Litwin
okay okay I get it. you can't reconfigure debconf because reconfigure wants to use KDE... well per man debconf, there is more info in debconf(7) part of debconf-doc. apt-get install debconf-doc; man 7 debconf; found this:passing --frontend= to dpkg-reconfigure will specify the frontend to use. so t

Re: Can't use dpkg (and thus apt-get et al.)

2006-01-14 Thread David R. Litwin
Are you able to run apt-get update? Yes. The problem is with dpkg or debconf.  When using synaptic, it said that debconf was broken. David R. Litwin wrote:> Trying to upgrade in synaptic gives>> dpkg: parse error, in file `/var/lib/dpkg/available' near line 359695> package `dcgui':>  field name `>

I would like to run an FTP server on my Debian box

2006-01-14 Thread Tyson Varosyan
Hi all, I am very new to linux and even newer to Debian. I have kernel 2.6 in non-gui mode and I would like to run a very simple FTP server on a custom port. I have apt installed and did a search for FTP and was overwhelmed by the number of downloads out there. What do you guys recommend I get?

Re: Resuming interrupted etch beta Installation over Internet

2006-01-14 Thread Gayle Lee Fairless
On 1/12/06, Gayle Lee Fairless <[EMAIL PROTECTED] > wrote: I wish to thank the two individuals who answered my previous question about the time needed to install Debian etch onto an ASUS P4P800E deluxe motherboard with a 250 GB Seagate drive.

Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question

2006-01-14 Thread Seeker5528
On Sat, 14 Jan 2006 20:17:50 -0400 Greg <[EMAIL PROTECTED]> wrote: > > Don't you think it would be more confusing to tell people that SCSI > > emulation was built in to ide-cd. If you tell them that then they will > > be expecting to have srX devices for their drives > > 1) I have symlinks: > [EM

Can't use dpkg (and thus apt-get et al.)

2006-01-14 Thread David R. Litwin
Trying to upgrade in synaptic givesdpkg: parse error, in file `/var/lib/dpkg/available' near line 359695 package `dcgui': field name `E: Sub-process /usr/bin/dpkg returned an error code (2)Looking at the said file, at around the line mentioned, the normal text becomes corrupted: It is a lot of boxe

Re: Trouble with nvidia glx.

2006-01-14 Thread Sridhar M.A.
On Sat, Jan 14, 2006 at 10:53:13PM +0100, sebastien marbrier wrote: > I tried to put the nvidia module into /etc/modules but nothing changed, I also > tried to install it through the module-update method as it is described on > andesi.org but it has worked either, so I think I have to

Re: who is r/w-ing my hdd?

2006-01-14 Thread Noah Dain
On 14 Jan 2006 13:19:09 GMT, Matthias Pfeifer <[EMAIL PROTECTED]> wrote: > Thank you all for your time. From my point > of view the case is settled. "noatime" did > a nice job and as a side-effect i just > readjusted my understanding of journaling-fs > to reality ;-) > > It would also be nice to ge

Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question

2006-01-14 Thread Greg
Seeker5528 wrote: On Thu, 05 Jan 2006 16:32:17 -0400 Greg <[EMAIL PROTECTED]> wrote: My experience, FWIW, Simply put: In kernel 2.4, ide-scsi module, we got used to the scsi-emulation concept. Whereas, In kernel 2.6, we were (somewhat confusingly, IMO) told the above, i.e.: "SCSI emulation

vde_switch bridge question?

2006-01-14 Thread Ishwar Rattan
I have a debian based Linux box (ProMepis) running a iptables firewall on interface eth0. I want to try bridging for qemu based hosts. Using vde_switch software I set up a bridge (br0) to which intefaces eth0 and tun0 are bridged to it. 1. I assume that now the firewall should be run on interface

Re: Where to find latest unstable kernel src without messing sarge?

2006-01-14 Thread Adam James
On Sat, 2006-01-14 at 18:45 -0500, A. F. Cano wrote: > > If you intend to generate an initrd image for your kernel, you'll need > > to backport an unstable initrd generator (such as yaird or initramfs) > > for it to play nice. > > Mmm... What's the advantage of doing this? Can I do without? Ok,

Re: Where to find latest unstable kernel src without messing sarge?

2006-01-14 Thread A. F. Cano
On Sat, Jan 14, 2006 at 10:35:11PM +, Adam James wrote: > ... Thanks to everyone that replied. That was quick! I've downloaded the kernel from the ftp pool. I was searching for kernel-source-*, no wonder I didn' find it. > > kernel to compile locally. Is there a way to do this? > > You c

Re: Centralized user management: what is best?

2006-01-14 Thread Clive Menzies
On (14/01/06 17:31), Jay Zach wrote: > I'll throw some links in from where I've emailed them to myself in the > past for future reference. I don't have time right now to go through > them all to see what were the most useful (and I truthfully don't > remember -- this whole process involved a bunch

Sylpheed's junk mail features

2006-01-14 Thread Andy Gower
Hi guys, I am running Sylpheed on 2.0.4 and am trying to get junk mail filtering up and running. I configured the junk mail settings in /configuration/common preferences. I checked the "Enable junk mail control" box, and I have the following settings: Junk = bogofilter -s -I Not Junk = bogofilte

Package with config files - best practices?

2006-01-14 Thread Przemysław Wegrzyn
Hi ! To simplyfy my everday's life I sometimes create custom deb packages containing only dependencies on other packages so I can quickly set up a system for i.e. mail server. It would be a great thing if I could use such packages to configure everything, too. For example my mail-server packa

Re: Centralized user management: what is best?

2006-01-14 Thread Jay Zach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clive Menzies wrote: > On (14/01/06 11:31), Jay Zach wrote: > >>-BEGIN PGP SIGNED MESSAGE- >>Hash: SHA1 >> >>Mauro Condarelli wrote: >> >>>Hi, >>>I have a small (<8 hosts) lan with mixed Linux (debian) and winXP hosts. >>>Up to now I managed t

Re: Where to find latest unstable kernel src without messing sarge?

2006-01-14 Thread Adam James
On Sat, 2006-01-14 at 16:41 -0500, A. F. Cano wrote: > packages.debian.org has been down for quite a few days now and I haven't > been able to find a way to download kernel-source-2.6.15.whatever.deb, > presumably the latest kernel package available for unstable. > > The temporary/under constructi

Re: Where to find latest unstable kernel src without messing sarge?

2006-01-14 Thread Linas Zvirblis
http://ftp.debian.org/debian/pool/main/l/linux-2.6/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Where to find latest unstable kernel src without messing sarge?

2006-01-14 Thread Chinook
A. F. Cano wrote: Hi all, packages.debian.org has been down for quite a few days now and I haven't been able to find a way to download kernel-source-2.6.15.whatever.deb, presumably the latest kernel package available for unstable. The temporary/under construction packages page says to use apt,

Re: mdnsresponder - what's in a name??

2006-01-14 Thread Chinook
Chinook wrote: Networking layman would appreciate clarification from someone more networking savvy - please :-) ... P4 with Debian Etch (testing), kernel 2.6.12-1-686, Gnome desktop PMac G5

Re: Trouble with nvidia glx.

2006-01-14 Thread sebastien marbrier
I tried to put the nvidia module into /etc/modules but nothing changed, I also tried to install it through the module-update method as it is described on andesi.org but it has worked either, so I think I have to blame XFree for this, unless I have a mistake. So maybe I should try with xorg. How

Where to find latest unstable kernel src without messing sarge?

2006-01-14 Thread A. F. Cano
Hi all, packages.debian.org has been down for quite a few days now and I haven't been able to find a way to download kernel-source-2.6.15.whatever.deb, presumably the latest kernel package available for unstable. The temporary/under construction packages page says to use apt, but from everything

Re: Most directories locked read-only: how to unlock them?

2006-01-14 Thread Steve Kemp
On Sat, Jan 14, 2006 at 04:36:37PM -0500, Ken Heard wrote: > I allowed my box to get into a situation where the root directory (/), > and all the subdirectories on it -- except /boot, /home, /tmp, /usr, > /var, /media and swap -- are locked read-only. Since I cannot write to > the root directory

Re: Most directories locked read-only: how to unlock them?

2006-01-14 Thread Sturla Holm Hansen
Ken Heard skrev: I allowed my box to get into a situation where the root directory (/), and all the subdirectories on it -- except /boot, /home, /tmp, /usr, /var, /media and swap -- are locked read-only. Since I cannot write to the root directory -- or to /bin, /dev, /etc, /initrd, /lib, /opt,

Most directories locked read-only: how to unlock them?

2006-01-14 Thread Ken Heard
I allowed my box to get into a situation where the root directory (/), and all the subdirectories on it -- except /boot, /home, /tmp, /usr, /var, /media and swap -- are locked read-only. Since I cannot write to the root directory -- or to /bin, /dev, /etc, /initrd, /lib, /opt, /sbin and /srv -- I

Re: Using USB Memory-Stick with Debian

2006-01-14 Thread Tony Godshall
According to Felix Karpfen, > With the help of Google, I have located the following instructions > for configuring Debian to recognise the presence of a USB Memory-Stick: > > > ,[ memory_stick.txt ]- > | USB memory stick > | > | * plug in Memory-Stick > | * become root (su -) > | * mo

hcfpcimodem_1.08full_i386.deb Fails With SegFault Using 2.6.15-1-686 And gcc-3.3.5

2006-01-14 Thread Debian User Leonard Chatagnier
The modem drivers install on 2.6.8-2-686 using gcc-3.3.5 but not on 2.6.15-1-686 recently installed. I installed gcc-4 as indicated by the dpkg output but the error stays the same. It also appears I have no devfs and can't start it(see output below) even though it's in lilo.conf to mount it on

Crashes and lock-ups in Sarge

2006-01-14 Thread Felix Karpfen
Since October 2005 I have been experiencing repeated crashes and lock-ups - of varying degrees of seriousness. Initially, I attributed these to some software incompatibilities and sought advice in the relevant "users groups". And was advised that it sounded like a "hardware problem" - my HD was

Using USB Memory-Stick with Debian

2006-01-14 Thread Felix Karpfen
With the help of Google, I have located the following instructions for configuring Debian to recognise the presence of a USB Memory-Stick: ,[ memory_stick.txt ]- | USB memory stick | | * plug in Memory-Stick | * become root (su -) | * modprobe usb-storage | * in /etc/fstab: directly

Re: Centralized user management: what is best?

2006-01-14 Thread Clive Menzies
On (14/01/06 11:31), Jay Zach wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mauro Condarelli wrote: > > Hi, > > I have a small (<8 hosts) lan with mixed Linux (debian) and winXP hosts. > > Up to now I managed the debian hosts manually (copying /etc/passwd, > > /erc/groups, ..., man

Re: SSH on two ports

2006-01-14 Thread Adam Funk
On Saturday 14 January 2006 13:00, Michael Przysucha wrote: > Hello, > > I want to use ssh on two ports, 22 (standart) and 666. Can anybody > tell how to configure it? My first thought was to simply add the > second port nubmer in the configuration but did not work. Second was > to set up iptable

Re: Re-installing lost package

2006-01-14 Thread Roby
Linas Zvirblis wrote: > Of course you should investigate why it was removed in the first place. > Maybe it was replaced by some other package or was too buggy. Just a > word of warning. Thanks for responding. Without gnofin, my checkbook reverts to order-of-magnitude approximations: a bit of bug

Exim: Retry time not reached for any host

2006-01-14 Thread Thomas H. George
FAQ A0608 in exim4-doc-html says this is not an error but this is all I get. I have three days of test messages to my other mailbox in the queue and every transmission results in this message. With Mozilla I can send messages in either direction between my two mailboxes with no difficulty. W

Re: Centralized user management: what is best?

2006-01-14 Thread Marty
Mauro Condarelli wrote: Hi, I have a small (<8 hosts) lan with mixed Linux (debian) and winXP hosts. Up to now I managed the debian hosts manually (copying /etc/passwd, /erc/groups, ..., manually), but that is a real pain. I did recently suffer a severe breakdown so I reinstalled most of the mac

unsubscribe

2006-01-14 Thread Markus Döbele
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[SOLVED] SSH on two ports

2006-01-14 Thread Michael Przysucha
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Re-installing lost package

2006-01-14 Thread Linas Zvirblis
Is my "solution" safe and appropriate? Should stable be included in my sources.list permanently? It is pretty safe and I would recommend leaving Stable in "sources.list" because of security updates. You can set the default release in "/etc/apt/apt.conf" like this: APT::Default-Release "rel

Linux port usage interpertation?

2006-01-14 Thread Chinook
Linux port usage interpertation? In trying to further improve my Linux (AppleTalk server) Mac (client) LAN I've been (in part) looking at the Mac OS X firewall log. For Mac to Mac traffic I use the support document http://docs.info.apple.com/article.html?artnu

Re: Centralized user management: what is best?

2006-01-14 Thread Maxim Vexler
On 1/14/06, Jay Zach <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mauro Condarelli wrote: > > Hi, > > I have a small (<8 hosts) lan with mixed Linux (debian) and winXP hosts. > > Up to now I managed the debian hosts manually (copying /etc/passwd, > > /erc/groups

Re-installing lost package

2006-01-14 Thread Roby
gnofin vanished from my Kanotix install a couple of weeks ago ... probably during one of those big dist-upgrades. When I apt-get install gnofin, apt said: Package gnofin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is o

Re: gpm problem

2006-01-14 Thread Hugo Vanwoerkom
Linas Zvirblis wrote: Hugo Vanwoerkom wrote: This is the problem: "At times", after a copying and pasting operation, the mouse cursor disappears and the last item copied appears at the prompt all the time. In midnight commander, with the gpm option enabled, all lines are selected all the ti

Re: gpm problem

2006-01-14 Thread Hugo Vanwoerkom
Linas Zvirblis wrote: Hugo Vanwoerkom wrote: This is the problem: "At times", after a copying and pasting operation, the mouse cursor disappears and the last item copied appears at the prompt all the time. In midnight commander, with the gpm option enabled, all lines are selected all the ti

kmail problem in sid

2006-01-14 Thread Toshiro
I have several folders in kmail and some rules that move the new messages to these folders; I used to navigate through the folders with new messages pressing 'Ctrl +' and 'Ctrl -'; after updating KDE to 3.5 this shortcut doesn't work anymore, anybody have the same problem? Toshiro. -- To UNS

Trying to access microdrive through PCMCIA adapter

2006-01-14 Thread Martin Fluch
Hi! I am running a 2.6.15 kernel on my IBM ThinkPad T30. I have a compact flash adapter for my microdrive (Magicstor 2.2GB) and I try to get it work. I seems to be possible under Linux (http://linux.highsphere.net/howtos/magicstor2GB.php) but when I insert the PCMCIA adapter together with the micr

Re: Centralized user management: what is best?

2006-01-14 Thread Jay Zach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mauro Condarelli wrote: > Hi, > I have a small (<8 hosts) lan with mixed Linux (debian) and winXP hosts. > Up to now I managed the debian hosts manually (copying /etc/passwd, > /erc/groups, ..., manually), but that is a real pain. > I did recently suf

Re: SSH on two ports

2006-01-14 Thread Jay Zach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Hermanowski wrote: > On Sat, Jan 14, 2006 at 01:58:55PM +0100, Michael Przysucha wrote: > >>Hello, >> >>I want to use ssh on two ports, 22 (standart) and 666. Can anybody tell how >>to configure it? My first thought was to >>simply add the se

Re: gpm problem

2006-01-14 Thread Linas Zvirblis
Hugo Vanwoerkom wrote: This is the problem: "At times", after a copying and pasting operation, the mouse cursor disappears and the last item copied appears at the prompt all the time. In midnight commander, with the gpm option enabled, all lines are selected all the time when the mouse is mo

gpm problem

2006-01-14 Thread Hugo Vanwoerkom
Hi, I have a problem with gpm, the General Purpose Mouse Interface. Tried both 1.19.6-21 (backported from Sid) and the Sarge version. This is the problem: "At times", after a copying and pasting operation, the mouse cursor disappears and the last item copied appears at the prompt all the time

Re: how to install freemind

2006-01-14 Thread Micha Feigin
On Sat, 14 Jan 2006 09:15:17 -0500 Michael Marsh <[EMAIL PROTECTED]> wrote: > On 1/14/06, Csanyi Pal <[EMAIL PROTECTED]> wrote: > > Hello! > > > > I want to install freemind on Debian Sarge, but BTW, the packages on the project site are much newer then the debian one (there are debs on the projec

Re: Error inserting genrtc

2006-01-14 Thread Linas Zvirblis
Dan Jacobson wrote: Looking at the hwclock docs, I suppose this is unsightly but harmless?: # grep rtc /var/log/boot Sat Jan 14 00:38:28 2006: Setting the system clock:modprobe: WARNING: Error inserting genrtc (/lib/modules/2.6.14-2-k7/kernel/drivers/char/genrtc.ko): Device or resource busy S

Re: Debian vs. Debian vs. Debian vs. Debian

2006-01-14 Thread Andrei Popescu
On Fri, 13 Jan 2006 12:02:56 -0500 Felix Miata <[EMAIL PROTECTED]> wrote: > Knoppix from CD seemed to run just fine, but after running > knoppix-installer, Knoppix from HD hasn't worked too well. It doesn't > seem smart enough not to keep every kernel module it ever heard of from > staying loaded

Re: video conference

2006-01-14 Thread John Smith
> > I have a company that the president want to talk with your > employers by computer. > The server will be Linux and the clients in Windows. > Why not let the 'president' make a mpeg movie (gives him the chance to correct mistakes) with an ordinary web cam or videocamera recorder and put tha

Re: Script challenge

2006-01-14 Thread John Smith
On Sat, 14 Jan 2006 11:37:42 +0100 John Smith <[EMAIL PROTECTED]> wrote: > which heroe can tell me why the following does not work : > > #!/bin/sh > cat #!/bin/sh > ... input for thenewscriptfile.sh > EOF > > It's driving me nuts!!! > That's why I like Debia

Re: how to install freemind

2006-01-14 Thread Michael Marsh
On 1/14/06, Csanyi Pal <[EMAIL PROTECTED]> wrote: > Hello! > > I want to install freemind on Debian Sarge, but > it depends on j2re1.4 but it is not installable, and > it depends on java2-runtime but it is not installable. > > What is the solution? Install your favorite java runtime or SDK using

Re: Script challenge

2006-01-14 Thread John Smith
On Sat, 14 Jan 2006 12:26:35 +0100 Matthijs <[EMAIL PROTECTED]> wrote: > On Sat, 14 Jan 2006 11:40:13 +0100, John Smith <[EMAIL PROTECTED]> > wrote: > > > which heroe can tell me why the following does not work : > > > > #!/bin/sh > > cat > #!/bin/sh > > NOWS=$(date +%S)

Re: SSH on two ports

2006-01-14 Thread Simo Kauppi
On Sat, Jan 14, 2006 at 01:58:55PM +0100, Michael Przysucha wrote: > Hello, > > I want to use ssh on two ports, 22 (standart) and 666. Can anybody tell how > to configure it? My first thought was to > simply add the second port nubmer in the configuration but did not work. > Second was to set u

gnome-settings-daemon is not starting

2006-01-14 Thread Erçin EKER
Hi all, Since last night i can not get gnome-settings-daemon start. I'm using up-to-date Debian/sid. It only starts when i try to login with nested gdm, everything works fine. When i try to start the daemon in a terminal i get this error: The program 'gnome-settings-daemon' received an X Window

Re: Add a header line with postfix

2006-01-14 Thread Jim Holland
Hi On Fri, 13 Jan 2006, Mark Lijftogt wrote: > Date: Fri, 13 Jan 2006 20:21:50 +0100 > From: Mark Lijftogt <[EMAIL PROTECTED]> > > I'm in the unlucky position to be searching for a possible solution for > a header issue that a java application is giving me. This java > application POP's it's ema

Re: who is r/w-ing my hdd?

2006-01-14 Thread Matthias Pfeifer
Thank you all for your time. From my point of view the case is settled. "noatime" did a nice job and as a side-effect i just readjusted my understanding of journaling-fs to reality ;-) It would also be nice to get the source of the reads that are forcing atime-updates, but i did not yet find a way

Re: Script challenge

2006-01-14 Thread David Jardine
On Sat, Jan 14, 2006 at 01:49:07PM +0100, David Jardine wrote: > On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote: > > Hi All, > > > > which heroe can tell me why the following does not work : > > > > #!/bin/sh > > cat > #!/bin/sh > > NOWS=$(date +%S) > > NOWS=${

Re: SSH on two ports

2006-01-14 Thread Martin Hermanowski
On Sat, Jan 14, 2006 at 01:58:55PM +0100, Michael Przysucha wrote: > Hello, > > I want to use ssh on two ports, 22 (standart) and 666. Can anybody tell how > to configure it? My first thought was to > simply add the second port nubmer in the configuration but did not work. > Second was to set u

Re: Script challenge

2006-01-14 Thread Almut Behrens
On Sat, Jan 14, 2006 at 02:39:17PM +0200, Simo Kauppi wrote: > On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote: > > > > #!/bin/sh > > cat [snip] > > It's driving me nuts!!! > > Depending on what you want cat to the newscriptfile.sh, you need to > escape all the

SSH on two ports

2006-01-14 Thread Michael Przysucha
Hello, I want to use ssh on two ports, 22 (standart) and 666. Can anybody tell how to configure it? My first thought was to simply add the second port nubmer in the configuration but did not work. Second was to set up iptables route the port but seems to be a bit to oversized!? I use Debian

Re: Script challenge

2006-01-14 Thread David Jardine
On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote: > Hi All, > > which heroe can tell me why the following does not work : > > #!/bin/sh > cat #!/bin/sh > NOWS=$(date +%S) > NOWS=${NOWS#0} > NOWM=$(date +%M) > NOWM=${NOWM#0} > NOWH=$(date +%H) > NOWH=${NOWH#0} >

Re: Script challenge

2006-01-14 Thread Simo Kauppi
On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote: > Hi All, > > which heroe can tell me why the following does not work : > > #!/bin/sh > cat It's driving me nuts!!! > > Sincerely, > > Jan. Depending on what you want cat to the newscriptfile.sh,

how to install freemind

2006-01-14 Thread Csanyi Pal
Hello! I want to install freemind on Debian Sarge, but it depends on j2re1.4 but it is not installable, and it depends on java2-runtime but it is not installable. What is the solution? I appreciate any advices! -- Regards, Csányi Paul Debian Junior Project, DebianEdu, Moodle, sTeam -> :-)

usb-irda sweex dongle to connect to palm

2006-01-14 Thread Mario Frasca
hi everybody, I'm trying to connect my palm to my linux box via a sweex usb-irda dongle. my computer has no true serial ports so I cannot connect the palm to the box directly via a serial port. I remember I had done it in the past, but I never wrote a script for it and I don't manage to get it to

Re: Dlink DWL-G510: Never get hardware present message

2006-01-14 Thread Damien Solley
[Sorry for previous off-list reply] Hi Ed, I say madwifi is 1) simpler and more 2) stable because: 1) Ndiswrapper needed kernel configuration & ndiswrapper config, madwifi just needs kernel config (and "make install" in the madwifi directory). Took me ages to get ndiswrapper running and when I fin

video conference

2006-01-14 Thread Suporte Linux Solutions
I have a company that the president want to talk with your employers by computer. The server will be Linux and the clients in Windows. Is this possible with Open H323 software? What docs I will get infos? TIA, PH -- Suporte Linux Solutions -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Script challenge

2006-01-14 Thread Matthijs
On Sat, 14 Jan 2006 11:40:13 +0100, John Smith <[EMAIL PROTECTED]> wrote: > which heroe can tell me why the following does not work : > > #!/bin/sh > cat #!/bin/sh > NOWS=$(date +%S) > NOWS=${NOWS#0} > NOWM=$(date +%M) > NOWM=${NOWM#0} > NOWH=$(date +%H) > NOWH=${NOWH#0}

Re: test

2006-01-14 Thread Richard Lyons
On Saturday, 14 January 2006 at 9:00:45 +, Joe Mc Cool wrote: > test > -- > Joe Mc Cool CEng, SMIEEE > > Tangent Computer Research BT71 7LN (www.tangent-research.com) > voice:(44)2837-548074mob:(44)7802-572441 WADR, it'

Re: Intellimouse Explorer 4.0 wheel support buggy

2006-01-14 Thread Andreas Bögehold
Adam Porter wrote: What kernel are you using? Maybe you should try a newer one. 2.6.15, and theres nothing in the changelogs for the Snapshots that sounds like it would help. Is it maybe possible to somehow compare the output USBsnoopy produces under Windows with the output the usbmon modu

Script challenge

2006-01-14 Thread John Smith
Hi All, which heroe can tell me why the following does not work : #!/bin/sh cat

test

2006-01-14 Thread Joe Mc Cool
test -- Joe Mc Cool CEng, SMIEEE Tangent Computer Research BT71 7LN (www.tangent-research.com) voice:(44)2837-548074mob:(44)7802-572441 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl