java in a jail

2005-07-17 Thread flowctrl
Hi, I'm trying to setup OpenXchange in a FreeBSD 5.4 jail environment, and I'm stuck. At its core, OpenXchange is 3 java programs, and this one fails to start: /usr/local/bin/java -server -ms20M -mx280M -Djava.awt.headless=true -Dopenexchange.propfile=$OX/etc/groupware/system.properties

Re: java in a jail

2005-07-17 Thread Glenn Dawson
At 11:38 PM 7/16/2005, flowctrl wrote: Hi, I'm trying to setup OpenXchange in a FreeBSD 5.4 jail environment, and I'm stuck. At its core, OpenXchange is 3 java programs, and this one fails to start: /usr/local/bin/java -server -ms20M -mx280M -Djava.awt.headless=true

The FreeBSD Diary: 2005-06-26 - 2005-07-16

2005-07-17 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the

Re: java in a jail

2005-07-17 Thread flowctrl
Thanks Glen; I tried that, by adding a line to /etc/hosts with the jail's IP address and localhost as the name, and removing the standard 127.0.0.1 line. However, it made no difference to this java app. On 7/17/05, Glenn Dawson [EMAIL PROTECTED] wrote: At 11:38 PM 7/16/2005, flowctrl wrote:

(no subject)

2005-07-17 Thread Emmett Lawson Jr
does it support wireless 802.11g ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: (no subject)

2005-07-17 Thread Robert Slade
On Sun, 2005-07-17 at 07:22, Emmett Lawson Jr wrote: does it support wireless 802.11g ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: can't mount floppy

2005-07-17 Thread Dmitry Mityugov
On 7/17/05, Gary W. Swearingen [EMAIL PROTECTED] wrote: Olga Zenkova [EMAIL PROTECTED] writes: mount -t msdos /dev/fd0 /mnt and get /dev/fd0: No such file or directory Maybe it's write-protectd. I've seen strange things happen with those disks. I didn't get that error when I tried

Basic AVI command-line editing

2005-07-17 Thread Andrew P.
Hello! I have a headless file server with hundreds of avi-files. I was wondering if there's a means of some basic command-line editing - like concatenation and stream processing. I checked with the ports collection - but there's no such tool. Does anyone know a suitable program? Maybe just some

Re: gettext won't install

2005-07-17 Thread Paweł Madej
Lowell Gilbert wrote: Okay, then just build the port, but don't try to install it. See if the missing library is present. [find /usr/ports/deve/gettext -name libasprintf.so.0 -print] make on that port goes ok. so i got gettext compiled now, but find command which you wrote returns NULL

Re: Basic AVI command-line editing

2005-07-17 Thread Shantanoo Mahajan
+++ Andrew P. [freebsd] [17-07-05 14:12 +0400]: | Hello! | | I have a headless file server with hundreds of avi-files. I was | wondering if there's a means of some basic command-line editing - like | concatenation and stream processing. I checked with the ports | collection - but there's no such

Can't access to gmail (maybe a port problem with ipfw)

2005-07-17 Thread Emil Khatib
Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4). I'm usinf IPFW. The question is I can acces if I set ipfw to accept all from any to any, so I know there's a port that should be opened to access the main page of gmail. When the firewall is up (allowing only traffic through ports

Re: Basic AVI command-line editing

2005-07-17 Thread Ron
2005/7/17, Andrew P. [EMAIL PROTECTED]: Hello! I have a headless file server with hundreds of avi-files. I was wondering if there's a means of some basic command-line editing - like concatenation and stream processing. I checked with the ports collection - but there's no such tool. Does

Re: Basic AVI command-line editing

2005-07-17 Thread Andrew P.
On 7/17/05, Ron [EMAIL PROTECTED] wrote: 2005/7/17, Andrew P. [EMAIL PROTECTED]: Hello! I have a headless file server with hundreds of avi-files. I was wondering if there's a means of some basic command-line editing - like concatenation and stream processing. I checked with the ports

Re: Basic AVI command-line editing

2005-07-17 Thread Andrew P.
On 7/17/05, Shantanoo Mahajan [EMAIL PROTECTED] wrote: +++ Andrew P. [freebsd] [17-07-05 14:12 +0400]: | Hello! | | I have a headless file server with hundreds of avi-files. I was | wondering if there's a means of some basic command-line editing - like | concatenation and stream processing.

Re: Can't access to gmail (maybe a port problem with ipfw)

2005-07-17 Thread Robert Slade
On Sun, 2005-07-17 at 10:47, Emil Khatib wrote: Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4). I'm usinf IPFW. The question is I can acces if I set ipfw to accept all from any to any, so I know there's a port that should be opened to access the main page of gmail. When the

