Re: [newbie] Perl Script

2002-07-16 Per discussione Bill Davidson
On Tue, 16 Jul 2002 17:33:38 -0400 Leonard W. Miller [EMAIL PROTECTED] wrote: Can somebody tell my why this doesn't work? #!/usr/bin/perl for($x = 1; $x 255; $x++) { snmpwalk 172.17.16.$x public; } Thanks I'm just learning perl myself, but, in order to make a system call in

[newbie] shell script

2002-07-11 Per discussione Rosella Greco
hi everybody, I would like to write a simple script, but i need your help! what I would like to do is to execute a file 10, 100 times without opening 10, 100 differnet shells. the file I want to execute is 'sendapi' and accepts parameters as input. these parameters are a and b that are integer

Re: [newbie] shell script

2002-07-11 Per discussione Todd Slater
On Thu, 11 Jul 2002 15:16:03 + Rosella Greco [EMAIL PROTECTED] wrote: hi everybody, I would like to write a simple script, but i need your help! what I would like to do is to execute a file 10, 100 times without opening 10, 100 differnet shells. the file I want to execute is 'sendapi'

Re: [newbie] bash script to enter su password?

2002-04-07 Per discussione Lee
On Sunday 07 April 2002 12:24 am, s wrote: On Saturday 06 April 2002 10:58 pm, Jon Doe wrote: I am looking to make a script that can be run as a normal user in su mode with out having to enter su password. Basically I want to be able to mount my usb digital camera without having to log in

[newbie] bash script to enter su password?

2002-04-06 Per discussione Jon Doe
I am looking to make a script that can be run as a normal user in su mode with out having to enter su password. Basically I want to be able to mount my usb digital camera without having to log in as root. Any suggestions? Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [newbie] bash script to enter su password?

2002-04-06 Per discussione Paul
On Sat, 6 Apr 2002 23:58:51 -0500 Jon wrote: I am looking to make a script that can be run as a normal user in su mode with out having to enter su password. Basically I want to be able to mount my usb digital camera without having to log in as root. Any suggestions? It would be much easier to

Re: [newbie] bash script to enter su password?

2002-04-06 Per discussione s
On Saturday 06 April 2002 10:58 pm, Jon Doe wrote: I am looking to make a script that can be run as a normal user in su mode with out having to enter su password. Basically I want to be able to mount my usb digital camera without having to log in as root. Any suggestions? sudo? Want to buy

Re: [newbie] Re: Script

2002-03-31 Per discussione Tim Holmes
Here are a few of them that I've gone back to and toyed with from time to time. -- Basica walk through http://www.linuxnewbie.org/nhf/intel/programming/introbashscript.html -- Another basica HOW-TO http://www.pxh.de/fs/svcd/index.html -- And my favorite, how to add colors

Re: [newbie] Re: Script

2002-03-30 Per discussione Hylton Conacher (ZR1HPC)
Jesse Angell wrote: Thanks, that did just what I wanted. Does anyone on the list have a URL to a guide on how to script? I ask as I am interested in doing many things automatically and can't ask you guys to right the scripts for me. Thanks --

Re: [newbie] Re: Script

2002-03-30 Per discussione Randy Kramer
Hylton Conacher (ZR1HPC) wrote: Does anyone on the list have a URL to a guide on how to script? See http://twiki.org/cgi-bin/view/Wikilearn/LinuxResources -- there is at least one link there related to scripting. If you find any better links, add them (or let me know). Randy Kramer Want to

Re: [newbie] Re: Script

2002-03-30 Per discussione Bill Davidson
On Saturday 30 March 2002 08:35 am, Hylton Conacher (ZR1HPC) wrote: Jesse Angell wrote: Thanks, that did just what I wanted. Does anyone on the list have a URL to a guide on how to script? I ask as I am interested in doing many things automatically and can't ask you guys to right the

Re: [newbie] Re: Script

