Wrong system time when booting off cd9660

2005-11-17 Thread Dmitry Pryanishnikov
Hello! I've made a custom bootable CDROM based on 6.0-RELEASE using the following command line (shamelessly stolen from /usr/src/release/i386/mkisoimages.sh): mkisofs -b boot/cdboot -no-emul-boot -r -J -o cd.iso cd I've made the following tweaks in system's rc.conf: root_rw_mount=NO ;

Re: IPFW Problems?

2006-04-18 Thread Dmitry Pryanishnikov
Hello! On Tue, 18 Apr 2006, Tod McQuillin wrote: Add: options IPFW2 ...to your kernel config file and rebuild the kernel (and world also, probably). Yes, you need to rebuild the userland too, which means you also need IPFW2=true in /etc/make.conf before you build world. It's

How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Dmitry Pryanishnikov
Hello! I'm an originator of 4 open PRs and 9 closed ones. My e-mail address will change soon. How should I handle the change to stay reachable for people working on PRs? Sorry to bother the list with (seems-to-be) a trivial question, I can't find reply in PR-related articles. Sincerely,

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Dmitry Pryanishnikov
Hello! On Thu, 29 Mar 2007, Giorgos Keramidas wrote: I'm an originator of 4 open PRs and 9 closed ones. My e-mail address will change soon. How should I handle the change to stay reachable for people working on PRs? Sorry to bother the list with (seems-to-be) a trivial question, I can't find

Re: reading process memory

2006-06-08 Thread Dmitry Pryanishnikov
Hello! On Wed, 7 Jun 2006, Tofik Suleymanov wrote: I believe that it is possible to read contents of the memory used/utilized by a process (assuming right privileges). Yes, procfs allows it to user with the process's UID (or root). First i've tried to do this through procfs by reading