Re: Basic AVI command-line editing

2005-07-17 Thread dgmm
On Sunday 17 July 2005 12:22, Andrew P. wrote: Thanks, I'll look into that. It's a pity it doesn't come separately from mplayer (and without xorg dependency). There's no enforced X dependancy. In the past I used mplayer/mencoder on a box with no X via svgalib on the console. You can even use

Re: flash plugin on freebsd amd64

2005-07-17 Thread RW
On Saturday 16 July 2005 12:48, Emil Khatib wrote: Hi, I can't get flash movies to play in freebsd 5.4 amd64. The movies play too fast. I've tried the flashplugin-mozilla plugin in the ports. I also tried another one. Is there any way to solution this? The normal answer is that the only ports

Re: Basic AVI command-line editing

2005-07-17 Thread Anish Mistry
On Sunday 17 July 2005 06:12 am, Andrew P. wrote: Hello! I have a headless file server with hundreds of avi-files. I was wondering if there's a means of some basic command-line editing - like concatenation and stream processing. I checked with the ports collection - but there's no such tool.

How to increase / slice in size

2005-07-17 Thread E. J. Cerejo
I'm running FBSD 5.4 and I'm trying to make the / slice bigger, is this possible? If it is how is it done? EJC www.only7bucks.com __ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/

Re: How to increase / slice in size

2005-07-17 Thread Nikolas Britton
On 7/17/05, E. J. Cerejo [EMAIL PROTECTED] wrote: I'm running FBSD 5.4 and I'm trying to make the / slice bigger, is this possible? If it is how is it done? Read the man page for growfs, it explains what you need to do to make your slice bigger. ___

Re: Basic AVI command-line editing

2005-07-17 Thread nawcom
now im not sure about your specific needs, but transcode is the program i usually use for conversion and stream processing. its completely run off the command line. /usr/ports/multimedia/transcode. hope this may help, Ben Anish Mistry wrote: On Sunday 17 July 2005 06:12 am, Andrew P. wrote:

Re: (no subject)

2005-07-17 Thread Nikolas Britton
On 7/17/05, Emmett Lawson Jr [EMAIL PROTECTED] wrote: does it support wireless 802.11g http://www.freebsd.org/cgi/man.cgi?query=athsektion=4manpath=FreeBSD+5.4-RELEASE ___ freebsd-questions@freebsd.org mailing list

Re: Three questions...

2005-07-17 Thread RW
On Friday 15 July 2005 20:27, George Ruch wrote: Q3: Partitioning Yes, I know you've seen several million questions on partitioning schemes. I've read up on it, and I'd like to get some feedback on this plan. All slices would be p/o ad1a, which has approx. 14,704MB free. /

Re: boot loader

2005-07-17 Thread Gunter Wambaugh
On Jul 16, 2005, at 1:35 PM, freebsd wrote: Gunter Wambaugh wrote: On Jul 16, 2005, at 1:53 AM, e-mail for freebsd wrote: Hi, I have installed FreeBSD 5.4 (from CD) onto a ThinkPad A21. I also have Win2Kpro on this laptop. FreeBSD is installed at about the 7G mark on the

Re: Cannot use cvsup

