Re: bind: eating a lot CPU time

2012-12-05 Thread Christer Solskogen
On Wed, Dec 5, 2012 at 10:30 AM, O. Hartmann
ohart...@zedat.fu-berlin.de wrote:
 On a CURRENT server acting as the gateway/router (FreeBSD 10.0-CURRENT
 #1 r243869M: Wed Dec  5 00:09:59 CET 2012), a running named/bind service
 for local DNS resolution is eating up a lot of time.

 Is this usual? I can not see caching, checking for requests or similar
 what could cause a permanent load on the server daemon.


You could try enabling logging, and see if there is something there.

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: pkg - Shared object libarchive.so.5 not found, required by pkg

2012-11-24 Thread Christer Solskogen
On Sat, Nov 24, 2012 at 12:54 AM, Tim Kientzle t...@kientzle.com wrote:
 /usr/sbin/pkg mostly just runs /usr/local/sbin/pkg

 You need to reinstall the pkg port as well.


After a while I figured that out. I did not have a ports tree on that
machine, so I just deleted /usr/local and and package database and
reinstalled every ports using pkg.


-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: pkg - Shared object libarchive.so.5 not found, required by pkg

2012-11-24 Thread Christer Solskogen
On Sat, Nov 24, 2012 at 3:45 PM, Victor Balada Diaz vic...@bsdes.net wrote:

 You have pkg-static for that kind of problems. You should rebuild pkg
 port to get pkg working again.

So I still need /usr/ports when I use pkg?

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


pkg - Shared object libarchive.so.5 not found, required by pkg

2012-11-23 Thread Christer Solskogen
I just upgraded a machine from 9.1-RC3 to 10-CURRENT.
pkg was installed on 9.1, but after an upgrade to 10-CURRENT pkg no
longer runs due to missing shared library.
10-CURRENT was built (and installed) twice. I guess the library was
installed when I was at 9.1-RC3 but was deleted during make
delete-old.

Rebuilding pkg from src/usr.sbin/pkg did not do the trick. For some
reason it was still linking to the old library.
Any hints?

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: from 5-NOV WITH_CLANG_IS_CC in /etc/src.conf is no longer needed, right?

2012-11-09 Thread Christer Solskogen
On Fri, Nov 9, 2012 at 8:47 PM, Anton Shterenlikht me...@bristol.ac.uk wrote:
 From d...@freebsd.org Fri Nov  9 14:11:18 2012

 On 2012-11-09 09:27, Anton Shterenlikht wrote:
  I'm on 242801 amd64.
  I understand from [1] that WITH_CLANG_IS_CC
  is no longer needed in /etc/src.conf.
  Yet I somehow still get cc,c++,cpp all GCC binaries, e.g.
 
  # /usr/bin/cc --version
  cc (GCC) 4.2.1 20070831 patched [FreeBSD]

 Please post your make.conf and src.conf files.  You may have something
 in there which overrides the new defaults.

 # cat /etc/src.conf
 PORTS_MODULES=net/bwn-firmware-kmod
 # cat /etc/make.conf
 SENDMAIL_CFLAGS+=   -I/usr/local/include -DSASL=2
 SENDMAIL_LDFLAGS+=  -L/usr/local/lib
 SENDMAIL_LDADD+=-lsasl2
 WITH_PKGNG=yes
 PERL_VERSION=5.16.2
 #


Sure you are running a current enough CURRENT?

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Clang as default compiler November 4th

2012-09-11 Thread Christer Solskogen
On Tue, Sep 11, 2012 at 3:32 PM, Steve Kargl
s...@troutmask.apl.washington.edu wrote:
 Interest twist of history.  GCC is not abandonware.

Correct, but GCC 4.2.1 is.

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD 10 prognostication...

2012-05-17 Thread Christer Solskogen
On Thu, May 17, 2012 at 4:57 AM, Chuck Burns brea...@gmail.com wrote:
 You guys DO realize that's a troll website, right? And you're being
 seriously trolled.. right?


The URL is legit! This is noes trollz!

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: MALLOC_PRODUCTION

2012-05-09 Thread Christer Solskogen
On Wed, May 9, 2012 at 1:20 AM, Beech Rintoul free...@freebsdnorth.com wrote:
 I'm a bit unclear where to define MALLOC_PRODUCTION. does it go in
 make.conf or src.conf?

make.conf.
http://svnweb.freebsd.org/base/head/UPDATING?revision=234396view=markup

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: WITHOUT_PROFILE=yes by default

2011-12-20 Thread Christer Solskogen
On Mon, Dec 19, 2011 at 8:46 PM, Warner Losh i...@bsdimp.com wrote:

 On Dec 2, 2011, at 3:37 PM, Steve Kargl wrote:

 On Fri, Dec 02, 2011 at 04:21:14PM +0700, Max Khon wrote:

 The most important thing is to have reasonable defaults.
 Having WITH_PROFILE by default does not seem to be a reasonable default to 
 me.


 Now all users that want to profile anything need to build their own custom 
 FreeBSD?  That seems even more nuts to me.

So that all users that do not want to profile anything need to build
their own custom FreeBSD?

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-20 Thread Christer Solskogen
On Mon, Dec 19, 2011 at 2:16 PM, Alexander Yerenkow yeren...@gmail.com wrote:
 FreeBSD currently have very obscure, closed community. To get in touch, you
 need to subscribe to several mail lists, constantly read them, I've just
 found recently (my shame of course) in mail list that there is service (
 pub.allbsd.org) which constantly building current versions. This is great,
 but at homepage of freebsd.org there is no word about it :)

