Re: how to download and save files from the internet?

2002-03-18 Thread Tyrin Price
On Mon, Mar 18, 2002 at 01:14:42AM -0600, Gary Turner wrote:
 Mozilla help didn't, and I have no idea how to download and save to
 file.  On Win, it was OK to be a big dummy :(  This is http url.  See
 http://browsex.com.  Will someone help me with the proper incantation.
 Or point me to the documentation.  I have Mozilla and Lynx on my box.
 Telnet get this file stash it there would be nice, but I don't think
 it applies here. :)

NOt sure if I understand what you are asking or not, but if you want a
tool to download a file using an url then try wget.

apt-get install wget




Re: Disable screensaver

2001-04-13 Thread Tyrin Price
* eric [EMAIL PROTECTED] [13Apr01  8:25 -0600]:
 try modify /etc/inittab
 default runlevel from 2 to 1

Bad advice is worse than no advice at all!  You've advised this person
to change to single-user mode.  Have you even *read* /etc/inittab?

The answer is to use xset s noblank

-- 

Regards,

 -=[Ty]=-



Re: dump fdisk data to TXT file

2001-04-12 Thread Tyrin Price
* Russell Coker [EMAIL PROTECTED] [12Apr01 15:23 +0200]:
 Is there a program in Debian to dump the fdisk data to a file?

fdisk will do the job, just use the -l switch ...

fdisk -l /dev/hda  hda-partitions

...will dump the partition table for /dev/hda to a file named
hda-partitions.

-- 

Regards,

 -=[Ty]=-



Re: opera browser

2001-04-12 Thread Tyrin Price
* Marcelo Chiapparini [EMAIL PROTECTED] [12Apr01 20:15 -0300]:
 I would like to try the Opera browser in my potato box. From where can I 
 download it?

http://www.opera.com/download/linux.html

I am not sure what kind of license it has and I have no idea whether
it is any good or not.

-- 

Regards,

 -=[Ty]=-



Re: water, water everywhere, but not a drop to drink.

2001-04-12 Thread Tyrin Price
* Kevin Stokes [EMAIL PROTECTED] [12Apr01 19:24 -0400]:
Some people get my point, and others don't.   I don't expect anything.
 Let me try another analogy, since my first one was lousy;
 

Your latest analogy is worse than the first... espeically the part
about people bashing down the door, dragging you out of bed and
kicking your proverbial ass.

You made some points and others have responded.  I have not seen
anyone even figuratively attacking you.

It sounds to me like you are just trying to stir things up, now.

-- 

Regards,

 -=[Ty]=-



Re: /etc/hosts.deny

2001-04-08 Thread Tyrin Price
* Mario Vukelic [EMAIL PROTECTED] [08Apr01 21:01 +0200]:
 Now it's getting lame  inetd 

It doesn't matter, anyway, since you do not have to restart anything
for changes to your access control files to take effect.  They take
effect immediately after a change is made.

-- 

Regards,

 -=[Ty]=-



Re: /etc/hosts.deny

2001-04-08 Thread Tyrin Price
* Robert Voigt [EMAIL PROTECTED] [08Apr01 19:07 +0200]:
 I put the line 
 ALL: ALL
 in /etc/hosts.deny and tried to mount a directory on this machine from 
 another one, just to see if it actually denies access to all other hosts. 
 /etc/hosts.allow is empty. But I could still mount and access files. What's 
 wrong here?

These access control files only work for those services run from inetd
... nfs uses portmap.  I bet you don't have the portmapper wrapped.

-- 

Regards,

 -=[Ty]=-



Re: /etc/hosts.deny

2001-04-08 Thread Tyrin Price
* Mario Vukelic [EMAIL PROTECTED] [08Apr01 21:49 +0200]:
 I see. But changes to (types s l o w l y) inetd.conf do require it,
 don't they?

Yes, changes to /etc/inetd.conf do not take effect until inetd is next
started, however, changes to /etc/hosts.allow and /etc/hosts.deny take
effect immediately (but only for those services run from inetd).

-- 

Regards,

 -=[Ty]=-



Re: /etc/hosts.deny

