Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Wojciech Puchar
installed openoffice-3-devel. hangs the same way - when loading .doc any fix? my options CPUTYPE?=pentium3 LOCALIZED_LANG=pl WITHOUT_MOZILLA=yes WITH_TTF_BYTECODE_ENABLED=yes older versions worked fine. ___ freebsd-questions@freebsd.org mailing

Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Wojciech Puchar
export OOO_FORCE_DESKTOP=kde this works for my. while i don't have KDE installed at all :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Line-by-line mode for ssh?

2008-04-07 Thread Wojciech Puchar
instead of having to type one character at a time. Is there anything similar for ssh? i don't thnk so. you may type a command somewhere else and do cutpaste. I tried tunelling port 23 on my machine to port 22 on the remote machine and then doing telnet localhost 23, but this seemed kludgey

Re: Does FreeBSD 6.3 network support TSO/LSO?

2008-04-07 Thread Ivan Voras
Mr Y wrote: Thanks, No, it's implemented in 7.x. signature.asc Description: OpenPGP digital signature

Re: Problem with lid on Dell D400

2008-04-07 Thread Spil Oss
Thanks Victor, Installed acpi_video and will try this later, currently I can't get to the console to check. Will report back after checking! New sysctls after kldload acpi_video: hw.acpi.video.tv0.active: 0 hw.acpi.video.crt0.active: 0 hw.acpi.video.lcd0.active: 0 hw.acpi.video.ext0.active: 0

Re: FreeBSD crashes

2008-04-07 Thread n j
Yep, it's definitely a NMI (interleaved from several CPUs at once) which most likely means hardware failure. Hello Kris, thanks for confirming my doubts! Regards, -- Nino ___ freebsd-questions@freebsd.org mailing list

Re: Inline assembly under FreeBSD

2008-04-07 Thread Ivan Voras
Wojciech Puchar wrote: asm(pushfl; stc; int $0x13; setc %%al; popfl : +a (ax), +b (bx), =c (cx), +d (dx) : : esi, edi); if ((u8)ax) return -1;/* No extended information */ else return 1;/* Extended information available */ } When it is

Re: Inline assembly under FreeBSD

2008-04-07 Thread Wojciech Puchar
asm(pushfl; stc; int $0x13; setc %%al; popfl : +a (ax), +b (bx), =c (cx), +d (dx) : : esi, edi); if ((u8)ax) return -1; /* No extended information */ else return 1; /* Extended information available */ }

Inline assembly under FreeBSD

2008-04-07 Thread Unga
Hi all I'm trying to execute following inline assembly code in a C function under FreeBSD 7.0: typedef unsigned char u8; typedef unsigned short u16; u8 devno= 0x80; static int check_extensions(u8 devno) { u16 ax, bx, cx, dx, di; ax = 0x4100; bx = 0x55AA; dx =

Re: Inline assembly under FreeBSD

2008-04-07 Thread Unga
--- Ivan Voras [EMAIL PROTECTED] wrote: Wojciech Puchar wrote: asm(pushfl; stc; int $0x13; setc %%al; popfl : +a (ax), +b (bx), =c (cx), +d (dx) : : esi, edi); if ((u8)ax) return -1;/* No extended information */ else return 1;

Brother 540CN with freeBSD

2008-04-07 Thread Erwan David
I have a brother 540CN printer (network connected). Is it possible to use it from freeBSD, directly or by sharing it on a mac ? Thank you. -- Erwan ___ freebsd-questions@freebsd.org mailing list

Re: restore various level dump files

2008-04-07 Thread Lowell Gilbert
C Thala [EMAIL PROTECTED] writes: If i have 3 dump(1)-files from a filesystem and restore them via restore -i -f dump-file, how do I layer them together? That is, how do I tell restore that I want to restore a level 0, 1, and 2? Do I run restore -i -f dump-0 and then restore -i -f dump-1

Re: [freebsd-questions] cronjob - email messages sent

2008-04-07 Thread D Hill
On Mon, 7 Apr 2008 at 09:38 -0400, [EMAIL PROTECTED]: D Hill [EMAIL PROTECTED] writes: I have several cronjob's set up on a server we have under the user root. I need to specify specific email addresses results are sent to. Using documentation from: man 5 crontab I thought I could

Re: building a distribution server