That's because it's not official. Do you take the risk? Would a
multi-milion-dollar company do that?
For your private server, sure it's probably fine. But how do you know
that those files are not contaminated?
(That being said, the purpose of that service is good. And the files
there a most probably 100% fine. But if it's not official... then..)

-- 
chs, if there is only one candiate, there is one one choice!
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-20 Thread Christer Solskogen
On Tue, Dec 20, 2011 at 10:42 AM, Garrett Cooper yaneg...@gmail.com wrote:

 As long as I have reliable checksums that match the what the upstream source 
 says is the real thing, it doesn't practically matter where I get my images 
 from.

Checksums compared to what? How would you know what the correct
checksums for OpenBSD-current is, if it's not built by Theo?


-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: subversion-freebsd dependencies

2011-10-11 Thread Christer Solskogen
2011/10/6 Lev Serebryakov l...@freebsd.org:
   Huh? It is something new for me (maintainer). What is recommended
 method?

I'm not sure how Subversion 1.6.x is about this, but in 1.7 you can
just drop sqlite.c from sqlite-source over to Subversion's
sqlite-amalgamation/ directory.
http://svn.apache.org/repos/asf/subversion/trunk/INSTALL
-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Booting from USB-stick == boot -a ?

2011-09-13 Thread Christer Solskogen
On Tue, Sep 13, 2011 at 2:02 PM, Poul-Henning Kamp p...@phk.freebsd.dk wrote:

 I'm booting 8-stable from a USB stick, and I invariably end up in
 the askroot prompt.

 It looks like the CAM subsystem doesn't participate in the
 root-mount-interlock scheme ?

 I would have expected that to be fixed ages ago, am I missing
 something here ?


The pr is still open, I think.
A workaround is to put the following in /boot/loader.conf:
kern.cam.boot_delay=1

(I only found usb/145184, but I think there are more of them
describing the same problem)

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: truss

2011-08-31 Thread Christer Solskogen
On Wed, Aug 31, 2011 at 4:35 PM, Anton Yuzhaninov cit...@citrin.ru wrote:
 It seems to be truss(1) is broken on current


I just tried with a newly build CURRENT, and no problem here.

[solskogen@friend ~]$ truss /bin/echo x
mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =
34366255104 (0x800637000)
issetugid(0x800638015,0x80062cb5e,0x800848250,0x800848220,0xb4b7,0x0) = 0 (0x0)
open(/etc/libmap.conf,O_RDONLY,0666)   ERR#2 'No such file or 
directory'
open(/var/run/ld-elf.so.hints,O_RDONLY,057)= 3 (0x3)
read(3,Ehnt\^A\0\0\0\M^@\0\0\0-\0\0\0\0...,128) = 128 (0x80)
lseek(3,0x80,SEEK_SET)   = 128 (0x80)
read(3,/lib:/usr/lib:/usr/lib/compat:/u...,45) = 45 (0x2d)
close(3) = 0 (0x0)
access(/lib/libc.so.7,0)   = 0 (0x0)
open(/lib/libc.so.7,O_RDONLY,040734700)= 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=4830,size=1268472,blksize=131072 }) = 0 (0x0)
pread(0x3,0x80083a9a0,0x1000,0x0,0x101010101010101,0x8080808080808080)
= 4096 (0x1000)
mmap(0x0,3387392,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) =
34368425984 (0x800849000)
mmap(0x800849000,1138688,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
= 34368425984 (0x800849000)
mmap(0x800b5f000,40960,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x116000)
= 34371661824 (0x800b5f000)
mprotect(0x800b69000,110592,PROT_READ|PROT_WRITE) = 0 (0x0)
close(3) = 0 (0x0)
sysarch(0x81,0x7fffd2f0,0x80063b0c8,0x0,0xffada580,0x800864b38)
= 0 (0x0)
munmap(0x80063e000,4096) = 0 (0x0)
mmap(0x0,102400,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =
34366283776 (0x80063e000)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
= 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
= 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0)
readlink(/etc/malloc.conf,aj,1024)   = 2 (0x2)
issetugid(0x80093e153,0x7fffd550,0x6a,0x0,0x2,0x2) = 0 (0x0)
break(0x80)  = 0 (0x0)
mmap(0x0,4194304,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =
34371813376 (0x800b84000)
mmap(0x800f84000,507904,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0)
= 34376007680 (0x800f84000)
munmap(0x800b84000,507904)   = 0 (0x0)
x
writev(0x1,0x800c07040,0x2,0x7fffdd40,0x0,0x600d10) = 2 (0x2)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
= 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
= 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0)
process exit, rval = 0

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread Christer Solskogen
2011/7/6 O. Hartmann ohart...@zedat.fu-berlin.de:
having performance issues

Could you post /etc/sysctl.conf and /boot/loader.conf? Also, the
output of uname -a on all machines would be nice.
And since you don't use GENERIC, could you also tell us what
difference your setup is from a GENERIC kernel?

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


libprocstat compile error

2011-05-12 Thread Christer Solskogen
I get this when compiling world with clang (don't know about gcc)

=== libprocstat (depend)
rm -f .depend
CC='clang' mkdep -f .depend -a-I. -I/usr/src/lib/libprocstat
-D_KVM_VNODE -DZFS -DNDEBUG /usr/src/lib/libprocstat/cd9660.c
/usr/src/lib/libprocstat/common_kvm.c
/usr/src/lib/libprocstat/libprocstat.c
/usr/src/lib/libprocstat/msdosfs.c /usr/src/lib/libprocstat/ntfs.c
/usr/src/lib/libprocstat/nwfs.c /usr/src/lib/libprocstat/smbfs.c
/usr/src/lib/libprocstat/udf.c
/usr/src/lib/libprocstat/nwfs.c:44:10: fatal error: 'fs/nwfs/nwfs.h'
file not found
#include fs/nwfs/nwfs.h
 ^
1 error generated.
mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/libprocstat.
*** Error code 1

Stop in /usr/src/lib.

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: libprocstat compile error

2011-05-12 Thread Christer Solskogen
On Thu, May 12, 2011 at 9:08 PM, Stanislav Sedov s...@freebsd.org wrote:

 Sorry for the breakage!
 Do you have any special configuration in make.conf?
 Can you, please, send me your make.conf and kernel configuration file?


solskogen@friend ~]$ cat /etc/make.conf
#clang might be good
.if !defined(CC) || ${CC} == cc
CC=clang
.endif
.if !defined(CXX) || ${CXX} == c++
CXX=clang++
.endif
# Don't die on warnings
NO_WERROR=
WERROR=
# Don't forget this when using Jails!
NO_FSCHG=
CFLAGS=-O3 -march=core2

WRKDIRPREFIX=/usr/obj
KERNCONF=FRIEND

# Ports
#MASTER_SITE_INDEX=http://www.fi.freebsd.org/ports/

MASTER_SITE_OVERRIDE=   \
ftp://ftp.no.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ \
ftp://ftp.se.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ \
ftp://ftp.dk.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/


# added by use.perl 2011-04-04 20:55:34
PERL_VERSION=5.12.3

[solskogen@friend ~]$ cat /etc/src.conf
WITHOUT_ACCT=
WITHOUT_AMD=
WITHOUT_APM=
WITHOUT_ASSERT_DEBUG=
WITHOUT_AT=
WITHOUT_ATM=
WITHOUT_AUDIT=
WITHOUT_BLUETOOTH=
WITHOUT_CALENDAR=
WITHOUT_CTM=
WITHOUT_CVS=
WITHOUT_DICT=
WITHOUT_FLOPPY=
WITHOUT_FREEBSD_UPDATE=
WITHOUT_GAMES=
WITHOUT_GPIB=
WITHOUT_HTML=
WITH_IDEA=
WITHOUT_IPFILTER=
WITHOUT_IPFW=
WITHOUT_IPX=
WITHOUT_LPR=
WITHOUT_NCP=
WITHOUT_NDIS=
WITHOUT_NIS=
WITHOUT_NLS=
WITHOUT_OBJC=
WITHOUT_PMC=
WITHOUT_PORTSNAP=
WITHOUT_PPP=
WITHOUT_PROFILE=
WITHOUT_QUOTAS=
WITHOUT_RCMDS=
WITHOUT_SYSINSTALL=
WITHOUT_WIRELESS=



-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: libprocstat compile error

2011-05-12 Thread Christer Solskogen
On Fri, May 13, 2011 at 12:29 AM, Stanislav Sedov s...@freebsd.org wrote:
 Hi!

 I just committed a fix for this.
 It should build fine now.


It does :-) Thanks!


