Fwd: Confusion on how to do it.

2020-10-01 Thread Andrew Cater
This went only to John whereas I meant to send it to both John and the list. -- Forwarded message - From: Andrew Cater Date: Thu, Oct 1, 2020 at 4:57 PM Subject: Re: Confusion on how to do it. To: John Brumby Hi John, Everything in one would be 40 odd DVDs worth but you can

Re: Confusion on how to do it.

2020-10-01 Thread Thomas Schmitt
Hi, John Brumby wrote: > Is there such a thing as a Full Debian Os ISO to be downloaded. Afaik, there is no single ISO which contains all packages. The usual advice is to download the first three DVD sized ISOs. In case of 64-bit x86 computers: https://cdimage.debian.org/debian-cd/current/amd

Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-23 Thread Tim Post
Egads! too many open windows replying to too many things. Sorry about that :) Still useful for [part of] your problem lol, but won't exactly solve it. Whoops :) Best, -Tim On Mon, 2006-10-23 at 14:38 +0800, Tim Post wrote: > Use the following (small) c program which will generate an xml feeed >

Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-22 Thread Tim Post
Use the following (small) c program which will generate an xml feeed with pretty much everything you need to know about each machine.. very easy to parse to see which is "fastest" / etc. The output looks like this : http://dev1.netkinetics.net/xmlpulse/xmlpulse.xml The source itself is here htt

Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, you *can't* run local binaries on a remote machine. Maybe you could rcp the local script to the remote machine and then execute it. On 10/22/06 22:26, Aidan Shaw wrote: > Thank you Ron ! > definitely, the resean I want to ask this question is t

Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-22 Thread Aidan Shaw
Thank you Ron ! definitely, the resean I want to ask this question is that, we have 50 linux computersWhen I want to run an CPU intensive job, I need to find the load average of each machine first. surpose remotePC05's load is very low, then I log on to that machine to do the job. is I login to Re

Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-18 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/06 07:59, Aidan Shaw wrote: > Hi List > > I want to write a simple c-shell scripts whick will performe the following > task: > > 1. remote login to an machine named "RemotePC05" > rsh RemotePC05 ( no passward is needed in our network )

Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-18 Thread ss11223
Aidan Shaw wrote: > Hi List ... > the problem is, I need an pretty and consice scripts in c-shell. can anybody > help me? > > Any suggestion is welcom. > > Thank you all. > Are you really confined to using csh? There are better scripting solutions. see: http://www.faqs.org/faqs/unix-faq/shell/csh

doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-18 Thread Aidan Shaw
Hi List I want to write a simple c-shell scripts whick will performe the following task:1. remote login to an machine named "RemotePC05"       rsh  RemotePC05   ( no passward is needed in our network ) 2. at RemotePC05, I wnat do several things, suck as  du -sh /pathto/dirname;  touch filename 3.

Re: How to do it

2004-04-14 Thread Monique Y. Mudama
On 2004-04-15, Freak Zilla penned: > Hi there i downloaded some thing of the internet and it has come i tar > format, what do i have to do to be able to burn it on to dvdr? Due to > it being this format i cant burn it straight off. > > Thanks Cya On any unix-like system, there will be a tar comma

How to do it

2004-04-14 Thread Freak Zilla
Hi there i downloaded some thing of the internet and it has come i tar format, what do i have to do to be able to burn it on to dvdr? Due to it being this format i cant burn it straight off. Thanks Cya _ You could be a genius! Find

Re: udev: how to do it right?

2004-04-14 Thread John L Fjellstad
Antonio Rodriguez <[EMAIL PROTECTED]> writes: > John, could you provide pointers to the documentation? I wan to > understand all this before asking more questions. I would like to know > how to identify my memstick in /sys for example. Check the udev man pages. I really haven't seen any other doc

Re: udev: how to do it right?

2004-04-12 Thread Antonio Rodriguez
On Mon, Apr 12, 2004 at 12:34:09AM -0700, John L Fjellstad wrote: > Antonio Rodriguez <[EMAIL PROTECTED]> writes: > > > hpd:/home/tony# ls /usr/local/bin/lsbus > > ls: /usr/local/bin/lsbus: No such file or directory > > hpd:/home/tony# ls /usr/local/bin/systool > > ls: /usr/local/bin/systool: No s

Re: udev: how to do it right?

2004-04-12 Thread John L Fjellstad
Antonio Rodriguez <[EMAIL PROTECTED]> writes: > hpd:/home/tony# ls /usr/local/bin/lsbus > ls: /usr/local/bin/lsbus: No such file or directory > hpd:/home/tony# ls /usr/local/bin/systool > ls: /usr/local/bin/systool: No such file or directory Debian packages will never install stuff in /usr/local/

Re: udev: how to do it right?