2002-03-30 Per discussione Olly P
On Saturday 30 March 2002 08:35, you typed: Jesse Angell wrote: Thanks, that did just what I wanted. Does anyone on the list have a URL to a guide on how to script? -- Saturday 30 March 2002 -- 11:57hrs cst Hi Jesse ...Search for abs-guide-1.1.tar.gzit is a

Re: [newbie] Re: Script

2002-03-30 Per discussione SpeedMan
On Sat, 2002-03-30 at 12:02, Olly P wrote: SNIP Hi Jesse ...Search for abs-guide-1.1.tar.gzit is a really good bashscript guide with loads of example scriptsit is worth finding. sorry I don't remember where I got it? The URL for the Advanced Bash-Scripting Guide is:

Re: [newbie] Re: Script

2002-03-30 Per discussione FemmeFatale
Hylton Conacher (ZR1HPC) wrote: Jesse Angell wrote: Thanks, that did just what I wanted. Does anyone on the list have a URL to a guide on how to script? I ask as I am interested in doing many things automatically and can't ask you guys to right the scripts for me. Thanks

[newbie] Re: Script

2002-03-29 Per discussione SoloCDM
Jesse Angell stated the following: I need this script to do the following things, in order to start some clients palace servers It simply stops after the first user what the problem #!/bin/sh su angeleyez ; /home/angeleyez/palaceserver/bin/start-palace ; exit su digitalfantasy ;

[newbie] Re: Script

2002-03-29 Per discussione Jesse Angell
Thanks, that did just what I wanted. - Original Message - From: SoloCDM [EMAIL PROTECTED] To: Jesse Angell [EMAIL PROTECTED] Cc: Linux-Mandrake Newbie [EMAIL PROTECTED] Sent: Friday, March 29, 2002 7:12 PM Subject: Re: Script Jesse Angell stated the following: I need this script

Re: [newbie] Shell script programming

2002-02-19 Per discussione Walter Logeman
Rodrigo, Thank you all, these sites are really cool !!! Some more just for the record: http://www-106.ibm.com/developerworks/linux/library/bash.html http://www-105.ibm.com/developerworks/education.nsf/linux-onlinecourse-bytitle/22D84C62513A001186256B4900603332?OpenDocument -- Walter

Re: [newbie] Shell script programming

2002-02-19 Per discussione Michel Clasquin
On Tuesday 19 February 2002 06:30, Walter Logeman wrote: Rodrigo, Thank you all, these sites are really cool !!! Some more just for the record: And on behalf of the Royal Society for the Preservation of Bandwidth, I suggest you try this command: locate rute.pdf If it's on your system,

Re: [newbie] Shell script programming

2002-02-18 Per discussione Brian Parish
This will get you started - very basic with lots of examples: http://mercury.chem.pitt.edu/~tiho/LinuxFocus/English/September2001/article216.shtml Brian On Tue, 2002-02-19 at 00:13, rsch77 wrote: Hi, I am interested in learning a bit of shell programming. Does anyone know a good site about

Re: [newbie] Shell script programming

2002-02-18 Per discussione Bill Davidson
On Monday 18 February 2002 08:13 am, rsch77 wrote: Hi, I am interested in learning a bit of shell programming. Does anyone know a good site about this, that covers basic and advanced topics ? Thanks, Rodrigo http://www.linuxdoc.org/HOWTO/Bash-Prog-Intro-HOWTO.html Bill Want to buy your

Re: [newbie] Shell script programming

2002-02-18 Per discussione Rodrigo
Thank you all, these sites are really cool !!! Rodrigo Gary Chisholm wrote: Try: http://www.linuxnewbie.org/nhf/intel/programming/introbashscript.html On Mon, 2002-02-18 at 08:13, rsch77 wrote: Hi, I am interested in learning a bit of shell programming. Want to buy your Pack or

[newbie] Perl script is not able to execute

