is mod_cgi not installed ?

2006-06-18 Thread akonsu
hello, after installing 3.9 release i cannot find mod_cgi in the apache modules directory. mod_fastcgi is there, but i need plain cgi for development. packages list also does not seem to have it. does one have to build it from source? thanks konstantin

Re: ip address ?

2006-06-08 Thread akonsu
thanks all for help. i can change my whole setup. what i have now is the best that i could think of. basically the problem is that my laptop's wireless card is not supported yet and i run a VMWare virtual machine under my windows and openbsd runs from a physical disk partition on this virtual mach

ip address ?

2006-06-07 Thread akonsu
hello, my openbsd machine is conected to a windows machine. the windows machine has a wireless connection and gets its ip using dhcp. the openbsd machine gets its ip from the windows machine also by using dhcp on boot. the windows machine runs cygwin X server and the openbsd machine uses its disp

how to make a bootable floppy image?

2006-06-05 Thread akonsu
hello, does anyone know how these *.fs files for bootable floppies in the distribution are made? i need to make a custom one with /etc/boot.config in it, but i do not want to use a physical floppy for that. thanks konstantin

Re: openbsd on virtual machine

2006-06-04 Thread akonsu
thanks. how did you achieve this? i downloaded an evaluation copy of vmware workstation, created a machine with a raw disk pointing to my openbsd partition but it won't boot. it says that there were no bootable drives found. konstantin booting openbsd on a real partition both from bios and from v

openbsd on virtual machine

2006-06-04 Thread akonsu
hello, this is just to share my experience running the os on a vmware player. may be it will be of use to these like me who has hardware which is not yet suppported completely. for example, i do not have any support for wireless yet on my laptop, and i have to use windows for work, so dual boot wa

X windows problem

2006-06-03 Thread akonsu
Hello, I hope this is an appropriate list to post this question to. the problem is that "xset dpms force off" does not do anything visible. my laptop's screen does not switch off. does not even go blank. the output of "xset -q" is below. dmesg, /var/log/Xorg.0.log and /etc/X11/xorg.conf are atta

Re: Windows to "copy" open bsd

2006-06-02 Thread akonsu
in my understanding a proper implementation does not require any service packs. in other words: if one implements something that later requires a service pack, this is not a proper implementation. konstantin 2006/6/2, misiu <[EMAIL PROTECTED]>: > > akonsu schrieb: > >

Re: Windows to "copy" open bsd

2006-06-02 Thread akonsu
i am sorry you are on this list. konstantin 2006/6/2, Eric Pancer <[EMAIL PROTECTED]>: > > On Fri, 2006-06-02 at 12:58:43 -0700, akonsu wrote... > > > no way. trust me. ;) > > Who the fuck are you to trust?

Re: Windows to "copy" open bsd

2006-06-02 Thread akonsu
no way. trust me. ;) We'll see, like many other security features in Windows, if they implement > it *properly*. > > DS

Re: mounting winxp

