procfs problem

From: Jiri Mikulas (konfer_at_mikulas.com)
Date: 09/29/03

  • Next message: Harti Brandt: "Re: procfs problem"
    Date: Mon, 29 Sep 2003 13:07:28 +0200
    To: current@freebsd.org
    
    

    Hello
    i have problem with /proc
    i already have

    options PROCFS
    options PSEUDOFS

    in kernel
    but get these messages
    ~~~cut~~~
    map02# strace -p 730
    strace: open("/proc/...", ...): No such file or directory
    trouble opening proc file
    map02# truss -p 730
    truss: cannot open /proc/730/mem: No such file or directory
    map02# ps aux | grep 730
    root 730 0.0 1.0 3476 2448 ?? Ss 8:40AM 0:00.21
    /usr/sbin/sshd
    map02# uname -a
    FreeBSD map02.modrany.czf 5.1-CURRENT FreeBSD 5.1-CURRENT #5: Sun Sep 28
    23:37:08 CEST 2003
    mik@map02.modrany.czf:/usr/obj/usr/src/sys/ROUTER i386
    ~~~cut~~~
    the same messages i get also at
    5.1-RELEASE-p3 FreeBSD 5.1-RELEASE-p3 #2: Wed Sep 17 00:17:40 CEST 2003
    box

    any ideas or do i something wrong? (forget I read anything about new
    procfs - sorry if yes ...) ?
    thaks for reply
    Jiri

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Harti Brandt: "Re: procfs problem"