Re: Does anyone run VNC with 64-bit FreeBSD (amd64)?

2006-06-23 Thread Tarc
  screen?
  /usr/port/sysutils/screen
 
 My users need up to 20 instances of a graphical analysis package 
 which has a text-based control window that spawns two graphical 
 windows.  They run a window manager with 24 virtual desktops, 
 each running an instance of this program. As much as I love 
 screen (I use it constantly for sysadmin-type work and I have 
 mutt running constantly on one of my screens), it doesn't quite 
 fulfill our needs for this task.
   
What about xorg-dmx? It seems. it's provide what you need :)

Does it test someone?
-- 
   Best regards,
Arseny Nasokin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NATM question

2005-08-05 Thread User Tarc
Hello all!

I see the NATM drivers in kernel LINT config and interest, what are 
them? How can I use them, etc. ?
Thanks
-- 
 Arseny Nasokin (aka Tarc)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PHP+ pThreads

2005-06-23 Thread Tarc
I has setted WITH_THREADS=YES in /etc/make.conf, compliled libxml2, and then 
tryed compile lang/php5.
I got message from phps' conigure, that libxml2 is not usable(some function 
from pthread library not found.
Does PHP-5 not suppirt pthreads library?

-- 
 Arseny Nasokin (aka Tarc)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: which audio driver for Intel AC'97?

2005-04-14 Thread Tarc
On Thu, Apr 14, 2005 at 02:02:06PM +0200, Didier Wiroth wrote:
 Hi,
 I have a HP/COMPAQ NC6000 Laptop which has a AC'97 audio controller.
 I'm using freebsd5.4(pre-release). Is the chip supported?
 
 I was not able to find info on the hardware page?
 
 Here is the output of pciconf -lv:
 [EMAIL PROTECTED]:31:5:class=0x040100 card=0x0890103c chip=0x24c58086 
 rev=0x03 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller'
 class= multimedia
 subclass = audio
 
 thanks a lot
 didier
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
Possibly, snd_ds1.ko, but I'm not sure. Please, load the snd_driver.ko 
module, and you'll see at /dev/console (ttyv0 by default), which codec really 
use.
This is meta-module, which depends on ALL sound modules.
-- 
 Arseny Nasokin (aka Tarc)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nvidia stale dependency

2005-04-13 Thread Tarc
x11/nvidia-driver depends (at install-time) on ${X_SERVER_PORT}
-- 
 Arseny Nasokin (aka Tarc)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Lost depend?

2005-04-07 Thread Tarc

/usr/ports/www/oops make
===   oops-1.5.24_1 depends on executable: gawk - found
===   oops-1.5.24_1 depends on file: /usr/local/bin/autoconf259 - found
===   oops-1.5.24_1 depends on shared library: gigabase_r.2 - found
===  Configuring for oops-1.5.24_1
/usr/local/bin/autoheader259: not found
*** Error code 127

Stop in /usr/ports/www/oops.
*** Error code 1

Stop in /usr/ports/www/oops.

-- 
 Arseny Nasokin (aka Tarc)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


parallel making

2005-03-10 Thread Tarc
I have small network at home (2 machines with PentiumII/64mb ram with RELENG_5).
How I can build system REALLY parallel (e.g. remote building and swapping via 
NFS)

I saw to make(1) sources and found macros REMOTE, which if defined, enables(?) 
it. How it works now and how, if works?
Does make(1) have this feature in CURRENT?
--
  Best regards,
 Tarc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: md5 problems

2004-11-25 Thread Tarc
On Fri, Oct 15, 2004 at 11:31:50AM +0100, Xian wrote:
 I am trying to compile a program using md5 and I had some problems. So I made 
 a test program to see if I was using it properly, and it still doesn't work. 
 ...
 The problem is it won't compile giving:
 [EMAIL PROTECTED]:~/devel] %g++ md5.cpp -o md5
 /tmp/cc8WdTS0.o: In function `main':
 /tmp/cc8WdTS0.o(.text+0x57): undefined reference to `MD5Data'
 
 It looks like I am missing a .o file or something. I am reasonably new to C++ 
 so any kind of help will be much appreciated.
You forget add the libmd with compilation (see manuals)
try
%g++ md5.cpp -o md5 -lmd
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Iconv transleteration

2004-10-11 Thread Tarc
Does iconv(1) suppots transleteration and detranslitiration?
(I interested in KOI8-R/US-ASCII)
Best regards, 
 Tarc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX* in /usr/ports

2004-10-05 Thread Tarc
What different in this files?! I see the different package versions, but what naything 
else?
For FreeBSD 4.x and 5.x different package organization? Why?
Best regards,
   Tarc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


E-mail

2004-10-05 Thread Tarc
Sorry for my e-mail address, I have very few time to configure my mutt :-( 
Please, chenge the address [EMAIL PROTECTED] to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Packages format

2004-10-04 Thread Tarc
Where I can see package format, which is stored in /var/db/pkg?
Best regards,
 Tarc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]