Ask a Question related to Debian, Design and Development.
-
Ian Melnick #1
New Sarge NFS Server Unexporting after certain interval?
Hi all,
Just dist-upgrade'd and now have a new problem. I have a typical setup
where one computer is the nis/nfs server, and the other workstations use
autofs to mount the home dirs on login. Seems like after a certain
period, the home directories become unexported, or something. I have to
restart the nfs program and do exportfs -a, and then restart autofs on
the workstation in order for it to properly be able to login and mount.
Logging in again shortly after logging out is no problem. But logging in
again after a while, it no longer is able to mount the directory, and I
have to restart the services and export again.
Is there a new timeout or something that I can change? I have the stuff
in /etc/exports set up as 'sync', if that makes any difference.
Thanks!
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Ian Melnick Guest
-
Server HangsServer Hangs at Client Purge Interval
For the last month our ColdFusion server hangs what seemed to be randomly. Today we noticed a pattern that it happened just about every 1 hour and... -
Using the interval data type
I'm using a query that returns a value as an 'interval' data type. When I run that query through CF only an is returned. I've tried casting the... -
to_char(interval, text) deprecated in future - how do we getconsistent interval output without it?
I saw the note in the docs that to_char(interval, text) is deprecated, and will be removed. I searched the archives and saw more mentions of this,... -
Interval Question
Greetings: I am working on a function which returns an interval value. The work of the function is to calculate the difference between the... -
INTERVAL FUNCTION
On Wed, 23 Jul 2003 12:44:47 -0400, tomL wrote: Because you did not specify the resolution/size of the seconds interval which defaults to 2... -
Bill Benedetto #2
Re: New Sarge NFS Server Unexporting after certain interval?
>>> Ian Melnick writes:
Ian> Just dist-upgrade'd and now have a new problem. I have a typical setup
Ian> where one computer is the nis/nfs server, and the other workstations use
Ian> autofs to mount the home dirs on login. Seems like after a certain
Ian> period, the home directories become unexported, or something. I have to
Ian> restart the nfs program and do exportfs -a, and then restart autofs on
Ian> the workstation in order for it to properly be able to login and mount.
Ian> Logging in again shortly after logging out is no problem. But logging in
Ian> again after a while, it no longer is able to mount the directory, and I
Ian> have to restart the services and export again.
Ian>
Ian> Is there a new timeout or something that I can change? I have the stuff
Ian> in /etc/exports set up as 'sync', if that makes any difference.
I went through the same steps and mindset but after reading
other posts about "nfs problem", I back-reved my
nfs-kernel-server and my problems went away.
Good luck.
- Bill
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= +=+=+=+=+=+=+=+=+=+=+=+=+=+
Bill Benedetto <bbenedetto@goodyear.com> The Goodyear Tire & Rubber Co.
I don't speak for Goodyear and they don't speak for me. We're both happy.
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Bill Benedetto Guest
-
Ian Melnick #3
Re: New Sarge NFS Server Unexporting after certain interval?
> I went through the same steps and mindset but after reading
Thanks. Is there a straightforward way for doing that?> other posts about "nfs problem", I back-reved my
> nfs-kernel-server and my problems went away.
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Ian Melnick Guest
-
Dave Carrigan #4
Re: New Sarge NFS Server Unexporting after certain interval?
On Wed, Jul 30, 2003 at 03:51:49PM -0500, Ian Melnick wrote:
Go to snapshot.debian.net and find the old .debs. Use the>> > I went through the same steps and mindset but after reading
> > other posts about "nfs problem", I back-reved my
> > nfs-kernel-server and my problems went away.
> Thanks. Is there a straightforward way for doing that?
changelog.Debian.gz file to figure out how far back in time you need to
go.
--
Dave Carrigan
Seattle, WA, USA
[email]dave@rudedog.org[/email] | [url]http://www.rudedog.org/[/url] | ICQ:161669680
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL
Dave is currently listening to Crash Test Dummies - The Voyage (The Ghosts That Haunt Me)
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Dave Carrigan Guest
-
Bill Benedetto #5
Re: New Sarge NFS Server Unexporting after certain interval?
Bill> I went through the same steps and mindset but after reading
Bill> other posts about "nfs problem", I back-reved my
Bill> nfs-kernel-server and my problems went away.
Ian> Thanks. Is there a straightforward way for doing that?
There probably is. Someone else suggested going to
snapshot.debian.net and getting the old .debs. I did
"locate nfs-kernel-server" on my box and found these:
/var/cache/apt/archives/nfs-kernel-server_1%3a1.0.2-1_i386.deb
/var/cache/apt/archives/nfs-kernel-server_1%3a1.0.2-2_i386.deb
/var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb
/var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-2_i386.deb
So I then did this:
# dpkg --install /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb
There's probably a better/easier way to do this but this worked
for me. YMMV, of course.
- Bill
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= +=+=+=+=+=+=+=+=+=+=+=+=+=+
Bill Benedetto <bbenedetto@goodyear.com> The Goodyear Tire & Rubber Co.
I don't speak for Goodyear and they don't speak for me. We're both happy.
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Bill Benedetto Guest
-
Ron Johnson #6
Re: New Sarge NFS Server Unexporting after certain interval?
On Thu, 2003-07-31 at 10:33, Ron Johnson wrote:
My bad. Looked on wrong page.> On Thu, 2003-07-31 at 09:38, Bill Benedetto wrote:>> > Bill> I went through the same steps and mindset but after reading
> > Bill> other posts about "nfs problem", I back-reved my
> > Bill> nfs-kernel-server and my problems went away.
> >
> > Ian> Thanks. Is there a straightforward way for doing that?
> >
> > There probably is. Someone else suggested going to
> > snapshot.debian.net and getting the old .debs. I did
> > "locate nfs-kernel-server" on my box and found these:
> >
> > /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.2-1_i386.deb
> > /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.2-2_i386.deb
> > /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb
> > /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-2_i386.deb
> >
> > So I then did this:
> >
> > # dpkg --install /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb
> > There's probably a better/easier way to do this but this worked
> > for me. YMMV, of course.
> Also, moving to the sid 1.0.5 seems to work.
> Unfortunately, for some reason, it's not in the list archives.
[url]http://lists.debian.org/debian-user/2003/debian-user-200307/msg04313.html[/url]
[url]http://lists.debian.org/debian-user/2003/debian-user-200307/msg04355.html[/url]
[url]http://lists.debian.org/debian-user/2003/debian-user-200307/msg04390.html[/url]
[url]http://lists.debian.org/debian-user/2003/debian-user-200307/msg04392.html[/url]
--
+-----------------------------------------------------------------+
| Ron Johnson, Jr. Home: [email]ron.l.johnson@cox.net[/email] |
| Jefferson, LA USA |
| |
| "I'm not a vegetarian because I love animals, I'm a vegetarian |
| because I hate vegetables!" |
| unknown |
+-----------------------------------------------------------------+
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Ron Johnson Guest
-
Ian Melnick #7
Re: New Sarge NFS Server Unexporting after certain interval?
> So I then did this:
>
> # dpkg --install /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb
Worked like a charm! Thanks so much!
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Ian Melnick Guest



Reply With Quote

