Can not install packages: Missing c.43.0 and pthread.so.9.0 in /usr/lib

2008-05-03 Thread Zoong PHAM
After a fresh install of OBSD-4.3 x86 from the CD image downloaded from ftp.openbsd.org, I could not install many packages from few FTP sites, including ftp.openbsd.org. The error message was about c.43.0 and pthread.so.9.0 in /usr/lib. I did not see any files with "c.43.0" and "pthread.so.9.0" in

Re: Thinkpad x61 can see 3 GB of RAM out of total 4 GB

2008-04-09 Thread Zoong PHAM
On Wednesday, 9 April 2008 at 14:57:51 -0400, [EMAIL PROTECTED] wrote: > > The Thinkpad's BIOS should have a setting to remap the physical memory > to address space above 4 GB, that should make a 64 bit OS see all of > it. I tried Ubuntu 8.04 AMD64 beta Live CD yesterday. It can see all 4GB RAM

Thinkpad x61 can see 3 GB of RAM out of total 4 GB

2008-04-08 Thread Zoong PHAM
My new Thinkpad x61 has 4 GB of RAM. The BIOS can see 4 GB. OBSD-4.2 and 4.3 (snapshot 07/04/2008), both i386 and amd64, can see only 3 GB. What can I do to make OBSD see all the RAM? FYI, the Windows XP that preinstalled by IBM can also see only 3 GB. Thanks, Zoong PHAM

what version/release for Thinkpad x61

2008-03-15 Thread Zoong PHAM
I am getting a Thinkpad x61 soon. What version or release should I choose? 4.2 or 4.3 or latest snapshot? I need to run Windows XP as well so should I have dual boot or use qemu and Windows as a guest OS? What is the status of (k)qemu in OpenBSD now? Thanks, Zoong

How to stop cwm

2007-11-22 Thread Zoong PHAM
How do I stop or get out of CWM? So far I have to use Ctrl-Alt-Backspace. My ~/.xinitrc is the same as /etc/X11/xinit/xinitrc except "fvwm" is replaced with "cwm". TIA, Zoong

Re: Does Xenocara requires sets x*42.tgz

2007-11-16 Thread Zoong PHAM
On Friday, 16 November 2007 at 10:52:41 +, Edd Barrett wrote: > On 16/11/2007, Zoong PHAM <[EMAIL PROTECTED]> wrote: > > The reason is the X sets don't have window manager cwm. > > Where did you get this idea from? It's in the sets. Sorry about the confusion,

Re: Does Xenocara requires sets x*42.tgz

2007-11-15 Thread Zoong PHAM
On Friday, 16 November 2007 at 1:19:43 +, Stuart Henderson wrote: > Why? That doesn't make sense. If you want to use X, just install > the sets. The reason is the X sets don't have window manager cwm. I just want to use cwm. How can I use cwm without Xenocara ? Regards, ZP

Does Xenocara requires sets x*42.tgz

2007-11-15 Thread Zoong PHAM
I want to try out the window manager cwm that comes with 4.2 Xenocara. Does it require the sets x*42.tgz? My plan is installing 4.2 without the sets x*42.tgz. Then extract xenocara.tgz to /usr/src/ and follow the instruction in /usr/src/xenocara/README to build xenocara. Are they the correct steps

Need help with sendmail: Error message "sm-mta: ... User unknown" only from few external senders.

2007-03-01 Thread Zoong PHAM
I have problem with receiving email for virtual users: Most of emails sent to a virtual user [EMAIL PROTECTED] receive OK most of the time. However, some emails sent to that address get a error message like this: Feb 22 21:00:27 www sm-mta[1583]: l1MA0P1a001583: <[EMAIL PROTECTED]>... User unknown

Re: java on openbsd 4.0?

2007-01-09 Thread Zoong PHAM
On Tuesday, 9 January 2007 at 13:37:37 -0300, Gustavo Rios wrote: > Is it possible to build jdk;java directly from openbsd: I always > believed i had to "install" linux emulation first. No, I don't think so. I just installed jdk-1.5.0p19 from the port: very much "make; make install" After that,

Re: Which tools the OpenBSD developers are using?