2001-04-08 Thread Tyrin Price
* Mario Vukelic [EMAIL PROTECTED] [08Apr01 22:35 +0200]:
 On the server I have running:
 portmap, rpc.statd, inetd, [nfsd], [lockd], [rpciod], rpc.mountd
 On the client there is running (when nfs dirs are mounted): portmap,
 rpc.statd, [lockd], [rpciod]
 
 But a tcpdchk on the server tells me:
 warning: /etc/hosts.allow, line 14: portmap: service possibly not
 wrapped
 warning: /etc/hosts.allow, line 15: mountd: no such process name in
 /etc/inetd.conf
 warning: /etc/hosts.allow, line 16: lockd: no such process name in
 /etc/inetd.conf
 warning: /etc/hosts.allow, line 17: statd: no such process name in
 /etc/inetd.conf
 
 Yeah, they aren't. but why? how? should I? This isn't described anywhere
 I looked. This makes me feel very insecure 
 
 Questions:
 Do I have the right stuff running on server and client (I guess so)?
 What goes in inetd.conf if anything? If not, and you are patient, would
 you please care to explain it to me? Are the portmap, mountd, statd and
 lockd in debian built to honor hosts.allow/deny, but still standalone
 (libwrap or something)?

Do you have the RPC services enabled in your /etc/inetd.conf file?  If
so, it should be working.  Make sure that the entries have no errors.

-- 

Regards,

 -=[Ty]=-



Re: /etc/hosts.deny

2001-04-08 Thread Tyrin Price
* Mario Vukelic [EMAIL PROTECTED] [08Apr01 23:14 +0200]:
 Well, no. The RPC section was empty and I couldn't figure out what goes
 there. Even the new nfs howto is silent on this, although it talks a lot
 about hosts.access/deny. Frankly, I think it's stupid that debian's
 inetd.conf is nearly empty. IMHO all needed services should be in there
 and commented out.

Here are some examples commented out  :-)

#:RPC: RPC based services
#mountd/1   dgram   rpc/udp waitroot/usr/sbin/tcpd /usr/sbin/rpc.mountd
#rstatd/1-3 dgram   rpc/udp waitroot/usr/sbin/tcpd /usr/sbin/rpc.rstatd
#rusersd/2-3dgram   rpc/udp waitroot/usr/sbin/tcpd 
/usr/sbin/rpc.rusersd
#walld/1dgram   rpc/udp waitroot/usr/sbin/tcpd /usr/sbin/rpc.rwalld

I found those examples at
http://sluglug.ucsc.edu/pipermail/sluglug/1999-October/001298.html

...it may not be the answer but it may help.  :-)


-- 

Regards,

 -=[Ty]=-



Re: Default Window Manager

2001-04-08 Thread Tyrin Price
* Daniel Freedman [EMAIL PROTECTED] [08Apr01 22:31 -0400]:
 Anything that runs as root has root level permissions, with the
 associated ability to do essentially anything to your system.  Most
 people try very hard to absolutely limit the number of programs run as
 root.  X is a _very_ large program, with I'm sure (even consideering
 its fine pedigree coming out of MIT's Project Athena) a fair amount of
 bugs, buffer overflows, etc.; not the type of things you would want to
 have root privileges.

You apparently don't know that X actually runs suid root.


-- 

Regards,

 -=[Ty]=-



utmp tty1 bug in Woody xterm?

2001-04-07 Thread Tyrin Price
Has anyone else using Woody experienced a weird problem with xterm
sessions causing whoever is logged in to tty1 to disappear from w or
who listings?

I just submited this as a bug ...

-- 

Regards,

 -=[Ty]=-



Re: Which package contains dmsg?

2001-04-07 Thread Tyrin Price
* Stephen Boulet [EMAIL PROTECTED] [07Apr01 22:26 -0500]:
 Which package contains dmsg? I don't seem to have it on my computer.

Try dmesg vice dmsg.  :-)

-- 

Regards,

 -=[Ty]=-



Re: Adore Linux virus

2001-04-05 Thread Tyrin Price
* Shawn Garbett [EMAIL PROTECTED] [05Apr01 13:17 -0400]:
 There's a new virus in town. Here's the news for the mouthpiece of Bill 
 himself:
 
 http://www.allnetdevices.com/wired/news/2001/04/05/motorola_set.html
 It mentions an adorefind program, has anyone run this under Debian? Are 
 there any recommended package upgrades to prevent these latest rounds of 
 worms?

The URL above goes to an article having nothing to do with Linux.

-- 

Regards,

 -=[Ty]=-



Re: Resource Conflict

2001-04-05 Thread Tyrin Price
* SuperPenguin [EMAIL PROTECTED] [05Apr01 19:19 -0400]:
 It would be much more pleasant if Debian automatically fixes all
 resource conflicting problems.  These problems prevent many
 beginners from using Debian.  Please take this issue into
 consideration in future releases.  JT   

