Re: What to use to get remote display from a amd64 machine?

2005-06-09 Thread Marton Kenyeres

Francois Tigeot wrote:
 On Tue, Jun 07, 2005 at 10:20:03PM +0200, Torfinn Ingolfsen wrote:

On Tue, 07 Jun 2005 12:03:41 +0200
Francois Tigeot [EMAIL PROTECTED] wrote:


Stock X is sufficient.

Well, stock X will probably work. I have used that in the past on a
per-program basis. You know, the 'DISPLAY=host:0.0 program ...' routine.

I'm sorry that my little question lacked enough detail to avoid all this
confusion. On the other hand, it sparked an interssting debate. :)
The enironment is LAN.
The reason that I forgot to mention stock X, is that vnc (which I'm
partial to, since that's what I have been using) is so much easier to
use:
a) it gives me a complete X desktop which is separate from the X desktop
I use when I log in locally. This means I can tailor the remote desktop
to another wm, another display size and so on.


 You could probably do this by customizing  ~/.xinitrc or ~/.xsession.
 I agree it would not be the easiest thing to do, though


b) it allows me to run the display in a web browser (java required)


 This seems to be a good reason to use VNC.

Yeah, but take a look at: http://www.jcraft.com/weirdx/
It's a pure java based GPL'd XServer. Can be run as an applet too. I'm 
in no way affiliated with them, but I must admit it's quite cool.




My users use ThinBSD based thin clients to connect to a
FreeBSD/amd64 server.

And on the server you run xdm or something like that?


 I run xdm, yes.
 Since I do not like the official way to launch it from /etc/ttys, I 
made

 a port which provides a script in /usr/local/etc/rc.d :

 http://www.thinbsd.org/cvsweb/ThinBSD/ports/xdm-rc/


WierdX claims to support XDMCP, altough I never tried it myself.

Cheers,

m.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PostgreSQL in FreeBSD jails

2005-05-11 Thread Marton Kenyeres
Dag-Erling Smørgrav wrote:
Marc G. Fournier [EMAIL PROTECTED] writes:
'k, I've been doing multiple since 7.2 on the same machine, all on the
same port, all different IPs, all on 4.x servers ... have never had an
issue with crashes (its pretty much my most stable 4.x server) ...

It was never possible.  8.0 has a hack to detect and avoid shared
memory collisions, but I think it will still have problems with
semaphores.  I have no idea why it works (or seems to work) for you;
it never did for anyone else.
DES
Maybe he's runing pjd@ 's privipc patch?
http://lists.freebsd.org/pipermail/freebsd-arch/2003-June/000926.html
Cheers,
m.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-RELEASE crashes during make buildworld (and other problems)

2005-01-13 Thread Marton Kenyeres
On Wednesday 12 January 2005 22:36, Rick Updegrove wrote:
 Lowell Gilbert wrote:
[ ... ]

 So, I am still trying to obtain a dump.

 Thanks to your reply, I did re-read #KERNEL-PANIC-TROUBLESHOOTING
 more carefully and I did try the following.

 [EMAIL PROTECTED] nm -n /boot/kernel | grep c061c642
 nm: Warning: '/boot/kernel' is not an ordinary file

/boot/kernel is a directory containing the kernel and loadable modules. 
Try to run nm on /boot/kernel/kernel.


 Any ideas on that?  The reason I did not try that first was I
 mistakenly thought I had to first capture the crash dump for some
 reason.

You can get much much more information about what went wrong from a 
crash dump, so try to capture one if you can.
Oh, and build a debug kernel, if you didn't do it before. A crash dump 
can be pretty useless without one.

[ ... ]



 Rick

cheers,
m.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]