2006-06-02 Thread akonsu
hello, i just asked the very same question about a week ago on this list. just search the archive. ntfs is not enabled by default. you will need to compile the OS yourself to enable it. a hint, before changing fstab, try to mount a filesystem manually. konstantin 2006/6/2, Martin Gruden <[EMAIL

Re: apple usb modem

2006-06-02 Thread akonsu
06-05-29 at 00:18 -0700, akonsu wrote: > > hello, > > > > i have apple usb modem left over from my imac g5 that i got rid of. is > there > > any chance of getting this modem to work with openbsd in stead of the > > unsupported winmodem that i have on my laptop? >

Re: ??????????: other languages support?

2006-06-01 Thread akonsu
ok, i give up. KPAHT6I. thanks all for your support. konstantin 2006/6/1, J.C. Roberts <[EMAIL PROTECTED]>: > > On Thu, 1 Jun 2006 13:12:59 +0200, mickey <[EMAIL PROTECTED]> wrote: > > >On Wed, May 31, 2006 at 04:16:12PM -0700, Spruell, Darren-Perot wrote: > >> > huh? "bedroom"? is this a joke?

Re: ??????????: other languages support?

2006-05-31 Thread akonsu
huh? "bedroom"? is this a joke? 2006/5/31, Darrin Chandler [EMAIL PROTECTED]: > > > I find that if I use the Caps Lock key I can enter some simple cyrillic > words like PRIVET and even some proper names like CBETA. Of course this > doesn't work for all words, but you can spell "bedroom" in Russian

other languages support?

2006-05-31 Thread akonsu
Hello, is there a way to install several languages on one system? say, if i have an english system, is there a way to add cyrillic to it and switch between the two languages when typing? thanks for any pointers! konstantin

Re: dd problem

2006-05-31 Thread akonsu
thanks everybody. 1. how do i determine the corect block size for a device? 2. is the fact that dd does not work without any bs parameter a bug and should be reported? thanks konstantin try >dd if=/dev/rcd0c of=disk.iso bs=32k > > note the "rcd0c" instead of "cd0a". The 'a' vs. 'c' doesn't

dd problem

2006-05-30 Thread akonsu
hello, i wanted to create an ISO image of a CDROM, so i ran this command: dd if=/dev/cd0a of=my.iso and i waited and waited for about 30 minutes until i just gave up and pressed ^C. the resulting iso file was much larger than the source disc. i guess if i give dd the correct count parameter the

Re: Recommended window manager for OpenBSD

2006-05-30 Thread akonsu
hello has anyone tried evilwm (http://www.6809.org.uk/evilwm/)? is it any good? i am looking for a good simple keyboard controllable WM. i am doing mostly development. thanks konstantin

intel PRO wireless 3945ABG

2006-05-29 Thread akonsu
hello, i am looking for help getting the intel pro wireless 3945ABG adapter work with release 3.9. i know that there is a driver for it but i do not think it is present in this release. i think i need to build everything from source (which i am trying to avoid). is this correct? i have found no an

apple usb modem

2006-05-29 Thread akonsu
hello, i have apple usb modem left over from my imac g5 that i got rid of. is there any chance of getting this modem to work with openbsd in stead of the unsupported winmodem that i have on my laptop? thanks for any help! konstantin

Re: ntfs partition not recognised?

2006-05-26 Thread akonsu
thank you. does anyone know if there is software to access a FFS partition from windows (on a dual boot machine)? trying to avoid creating a FAT patition... > > mount -t ntfs /dev/wd0i /mnt > > > > it fails with an error message saying that operation is not supported. > > ntfs is not enabled in

ntfs partition not recognised?

2006-05-25 Thread akonsu
hello, i have a windows (ntfs) partition and an openbsd partition on my hard drive. i am trying to mount the windows partition. but no success so far: mount -t ntfs /dev/wd0i /mnt it fails with an error message saying that operation is not supported. below is output of both fdisk and disklabel.

Re: they say openbsd is not as scalable as others

2006-05-25 Thread akonsu
thank you for telling me what i should do. this makes life much easier. 2006/5/25, Bob Beck <[EMAIL PROTECTED]>: > > > i read somewhere that openbsd is not as scalable as other OS. this > atricle, > > for example. http://www.serverwatch.com/sreviews/article.php/3415651 > >I read somewhere

they say openbsd is not as scalable as others

2006-05-25 Thread akonsu
hello, i read somewhere that openbsd is not as scalable as other OS. this atricle, for example. http://www.serverwatch.com/sreviews/article.php/3415651 but the reviews and benchmarks that i could find are about two years old or so. does anyone know whether performance has improved since? i am ask

dual boot problem

2006-05-25 Thread akonsu
hello, i have openbsd on the first partition on my hard drive, and windows xp on the second partition. i made the windows partition active. this is the command that i used to get the openbsd's mbr: dd if=/dev/rwd0c of=mbr count=1 i copied the file "mbr" to my windows partition and added the fol

Re: 3.9 hangs during first boot

2006-05-19 Thread akonsu
t report the fact that the device is not recognised and go on? thanks konstantin 2006/5/17, akonsu <[EMAIL PROTECTED]>: > > hello, > > just installed 3.9 release on my pentium II machine. installation seemed > to go fine, but now it hangs during boot. it starts to show dmesg

3.9 hangs during first boot

2006-05-18 Thread akonsu
hello, just installed 3.9 release on my pentium II machine. installation seemed to go fine, but now it hangs during boot. it starts to show dmesg text and freezes right after the line saying iic0 at piixpm0 even the keyboard is dead... i am new. please help. if necessary i will provide the syst