2005-07-17 Thread Kent Stewart
On Saturday 16 July 2005 08:30 pm, Steve Quinn wrote: Kent Stewart [EMAIL PROTECTED] wrote: On Saturday 16 July 2005 12:05 pm, Brian John wrote: Igor Robul wrote: Brian John wrote: Hello, I can't use cvsup for some reason. I just tried upgrading from 5.3 to 5.4. When I try

early panic and dump

2005-07-17 Thread Csaba Henk
I sent the following post to freebsd-current, but maybe it's better to be sent to questions -- the problem of dumping as such is not a current-specific question... Hi! I tried to install both RELENG-6 and CURRENT, and both kernels behaved the same way: panicked quite early (before init) with

ERROR in man2html under freeBSD 5.4

2005-07-17 Thread PK
hi I've installed man2html on freeBSD 5.4 with newest ports tree update: # cd /usr/ports/textproc/man2html # make install clean Installing programs to /usr/local/bin: man2html = /usr/local/bin/man2html Installing manpages to /usr/local/man: doc/man2html.1 = /usr/local/man/man1/man2html.1 if [

Adding Mailboxes for SendMail

2005-07-17 Thread Gerard Seibert
I know someone will say, RTFM, and I am doing that; however, I am in a hurry and need an answer faster than I can read the O'Reilly Sendmail book. I need to add new mailboxes for email. In the /var/mail directory are all of the default users, etc. on this computer. I need to add new email

Re: Adding Mailboxes for SendMail

2005-07-17 Thread Shantanoo
On 7/18/05, Gerard Seibert [EMAIL PROTECTED] wrote: I know someone will say, RTFM, and I am doing that; however, I am in a hurry and need an answer faster than I can read the O'Reilly Sendmail book. I need to add new mailboxes for email. In the /var/mail directory are all of the default

Re: Basic AVI command-line editing

2005-07-17 Thread Andrew P.
On 7/17/05, Shantanoo Mahajan [EMAIL PROTECTED] wrote: +++ Andrew P. [17-07-05 15:22 +0400]: | Thanks, I'll look into that. It's a pity it doesn't come separately | from mplayer (and without xorg dependency). Also have a look at the o/p of following command: cd /usr/ports make search

Problems with MySQl Server port

2005-07-17 Thread perikillo
Hi, i install freebsd 5.2, make the buildworld process and right now is 5.2.1-RELEASE-p14 FreeBSD 5.2.1-RELEASE-p14. I update my ports and start to installing my favorites, then i decide to setup some IDS, and i could not install mysql50-server port because exit with this error: pipe

Bash prompt

2005-07-17 Thread Alex Yarmol
Hi, dear FreeBSD developers etc. :) I have a question. How I can chage my bash prompt to this: [EMAIL PROTECTED] directory-name(e. g. alex for /usr/home/alex)]$ I assume that I need to do that: export PS1='[EMAIL PROTECTED] \(here i don't know what to do, i assume, that I need to write \p or

Re: Bash prompt

2005-07-17 Thread Daniel Gerzo
Hi Alex, Sunday, July 17, 2005, 11:30:38 PM, you wrote: How I can chage my bash prompt to this: [EMAIL PROTECTED] directory-name(e. g. alex for /usr/home/alex)]$ I assume that I need to do that: export PS1='[EMAIL PROTECTED] \(here i don't know what to do, i assume, that I need to write

Re: Adding Mailboxes for SendMail

2005-07-17 Thread Corey Brune
You can create a new user account. I would recommend a shell of /bin/false if these users are using an email client like thunderbird or outlook. If these users are using an email client (not from command line) then you will also need pop3/imap like qpopper or cyrus and sasl. On 7/17/05, शंतनु

How to configure Apache21 port with suexec enabled and suexec_docroot change

2005-07-17 Thread Chris Casey
On a machine with an up to date ports system running 5.4, I'm trying to use Apache21 port, I know that suexec is not enabled by default and I know there should be a make WITH_SUEXEC_MODULES=yes option, but when I try this I get some info about how to structure the options and then it appears to

