Linux-Misc Digest #568, Volume #26               Sun, 17 Dec 00 19:13:01 EST

Contents:
  Re: Partition question ("KLinZ")
  Re: Dynamic DNS registration partially working (David Efflandt)
  Re: ppp "Peer is not authorized to use remote address . . ." RH7.0 (David Efflandt)
  Re: ppp "Peer is not authorized to use remote address . . ." RH7.0 
([EMAIL PROTECTED])
  Re: Help installing Redhat on a laptop with pcmcia cd rom ("Nick Adams")
  Re: How to check free disk space ([EMAIL PROTECTED])
  sharing file system between win98 and Linux ("matt")
  Re: ELF and Motif (Dances With Crows)
  Re: ppp "Peer is not authorized to use remote address . . ." RH7.0 (Bill Unruh)
  Re: sharing file system between win98 and Linux (Joshua Beard)
  Need help with cdrecord error ([EMAIL PROTECTED])
  Re: How to check free disk space ("Peter T. Breuer")
  CD-RW with linux
  Re: Partition question ("Garry Knight")
  Re: sharing file system between win98 and Linux ("Peter T. Breuer")
  CApplet library ([EMAIL PROTECTED])
  Re: CD-RW with linux (Jan Schaumann)
  Re: How to check free disk space ("Dan Smith")
  Re: Need help with cdrecord error ("Alk")

----------------------------------------------------------------------------

From: "KLinZ" <[EMAIL PROTECTED]>
Subject: Re: Partition question
Date: Sun, 17 Dec 2000 21:12:28 GMT

> Hello...I am new to Linux and am trying to figure out which partitions
> are identified by which names.  I have three hard drives and 10
> partitions and I can't keep them straight in Linux.  Is there a command
> or program that will list all of the HD partitions that are available
> even if they are not mounted?
>
> Thanks,
> Matthew
>

fdisk -l

Joris



------------------------------

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: Dynamic DNS registration partially working
Date: Sun, 17 Dec 2000 21:17:45 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Sun, 17 Dec 2000 07:42:05 -0800, Flej Ling <[EMAIL PROTECTED]> wrote:
>I am trying to use www.dynu.com for dynamic IP registration so I can have a
>webserver with a registered www.anything.com name using a dynamic rather
>than static IP address. However I can only register the IP manually; I can't
>get it to register at boot time with a 45 second delay, (I am using a
>dial-up modem for testing and need a 45 second delay to give PPP time to
>connect. When testing is complete I will move the linux-box to a customer
>site for use on a high-speed DSL line that should be connected all the
>time).
>
>I use DYNU's linux client called "DYNUPREM" (downloadable from their site).
>You give it a configuration file containing your domain name, the top level
>(ie: COM), a password for registering the IP, and the letter "n" indicating
>that you have no more domains to register. I call this config file
>"dynudata". Then to run the program you do "/dynu/DYNUPREM <
>/dynu/dynudata". This works perfectly when I run it by hand. It also works
>perfectly if I place it into rc.local as "( sleep 45 ; /dynu/DYNUPREM <
>/dynu/dynudata ) &" and then type "/etc/rc.d/rc.local" (after I've connected
>on PPP). 45 seconds later it shows up on the screen with its standard
>message "the DYNU client is running".
>
>But it doesn't work at all when I reboot the machine. Why would this command
>not work on reboot (via rc.local) but work at all other times? Any ideas on
>how to make it work in rc.local? Is there a different way that I could delay
>this command to get it to execute properly?

I would think it would make MUCH more sense to run it from /etc/ppp/ip-up
(or ip-up.local), so you were certain that pppd connected before it runs.  
Then it would also work if you were ever dropped and reconnected.

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://cgi-help.virtualave.net/  http://hammer.prohosting.com/~cgi-wiz/

------------------------------

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: ppp "Peer is not authorized to use remote address . . ." RH7.0
Date: Sun, 17 Dec 2000 21:36:39 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Sun, 17 Dec 2000 11:15:10 -0600, Bob Hartung <[EMAIL PROTECTED]> wrote:
>Hi,
>  I need a hand.  I have reinstalled RH 7.0 on a box that
>had RH6.2 but was hacked.  I am trying to set up ppp dialing
>again.  The /usr/sbin/ppp-on and ppp-off scripts, and the
>/etc/ppp/ppp-on-dialer scripts were carried over from the RH
>6.2 install and are pristine except for local specific
>numbers, names, etc.
>  I can dial up and log in with minicom so I am thinking
>that I have a ownership problem somewhere except that I am
>running as root, and all scripts so far are 770 with
>root:root.  Any ideas.  I did not have this error with RH
>6.2.