-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: clang and postgresql90

2011-04-04 Thread Christer Solskogen
On Mon, Apr 4, 2011 at 12:47 AM, Dimitry Andric d...@freebsd.org wrote:
 On 2011-04-03 20:15, Christer Solskogen wrote:

 I'm just wondering if anyone else has trouble compiling postgresql90
 with clang. I get this (and I cant seem to find anything online that
 somebody else had that same problem):

 ...

 libpq/auth.o: In function `ClientAuthentication':
 auth.c:(.text+0x51e): undefined reference to `gss_accept_sec_context'
 auth.c:(.text+0x5c7): undefined reference to `gss_release_buffer'

 ...

 This error is not related to clang, but a problem with postgresql's
 configure script, in combination with the updated binutils in the base
 system.  You will get the same error if you use gcc.

 Patch:
 http://www.andric.com/freebsd/binutils/bu217-databases-postgresql90-server-1.diff

 Similar one for postgres 8.4:
 http://www.andric.com/freebsd/binutils/bu217-databases-postgresql84-server-1.diff


Okay, thanks :-)

-- 
chs,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


clang and postgresql90

2011-04-03 Thread Christer Solskogen
Hi!

I'm just wondering if anyone else has trouble compiling postgresql90
with clang. I get this (and I cant seem to find anything online that
somebody else had that same problem):

gmake[1]: Leaving directory
`/usr/obj/usr/ports/databases/postgresql90-server/work/postgresql-9.0.3/src/timezone'
clang -O2 -pipe -march=core2 -O3 -funroll-loops -fno-strict-aliasing
-Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-fwrapv -L../../src/port -
L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib
-L/usr/local/lib -L/usr/local/lib  -L/usr/local/lib -Wl,--as-needed
-Wl,-R'/usr/local/lib'  -Wl,-export-dynamic access/common/heaptuple.o
ac
cess/common/indextuple.o access/common/printtup.o
access/common/reloptions.o access/common/scankey.o
access/common/tupconvert.o access/common/tupdesc.o access/gist/gist.o
access/gist/gistutil.o access/gis
t/gistxlog.o access/gist/gistvacuum.o access/gist/gistget.o
access/gist/gistscan.o access/gist/gistproc.o access/gist/gistsplit.o
access/hash/hash.o access/hash/hashfunc.o access/hash/hashinsert.o
access/
hash/hashovfl.o access/hash/hashpage.o access/hash/hashscan.o
access/hash/hashsearch.o access/hash/hashsort.o access/hash/hashutil.o
access/heap/heapam.o access/heap/hio.o access/heap/pruneheap.o
access/h
eap/rewriteheap.o access/heap/syncscan.o access/heap/tuptoaster.o
access/heap/visibilitymap.o access/index/genam.o
access/index/indexam.o access/nbtree/nbtcompare.o
access/nbtree/nbtinsert.o access/nbtree
/nbtpage.o access/nbtree/nbtree.o access/nbtree/nbtsearch.o
access/nbtree/nbtutils.o access/nbtree/nbtsort.o
access/nbtree/nbtxlog.o access/transam/clog.o access/transam/transam.o
access/transam/varsup.o
access/transam/xact.o access/transam/xlog.o access/transam/xlogutils.o
access/transam/rmgr.o access/transam/slru.o access/transam/subtrans.o
access/transam/multixact.o access/transam/twophase.o access/tra
nsam/twophase_rmgr.o access/gin/ginutil.o access/gin/gininsert.o
access/gin/ginxlog.o access/gin/ginentrypage.o
access/gin/gindatapage.o access/gin/ginbtree.o access/gin/ginscan.o
access/gin/ginget.o acce
ss/gin/ginvacuum.o access/gin/ginarrayproc.o access/gin/ginbulk.o
access/gin/ginfast.o bootstrap/bootparse.o bootstrap/bootstrap.o
catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o
cat
alog/indexing.o catalog/namespace.o catalog/aclchk.o
catalog/pg_aggregate.o catalog/pg_constraint.o catalog/pg_conversion.o
catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o
catalog/pg_largeobje
ct.o catalog/pg_namespace.o catalog/pg_operator.o catalog/pg_proc.o
catalog/pg_db_role_setting.o catalog/pg_shdepend.o catalog/pg_type.o
catalog/storage.o catalog/toasting.o parser/analyze.o parser/gram.o
 parser/keywords.o parser/kwlookup.o parser/parser.o