No OS automatically fixes all resource conflicts.

-- 

Regards,

 -=[Ty]=-



Re: dist-upgrade to woody

2001-04-03 Thread Tyrin Price
* Robert A. Jacobs [EMAIL PROTECTED] [03Apr01 12:44 -0500]:
 Well...woody and potato handle X and its configuration very differently.
 Woody uses X 4.02 (I think) while potato uses 3.3.6.  There are a number of 
 differences, not the least of which is that your X configuration is no longer
 stored in /etc/X11/XF86Config but is now stored in /etc/X11/XF86Config-4.

I am running Woody and X -showconfig indicates it is 3.3.6.

-- 

Regards,

 -=[Ty]=-

Tue Apr  3 11:53:40 2001, New Moon in the 5th degree of Taurus
Sabian Symbol - The pot of gold at the end of the rainbow. Riches that
come from linking the celestial and the earthly nature.



Re: I/O to ZIP drive temporarily locks up machine

2000-10-21 Thread Tyrin Price
 I don't know how to say  this properly.. when backing up files from
 my IDE  hard  drive  to  my  parallel  port  ZIP100  drive,  the
 machine occasionally  blocks: it's like  everything freezes  for
 about  half a minute before I can do anything  again. This only
 happens when the ZIP drive is  running (not  sure if  it's R or  W
 or  both). This  is with kernel 2.2.17,  using the  imm driver as 
 a module.  I've set  all the default safe  options for  the
 driver, like  slow and  reliable or whatnot.  Is this a  kernel
 bug?  IMM driver  bug? User  bug?

Hmmm ... I thought the imm module was for the parallel port 250 and
the ppa module is for the 100.  You may want to try loading ppa vice
imm and see if this helps.


-- 
 -=[Ty]=-   =oo



Re: Q: Best PPP dial-up console mail app?

2000-10-15 Thread Tyrin Price
I use a combination of mutt, fetchmail and procmail.  Mutt for reading
and composing, fetchmail for pop retrieval and procmail for filtering.

When you compose and send mail in mutt while offline it still goes
into your smtp send queue.  Just issue the command to send queued mail
when you re-connect.  That command depends on what you are using for
smtp.
 

* Jonathan Gift [EMAIL PROTECTED] [15Oct00 18:18 +0200]:
 I have a 56k dial up using pon and poff and was wondering which of the
 console choices would allow me to fetch and dl mail? Also write off-line,
 then log on and send. Mutt and Pine I have heard about. The ability to
 filter into assorted folders (like for mailing lists) would be a necessity.

-- 
 -=[Ty]=-   =oo



Re: which software for professional Mailling? BWAHAHAHAHAHAHA

2000-10-14 Thread Tyrin Price
* Matthias Mann [EMAIL PROTECTED] [14Oct00 16:38 +0200]:
 No! Nevertheless this is the only way for me to advertise for my new
 buisnes, cause i have not enought budget to pay for other possibilitys. And
 i think i have the right to get my existence. And isn´t it all the same if
 you see publicity on busstops, tv, websites or your mailbox? Who don´t like
 commercial messages can look away and delete mails like that. I do the same.
 Where is the problem?

Most people have an aversion to spam so if your company resorts
to spam you will hurt rather than help business.

-- 
 -=[Ty]=-   =oo



Re: What is all of this junk??

2000-10-13 Thread Tyrin Price
That's a problem on the debian-security-announce list rather than the
debian-user list.  I've gotten several of them, myself.

* Christopher W. Aiken [EMAIL PROTECTED] [13Oct00 23:30 -0400]:
 What is this junk??  I must have gotten several
 dozen of these messages today.
 
 -=cwa=-
 
 
 
 On Sat, 14 Oct 2000 [EMAIL PROTECTED] wrote:
 
 -Die angefügte Nachricht hatte vorübergehende unrelevante 
 Übermittlungsfehler.
 -
 -DIES IST LEDIGLICH EINE INFORMATION - SIE BRAUCHEN DIE NACHRICHT NICHT 
 ERNEUT SENDEN!
 -
 -Dieser Mail-Server ist konfiguriert, diese Mail nach einem bestimmten 
 Intervall erneut zu versenden. Weitere
 -Versuche diese E-Mail zuzustellen sind eingeleitet worden.
snip
 X-Mailing-List: debian-security-announce@lists.debian.org archive/latest/129
 X-Loop: debian-security-announce@lists.debian.org

-- 
 -=[Ty]=-   =oo



pgpR9LUdhLaDh.pgp
Description: PGP signature