I think the default for pppd it to try to lookup the peer address, and it
cannot do that without DNS, and it cannot get to DNS without being
connected to the unknown peer.  To make a long story short, just add to
your /etc/ppp/options:

noauth

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://cgi-help.virtualave.net/  http://hammer.prohosting.com/~cgi-wiz/

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: ppp "Peer is not authorized to use remote address . . ." RH7.0
Date: Sun, 17 Dec 2000 21:48:21 GMT

[... ppp error: 'Peer is not authorized to use remote address' ...]

Try adding "noauth" to your /etc/ppp/options file.

Here is what I have in mine:

jbuchana@zaphod$ cat /etc/ppp/options
lock
defaultroute
noauth
jbuchana@zaphod$ 


-- 
Jim Buchanan        [EMAIL PROTECTED]     [EMAIL PROTECTED]
=================== http://www.buchanan1.net/ ==========================
"Usenet is essentially Letters to the Editor without the editor.  Editors
 don't appreciate this, for some reason." -Larry Wall
========================================================================

------------------------------

From: "Nick Adams" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.redhat
Subject: Re: Help installing Redhat on a laptop with pcmcia cd rom
Date: Sun, 17 Dec 2000 16:56:57 -0500

Use redhat 6.2!

Nick

"Tom Voltaggio" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have a Toshiba Portege with a Port NW24XCD PCMCIA cdrom.
> I want to install Redhat 6.1.  I boot DOS and run rawrite
> and copy the pcmcia.img to my boot disk.  When I boot and
> try to install, the pcmcia driver is loaded fine.  However
> when I get to screen where I must choose where the redhat
> files are located for installation, it doesn't show the
> cdrom drive; only the hard drives.  Apparently, Linux can't
> find the cd rom drive during the install.  How can I tell
> Linux the irq and other configuration items of the cd rom
> before Linux is actually installed?  The image file
> apparently doesn't do it.



------------------------------

From: [EMAIL PROTECTED]
Subject: Re: How to check free disk space
Date: Sun, 17 Dec 2000 21:52:50 GMT

Dan Smith <[EMAIL PROTECTED]> wrote:
> Can someone tell me an easy way to check how much free space there is,

jbuchana@zaphod$ df -l
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2             1.9G  1.5G  293M  84% /
/dev/hda1             1.9G  455M  1.5G  23% /w98
/dev/hdb3             9.2G  6.8G  1.9G  79% /dp2
/dev/hda3             8.6G  7.0G  1.1G  86% /dp3
/dev/hdc              649M  649M     0 100% /mnt
jbuchana@zaphod$ 

hdc is a CDROM, hda1 is a W98 partition (booted with vmware normally).


Jim Buchanan        [EMAIL PROTECTED]     [EMAIL PROTECTED]
=================== http://www.buchanan1.net/ ==========================
"Sing me a song, you're a singer, Do me a wrong, you're a bringer of evil.
 The devil is never a maker, the less that you give, you're a taker."
 -Ronnie James Dio
========================================================================

------------------------------

From: "matt" <[EMAIL PROTECTED]>
Subject: sharing file system between win98 and Linux
Date: Sun, 17 Dec 2000 17:20:27 -0500

I have win98 and Linux installed on my machinge on one physical drive.
win98 is installed on a fat32 partition.  I need to find a way to get files
from my win98 partition to my linux partition.  I've successfully moved
small files from win98 to linux using a floppy formatted FAT, but I need to
move and copy larger files.  What can I do to make part of my win98
partition visible to my linux installation.  Thanks so much for any help.



------------------------------

From: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: ELF and Motif
Date: 17 Dec 2000 22:23:12 GMT
Reply-To: [EMAIL PROTECTED]

On Sun, 17 Dec 2000 21:04:52 GMT, Jack Kaufmann staggered into the Black
Sun and said:
>The site for a program I wanted to download told me that I must have
>ELF and preferably should have Motif.  Can anyone tell me anything
>about these?  Thanks.

ELF = Executable and Linkable Format, a standard for Unix binaries and
the standard output format for gcc on Linux for a couple of years or more 
now.  If you're using a distro that was released after January 1999,
you've got it.

Motif is a set of GUI widgets.  Motif stuff was fairly standard for X
programs for a long while, but Motif was non-free for a long time and
has largely been superseded by GTK+ and QT in the Linux/BSD world.
There is a free implementation of Motif called LessTif, but it doesn't
quite work with everything.  HTH,

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /  Workin' in a code mine, hittin' Ctrl-Alt
http://www.brainbench.com     /   Workin' in a code mine, whoops!
=============================/    I hit a seg fault....

------------------------------

From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: ppp "Peer is not authorized to use remote address . . ." RH7.0
Date: 17 Dec 2000 22:23:36 GMT