parser/parse_agg.o parser/parse_clause.o parser/parse_coerce.o
parser/parse_cte.o parser/parse_expr.o parser/parse_func.o
parser/parse_node.o parser/pa
rse_oper.o parser/parse_param.o parser/parse_relation.o
parser/parse_target.o parser/parse_type.o parser/parse_utilcmd.o
parser/scansup.o commands/aggregatecmds.o commands/alter.o
commands/analyze.o comma
nds/async.o commands/cluster.o commands/comment.o
commands/constraint.o commands/conversioncmds.o commands/copy.o
commands/dbcommands.o commands/define.o commands/discard.o
commands/explain.o commands/for
eigncmds.o commands/functioncmds.o commands/indexcmds.o
commands/lockcmds.o commands/operatorcmds.o commands/opclasscmds.o
commands/portalcmds.o commands/prepare.o commands/proclang.o
commands/schemacmds.
o commands/sequence.o commands/tablecmds.o commands/tablespace.o
commands/trigger.o commands/tsearchcmds.o commands/typecmds.o
commands/user.o commands/vacuum.o commands/vacuumlazy.o
commands/variable.o commands/view.o executor/execAmi.o
executor/execCurrent.o executor/execGrouping.o executor/execJunk.o
executor/execMain.o executor/execProcnode.o executor/execQual.o
executor/execScan.o executor/execTuples.o executor/execUtils.o
executor/functions.o executor/instrument.o executor/nodeAppend.o
executor/nodeAgg.o executor/nodeBitmapAnd.o executor/nodeBitmapOr.o
executor/nodeBitmapHeapscan.o executor/nodeBitmapIndexscan.o
executor/nodeHash.o executor/nodeHashjoin.o executor/nodeIndexscan.o
executor/nodeLimit.o executor/nodeLockRows.o executor/nodeMaterial.o
executor/nodeMergejoin.o executor/nodeModifyTable.o
executor/nodeNestloop.o executor/nodeFunctionscan.o
executor/nodeRecursiveunion.o executor/nodeResult.o
executor/nodeSeqscan.o executor/nodeSetOp.o executor/nodeSort.o
executor/nodeUnique.o executor/nodeValuesscan.o executor/nodeCtescan.o
executor/nodeWorktablescan.o executor/nodeGroup.o
executor/nodeSubplan.o executor/nodeSubqueryscan.o
executor/nodeTidscan.o executor/nodeWindowAgg.o
executor/tstoreReceiver.o executor/spi.o foreign/foreign.o
lib/dllist.o lib/stringinfo.o libpq/be-fsstubs.o libpq/be-secure.o
libpq/auth.o libpq/crypt.o libpq/hba.o libpq/ip.o libpq/md5.o
libpq/pqcomm.o libpq/pqformat.o 

