Linux-Misc Digest #638, Volume #25                Fri, 1 Sep 00 06:13:04 EDT

Contents:
  Re: Mkisofs: How to create an empty ISO9660 image (Villy Kruse)
  help me about this adapter ("worlon")
  URGENT - sshd getpeername failed: Bad file descriptor ([EMAIL PROTECTED])
  Re: Mkisofs: How to create an empty ISO9660 image (Andres Soolo)
  How to exclude dirs from tar-backup? ("Diana Block")
  Re: #@$%@#$% Linux modules...... ([EMAIL PROTECTED])
  Re: Two versions of the same package hanging up my system ([EMAIL PROTECTED])
  Re: How to exclude dirs from tar-backup? ("Peter T. Breuer")
  Re: Restaurant Booking System (Richard Horton)
  Re: Linux HD issue (David Efflandt)
  Re: Linux Mail Server (Paul Flinders)
  [fs](minix)why? (jauming)
  Re: #@$%@#$% Linux modules...... (M. Buchenrieder)
  Re: Offline mailing automation (scripts?) (David Efflandt)
  Re: what's up with Sun? (Rasputin)
  Re: changing the keymap (Stefan Soos)
  Re: Rc.d file -- HELP!!! (David Efflandt)
  Re: TCP/IP networking and PPPD???? (Rasputin)
  pingoo (Pierre Puiseux)
  part.table recovery (Milos Prudek)

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

From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: Mkisofs: How to create an empty ISO9660 image
Date: 1 Sep 2000 07:11:20 GMT

On Thu, 31 Aug 2000 23:21:19 +0200, Otto Wyss <[EMAIL PROTECTED]> wrote:
>I've gone twice through mkisofs its help but still haven't checked how
>to create an empty 650MB ISO image possibly with Joliet and RockRidge
>extensions. I'd like to mount this image through the loop device.
>



What would the purpose be?   iso9660 file system is a read-only file system,
so what would you do with an empty read-onoy file system


Villy

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

From: "worlon" <[EMAIL PROTECTED]>
Subject: help me about this adapter
Date: 1 Sep 2000 07:15:16 GMT

my computer is
cpu PIII 700
MB ASUS CUSL2
RAM 256mb
with net adapter : intel pro100+ management
os: redhat6.0
module 2.2.5-15CLE
when i use this adapter,my ftp always stop at this message
[[ REST 100
    350 Restarting at 100. Send STORE or RETRIVE initate transfer.
    REST 0
    350 Restarting at 0. Send or RETRIVE initate transfer.
    PWD
]]
then disconnect.................
i don't know why...all setting about ftp were correct....
and when change this adapter to **D-link 530 TX**
everything be normal....every problem was gone.....

the intel pro100+ adapter's driver were write by INTEL
i think the driver may have some fault....

please help me about this problem...and send to my email:
[EMAIL PROTECTED]



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

From: [EMAIL PROTECTED]
Crossposted-To: comp.security.ssh,comp.os.linux.security,linux.redhat.digest
Subject: URGENT - sshd getpeername failed: Bad file descriptor
Date: Fri, 01 Sep 2000 07:20:52 GMT

The problem has been descripted in below...
1/ I have a redhat linux 6.1 server with sshd and ssh installed.
2/ A new window 98 with ssh client contact the redhat server and login
as "root".
3/ The window98 received a new key.
4/ Inputed two times incorrect root password.
5/ Inputed a correct root password at third time.
6/ Login as root from window 98
7/ Everything works fine, memory usage ok, cpu usage ok.
8/ But an error appear in the /var/log/message file.

Sep  1 21:52:44 solar sshd[28003]: log: Closing connection to
163.70.127.240
Sep  1 21:52:47 solar sshd[28502]: log: Connection from 163.70.127.240
port 1425
Sep  1 21:52:47 solar sshd[28502]: log: Could not reverse map address
163.70.127.240.
Sep  1 21:52:47 solar sshd[28502]: error: getpeername failed: Bad file
descriptor
Sep  1 21:52:48 solar sshd[28502]: log: Password authentication for
root accepted.
Sep  1 21:52:48 solar sshd[28502]: log: ROOT LOGIN as 'root' from
163.70.127.240

9/ Tried to login again from the window98, same error appears again.
10/ Tried to login from another window95, same error appears again.