In <[EMAIL PROTECTED]> [EMAIL PROTECTED] (David Efflandt) 
writes:

]On Sun, 17 Dec 2000 11:15:10 -0600, Bob Hartung <[EMAIL PROTECTED]> wrote:

]I think the default for pppd it to try to lookup the peer address, and it
]cannot do that without DNS, and it cannot get to DNS without being
]connected to the unknown peer.  To make a long story short, just add to
]your /etc/ppp/options:

]noauth

Well, I doubt that reason, but the result is probably right. Note that
you may have an ethernet card, in which case make sure that the 
GATEWAY=
in /etc/sysconfig/network does not have any entry.

------------------------------

From: Joshua Beard <[EMAIL PROTECTED]>
Subject: Re: sharing file system between win98 and Linux
Date: Sun, 17 Dec 2000 17:01:18 -0600



You're going to need to check out Samba.  It usually comes with most
distributions, type "man samba" and that should help.
Good luck.


=====================
matt wrote:

> I have win98 and Linux installed on my machinge on one physical drive.
> win98 is installed on a fat32 partition.  I need to find a way to get files
> from my win98 partition to my linux partition.  I've successfully moved
> small files from win98 to linux using a floppy formatted FAT, but I need to
> move and copy larger files.  What can I do to make part of my win98
> partition visible to my linux installation.  Thanks so much for any help.


------------------------------

Date: Mon, 18 Dec 2000 01:27:05 +0200
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware,de.comp.periph.cdrom
Subject: Need help with cdrecord error

> hi
>
> i've recently been trying to write some music CD's using cdrecord and
> during the write process, the following error shows up and causes
> cdrecord to exit:
>
> Performing OPC...
> Starting new track at sector: 34387
> Track 03:  21 of  43 MB written (fifo  20%).cdrecord: Input/output
> error. write_g1: scsi sendcmd: retryable error
> CDB:  2A 00 00 00 AC 35 00 00 0D 00
> status: 0x2 (CHECK CONDITION)
> Sense Bytes: 70 00 03 00 00 00 00 12 00 00 00 00 0C 09 00 00
> Sense Key: 0x3 Medium Error, Segment 0
> Sense Code: 0x0C Qual 0x09 (write error - loss of streaming) Fru 0x0
> Sense flags: Blk 0 (not valid)
>
> write track data: error after 22809696 bytes
> Sense Bytes: 70 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00
> Writing  time:   76.453s
>
> I'd like to know if this error is due to a problem with my drive, or
> whether it's just a bad CD-R.
> Also, i'd appreciate it if someone could tell me where i can find more
> information about these kinds of errors (so i hopefully wont have to
> bother u nice folks again in the future :))
>
> thanks
> ali


------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: How to check free disk space
Date: Sun, 17 Dec 2000 20:54:35 GMT

Dan Smith <[EMAIL PROTECTED]> wrote:
> Can someone tell me an easy way to check how much free space there is,
> without installing KDE or GNOME just for the kdf or gtop.  I run a shell
> server and I don't want to have KDE installed for no reason.. How can I
> check how much free disk space there is on a mounted volume?

df = disk free.


This is a unix faq.

> Also, what's the deal with xxxx/yyyyyy files on fsck?  Is there a limit to
> how many files a system can hold, independent of the file sizes?

??  yes, it's the max inode count.  What did you think?  That you can
hold 2G 2byte files on a 4GB FS?  No.  You made the decision about how
much space to reserve for the file pointers when you made the FS.
If you now wish that you'd allocated more (because your file system
contains many small files instead of few big ones), well, back up,
reformat, and restore.

Peter

------------------------------

From: [EMAIL PROTECTED] ( )
Subject: CD-RW with linux
Date: 17 Dec 2000 23:17:36 GMT
Reply-To: see my .sig below


I am planning on buying an ATAPI/EIDE CD-RW drive to make backups
of my Linux system.  What technical issues should I be aware of? 
What backup software should I look at?  Are there any issues with
compatibility with linux that I should be aware of?

Thanks.
-- 
Ken Sinner

The penguins are not what they seem ...

My REAL email address is ksinner
at ticon
dot net

------------------------------

From: "Garry Knight" <[EMAIL PROTECTED]>
Subject: Re: Partition question
Date: Sun, 17 Dec 2000 23:33:07 +0000
Reply-To: [EMAIL PROTECTED]

In article <91j4t7$63t$[EMAIL PROTECTED]> [EMAIL PROTECTED] wrote:

> Is there a command or program that will list all of the HD
partitions that are available even if they are not mounted?