2004-04-12 Thread Derrick 'dman' Hudson
On Mon, Apr 12, 2004 at 05:48:46PM +0200, Sebastiaan wrote: | I also found the solution to my second problem. It was a lot simpler than | it looked like. I had to load the modules for ide-disk and ide-cd and the | device nodes/trees are created automatigcally. Devfs and the old dev made | me lazy,

Re: udev: how to do it right?

2004-04-12 Thread Sebastiaan
High, On Sat, 10 Apr 2004, John L Fjellstad wrote: > Sebastiaan <[EMAIL PROTECTED]> writes: > > > Another problem I have been running into are the permissions. I have a > > nvidia card, so I added this to links.udev: > > M nvidia0 c 195 0 > > ... > > M nvidia7 c 195 7 > > M nvidiactl

Re: udev: how to do it right?

2004-04-10 Thread John L Fjellstad
Sebastiaan <[EMAIL PROTECTED]> writes: > Another problem I have been running into are the permissions. I have a > nvidia card, so I added this to links.udev: > M nvidia0 c 195 0 > ... > M nvidia7 c 195 7 > M nvidiactl c 195 255 > > These get created on boot, but with the wrong perm

Re: udev: how to do it right?

2004-04-10 Thread Antonio Rodriguez
On Sat, Apr 10, 2004 at 03:55:06PM -0500, Damon L. Chesser wrote: > This worked for me. HTH > > http://216.239.39.104/linux?q=cache:zDwdFYeY0mgJ:www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/Flash-Memory-HOWTO.pdf+usb+memory+stick+linux+howto&hl=en&ie=UTF-8#24 > > Hi Damon, checking

Re: udev: how to do it right?

2004-04-10 Thread Damon L. Chesser
Antonio Rodriguez wrote: On Sat, Apr 10, 2004 at 10:40:21AM -0700, John L Fjellstad wrote: Sebastiaan <[EMAIL PROTECTED]> writes: Check some of the other nodes, for instance your scsi drives, to see if they have the correct permissions (should be something like root.disk). I had this pr

Re: udev: how to do it right?