2006-11-28 Thread Zoong PHAM
On Tuesday, 28 November 2006 at 17:33:38 -0600, John Brooks wrote: > Haven't heard of an AK45, but I'm told the Russians are real > proud of their AK-47. The AK47 is the original and the most popular (licenced to China and other countries to manufacture) of the AK series. There are newer and more

Re: Which tools the OpenBSD developers are using?

2006-11-28 Thread Zoong PHAM
On Tuesday, 28 November 2006 at 18:12:48 -0500, Jim Razmus wrote: > * Diana Eichert <[EMAIL PROTECTED]> [061128 18:09]: > > I use a soldering iron, dremel tool, sheet metal/plastic nibbler and > > solder wick. I am low budget developer so I use chopsticks, sushi and tap water.

Re: BSD laptop

2006-11-16 Thread Zoong PHAM
On Thursday, 16 November 2006 at 16:17:16 -0700, Rick Kelly wrote: > > Stay away from the T30. They have a lot of motherboard and disk > failures. Oops, I am about to buy a 2nd hand T30 to run OBSD-4.0. I currently have a X24 and it works beautifully with 3.8 But the X24 lacks of a serial port so

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-10 Thread Zoong PHAM
On Sunday, 10 September 2006 at 17:30:00 +0200, Henning Brauer wrote: > we just run with increaeed maxfiles (kern.maxfiles=4096). the mysql > config mysqld section: > > [mysqld] Thanks Henning for sharing the info. Zoong

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-08 Thread Zoong PHAM
On Thursday, 7 September 2006 at 17:03:55 +0200, Henning Brauer wrote: > > as said before, our mysqlds on sparc64, mp- & up-i386, and sparc are > very stable; some see more than 400 queries/s sometimes. Do you mind to share your /etc/sysctl.conf and /etc/my.cnf ? Thanks Zoong

Re: Installing Tor on OBSD3.8

2006-08-22 Thread Zoong PHAM
On Tuesday, 22 August 2006 at 14:44:04 -0400, Nick Guenther wrote: > >1. What is involved in installing Tor - any special proceedures or any > >gotchas? > > gethostbyname_r(), which OpenBSD doesn't even have. I got Tor compiled and ran OK on OBSD-3.8 without any changes. Here are what I did: - do

Re: sendmail and milter

2006-08-10 Thread Zoong PHAM
On Friday, 11 August 2006 at 8:00:38 +0700, riwanlky wrote: > > if it is possible to have more than one milter while using sendmail? Yes. > i have the following configuration in my sendmail.cf You should add/remove milters via the mc file rather than directly modifying sendmail.cf HTH, Zoong

Re: HTTP Load balancer

2006-07-06 Thread Zoong PHAM
On Thursday, 6 July 2006 at 17:27:09 +0100, Richard Wilson wrote: > > Can anyone recommend a load balancer for http/https for OpenBSD? > Currently I'm using Pound, from http://www.apsis.ch/pound/ which runs > under OpenBSD I use pound too. Version 1.8 and 1.9 work for me. I can't get version 2

Re: About soft updates

2006-07-06 Thread Zoong PHAM
On Thursday, 6 July 2006 at 17:39:26 +0200, mickey wrote: > > Do you refer to systems with low memory (or at least the need to > > have the kernel not to occupy more memory than a minimum), for > > example? If not, some example would be really appreciated to get > > a deeper understanding of the t

Re: Sendmail security problem

2006-03-25 Thread Zoong PHAM
On Friday, 24 March 2006 at 14:12:44 +0100, Alexander Bochmann wrote: > > Replacing OpenBSDs sendmail with sendmail.org's version > is a non-issue (as in "just works") on any OpenBSD version > which ships >= 8.12. Do you mind to share the instruction of how to replace OpenBSD's sendmail with

How to change timezone

2006-03-12 Thread Zoong PHAM
How do I change timezone with minimum impact to MySQL databases and web applications? Is that simple as: - stop Web apps - stop MySQL - rm /etc/localtime - ln /usr/share/zoneinfo/a_country/a_city /etc/localtime - reboot server. If the new timezone has the same time (same offset compared to GMT) as

Re: IBM Thinkpad X40, which model?

2006-01-25 Thread Zoong PHAM
On Wednesday, 25 January 2006 at 15:17:27 +0800, [EMAIL PROTECTED] wrote: > >I wonder which model is supported best by 3.8 or the coming 3.9. > > 2371-HSM works just fine on 3.8 & current. Can hibernate work in X mode for that model ? > >CPU speed, video graphics, Wifi, etc... are not that impor