Re: Bash prompt

2005-07-17 Thread Giorgos Keramidas
On 2005-07-18 00:30, Alex Yarmol [EMAIL PROTECTED] wrote: Hi, dear FreeBSD developers etc. :) I have a question. How I can chage my bash prompt to this: [EMAIL PROTECTED] directory-name(e. g. alex for /usr/home/alex)]$ I assume that I need to do that: export PS1='[EMAIL PROTECTED]

Demon license?

2005-07-17 Thread Ray Jenson
Greetings! My name is Ray Jenson, and I'm the CEO of a new start-up company in Utah, called Red Heron Corporation. Our company has recently decided that we'd like to start shipping CD's as a service to our customers. We would prominently display a link to the FreeBSD web site, as well as

Re: Demon license?

2005-07-17 Thread Greg 'groggy' Lehey
On Sunday, 17 July 2005 at 16:54:30 -0600, Ray Jenson wrote: Greetings! My name is Ray Jenson, and I'm the CEO of a new start-up company in Utah, called Red Heron Corporation. Our company has recently decided that we'd like to start shipping CD's as a service to our customers. We would

Re: better disk reliability on a desktop machine

2005-07-17 Thread Nikolas Britton
On 7/15/05, Nick Barnes [EMAIL PROTECTED] wrote: [deleted] 2. taking backups offsite. Seems to me that the best route is a number of external firewire hard disks. This machine doesn't have motherboard firewire, so I'll need to get a PCI firewire board. * Computer (in a headless

Re: Boot in 1024x768x16

2005-07-17 Thread Nikolas Britton
On 7/16/05, Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2005-07-16 13:17, Nicolas Blais [EMAIL PROTECTED] wrote: Hi, Can anyone tell me how to boot in 1024x768x16 (vidcontrol MODE_279) or at least have all the ttyv at that resolution after boot. I have seen the sc flag 0x0080 to set it

Re: Boot in 1024x768x16

2005-07-17 Thread Giorgos Keramidas
On 2005-07-17 19:01, Nikolas Britton [EMAIL PROTECTED] wrote: On 7/16/05, Giorgos Keramidas [EMAIL PROTECTED] wrote: They finally got the raster VESA modes patch into FreeBSD??? Will it be in FreeBSD 6.x? Yes and yes. ___

Re: Three questions...

2005-07-17 Thread George Ruch
On Sun, 17 Jul 2005 18:57:13 +0100, you wrote: On Friday 15 July 2005 20:27, George Ruch wrote: Q3: Partitioning [...] Thanks for the recommendations. I'm about to start in on Junior (dedicated FreeBSD with an FAT-32 exchange partition). BTW I would recommend GAG as a boot manager: [...]

Using pppoe : nameserver not provided?

2005-07-17 Thread Lane
Hi, My second netgear router has crashed in as many years, so I've decided to connect FreeBSD 5.3 via pppoe. Configuration was a breeze, and I have complete functionality. However, I can't determine what nameserver the pppoe connection is directing FreeBSD to use. With the netgear router,

Re: Using pppoe : nameserver not provided?

2005-07-17 Thread Frank Steinborn
Lane [EMAIL PROTECTED] schrieb: Configuration was a breeze, and I have complete functionality. However, I can't determine what nameserver the pppoe connection is directing FreeBSD to use. With the netgear router, the ISP nameserver was shown on the configuration screen, so I had assumed

Re: Using pppoe : nameserver not provided?

2005-07-17 Thread Lane
On Sunday 17 July 2005 20:15, Frank Steinborn wrote: Lane [EMAIL PROTECTED] schrieb: Configuration was a breeze, and I have complete functionality. However, I can't determine what nameserver the pppoe connection is directing FreeBSD to use. With the netgear router, the ISP nameserver

Re: Demon license?

2005-07-17 Thread Lane
On Sunday 17 July 2005 17:54, Ray Jenson wrote: Greetings! My name is Ray Jenson, and I'm the CEO of a new start-up company in Utah, called Red Heron Corporation. Our company has recently decided that we'd like to start shipping CD's as a service to our customers. We would prominently

Questions about no window found error

2005-07-17 Thread Kun Niu
Dear freebsd users, I've got such a strange question. I can start my xwindow. But each time I use mozilla bundled with my 5.3 release. I found the error no window found error It also strange that I can start x, but I can't get startkde run. I really installed kde on my computer. Can anyone give

Re: Spam Assassin Reject

2005-07-17 Thread Olivier Nicole
It is possible to reject during the connection during the DATA phase. Using exim and sa-exim glue, with spamassassin, this is what I do. The sender gets a 5xx rejection with the message: UCE not OK it is possible, but what I meant was it is highly not advisable. You never know what the

Re: Spam Assassin Reject

2005-07-17 Thread Chad Leigh -- Shire.Net LLC
On Jul 17, 2005, at 8:35 PM, Olivier Nicole wrote: It is possible to reject during the connection during the DATA phase. Using exim and sa-exim glue, with spamassassin, this is what I do. The sender gets a 5xx rejection with the message: UCE not OK it is possible, but what I meant was it

Newbie IPFW Questions

2005-07-17 Thread Jim Campbell
I have a machine set up as a classroom to learn about FreeBSD. It is running 4.11 primarily because anything later can't see my hard drive. As background, my FBSD machine has an address of 192.168.1.110. It is situated behind a hardware firewall (a Linksys router). $pif is vr0. I'm having

two default routes

2005-07-17 Thread Jon Falconer
I have two ISP connections, a 45Mb and a 6Mb. Depending on what block of local addresses a packet is coming from will determine which ISP I want to send the packet out. In essence the default route used for a packet depends on its source address (for traffic leaving our campus.) Can someone tell

Re: Newbie IPFW Questions

2005-07-17 Thread Glenn Dawson
At 08:18 PM 7/17/2005, Jim Campbell wrote: I have a machine set up as a classroom to learn about FreeBSD. It is running 4.11 primarily because anything later can't see my hard drive. As background, my FBSD machine has an address of 192.168.1.110. It is situated behind a hardware firewall (a

I am Newbie HELP

2005-07-17 Thread SHAUN PASAY
I have been trying to install freeBSD on a my system .I do not understand the installation Process , If someone can make a easy to follow setup ,I would be very HAPPY .I want a kde desktop .it will be on a 6 gig partition sharing the hard drive with xp pro and i would prefer a boot

Re: I am Newbie HELP

2005-07-17 Thread Nikolas Britton
On 7/17/05, SHAUN PASAY [EMAIL PROTECTED] wrote: I have been trying to install freeBSD on a my system .I do not understand the installation Process , If someone can make a easy to follow setup ,I would be very HAPPY .I want a kde desktop .it will be on a 6 gig partition sharing

WARNING: Major vnode leakage in RELENG_4 NFS ...

2005-07-17 Thread Marc G. Fournier
Hopefully that caught enough attention :) I've recently been having problems with one of my servers *hanging* that I've just recently traced down to what looks to be a vnode leak in the latest NFS code in the RELENG_4 branch ... Unfortunately, my 'debugging' is at a stand still, but if

OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release

2005-07-17 Thread Chris
Congratulations on your FreeBSD 6.0-BETA1 release. We'd love to have this release listed in our screenshot gallery (http://shots.osdir.com). Posting your screenshots is an excellent way to promote your product, as submitting is free and our screenshots are seen by thousands of people daily

Re: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release

2005-07-17 Thread Subhro
On 7/18/2005 10:11, Chris wrote: Congratulations on your FreeBSD 6.0-BETA1 release. We'd love to have this release listed in our screenshot gallery (http://shots.osdir.com). Posting your screenshots is an excellent way to promote your product, as submitting is free and our screenshots are