php4-4.4.1_3 won't install on 5.4

2005-12-21 Thread Rene C. Mendoza

Hello!

I've got a problem installing php-4.4.1_3 on my FreeBSD 5.4 machine.

Here's what I did:
1. cvsup'ed the ports tree
2. updated all ports
3. tried to install squirrelmail (requires php to install) . . .

At this point, I get the following error.  As you can see, the php port 
is compiled without problems.  It fails only when it is being installed. 



##
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

===  Installing for php4-4.4.1_3
===   php4-4.4.1_3 depends on file: /usr/local/sbin/apxs - found
===   php4-4.4.1_3 depends on file: /usr/local/sbin/apxs - found
===   Generating temporary packing list
===  Checking if lang/php4 already installed
Installing PHP SAPI module:   apache2handler
/usr/local/share/apache2/build/instdso.sh 
SH_LIBTOOL='/usr/local/share/apache2/build/libtool' libphp4.la 
/usr/local/libexec/apache2
/usr/local/share/apache2/build/libtool --mode=install cp libphp4.la 
/usr/local/libexec/apache2/

cp .libs/libphp4.so /usr/local/libexec/apache2/libphp4.so
libtool: install: warning: remember to run `libtool --finish 
/usr/ports/lang/php4/work/php-4.4.1/libs'

grep: /usr/local/libexec/apache2/libphp4.la: No such file or directory
grep: /usr/local/libexec/apache2/libphp4.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/libphp4.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/libexec/apache2/libphp4.so
Bus error (core dumped)
*** Error code 138

Stop in /usr/ports/lang/php4/work/php-4.4.1.
*** Error code 1

Stop in /usr/ports/lang/php4.
*** Error code 1

Stop in /usr/ports/devel/pear.
*** Error code 1

Stop in /usr/ports/databases/pear-DB.
*** Error code 1

Stop in /usr/ports/mail/squirrelmail.


###

I also get the following error on /var/log/messages:

Dec 21 19:41:18 donald kernel: pid 27250 (perl5.8.7), uid 0: exited on 
signal 10 (core dumped)


Hope this is not a hardware issue.  I was thinking of rebuilding world 
just to see if the problem can be solved but only as last resort. 


thanks,
rene

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


advice on the Lacie Biggest F800

2005-05-19 Thread Rene C. Mendoza
Hi!
Has anyone had experience with configuring a Lacie Biggest F800 to a 
FreeBSD box?  My company's planning to buy one but before we shell out 
the money, we would like to make sure that FreeBSD supports it. 

Here's a link to the Lacie Biggest F800 review: 
http://reviews-zdnet.com.com/LaCie_Biggest_F800__2TB_/4505-5_16-31316668.html?subj=LaCie+Biggest+F800+(2TB)part=rsstag=MR_Search+Results

thanks in advance!
-Rene
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vpnc tunnel sharing

2005-05-04 Thread Rene C. Mendoza
Hi all,
I got this insane idea of sharing the vpn tunnel created by vpnc on a 
FreeBSD box. The idea here is that WinXP machines wanting to connect to 
a Cisco VPN concentrator can use the FreeBSD box to use as some sort of 
vpn gateway.  Is this possible? What are the issues involved? 

Right now, I can connect to the Cisco VPN concentrator using the FreeBSD 
box. If you need more details, I'd be happy to email them.

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


VPN Setup

2005-04-28 Thread Rene C. Mendoza
Hi,
I plan to setup a VPN gateway using OpenVPN.  However, the setup is a 
little bit weird.  Here it is:

Priv. Network A-FreeBSD Server -Linksys Router(NAT) -- INTERNET 
--Cisco VPN Concentrator-- Priv. Network B
(OpenVPN Gateway)

I'm a newbie in this kind of thing so I would it appreciate it very much 
if anyone can tell me what  is wrong with this setup.  You may be 
wondering why the Linksys router is still there when the Freebsd server 
can serve as the router as well.  The answer is very much convoluted and 
I'd rather not go into it now. :-(  By the way, the Linksys router can 
do port forwarding.

My big question is: Is the above setup feasible and if so, could you 
send me some references (on the Internet) where I can find more 
info/solution on this problem?

thanks,
Rene


smime.p7s
Description: S/MIME Cryptographic Signature


Re: subversion on FreeBSD 4.10

2005-03-15 Thread Rene C. Mendoza
Rene C. Mendoza wrote:
Daniel S. Haischt wrote:
did you compile Apache 2.x with WebDAV support (i.e. mod_dav)?
Rene C. Mendoza schrieb:
Hi!
I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. 
By the way, my ports tree is updated regularly.
When I install in the subversion port directory, installation just 
seems to stop or sleep.

Here is the relevant line where it sleeps:
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a 
-n dav libexec/apache2/mod_dav.so

I may have missed something. Can anybody help show me what I'm doing 
wrong?

Thanks in advance,
Rene


yes i did. i use penv in our server.  here are the environment 
settings on www/apache2.

# penv -c list
WITH_DAV_MODULES=yes
WITH_AUTH_MODULES=yes
WITH_SSL_MODULES=yes
WITH_MISC_MODULES=yes
WITH_BERKELEYDB=db42
WITH_LDAP_MODULES=yes
on devel/subversion, i have these penv settings:
# penv -c list
WITH_MOD_DAV_SVN=yes
WITH_BOOK=yes
did i miss anything?
thanks,
rene

Here's some more info on my problem.  When I run the following command 
manually, it just doesn't seem to do anything at all.  Has anyone here 
able been successful in compiling subversion with mod_dav_svn?  I tried 
upgrading to FreeBSD 5.3 with updated ports and I still get the same 
problem.

/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n 
dav libexec/apache2/mod_dav.so




smime.p7s
Description: S/MIME Cryptographic Signature


Re: subversion on FreeBSD 4.10

2005-03-15 Thread Rene C. Mendoza
Subhro wrote:
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of Rene C. Mendoza
Sent: Wednesday, March 16, 2005 9:38
To: freebsd-questions@freebsd.org
Subject: Re: subversion on FreeBSD 4.10
   

Here's some more info on my problem.  When I run the following command
manually, it just doesn't seem to do anything at all.  Has anyone here
able been successful in compiling subversion with mod_dav_svn?  I tried
upgrading to FreeBSD 5.3 with updated ports and I still get the same
problem.
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n
dav libexec/apache2/mod_dav.so
   


When you run apxs manually, then do you find it consuming any processor
time? You can check from top.
Regards,
S.
Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
 

yup. here is the top command result:
last pid: 88945;  load averages:  1.00,  1.00,  0.93up 0+05:01:38  
19:02:31
32 processes:  2 running, 30 sleeping
CPU states: 98.1% user,  0.0% nice,  1.9% system,  0.0% interrupt,  0.0% 
idle
Mem: 16M Active, 237M Inact, 82M Wired, 48K Cache, 60M Buf, 158M Free
Swap: 1006M Total, 1006M Free

 PID USERNAME PRI NICE   SIZERES STATETIME   WCPUCPU COMMAND
88849 root 1320  4740K  4316K RUN 36:18 98.88% 98.88% perl5.8.6
 543 rene  960  5084K  2212K select   0:03  0.00%  0.00% sshd
 480 rene  960  5084K  2212K select   0:03  0.00%  0.00% sshd
 387 root  960  8420K  5256K select   0:01  0.00%  0.00% httpd
 345 root  960  3120K  2548K select   0:01  0.00%  0.00% sendmail
 580 root  200  2432K  1956K pause0:00  0.00%  0.00% tcsh
 238 root  960  1408K   964K select   0:00  0.00%  0.00% syslogd
 364 root   80  1448K  1096K nanslp   0:00  0.00%  0.00% cron
 481 rene  200  2432K  1940K pause0:00  0.00%  0.00% tcsh
88945 rene  960  2412K  1632K RUN  0:00  0.00%  0.00% top
 544 rene  200  2428K  1892K pause0:00  0.00%  0.00% tcsh
 478 root   40  5084K  2204K sbwait   0:00  0.00%  0.00% sshd
 541 root   40  5084K  2204K sbwait   0:00  0.00%  0.00% sshd
 579 rene   80  1700K  1360K wait 0:00  0.00%  0.00% su
 351 smmsp 200  3016K  2388K pause0:00  0.00%  0.00% sendmail
 425 root   50  1372K   988K ttyin0:00  0.00%  0.00% getty
 391 root  960  2492K  2068K select   0:00  0.00%  0.00% sshd
I tried installing without mod_dav_svn and subversion installed 
cleanly.   Problem  with apxs/mod_dav_svn?

thanks,
Rene


smime.p7s
Description: S/MIME Cryptographic Signature


Re: subversion on FreeBSD 4.10

2005-03-15 Thread Rene C. Mendoza
Subhro wrote:
 

-Original Message-
From: Rene C. Mendoza [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 16, 2005 10:01
To: Subhro
Cc: freebsd-questions@freebsd.org
Subject: Re: subversion on FreeBSD 4.10
Subhro wrote:
   

Here's some more info on my problem.  When I run the following command
manually, it just doesn't seem to do anything at all.  Has anyone here
able been successful in compiling subversion with mod_dav_svn?  I tried
upgrading to FreeBSD 5.3 with updated ports and I still get the same
problem.
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n
dav libexec/apache2/mod_dav.so
   

When you run apxs manually, then do you find it consuming any processor
time? You can check from top.
 

yup. here is the top command result:
last pid: 88945;  load averages:  1.00,  1.00,  0.93up 0+05:01:38
19:02:31
32 processes:  2 running, 30 sleeping
CPU states: 98.1% user,  0.0% nice,  1.9% system,  0.0% interrupt,  0.0%
idle
Mem: 16M Active, 237M Inact, 82M Wired, 48K Cache, 60M Buf, 158M Free
Swap: 1006M Total, 1006M Free
 PID USERNAME PRI NICE   SIZERES STATETIME   WCPUCPU COMMAND
88849 root 1320  4740K  4316K RUN 36:18 98.88% 98.88%
perl5.8.6
 543 rene  960  5084K  2212K select   0:03  0.00%  0.00% sshd
 480 rene  960  5084K  2212K select   0:03  0.00%  0.00% sshd
 387 root  960  8420K  5256K select   0:01  0.00%  0.00% httpd
 345 root  960  3120K  2548K select   0:01  0.00%  0.00% sendmail
 580 root  200  2432K  1956K pause0:00  0.00%  0.00% tcsh
 238 root  960  1408K   964K select   0:00  0.00%  0.00% syslogd
 364 root   80  1448K  1096K nanslp   0:00  0.00%  0.00% cron
 481 rene  200  2432K  1940K pause0:00  0.00%  0.00% tcsh
88945 rene  960  2412K  1632K RUN  0:00  0.00%  0.00% top
 544 rene  200  2428K  1892K pause0:00  0.00%  0.00% tcsh
 478 root   40  5084K  2204K sbwait   0:00  0.00%  0.00% sshd
 541 root   40  5084K  2204K sbwait   0:00  0.00%  0.00% sshd
 579 rene   80  1700K  1360K wait 0:00  0.00%  0.00% su
 351 smmsp 200  3016K  2388K pause0:00  0.00%  0.00% sendmail
 425 root   50  1372K   988K ttyin0:00  0.00%  0.00% getty
 391 root  960  2492K  2068K select   0:00  0.00%  0.00% sshd
I tried installing without mod_dav_svn and subversion installed
cleanly.   Problem  with apxs/mod_dav_svn?
   

When was perl built on this system? And may I have a look at /etc/make.conf?
Regards,
S.
Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
 

Before I upgraded the box, I've upgraded all the ports including perl.  
Here's my make.conf.

# The CPUTYPE variable controls which processor should be targeted for
# generated code.  This controls processor-specific optimizations in
# certain code (currently only OpenSSL) as well as modifying the value
# of CFLAGS to contain the appropriate optimization directive to gcc.
# The automatic setting of CFLAGS may be overridden using the
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognized:
#   Intel x86 architecture:
#   (AMD CPUs)k7 k6-2 k6 k5
#   (Intel CPUs)p4 p3 p2 i686 i586/mmx i586 i486 i386
#   Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
#
# If you experience any problems after setting this flag, please unset
# it again before submitting a bug report or attempting to modify code.
# It may be that certain types of software will become unstable after being
# compiled with processor-specific (or higher - see below) optimization 
flags.
# If in doubt, do not set CPUTYPE or CFLAGS to non-default values.
#
CPUTYPE=i686
#NO_CPU_CFLAGS=true# Don't add -march=cpu to CFLAGS automatically
#NO_CPU_COPTFLAGS=true# Don't add -march=cpu to COPTFLAGS 
automatically
#
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to -O before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
#
CFLAGS= -O -pipe
#
# CXXFLAGS controls the compiler settings used when compiling C++ code.
# Note that CXXFLAGS is initially set to the value of CFLAGS.  If you wish
# to add to CXXFLAGS value, += must be used rather than =.  Using =
# alone will remove the often needed contents of CFLAGS from CXXFLAGS.
#
#CXXFLAGS+= -fmemoize-lookups -fsave-memoized
#
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
# for use in developing FreeBSD and testing changes.  They can be used by
# putting CFLAGS+=${BDECFLAGS} in /etc/make.conf.  -Wconversion is not
# included here due to compiler bugs, e.g., mkdir()'s mode_t argument.
#
BDECFLAGS=-W

subversion on FreeBSD 4.10

2005-03-11 Thread Rene C. Mendoza
Hi!
I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. By 
the way, my ports tree is updated regularly.
When I install in the subversion port directory, installation just seems 
to stop or sleep.

Here is the relevant line where it sleeps:
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n 
dav libexec/apache2/mod_dav.so

I may have missed something. Can anybody help show me what I'm doing wrong?
Thanks in advance,
Rene



smime.p7s
Description: S/MIME Cryptographic Signature


Re: subversion on FreeBSD 4.10

2005-03-11 Thread Rene C. Mendoza
Daniel S. Haischt wrote:
did you compile Apache 2.x with WebDAV support (i.e. mod_dav)?
Rene C. Mendoza schrieb:
Hi!
I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. By 
the way, my ports tree is updated regularly.
When I install in the subversion port directory, installation just 
seems to stop or sleep.

Here is the relevant line where it sleeps:
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a 
-n dav libexec/apache2/mod_dav.so

I may have missed something. Can anybody help show me what I'm doing 
wrong?

Thanks in advance,
Rene


yes i did. i use penv in our server.  here are the environment settings 
on www/apache2.

# penv -c list
WITH_DAV_MODULES=yes
WITH_AUTH_MODULES=yes
WITH_SSL_MODULES=yes
WITH_MISC_MODULES=yes
WITH_BERKELEYDB=db42
WITH_LDAP_MODULES=yes
on devel/subversion, i have these penv settings:
# penv -c list
WITH_MOD_DAV_SVN=yes
WITH_BOOK=yes
did i miss anything?
thanks,
rene



smime.p7s
Description: S/MIME Cryptographic Signature


problem updating ports

2005-02-16 Thread Rene C. Mendoza
Hi!
Has anyone encountered the following error.  I'm using Freebsd 5.3.
daffy# portsdb -Uu
Updating the ports index ... Generating INDEX.tmp - please 
wait..gnustep-slideshow-0.3: /usr/ports/graphics/slideshowkit 
non-existent -- dependency list incomplete
=== graphics/gnustep-slideshow failed
*** Error code 1
1 error

Here's my cvsup.conf:
*default tag=.
*default release=cvs
*default host=cvsup5.freebsd.org
*default base=/usr
*default prefix=/usr
*default use-rel-suffix
*default compress
*default delete
src-all
*default tag=.
ports-all
Been googling around but can't seem to find the solution.
thanks,
Rene

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 2/14/2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Onboard sound problem - FBSD 5.2.1 - Epox 8kta3

2005-01-10 Thread Rene C. Mendoza
Have you added this line to your kernel config?
device pcm
I think you need this line to enable sound.
Gable Barber wrote:
I recompiled kernel to include' options PNPBIOS '  ... per the Handbook. 

From the motherboard manual:
Epox 8kta3 motherboard
VIA kt133a 
built in AC97 (by vt82c686b) 

output of uname :
bash-2.05b$ uname -a
FreeBSD home.localdomain 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun
Jan  9 09:07:26 CST 2005 [EMAIL PROTECTED]
:/usr/src/sys/i386/compile/MYKERNEL  i386
bash-2.05b$

output of dmesg :
bash-2.05b$ dmesg
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 5.2.1-RELEASE #0: Sun Jan  9 09:07:26 CST 2005
   [EMAIL PROTECTED] :/usr/src/sys/i386/compile/MYKERNEL
Preloaded elf kernel /boot/kernel/kernel at 0xc0a35000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc0a351f4.
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) processor (1403.19-MHz 686-class CPU)
 Origin = AuthenticAMD  Id = 0x644  Stepping = 4
 
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
 AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 872349696 (831 MB)
avail memory = 837726208 (798 MB)
Pentium Pro MTRR support enabled
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
pcibios: BIOS version 2.10
Using $PIR table, 9 entries at 0xc00fde40
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on
acpi0
pci0: ACPI PCI bus on pcib0
pcib0: slot 7 INTD is routed to irq 11
pcib0: slot 7 INTD is routed to irq 11
pcib0: slot 7 INTC is routed to irq 12
pcib0: slot 13 INTA is routed to irq 11
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem
0xd000-0xd7ff at device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pcib0: slot 1 INTA is routed to irq 10
pcib1: slot 0 INTA is routed to irq 10
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686B UDMA100 controller port 0xd000-0xd00f at device
7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata0: [MPSAFE]
ata1: at 0x170 irq 15 on atapci0
ata1: [MPSAFE]
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 11 at device
7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ums0: Kensington Kensington USB/PS2 Wheel Mouse, rev 1.10/1.00, addr
2, iclass 3/1
ums0: 3 buttons and Z dir.
uhub1: ORTEK ORTEK KH12 USB Hub, class 9/0, rev 1.10/3.00, addr 3
uhub1: 3 ports with 2 removable, bus powered
ukbd0: ORTEK USB Hub/Keyboard, rev 1.10/3.00, addr 4, iclass 3/1
kbd0 at ukbd0
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 11 at device
7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pci0: multimedia, audio at device 7.5 (no driver attached)
dc0: ADMtek AN985 10/100BaseTX port 0xe800-0xe8ff mem
0xe900-0xe90003ff irq 11 at device 13.0 on pci0
dc0: Ethernet address: 00:04:5a:7d:96:c5
miibus0: MII bus on dc0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port
0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
orm0: Option ROM at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter TSC frequency 1403191078 Hz quality 800
Timecounters tick every 10.000 msec
acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0%
GEOM: create disk ad1 dp=0xc6520e60
ad1: 39266MB IC35L040AVVN07-0 [79780/16/63] at ata0-slave UDMA100
acd0: CDROM FX120T at ata1-master PIO3
Mounting root 

Webmail Frontend to mailboxes.

2005-01-06 Thread Rene C. Mendoza
I'm in the process of looking for a webmail frontend to my Postfix mail 
server setup installed on FreeBSD 5.3.  I use cyrus-imap as well.  What 
would you recommend?  I've heard of Squirrel Mail and IMP, but I don't 
know what to choose.

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


moinmoin-1.2.4

2004-12-27 Thread Rene C. Mendoza
Hello!
Has anyone successfully installed moinmoin-1.2.4 on FreeBSD 4.10?  I 
installed from ports and used make install clean to install the port. 
 AFAIK, there were no problems during the installation.  However, 
whenever I try to create or edit a page on the default pages, I kept 
getting Page is immutable!.  Moreover, I get this error messages when 
I click on the Info link.

Traceback (most recent call last):
 File /usr/local/lib/python2.4/site-packages/MoinMoin/request.py, 
line 391, in run
   wikiutil.getSysPage(self, config.page_front_page).page_name, self)
 File /usr/local/lib/python2.4/site-packages/MoinMoin/wikiaction.py, 
line 544, in do_info
   history(page, pagename, request)
 File /usr/local/lib/python2.4/site-packages/MoinMoin/wikiaction.py, 
line 402, in history
   log.to_end()
 File 
/usr/local/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py, 
line 268, in to_end
   self._input.seek(0, 2) # to end of file
 File 
/usr/local/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py, 
line 115, in __getattr__
   raise StopIteration
StopIteration

Thanks in advance!
Rene Mendoza
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GEOM vs. vinum in FreeBSD 5.3

2004-11-23 Thread Rene C. Mendoza
Hi!
I'm supposed to mirror 2 similar disk drives using FreeBSD 5.3  The 
thing  is, I am confused which utility to use: vinum, gvinum, or geom. 
As I understand it, geom is still fairly new but very promising. 
Vinum, on the other hand, seems to be stable but not as extensible as 
geom. Gvinum seems to be mixture of the two.  Personally, I would like 
to try out gvinum or geom but I don't know if these two would be 
suitable for production environments.  Now, my questions are:

1. Is gvinum mature enough for production environments?
2. Is geom mature enough for production environments?
3. Which among the three, vinum, gvinum or geom should you recommend?
thanks in advance!
Rene C. Mendoza
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]