Subject: Re: CVS problems - msg#00119
List: network.inn
Alex Kiernan <alexk@xxxxxxxxx> writes:
>
[alexk@nd1 inn]$ cvs diff -u >L
>
alexk@xxxxxxxxxxxxxxx's password:
>
cvs server: Diffing .
>
cvs server: failed to create lock directory for `/dist1/cvs/isc/inn/inn'
>
(/dist1/cvs/isc/inn/inn/#cvs.lock): No space left on device
>
cvs server: failed to obtain dir lock in repository `/dist1/cvs/isc/inn/inn'
>
cvs [server aborted]: read lock failed - giving up
Should be fixed now. Thanks, Peter!
--
Russ Allbery (rra@xxxxxxxxxxxx) <
http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<
http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: setlogsock
Alex Kiernan <alexk@xxxxxxxxx> writes:
> What's the right way to do setlogsock with Perl on Solaris? I've got
> boxes running which aren't listening for syslog, but which do have a
> unix domain socket willing to take syslog (we've a local daemon which
> maps it onto the streams device).
> Half the INN code does things like:
> Sys::Syslog::setlogsock('unix') if $OSNAME =~ /linux|freebsd|dec_osf/;
> other just does:
> setlogsock('unix')
> Whats the right thing to do?
I *think* that the current version of Sys::Syslog is supposed to just
figure it out, but I'm not sure about that. (I think it's supposed to try
Unix first and then fall back on UDP.)
--
Russ Allbery (rra@xxxxxxxxxxxx) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
Next Message by Date:
click to view message preview
article with different date stamps in spool directory & overview file
Hi all,
I just intalled INN 1.7.2 last week & I am using tradspool.
Now I have some problems with the date.
For example when I list the article 225286, it shows the article is dated
15th.
ls -l 225286
-rw-rw-r-- 1 news news 1158 Jun 15 22:53 225286
But the overview file shows the date to be 12th as follows:
225286 Re: vi colors in RH 7.3 Tom <123@xxxxxxxx> Wed, 12 Jun 2002
13:13:20 +0200 <3D072CD0.1C0D36E1@xxxxxxxx>
<3D06E6CA.1A8D5E50@xxxxxxxxxxx> 1158 12 Xref: aaa.bbb.com
alt.os.linux:225286
(I have changed the domain names)
Actually I installed INN in this server on 14 th only.
Pl. let me know what is happening.
Regards
Kajan
Previous Message by Thread:
click to view message preview
CVS problems
[alexk@nd1 inn]$ cvs diff -u >L
alexk@xxxxxxxxxxxxxxx's password:
cvs server: Diffing .
cvs server: failed to create lock directory for `/dist1/cvs/isc/inn/inn'
(/dist1/cvs/isc/inn/inn/#cvs.lock): No space left on device
cvs server: failed to obtain dir lock in repository `/dist1/cvs/isc/inn/inn'
cvs [server aborted]: read lock failed - giving up
--
Alex Kiernan, Principal Engineer, Development, THUS plc
Next Message by Thread:
click to view message preview
setlogsock
What's the right way to do setlogsock with Perl on Solaris? I've got
boxes running which aren't listening for syslog, but which do have a
unix domain socket willing to take syslog (we've a local daemon which
maps it onto the streams device).
Half the INN code does things like:
Sys::Syslog::setlogsock('unix') if $OSNAME =~ /linux|freebsd|dec_osf/;
other just does:
setlogsock('unix')
Whats the right thing to do?
--
Alex Kiernan, Principal Engineer, Development, THUS plc