Re: mkisofs

2001-01-06 Thread Tibor D.
Debian User wrote: What if you don't know the size, say, you are trying to burn someone's cd to have a copy for yourself. Peter Horton wrote: try dd if=. count=`isosize' isosize is in the xcdroast and the cdwrite package.

Re: lilo.conf

2001-01-06 Thread Tibor D.
Hi, I like it that by now you can set up lilo with debconf, thats a good idea, it's now possible to set lilo up very fast. But: would it be possible to leave lilo.conf's original "look and feel"? I mean like when you install exim, you can config it with debconf, but the exim.conf looks like th

Re: lilo.conf

2001-01-06 Thread Tibor D.
Russell Coker wrote: On Saturday 06 January 2001 21:19, Tibor D. wrote: Could you imagin squid.conf without any comments and example-lines? The Incidentally I have recently submitted a proposal for debconf'ing Squid. I've forward it to debian-user a few minutes ago. As I

Re: GCC and EGCS

2001-01-06 Thread D-Man
g all the rpms correctly installed). I think you will be fine with gcc 2.95.2. Just don't try and use 2.96 ;-). HTH, -D On Sat, Jan 06, 2001 at 05:00:14PM +0100, Raffaele Sandrini wrote: | Hi all | | I am really confused over the different compilers wich seems to be | together. | | Does

Re: boot problems take 2

2001-01-06 Thread D-Man
.2.18 kernel and configuring the modules for it. I also had to reconfigure exim and mutt so that my return address would be right and the list would accept my messages :-). This message is coming from debian. -D

Re: GNOME Mail Client

2001-01-06 Thread D-Man
On Sat, Jan 06, 2001 at 11:05:41PM +0530, Raghavendra Bhat wrote: | Brad Burns posts: | | > Can anyone recommend a good GNOME Mail Client ? | > | | U mean a mail client based on the GTK libs ? | Plump for Sylpheed. It is good. | | Better still use Mutt which is very reliable and | versatile. I

Re: Problem running Java code

2001-01-06 Thread D-Man
or check with kaffe about included libs. Swing is included in Sun's jdk 1.2+ and the swingall.jar file can be used to get swing in Sun's jdk 1.1.x. I haven't played with kaffe very much, although at my present job I am doing Java development. (using vim+jbuilder+jdk1.1.8+swing) HTH

making a boot disk

2001-01-06 Thread D-Man
ff the debian partition. (Actually, with my BIOS I can't boot off the second IDE bus anyways) A floppy isn't too big, and I want to use the floppy to boot. Any suggestions? Thanks, -D

Re: ldap, ldap everywhere

2001-01-07 Thread Tibor D.
Known Human Nick Rusnov wrote: Hi. I'm going to be running a moderately sized network, and I was wondering how difficult it would be to setup ldap as teh authentication for it? That's exactly what I tried today to set up, but I didn't get it really to work yet. But try to install slapd (openl

Re: making a boot disk

2001-01-07 Thread D-Man
at "LI" when booting. As I said before, I have loadlin set up for normal boots off the harddisk. Now I want to make a boot floppy I can use if my system goes bad for some reason. -D On Sat, Jan 06, 2001 at 03:48:42PM -0500, David B. Harris wrote: | | A boot disk is one way to go. Yo

Re: GCC and EGCS

2001-01-07 Thread D-Man
On Sun, Jan 07, 2001 at 04:14:04PM +0100, staf wagemakers wrote: | On Sat, Jan 06, 2001 at 09:29:20PM -0200, Jeronimo Pellegrini wrote: | > :: staf wagemakers writes: | > [snip] | > I'd call our version of gcc (2.95.3) a "prerelease", but not Red | > Hat's "2.96". | > | > The gcc people had to pu

Re: apt-get doesn't like line 13 in /apt/sources.list

2001-01-07 Thread Tibor D.
[EMAIL PROTECTED] wrote: "Malformed" line 13 It is:deb file://sources/x11 What is wrong? What do I need to get apt-get update to work No, it should be: deb file:/sources/x11 ./ And don't forget to make the "Packages" file in that directory (with dpkg-scanpackages) (supposed you have

DSL vs. cable and LAN options

2001-01-07 Thread D-Man
d other devices on the 486 side. Is SLIP reasonably fast? If so, how do I configure the serial port properly? I tried setserial once but couldn't get the printer to work with it. Thanks for the suggestions and insight. -D

Re: How to get Woody on an Off-line computer?

2001-01-08 Thread D-Man
On Mon, Jan 08, 2001 at 11:19:49AM +0100, Preben Randhol wrote: | I have a computer at home which is not connected to the internet (no | modem, ISDN etc). I want woody on this machine as all new packages | require libc6 2.2.x and X 4.0 and I need the latest versions of some | packages. I downloaded

Re: DSL vs. cable and LAN options

2001-01-08 Thread D-Man
lanning on a news server, but I do have a web server and ftp server (in addtion to sshd) on my machine. If possible I would also like to run a mailing list. Thanks (all who replied) for all the great info! -D

Re: Debian. Gonna give it a whirl :)

2001-01-08 Thread D-Man
CDs for an initial install. Do you know someone with a fast connection and a CD burner? CDR's are usually ~$1 US. I have used this method in the past. HTH, -D | > No, you don't need a new CD set. Just install Debian using the disks | > you have and use apt-get to upgrade

Re: gnome run command

2001-01-08 Thread D-Man
It used to be gnome-run. I created my own launcher that first ran a script to set the "history" on my RH6.1 system (heavily upgraded) that had Gnome 1.2 on it. (Or maybe only gnome 1.0.55). After I installed RH7 I could no longer find the command and my launch er didn't work.

Re: mail client

2001-01-08 Thread D-Man
and "User-Agent" headers on their messages. (not all messages have such a header though). -D On Mon, Jan 08, 2001 at 05:51:21PM -0600, Casey Webster wrote: | Hello, | | I've noticed debian doesnt distribute pine on its package mirrors, and | as i've only really used pine un

Re: mutt mailbox default

2001-01-08 Thread D-Man
You can set the system inbox (spoolfile) in the muttrc file. It's called "spoolfile" : set spoolfile = /home/myself/mail/inbox If it is a one time thing, mutt -f path/to/my/folder will open up any given folder. HTH, -D On Mon, Jan 08, 2001 at 10:05:37PM -0200, Marcelo Ch

Re: Java jdk1.3 on Potato

2001-01-08 Thread D-Man
a bytecode or native machine code. Kaffe can compile to bytecode and also interprets bytecode. (the 2 are supposed to work together well). I had a (very) small threading project once that I used gcj, kaffe, and Sun's jdk to test. (both on my machine and the Solaris systems in the lab). HTH, -D

Re: mutt mailbox default

2001-01-08 Thread D-Man
Yes, see my other reply. You could put "alias mutt='mutt -f inbox'" in your .bashrc, or better yet put set spoolfile = "~/myinbox" in your .muttrc file. HTH, -D On Mon, Jan 08, 2001 at 10:27:42PM -0200, Marcelo Chiapparini wrote: | Thank you! does exist a w

Re: mutt mailbox default

2001-01-08 Thread D-Man
documentation, but I am quite hurry now... :P Yes, 'man muttrc' will bring up the help file. Then use "/" followed by a regex to search for text. man + less is your friend. ;-) The variable is "folder" which defaults to "~/Mail" ~~ set folder = "~/mail" ~~ -D

Re: mail client

2001-01-09 Thread D-Man
bunch of options dealing with ssl). Check again, you might be pleasantly surprised. :-) BTW, nate: where are you located geographically? HTH, -D

Re: OT Any Gimp lists?

2001-01-09 Thread D-Man
There's the windows one. [EMAIL PROTECTED] -D On Tue, Jan 09, 2001 at 04:01:30PM +0100, Jonathan Gift wrote: | Hi, | | I subscribed to the list recommended on the gimp home page and after a | day, not a single message. Are there any others out there? | | | | Thanks, | | Jon

Re: Anything on CD to read GIFF in Gimp?

2001-01-09 Thread D-Man
This issue is covered on the gimp pages. Gif's aren't free so they have a separate plug-in that does the job. Someone already said that .deb packages are available. -D On Tue, Jan 09, 2001 at 12:31:52PM +0100, Jonathan Gift wrote: | Title says it all really. Any add on to red and

Re: Mail not bouncing back?

2001-01-09 Thread D-Man
Why are you expecting your mail to bounce? Doesn't bouncing usually mean there was an error? -D On Tue, Jan 09, 2001 at 10:56:20AM +0100, Jonathan Gift wrote: | Hi, | | I don't know what I changed recently, nothing that I know of, but mail | not bouncing back. I tried using [EMAIL

Re: How to get Woody on an Off-line computer?

2001-01-09 Thread D-Man
ing. | > I am not familiar with the "Toy Story" characters. | | IIRC, "Sid" was the evil boy next door who tortured toys. | Yes. | HTH, | Ray | -- | PATRIOTISM A great British writer once said that if he had to choose | between betraying his country and betraying a friend he hoped he would | have the decency to betray his country. | - The Hipcrime Vocab by Chad C. Mulligan | -D

Re: Will 'apt-get install kernel-image-2.2.17' work OK?

2001-01-09 Thread D-Man
nd haven't seen any complaints (from the system). Haven't really tried out some of them yet though. -D On Tue, Jan 09, 2001 at 10:59:53PM -0500, David Shepherd wrote: | I guess 2.2.18 would be better, I want to know whether 'apt-get install...' | is a reliable method of upgrading the kernel. | Dave |

Re: Need help setting up parallel printer

2001-01-09 Thread D-Man
stems. Debian provides a more convenient way to build it into a package. I haven't done that yet, the stock one seems to have all I need (with appropriate module configuration). Don't be afraid to try stuff. Just make sure you can still use your old kernel if you make a mistake. -D

Re: Hi All

2001-01-10 Thread D-Man
On Tue, Jan 09, 2001 at 11:08:12PM -0800, Henry House wrote: [snip] | It is a kernel restriction (warranted or paranoid as the case may be) but it | can be bypassed if need be by writing a little C wrapper: |#define REAL_PATH "/path/to/script" |main(ac, av) |

Re: (OT) exec nonreadable shell scripts

2001-01-10 Thread D-Man
ve to know the name for certain since ls wouldn't help them. But I think that they would still be able to read the file. Try it and see. ;-) | | xucaen -D

Re: gnome control center

2001-01-10 Thread D-Man
Close any programs you don't want to run at startup. Open any you do want to run at startup. Then Foot -> Settings -> Session -> Save Session (or something like that). This will work for all session aware programs (gnomecc is one of them). -D On Wed, Jan 10, 2001 at 06

Re: threads with jdk1.3(sun) on potato

2001-01-10 Thread D-Man
You may want to try gcj and kaffe. They are alternative Java tools (gcj is a compiler, kaffe is a vm). I haven't used the jdk in linux, but I did use gcj and kaffe with a small threading demo. -D On Wed, Jan 10, 2001 at 12:47:21PM -0800, Miten Mehta wrote: | Hello, | I have problem ge

Re: removing exe files...

2001-01-10 Thread D-Man
nt to keep. Then use it in conjunction with the "-r" (recursive) option to rm. -D On Wed, Jan 10, 2001 at 08:26:02PM -0200, Marcelo Chiapparini wrote: | Hi to all! | | I installed potato at home because I want to move my production system | from OS/2 to Debian. After two month of

Re: Suggestions for an easy-to-setup 10/100 net card?

2001-01-10 Thread D-Man
~ $90 US). It even comes with the driver (tulip.c) on the floppy in the package. I didn't have any trouble compiling it -- the first time I tried I didn't understand modules so I built it statically. The standard kernel source dist has tulip.c in it, I simply copied the newer one from the disk to the source tree and rebuilt. -D

Re: (OT) exec nonreadable shell scripts

2001-01-10 Thread D-Man
On Thu, Jan 11, 2001 at 01:47:14AM +0100, Carel Fellinger wrote: | On Mon, Jan 10, 2000 at 04:04:14AM -0500, D-Man wrote: | > On Wed, Jan 10, 2001 at 11:27:38AM -0800, Xucaen wrote: | > | would writing scripts in a compiled language like | > | C be a solution? | > | | > | > I

Re: new boot disk?

2001-01-10 Thread D-Man
t was using lilo to write to the floppy drive instead of the MBR. | Thanks... | -D

Re: Why do I get this error message?

2001-01-11 Thread D-Man
t see the error, return your M$ keyboard immediately. (If you want I can give you the brand/etc of my keyboard. It isn't curved as nicely as the MS one but it has those cool buttons on the top -- now I just need to write a driver to use those buttons :-)) HTH, -D

Re: LILO Problem

2001-01-11 Thread D-Man
On Thu, Jan 11, 2001 at 10:44:20AM -0500, Bob Billson wrote: | Linux maps drives like this: |MSDOSLinux |~~ | C: hda(master, primary controller) | D: hdb(secondary, primary controller) | E: hdc(master, secondary

Re: LILO Problem

2001-01-11 Thread D-Man
On Thu, Jan 11, 2001 at 06:54:58PM +0100, Robert Waldner wrote: | On Thu, 11 Jan 2001 12:44:18 EST, D-Man writes: | >C: hda1 | >D: hda2 | >E: hdb1 | >F: hdb2 | | DOS values primary partitions higher than everything else, so that | would be: | | C: hda1 | D: hdb1 | E

Re: MUAs and timestamps, was Re: how to grep without changing timestamps?

2001-01-11 Thread D-Man
MUA's handle new messages in folders better. (ie, you can open up the mailbox, not read anything, and it still says new -- mutt doesn't) All-in-all though it's not such a bad system (for mutt). It probably solves a lot of headaches with locks and other processes trying to write to the mbox as mutt reads to determine if something is new or not. -D

Re: Gcc, Objective-C

2001-01-11 Thread D-Man
alternative to generating code that must then be compiled is the libglade library. libglade reads Glade's XML save format and creates the widgets at runtime. C, C++, and Python can use libglade. I believe Obj C can use plain C libraries, but haven't gone beyond a cursory glance at a tutorial.

Re: ssh to solaris: how do i get fully functional terminal?

2001-01-11 Thread D-Man
What terminal are you using? Linux console? (What is $TERM when you log in to the Solaris system?) If it is "linux" you can just use export TERM=vt100 The linux console is compatible with vt100 termcap/terminfo entries. HTH, -D On Fri, Jan 12, 2001 at 08:52:10AM +1100, Mark Macke

Re: AVA-1505A, USB

2001-01-11 Thread D-Man
On Fri, Jan 12, 2001 at 12:46:38AM +0100, root wrote: (not such a good idea, better to make a user account than to use root) [snip] | 2)Somedoby kwnos if is it possible to make a point to point connection | using the USB port?? | If yes, how I must

Re: Grub vs LILO

2001-01-11 Thread D-Man
I have DOS 6.22 on /dev/hda1 and WIIN95 on | /dev/hdb1, and can boot either. I don't think lilo permits that. | Oh, cool. Do you know if grub can boot off /dev/hdc2 if LILO can't? (LILO can't because my BIOS is cheap, thus I use loadlin even though I [almost] never boot Windo~1 anymore) -D

Re: Any Linux-based PhotoID software?

2001-01-11 Thread D-Man
hives. Try the gnome-list archives also. -D

Re: MUAs and timestamps, was Re: how to grep without changing timestamps?

2001-01-11 Thread D-Man
On Thu, Jan 11, 2001 at 07:35:06PM -0500, Chris Gray wrote: | >>>>> D-Man writes: | | d> | How is mutt (or any other MUA) meant to do it then? | d> | | | d> By checking the file itself for new messages, rather than | d> relying on the timestamp. Som

Re: Why choose Debian?

2001-01-13 Thread Tibor D.
Well, our first (real) computer at home was the Amiga 1000 in 1986. I really liked that platform very much, but some Amigas later in 1996 I had to give it up and buy a Wintel-platform (Pentium Pro). But since I began working on that platform I was never happy with it. I never know what's so cool ab

Re: Cross-Platform Development?

2001-01-14 Thread D-Man
glade runs on windows, but if it doesn't I might convert it to python :-). -D

Re: Cross-Platform Development?

2001-01-15 Thread D-Man
s applications. (Maybe also only for non-commercial applications). This is one of the major reasons for the GNOME/GTK project. -D

Re: Ethernet config

2001-01-15 Thread D-Man
uses. Then try that with Debian. I don't have a 3Com card, but my card uses IRQ 11. HTH, -D

F-Keys for Server-commands

2001-01-16 Thread Tibor D.
For a server I would program some F-Keys for maintenace. Without anybody logged in (you see just the console with the login prompt), I'd like e.g. following: Someone presses F1 -> the server should shutdown press F2 -> unmount/eject CDRom, F3 -> print the IP-Accounting infos F4 -> start the prog

Re: IMAP MUA and filtering

2001-01-16 Thread D-Man
to filter it into folders. I then use mutt to read the mail. (Mutt also has great mailing list support) At work I use mutt with cygwin on an NT 4.0 machine. It connects to the POP server and gets the mail (but I don't do any filtering on that system) -D

Re: IMAP MUA and filtering

2001-01-17 Thread D-Man
On Wed, Jan 17, 2001 at 07:33:29PM +1100, Damon Muller wrote: [snip] | If postfix supports .forward files, you'll need something like | | | maildrop -d $USER "| maildrop -d $USER" You need the quotes, otherwise the mail disappears. I'm not sure but you may also need 

Re: IMAP MUA and filtering

2001-01-17 Thread D-Man
ore details (though terse). ( You can ask here also, I don't think anyone will bite your head off ;-) ) | Thanks for all your help so far! | No problem at all. | Matthew | -D

Re: gcc: "cannot create executables" (confused now)

2001-01-17 Thread D-Man
ain, no errors, prints Hello World from C++), then your C++ compiler is working. If either of those don't work, report the file contents (in case a typo was made) and the error messages (with the shell commands, of course) to the list. HTH, -D PS. Say, do you have write permission on the directory you are running configure in? Is the disk full?

Re: windows

2001-01-18 Thread D-Man
mes do have it. One theme even has the title bar on the side (but with no title). An alternative (at least, with my config) is to hold down the ALT key and then drag the window. This is really cool because you can move *any* window without finding the title bar first. -D

Re: curious: Re: running another X from within X

2001-01-19 Thread D-Man
On Thu, Jan 18, 2001 at 09:43:07PM -0500, Jonathan D. Proulx wrote: [snip] | edit /etc/X11/Xserver, the file: | | --- | /usr/bin/X11/XFree86 | Console | | The first line in this file is the full pathname of the default X | server. | The second line shows who is allowed to run the X server

X config errors, boot issues

2001-01-20 Thread D-Man
add the Shutdown/Restart option to gdm? Thanks for the assistance, -D

Re: free memory

2001-01-22 Thread D-Man
the other output form dmesg, you'll see exactly where the kernel is using the memory. -D

Re: vi - wraplen found

2001-01-22 Thread D-Man
cindent mode, syntax highlighting, etc. I used to use Nedit to code because vi didn't have any of those features (the "vi" command on a Solaris 7 (or less) box). When I found out how to config vim to behave properly I promptly switched (after trying emacs for a little while). -D

Re: out of RAM.

2001-01-22 Thread D-Man
I'm a little late, but for future reference: Do you have the machine set up so it boots to a default (useful) system? If so you could try just rebooting from the ssh session. I've done this before with my system (for various reasons). -D On Sun, Jan 21, 2001 at 01:36:27PM -0500, Da

Re: Running fetchmail at login time

2001-01-24 Thread D-Man
un all the time) -D On Wed, Jan 24, 2001 at 09:22:41AM +0100, Daniel de los Reyes wrote: | I want to run fetchmail as a daemon each time I log in but I don't want to do it manually.Is bash_profile the apropiate place to launch it from? How can I prevent it form being launched several time

Re: Compiling java (gcj, jikes, kaffe...)

2001-01-30 Thread D-Man
on set the classpath. For jdk1.1.8 classes.zip must be listed in the option, for jdk1.2+ rt.jar is found automagically (but tools.jar must be included to use ant -- a make replacement for java devel). The funny thing is the classpath must be in DOS/Windows format (with d:, etc and semicolons as the separato

Re: Bash Scripting

2001-01-30 Thread D-Man
-- BTW, I don't use bash scripting for anything other than running programs with some default options. I would prefer to use python for this sort of thing, but it's up to you what you want to use. -D

Re: Romanian translation

2001-01-30 Thread D-Man
b site or the Norton AntiVirus on my work computer. I would like to know that her computer is cured completely. -D

Re: Bash Scripting

2001-01-31 Thread D-Man
use. | | ..let the newbie get used to bash first okay? ;) If he wants to start with bash he can. I think bash scripting is harder than python though. -D

Re: Still No Cursor in X

2001-01-31 Thread D-Man
s the only mouse I have that hasn't hurt my hand. It also supports USB and PS/2. | | greetings, martin | -D

Re: Netscape 6 for Linux?

2001-01-31 Thread D-Man
easier... Have you ever tried mutt? IMO it is the best MUA currently available. Ok, so it is curses based, no gui, but it works well through a telnet/ssh session and has excellent list support. Mahogany is also nice, but still under a lot of needed development. -D

Re: Microsoft Scroll Mouse

2001-01-31 Thread D-Man
rse, it is then up to the gui to handle these events appropriately) HTH, -D On Wed, Jan 31, 2001 at 12:04:52AM -0600, Zac Epkes wrote: | Sorry, I have a microsoft intellimouse and cant get the scroll button to | work... any ideas? thnX | | - Zac | | | -- | To UNSUBSCRIBE, email to [EMAIL PROTE

hd failure (maybe), please adivse

2001-01-31 Thread D-Man
r any suggestions or ideas you might have, -D

Re: Still No Cursor in X

2001-02-01 Thread D-Man
On Wed, Jan 31, 2001 at 10:54:33PM -0500, D-Man wrote: | On Thu, Feb 01, 2001 at 02:20:03AM +0100, Martin Albert wrote: | | On Wed, 31 Jan 2001, Andrea Vettorello wrote: [snip] | | I try PS/2, Buttons 5, ZAxisMapping 4 5 - but strange things happen on | | the screen then. May be you have it for

Re: hd failure (maybe), please adivse

2001-02-01 Thread D-Man
m in | Linux they'll show a normal | transfer rate. | -D

Re: hd failure (maybe), please adivse

2001-02-01 Thread D-Man
hin 2 days, and you can return the bad one after | you install the new one. It makes the process almost painless. | Thanks, this will help a lot. -D

Re: Hi!

2001-02-01 Thread D-Man
ing to look like it). -D

Re: WordPerfect 8 under debian

2001-02-01 Thread D-Man
something a while back about Netscape (may WP too) being linked against an old version of libXpm. If you find the correct version, and put it in /usr/lib it might work. Sorry I don't know which version, try searching the archives for libXpm. -D

xosview

2001-02-02 Thread Tibor D.
Hi folks, does anyone know where the xosview-package did go? It's gone with the latest apt-get upgrade! Or is there a similar, maybe even better tool? TIA

Re: Upgrading from Debian 2.1 to unstable

2001-02-04 Thread Tibor D.
Florian Weimer wrote Unfortunately, the apt packages in stable and unstable depend on glibc > 2.1.x, resulting in a chicken-and-egg problem. Which is the easiest way to upgrade to unstable under this circumstances? Recompiling apt for glibc 2.0.7? Editing the Package file? Check out your fa

Re: PHP4 in 'testing'?

2001-02-04 Thread Tibor D.
Remco Rijnders wrote: Hi all, I have my apt sources list pointed at tracking the "testing" release of Debian. As I understand it this is supposed to be a repository of the latest packages that have been used without major problems in unstable for an 'x' number of days. Provided the assumption

Re: KDE2

2001-02-05 Thread Tibor D.
Renai wrote: Hi, just a couple of questions - could someone tell me the apt-get command for installing kde2 on my woody machine? I've just installed woody but can't find the package name that indicates kde2. I had thought that it was part of the unstable tree somewhere. Yes, kde2 is part of

Re: INSTALLATION TROUBLE

2001-02-06 Thread D-Man
| | When I boot my computer with (F8) in to MS-DOS, I call my drive D:\Debian\vanilla\install.exe, so the installation stops and asks me the direction of my kernel image. | | I have already downloaded the files as follows: | | D:\Debian\vanilla\base2_2.tgz | D:\Debian\vanilla\drivers.tgz

Re: Gnome window sizes.

2001-02-06 Thread D-Man
the script or it will recursively invoke itself infinitely. -D

Re: GNOME apps not using KDE2 colors

2001-02-06 Thread D-Man
ke this if KDE apps are used in the GNOME environment. HTH, -D

Re: GNOME apps not using KDE2 colors

2001-02-06 Thread D-Man
its color/font | settings to KDE/non-GNOME programs. What I meant was: I would expect KDE apps not to see my GNOME preferences, just as your GNOME apps aren't seeing your KDE preferences. | | - Bart -D

Re: Have computer power off automatically

2001-02-06 Thread Tibor D.
You don't even have to recompile, but you have to activate apm. At the lilo-prompt, type "linux apm=on" to test it. If that works, you can save that in /etc/lilo.conf with the line append="apm=on" [EMAIL PROTECTED] wrote: You need to recompile your kernel with "advanced power management BIOS

Re: keeping a process running?

2001-02-07 Thread Tibor D.
Michael A. Miller wrote: Can anyone suggest a way to monitor a process and restart it if it stops? Maybe "run" is what you're looking for?

Re: Memory/cpu quoatas for users

2001-02-08 Thread D-Man
save too many cells) and the system booted me off (I was back at the login screen). This was with a RH7 system, though. -D

Re: keeping a process running?

2001-02-08 Thread Tibor D.
Michael A. Miller wrote: "Tibor" == Tibor D <[EMAIL PROTECTED]> writes: > Maybe "run" is what you're looking for? I haven't been able to find that in the packages - what package is that a part of? It *is* the package called "run",

Re: Multiple copies of list mail?

2001-02-08 Thread D-Man
with my systems. -D

Re: application for website offline viewing

2001-02-09 Thread D-Man
I think wget maybe can do the download. If you have downloaded an entire website, then you can use Netscape or IE. Except that you might have trouble running IE on Debian ;-). -D On Fri, Feb 09, 2001 at 07:16:20PM +, john smith wrote: | hi, | can someone recommend an application that

cpdf

2001-06-18 Thread Ian D
I've already searched it a lot. Whether, Where shall I get cpdf for debian? Thanks Janos __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/

Re: sis 6326

2001-06-18 Thread D-Man
ow close I look and what colors are being displayed). If you want my XF86Config file to compare against, just ask. -D

Re: help making debian ISO's

2001-06-19 Thread D-Man
y isn't 'stable' yet so there is no list file. There are no official images to rsync against either. Woody needs to be frozen, then tested (and remaining bugs removed) before it will be declared 'stable', and when that happens official images (and the proper list files) will be distributed. -D

Re: memory

2001-06-20 Thread D-Man
gram you may want to consider : 'ssmtp'. It is a very simple program that has an MTA-like interface, but it only forwards mail to a predetermined SMTP server. I use it on Win2k (cygwin) to send mail from mutt through the company's SMTP server. HTH, -D

Re: xf86config failed. Need help!

2001-06-20 Thread D-Man
ets it needs, and where it "stores the socket" (I think it is more like a named-pipe since it uses a file). IIRC you can start an X server on a different display (ie use :1 instead of :0, I don't know how to make it use your real monitor since I was using xvfb (X Virtual Frame Buffer) on that RH box). HTH, -D

Re: oldtimer pc

2001-06-20 Thread D-Man
right now, 32 swap just for plenty of room), NE2k ISA NIC and ISA modem (real, not lose^H^H^H^Hwin). It runs the routing just fine. It takes a while to boot up, and the shell (and vim) aren't the most responsive, but it does it job just fine. I have 2.2.19 kernel because its running stable. -D

Re: boot disk dilemma

2001-06-20 Thread D-Man
rnel after install is done. Or perhaps you can put the necessary module onto a floppy and simply load it using the shell (and RAMDISKs)? -D

Re: Shutdown -h now

2001-06-20 Thread D-Man
tes). With lilo put 'append="apm=on"' in the proper section (without the surrounding single-quotes). -D

Re: Java 2 VM in Debian

2001-06-21 Thread D-Man
eally should be obeyed by more mailers, but oh well. -D

Re: Shutdown -h now

2001-06-21 Thread D-Man
older hardware (w/o APM). -D

<    1   2   3   4   5   6   7   8   9   10   >