2008-04-07 Thread Norberto Meijome
On Sun, 06 Apr 2008 14:08:21 -0400 Brian A. Seklecki (Mobile) [EMAIL PROTECTED] wrote: It also sounds like you need a load balancer to do zero-downtime upgrades. Just take a server out of production, upgrade it, validate it with the new OS, and put it back into rotation. and if u dont want

Experience with genealogy software?

2008-04-07 Thread Joe Kraft
I'm looking for a web based collaborative geneology software to run on FreeBSD. Does anyone here have an experience with any of the packages out there? I'm looking at PhpGedView, GeneWeb and Poplar. Any recommendations? I'm also looking at the info on GRAMPS, but don't see anything to

cups-base port question

2008-04-07 Thread Rance Hall
hey, I run cups for printing with the CUPS_OVERWRITE_BASE=yes set in my /etc/make.conf file. I also specify NO_LPR=yes in my /etc/src.conf (yes this is on a FreeBSD 7.0 box) After reading the ports own Makefile I have a question. if the CUPS_OVERWRITE_BASE variable is set there is a section

Re: wireshark

2008-04-07 Thread Lowell Gilbert
FreeBSD.Arno [EMAIL PROTECTED] writes: I installed wireshark on my computer and got this error trying to run it: /libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined symbol oid_id_pkcs1_rsaEncryption That library doesn't even exist on my machine that has wireshark installed from

Re: Does FreeBSD 6.3 network support TSO/LSO?

2008-04-07 Thread Jerry McAllister
On Sun, Apr 06, 2008 at 05:54:37PM +0300, Mr Y wrote: Where is your message? It is impolite to just stick something in a subject line and fail to put the information or question in the body of the message. In addition, many Email readers do not repeat the subject while displaying the message

Re: Remote backups using ssh and dump

2008-04-07 Thread Mel
On Friday 04 April 2008 19:59:27 Paul Schmehl wrote: Has anyone done this? /usr/local/etc/periodic/daily/201.backup-disks: #!/bin/sh # vim: ts=4 sw=4 noet ai # # The following tunables are supported: # daily_backup_disks_enable (bool): # Turn backup on/off. # Default: Off #

Re: Does FreeBSD 6.3 network support TSO/LSO?

2008-04-07 Thread Mr Y
Sorry about that man. On Mon, Apr 7, 2008 at 5:32 PM, Jerry McAllister [EMAIL PROTECTED] wrote: On Sun, Apr 06, 2008 at 05:54:37PM +0300, Mr Y wrote: Where is your message? It is impolite to just stick something in a subject line and fail to put the information or question in the body of

Re: Does FreeBSD 6.3 network support TSO/LSO?

2008-04-07 Thread Jerry McAllister
On Mon, Apr 07, 2008 at 05:55:53PM +0300, Mr Y wrote: Sorry about that man. Its OK. Just something to learn. jerry On Mon, Apr 7, 2008 at 5:32 PM, Jerry McAllister [EMAIL PROTECTED] wrote: On Sun, Apr 06, 2008 at 05:54:37PM +0300, Mr Y wrote: Where is your message? It

Mail Spool Problems / IMAP

