Re: SiS900 datasheet

2007-07-10 Thread Andrey Shuvikov
On 7/10/07, Maxim Bourmistrov <[EMAIL PROTECTED]> wrote: Hello! I'v been googling for some time now without any success in finding . not even sis.com/sis.com.tw can give me what I need. can any one mail it to me or put in on the web? //maxim Isn't SiS900 part of SiS630? At least SiS630 data

Re: FAT32 mount problem

2007-06-14 Thread Andrey Shuvikov
On 6/12/07, Mark Voortman <[EMAIL PROTECTED]> wrote: Hello folks, After mounting a fat32 partition, the directory listings show everything in uppercase, except when a filename contains a combination of uppercase and lowercase characters or the extension is not 3 characters long, then it shows th

Re: No text cursor on OpenBSD/i386 4.1

2007-05-29 Thread Andrey Shuvikov
On 5/28/07, Chris S <[EMAIL PROTECTED]> wrote: However, I should perhaps mention that I'm chainloading it via GRUB, and I do have a cursor in GRUB. Is it perhaps GRUB's problem? I'm sure I'm not the only one chainloading OpenBSD with GRUB on i386... I chainload OpenBSD with GRUB also and don

Re: booting problem

2007-05-14 Thread Andrey Shuvikov
On 5/12/07, alicornio <[EMAIL PROTECTED]> wrote: Hi guys Problems with my webmail. I'm sorry. >> Hi all >> >> I can't boot my system after the instalation. My OS can't be finded. >> I follow the faq (4.12.2 - My i386 won't boot after install) and nothing >> change. But I can boot with CD typing

Re: booting problem

2007-05-11 Thread Andrey Shuvikov
On 5/11/07, alicornio <[EMAIL PROTECTED]> wrote: Hi all I can't boot my system after the instalation. My OS can't be finded. I follow the faq (4.12.2 - My i386 won't boot after install) and nothing change. But I can boot with CD typing "b hd0a:\bsd". When I tried install again I saw a warning i

Re: inkernel pppoe not connecting

2007-05-10 Thread Andrey Shuvikov
On 5/10/07, Wesley Connor <[EMAIL PROTECTED]> wrote: /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev fxp1 \ authproto chap authname [EMAIL PROTECTED] authkey bahbahbah up !/sbin/route add default 0.0.0.1 and /etc/hostname.fxp0 up Y

Re: Request for links to BSD adminstration docs

2007-03-23 Thread Andrey Shuvikov
On 3/23/07, Douglas Allan Tutty <[EMAIL PROTECTED]> wrote: Thanks for your suggestions re used books. I'll try some of Kingston's used book stores and see what I can get at the Queen's book store. You can also check Amazon.com. For example used copy of "Absolute OpenBSD" costs less than 15 bu

Re: Seeking opinion about OpenBSD

2007-03-18 Thread Andrey Shuvikov
On 3/18/07, Stephen Liu <[EMAIL PROTECTED]> wrote: I tried nv driver on slamd64 before. It did not work. Anyway I'll try it on OpenBSD. Is OpenBSD LiveCD available? http://www.bsdforums.org/forums/showthread.php?t=46539 It's not official but maybe it'll help? Andrey

Re: in-kernel pppoe troubles

2007-02-05 Thread Andrey Shuvikov
On 2/5/07, Gregory Edigarov <[EMAIL PROTECTED]> wrote: because it doesn't work completely. What does it mean? Any error messages? Also the content of hostname.pppoe0 and hostname.nve0 could be useful. Bu the way, does GENERIC have nve0 device?

Re: hosts file and caching name server

2007-02-02 Thread Andrey Shuvikov
On 2/2/07, Mike Erdely <[EMAIL PROTECTED]> wrote: I've used dnsspoof from the dsniff package for something similar before. I didn't spend too much time looking, but it seems that dnsmasq does what you want. (http://www.thekelleys.org.uk/dnsmasq/doc.html) It's also in packages. One thing about

Kernel PPPoE and DNS servers

2007-01-26 Thread Andrey Shuvikov
Hi, Is there any way to get DNS server addresses from the provider using in-kernel PPPoE? As far as I understand one can specify "enable dns" in ppp configuration file to update /etc/resolve.conf . But that's for userland PPPoE. Does in-kernel PPPoE have similar option? I checked pppoe(4) and lis

Re: Checking out ports

2007-01-11 Thread Andrey Shuvikov
On 1/10/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: For another, somewhat more clean non-solution, see ssh_config(5), and have a look at such options as 'ServerAliveInterval'. Setting ServerAliveInterval to 30 solved the problem. Thanks a lot!

Re: Checking out ports

2007-01-10 Thread Andrey Shuvikov
On 1/9/07, Marc Espie <[EMAIL PROTECTED]> wrote: The checkout from ports always spend quite some time at the end. It comes from the way cvs works: creates every directory, then prunes them at the end. Something in your network path is unhappy that you spend long enough not doing enough, from i

Checking out ports

2007-01-09 Thread Andrey Shuvikov
Hi, I've installed OBSD 4.0 in qemu and now trying to check out src and ports. I don't have any problems with src but when I try to checkout ports cvs seems to check out everything, then hangs for a while and exits with the error: ... cvs server: Updating xmris/pkg cvs server: Updating xmris/scr

Termcap question

2006-12-20 Thread Andrey Shuvikov
Hello, I'm trying to change termcap to work correctly with my xterm and keys. So I've added these keys to the xterm termcap entry: xterm|xterm terminal emulator (X Window System), kend=\E[4~, khome=\E[1~, use=xterm-r6, Then I rebuilt the termcap, termcap.db and terminfo.db files. The resul

Re: mini router based on openbsd

2006-12-07 Thread Andrey Shuvikov
I'm in the process of installing OpenBSD on a regular PC. It's PChips M787CL+ motherboard with VIA C3 Samual 2 CPU, which I run with passive heat sink, so no fan here. I use DC-DC converter as power supply so no fan here either. And when I replace (as I plan to) a harddrive with compact flash card

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Andrey Shuvikov
On 12/6/06, Jeremy Huiskamp <[EMAIL PROTECTED]> wrote: > > so I wait 'til release day and do an internet upgrade but at > > What is "release date"? According to OpenBSD web-site "The current release is OpenBSD 4.0 which was released Nov 1, 2006." Or, do i miss somethin

default termcap

2006-11-29 Thread Andrey Shuvikov
Hello, I've just installed the 4.0 version of OpenBSD to a regular PC computer. What I noticed is that default termcap doesn't match codes generated by console driver (F-keys, Home, End, etc.) I tried to set TERM to both vt220 and wsvt25 (and some others) but no luck. Did I do something wrong or,