Compaq Proliant 2500 - freebsd 5.1 install problems

2003-11-06 Thread Christer Solskogen
I`m trying to get FreeBSD 5.1 installed, but sysinstall never shows.
The last info I get is /stand/sysinstall running as init on vty0 and it
stops. It dont do anything more.
FreeBSD 4.8(and 4.9 i guess, havent tried yet) works.

Any sollution?
Btw, I have set the OS to be 'Other' in BIOS.


-- 
Med vennlig hilsen / Best regards
Christer Solskogen
http://dtz.cjb.net - http://carebears.mine.nu

Cheap, but not as cheap as your girlfriend!
-Spider Jerusalem

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


Re: Postfix locks 5.1-servers?

2003-10-29 Thread Christer Solskogen

 Hi,
 are anyone familiar with conditions where postfix may bring a 5.1-p10
 server to a halt, making the server accept incoming ports (such as 22) but
 serve nothing, making getty(8) become non-respondent (pressing enter
 doesn't give any feedback) and making the server ignore ctrl-alt-del etc?

 I've got two boxes running FreeBSD 5.1-p10 and Postfix 2.0.10,1 and
 2.0.13,1. They also have a java process (v1.3.1 and v1.4.1) running, but
 that one is an extremely tiny process that can only be accessed from one
 specific IP and when executing lives for a couple of milliseconds.

 Does this ring any bells with anyone? We've been at it for a while and not
 being able to figure it out. The boxes are quite different hardwareish, so
 I don't suspect that being the problem.



I cant recall any problems with postfix and 5.1-p10, but why dont you run
the latest version of postfix?
Try upgrading postfix to postfix-2.0.16,1. Maybe it will resolve your
problem.

-- 
Med vennlig hilsen / Best regards
Christer Solskogen
http://dtz.cjb.net - http://carebears.mine.nu

Cheap, but not as cheap as your girlfriend!
-Spider Jerusalem

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


backup doesn't compare to primary bootblock

2003-10-09 Thread Christer Solskogen
I`m getting that error when trying to run fsck_msdos on one of my
partitions. This also make my system not-bootable(that is, i can boot, but
i have to run fsck manually.)
the part will mount, no problem there :/

