Re: compatibility SCO

2013-05-09 Thread Dimitar Vassilev
2013/5/9 grillo gri...@goldnet.it I need use Microsoft Cobol Compiler and runtime developed for Xenix/Unix system V SCO using NETBSD or FreeBSD, it is possible? have binary compatibility ? environment compatibility ? thank you __**_

Re: Fat Fingered An 'rm -rf' of Important Files

2013-02-28 Thread Dimitar Vassilev
2013/2/28 Ben Cottrell tam...@wolfhut.org On Feb 27, 2013, at 19:08, Joseph A. Nagy, Jr jnagyjr1...@gmail.com wrote: If we can skip the finger wagging on that part I'd appreciate it. No finger-wagging from this quarter at least! Something I've sometimes done to retrieve text content is to

Re: NANOBSD dhclient freeze

2010-05-28 Thread Dimitar Vassilev
I did again the same build with include generic option and all binaries. same results. Did truss on the build host Here is the result truss /sbin/dhclient wlan-0 __sysctl(0xbfbfe5a4,0x2,0xbfbfe5ac,0xbfbfe5b0,0x0,0x0) = 0 (0x0) mmap(0x0,328,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 671764480

NANOBSD dhclient freeze

2010-05-27 Thread Dimitar Vassilev
Hello, I'm having an issue with dhclient on nanobsd. It requests a lease and never exits truss /sbin/dhclient vr0 __sysctl(0xbfbfe684,0x2,0xbfbfe68c,0xbfbfe690,0x0,0x0) = 0 (0x0) mmap(0x0,328,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 671698944 (0x28095000) munmap(0x28095000,328)

Re: NanoBSD weird startup messages

2010-05-26 Thread Dimitar Vassilev
Did you maybe word-wrap a comment line in /etc/rc.conf so that files was the first word on a new line?  If that's not it, try setting RC_DEBUG=YES in /etc/rc.conf and see if you can pinpoint which startup script is causing you problems. --        Dan Nelson        dnel...@allantgroup.com

NanoBSD weird startup messages

2010-05-25 Thread Dimitar Vassilev
Hello, I'm facing the following funky excepts when booting NanoBSD on console: files: not found I'm running on Alix1d - details are on http://pastebin.com/WY7hu0fL I did truss and found that devd and some binaries are seeking for a binary called files in /usr/sbin/, /usr/games and /root/sbin.

nanobsd devd install without installation of compilers

2010-05-24 Thread Dimitar Vassilev
Hello, has anyone succeeded in installing devd on Nanobsd without infecting the image with g++? Mucking currently with CONF_INSTALL=' WITHOUT_CXX=YES #devd needs cxx WITHOUT_CPP=YES WITHOUT_INSTALLLIB=YES WITHOUT_TOOLCHAIN=YES WITHOUT_EXAMPLES=YES ' CONF_WORLD=' TARGET=i386 TARGET_ARCH=i386

nanobsd upgrade partitions

2010-05-17 Thread Dimitar Vassilev
Hello, Could someone advise how one should create 1 unused partition for upgrading nanobsd in myconf.nano? What variables should I put into the config file to have a such? How big it should be for 4GB card? Also what is the filesystem referred by NANO_DATASIZE variable? Thanks in advance! Dimitar

Re: nanobsd upgrade partitions

2010-05-17 Thread Dimitar Vassilev
Dzienki Maciej :-) 2010/5/17 Maciej Milewski m...@dat.pl: Dnia poniedziałek, 17 maja 2010 o 10:06:05 Dimitar Vassilev napisał(a): Hello, Could someone advise how one should create 1 unused partition for upgrading nanobsd in myconf.nano? What variables should I put into the config file

adapting src.conf to nanobsd CONF build options

2010-05-16 Thread Dimitar Vassilev
Hello all, I'd like to implement the following src.conf for nanobsd. Goal is to have these subset neither being built, nor installed. cat /etc/src.conf WITHOUT_BLUETOOTH WITHOUT_CALENDAR WITHOUT_CPP WITHOUT_CTM WITHOUT_CVS WITHOUT_CXX WITHOUT_DICT WITHOUT_EXAMPLES WITHOUT_FLOPPY WITHOUT_GAMES

8-STABLE truncated elf file issues after buildworld

2010-05-15 Thread Dimitar Vassilev
Hello, I have problems with building 8-STABLE after upgrade. System cannot build any src/ports Here is the culprit: stage 1.1: legacy release compatibility shims -- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL=sh

Re: 8-STABLE truncated elf file issues after buildworld

2010-05-15 Thread Dimitar Vassilev
2010/5/15 John Levine jo...@iecc.com: /usr/src/tools/build/dummy.c elf_load_section: truncated ELF file Any chance that means the disk filled up? R's, John ldb...@netwarrior:~/ df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/ad0s3a496M430M 26M94%/

touch madness

2009-12-30 Thread Dimitar Vassilev
Hi, I'm trying to find the match for touch -d now-5minutes+30seconds under freebsd. Got a munin plugin that i'd like to change without installing the emulator port. I have touch -A, however when i pass touch -A -00d04m30s i don't get anything as a file. Can someone give the exact syntax if

Re: touch madness

2009-12-30 Thread Dimitar Vassilev
of it, subtracted N minutes to make it even to the hour and it worked as described. Dimitar Vassilev wrote: Hi, I'm trying to find the match for touch -d now-5minutes+30seconds under freebsd. Got a munin plugin that i'd like to change without installing the emulator port. I have touch