2004-04-10 Thread Antonio Rodriguez
On Sat, Apr 10, 2004 at 10:40:21AM -0700, John L Fjellstad wrote: > Sebastiaan <[EMAIL PROTECTED]> writes: > Check some of the other nodes, for instance your scsi drives, to see if > they have the correct permissions (should be something like > root.disk). I had this problem some time ago (with my

Re: udev: how to do it right?

2004-04-10 Thread John L Fjellstad
Sebastiaan <[EMAIL PROTECTED]> writes: > it seems that it gets created later. On boot there is no such thing. > However, when I make /dev/hda2 with mknod and then mount that partition, > hda and hda1 get also created, along with /dev/ide/bus. So something is > working, but udev needs to get 'trigg

Re: udev: how to do it right?

2004-04-10 Thread Sebastiaan
Hi, On Fri, 9 Apr 2004, John L Fjellstad wrote: > Sebastiaan <[EMAIL PROTECTED]> writes: > > > I am trying to get udev to work properly. After installing the udev > > package my system booted fine from my SCSI drive, seems to detect the alsa > > devices and stuff. But: it doesn't detect my IDE an

Re: udev: how to do it right?

2004-04-09 Thread John L Fjellstad
Sebastiaan <[EMAIL PROTECTED]> writes: > I am trying to get udev to work properly. After installing the udev > package my system booted fine from my SCSI drive, seems to detect the alsa > devices and stuff. But: it doesn't detect my IDE anymore. >From what I've read on this mailinglist, the debia

udev: how to do it right?

2004-04-09 Thread Sebastiaan
Hi all, I am trying to get udev to work properly. After installing the udev package my system booted fine from my SCSI drive, seems to detect the alsa devices and stuff. But: it doesn't detect my IDE anymore. Of course I can create a device node in /dev manually with mknod or a symlink to /etc/ud

Re: No need for 2.4.23 - How to do it?

2003-12-07 Thread Oliver Elphick
t; +if ((addr + len) > TASK_SIZE || (addr + len) < addr) > > +return -EINVAL; > > + > > /* > > * mlock MCL_FUTURE? > > */ > > > > What am I doing wrong? > > > > Andreas Goesele > > >

Re: No need for 2.4.23 - How to do it?

2003-12-07 Thread Thomas H. George
> > +if ((addr + len) > TASK_SIZE || (addr + len) < addr) > +return -EINVAL; > + > /* > * mlock MCL_FUTURE? > */ > > What am I doing wrong? > > Andreas Goesele > > -- > Omnis enim res, quae dando non

Creating Release{.gpg} files, how to do it...for a local cache

2002-10-24 Thread Walter Tautz
Q. Are the tools the ftp-master uses available for the general user? Q. If so are they documented? Q. Are they in a deb package...I'm aware of stuff like apt-move, apt-ftparchive.. I have succeeded in getting one to work by changing the Origin to something other than Debian and then using /etc

Re: Creating Release{.gpg} files, how to do it...for a local cache

2002-10-24 Thread Matt Zimmerman
On Thu, Oct 24, 2002 at 12:04:58PM -0400, Walter Tautz wrote: > I have succeeded in getting one to work by changing the Origin > to something other than Debian and then using /etc/apt/preferences > to bump up the PIN priority so that my packages are on par with > the rest of debian stable. There m

Re: Creating Release{.gpg} files, how to do it...for a local cache

2002-10-24 Thread Walter Tautz
On Thu, 24 Oct 2002, Matt Zimmerman wrote: > On Thu, Oct 24, 2002 at 12:04:58PM -0400, Walter Tautz wrote: > > > I have succeeded in getting one to work by changing the Origin > > to something other than Debian and then using /etc/apt/preferences > > to bump up the PIN priority so that my packa

Re: Colors configuration in mutt. How to do it?

1999-09-19 Thread Wojciech Zabolotny
On Sun, Sep 19, 1999 at 09:46:42PM +1000, Shao Zhang wrote: > Wojciech Zabolotny [EMAIL PROTECTED] wrote: > > Hi All! > > > > A few months ago I used PINE and I love'd it because of the wonderfull > > black-on-white layout which it used on my xterm (though still white-on-black > > on my console).

Re: Colors configuration in mutt. How to do it?

1999-09-19 Thread Shao Zhang
Wojciech Zabolotny [EMAIL PROTECTED] wrote: > Hi All! > > A few months ago I used PINE and I love'd it because of the wonderfull > black-on-white layout which it used on my xterm (though still white-on-black > on my console). > Because of some licence inconveniences I've decided to switch to mutt,

Colors configuration in mutt. How to do it?

1999-09-19 Thread Wojciech Zabolotny
Hi All! A few months ago I used PINE and I love'd it because of the wonderfull black-on-white layout which it used on my xterm (though still white-on-black on my console). Because of some licence inconveniences I've decided to switch to mutt, which is quite good (although lacks some features, eg.

SWAT: How to do it right

1999-09-15 Thread Craig B
I was reading one of the replies to another thread about ease of use v.s. power and flexibility. The author made an example out of SWAT. Since I run Samba and have never activited it, I figured I would fire it up and check it out. He was absolutely right...its beautiful. I'm really impressed.

Re: (fwd) Re: How to do it? [Xserver]

1999-08-17 Thread Lee Elliott
Hello Artur, On 17-Aug-99, you wrote: AZ> [EMAIL PROTECTED] (Steve Dunham) writes: AZ> AZ> -> Adam Di Carlo <[EMAIL PROTECTED]> writes: -> AZ> -> > This would make me think you perhaps are using the wrong X AZ> server? -> > Which model of graphics card do you have (or Sun model AZ> if you don't

Re: (fwd) Re: How to do it? [Xserver]

1999-08-17 Thread Artur Zaworski
[EMAIL PROTECTED] (Steve Dunham) writes: -> Adam Di Carlo <[EMAIL PROTECTED]> writes: -> -> > This would make me think you perhaps are using the wrong X server? -> > Which model of graphics card do you have (or Sun model if you don't -> > know the card)? Which X server are you using? -> -> One

Re: How to do it? [Xserver]

1999-08-17 Thread Adam Di Carlo
I think your problem is that you need to 'chmod 0666 /dev/fb?'. This is a known bug in the slink Xsun X window system servers. -- .Adam Di [EMAIL PROTECTED]http://www.onShore.com/>

Re: How to do it? [Xserver]

1999-08-17 Thread Artur Zaworski
[EMAIL PROTECTED] (Adam Di Carlo) writes: -> [EMAIL PROTECTED] (Artur Zaworski) writes: -> -> > Sorry, I forgot something... last sec. of my Xsun ;> -> > -> > + strace Xsun -> > -> > access("/dev/fb0", R_OK|W_OK) = 0 -> > open("/dev/fb0", O_RDWR)= 6 -> > ioctl(6, FBIO

Re: stuff Glenn wants to clean up, and how to do it

1996-09-05 Thread Theodore Y. Ts'o
Glenn, In addition to Bruce's good advice for working with people, I'll add + Understand that people may have different goals than you, and that their goals may be just as valid as what you have on your agenda. This is part of why it's good to participate in a group for a long time b

stuff Glenn wants to clean up, and how to do it

1996-09-05 Thread Bruce Perens
From: Glenn Bily <[EMAIL PROTECTED]> > What is the fine line between a library such as libc.so.5, libm.so.5 or > libcurses.a and just a compiled object file? If I had my druthers I'd clean lots of stuff like that up. The task is a lot more complicated than that, because you are working with other