Running FreeBSD 5.1-RELEASE-p10.


-- 
Med vennlig hilsen / Best regards
Christer Solskogen
http://dtz.cjb.net - http://carebears.mine.nu

Cheap, but not as cheap as your girlfriend!
-Spider Jerusalem

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


Re: backup doesn't compare to primary bootblock

2003-10-09 Thread Christer Solskogen

 On Thu, 9 Oct 2003, Christer Solskogen wrote:

 I`m getting that error when trying to run fsck_msdos on one of my
 partitions. This also make my system not-bootable(that is, i can boot,
 but
 i have to run fsck manually.)
 the part will mount, no problem there :/

 Sounds like fsck_msdos has become fsck_ffs somehow.  What happens if you
 run fsck_msdos manually?


I run fsck_msdos manually ;-)

-- 
Med vennlig hilsen / Best regards
Christer Solskogen
http://dtz.cjb.net - http://carebears.mine.nu

Cheap, but not as cheap as your girlfriend!
-Spider Jerusalem

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


mounting vfat at boot

2003-10-05 Thread Christer Solskogen
FreeBSD 5.1-RELEASE

I got the following lines in my /etc/fstab :

/dev/ad1s1  /mnt/dmsdos   rw  -m 775,user
/dev/ad0s2  /mnt/emsdos   rw, -m 775,user

And everytime i reboot(dual system) it stops when doing a fsck.

fsck: exec /usr/sbin/fsck_msdos for /dev/ad1s1: No such file or
directory 
fsck: exec /usr/sbin/fsck_msdos for /dev/ad0s2: No such file or
directory

(it makes the system go into non-network mode, with just root.)
if i 'exit' that, the system boots nicely(it even MOUNTS my vfat
drivers)

it seems just like it cant fsck my disks(i dont want it to, either)


-- 
Med Vennlig Hilsen / Best regards
Christer Solskogen
http://carebears.mine.nu/~solskogen


When you're up to your nose in shit,
be sure to keep your mouth shut.

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


Cant build mysql323-server

2003-09-22 Thread Christer Solskogen
While trying to build mysql-server i get this:

Making all in mysys
Making all in extra
/bin/sh ../libtool --mode=link cc  -DDBUG_OFF -O -pipe -march=pentium2   
-o resolveip  resolveip.o ../mysys/libmysys.a  ../dbug/libdbug.a
../strings/libmystrings.a -lz -lcrypt -lm  -pthread
cc -DDBUG_OFF -O -pipe -march=pentium2 -o resolveip resolveip.o
../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lz
-lcrypt -lm -pthread
resolveip.o: In function `main':
resolveip.o(.text+0x315): undefined reference to `__h_errno'
*** Error code 1

Stop in /tmp/files/ports/databases/mysql323-server/work/mysql-3.23.58/extra.
*** Error code 1

Stop in /tmp/files/ports/databases/mysql323-server/work/mysql-3.23.58.
*** Error code 1

Stop in /tmp/files/ports/databases/mysql323-server/work/mysql-3.23.58.
*** Error code 1

Stop in /files/ports/databases/mysql323-server.


Running FreeBSD 5.1-RELEASE


-- 
Med vennlig hilsen / Best regards
Christer Solskogen
http://dtz.cjb.net - http://carebears.mine.nu

Cheap, but not as cheap as your girlfriend!
-Spider Jerusalem

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