2008-04-07 Thread Chris Maness
I am having trouble with my imap account on my FreeBSD box. I am using WU-IMAP, and thuderbird. I have been using this combo for years, and not had any issues. Now, my thuderbird is not displaying messages in the inbox. I can see them with pine, but not with IMAP clients. (squirrelmail,

Re: Experience with genealogy software?

2008-04-07 Thread Leslie Jensen
Joe Kraft skrev: I'm looking for a web based collaborative geneology software to run on FreeBSD. Does anyone here have an experience with any of the packages out there? I'm looking at PhpGedView, GeneWeb and Poplar. Any recommendations? I'm also looking at the info on GRAMPS, but don't

Quick spamd question

2008-04-07 Thread Brian Martinez
Hey folks (apologies if this winds up double, I setup my mail client incorrectly), I am trying to move greylisting from an OpenBSD box I currently administer to a FreeBSD box. I installed 'spamd' out of ports and I have everything working on a transparent bridge, etc. etc. My only question

Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Volker Glatz
openoffice.org-2.4.0_3 fixed it for me without any special settings. Volker Am Montag, 7. April 2008 08:46:33 schrieb Wojciech Puchar: export OOO_FORCE_DESKTOP=kde this works for my. while i don't have KDE installed at all :) ___

quick spamd question

2008-04-07 Thread Brian Martinez
Hey folks, I am trying to move greylisting from an OpenBSD box I currently administer to a FreeBSD box. I installed 'spamd' out of ports and I have everything working on a transparent bridge, etc. etc. My only question (at this point) is this... I do not recall this being the way it

freebsd 7 stable, which tag??

2008-04-07 Thread Tsu-Fan Cheng
Hi, I just update to 7.0 using csup, I have a question about how to write the tag in src supfile. should I use RELENG_7 or RELENG_7_0? any difference?? thank you!! TFC ___ freebsd-questions@freebsd.org mailing list

Re: freebsd 7 stable, which tag??

2008-04-07 Thread Tsu-Fan Cheng
sorry, I just read some articles in the mailing list, it's RELENG_7 for stable, 7_0 is for current. On Mon, Apr 7, 2008 at 12:45 PM, Tsu-Fan Cheng [EMAIL PROTECTED] wrote: Hi, I just update to 7.0 using csup, I have a question about how to write the tag in src supfile. should I use

Re: freebsd 7 stable, which tag??

2008-04-07 Thread Jerry McAllister
On Mon, Apr 07, 2008 at 12:54:17PM -0400, Tsu-Fan Cheng wrote: sorry, I just read some articles in the mailing list, it's RELENG_7 for stable, 7_0 is for current. That would be exactly backwards.The fewer parts, the closer to the bleeding edge.CURRENT is more bleeding edge than STABLE.

Re: freebsd 7 stable, which tag??

2008-04-07 Thread Matthew Seaman
Tsu-Fan Cheng wrote: sorry, I just read some articles in the mailing list, it's RELENG_7 for stable, 7_0 is for current. Nope. RELENG_7_0 is for 7.0-RELEASE RELENG_7 is for 7.0-STABLE (at the moment) . is for 8-CURRENT Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil.

gvim and scim-pin can't compatible at 6.2 ???

2008-04-07 Thread Chen Long
Use FreeBSD 6.2,can't cvsup ports tree and install vim(/usr/ports/chinese/vim) and scim-pinyin (/usr/ports/chinese/scim-pinyin), When I use scim-pinyin input Chinese at gvim, gvim will death that will occupy 85% CPU resource ! and can't kill PID of vim. Only reboot :-(

Re: freebsd 7 stable, which tag??

2008-04-07 Thread Tsu-Fan Cheng
so in a sense, 7.0-release is for developers, and 7.0-stable for end users, right? TFC On Mon, Apr 7, 2008 at 1:08 PM, Matthew Seaman [EMAIL PROTECTED] wrote: Tsu-Fan Cheng wrote: sorry, I just read some articles in the mailing list, it's RELENG_7 for stable, 7_0 is for current.

Re: freebsd 7 stable, which tag??

2008-04-07 Thread Jerry McAllister
On Mon, Apr 07, 2008 at 01:11:59PM -0400, Tsu-Fan Cheng wrote: so in a sense, 7.0-release is for developers, and 7.0-stable for end users, right? No.7.0-release is the final snapshot of 7.0.Current is for developers and stable is a more cleaned up version of current. Current is the

Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Wojciech Puchar
openoffice.org-2.4.0_3 fixed it for me without any special settings. i will keep existing. waiting another 1.5 day to compile isn't fun. And my laptop drive may not be able to survive another swapping during this - on 256MB RAM ___

Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Lowell Gilbert
Wojciech Puchar [EMAIL PROTECTED] writes: openoffice.org-2.4.0_3 fixed it for me without any special settings. i will keep existing. waiting another 1.5 day to compile isn't fun. And my laptop drive may not be able to survive another swapping during this - on 256MB RAM _3 includes a fix

Re: Brother 540CN with freeBSD

2008-04-07 Thread Lowell Gilbert
Erwan David [EMAIL PROTECTED] writes: I have a brother 540CN printer (network connected). Is it possible to use it from freeBSD, directly or by sharing it on a mac ? The current version of MacOS seems to come with drivers for it, so that route will surely work fine (for printing, at

Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Robert Huff
Lowell Gilbert writes: i will keep existing. waiting another 1.5 day to compile isn't fun. And my laptop drive may not be able to survive another swapping during this - on 256MB RAM _3 includes a fix specifically for this problem. Unfortunately, it didn't include a fix for

Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Wojciech Puchar
i will keep existing. waiting another 1.5 day to compile isn't fun. And my laptop drive may not be able to survive another swapping during this - on 256MB RAM _3 includes a fix specifically for this problem. (see

Problem In Saving inted.conf .

2008-04-07 Thread behnam zahabi
Hello I have this problem: When i make change in ''inted.conf'' (delete ''#'' ) i can't save this file (when i want to save, it say unable to create file). I think it happens because this file is read only, how can i disable this? How can i solve this problem. Please answer me , it is so

Re: Problem In Saving inted.conf .

2008-04-07 Thread Pollywog
On Monday 07 April 2008 18:01:18 behnam zahabi wrote: Hello I have this problem: When i make change in ''inted.conf'' (delete ''#'' ) i can't save this file (when i want to save, it say unable to create file). I think it happens because this file is read only, how can i disable this? If

(no subject)

2008-04-07 Thread Seth Brundle
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: wireshark

2008-04-07 Thread FreeBSD.Arno
Hi Lowell, thanks for your response, On 7 apr 2008, at 16:23, Lowell Gilbert wrote: FreeBSD.Arno [EMAIL PROTECTED] writes: I installed wireshark on my computer and got this error trying to run it: /libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined symbol

Re: Problem In Saving inted.conf .

2008-04-07 Thread Rance Hall
On 4/7/08, behnam zahabi [EMAIL PROTECTED] wrote: Hello I have this problem: When i make change in ''inted.conf'' (delete ''#'' ) i can't save this file (when i want to save, it say unable to create file). I think it happens because this file is read only, how can i disable this?

Re: wireshark

2008-04-07 Thread Lowell Gilbert
FreeBSD.Arno [EMAIL PROTECTED] writes: Hi Lowell, thanks for your response, On 7 apr 2008, at 16:23, Lowell Gilbert wrote: FreeBSD.Arno [EMAIL PROTECTED] writes: I installed wireshark on my computer and got this error trying to run it: /libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2:

Problem with gio-fam-backend, portupgrade failing...

2008-04-07 Thread peter harrison
I'm having a problem running portupgrade -a. The original run was interrupted by a system crash. Now when I try to repeat it fails asking for pkgdb -fF to be run. When I run this, I get stale dependencies on policykit, but when I say yes to install, the install of policykit fails on

Re: Problem with gio-fam-backend, portupgrade failing...

2008-04-07 Thread Mark Moellering
On Monday 07 April 2008 03:54:12 pm peter harrison wrote: I'm having a problem running portupgrade -a. The original run was interrupted by a system crash. Now when I try to repeat it fails asking for pkgdb -fF to be run. When I run this, I get stale dependencies on policykit, but when I say

Problem with gio-fam-backend, portupgrade failing...

2008-04-07 Thread Forrest Aldrich
I'm having the same type of problems when compiling scanlogd (just posted a separate message about it). I installed the binary *.tbz package from freebsd.org, and that didn't quite work, there are other dependencies it needs. It's been a little frustrating.

Compiling scanlogd and dependencies (libnids, et al).... problems.

2008-04-07 Thread Forrest Aldrich
After a week of trying to resolve these issues, I want to ask if anyone has had luck getting this lot to compile correctly. I am looking to get scanlogd compiled with libnids. This is the last error I get: cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o

Re: freebsd 7 stable, which tag??

2008-04-07 Thread Gerard
On Mon, 7 Apr 2008 13:24:46 -0400 Jerry McAllister [EMAIL PROTECTED] wrote: On Mon, Apr 07, 2008 at 01:11:59PM -0400, Tsu-Fan Cheng wrote: On Mon, Apr 7, 2008 at 1:08 PM, Matthew Seaman [EMAIL PROTECTED] wrote: Tsu-Fan Cheng wrote: sorry, I just read some articles in the mailing

Re: Experience with genealogy software?

2008-04-07 Thread Christian Zachariasen
You could check out Geni, although it might not suit your needs http://www.geni.com/ Christian Zachariasen On Mon, Apr 7, 2008 at 5:41 PM, Leslie Jensen [EMAIL PROTECTED] wrote: Joe Kraft skrev: I'm looking for a web based collaborative geneology software to run on FreeBSD. Does

Re: Problem In Saving inted.conf .

2008-04-07 Thread Jerry McAllister
On Mon, Apr 07, 2008 at 11:01:18AM -0700, behnam zahabi wrote: Hello I have this problem: When i make change in ''inted.conf'' (delete ''#'' ) i can't save this file (when i want to save, it say unable to create file). I think it happens because this file is read only, how can i disable

Re: Quick spamd question

2008-04-07 Thread Peter N. M. Hansteen
Brian Martinez [EMAIL PROTECTED] writes: check right now to verify), but once an entry gets listed WHITE, should the GREY entry remain? I seem to remember that the GREY entry expires immediately after the second attempt (thereby making the tuple whitelisted). The GREY entry may live on

open pgp

2008-04-07 Thread kalin m
hi all... installed open pgp pkg. added a key sent to me by a client to my keyring... this is what i get. no matter how many times i enter the client provided pass phrase i just get the 'Enter pass phrase: ' prompt... what, if anythin, is wrong? the pass phrase? # pgp the_pgp_file.pgp

Re: Problem with gio-fam-backend, portupgrade failing...

2008-04-07 Thread Peter Harrison
Monday, 7 April 2008 at 16:35:06 -0400, Mark Moellering said: On Monday 07 April 2008 03:54:12 pm peter harrison wrote: I'm having a problem running portupgrade -a. The original run was interrupted by a system crash. Now when I try to repeat it fails asking for pkgdb -fF to be run.

Re: Problem with gio-fam-backend, portupgrade failing...

2008-04-07 Thread Peter Harrison
Monday, 7 April 2008 at 16:28:07 -0400, Forrest Aldrich said: I'm having the same type of problems when compiling scanlogd (just posted a separate message about it). I installed the binary *.tbz package from freebsd.org, and that didn't quite work, there are other dependencies it needs.

oxim compilation error under 7.0

2008-04-07 Thread Tsu-Fan Cheng
Hi, when trying to upgrade oxim under 7.0, error occurs, c++ -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread -o oxim-setup .obj/main.o .obj/oxim-setup.o .obj/globolsetting.o .obj/gencin.o .obj/chewing.o .obj/installim.o .obj/qmake_image_collection.o .obj/moc_oxim-setup.o

linux-flashplugin-7.0 freezes firefox - weird fix included

2008-04-07 Thread Markus Hoenicka
Hi, I hardly dare to report this problem as it, let alone the fix, seems quite ridiculous to me. Before filing a bug report I'd like to ask if anyone can reproduce the problem (I see it on two computers running FreeBSD) or tell me what I'm doing wrong. Nevertheless the problem seems reproducible,

OT question about dns

2008-04-07 Thread Paul Schmehl
Does anyone know how to use dig or some other tool to query for TXT records in DNS? I'm working on implementing spf on a small domain that I maintain, and it doesn't seem to be working (according to the validators I'm using.) I'd like to be able to query the dns server myself, but I can't

Re: OT question about dns

2008-04-07 Thread D Hill
On Mon, 7 Apr 2008 at 18:05 -0500, [EMAIL PROTECTED] confabulated: Does anyone know how to use dig or some other tool to query for TXT records in DNS? I'm working on implementing spf on a small domain that I maintain, and it doesn't seem to be working (according to the validators I'm using.)

Is there a way to fix this or not?

2008-04-07 Thread Eduardo Cerejo
I'm running FBSD 7-stable and I'm trying to portupgrade nautilus and I'm getting this error: ./usr/local/sbin/portupgrade:842:in `get_all_depends': recursive dependency (RecursiveDependencyError) from /usr/local/sbin/portupgrade:865:in

linux-flashplugin-7.0 freezes firefox - weird fix included

2008-04-07 Thread Robert Huff
Markus Hoenicka writes: I hardly dare to report this problem as it, let alone the fix, seems quite ridiculous to me. Before filing a bug report I'd like to ask if anyone can reproduce the problem (I see it on two computers running FreeBSD) or tell me what I'm doing wrong. Nevertheless

Grand Omission from WebSite

2008-04-07 Thread Dave Woodruff
Dear Mr. Questions: I have just spent about one-half hour browsing the website, looking for the list of package distributions, unsuccessfully. Perhaps the most dismaying was the page: http://www.freebsd.org/applications.html which contains a link self-described as packages collection which

Re: Grand Omission from WebSite

2008-04-07 Thread Sean Cavanaugh
-- From: Dave Woodruff [EMAIL PROTECTED] Sent: Monday, April 07, 2008 7:47 PM To: freebsd-questions@FreeBSD.org Subject: Grand Omission from WebSite Dear Mr. Questions: I have just spent about one-half hour browsing the website, looking for the

Re: Grand Omission from WebSite

2008-04-07 Thread Glenn Sieb
Dave Woodruff wrote: Dear Mr. Questions: I have just spent about one-half hour browsing the website, looking for the list of package distributions, unsuccessfully. Perhaps the most dismaying was the page: http://www.freebsd.org/applications.html which contains a link self-described as

Re: Mail Spool Problems / IMAP

2008-04-07 Thread Chuck Swiger
Hi, Chris-- On Apr 7, 2008, at 8:52 AM, Chris Maness wrote: I am having trouble with my imap account on my FreeBSD box. I am using WU-IMAP, and thuderbird. I have been using this combo for years, and not had any issues. Now, my thuderbird is not displaying messages in the inbox. I can

Re: Mail Spool Problems / IMAP

2008-04-07 Thread Chris Maness
Hi, Chris-- On Apr 7, 2008, at 8:52 AM, Chris Maness wrote: I am having trouble with my imap account on my FreeBSD box. I am using WU-IMAP, and thuderbird. I have been using this combo for years, and not had any issues. Now, my thuderbird is not displaying messages in the inbox. I can

Re: Mail Spool Problems / IMAP

2008-04-07 Thread Chuck Swiger
On Apr 7, 2008, at 5:49 PM, Chris Maness wrote: How do I check it? Should I use another IMAP server? Look at the first few lines; you should see either a placeholder message like: From MAILER-DAEMON Mon Apr 7 13:08:13 2008 Date: 07 Apr 2008 13:08:13 -0400 From: Mail System Internal Data

Re: Mail Spool Problems / IMAP

2008-04-07 Thread Chris Maness
On Mon, 7 Apr 2008, Chuck Swiger wrote: On Apr 7, 2008, at 5:49 PM, Chris Maness wrote: How do I check it? Should I use another IMAP server? Look at the first few lines; you should see either a placeholder message like: From MAILER-DAEMON Mon Apr 7 13:08:13 2008 Date: 07 Apr 2008

Re: Mail Spool Problems / IMAP

2008-04-07 Thread Chris Maness
Also, in pine. When I reply to a message, I get the message: [Syntax error in sequence] Thanks, Chris Maness Chris Maness (909) 223-9179 http://www.chrismaness.com ___ freebsd-questions@freebsd.org mailing list

Question regarding mail and dns server on Alix/Soekris?

2008-04-07 Thread David Duong
Hello everyone! I'm planning to redoing my home network. I currently have one server (Opteron 170) that is currently a NAS, Email, and DNS server (btw, the main OS is FreeBSD). I was thinking of purchasing an Alix2c3/Soekris 5501 and use it as a Email + DNS server. Then dedicate my main

utf8

2008-04-07 Thread alexus
how do I make my FreeBSD-7 to understand UTF-8? I have files that i need to transfer, but when i do it converts to ? instead of name -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

Apache22 Port Install Problem

2008-04-07 Thread Tim DeBoer
I wasn't sure if I should post here or on the apache list, but since it's an issue with the port version, rather than the tarball, hopefully this is the right place. The install goes fine, no obvious errors anyway, when I do apachectl configtest, I get # apachectl configtest Syntax error on line

Delete the Users

2008-04-07 Thread Ruel Luchavez
Hi.. I could log-in as a root in the data server of my friend, he give me a task to delete some users that he added in the server few months ago. Unfortunately, I've tried reading in other blogs but none of them is correct, there are some but at the end its not what i want. I know how to add users

Re: utf8

2008-04-07 Thread Manolis Kiagias
alexus wrote: how do I make my FreeBSD-7 to understand UTF-8? I have files that i need to transfer, but when i do it converts to ? instead of name The console will not show UTF-8 filenames, though they are stored normally. If you use X, then doing something along the line of export

Re: Delete the Users

2008-04-07 Thread Manolis Kiagias
Ruel Luchavez wrote: Hi.. I could log-in as a root in the data server of my friend, he give me a task to delete some users that he added in the server few months ago. Unfortunately, I've tried reading in other blogs but none of them is correct, there are some but at the end its not what i want.