Re: 6 channel sound

2004-05-14 Thread Sergey Akifyev
йверами. Если нет - то звука 5.1 тебе, насколько я знаю, не видать ;) -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://www.gascom.ru> PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt signature.asc Description: This is a digitally signed message part

Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread Sergey Akifyev
On Thu, 2003-06-05 at 05:50, Murray Taylor wrote: > Strange as it seems ... one of our netadmins came > to me with the same query, so I created this little program How about following :) date -r -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://www.gas

What ASCII sequence is used to set xterm title?

2003-06-02 Thread Sergey Akifyev
Hello! I just want to make shell prompt with changing gnome-terminal window title (to show host on which I'm sitting now). Does someone know how? thanks in advance -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://www.gascom.ru> PGP key available from: ftp://

Re: What ASCII sequence is used to set xterm title?

2003-06-02 Thread Sergey Akifyev
On Mon, 2003-06-02 at 10:34, Clement Laforet wrote: > Sergey Akifyev <[EMAIL PROTECTED]> wrote: > > I just want to make shell prompt with changing gnome-terminal window > PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD}\007"' That works, thank

Re: IP packet filtering enabled in GENERIC?

2003-06-03 Thread Sergey Akifyev
On Mon, 2003-06-02 at 13:52, tom worster wrote: > and turned on firewall_enable="YES" with firewall_type="OPEN" in rc.conf. firewall_enable="YES" causes rc.network to kldload ipfw module. See kldstat(8) output. -- regards, Sergey Akifyev <[EMAIL PROTECTED]>

Re: Install poptop 1.1.4.b3 on FreeBSD 4.8Release

2003-06-17 Thread Sergey Akifyev
e already mailed fix to this problem with subject: [PATCH] net/poptop installation and packaging broken to the [EMAIL PROTECTED] Unfortunately, nobody noticed this :( -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://www.gascom.ru> PGP key available from: ftp:/

Re: How can convert user expired days in human readable ?

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 16:36, Murat USTUNTAS wrote: > How can I conver the number like 1064005200 to human readable date format ? > Or, there is a way to collect the information from a command interactively ? date -r 1064005200 -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC

Re: Running out of ttyp's on 4.8 RELEASE

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 15:20, Sten Daniel Sørsdal wrote: > How do I increase the ttyp's? All you've done + you need to create pty device entries in /dev cd /dev mknod ttypXX c 5 NN root:wheel Replace XX with numbers/letters, and NN with tty number. Repeat as necessary. -- re

Re: Journaling filesystems

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 12:02, Karsten Fuhrmann wrote: > Hello there, > i am wondering if there are any journaling filesystems for freebsd which > are ready to use like reiser or ext3 for freebsd. FFS + SoftUpdates is much better than journaling! -- regards, Sergey Akifyev <[EMA

Re: USB Modem

2003-06-20 Thread Sergey Akifyev
USB modems :) As for your question converting driver from Linux to BSD is difficult as writing totally new driver, most of the time you use Linux code only for information about the device [ports/interrupts/ID's/etc...] -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://ww

How ti install /stand on new HDD

2003-07-02 Thread Sergey Akifyev
here the Makefile for /stand lives. For now I copy /stand on the new HDD from builder, which IMHO is not good. So, question is: how to get /stand installed? -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://www.gascom.ru> PGP key available from: ftp://ftp.gascom.ru/pu

Re: How ti install /stand on new HDD

2003-07-02 Thread Sergey Akifyev
freshly-installed HDD. BTW, this is also buggy (doesn't respect DESTDIR) and I've sent a PR about this. -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom <http://www.gascom.ru> PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt signature.asc Descripti

Re: NVIDIA Driver install problem

2003-07-30 Thread Sergey Akifyev
ile... [...skipped...] > Section "Device" > Identifier "Card0" > Driver "nvidia" > ChipSet "GeForce4 MX 440" Remove above line... > Card"NVidia GeForce4 MX 440" ...and this too :) And you'll be happy!

How to ensure dependency is compiled with some flags?

2003-08-25 Thread Sergey Akifyev
Hello, All! I'm porting one piece of software, which depends on PHP. The problem is that PHP must be built with two options: WITH_SOCKETS and WITH_SNMP. So, how do I force the port to pull PHP with theese options? Thanks in advance! -- regards, Sergey Akifyev <[EMAIL PROTECTED]>

Re: How to ensure dependency is compiled with some flags?

2003-08-25 Thread Sergey Akifyev
On Mon, 2003-08-25 at 11:09, Edwin Groothuis wrote: > On Mon, Aug 25, 2003 at 09:56:49AM +0400, Sergey Akifyev wrote: > See ports/mail/imp3/MAkefile about line 180 where they do "${LDD} > ${PHPSO}" on how you might want to do it. Very interesting solution, thanks! > Edw

Re: CUPS, USB printers & "Permission Denied"

2006-06-26 Thread Sergey Akifyev
re-installed everything (including config files and the > foomatic filters) from scratch. I also changed the permissions > on /dev/ulpt0 to be 0664 for root:cups. That prevents the permissions > error, but I still get nothing from the printer. The message that comes up > in the cu