IBM Thinkpad X40, which model?

2006-01-24 Thread Zoong PHAM
I plan to get a IBM Thinkpad X40 laptop. I can see at least there are 3 different models. I wonder which model is supported best by 3.8 or the coming 3.9. My highest requirements are: - hibernate - light weight CPU speed, video graphics, Wifi, etc... are not that important to me. Thanks, Zoong

Need advice about VPN

2006-01-17 Thread Zoong PHAM
I need some advices about VPN. We have 2 offices, each is connected via ADSL to the Internet with a dynamic IP. One office uses OpenBSD as the firewall and the other uses the firewall functions of the ADSL modem. That can be changed so that both offices use OpenBSD for firewalls. We have full acce

Connect a Zaurus 3100 to a VGA monitor/projector

2006-01-10 Thread Zoong PHAM
Does anyone know if a Zaurus 3100 can work with any VGA monitor/projector? And where can I buy a VGA adapter for Zaurus 3100? Thanks, Zoong

Re: Analogue of "sort -M" option in OpenBSD?

2006-01-07 Thread Zoong PHAM
On Saturday, 7 January 2006 at 20:29:50 +, Pavel M. Ivanchev wrote: > > I have just installed sarg 2.1 on OpenBSD and everything during build> was > > ok. I applyed all the patches also.> The probles is when i start sarg to > > build report i have this output: > > > SARG: Records in fil

Re: what is the maximum length of username?

2006-01-03 Thread Zoong PHAM
On Thursday, 29 December 2005 at 12:41:29 -0700, Theo de Raadt wrote: > > Is it advisable to change the definition to increase the maximum length? > > No. I strongly advise you against that. I won't attempt to do that. Thanks, Zoong

Re: what is the maximum length of username?

2005-12-29 Thread Zoong PHAM
On Thursday, 29 December 2005 at 10:33:47 +, John Gould wrote: > > "The login name may be up to 31 characters long. For compatibility with . > Is that not long enough? Do you know where it is defined in the source tree? Is it advisable to change the definition to increase the maximum len

what is the maximum length of username?

2005-12-28 Thread Zoong PHAM
What is the maximum length of username for useradd(8)? Where is it defined? In the list archive at http://www.monkey.org/openbsd/archive/misc/0101/msg00766.html dated 2001, it said the maximum length is 8. My current OBSD-3.6 can have username of 28 characters. I think the maximum length is 32. I

Re: How to increase number of semaphore ?

2005-11-30 Thread Zoong PHAM
On Wednesday, 30 November 2005 at 17:07:51 +0100, Otto Moerbeek wrote: > > So first try semmni, semmns and semmsl. Bingo! I tried with the first one and it seems to work (the 5th instance of Apache started OK). Here is what I did # ipcs -T | grep semmni semmni: 10 (# of semaphore i

Re: How to increase number of semaphore ?

2005-11-30 Thread Zoong PHAM
Hi Sean, On Wednesday, 30 November 2005 at 7:34:59 -0800, Sean Comeau wrote: > > How can I fix that? My real question is "if I increased the number of semaphore, would it fix the problem ?" Remember the error message I have is: [Thu Dec 1 01:51:19 2005] [error] mod_ssl: Parent process could not

How to increase number of semaphore ?

2005-11-30 Thread Zoong PHAM
I can not start another (5th) instances of Apache. Below is the error message from /var/www/logs/error_log: [Thu Dec 1 01:51:19 2005] [error] mod_ssl: Parent process could not create private SSLMutex semaphore (System error follows) [Thu Dec 1 01:51:19 2005] [error] System: No space left on devi

Re: pf stops URLs without a trailing slash

2005-08-15 Thread Zoong PHAM
On Monday, 15 August 2005 at 15:59:13 +0100, John Wright wrote: > > One thing to note about URLs which point to directories which don't have > trailing slashes it they will get a URL redirect back which states the name > of the web server how it is configured and not how it was passed in that > pa

Re: pf stops URLs without a trailing slash

2005-08-15 Thread Zoong PHAM
On Monday, 15 August 2005 at 22:12:19 +0800, Lars Hansson wrote: > Highly unlikely, pf does not inspect package contents. > > More information on the problem is needed such as actual error > messages from www browsers and the apache logs. >From Apache access_log I now understand the problem. Sinc