As root, do 'fdisk -l' (that's an el, not a one).

-- 
Garry Knight
[EMAIL PROTECTED]

------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: sharing file system between win98 and Linux
Date: Sun, 17 Dec 2000 23:24:35 GMT

Joshua Beard <[EMAIL PROTECTED]> wrote:
> You're going to need to check out Samba.  It usually comes with most

No he won't.

> distributions, type "man samba" and that should help.

No it won't.

> Good luck.

Please climb back in lurking hole and learn to quote properly.

Hmmm .. there is never any danger in insulting someone who can't
write well enough to at least quote in a literate way. Or at least
one only has to beware of his more literate friends.

Mind you, since he didn't read or understand what the person he
responded to had to say, however, there is little danger of him reading
or understanding this either!

I wonder if he'll know what I'm on about?

> matt wrote:
>> I have win98 and Linux installed on my machinge on one physical drive.
                                                      ^^^^^^^^^^^^^^^^

Maybe he will. Let's assume it was a kneejerk reaction crossed with a
sleepy oversight. And maybe "matt" was wrong about the number of
machines he had.

Peter

------------------------------

From: [EMAIL PROTECTED]
Subject: CApplet library
Date: Sun, 17 Dec 2000 23:28:04 GMT

When I try to install gnome-core,
during configure I get something like,

"CApplet library not found"

I have installed all the basic gnome
libraries that are necessary to run gnome,
and now I continue with this.

So, I thought that I should install gnome-applets
first, but then I get an error like

"another_clock.c:29: applet-widget.h: File or catalogue doesn't exist"

I read that applet-widget came with gnome-core, so to
me this seems a little bit "Catch 22".

What install the library "CApplet"?

Caj Zell


Sent via Deja.com
http://www.deja.com/

------------------------------

From: [EMAIL PROTECTED] (Jan Schaumann)
Subject: Re: CD-RW with linux
Date: Sun, 17 Dec 2000 23:48:03 GMT

* [EMAIL PROTECTED] wrote:
> 
> I am planning on buying an ATAPI/EIDE CD-RW drive to make backups
> of my Linux system.  What technical issues should I be aware of? 
> What backup software should I look at?  Are there any issues with
> compatibility with linux that I should be aware of?

http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO.html

-Jan

-- 
Jan Schaumann <http://www.netmeister.org>

   "Weekends don't count unless you spend them doing something completely
pointless." -Calvin

------------------------------

From: "Dan Smith" <[EMAIL PROTECTED]>
Subject: Re: How to check free disk space
Date: Sun, 17 Dec 2000 23:25:40 GMT

Thanks all.. Don't know how I missed that one.  Must be so easy, everyone
assumes you know it :)



"Dan Smith" <[EMAIL PROTECTED]> wrote in message
news:vQ8%5.38685$[EMAIL PROTECTED]...
> Can someone tell me an easy way to check how much free space there is,
> without installing KDE or GNOME just for the kdf or gtop.  I run a shell
> server and I don't want to have KDE installed for no reason.. How can I
> check how much free disk space there is on a mounted volume?
>
> Also, what's the deal with xxxx/yyyyyy files on fsck?  Is there a limit to
> how many files a system can hold, independent of the file sizes?
>
> Thanks!
>
>



------------------------------

From: "Alk" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Need help with cdrecord error
Date: Mon, 18 Dec 2000 01:57:25 +0200
Reply-To: "Alk" <[EMAIL PROTECTED]>

I had such errors (retryable...) with Pinnacle 4x4 and upgrading firmware
( under Windoze ) was helpful and SCSI and CDR drive tuning instructions
from www.ahead.de made writing more stable

AG
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> > hi
> >
> > i've recently been trying to write some music CD's using cdrecord and
> > during the write process, the following error shows up and causes
> > cdrecord to exit:
> >
> > Performing OPC...
> > Starting new track at sector: 34387
> > Track 03:  21 of  43 MB written (fifo  20%).cdrecord: Input/output
> > error. write_g1: scsi sendcmd: retryable error
> > CDB:  2A 00 00 00 AC 35 00 00 0D 00
> > status: 0x2 (CHECK CONDITION)
> > Sense Bytes: 70 00 03 00 00 00 00 12 00 00 00 00 0C 09 00 00
> > Sense Key: 0x3 Medium Error, Segment 0
> > Sense Code: 0x0C Qual 0x09 (write error - loss of streaming) Fru 0x0
> > Sense flags: Blk 0 (not valid)
> >
> > write track data: error after 22809696 bytes
> > Sense Bytes: 70 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00
> > Writing  time:   76.453s
> >
> > I'd like to know if this error is due to a problem with my drive, or
> > whether it's just a bad CD-R.
> > Also, i'd appreciate it if someone could tell me where i can find more
> > information about these kinds of errors (so i hopefully wont have to
> > bother u nice folks again in the future :))
> >
> > thanks
> > ali
>





------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.misc.

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to