2002-01-30 Per discussione Daniel Chen
Hi, I am using Mandrake 8.1 with bash shell. Today is my first time using perl script. I read from the book said if I add #!/usr/bin/perl to the first line of my perl script, I can execute the script by just typing the name of the script into the command line. I have set the permission of this

Re: [newbie] Perl script is not able to execute

2002-01-30 Per discussione Anuerin G. Diaz
the directory containing perl was in your PATH variable while the current directory is not (its a security measure). the '#!' on the first line simply means that the file contains commands to be interpreted by the interpreter following these symbols (i think they are called magic numbers or

RE: [newbie] Perl script is not able to execute

2002-01-30 Per discussione FLYNN, Steve
Subject:[newbie] Perl script is not able to execute Hi, I am using Mandrake 8.1 with bash shell. Today is my first time using perl script. I read from the book said if I add #!/usr/bin/perl to the first line of my perl script, I can execute

Re: [newbie] Perl script is not able to execute

2002-01-30 Per discussione Anuerin G.Diaz
On Wed, 30 Jan 2002 04:41:04 -0500 Daniel Chen [EMAIL PROTECTED] revealed these words to me: Hi, Thank you for quickly answer my question, but the problem still there! Now, the bash shell gave me another wrong message: bash: /usr/bin/test.pl: no such file or directory When I put

Re: [newbie] Perl script is not able to execute

2002-01-30 Per discussione John Cichy
On Thursday 31 January 2002 09:19, Anuerin G.Diaz wrote: [snip] and test.pl contained in its first line the entry (without the quotes) #!/usr/bin/test.pl but when i substitute this line #!/bin/perl This is the correct first line of a perl script if perl resides in /bin. The first line of a

Re: [newbie] Perl script is not able to execute

2002-01-30 Per discussione Anuerin G.Diaz
On Wed, 30 Jan 2002 20:39:14 -0500 John Cichy [EMAIL PROTECTED] revealed these words to me: On Thursday 31 January 2002 09:19, Anuerin G.Diaz wrote: [snip] and test.pl contained in its first line the entry (without the quotes) #!/usr/bin/test.pl but when i substitute this line

Re: [newbie] backup script

2002-01-25 Per discussione tester
Jesse Angell wrote: I found a script and just eddited it and saved it.. but I can't launch it like I could the script before, The script simply backs up a file.. I get a Bad Interrepture error trying to launch it AND i notice that the orignal script was green on ls and this is just grey

[newbie] backup script

2002-01-24 Per discussione Jesse Angell
I found a script and just eddited it and saved it.. but I can't launch it like I could the script before, The script simply backs up a file.. I get a Bad Interrepture error trying to launch it AND i notice that the orignal script was green on ls and this is just grey on ls.. here is the

Re: [newbie] Shell Script

2002-01-08 Per discussione Mitch . Wilson
PROTECTED]To: [EMAIL PROTECTED] p cc: Sent by: Subject: Re: [newbie] Shell Script

Re: [newbie] Shell Script

2002-01-07 Per discussione Mitch . Wilson
This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root, if it was created by root? I mean, root can't give permission for a root-owned script to be world executable, even if the administrator

RE: [newbie] Shell Script

2002-01-07 Per discussione Scott Thurmond
]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 07, 2002 9:36 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Shell Script This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root

RE: [newbie] Shell Script

2002-01-07 Per discussione Mitch . Wilson
To: [EMAIL PROTECTED] q.com cc: Sent by: Subject: RE: [newbie] Shell Script

RE: [newbie] Shell Script

2002-01-07 Per discussione Scott Thurmond
To: [EMAIL PROTECTED] Subject: RE: [newbie] Shell Script But can I, as root, give permission to run a file as world executable in a user's home directory? The reason I ask is I tried that and it -- the cgi file -- wouldn't work, until I changed the owner to the user of the home directory ... oh wait. I

Re: [newbie] Shell Script

