echo ^V^G . the ^V tells the shell not to interpret the control
character following it, which is also useful when removing the ^M's from
a win text file.
rick
On Fri, 06 Apr 2001, Robert Voigt wrote:
> I want to write a shell script that beeps on a certain event. I don' want the
> output from
just about that ;)
when entering a runlevel, the daemon basically goes through each file in
/etc/rcx.d that starts with S and runs it like this:
S90startstuff start
note the start argument. Then when leaving it does the same thing with
the K's saying stop.
They are run in numerical order, s
getting in on this thread a bit late, but if you upgrade to 2.4 you need
to restart before you can do the kernel patches, otherwise you'll patch
the 2.2 modules.
On Wed, 28 Mar 2001, Zac Epkes wrote:
> Hmm, im not sure you have to be using 2.4 but it wouldnt help... make sure
> you have to corre
A grounding strap just creates a circuit between you and a ground
terminal. A ground terminal is a relatively infinite pool of electrons.
So, all you should need is a conducting strip going around your wrist
and a bit of copper to run to your pool of electrons and some tape to
hold the strip to th
On Mon, 19 Mar 2001, Hall Stevenson wrote:
> think you can even create a PDF "from scratch" or from nothing. You have
> to start with another file.
>
I have seen software to generate pdf's "on the fly", but they appear to
have been templated first.
rick
>
> Regards
> Hall
>
>
> --
> To UN
okay, I do have the nvidias working on my 2.4 kernel, in testing
version, as well. Check out the very useful site (hopefully still) at
http://games.luv.asn.au/lsd/nvidia-mini-howto.html for setting up the
whole shebang...
As testing now comes with the new X stuff you shouldn't need to do the
whol
try the du command. might take a bit. du -sk is my preferred.
On Mon, 05 Mar 2001, Gregor Kaleta wrote:
> How can I view the size of a spezial directory e.g. /usr?
/sbin/route is an executable. run it and it should give a little table
with routes.
rick
On Mon, 05 Mar 2001, pplaw wrote:
> On Mon, Mar 05, 2001 at 03:55:58PM -0500, MaD dUCK wrote:
> > what does /sbin/route display?
>
> //
>
> cat /sbin/route gives me garbage characters. (am i using the wr
I'm really not sure about actual comments, though I lean
towards it's a bad thing because the people who write the
progs usually leave a few in there for you.
Safer is to put a department code into the GECOS field, then
write a script that will group by dept. or pick out particular
depts. you ca
Not sure about the first, but for the second, check out the docs for
ifconfig, netstat, and route. They should take care of most networking needs
for a host. Your immediate question looks like an ifconfig problem.
have fun,
rick
On Mon, 05 Mar 2001, Dale Kosan wrote:
> Two quick questions fro
Hi,
I was just about to update my system with
apt-get dselect-upgrade (testing)
and noticed that a lot of stuff is going away like lilo, perl-5.005, tetex.
Lots of stuff that I'd rather hang on to. The line:
Need to get 30.3MB/33.9MB of archives. After unpacking 152MB will be freed.
was what
Holschuh wrote:
> On Wed, 28 Feb 2001, Rick Rezinas wrote:
> > I am using testing with fetchmail talking to sendmail. The problem
> > that I am having is that if the host from which mail is sent does
> > not exist, sendmail rejects it, which causes fetchmail to segfault.
>
>
hello,
I am using testing with fetchmail talking to sendmail. The problem
that I am having is that if the host from which mail is sent does
not exist, sendmail rejects it, which causes fetchmail to segfault.
Is there a configuration for sendmail to not reject hosts that aren't
resolvable (I wou
That's kinda hectic. Check in /var/cache/apt/archives for good apts, and
such and dpkg -i the stuff. That's what I did when I've blown my system in
some special way. Perhaps someone has a better solution...
just a note, I think that when you want things like this you want to pull down
the sou
if you can check out the lines shortly preceding the first
read(4, 0xbfffdc0c, 32) = -1 EAGAIN (Resource temporarily
unavailable)
there may be some useful information there. I don't know nearly enough to
do anything with this stuff ;)
rick
On Tue, 20 Feb 2001, Pascal Hos wrote:
try it like this in sudoers:
rvf ALL=(ALL) ALL
I'm also on testing and not having issues.
rick
On Tue, 20 Feb 2001, Rob VanFleet wrote:
> I set up an /etc/sudoers file to give user rvf the ability to run
> anything, but be asked for a password. As the example files shows, I
> set it up li
check to see if there's any obvious difference between your .profile and
.bashrc (if that's what you're into) that may be causing the problem.
rick
On Tue, 20 Feb 2001, Pascal Hos wrote:
> I just received my matlab R12 student version and I'm having some
> difficulties getting it to work correc
Never? That is very odd...I know that sudo can be compiled to or not to
timeout after a bit of time...and debian has a timeout (somewhere between 5
and 15 minutes methinks). I'm not sure if this can be changed w/o compiling
from the source yourself. But I think it's way nicer to not have to ty
oops...guess there was a reason I wasn't using it already ;)
rick
On Mon, 19 Feb 2001, Tal Danzig wrote:
> On Mon, Feb 19, 2001 at 07:13:40PM -0800, Rick Rezinas wrote:
> > I've been loosely foloowing this thread, and hope you have the best of
> > luck locking down. A
I've been loosely foloowing this thread, and hope you have the best of
luck locking down. A few places to start with the inetd.conf file. You
probably don't
need any of those services. Install ssh. Setup your apt sources.list to
check for
deb http://security.debian.org stable/updates main co
I actually have execute perms also...maybe that makes a difference?
I found the issue using strace:
strace ssh host
and it spews gibberish for a bit, then you see something like
open (/dev/tty),??? ENOACCESS(-1,)
(sorry, from memory...)
which indicated that my user couldn't access the
Hi,
I'm using testing
I was having an issue (think I saw a post regarding this recently),
where a regular user couldn't use ssh due to ' no controlling tty'
I found that the issue was an inability for nonroot to write to /dev/tty
and changed o+w for /dev/tty
Now all seems happy, but I was curiou
wow! that's the command I've been looking for. thanks (not my post thought ;)
rick
On Fri, 09 Feb 2001, Mike Dresser wrote:
> will trillich wrote:
>
> > On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote:
> > > Every once in a while I slip up at cat a binary file to the console. (
man CPAN
for info.
rick
On Fri, 09 Feb 2001, [EMAIL PROTECTED] wrote:
> what is the command to connect to CPAN to down load modules...I've had a
> brain fart and can't remember
>
> wayne
does running
httpd -l
show the following modules installed?
http_core.c
mod_so.c
rick
On Thu, 08 Feb 2001, joeytsai wrote:
> Yeah, I do. :/
>
> // joey tsai
>
>
> :: Rick Rezinas ::
> > hello,
> >
> > do you have a line like
> >
> > A
hello,
do you have a line like
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php3 .php3
uncommented in there too?
rick
On Thu, 08 Feb 2001, joeytsai wrote:
> Hi,
>
> I can't seem to get apache to load the php module and to process my .php3
> pages.
> I have the
>
> Loa
I did this on 2.0 and it seemed pretty straightforward. If you are concerned
about compatibility with debian stuff, try installing the sendmail package,
configure it to your system, copy the mc and cf files, uninstall sendmail and
then do the manual install of 8.11 using the old configs as models.
27 matches
Mail list logo