pf stops URLs without a trailing slash

2005-08-15 Thread Zoong PHAM
I recent turn on pf on as web server and all URLs without a trailing slash stop working. As soon as I turn off pf, they work again. I know that a correct URL is the one with trailing slash if the last part is a directory name. So apart from teaching users to use correct URLs or investigate to use

Re: Negotiating a license for Sun Java on OpenBSD?

2005-08-09 Thread Zoong PHAM
On Monday, 8 August 2005 at 18:03:25 +0100, Edd Barrett wrote: > > Suns newest ultra 20 x64 workstation retails at under #1000. > > Not as expensive as they once were. I never think Sun stuff expensive compared to other big vendors. In fact, Sun charge the least but we hardly buy them b/c of th

Re: Text editor

2005-08-07 Thread Zoong PHAM
On Sunday, 7 August 2005 at 9:34:18 +0200, Sigfred Heversen wrote: > The only text editor in bsd.rd is ed, so chances are that one may have > to use it on occasion (shudder). And if you are in support role, sometimes you have to tell someone on the phone how to edit system config files (in sing

Re: Error "libtool: link: only absolute run-paths are allowed"

2005-07-03 Thread Zoong PHAM
On Saturday, 2 July 2005 at 20:54:15 -0700, Jacob Meuser wrote: > ok, I forgot something. try > > $ make LIBTOOL=/usr/local/bin/libtool It still doesn't work. Same error message: $ make LIBTOOL=/usr/local/bin/libtool cd subversion/mod_dav_svn && /usr/local/bin/libtool --tag=CC --silent --mode

Re: Error "libtool: link: only absolute run-paths are allowed"

2005-07-03 Thread Zoong PHAM
On Sunday, 3 July 2005 at 5:29:43 +0159, Han Boetes wrote: > That probably won't work. This is the proper spell: > > make LIBTOOL=/usr/local/bin/libtool It still doesn't work. Same error message: $ make LIBTOOL=/usr/local/bin/libtool cd subversion/mod_dav_svn && /usr/local/bin/libtool --ta

Re: Error "libtool: link: only absolute run-paths are allowed"

2005-07-02 Thread Zoong PHAM
On Saturday, 2 July 2005 at 19:44:25 -0700, Jacob Meuser wrote: > > if you want to use libtool from the port and not the libtool included > in the subversion sources, which _might_ clear up your problem, you > should set LIBTOOL in the environment. > > $ ./configure ... > $ env LIBTOOL=/usr/loca

Re: Error "libtool: link: only absolute run-paths are allowed"

2005-07-02 Thread Zoong PHAM
On Saturday, 2 July 2005 at 7:32:23 -0700, Matt Phillips wrote: > Stupid question: what version of Apache do you actually have installed? 2.0.54 > OpenBSD still uses Apache 1.3.x by default; I know. And I have no plan to replace the default one. > you have to actually install > Apache 2.x

Re: Error "libtool: link: only absolute run-paths are allowed"

2005-07-02 Thread Zoong PHAM
On Saturday, 2 July 2005 at 11:59:48 -0700, Jacob Meuser wrote: > upgrade to OpenBSD 3.7 and use the devel/subervsion port. I did look into Subervsion of OBSD-3.7 port. It is using the stand-alone svnserve. I have no problem with compiling Subversion as a stand-alone svnserve with OBSD-3.6. As I

Error "libtool: link: only absolute run-paths are allowed"

2005-07-02 Thread Zoong PHAM
I received the following error when compiled Subversion-1.2.0 on OBSD-3.6: $ make cd subversion/mod_dav_svn && /bin/sh /tmp/subversion-1.2.0/libtool --tag=CC --silent --mode=link gcc -g -O2-DNEON_ZLIB -DNEON_SSL -L/usr/local/lib/db4 -L/usr/local/lib -rpath -avoid-version -module -o mod_

Re: Apache chroot and webmail - what is it trying to use?

2005-06-02 Thread Zoong PHAM
On Thursday, 2 June 2005 at 22:28:13 +0100, Stuart Henderson wrote: > > > >I cannot tell what resource it is trying to access. > > Probably resolv.conf. and /etc/hosts. HTH, Zoong