Re: What's new with xdm and 4.2 ? [FINAL]

2001-01-19 Thread Philippe CASIDY

Hi!

I just want to let you know that I have solved my problem by means of
tcpdump.

I have an old attempt in my Xservers file. As my DNS server was cleaned
and I totally forget this attempt I was trying to reach a very old
machine which is not part of my network anymore.

Thanks.

Phil.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: freebsd 4.1 -- 4.2...stuff GONE

2000-12-29 Thread Philippe CASIDY

On 28 Dec, Brent wrote:

 
"ps: proc size mismatch (30624 total, 1048 chunks)"
 
 the machine seems to operate fine...other than the fact i cant do "ps" or
 "top"this kind of makes things hard..
  i was thinking of 2 ways to solve this..
 

I have a very similar problem with ps. I made a mistake and compile the
CURRENT world instead of STABLE world. So the 'ps' I use does not
correspond to the right kernel: i.e., I think that you cannot use a ps
for 4.x with a 5.x kernel (for example).

I am not sure of that because I am trying to recompile a 4.2 Stable
world whereas my /usr/include is 5.0 CURRENT and it does not work well.

Hope that helps anyway.

Phil.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Anyone having dial-up problem with sendmail 8.11.0 ?

2000-09-12 Thread Philippe CASIDY

Hi!

Yesterday, I have updated the world. So now I have sendmail 8.11.0
installed.

I updated my mc file to add the option 'nospecial' to nouucp and made
the aliases modifications.

The problem is that every time I invoke sendmail (even mailq, or sending
local mail) it tries to connect to the Internet. Too bad because I have
a dial up connection.
That smells a DNS problem but previous version used to work as expected.

I will try to dig up this problem but if someone has already encountered
it and solved it, i will be pleased to take the answer :)

Thanks

Phil.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: custom kernel problem

2000-08-19 Thread Philippe CASIDY

Hi!

The result of the 'file' command on the generated core file (if any)
would help knowing which tool really segfault!

Phil.

On 18 Aug, Greg Prosser wrote:
 Is it the compiler or make that is segfaulting?
 
 Better phrasing: Do any other system binaries segfault? Is there a
 noticeable pattern or perhaps similarities?
 
 The last time I worked on a machine where make/other stuff started
 segfaulting, it turned out to be 'cc' segfaulting, and that was at the
 fault of either some bad ram, or other hardware issues. The machine doing
 this was an OC'd cpu, and when it was restored to normal speed I'm told
 the problems stopped, but I'm not sure.
 
 If it is make that is segfaulting, on the other hand, and if nothing else
 appears to have the problem, try going into /usr/src and just rebuilding
 make, perhaps one of your compiles went bad in the past.
 
 /gp
 
 on Fri, 18 Aug 2000, zshack babbled ..
 
 ;; this system is on a cyrix processer
 ;; any idea why its seg faulting??
 ;; 
 ;; 
 ;; su-2.04# /usr/sbin/config PIGLET
 ;; Don't forget to do a ``make depend''
 ;; Kernel build directory is ../../compile/PIGLET
 ;; su-2.04# cd ../../compile/PIGLET  
 ;; su-2.04# make depend
 ;; Segmentation fault (core dumped)
 ;; 
 ;; 
 ;; 





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



[FIXED]Re: make: don't know how to make dwarf1.c. Stop

2000-08-12 Thread Philippe CASIDY

On August the 7th, I finally discovered what was my problem just before
leaving. In case it may help someone in the future, here is the
explanation.

While trying to build 4-1S with a just cvsup'ed source tree, I
encountered this problem. While searching and browsing the mailing list
I found that this exactly same problem was discussed a few weeks ago.

So I keep on cvsupping, updating and still having the problem. And still
no real answer from the mailing list. So I started to dig up and found
that this file was supposed to be updated from the contrib distribution.

Surprise! My contrib directory was owned by root whereas I updated from
another user. Due to the lot of messages from cvs and reading that this
problem was a known problem I was miles away of thinking that my problem
was due to cvs not being able to update the contrib directory.

That as simple as that.

Morality: several mistakes can lead to the exactly same diagnostic :)

Phil.

On  6 Aug, Philippe CASIDY wrote:
 Hi!
 
 I want to updrage my kernel from 4.0 RELEASE to the latest STABLE.
 
 So I did the following sequence:
 - - cvsuped "src-all" as of today
 - - cd to /usr/src
 - - updated my source tree with "cvs -q update -d -r RELENG_4"
 - - su to root
 - - invoke "make buildworld" as the first stage of /usr/src/UPDATING
  
 stage 3: cross tools
 [snip]
 === libbfd
 sed -e s/NN/32/g 
/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elfxx-target.h 
 elf32-target.h
 sed -f 
/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/targmatch.sed 
/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/config.bfd  
targmatch.h
 make: don't know how to make dwarf1.c. Stop
 *** Error code 2





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message