2002-01-07 Per discussione Randy Kramer
[EMAIL PROTECTED] wrote: This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root, if it was created by root? I mean, root can't give permission for a root-owned script to be world

Re: [newbie] Shell Script

2002-01-07 Per discussione Mitch . Wilson
by: cc: newbie-owner@linux-maSubject: Re: [newbie] Shell Script ndrake.com

Re: [newbie] Shell Script

2002-01-07 Per discussione Randy Kramer
[EMAIL PROTECTED] wrote: Right. I got all that. But the question is this: whatever the permissions might be, can root give permission -- and it work -- for a file to be world executable from within the public_html directory within a user's home directory? Mitch, I can't help you -- I don't

Re: [newbie] Shell Script

2002-01-07 Per discussione Pascal Goguey
On 2002.01.07, at 23:36, [EMAIL PROTECTED] wrote: This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root, if it was created by root? I mean, root can't give permission for a root-owned

[newbie] Shell Script

2002-01-06 Per discussione Rich
I'm running Mandrake 8.1 and a couple of the applications that I've downloaded and intalled (using RPMs) have installed as shell scripts, rather than binary executables. Is there a way to convert the script to an executable that can be launched using an icon from the desktop? Rich -- [EMAIL

RE: [newbie] Shell Script

2002-01-06 Per discussione Mel Roman
Hi: If I understand you correctly, you have a shell script that you want to invoke from an icon on your desktop. There no need to create an executable if the script does what you want it to do once invoked. Just create an icon on your desktop. In the properties of that icon, there should be a

Re: [newbie] Shell Script

2002-01-06 Per discussione Anuerin G. Diaz
On Sun, 06 Jan 2002 14:22:29 -0500 Rich [EMAIL PROTECTED] wrote: I'm running Mandrake 8.1 and a couple of the applications that I've downloaded and intalled (using RPMs) have installed as shell scripts, rather than binary executables. Is there a way to convert the script to an executable

[newbie] hangup script for remote work dialup box...

2001-12-14 Per discussione Franki
Hi all, I am working on the work dial up box, and it needs to be disconnected before I finish.. it has a dynamic IP address, and if I don't disconnect it, or it gets cut off or redials, it will have a different IP address and I won't know what it is.. so I made a file called logout, chmod it

Re: [newbie] bash script

2001-12-03 Per discussione Anuerin G.Diaz
On 03 Dec 2001 16:47:11 -0500 Paul Rodr$ByH(Buez [EMAIL PROTECTED] wrote: Ok Lets say I have files in Dir2 which I have symlinks for in Dir1. So the contents of Dir1 include links to all the files in Dir2, plus files of its own... I want to delete all of those symlinks in Dir1 for

Re: [newbie] bash script

2001-12-03 Per discussione Paul Rodríguez
With some [read LOTS] of help on IRC, I found way to do this: find dir1/ -lname /dir2 | xargs rm this find all files in dir1 which link to dir2 (it's important to know whether you want to find files that link relatively or absolutely), then pipes this info to xargs and rm. Try it just up to

[newbie-it] Script di Backup

2001-11-22 Per discussione Luigi De Pascale
Ciao, uso settimanalmente uno script di bkup che seleziona i files che mi interessa salvare e li comprime. Lo script e' il seguente: #|/bin/bash cp $(find ~/ -name *.tex) ~/Bkup BK=~/bkup$(date +%d%m%Y).tgz tar -czf $BK ~/Bkup/ mi piacerebbe invece che lui scegliesse i files seguendo una lista

Re: [newbie-it] Script di Backup

2001-11-22 Per discussione Andrea Celli
Luigi De Pascale wrote: Ciao, uso settimanalmente uno script di bkup che seleziona i files che mi interessa salvare e li comprime. Lo script e' il seguente: #|/bin/bash cp $(find ~/ -name *.tex) ~/Bkup BK=~/bkup$(date +%d%m%Y).tgz tar -czf $BK ~/Bkup/ mi piacerebbe invece che lui

R: [newbie-it] Script di Backup

2001-11-22 Per discussione luca laghi
Ciao, uso settimanalmente uno script di bkup che seleziona i files che mi interessa salvare e li comprime. mi piacerebbe che lui scegliesse i files seguendo una lista che io posso modificare a piacere. La lista la scriverei nel formato file1 file2 file3 E se tu facessi for i in

Re: [newbie] pppd script

2001-08-14 Per discussione Gonzalix le Druide
Druide Sent: Tuesday, 14 August 2001 9:47 AM To: [EMAIL PROTECTED] Subject: [newbie] pppd script Hi, When I tryied to connect, this is what happens: -Aug 13 21:20:00 localhost pppd (4697): pppd 2.4.0 started by gonzalo, uid 501 Idem...: Using interface

RE: [newbie] pppd script

2001-08-14 Per discussione Franki
Mandrake List Subject: Re: [newbie] pppd script Thanks, but I don't know what is ifup ppp0... Please: Anybody who explains this to me? This time my problem doesn't seems interesting for nobody except Franki... G le D (sad) --- Franki wrote: I get the same message, and yet kppp connects fine

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Gonzalix le Druide
]] Sent: Wednesday, 15 August 2001 1:35 AM To: [EMAIL PROTECTED] Cc: NEWBIE Mandrake List Subject: Re: [newbie] pppd script Thanks, but I don't know what is ifup ppp0... Please: Anybody who explains this to me? This time my problem doesn't seems interesting for nobody except Franki... G le D

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Gonzalix le Druide
really relate to you that much. rgds Frank -Original Message- From: Gonzalix le Druide [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 August 2001 1:35 AM To: [EMAIL PROTECTED] Cc: NEWBIE Mandrake List Subject: Re: [newbie] pppd script Thanks, but I don't know what

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Michael Scottaline
On Tue, 14 Aug 2001 14:09:43 -0400 Gonzalix le Druide [EMAIL PROTECTED] insightfully noted: GD Franki, why people are not stuck with dialup nowadays? GD They connect other ways? Most typically cable or dsl. In both cases, your box is virtually *always* connected

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Paul
It was Tue, 14 Aug 2001 14:09:43 -0400 when Gonzalix le Druide wrote: Franki, why people are not stuck with dialup nowadays? They connect other ways? Yeah, I am not sure how many people are stuck with dialup accounts nowdays, At least many people in Europe have dialup accounts. Paul --

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Gonzalix le Druide
Yeah, I thought so. That's why I send my message to the french list too, but I have no answer yet... G le D --- Paul wrote: It was Tue, 14 Aug 2001 14:09:43 -0400 when Gonzalix le Druide wrote: Franki, why people are not stuck with dialup nowadays? They connect other ways? Yeah, I am not

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Michael Scottaline
On Tue, 14 Aug 2001 14:37:16 -0400 Gonzalix le Druide [EMAIL PROTECTED] insightfully noted: GD Ah, OK, I understand. GD GD But in my case, I am in troubles because a little debt (some USD 60 or GD so) GD with the cable ISP here, impossible to pay for the bureaucracy, makes GD impossible my

RE: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Franki
] [mailto:[EMAIL PROTECTED]]On Behalf Of Gonzalix le Druide Sent: Wednesday, 15 August 2001 2:10 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; NEWBIE Mandrake List Subject: Re: [newbie] pppd script. Anybody, please? Franki, why people are not stuck with dialup nowadays? They connect

Re: [newbie] pppd script. Anybody, please?

2001-08-14 Per discussione Gonzalix le Druide
Ah, OK, I understand. But in my case, I am in troubles because a little debt (some USD 60 or so) with the cable ISP here, impossible to pay for the bureaucracy, makes impossible my cable connection... kinda Kafka problem... :~[ So, please, somebody who remembers these dial-in connections, help

Re: [newbie] pppd script

2001-08-14 Per discussione skinky
-Original Message- From: [EMAIL PROTECTED] Subject: [newbie] pppd script Hi, When I tryied to connect, this is what happens: -Aug 13 21:20:00 localhost pppd (4697): pppd 2.4.0 started by gonzalo, uid 501 Idem...: Using interface ppp0 Idem

[newbie] pppd script

2001-08-13 Per discussione Gonzalix le Druide
Hi, When I tryied to connect, this is what happens: -Aug 13 21:20:00 localhost pppd (4697): pppd 2.4.0 started by gonzalo, uid 501 Idem...: Using interface ppp0 Idem...: Connect ppp0 -- /dev/ttyS2

[newbie] Small script for my signature

2001-06-12 Per discussione Leif Madsen
Hey all, I'm looking for a script that I can use to output a signature for me. It's easy enough to have KMail use a file for the signature, so that is fine. What I'm looking for is a script or program to make a new signature every 24 hours. What I want to do is add something like this: Linux

Re: [newbie] Small script for my signature

2001-06-12 Per discussione Dave Sherman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The 'uptime' command will give you the information you want. Just put it in a script, and create a cron job to run it every 24 hours (or better yet, every hour). Dave On Tuesday 12 June 2001 14:01, thus spake Leif Madsen: Hey all, I'm looking

Re: [newbie] bash script to remove ?

2001-06-06 Per discussione n6tadam
for the Purbeck School (Network Support) - Original Message - From: Jon Doe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 4:55 AM Subject: [newbie] bash script to remove ? I know it has to be pretty simple but I can't figure it out. How can I right a bash script

[newbie] bash script to remove ?

2001-06-05 Per discussione Jon Doe
I know it has to be pretty simple but I can't figure it out. How can I right a bash script to remove the from forwarded emails?

Re: [newbie] bash script to remove ?

2001-06-05 Per discussione Paul
It was Tue, 5 Jun 2001 23:55:02 -0400 when Jon Doe wrote: I know it has to be pretty simple but I can't figure it out. How can I right a bash script to remove the from forwarded emails? You have to have the e-mail in a separate file (like the MH mail structure). Then you can test the first

[newbie] Java script

2001-05-04 Per discussione John W
I am at a loss with installing (copying) the .jar files to KDE/share/apps/kjava to enable java scripting support with the Sun jsse. I open the kde directory in my home directory but I do not have a kjava dir. Did I not install something from the begginning or should I be looking somewhere

Re: [newbie-it] Script per aggiornate KDE dalla 2.0.1 alla 2.1 (LM7.2)

2001-03-10 Per discussione Tommaso Leddi
Il 03:34, sabato 10 marzo 2001, scrivesti: Dopo un primo disastroso fallimento, sono riuscito (grazie ad un messaggio che ho trovato in giro per la rete) ad installare la KDE 2.1 sopra la KDE 2.0.1 preinstallata da LM7.2. Com'è? Hai notato differenze? Problemi in meno? Tommaso

Re: [newbie-it] Script per aggiornate KDE dalla 2.0.1 alla 2.1 (LM7.2)

2001-03-10 Per discussione Alessandro \Sgama\ Amadori
At 11.18 10/03/2001 +0100, you wrote: Il 03:34, sabato 10 marzo 2001, scrivesti: Dopo un primo disastroso fallimento, sono riuscito (grazie ad un messaggio che ho trovato in giro per la rete) ad installare la KDE 2.1 sopra la KDE 2.0.1 preinstallata da LM7.2. Com'? Hai notato differenze?

[newbie] A Script

2000-08-31 Per discussione =*=
Something I have been thinking of trying for a while and I finally did it this morning. I thought I would pass it along. I wanted something -- a mailcheck and an alert. A mailcheck that would work with procmail because I have five different mail folders that procmail sorts to. An alert in

Re: [newbie] special script for isdn devices ?

2000-07-10 Per discussione Eric MC DECLERCK
Alexander Skwar wrote: On Sat, Jul 08, 2000 at 11:57:13PM +0200, Eric MC DECLERCK wrote: Alexander Skwar wrote: On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: Paul, take a look at www.millenniumx.de. Sure, kISDN is kinda nice, but how do you use your

Re: isdn4k-uitls makedev.sh script (was: Re: [newbie] special script for isdn devices ?)

2000-07-09 Per discussione Paul
On Sat, 8 Jul 2000, Alexander Skwar wrote: No? It's not? Okay, I'll attach it, so it can be found in the future. Thank you! Always handy to have :) Paul -- The deepest truth cannot be spoken )0([[EMAIL PROTECTED]])0( http://nlpagan.net - ICQ 147208 Registered Linux User

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Paul
On Fri, 7 Jul 2000, Eric MC DECLERCK wrote: Paul, take a look at www.millenniumx.de. Never pbs any more. Eric Paul wrote: Ah, yes. KISDN. Maybe I'll resort to that if the upgrade throws ISDN belly-up. Merci beaucoup! Paul -- The deepest truth cannot be spoken )0([[EMAIL PROTECTED]]

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Paul
On Sat, 8 Jul 2000, Quaylar wrote: Howdy y'all, paul, it seems that 7.1 (i have the small version, 2 cds binaries and tools, no sources) does touch the isdn devices...it did properly upgrade my isdn4k utils and isdn4net package but one file (what i saw so far) was gone : /dev/isdninfo

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Paul
On Sat, 8 Jul 2000, Quaylar wrote: Howdy y'all, paul, it seems that 7.1 (i have the small version, 2 cds binaries and tools, no sources) does touch the isdn devices...it did properly upgrade my isdn4k utils and isdn4net package but one file (what i saw so far) was gone : /dev/isdninfo

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Alexander Skwar
On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* Why am I getting about every message twice? Who has messed up their setup? Alexander Skwar -- Homepage: http://www.digitalprojects.com Sichere

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Alexander Skwar
On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: Paul, take a look at www.millenniumx.de. Sure, kISDN is kinda nice, but how do you use your ISDN setup when X is not running? Alexander Skwar -- Homepage: http://www.digitalprojects.com Sichere Mail? Mail an [EMAIL

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Alexander Skwar
On Fri, Jul 07, 2000 at 07:39:53PM +0200, Paul wrote: Is there anyone out there that can assure me that I don't hit this?? Don't know about an upgrade, but all you need is that script directory from the isdn4k-utils.src.rpm, or more specific you'll need that makedev.sh script. Nothing hard.

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Dennis Myers
Alexander Skwar wrote: On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* Why am I getting about every message twice? Who has messed up their setup? Alexander Skwar -- Homepage:

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Mike Koceja
I hate to trouble you but i seem to be having some trouble. I have just subscribed to this list and my messages aren't getting through. Could you be so kind as to give me the exact E-MAIL address? Alexander Skwar [EMAIL PROTECTED] wrote: On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Paul
On Sat, 8 Jul 2000, Alexander Skwar wrote: On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: Paul, take a look at www.millenniumx.de. Sure, kISDN is kinda nice, but how do you use your ISDN setup when X is not running? Most people who just have 1 computer with Linux (no

isdn4k-uitls makedev.sh script (was: Re: [newbie] special script for isdn devices ?)

2000-07-08 Per discussione Alexander Skwar
On Sat, Jul 08, 2000 at 01:55:51AM +0200, Quaylar wrote: isnt on my system..it seems that it comes with the source of isdn4k-utils..now guess.the source for version 3.1beta7-2mdk isnt No? It's not? Okay, I'll attach it, so it can be found in the future. Alexander Skwar --

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Eric MC DECLERCK
Alexander Skwar wrote: On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: Paul, take a look at www.millenniumx.de. Sure, kISDN is kinda nice, but how do you use your ISDN setup when X is not running? Alexander Skwar The (good) OLD way. I think this is not a serious

Re: isdn4k-uitls makedev.sh script (was: Re: [newbie] special script for isdn devices ?)

2000-07-08 Per discussione quaylar
thx alex...got it from the source of v3.1beta7-6mdk...executed.created all devices.everything went fine...now i have my isdn conn back *bg* thx --dave

Re: [newbie] special script for isdn devices ?

2000-07-08 Per discussione Alexander Skwar
On Sat, Jul 08, 2000 at 11:57:13PM +0200, Eric MC DECLERCK wrote: Alexander Skwar wrote: On Fri, Jul 07, 2000 at 11:03:58PM +0200, Eric MC DECLERCK wrote: Paul, take a look at www.millenniumx.de. Sure, kISDN is kinda nice, but how do you use your ISDN setup when X is not

[newbie] special script for isdn devices ?

2000-07-07 Per discussione Quaylar
hi all... does anybody of u know whether theres a special script under mandrake that creates the isdn devices ? i experienced that my update to ver 7.1 deleted somehow my isdndevices. isdn4linux faq tells me that theres a script called "makedev.sh" that should create them. but i cant

Re: [newbie] special script for isdn devices ?

2000-07-07 Per discussione Tom Brinkman
On Fri, 07 Jul 2000, you wrote: hi all... does anybody of u know whether theres a special script under mandrake that creates the isdn devices ? i experienced that my update to ver 7.1 deleted somehow my isdndevices. isdn4linux faq tells me that theres a script called "makedev.sh"

Re: [newbie] special script for isdn devices ?

2000-07-07 Per discussione Paul
On Fri, 7 Jul 2000, Quaylar wrote: does anybody of u know whether theres a special script under mandrake that creates the isdn devices ? i experienced that my update to ver 7.1 deleted somehow my isdndevices. isdn4linux faq tells me that theres a script called "makedev.sh" that should

Re: [newbie] special script for isdn devices ?

2000-07-07 Per discussione Eric MC DECLERCK
Paul, take a look at www.millenniumx.de. Never pbs any more. Eric Paul wrote: On Fri, 7 Jul 2000, Quaylar wrote: does anybody of u know whether theres a special script under mandrake that creates the isdn devices ? i experienced that my update to ver 7.1 deleted somehow my

Re: [newbie] special script for isdn devices ?

2000-07-07 Per discussione Quaylar
paul, it seems that 7.1 (i have the small version, 2 cd´s binaries and tools, no sources) does touch the isdn devices...it did properly upgrade my isdn4k utils and isdn4net package but one file (what i saw so far) was gone : /dev/isdninfo maybe u can prevent this on your machine by not

Re: [newbie] Running script as root

1999-08-23 Per discussione Axalon Bloodstone
On Mon, 23 Aug 1999, James Stewart wrote: On Mon, 23 Aug 1999 [EMAIL PROTECTED] wrote: Commands in /etc/ppp/ip-up.local will be run as root when the PPP connection is brought up. Place the commands you want executed as root into that file. thanks. Also, apmd is run when I boot

[newbie] MandrakeUpdate.pm Script File

1999-07-22 Per discussione pixel
Is it possible to edit the MandrakeUpdate.pm script file so that it will update the system using the rpms from the 'cooker' directory instead of the 'updates' directory? well, yes, though not very easily... but i'm in a nice day :) here is patch for /usr/X11R6/bin/MandrakeUpdate.pm :

Re: [newbie] Shutdown script

1999-06-30 Per discussione Axalon
On Wed, 30 Jun 1999, Flight16 wrote: I'm getting a general protection fault every time I shutdown my Linux box. This happens with both RedHat 6 and Mandrake 6, but not RedHat 5.2 I'm almost positive it's because it's trying to power off my computer. Everything unmounts, kills, and shuts

<    1   2