Please help, what is the getpeername failed: Bad file descriptor?
How to fix this error?
Do I have to fix this error or just leave it?

Thanks in advance...
Regards,
Johnny


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: Andres Soolo <[EMAIL PROTECTED]>
Subject: Re: Mkisofs: How to create an empty ISO9660 image
Date: 1 Sep 2000 07:44:44 GMT

Otto Wyss <[EMAIL PROTECTED]> wrote:

> I've gone twice through mkisofs its help but still haven't checked how
> to create an empty 650MB ISO image possibly with Joliet and RockRidge
> extensions. I'd like to mount this image through the loop device.
It would be pointless--ISO 9660 file systems are not easily writable.
The file system is designed to be written just once and to be efficient
(well, sort of) when written just once.  The main cause is that the
directories are all located after the data and, when data is added
or removed, all the directories should be relocated (and recalculated).

Also, the image takes the room minimally required--there is no notion
of empty space.  A really empty image--containing only a root directory
--would be about 50KB in length.

If you want to actively modify the file system before burning a CD, you
could use ext2, for example.  Or, you could actively modify a tree and
then create a ready image from it--not many OSes are able to read
CDs with other file systems than ISO 9660.

-- 
Andres Soolo   <[EMAIL PROTECTED]>

I have come up with a sure-fire concept for a hit television show,
which would be called `A Live Celebrity Gets Eaten by a Shark'.
                -- Dave Barry

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

From: "Diana Block" <[EMAIL PROTECTED]>
Subject: How to exclude dirs from tar-backup?
Date: Fri, 1 Sep 2000 09:53:17 +0100

Hi all,
i try to realize a backup-script, that mounts the hdds our win-clients via
samba on the linux-backupserver and backup them.
the problem is that eg i try to backup only the files on C:\ mounted to
/mnt/nt/C without all subdirs:
tar cvfz /tmp/test.tgz --exclude=/mnt/nt/C/Eigene\
Dateien/ --exclude=/mnt/nt/C/WINDOWS/ --exclude=/mnt/nt/C/Programme/ *
it doesn´t work.
can everybody tell me what i´m doing wrong?

thanks in advance for your help
diana



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

From: [EMAIL PROTECTED]
Subject: Re: #@$%@#$% Linux modules......
Date: Thu, 31 Aug 2000 18:22:29 -0600

In article <8omf62$ct3$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> hi all, I hope somebody will help me with this.
> 
> The problem is that I'm building a custom kernel with modules enabled
> and everything work fine.  Except one tiny little thing: I have a
> ServeRaid controller correctly configured with 2x18GB U2W Drives mounted
> in a mirror. I updated the ips driver(which is statically compiled-in,
> not as a module) from IBM and recompiled = no problems.  But when I
> reboot, I still get a !#$!$% "Loading ips module".... with 20 lines
> telling me I have unresolved symbols.  This happens right after "VFS:
> Mounted root".  So I was wondering where the $%^%##@^ is this
> configured.

This applies to redhat, maybe not yours. The method is correct,
though the file may be different.

Your kernel is still looking for the module because it's listed in a
configuration file someplace. On RH systems, it's /etc/conf.modules
and it gets loaded every boot. If the file is a module on one kernel,
it needs to be listed in the file. But, that makes all kernels look
for the module when they boot

To clear the error, you need to go to the file where module
information is stored and change the line for the ips module,
then try a reboot.

Commenting it out may not work. I've tried this and had no
success. Best bet is to back the file up, wipe the reference to the
module out, then try it.


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

From: [EMAIL PROTECTED]
Subject: Re: Two versions of the same package hanging up my system
Date: Thu, 31 Aug 2000 18:27:46 -0600

In article <8omdj4$ao8$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> hi.
> I have the folloing problem and was wondering if anyone had an idea how
> to help me.
> I accidentally (don't know how anymore) installed two versions of
> MandrakeUpdate on my machine. Now anything that has to do with rpm on
> that machine leads to a complete lockup. All I can see is the swap
> memory being eaten up little by little and eventually everything
> freezes.
> What I want to do is get rid of one or both copiues and then reinstall
> only one of them. But I can't. Kpackage shows them both versions but
> when I try to uninstall them tells me that the name points to multiple
> packages and stops there. RPM from the command line hangs up the system
> in a way described before. So, can I get rid of MandrakeUpdate manually
> somehow or in any other way?

Try:

        rpm -e <package_name>-<version>

to gid rid of one. Not the whole name (the mdk........ stuff isn't needed
and will error); just up to the last number in the version.

I use RH not mdk. This is how it works for me. I'd bet mdk does
the same thing.


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

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: How to exclude dirs from tar-backup?
Date: 1 Sep 2000 08:23:49 GMT

Diana Block <[EMAIL PROTECTED]> wrote:
: i try to realize a backup-script, that mounts the hdds our win-clients via
: samba on the linux-backupserver and backup them.
: the problem is that eg i try to backup only the files on C:\ mounted to
: /mnt/nt/C without all subdirs:
: tar cvfz /tmp/test.tgz --exclude=/mnt/nt/C/Eigene\
: Dateien/ --exclude=/mnt/nt/C/WINDOWS/ --exclude=/mnt/nt/C/Programme/ *
: it doesn´t work.
: can everybody tell me what i´m doing wrong?

A fair amount. You want to list the excludes in a file called "foo" and use
"-X foo". But why don't you simply list the things you want to include,
using find? Thus:

     find /mnt/nt/C/ -mount -type f -maxdepth 1 -print0 \
   | xargs -0 tar czvf /tmp/test.tgz

(you have to play careful for filenames with spaces in)

Peter

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

From: Richard Horton <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.suse,comp.os.linux.setup,uk.comp.os.linux
Subject: Re: Restaurant Booking System
Date: Fri, 01 Sep 2000 09:48:32 +0100
Reply-To: [EMAIL PROTECTED]

On Fri, 01 Sep 2000 00:44:30 GMT, [EMAIL PROTECTED] (Christopher
Browne) wrote:

>Centuries ago, Nostradamus foresaw a time when Ian Briggs would say:
>>Darren Paxton wrote:
>>:I work for a restaurant chain based in Glasgow, Scotland, and we would like
>>:to introduce some form of online restaurant booking system to our website.
>>
>>I have vague memories of seeing some kind of pizza-shop software -- I
>>think at Linuxberg or somewhere like that.  I've no idea what it does.
>
>The "Pizza app" was for managing pizza shop _sales_.  Probably of
>limited usefulness to what is essentially a scheduling application.
>
>I don't think there's any "generic" web-based booking system for
>restaurants yet, not as free software, anyways.


To be honest wouldn't the best method be a) get a book on Perl and
MySQL (assuming your host supports it) and do it yourself or b) see
how much it would cost to get your host isp to do it if possible.


Sorry about the out of order reply but I can't get back to the
original post since I cleared some space... ack.


--
All opinions are my own and are not in any way meant to represent those of my employer.

Richard Horton.

"Users are like bacteria - each one causing a thousand tiny crises until the host 
finally dies..."

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: Linux HD issue
Date: Fri, 1 Sep 2000 09:07:31 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Wed, 30 Aug 2000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>I have Red Hat 6.2 running on a dell box. I have
>a 4GB drive that contains / and the swap
>parition, and then I installed a 60GB drive to
>store the proxy logs for my company. However,
>whenever the drive reaches 75% capacity about
>13GB free, it throws error messages all over the
>screen saying that it can't determine free space
>and it had an error with block_ext2_free 315. Any
>ideas as to what would be causing this? Thanks!

I had a Western Digital 2.1GB drive once, running Win95 at the time.  It
worked fine until it was 75% full, then scandisk started showing more and
more bad sectors.  The wd diagnostic program said "No error sites left".  
This is bad news.  An IDE drive should never show bad sectors, because
part of the drive that you cannot see is reserved to automatically map
into any bad sectors transparently.  If you see any bad sectors it could
mean that the drive is about to expire.

What was strange was that I could write and read all zeros or all f's to
the drive and it appeared to pass diagnostics.  But when I put actual data
on the latter 25% of the drive, I had trouble reading it.  Fortunately the
drive was under warranty.  I have been running Linux for years on the
replacement without any trouble.

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


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

From: Paul Flinders <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,comp.os.linux.networking,comp.os.linux.setup,uk.comp.os.linux
Subject: Re: Linux Mail Server
Date: 01 Sep 2000 10:08:19 +0100


> Uhhm neither Linux nor FreeBSD or any other Unix system can hold
> 500.000 mailboxes and therefor users.

<sarcasm>so what can, NT perhaps?</sarcasm>

FYI most modern versions of Unix have 32bit UIDs so can support 4
billion accounts, Linux does/will from 2.4 onwards.

In any event that supposes that everyone with a mailbox on the server
needs a Unix account which does not _need_ to be the case.

> The password wile can only handle 64K on users. thats no 500000 users!

You're correct about this at least, you _do_ need to move away from a
flat file with large numbers of users (probably before you have 64,000
of them) but again there are options such as PAM+RADIUS or PAM+MySQL
which allow the user lookups to scale.

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

From: jauming <[EMAIL PROTECTED]>
Subject: [fs](minix)why?
Date: Fri, 01 Sep 2000 09:01:55 GMT

 why minixfs(and some of others) always mark buffer dirty when
updating inode
even if the inode wasn't modified at all?
--
/*
 * The minix V1 function to synchronize an inode.
 */
static struct buffer_head * V1_minix_update_inode(struct inode
* inode)
{
 struct buffer_head * bh;
 struct minix_inode * raw_inode,tmp_inode;
 int ino, block,dirty=0;

 /*printk("V1_minix_update_inode\n");//jmt:2k0901*/

 ino = inode->i_ino;
 if (!ino || ino > inode->i_sb->u.minix_sb.s_ninodes) {
  printk("Bad inode number on dev %s"
         ": %d is out of range\n",
   kdevname(inode->i_dev), ino);
  return 0;
 }
 block = 2 + inode->i_sb->u.minix_sb.s_imap_blocks + inode->i_sb-
>u.minix_sb.s_zmap_blocks +
  (ino-1)/MINIX_INODES_PER_BLOCK;
 if (!(bh=bread(inode->i_dev, block, BLOCK_SIZE))) {
  printk("unable to read i-node block\n");
  return 0;
 }

 raw_inode = ((struct minix_inode *)bh->b_data) +
  (ino-1)%MINIX_INODES_PER_BLOCK;
 #if 0/**/
 printk("i_mode: %d:%d\n",
  raw_inode->i_mode , inode->i_mode);
 printk("i_uid: %d:%d\n",
  raw_inode->i_uid , inode->i_uid);
 printk("i_gid: %d:%d\n",
  raw_inode->i_gid , inode->i_gid);
 printk("i_nlinks: %d:%d\n",
  raw_inode->i_nlinks , inode->i_nlink);
 printk("i_size: %d:%d\n",
  raw_inode->i_size , inode->i_size);
 printk("i_time: %d:%d\n",
  raw_inode->i_time , inode->i_mtime);

 for (block = 0; block < 9; block++)
  printk("i_zone[%d]: %d:%d\n",block,
   raw_inode->i_zone[block],
   inode->u.minix_i.u.i1_data[block]);
#endif
 tmp_inode.i_mode = inode->i_mode;
 tmp_inode.i_uid = inode->i_uid;
 tmp_inode.i_gid = inode->i_gid;
 tmp_inode.i_nlinks = inode->i_nlink;
 tmp_inode.i_size = inode->i_size;
 tmp_inode.i_time = inode->i_mtime;

 if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode))
  tmp_inode.i_zone[0] = kdev_t_to_nr(inode->i_rdev);
 else for (block = 0; block < 9; block++)
  tmp_inode.i_zone[block] = inode->u.minix_i.u.i1_data[block];

 if ( memcmp( &tmp_inode,raw_inode,sizeof(struct
minix_inode) ) )
 {
  dirty=1;
  /*printk("buffer dirty\n");*/
 }

 raw_inode->i_mode = inode->i_mode;
 raw_inode->i_uid = inode->i_uid;
 raw_inode->i_gid = inode->i_gid;
 raw_inode->i_nlinks = inode->i_nlink;
 raw_inode->i_size = inode->i_size;
 raw_inode->i_time = inode->i_mtime;

 if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode))
  raw_inode->i_zone[0] = kdev_t_to_nr(inode->i_rdev);
 else for (block = 0; block < 9; block++)
  raw_inode->i_zone[block] = inode->u.minix_i.u.i1_data[block];

 if (dirty)
  mark_buffer_dirty(bh, 1);

 return bh;
}
--
(end of why?)

--
--
regards


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: #@$%@#$% Linux modules......
Date: Fri, 1 Sep 2000 06:39:16 GMT

[EMAIL PROTECTED] writes:

[...]

>But when I
>reboot, I still get a !#$!$% "Loading ips module".... with 20 lines
>telling me I have unresolved symbols.  This happens right after "VFS:
>Mounted root".  So I was wondering where the $%^%##@^ is this
>configured.

[...]

Well, if you don't have the modules anymore, you should take
out the corresponding line in /etc/conf.modules .

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
    Note: If you want me to send you email, don't munge your address.

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: Offline mailing automation (scripts?)
Date: Fri, 1 Sep 2000 09:35:22 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Thu, 31 Aug 2000 03:47:40 +0100, tolan <[EMAIL PROTECTED]> wrote:
>I have a rather complicated set of mailboxs on a variety of servers, ive
>managed to get fetchmail, procmail and sendmail to deal with them,
>however id know like to automate the mail drops in two ways:
>
>1) get a certain script to be executed on any user initiated dial-up,
>and perhaps periodically through out the dial-up.  Ideally a different
>script depending on which provider im dialing up with (or one script
>that determines this and then performs different things (i could ping
>myself and then check the IP address for instance)). one difficulty with
>this is that i use several 'interfaces' to pppd (wvdial, kppp, yawmppp)

I use an ippparam pppd option (for example: ipparam xnet.com) that tells
what I am connecting to and can read that as $6 in /etc/ppp/ip-up.local
(or maybe just ip-up in non-RedHat).  Then a case statement can do
different things for different ISP's.

You could log this info to a file and if your cron job sees something in
this file, it could be configured to do whatever it needs to for that ISP.
Then you could simply cp /dev/null to that file from /etc/ppp/ip-down (or
ip-down.local) and have the cron job not do anything if the file is empty.

>2}have an additional, nightly, maildrop.  the difficulty with this isnt
>using cron, but in getting the script to close the dial up connection. 
>i guess im going to use wvdial to connect, this requires a ctrl-C to end
>it, how can i send this to wvdial only after the maildrop has run?
>
>im a newbie (month) and and dont want to use dial on demand.  ANY ideas,
>even vague hints will be appriciated.

This is easy to do with demand pppd, for example if I am going to be out
of town, I simply run fetchmail from cron twice a day and demand pppd
comes up as long as it is needed.  I have it stay up for 15 or 20 minutes
because I pay a max of 10 cents per call (not per minute).

The problem with manually bringing up pppd from a script is how do you
tell how long to stay connected before killing it?  And it has been my
experience that wvdial is totally useless because it seems to assume that 
you need to log into a shell first, even if you can't or don't need to.  A
regular pppd connection using pap authentication works for everything I
connect to.

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


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

From: [EMAIL PROTECTED] (Rasputin)
Crossposted-To: alt.os.linux,comp.os.linux.advocacy
Subject: Re: what's up with Sun?
Reply-To: [EMAIL PROTECTED]
Date: Fri, 01 Sep 2000 09:40:39 GMT

[EMAIL PROTECTED] <Ingemar Lundin> wrote:
>Well as Windows has as "kill em all and let god sort them out" company
>behind it, so does *nix systems need one.
>
>In line with open-source community philosofy? hm well..Sun doesnt seem to
>care too much about it, almost acting as if they are a little yeoulos on all
>the attentation Linux has gained for the past couple of years, make no doubt
>about it, their aim is as commercial as MS, ie make the world evolve around
>ther own perfectly good Unix system (Solaris 8)

Sure. They're a business.

One important difference between Sun and M$ is that Sun make hardware.
They have less to lose in a world where software if Free.

-- 

Rasputin.
Jack of All Trades - Master of Nuns.

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

From: Stefan Soos <[EMAIL PROTECTED]>
Subject: Re: changing the keymap
Date: 31 Aug 2000 22:37:05 +0200

Josef <[EMAIL PROTECTED]> writes:

> Hi all!
Hi,

> How can I change the keymap under Linux?

Console:
There are several keymaps under /usr/lib/kbd/keymaps. Use loadkeys to select
your favorite.

Under X you can use xmodmap and xkb(?), i think.

HTH,

Stefan


-- 
Send mail with subject 'get gpgkey' to recieve gpg-public-key

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: Rc.d file -- HELP!!!
Date: Fri, 1 Sep 2000 09:55:00 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Thu, 31 Aug 2000 14:43:02 -0500, Rob Main <[EMAIL PROTECTED]> wrote:
>All:
>
>I have the following code saved in /etc/rc.d/rc5.d/S11sample on a RH6.1
>box:
>
>
>#######################
>#!/usr/bin/perl

# Unbuffer output
$oldfh = select(STDOUT); $| = 1; select($oldfh);

# Also use chomp instead of chop (it is safer)

>print STDOUT "\n Enter username:  ";
>$username = <STDIN>;
>chop $username;
>
>print STDOUT "\n Enter password:  ";
>$password = <STDIN>;
>chop $password;
>
>.
>. Do something with what was grabbed from STDIN
>.
>
>exit;
>#######################
>
>During system startup, the boot pauses after displaying, "Starting
>S11sample" but not the "Enter username: " prompt.  I enter a value and
>hit return, and then the "Enter password: " prompt doesn't appear
>either.  Again I enter a value and hit return and the boot sequence
>proceeds.
>
>My question:  Why in the heck won't either "Enter username: " or "Enter
>password: " appear on the screen during startup?  I am to write the
>values taken from STDIN to a file, so I know Perl is successfully being
>called.

Because you are using line buffered output and neither terminating your
lines with "\n" nor flushing them.  Look up $| in:  perldoc perlvar

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


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

From: [EMAIL PROTECTED] (Rasputin)
Subject: Re: TCP/IP networking and PPPD????
Reply-To: [EMAIL PROTECTED]
Date: Fri, 01 Sep 2000 09:58:38 GMT

[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>In article <[EMAIL PROTECTED]>,
>  Jean-David Beyer-valinux <[EMAIL PROTECTED]> wrote:
>> Rob Blomquist wrote:
>>
>> > It appears that my IP addressing for my local network
>> > (192.168.1.1/255.255.255.0) is running afoul of my ISP's dynamic IP
>> > addressing. Is there a good work around? I would like to use both
>> >the LAN and the PPP connection simultaneously.

>> Why do you think so? I cannot imagine your ISP is assigning addresses
>>in the 192.168.0.0 area.

>> You can definately use both LAN and PPP simultaneously. I am doing it
>>this very instant. My LAN is on 192.168.0.0 and my PPP is on 208.225.0.0.
>>No interactions at all.

>Well, I would expect so, but I am trying to figure out why PPPD would
>bomb out after the connection is made. All I have done is tried to set
>up a home LAN since I last logged in.

How is it 'running afoul'?
Does the interface come up at all?

Could be a routing problem
(what does 'netstat -rn' look like beofre and after you dial)?
Then again, it could be anything..what exactly is broken?

[ Incidentally , there's a dedicated comp.os.linux.networking
newsgroup for this kind of stuff. May get a faster answer there...]
-- 

Rasputin.
Jack of All Trades - Master of Nuns.

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

From: Pierre Puiseux <[EMAIL PROTECTED]>
Subject: pingoo
Date: Fri, 01 Sep 2000 11:53:38 +0200

Hello,

for communication about a new Linux distribution (cf
http://www.univ-pau.fr/~artouste/) , i need the Linux pingoo image in
high resolution (.tiff if possible)

Someone to help me ?

Thanks

-- 
*********************************************************
*                 Pierre Puiseux                        *
*      Université de Pau et des Pays de l'Adour         *
*      Département de  Mathématiques Appliquées         *
*              Tél: (+) 33-5-59-92-31-67                *
*         Il n'y a pas de liberté sans risques,         *
*           c'est pourquoi il est sage d'oser.          *
*                     Lanza del Vasto                   *
*********************************************************

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

From: Milos Prudek <[EMAIL PROTECTED]>
Subject: part.table recovery
Date: Fri, 01 Sep 2000 08:16:01 +0200

Somehow I lost partition table on non-root harddisk. The part.table
contained just one partition spanning the whole disk. I do not know the
precise CHS as reported by fdisk when it was still OK.

- If I write and save the table correctly (using fdisk), will I be able
to access my data again, or will they be lost forever?

- BIOS specifies the harddisk as LBA, but Linux does not care. Linux
kernel identifies the hardware geometry of 4096 cylinders, and
consequently fdisk prints the well-known warning. Unfortunately I do not
remember if it was the same when part.table was fine. Should I worry
about this? Should I force Linux somehow to use the LBA translation?

--
Milos Prudek

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


** 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 (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

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