Re: rc.conf reloaded

2005-03-15 Thread Giorgos Keramidas
On 2005-03-15 08:33, Bernt Hansson [EMAIL PROTECTED] wrote:
 Hello.

 I want to reread the rc.conf file without reboot.

Why?

What you probably want is to apply some change in the settings of rc.conf.
This can usually be done by restarting just the affected components.

There *are* a few changes of rc.conf that may ultimately affect too many
components and/or services of the running system that a plain reboot may be
the best option you have, but you would have to give us more details about
the changes you made before we tell you what's the best thing to do.

What is it exactly that you changed in rc.conf?

 How does one do that?

 /etc/netstart restarts the network but /etc/rc.conf does nothing.

True.

The rc.conf file doesn't do anything.  It merely contains options and flags
for other startup scripts.  Depending on your FreeBSD version, the scripts
that are affected by rc.conf's contents are either the /etc/rc.* files (for
versions released before FreeBSD 5.3) or /etc/rc.d/* (for 5.3 and newer
releases).

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


RE: HP LJ 1100 setup

2005-03-15 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 On 14 Mar Ted Mittelstaedt wrote:
 [EMAIL PROTECTED] wrote:
 Try Andreas' GREAT printer port, print/apsfilter, which is one of
 hte best things in ports.  How come it's so completly unknown?
 
 Ghostscript supports the HP1100 directly.  So there's no need to deal
 with the other printer drivers, which should make it easy for you.
 
 Since you already installed apsfilter (which is unnecessary BTW) just
 run the following:
 
 I run a hp1100 myself here _and_ use apsfilter. Wouldn't want it any
 other way. 

The OP already said he tried apsfilter and it didn't work.

apsfilter is a pre-postscript filter so obviously the OP's problem
is something in how ghostscript is being tied into his printer.
He needs to fix that first before apsfilter will do anything for
him.

When troubleshooting, break everything into it's components and attack
them one at a time.

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


Re: Getting rid of message: unknown: PNP0700 can't assign resources (port)

2005-03-15 Thread abu khaled
 unknown: PNP0303 can't assign resources (port)
   * Standard 101/102-Key or Microsoft Natural PS/2 Keyboard *

 unknown: PNP0c02 can't assign resources (memory)
   * Motherboard resources * ? NO IDEA !!!

 unknown: CRX0001 can't assign resources (memory)
   * Cyrix MediaGX *

 unknown: PNP0600 can't assign resources (port)
   * Primary IDE Channel *

 unknown: PNP0600 can't assign resources (port)
   * Primary IDE Channel *

 unknown: PNP0501 can't assign resources (port)
   * Communications Port *

 unknown: PNP0700 can't assign resources (port)
   * Standard floppy disk controller *

 unknown: PNP0401 can't assign resources (port)
   * ECP Printer Port *

 unknown: PNP0501 can't assign resources (port)
   * Communications Port *

 unknown: CRX0002 can't assign resources (port)
   * Cyrix XpressAUDIO(TM) 16-bit Sound *

Google is your friend here I just did a search for CRX0001 and got
many hits. I don't that hardware in my system.

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


Re: Why not?

2005-03-15 Thread Loren M. Lang
On Mon, Mar 14, 2005 at 10:55:00AM -0500, Bart Silverstrim wrote:
 
 On Mar 14, 2005, at 7:39 AM, Giorgos Keramidas wrote:
 
 On 2005-03-13 16:53, Bart Silverstrim [EMAIL PROTECTED]  
 wrote:
 
 On the contrary, there are numerous cases when local patches, specific
 to the distribution of Linux that is used, are used:
 
 https://www.redhat.com/archives/linux-lvm/2002-November/msg00050.html
 http://www.redhat.com/archives/fedora-announce-list/2004-February/ 
 msg00018.html
 
 Backported fixes are not evil, but they are bad when they are available
 only if you are running FooLinux version X.
 
 Just for drivers? I wasn't sure what DM was...are any of these patches  
 that were released available as source for other Linux kernels, or are  
 these things being released without ever giving out the source to  
 integrate with the primary Linux kernel tree?

Device mapper which is to linux as geom is to freebsd.  The code was
already part of the official linux 2.6 sources, redhat just wanted to
use a 2.4 kernel, but still have the device mapper system up to date
with 2.6.

 
 But still, there is one source kernel, and unless the vendors did
 something proprietary (which I don't believe they're supposed to be
 allowed to do), you can compile your own kernel with your own set of
 enabled and disabled features from the Linux kernel source tree
 whether you're running Red Hat or Debian; it may break if that
 particular distro is depending on certain features as you have it
 configured and you fubar the new kernel's config, but it is still a
 matter of tweaking that configuration to get it working again.
 
 Hardly.  Configuration changes will never fix a driver that is only
 available as a patch to the kernel source tree, when the patch fails
 to apply, build or install correctly -- a common case with some drivers
 (i.e. Cisco VPN or SysKonnect).
 
 You're right, if you have an application that requires modification to  
 the kernel then config changes won't fix it.  But that isn't the common  
 case, and you should be able to take that application and apply it to  
 the kernel tree source to create the working version, no?  Or are they  
 distro specific?  In the few times I ran into it the melding wasn't  
 distro-specific.

The biggest problem with all the various linux kernel is that, since
linus chose to make linux be intolerant of binary drivers, you need the
exact kernel that a driver was compiled for.  Some vendors like nvidia
provide a wrapper around their binary driver to avoid this, but many
vendors shipping binary-only driver do not as was the case with my wifi
card.  I have to have one specific kernel of one specific linux distro,
neither of which I was using at the time.

 
 Let us put aside for a while the blatant error of considering three
 distinct systems as one, when they are just that: three distinct  
 systems
 that just happen to share a lot of code and like cooperating on work
 that is a benefit for all three.
 
 Then it would best be summed up as a difference in opinion over  
 operations management and organization management.
 
 I can't download the sources for NetBSD's kernel, compile it on my
 FreeBSD box, and have it work no matter how much tweaking I do to the
 configuration...if I'm wrong, please someone correct me.
 
 Actually, you can.  The NetBSD folks state that only a system  
 relatively
 compliant with POSIX is required for cross-building NetBSD on a local,
 non-NetBSD system:
 
 http://cvsweb.netbsd.org/bsdweb.cgi/src/BUILDING?rev=1.53content- 
 type=text/x-cvsweb-markup
 (See the REQUIREMENTS section.)
 
 No, I didn't mean compile it and deploy it.  I mean replace my system's  
 kernel with that kernel and have it work.  The source trees are  
 different, the resulting kernel would expect to work on a NetBSD  
 *system*, not a FreeBSD system with a NetBSD kernel.
 
 Redundancy is good from a survival perspective.  Diversity is also  
 good,
 from an evolutionary perspective.  For every bad thing Linus can say
 about having separate teams working on the systems they enjoy working
 with, we can probably come up with htwo reasons why this is good.
 
 Again, it's a difference in organization and management opinion.
 
 Hardly.  Otherwise, it would be easy to point a browser to a single,
 central place and browse the history of the Linux kernel from 0.9.x to
 1.x and then to 2.x.  The fact that some bits are available in a
 proprietary repository somewhere is not good enough.
 
 I was under the impression that kernel.org was the authoritative source  
 for the Linux kernel.  What people are doing on the side was their own  
 project.  *shrug*  I could be wrong :-)

kernel.org is the official source of straight vanilla linux, but no
distros use vanilla linux, they all have tons of patchs applied to it,
some more than others.  Even source code device drivers sometimes have
trouble compiling with these heavily patch kernels.  Each distro has too
worry about what security patches their 

Re: Why not?

2005-03-15 Thread markzero
  I was under the impression that kernel.org was the authoritative source  
  for the Linux kernel.  What people are doing on the side was their own  
  project.  *shrug*  I could be wrong :-)
 
 kernel.org is the official source of straight vanilla linux, but no
 distros use vanilla linux, they all have tons of patchs applied to it,
 some more than others.  Even source code device drivers sometimes have
 trouble compiling with these heavily patch kernels.  Each distro has too
 worry about what security patches their version of the kernel needs.
 It's not nearly as clean as the way the BSDs do it.

Slackware Linux uses a vanilla kernel, it's famed for it. Interestingly
enough, you can use NetBSD pkgsrc on Slackware. It's probably the only
distro that's clean and plain enough for it to work on...

Mark

-- 
PGP: http://www.darklogik.org/pub/pgp/pgp.txt
B776 43DC 8A5D EAF9 2126 9A67 A7DA 390F DEFF 9DD1


pgp1EVlQ24LvZ.pgp
Description: PGP signature


Re: D-Link NIC.

2005-03-15 Thread Fabian Keil
Fabian Keil [EMAIL PROTECTED] wrote:

 gabriel [EMAIL PROTECTED] wrote:
 
  Thats a good script. How did you install the ndis driver/wrapper? -
  Cause I think some of the problem may be there.
 
 I copied the files w22n50.sys and w22n51.inf out of the
 Windows partition to /usr/src/sys/modules/if_ndis,
 
 ndiscvt -i w22n51.inf -s w22n50.sys ndis_driver_data.h
 make install
 
 did the rest.

After updating to 5.4-PRERELEASE yesterday and trying to rebuild
if_ndis, I noticed that the above is incomplete. The correct way
to generate the ndis_driver_data.h is:

ndiscvt -i w22n51.inf -s w22n50.sys -o ndis_driver_data.h

Otherwise the header is printed to stdout.

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


Shared object libintl.so.5 not found error when installinglogrotate port - how to solve this?

2005-03-15 Thread Olaf Greve
Hi all,
I have run into a weird issue, which for some reason doesn't want to get 
resolved.

I am using FreeBSD 5.2.1 Release i386, and my ports tree is recent (via 
 /usr/local/bin/cvsup -g -L 2 /root/ports-supfile).

However, when trying to install the logrotate port (i.e. version 
logrotate-3.7_3 - located in /usr/ports/sysutils/logrotate/), I keep 
getting the following error:

**
millennics# make install
===  Building for logrotate-3.7_3
/libexec/ld-elf.so.1: Shared object libintl.so.5 not found
*** Error code 1
Stop in /usr/ports/sysutils/logrotate.
**
Now, I tried perform a 'make clean' and a 'make depend' as well, but all 
to no avail.

Searching on the Internet suggests that this is due to 'gettext'. So, I 
tried reinstalling that as well, but still, no luck.

The installed gettext packages are:
**
millennics# pkg_info | grep gette
gettext-0.14.1  GNU gettext package
p5-gettext-1.03 Message handling functions
**
I guess this is basically o.k., right?!?
Soo, the question then winds down to how to resolve this. Can anyone 
tell me how I can fix this problem?

Cheers!
Olafo
PS: down below I've copied the last part of the 'make reinstall' output 
of gettext, as well as the output of the subsequent 'make install' 
output of logrotate...

**
mkdir -p -- . /usr/local/share/doc/gettext/examples
 install  -o root -g wheel -m 444 installpaths 
/usr/local/share/doc/gettext/examples/installpaths
cd /usr/ports/devel/gettext/work/gettext-0.14.1/gettext-runtime/man  
make uninstall-html
for file in gettext.1.html ngettext.1.html envsubst.1.html 
gettext.3.html ngettext.3.html  textdomain.3.html bindtextdomain.3.html 
bind_textdomain_codeset.3.html; do  rm -f 
/usr/local/share/doc/gettext/$file;  done
cd /usr/ports/devel/gettext/work/gettext-0.14.1/gettext-tools/man  
make uninstall-html
for file in msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.html 
xgettext.1.html  msgattrib.1.html msgcat.1.html msgcomm.1.html 
msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html 
msggrep.1.html msginit.1.html msguniq.1.html  gettextize.1.html 
autopoint.1.html; do  rm -f /usr/local/share/doc/gettext/$file;  done
install-info --quiet /usr/local/info/autosprintf.info /usr/local/info/dir
install-info --quiet /usr/local/info/gettext.info /usr/local/info/dir
===   Compressing manual pages for gettext-0.14.1
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for gettext-0.14.1
millennics# cd /usr/ports/sysutils/logrotate/
millennics# make install
===  Building for logrotate-3.7_3
/libexec/ld-elf.so.1: Shared object libintl.so.5 not found
*** Error code 1

Stop in /usr/ports/sysutils/logrotate.
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Serial console

2005-03-15 Thread Daniel Bye
Hi all,

Please forgive the FAQ - this is really baffling me now.  I am trying
to get the serial console running on a new server.  The BIOS is set up
the same as the other machines where the console works fine, BAUD rate,
flow control etc all as expected.  The BIOS includes a setting to
control console redirect - it's currently set to Boot loader, the
other two options being disable or Always - we tried this latter
yesterday, but to no effect.

/boot/loader.rc contains this:

include /boot/loader.4th
start
boot-conf -Dh


/boot/loader.conf is empty.  I have altered /etc/ttys to show this:

ttyd0   /usr/libexec/getty std.9600   vt100   on secure


sio0's entry in /boot/device.hints looks like this:

hint.sio.0.at=isa
hint.sio.0.port=0x3F8
hint.sio.0.flags=0x10
hint.sio.0.irq=4


We tried 0x30 in flags as well, but to avail.

It is running 5.3-RELEASE-p5, using GENERIC.

The machine boots - you see the BIOS POST, the SATA controller comes up,
then you see FreeBSD's boot messages on the console.  As soon as the
kernel launches, we get the login: prompt and then nothing.  So, we know
the hardware works; the problem is something I am doing with the kernel
config.  As I said, this setup is the same as a machine running the same
hardware, that is known to be working.

I have read the appropriate bits in the Handbook and the FAQ, as well as
a couple of other sites, and have set up serial consoles on numerous
occasions in the past.  I'm just having a major brain fart this morning.
Can anyone see what I'm doing wrong?

Cheers,

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpqx3h7cmOuW.pgp
Description: PGP signature


all links broken

2005-03-15 Thread Weadick, Chris
http://doc.ctrlaltdel.ch/freebsd/tutorials/fonts/fonts.html
 
not sure who owns this site or if it was just snaffued... but the links
for font download locations are likely not what was expected. Most are
broken and one forwards you to a few questionable sites.
 
please drop me a note when you get the page fixed, made for some
interesting reading... well before the links.
 
thanks
chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfw and nmap

2005-03-15 Thread Eric McCoy
daniel quinn wrote:
i've been experimenting with ipfw since moving some of my machines from linux 
to freebsd and i've run across an oddity wrt nmap and freebsd firewalls.  it 
doesn't seem to work and the activity isn't logged either.

the firewall is working though.  ssh goes through, while other ports are being 
blocked (and logged).  i've confirmed this with telnet.  but nmap still comes 
up empty.  i'd like to be able to do a proper portscan, but is this a feature 
with ipfw or a lack of feature in nmap?
I am not entirely sure what problems you are seeing.  It sounds like you 
are saying that the firewall works properly, and nmap correctly 
identifies open/closed/filtered ports, but you are getting nothing in 
your ipfw log indicating that a scan is happening.  Is that correct?

If so, the problem is that nmap has a variety of scans which are 
designed not to be caught by firewall logs.  If you try a TCP connect() 
port scan (-sT I think) it will show up in the firewall's logs.

If you want to catch all manner of port scans, you will have to use 
something like Snort.

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


Re: questions regarding $PAGER

2005-03-15 Thread Charles Swiger
On Mar 15, 2005, at 1:46 AM, Adam Michalak wrote:
I have a few questions regarding the pagers more and less.
If I type man more at the prompt i get the man page for less
are more and less now considered interchangeable?
FreeBSD might actually ship with less configured to replace more.
When I do view a file with more my percentage of the file
viewed is displayed in the bottom right hand screen.
However when I view a manpage the number of bytes viewed
as opposed to percentage is displayed at the bottom right
hand of the screen.  How can i set this so that percentage is
displayed by default?
Consider adding something like this to your shell startup:
LESS='-cdegiMMs -h20 -j4'
export LESS
[ If you use tcsh, use setenv instead. ]
--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot problems afther reinstall windows

2005-03-15 Thread Alex de Kruijff
Windows was able to boot afhter I installed it. I never touched
boot.ini. The content would have been:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP Professional 
/fastdetect /NoExecute=OptIn

I now use a different solution. Instead of the freebsd bootloader
(boot0). I now use the windows bootloader. I copied boot1 to
c:\freebsd.bin. Then modified windows boot.ini as follow:

[boot loader]
timeout=10
default=c:\freebsd.bin
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP
Professional /fastdetect /NoExecute=OptIn
c:\freebsd.bin=FreeBSD 5

This works for me. I still wonder why the stuff below didn't work. In
the past I would do this with /stand/sysinstall. But I don't dare to do
this with FreeBSD 5 because of drive geometric warnings.


On Tue, Mar 15, 2005 at 02:12:46AM +, Jason Henson wrote:
 What is in your windows boot.ini file?
 
 
 On 03/14/05 11:13:49, Alex de Kruijff wrote:
 Hi,
 
 I've recently reinstalled windows. Windows removes the MBR as you
 know.
 So ather I installed it I set partion 1 (FreeBSD) active and  
 rebooted.
 Then I followed the handbook and did fdisk -B -b /boot/boot0 ad0. Now
 I
 get the orginal screen afther booting. Only it beeps when I press F2
 (Windows). I can mount the second partion on FreeBSD, but cant boot.
 Any
 ideas to what I'm missing here?
 
 # fdisk
 *** Working on device /dev/ad0 ***
 parameters extracted from in-core disklabel are:
 cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl)
 
 Figures below won't work with BIOS for partitions not in cyl 1
 parameters to be used for BIOS calculations are:
 cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl)
 
 Media sector size is 512
 Warning: BIOS sector numbering starts with sector 1
 Information from DOS bootblock is:
 The data for partition 1 is:
 sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
 start 63, size 20971377 (10239 Meg), flag 80 (active)
 beg: cyl 0/ head 1/ sector 1;
 end: cyl 1023/ head 104/ sector 63
 The data for partition 2 is:
 sysid 12 (0x0c),(DOS or Windows 95 with 32 bit FAT (LBA))
 start 20980890, size 20948760 (10228 Meg), flag 80 (active)
 beg: cyl 1023/ head 0/ sector 1;
 end: cyl 1023/ head 254/ sector 63
 The data for partition 3 is:
 sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
 start 41942880, size 446454288 (217995 Meg), flag 80 (active)
 beg: cyl 1023/ head 210/ sector 1;
 end: cyl 1023/ head 80/ sector 63
 The data for partition 4 is:
 UNUSED
 
 --
 Alex
 
 Please copy the original recipients, otherwise I may not read your
 reply.
 WWW: http://www.kruijff.org/alex/FreeBSD/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions- 
 [EMAIL PROTECTED]
 
 
 
 

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dd on samba

2005-03-15 Thread Pietro Cerutti
On Mon, 14 Mar 2005 19:53:12 -0300, Alejandro Pulver
[EMAIL PROTECTED] wrote:
 
 Hello,

Hi there,

 
 I have free space between two slices to I tried to do the same as you.

Thank you!
 
 When you have the image of a slice generated by 'dd', it contains its
 partitions and filesystems. First you may want to make that slice image
 (file) to appear in '/dev', so you can manipulate its partitions. This
 is done (in FreeBSD 5.X, if you use 4.X use'vnconfig', there are
 examples in the Handbook) like with a CD-ROM ISO image (see the
 Handbook-Storage):
 
 mdconfig -a -t vnode -f file -u n
 
 It will appear in '/dev' as 'mdn', with its partitions, like the
 following:
 
 md1a
 md1c
 [...]
 
 So you can mount them, dump them, etc., like with a slice (in fact,
 it is an image of a slice).
 
 When you end what you want to do with it, do (after unmounting the
 partitions):
 
 mdconfig -d -u n
 
 Best Regards,
 Ale
 

Great, this is what I was searching for!
Thank you once more!

Best regards,


-- 
Pietro Piter Cerutti
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Beansidhe - SwiSS Death / Thrash Metal
www.beansidhe.ch

Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming or what?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Filesystem creation with integrated bad-block detection

2005-03-15 Thread Lowell Gilbert
Pásztor Richárd [EMAIL PROTECTED] writes:

 I wonder if it would be possible to implement under freeebsd an
 interesting feature
 which can be found in linux:
 
 mkfs.ext2(8)
 ...
 -c
 Check the device for bad blocks before creating the file system. If
 this option is specified twice, then a slower, destructive, read-write
 test is used instead of a fast read-only test.
 ...

FreeBSD has some tools in this area (see, for example, badsect(8)),
but they have largely atrophied.

 I searched the archive for this subject, and i found that simple
 answer that modern hard drives have
 the so called spare sectors, and if they cant do these reallocations
 transparently because they
 ran out of those reserved sectors - throw the drive into the trash.
 But what abou using freebsd on older machines with hard drives that
 dont support spare sectors?
 Having a few bad sectors doesnt mean that a 4-5 Gb driver is useless
 because one isnt able to mark those
 few sectors.

If the disk is multiple gigabytes, then it's unlikely to be old enough
to lack spare sector support.  IDE has been standard for a *long* time
now, and from my experience, pretty much *every* IDE drive *ever* has
come with block remapping turned on by default.

See the FAQ entry on the subject:
 What do I do when I have bad blocks on my hard drive?
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#AWRE
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot problems afther reinstall windows

2005-03-15 Thread Jerry McAllister
 
 Windows was able to boot afhter I installed it. I never touched
 boot.ini. The content would have been:
 
 [boot loader]
 timeout=30
 default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
 [operating systems]
 multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP 
 Professional /fastdetect /NoExecute=OptIn
 
 I now use a different solution. Instead of the freebsd bootloader
 (boot0). I now use the windows bootloader. I copied boot1 to
 c:\freebsd.bin. Then modified windows boot.ini as follow:
 
 [boot loader]
 timeout=10
 default=c:\freebsd.bin
 [operating systems]
 multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP
 Professional /fastdetect /NoExecute=OptIn
 c:\freebsd.bin=FreeBSD 5
 
 This works for me. I still wonder why the stuff below didn't work. In
 the past I would do this with /stand/sysinstall. But I don't dare to do
 this with FreeBSD 5 because of drive geometric warnings.
 

Remember there are two boot blocks, so to speak.
There is the MBR that lets you choose which slice to boot.  There is 
only one of those per disk and it lives in sector 0 of the disk.
The MBR generally has a standard calling sequence (that the Bios calls)
and sets things up to a fairly standard condition and looks for
standard appearing boot sectors in slices and makes a standard
call to the selected slice's boot sector.   Almost any MBR that
knows how to recognize a standard boot sector in a slice and lets
you choose between them if there are more than one can be used
interchangeably.

Then there is the boot block with the actual boot loader that starts 
pulling the OS from the bootable partition.   On a multi boot disk 
there are several - one per each bootable slice and they live in the 
boot sector of each slice.Those are specific to the OS they are 
booting.  Though their calling sequence is standard, what they have 
to do to load and start their own OS is not.

I am guessing that you managed to overwrite or damage the MS slice'
boot sector while you were doing things, or didn't get it written
to the slice properly when you reloaded or something like that.
Even though you put the MBR back with FreeBSD's fdisk, did you
also make sure that the MS slice had its own boot loader?   Anyway
you did when you put the MS boot loader back.   So it works now.

jerry

 
 On Tue, Mar 15, 2005 at 02:12:46AM +, Jason Henson wrote:
  What is in your windows boot.ini file?
  
  
  On 03/14/05 11:13:49, Alex de Kruijff wrote:
  Hi,
  
  I've recently reinstalled windows. Windows removes the MBR as you
  know.
  So ather I installed it I set partion 1 (FreeBSD) active and  
  rebooted.
  Then I followed the handbook and did fdisk -B -b /boot/boot0 ad0. Now
  I
  get the orginal screen afther booting. Only it beeps when I press F2
  (Windows). I can mount the second partion on FreeBSD, but cant boot.
  Any
  ideas to what I'm missing here?
  
  # fdisk
  *** Working on device /dev/ad0 ***
  parameters extracted from in-core disklabel are:
  cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl)
  
  Figures below won't work with BIOS for partitions not in cyl 1
  parameters to be used for BIOS calculations are:
  cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl)
  
  Media sector size is 512
  Warning: BIOS sector numbering starts with sector 1
  Information from DOS bootblock is:
  The data for partition 1 is:
  sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
  start 63, size 20971377 (10239 Meg), flag 80 (active)
  beg: cyl 0/ head 1/ sector 1;
  end: cyl 1023/ head 104/ sector 63
  The data for partition 2 is:
  sysid 12 (0x0c),(DOS or Windows 95 with 32 bit FAT (LBA))
  start 20980890, size 20948760 (10228 Meg), flag 80 (active)
  beg: cyl 1023/ head 0/ sector 1;
  end: cyl 1023/ head 254/ sector 63
  The data for partition 3 is:
  sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
  start 41942880, size 446454288 (217995 Meg), flag 80 (active)
  beg: cyl 1023/ head 210/ sector 1;
  end: cyl 1023/ head 80/ sector 63
  The data for partition 4 is:
  UNUSED
  
  --
  Alex
  
  Please copy the original recipients, otherwise I may not read your
  reply.
  WWW: http://www.kruijff.org/alex/FreeBSD/
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions- 
  [EMAIL PROTECTED]
  
  
  
  
 
 -- 
 Alex
 
 Please copy the original recipients, otherwise I may not read your reply.
 WWW: http://www.kruijff.org/alex/FreeBSD/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, 

Re: after init messeages

2005-03-15 Thread Lowell Gilbert
Omer Faruk Sen [EMAIL PROTECTED] writes:

 Hi, Is it possible to disable messages that was given by rc_ng to the
 console? 

Well, at least you could edit the scripts.  Look at rc.conf(5),
though: maybe setting rc_info would do what you want?

Personally, I think it's a better idea to just use a different console
and let your normal console get the debug output.

  Maybe by disabling console entry in ttys file ?

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


Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Tom Trelvik
Gert Cuykens wrote:
can i do controle C when i want to go to sleep while upgrading ?
	A cleaner solution, regardless of whatever you're running that you'd 
like to ^c, is to just let it run inside a screen session and reattach 
to the screen session later to see how it went.

Screen should be every sysadmin's best friend.  =)
Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Brian John
 Gert Cuykens wrote:
  can i do controle C when i want to go to sleep while upgrading ?

 A cleaner solution, regardless of whatever you're running that
you'd
 like to ^c, is to just let it run inside a screen session and reattach
 to the screen session later to see how it went.

 Screen should be every sysadmin's best friend.  =)

What exactly is a screen session?

/Brian

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


Re: IPFW or pf?

2005-03-15 Thread Lowell Gilbert
Andreas Davour [EMAIL PROTECTED] writes:

 I have read the handbook about firewalls, and compiled my kernel
 without switching on any explicit support for pf.
 
 Now, when I ran the mergemaster it suddenly found a lot of references
 to pf in my startup scripts.

The startup scripts support pf, but do not require it.

 Is pf some kind of mandatory part of the base system these days? I
 thought it was some kind of alternative to IPFW, but now I'm no longer
 so sure.

It is a part of the base system.  It is always present just like ipfw,
but its use is not required.

 Can someone tell me if it's ok to just use IPFW on my STABLE system,
 or is there some other knobs in the kernelconfig I should toggle to
 turn off pf support?

You are fine the way you are.  I recommend letting mergemaster update
the default pf startup files, so that it won't ask about them next
time, but it doesn't really matter if you're not using pf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rc.subr startup question

2005-03-15 Thread Doug Poland
On Tue, Mar 15, 2005 at 08:19:17AM +0200, Giorgos Keramidas wrote:
 On 2005-03-14 15:56, Doug Poland [EMAIL PROTECTED] wrote:
 
  I'm running 5.3-STABLE and I want to write a startup script for
  ports/sysutils/mcron.  The twis is, I want an mcron process for
  each user I specify in an external file.  For example...
 
... snip ...
 
  This does not work because run_rc_command checks to see if the process
  is already running before attempting to launch another instance.
 
 Are you, by any chance, setting $pidfile to anything that is not shown
 above?  The check_pidfile() check is disabled when $pidfile is empty.
 
no

  Perhaps this is something best accomplished in /etc/rc.local?
 
 Probably.
 
That's what I did.  Not as elegant, but quick, easy, and it works.
Thanks for your help.


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


Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Michael C. Shultz
On Tuesday 15 March 2005 06:17 am, Tom Trelvik wrote:
 Gert Cuykens wrote:
  can i do controle C when i want to go to sleep while upgrading ?

   A cleaner solution, regardless of whatever you're running that you'd
 like to ^c, is to just let it run inside a screen session and
 reattach to the screen session later to see how it went.

   Screen should be every sysadmin's best friend.  =)

 Tom

Tom, mind providing a link that tells us non-sysadmins how to do this?

Thank you,

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


mounting network share problem

2005-03-15 Thread NetAdmin
Hello, FreeBSD support team,

I have some problems with network configuration in FreeBSD.
My task is to mount network share on Win2003 server
(Network with domain) to some folder, for example, /mnt

I wrote:
# mount_nfs server:share /mnt

and see error:
[udp] RPC: RPC timeout

But my computer sees all computers in domain when ping some of
them...

-- 
Best regards,
 NetAdmin  mailto:[EMAIL PROTECTED]


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


Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Jan Grant
On Tue, 15 Mar 2005, Michael C. Shultz wrote:

 On Tuesday 15 March 2005 06:17 am, Tom Trelvik wrote:
  Gert Cuykens wrote:
   can i do controle C when i want to go to sleep while upgrading ?
 
  A cleaner solution, regardless of whatever you're running that you'd
  like to ^c, is to just let it run inside a screen session and
  reattach to the screen session later to see how it went.
 
  Screen should be every sysadmin's best friend.  =)
 
  Tom
 
 Tom, mind providing a link that tells us non-sysadmins how to do this?

He's referring to the misc/screen port. The man page is pretty 
comprehensive. It basically gives you virtual terminal sessions that 
you can attach, detach and reattach a client to without disturbing the 
underlying session.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287864 or +44 (0)117 9287088 http://ioctl.org/jan/
Random act of violence against bread: whole pint.
  -- extract from the Hawk the Slayer drinking game
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Chris Hodgins
On Tue, 15 Mar 2005 06:45:24 -0800, Michael C. Shultz
[EMAIL PROTECTED] wrote:
 On Tuesday 15 March 2005 06:17 am, Tom Trelvik wrote:
  Gert Cuykens wrote:
   can i do controle C when i want to go to sleep while upgrading ?
 
A cleaner solution, regardless of whatever you're running that you'd
  like to ^c, is to just let it run inside a screen session and
  reattach to the screen session later to see how it went.
 
Screen should be every sysadmin's best friend.  =)
 
  Tom
 
 Tom, mind providing a link that tells us non-sysadmins how to do this?
 
 Thank you,
 
 -Mike

You might find this helpful.  Screen is very useful.

http://www.samag.com/documents/s=9142/sam0405f/

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


Re: questions regarding $PAGER

2005-03-15 Thread Dan Nelson
In the last episode (Mar 14), Adam Michalak said:
 I am running FreeBSD 5.3-Release
 
 I have a few questions regarding the pagers more and less. If I type
 man more at the prompt i get the man page for less are more and
 less now considered interchangeable?
 
 When I do view a file with more my percentage of the file viewed is
 displayed in the bottom right hand screen.
 
 However when I view a manpage the number of bytes viewed as opposed
 to percentage is displayed at the bottom right hand of the screen. 
 How can i set this so that percentage is displayed by default?

Manpages are stored compressed, so 'less' always gets input from stdin
and doesn't know the size of the document until you have hit the
bottom.  Load up a manpage, hit End, then Home, and you will see that
it now displays a percentage.  Searching for a string that doesn't
exist will also cause it to read the entire file and start giving you a
percentage.
 
 my output of echo $PAGER is more.

In that case, don't hit End, since when 'less' is emulating 'more', it
exits itself when you hit the end of the document :)  'more' is a Posix
standard command and isn't supposed to do that, though, so don't count
on that behaviour.

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


Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Michael C. Shultz
On Tuesday 15 March 2005 07:02 am, Chris Hodgins wrote:
 On Tue, 15 Mar 2005 06:45:24 -0800, Michael C. Shultz

 [EMAIL PROTECTED] wrote:
  On Tuesday 15 March 2005 06:17 am, Tom Trelvik wrote:
   Gert Cuykens wrote:
can i do controle C when i want to go to sleep while upgrading
?
  
 A cleaner solution, regardless of whatever you're running
   that you'd like to ^c, is to just let it run inside a screen
   session and reattach to the screen session later to see how it
   went.
  
 Screen should be every sysadmin's best friend.  =)
  
   Tom
 
  Tom, mind providing a link that tells us non-sysadmins how to do
  this?
 
  Thank you,
 
  -Mike

 You might find this helpful.  Screen is very useful.

 http://www.samag.com/documents/s=9142/sam0405f/

 Chris

Thanks. Just read over the site/bookmarked it, very good information!

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


Re: Is this a good or a bad idea to delete all off this ?

2005-03-15 Thread Michael C. Shultz
On Tuesday 15 March 2005 07:02 am, Jan Grant wrote:
 On Tue, 15 Mar 2005, Michael C. Shultz wrote:
  On Tuesday 15 March 2005 06:17 am, Tom Trelvik wrote:
   Gert Cuykens wrote:
can i do controle C when i want to go to sleep while upgrading
?
  
 A cleaner solution, regardless of whatever you're running that
   you'd like to ^c, is to just let it run inside a screen session
   and reattach to the screen session later to see how it went.
  
 Screen should be every sysadmin's best friend.  =)
  
   Tom
 
  Tom, mind providing a link that tells us non-sysadmins how to do
  this?

 He's referring to the misc/screen port. The man page is pretty
 comprehensive. It basically gives you virtual terminal sessions
 that you can attach, detach and reattach a client to without
 disturbing the underlying session.

Thanks Jan for the port name.   Chris Hodgins just provided a good link 
with information about screen, it is nice to know the portname as 
well. :)

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


Re: Backup on DDS-4 tapes

2005-03-15 Thread Alex Zbyslaw
Ludo Koren wrote:
# /sbin/dump -Lu0 -B 41943040 -C 32 -f /dev/sa0 /usr
 

I would guess that your tape drive does hardware compression in which 
case the amount of data which fits on a tape is variable.  In such a 
case you can't tell dump how big the tape is -- I haven't used options 
like -B since 1600bpi reel-to-reel tapes, except in my day you specified 
how many feet of tape you had :-)

from man dump
-a  ``auto-size''.  Bypass all tape length considerations, and
enforce writing until an end-of-media indication is returned.
This fits best for most modern tape drives.  Use of this option
is particularly recommended when appending to an existing tape,
or using a tape drive with hardware compression (where you can
never be sure about the compression ratio).
Don't know -L, must be a 5.x thing.  Try:
/sbin/dump -Lu0 -a -C 32 -f /dev/sa0 /usr
I use -b 64 as well.
Use cpio/tar at your peril as they may not do devices right and may not 
understand filesystem flags.
--Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mounting network share problem

2005-03-15 Thread Alejandro Pulver
On Tue, 15 Mar 2005 16:55:14 +0200
NetAdmin [EMAIL PROTECTED] wrote:

 Hello, FreeBSD support team,
 
 I have some problems with network configuration in FreeBSD.
 My task is to mount network share on Win2003 server
 (Network with domain) to some folder, for example, /mnt
 
 I wrote:
 # mount_nfs server:share /mnt
 
 and see error:
 [udp] RPC: RPC timeout
 
 But my computer sees all computers in domain when ping some of
 them...
 
 -- 
 Best regards,
  NetAdmin  mailto:[EMAIL PROTECTED]
 

Hello,

Windows does not use NFS (natively), but it uses SMB networks (SMB is
the protocol). NFS usually comes with UNIX like systems (Linux, *BSD,
etc.).

The tool (server/client) for interacting with Windows networks is Samba.
It is available in the ports collection as 'net/samba' (version 2) or
'net/samba3' (version 3). The Samba version has nothing to do with the
protocol version, so you can install the one you want. The manual page
samba(7) lists all the client/server tools provided by the Samba
suite. It installs some documentation at '/usr/local/share/doc/samba/'.

For more information about Samba (docs, exmaples, etc.):

http://www.samba.org/

To configure a Samba server there are basic instructions at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-samba.html

But if you just want to mount a SMB share, you can use the type 'smbfs'
with mount (no port installation required). Alternatively you can use
the client programs that come with Samba.

Exmaple:

mount -t smbfs //[EMAIL PROTECTED]/share /mnt
or
mount_smbfs //[EMAIL PROTECTED]/share /mnt

See mount_smbfs(8) for more information (IP, WORKGROUP, etc.).

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


Re: firefox share profile in freebsd and windows!

2005-03-15 Thread Ean Kingston

 Ean Kingston said the following on 03/15/05 11:01:
 On March 14, 2005 08:55 pm, heccj wrote:

Ean Kingston said the following on 03/15/05 02:43:

Perhaps this is not proper site to place this question,but i just meet
this problem!

I want to share my firefox 1.0.1 profile in windows xp and freebsd
 5.3,i
can run with:firefox -safe-mode,it will freeze when i
use:firefox,obviousely,it's because of the extensions.When you setup
extensions in windows xp,firefox can't start in freebsd,when you setup
extensions in freebsd,firefox can't start in windows!Why?

Why? Because Windows XP and FreeBSD are completely different operating
systems. Their binaries are not compatible.


How to resovle
it?

If you can figure out how to keep the extensions directories separate
while keeping the rest of the preferences the same it should work.

At the worst, you could export your bookmarks from one and import them
into the other. Then you would just have to go through the preferences
and make sure the settings are the same otherwise.

The bookmarks and history or other data can share correctly,

 Good.

just
extesions!Some extensions can setup into the firefox program dir in
windows(can in freebsd?),


 I'm not sure what you are trying to say.
 just extensions can't work correctly.If all the extension can setup at
 firefox main  direcotory,this is not a problem,i can setup in windows
 and freebsd individually.Unfortunetly,only seral extension can setup
 like that!

You might have to start messing around in the firefox
configuration/property files to get that to work. Unfortunately, that is
beyond my capabilities. I think they are all text files so you should be
able to edit them with vi.



but most just setup into the profile extesions
dir.


 I believe you can simply move the extension to the global extensions
 directory
 and restart Firefox.
 I have tried,if the extesions at profile directory are moved into
 firefox's main directory,firefox can not find this extensions at all.

 If you try it, make a note of which extensions you moved because you
 might
 have to move them back.


If all the extension can select setup dir at setup time,perhaps this
problem can be resolved.




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



-- 
Ean Kingston
E-Mail: ean_AT_hedron_DOT_org
 PGP KeyID: 1024D/CBC5D6BB
   URL: http://www.hedron.org/


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


Re: rc.conf reloaded

2005-03-15 Thread Jeff Wirth
 On Tue, 15 Mar 2005 08:33:26 +0100, Bernt Hansson [EMAIL PROTECTED] wrote:
 Hello.
 
 I want to reread the rc.conf file without reboot.
 How does one do that?
 
 /etc/netstart restarts the network but /etc/rc.conf
 does nothing.
 
 Is it me or...

FAQs for FreeBSD:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#REREAD-RC

Recent thread on freebsd-questions: (reload rc.conf without rebooting)
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2005-March/thread.html#79339

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


error xserver

2005-03-15 Thread Gert Cuykens
error xserver cant find default font 'fixed'

So what does your magical glass bowl tell you about this error and how
to fix it so i can startup my xserver again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dovecot is broken in ports

2005-03-15 Thread Jim Trigg
On Mon, March 14, 2005 11:43 pm, Madhusudan Singh said:
 Hi

  Just want to report that dovecot seems to be broken :

 ===   Returning to build of dovecot-0.99.14
 ===   dovecot-0.99.14 depends on shared library: sasl2.2 - found
 ===   dovecot-0.99.14 depends on shared library: ldap-2.2.7 - found
 ===   dovecot-0.99.14 depends on shared library: iconv.3 - found
[snip]
 install: /usr/ports/mail/dovecot/work/dovecot-0.99.14/src/imap/imap: No
 such
 file or directory
 *** Error code 71

It looks to me like the problem must be in the ldap integration; I just
upgraded my copy last night with no problems, and do use sasl but not
ldap.

Jim
-- 
Jim Trigg, Lord High Everything Else  O-   /\
Hostmaster, Huie Kin family website\ /  ASCII RIBBON CAMPAIGN
Verger and System Administrator,XHELP CURE HTML MAIL
All Saints Church - Sharon Chapel  / \


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


Re: freebsd 4.x remote server instable...

2005-03-15 Thread Martin Hepworth
Hi

could be PSU or CPU fan problems.

I'd check those two first..yes I know it's a pain, but maybe the local
people could crack open the case and see if the CPU fan is OK (going
round well and not noisy).

---
Martin


On Mon, 14 Mar 2005 11:41:55 +0100, Christian Tischler [EMAIL PROTECTED] 
wrote:
 Hi,
 I take care of an remote 4.x server and everything worked fine for over
 an year, but now the box gets unreachable every now and then, but I have
 no clue why this could be.
 My question is what kind of logging facility I could run, I addition to
 the standart out of the box ones, that could tell me what leads to these
 crashes?
 Sorry for the poor description, but that is all I know, too.
 
 Christian
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: dovecot is broken in ports

2005-03-15 Thread Madhusudan Singh
On Tuesday 15 March 2005 11:08, Jim Trigg wrote:
 On Mon, March 14, 2005 11:43 pm, Madhusudan Singh said:
  Hi
 
   Just want to report that dovecot seems to be broken :
 
  ===   Returning to build of dovecot-0.99.14
  ===   dovecot-0.99.14 depends on shared library: sasl2.2 - found
  ===   dovecot-0.99.14 depends on shared library: ldap-2.2.7 - found
  ===   dovecot-0.99.14 depends on shared library: iconv.3 - found

 [snip]

  install: /usr/ports/mail/dovecot/work/dovecot-0.99.14/src/imap/imap: No
  such
  file or directory
  *** Error code 71

 It looks to me like the problem must be in the ldap integration; I just
 upgraded my copy last night with no problems, and do use sasl but not
 ldap.

 Jim

Thanks for your response.

However, any attempt to clean it, remove gnutls (pkg_delete) and install it
again fails with :

===  dovecot-0.99.14 Currently incompatible with security/gnutls.

I do not have gnutls installed now (just removed it). Why should I get this
message (even after make clean and make distclean) ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error xserver

2005-03-15 Thread Donald J. O'Neill
On Tuesday 15 March 2005 10:03 am, Gert Cuykens wrote:
 error xserver cant find default font 'fixed'

 So what does your magical glass bowl tell you about this error and
 how to fix it so i can startup my xserver again.
 ___

Hi Gert,

What it tells me is this from your previous post:

Is this a good or a bad idea to delete all off this ?

portmanager -sl

xorg-fontserver-6.7.0 dir -= /usr/ports/x11-servers/xorg-fontserver
COMMENT=        X font server from X.Org

xorg-fonts-type1-6.7.0 dir -= /usr/ports/x11-fonts/xorg-fonts-type1
COMMENT=        X.Org Type1 fonts

xorg-fonts-cyrillic-6.7.0 dir 
-= /usr/ports/x11-fonts/xorg-fonts-cyrillic
COMMENT=        X.Org Cyrillic bitmap fonts

xorg-fonts-100dpi-6.7.0 dir -= /usr/ports/x11-fonts/xorg-fonts-100dpi
COMMENT=        X.Org 100dpi bitmap fonts

xorg-fonts-75dpi-6.7.0 dir -= /usr/ports/x11-fonts/xorg-fonts-75dpi
COMMENT=        X.Org 75dpi bitmap fonts

xorg-fonts-miscbitmaps-6.7.0 dir -=
/usr/ports/x11-fonts/xorg-fonts-miscbitmapsCOMMENT=        X.Org
miscellaneous bitmap fonts

xorg-vfbserver-6.7.0 dir -= /usr/ports/x11-servers/xorg-vfbserver
COMMENT=        X virtual framebuffer server from X.Org

xorg-printserver-6.7.0 dir -= /usr/ports/x11-servers/xorg-printserver
COMMENT=        X Print server from X.Org

xorg-nestserver-6.7.0 dir -= /usr/ports/x11-servers/xorg-nestserver
COMMENT=        Nesting X server from X.Org

xorg-server-6.7.0_9 dir -= /usr/ports/x11-servers/xorg-server
COMMENT=        X.Org X server and related programs

xorg-manpages-6.7.0 dir -= /usr/ports/x11/xorg-manpages
COMMENT=        X.Org library manual pages

xorg-clients-6.7.0_5 dir -= /usr/ports/x11/xorg-clients
COMMENT=        X client programs and related files from X.Org

And it tells me that you did remove them. If you hadn't removed them, 
you wouldn't be getting this error. Put them back.

Now, I have a question for you. What are you doing with xorg-6.7 stuff 
one your system? Why haven't you upgraded to 6.8? 

Don

-- 
Donald J. O'Neill
[EMAIL PROTECTED]

I'm not totally useless,
I can be used as a bad example.
Besides, I have a really great Airedale.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 4.x Opteron Question

2005-03-15 Thread Boris Spirialitious
When opteron support start for Freebsd? I have 4.9. 
is supported? Or 4.11 better? I can't use 5.x.

Will a i386 disk boot on opteron system? Can I
use same disk image for intel and amd MBs? Any
big problems?

Thanks,

Boris



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error xserver

2005-03-15 Thread Michael C. Shultz
On Tuesday 15 March 2005 08:46 am, Michael C. Shultz wrote:
 On Tuesday 15 March 2005 08:03 am, Gert Cuykens wrote:
  error xserver cant find default font 'fixed'
 
  So what does your magical glass bowl tell you about this error and
  how to fix it so i can startup my xserver again.

 Tried to warn you to leave the xorg stuff alone. Reinstall the fonts
 you removed earlier:

 xorg-fonts-100dpi-6.7.0 dir -=
 /usr/ports/x11-fonts/xorg-fonts-100dpi xorg-fonts-100dpi-6.7.0 dir
 -= /usr/ports/x11-fonts/xorg-fonts-75dpi

 should do it, if not just make install /usr/ports/x11/xorg and then
 leave xorg stuff alone.

 -Mike

Just one other note, If you have been upgrading with portmanager
you should have either /usr/ports/packages/All/xorg-6.8.1.tbz or
/usr/ports/x11/xorg/xorg-6.8.1.tbz which means you can do 
pkg_add /usr/ports/packages/All/xorg-6.8.1.tbz 
or  /usr/ports/x11/xorg/xorg-6.8.1.tbz and quickly recover everything 
instead of rebuilding.

-Mike

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


Re: all links broken

2005-03-15 Thread Kris Kennaway
On Tue, Mar 15, 2005 at 08:14:37AM -0400, Weadick, Chris wrote:
 http://doc.ctrlaltdel.ch/freebsd/tutorials/fonts/fonts.html
  
 not sure who owns this site or if it was just snaffued... but the links
 for font download locations are likely not what was expected. Most are
 broken and one forwards you to a few questionable sites.
  
 please drop me a note when you get the page fixed, made for some
 interesting reading... well before the links.

FreeBSD.org has nothing to do with this page, as you can probably tell
by the random non-freebsd.org URL.

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


Re: error xserver

2005-03-15 Thread Thomas Foster
There is no Magical Glass Bowl, only a conf file somewhere under /etc/X11 
that might need editing

T
- Original Message - 
From: Gert Cuykens [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Tuesday, March 15, 2005 8:03 AM
Subject: error xserver


error xserver cant find default font 'fixed'
So what does your magical glass bowl tell you about this error and how
to fix it so i can startup my xserver again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


FreeBSD 5.3: Sharedlibs using sharedlibs (and Tcl)

2005-03-15 Thread Peter Much
Hi all,

my question is, 
  which references to other sharedlibs need to be in a shared
library?

When installing postgresql database system and the Tcl interface tool 
pgaccess, I noticed that the kerberos support did not work.

I installed postgresql 7.4.5 from the ports colletion as of RELEASE
5.3. This is not the newest, so I did not create a bugreport, but 
instead figured out the problem (and a solution) by myself (with
some support from the pgaccess user community).

But now I would like to *understand* what was going wrong and why 
I could fix it the way I did.

I describe the fabric:
1. postgresql brings a library libpq.so.3 into /usr/local/lib. This
   library contains all the code to access the database server.
   If we use kerberos, then this library will call functions from
   the bunch of kerberos libraries (libkrb5, libasn1, etc etc)
   in /usr/lib.
2. postgresql also brings another, optional library libpgtcl.so.2
   into /usr/local/lib. This library contains special function for
   accessing the database server from Tcl. 
   This library calls the functions in libpq.so.3.
3. pgaccess is a Tcl script. It wants to load libpgtcl.so. It finds
   and loads libpgtcl.so, it finds and loads the necessary functions
   from libpq.so, and then, if we have kerberos compiled in, it 
   recognizes one of the needed kerberos functions, and complains
   that it cannot find this function referenced from libpq.so. So the 
   load of libpgtcl.so fails.

As far as I see, this problem does not arise with binaries. All
binary progams using libpq.so do support kerberos, and it works. 

Then I noticed that sharedlibs contain a section where other needed
sharedlibs can be explicitely mentioned. And I noticed that
libpgtcl.so contains such a mentioning of libpq.so - so this is 
found by Tcl. 
But libqp.so does not contain an explicit mentioning of the kerberos
libraries.
So I tried around with the linker command until I practiced such
an explicit mentioning into libpq.so.
And then step 3 from above did succeed!

I conclude:
Since this is now a matter of how sharedlibs are built on the system,
this does not only concern kerberos and postgresql, but concerns any
component which shall be called from Tcl.

I have now two versions of my libpq.so - both contain the same code,
but one will support kerberos from Tcl, and the other (the one that
was built in the standard way) will not.
The only difference between both shows up in the output of readelf
-a as follows:

The standard build that does not work:
---
[...]
Dynamic segment at offset 0x19774 contains 21 entries:
  TagType Name/Value
 0x0001 (NEEDED) Shared library: [libintl.so.6]
 0x0001 (NEEDED) Shared library: [libssl.so.3]
 0x0001 (NEEDED) Shared library: [libcrypto.so.3]
 0x000e (SONAME) Library soname: [libpq.so.3]
 0x000f (RPATH) Library rpath: [/usr/local/lib]
[...]

My modified build that does work:
---
[...]
Dynamic segment at offset 0x19774 contains 26 entries:
  TagType Name/Value
 0x0001 (NEEDED) Shared library: [libintl.so.6]
 0x0001 (NEEDED) Shared library: [libssl.so.3]
 0x0001 (NEEDED) Shared library: [libcrypto.so.3]
 0x0001 (NEEDED) Shared library: [libkrb5.so.7]
 0x0001 (NEEDED) Shared library: [libasn1.so.7]
 0x0001 (NEEDED) Shared library: [libroken.so.7]
 0x0001 (NEEDED) Shared library: [libcrypt.so.2]
 0x0001 (NEEDED) Shared library: [libcom_err.so.2]
 0x000e (SONAME) Library soname: [libpq.so.3]
 0x000f (RPATH) Library rpath: [/usr/local/lib]
[...]

So, my question now is: where is the conceptional error which led 
to the software not working at first?
In Tcl? In the linker? In the system loader? In the build environment 
(port)? In the postgresql makefiles? In the FreeBSD sharedlib 
management? In kerberos? Or somewhere else?

And this seems complex enough to me so I do not even know how
to search if it might be a known bug that has already been fixed
in the meantime...

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


Wav from sound card line in

2005-03-15 Thread McCy Ron
I'm using FreeBSD 4.10 and would like to make WAV format recordings from 
my sound card's line in channel
with some sort of command line utility. I've been successful in 
finding other sorts of ports and packages to rip CDs
and play Wavs and MP3s but have yet to find anything in the software 
descriptions that address this need.

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


umass0 -- yes, daX -- no?

2005-03-15 Thread Mikhail Teterin
Hello!

I'm trying to access the file system on a usb memory key. When I insert it, 
however, kernel duly reports creation of umass0, but not the da1 (da0 is my 
ZIP drive).

According to usbdevs -d, I have:

addr 1: OHCI root hub, SiS
  uhub0
 addr 2: Dell USB Memory Key, M-Systems
   umass0
addr 1: OHCI root hub, SiS
  uhub1
addr 1: OHCI root hub, SiS
  uhub2

It ought to be something obvious, but I can't see what it is :-( Thanks!

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


Re: questions regarding $PAGER

2005-03-15 Thread doug
Thanks, your excellent answer prompted me to actually read the less man page :)
Lots of usful stuff. One question. On 4.11, at least no meaning is suggested for
MM (rather than M). Is this a typo or an undocumented feature?

On Tue, 15 Mar 2005, Charles Swiger wrote:

 On Mar 15, 2005, at 1:46 AM, Adam Michalak wrote:
  I have a few questions regarding the pagers more and less.
  If I type man more at the prompt i get the man page for less
  are more and less now considered interchangeable?
 
 FreeBSD might actually ship with less configured to replace more.
 
  When I do view a file with more my percentage of the file
  viewed is displayed in the bottom right hand screen.
 
  However when I view a manpage the number of bytes viewed
  as opposed to percentage is displayed at the bottom right
  hand of the screen.  How can i set this so that percentage is
  displayed by default?
 
 Consider adding something like this to your shell startup:
 
 LESS='-cdegiMMs -h20 -j4'
 export LESS
 
 [ If you use tcsh, use setenv instead. ]
 
 -- 
 -Chuck
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: questions regarding $PAGER

2005-03-15 Thread Charles Swiger
On Mar 15, 2005, at 12:47 PM, doug wrote:
Thanks, your excellent answer prompted me to actually read the less 
man page :)
Lots of usful stuff. One question. On 4.11, at least no meaning is 
suggested for
MM (rather than M). Is this a typo or an undocumented feature?
Some versions of less will display an even more verbose prompt with 
-MM, just like using -v twice in some other programs will show more 
verbosity

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


shutdown problem

2005-03-15 Thread koen de wijs
Hello,
I have reinstalled FreeBSD. First I used 5.2.1 and now am I using 5.3. 
When I shutdown my system I have to press the power button to shutdown. 
With 5.2.1 I didn't need to do that.
I searched some time and I found this:

I found this text on this site: 
http://www.freebsd.org/releases/5.3R/relnotes-i386.html
The acpi(4) 
http://www.FreeBSD.org/cgi/man.cgi?query=acpisektion=4manpath=FreeBSD+5.3-RELEASE 
driver will now be disabled automatically when the machine has a 
well-known broken BIOS. This behavior can be overridden by setting the 
loader tunable hint.acpi.0.disabled to 0.

Do I have to add the line /hint.acpi.0.disabled=0   /to loader.conf??
Or do I have to add the line /hw.acpi.disable_on_poweroff=0??
/Could anybody help me? I'm new to both FreeBSD and Unix.
Thanks Koen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.3: Sharedlibs using sharedlibs (and Tcl)

2005-03-15 Thread Palle Girgensohn
Hi Peter,
There is (and was in 5.3 release) a knob to build postgresql with Kerberos. 
WITH_HEIMDAL_KRB5=YES. Did you try that when building PostgreSQL? It would 
probably do the same thing as you managed by trying around with the linker 
command. Setting this knob to yes will add --with-krb5=/usr to the 
configure arguments, and this will trigger stuff in postgresql makefiles 
and possibly also additional code.

I think this is what went wrong; the postgresql source has a configure 
option for building and linking with Kerberos, this option is reflected in 
the port, but it was not used in this case.

Best regards,
Palle

--On tisdag, mars 15, 2005 18.06.56 +0100 Peter Much 
[EMAIL PROTECTED] wrote:

Hi all,
my question is,
  which references to other sharedlibs need to be in a shared
library?
When installing postgresql database system and the Tcl interface tool
pgaccess, I noticed that the kerberos support did not work.
I installed postgresql 7.4.5 from the ports colletion as of RELEASE
5.3. This is not the newest, so I did not create a bugreport, but
instead figured out the problem (and a solution) by myself (with
some support from the pgaccess user community).
But now I would like to *understand* what was going wrong and why
I could fix it the way I did.
I describe the fabric:
1. postgresql brings a library libpq.so.3 into /usr/local/lib. This
   library contains all the code to access the database server.
   If we use kerberos, then this library will call functions from
   the bunch of kerberos libraries (libkrb5, libasn1, etc etc)
   in /usr/lib.
2. postgresql also brings another, optional library libpgtcl.so.2
   into /usr/local/lib. This library contains special function for
   accessing the database server from Tcl.
   This library calls the functions in libpq.so.3.
3. pgaccess is a Tcl script. It wants to load libpgtcl.so. It finds
   and loads libpgtcl.so, it finds and loads the necessary functions
   from libpq.so, and then, if we have kerberos compiled in, it
   recognizes one of the needed kerberos functions, and complains
   that it cannot find this function referenced from libpq.so. So the
   load of libpgtcl.so fails.
As far as I see, this problem does not arise with binaries. All
binary progams using libpq.so do support kerberos, and it works.
Then I noticed that sharedlibs contain a section where other needed
sharedlibs can be explicitely mentioned. And I noticed that
libpgtcl.so contains such a mentioning of libpq.so - so this is
found by Tcl.
But libqp.so does not contain an explicit mentioning of the kerberos
libraries.
So I tried around with the linker command until I practiced such
an explicit mentioning into libpq.so.
And then step 3 from above did succeed!
I conclude:
Since this is now a matter of how sharedlibs are built on the system,
this does not only concern kerberos and postgresql, but concerns any
component which shall be called from Tcl.
I have now two versions of my libpq.so - both contain the same code,
but one will support kerberos from Tcl, and the other (the one that
was built in the standard way) will not.
The only difference between both shows up in the output of readelf
-a as follows:
The standard build that does not work:
---
[...]
Dynamic segment at offset 0x19774 contains 21 entries:
  TagType Name/Value
 0x0001 (NEEDED) Shared library: [libintl.so.6]
 0x0001 (NEEDED) Shared library: [libssl.so.3]
 0x0001 (NEEDED) Shared library: [libcrypto.so.3]
 0x000e (SONAME) Library soname: [libpq.so.3]
 0x000f (RPATH) Library rpath: [/usr/local/lib]
[...]
My modified build that does work:
---
[...]
Dynamic segment at offset 0x19774 contains 26 entries:
  TagType Name/Value
 0x0001 (NEEDED) Shared library: [libintl.so.6]
 0x0001 (NEEDED) Shared library: [libssl.so.3]
 0x0001 (NEEDED) Shared library: [libcrypto.so.3]
 0x0001 (NEEDED) Shared library: [libkrb5.so.7]
 0x0001 (NEEDED) Shared library: [libasn1.so.7]
 0x0001 (NEEDED) Shared library: [libroken.so.7]
 0x0001 (NEEDED) Shared library: [libcrypt.so.2]
 0x0001 (NEEDED) Shared library: [libcom_err.so.2]
 0x000e (SONAME) Library soname: [libpq.so.3]
 0x000f (RPATH) Library rpath: [/usr/local/lib]
[...]
So, my question now is: where is the conceptional error which led
to the software not working at first?
In Tcl? In the linker? In the system loader? In the build environment
(port)? In the postgresql makefiles? In the FreeBSD sharedlib
management? In kerberos? Or somewhere else?
And this seems complex enough to me so I do not even know how
to search if it might be a known bug that has already been fixed
in the meantime...
PMc


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send 

Re: rc.conf reloaded

2005-03-15 Thread Bernt Hansson
Jeff Wirth skrev:
FAQs for FreeBSD:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#REREAD-RC
Recent thread on freebsd-questions: (reload rc.conf without rebooting)
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2005-March/thread.html#79339
Thanks Jeff. It seems like one can't reload rc.conf from an ssh session.
Well. That's that i suppose. Thank you ALL for the input.

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


Re: $100 SATA RAID Card 5.3 compatible

2005-03-15 Thread Danny Howard
Mike Loiterman wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Can anyone recommend a SATA RAID card that is compatible with 5.3?  The
3ware ones listed in the hardware notes are pretty expensive...over a
hundred dollars for the lowest end card.  Is 5.3 compatible with any of the
adpatec or promise cards?
 

What kind of RAID do you want?  For a simple system-level RAID1, skip 
the hardware and go with gmirror.

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


Re: FreeBSD 5.3: Sharedlibs using sharedlibs (and Tcl)]

2005-03-15 Thread Peter Much
Ups, forgot the mailinglist...
---BeginMessage---
On Tue, Mar 15, 2005 at 07:28:14PM +0100, Palle Girgensohn wrote:

Hi Palle,

I'm glad You are in with it!
 
! There is (and was in 5.3 release) a knob to build postgresql with Kerberos. 
! WITH_HEIMDAL_KRB5=YES. Did you try that when building PostgreSQL? It would 

oh yes, thats the first thing I did!
This is ok and working so far: standard postgres (without Tcl) has
kerberos support working.

It starts getting difficult when it comes to the Tcl support:
In the Makefile for ports/databases/postgresql-tcltk this exact knob
is not honored. With the result that from pgtclsh we cannot connect
to postgres with kerberos authentication.

So I modified that Makefile a little to build my Tcl stuff with kerberos
support. This worked as expected, and now my pgtclsh could connect
with kerberos authentication.

But pgaccess still could not.

! I think this is what went wrong; the postgresql source has a configure 
! option for building and linking with Kerberos, this option is reflected in 
! the port, but it was not used in this case.

Sorry, no. Sometimes I'm really stupid, but I think not this time. ;-)

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


Re: IPFW or pf?

2005-03-15 Thread Andreas Davour
On Tue, 15 Mar 2005, Lowell Gilbert wrote:
Andreas Davour [EMAIL PROTECTED] writes:
I have read the handbook about firewalls, and compiled my kernel
without switching on any explicit support for pf.
Now, when I ran the mergemaster it suddenly found a lot of references
to pf in my startup scripts.
The startup scripts support pf, but do not require it.
Ok, That's a relief. I didn't do anything stupid.
Is pf some kind of mandatory part of the base system these days? I
thought it was some kind of alternative to IPFW, but now I'm no longer
so sure.
It is a part of the base system.  It is always present just like ipfw,
but its use is not required.
So, the base systems ships with two firewalls? Why? Reading about 
firewalls in the handbook, I realized I didn't know much about them. I'd 
say that adding some more text to the handbook about those two and how 
they [don't] interact might be a good idea. I don't know enough to do 
it.

Can someone tell me if it's ok to just use IPFW on my STABLE system,
or is there some other knobs in the kernelconfig I should toggle to
turn off pf support?
You are fine the way you are.  I recommend letting mergemaster update
the default pf startup files, so that it won't ask about them next
time, but it doesn't really matter if you're not using pf.
Will do.
Thanks for the help!
/Andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: need help getting around kern/70401 so I can load ipl.ko (SOLVED)

2005-03-15 Thread Andy Firman
On Mon, Mar 14, 2005 at 02:45:04PM -0500, Andy Firman wrote:
 I have not been able to get ipfilter working on a system and
 it is because I don't have INET6 in my custom kernel, and therefore
 the system cannot load the ipl.ko module.  Here is the issue:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=70401
 

Found a solution to my problem.  One must add an entry to /etc/make.conf
and then you can rebuild the module, load it, and get the firewall going
with no reboot.  Below is a summary of doing this with my TEST kernel
having the INET6 option commented out.

-
su-3.00# kldload -v ipl
kldload: can't load ipl.ko: No such file or directory

su-3.00# uname -a
FreeBSD localhost 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Mar 14 16:08:45 EST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/TEST  i386

must add NOINET6=YES to /etc/make.conf before you make the new module.

su-3.00# cd /usr/src/sys/modules/ipfilter/

su-3.00# make

su-3.00# make install

su-3.00# kldload -v ipl

Nothing returned to therefore loaded properly...!

su-3.00# kldstat
Id Refs AddressSize Name
 16 0xc040 59f308   kernel
 21 0xc15fb000 17000linux.ko
 31 0xc167 16000ipl.ko

su-3.00# ipfstat -in
empty list for ipfilter(in)

su-3.00# ipfstat -on
empty list for ipfilter(out)

su-3.00# ipf -Fa -f /etc/ipf.rules

This locks up your session. Must login again and start new session.
Success upon new login in which the rules are working!!!

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


boot problems

2005-03-15 Thread cell
hello , i have already the sameproblem when i boot with freebsd 5.3 since i 
have had a power cut .The message of the error is : 

error 16 Iba 191
No /boot/loader

FreeBSD/i386 boot
Default: 0:ad(0,a)/kernel
boot: error 16 Iba 191
No /kernel

I have tried boot : /kernel.old but i have No /kernel.old and i don't know how 
do with the bootonly cd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rc.conf reloaded

2005-03-15 Thread Giorgos Keramidas
On 2005-03-15 19:31, Bernt Hansson [EMAIL PROTECTED] wrote:
 Jeff Wirth skrev:
 FAQs for FreeBSD:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#REREAD-RC
 
 Recent thread on freebsd-questions: (reload rc.conf without rebooting)
 http://lists.freebsd.org/mailman/htdig/freebsd-questions/2005-March/thread.html#79339

 Thanks Jeff. It seems like one can't reload rc.conf from an ssh
 session.  Well. That's that i suppose. Thank you ALL for the input.

Yes, you can't reload rc.conf.  It doesn't make sense, because rc.conf
is not loaded after a system has brought itself up.  It only serves as
a useful collection of options and is parsed (mostly) at startup time by
some of the startup scripts.

If you have some specific changes to rc.conf in mind that you need to
apply without a reboot, it's usually possible.  We'd have to know what
the exact changes were though, before any meaningful response could be
written.

- Giorgos

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


FreeBSD 5.3+ Vinum or Gvinum

2005-03-15 Thread Nick Pavlica
All,
  I would like to set up a raid 0 volume on my 5.3 server using two
identical SATA drives.After reading through a number of documents
I noticed that there are two related utilities to do this, Vinum and
Gvinum.  Which utility should be used?  It's my understanding that
Gvinum is the most current and should be used on 5.3+?  Does the
hadbook refer to Vinum, Gvinum or both?

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


Re: FreeBSD 5.3+ Vinum or Gvinum

2005-03-15 Thread Doug Poland
On Tue, Mar 15, 2005 at 02:01:06PM -0700, Nick Pavlica wrote:
 All,
  I would like to set up a raid 0 volume on my 5.3 server using two
 identical SATA drives.After reading through a number of documents
 I noticed that there are two related utilities to do this, Vinum and
 Gvinum.  Which utility should be used?  It's my understanding that
 Gvinum is the most current and should be used on 5.3+?  Does the
 hadbook refer to Vinum, Gvinum or both?
 
This is not an answer to your question, but another option for you to
consider:  gstripe

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


Any Common Lisp hacker in this room ?

2005-03-15 Thread Xavier Maillard
Hello,

I am desperately looking for help for a problem[1] with my SBCL
installation.

Obviously, the compilation of SBCL as the one used in the ports,
works ok on my GNU/Linux box.

Any hint really appreciated.

--Footnotes--
[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/78847
-- 
   ,--.Xavier Maillard, Reims, France   ,= ,-_-. =.
  / ,- )   http://www.emacsfr.org/ ((_/)o o(\_))
  \ `-' `-'(. .)`-'
   `-. Debian, a variant of the GNU operating system.   \_/


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


Re: FreeBSD 5.3+ Vinum or Gvinum

2005-03-15 Thread Nick Pavlica
Hi Doug,
  I will take a look at this.  Have you used it on any production
servers?  How does it compare to vinum/gvinum in terms of performance
reliability?

--Thanks!
Nick


On Tue, 15 Mar 2005 15:04:31 -0600, Doug Poland [EMAIL PROTECTED] wrote:
 On Tue, Mar 15, 2005 at 02:01:06PM -0700, Nick Pavlica wrote:
  All,
   I would like to set up a raid 0 volume on my 5.3 server using two
  identical SATA drives.After reading through a number of documents
  I noticed that there are two related utilities to do this, Vinum and
  Gvinum.  Which utility should be used?  It's my understanding that
  Gvinum is the most current and should be used on 5.3+?  Does the
  hadbook refer to Vinum, Gvinum or both?
 
 This is not an answer to your question, but another option for you to
 consider:  gstripe
 
 --
 Regards,
 Doug

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


Re: Shared object libintl.so.5 not found error when installinglogrotate port - how to solve this?

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 02:08 am, Olaf Greve wrote:
 Hi all,

 I have run into a weird issue, which for some reason doesn't want to
 get resolved.

 I am using FreeBSD 5.2.1 Release i386, and my ports tree is recent
 (via /usr/local/bin/cvsup -g -L 2 /root/ports-supfile).

 However, when trying to install the logrotate port (i.e. version
 logrotate-3.7_3 - located in /usr/ports/sysutils/logrotate/), I keep
 getting the following error:

 *
* millennics# make install
 ===  Building for logrotate-3.7_3
 /libexec/ld-elf.so.1: Shared object libintl.so.5 not found
 *** Error code 1

 Stop in /usr/ports/sysutils/logrotate.
 *
*

 Now, I tried perform a 'make clean' and a 'make depend' as well, but
 all to no avail.

 Searching on the Internet suggests that this is due to 'gettext'. So,
 I tried reinstalling that as well, but still, no luck.

 The installed gettext packages are:
 *
* millennics# pkg_info | grep gette
 gettext-0.14.1  GNU gettext package
 p5-gettext-1.03 Message handling functions
 *
*

 I guess this is basically o.k., right?!?

No, you have the right version of gettext but you didn't address the 
problem.


 Soo, the question then winds down to how to resolve this. Can
 anyone tell me how I can fix this problem?

Well, you have a mix bag set of references to gettext. Ports you haven't 
rebuilt are still refering to the old library. The interface changed 
between .so.5 and .so.6 and you have to rebuild everything that uses 
libintl. 

Kent

-- 
Kent Stewart
Richland, WA

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


Advice on integrated video on friends system

2005-03-15 Thread James Earl
Hi,

A good friend of mine asked me to setup FreeBSD and GNOME on his home
computer for his family to use.  It is an old IBM Aptiva.  The usual
stuff works, but of course it has to have integrated video: ATI Rage
Pro Turbo chipset.

I'm running the latest Xorg in the ports tree and started with a
configuration file using 'Xorg -configure'.  No matter what I've tried
(no accel, no dri, defaultdepth 8, 16, Modes 800x600, 640x480), all
the results have been the same, even when trying to run xorgcfg...
when I run startx, my monitor blanks, and either tells me it's an
unsupported video mode, or the screen just goes blank.  Doing
ctrl+alt+backspace doesn't restore my text mode, but I am able to
reboot the system using ctrl+alt+del, or I can even type 'shutdown -p
now' (but nothing is displayed).

Could anyone suggest any additional course of action, or is this
chipset clearly unsupported?  It's really hard for me to give up on
this... it's not too often that I get to setup someone with FreeBSD
and GNOME (has only happened to me once before this).

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


libxml2 complier

2005-03-15 Thread Alex Shaw
Hi,

I have a problem compiling libxml2 from the ports. the error is this:

cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o .libs/xpath1 xpath1.o  -L/usr/local/lib 
../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
../../.libs/libxml2.so: undefined reference to `__signbit'
gmake[3]: *** [xpath1] Error 1
gmake[3]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.18'
gmake: *** [all] Error 2
*** Error code 2

Ive tried compiling several different versions of libxml all produce the same 
error. I contacted the xml list for libxml2 and have been directed towards os 
help with the compiler, apperntly the compiler includes are not in sync with 
the installed libc. I know compat4x was installed recently and dont know if 
this has and relation.

I have included the text of the conversation on the libxml list for reference, 
Ideally I need to get this back up so i can get php-xml to run. Any suggestions 
here would be useful as I am out of my depth when it come to compilers and how 
they work.

unfortuantly rebuilding the box is out of the question, im away on a 
busiessness trip about 1 miles from the server :(, so any solution that 
might be a temporary fix till i can get back next week would be a start


Regards

Alex


-- 
Alex Shaw

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


libxml2 complier

2005-03-15 Thread Alex Shaw


Hi,

I have a problem compiling libxml2 from the ports. the error is this:

cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o .libs/xpath1 xpath1.o  -L/usr/local/lib 
../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
../../.libs/libxml2.so: undefined reference to `__signbit'
gmake[3]: *** [xpath1] Error 1
gmake[3]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.18'
gmake: *** [all] Error 2
*** Error code 2

Ive tried compiling several different versions of libxml all produce the same 
error. I contacted the xml list for libxml2 and have been directed towards os 
help with the compiler, apperntly the compiler includes are not in sync with 
the installed libc. I know compat4x was installed recently and dont know if 
this has and relation.

I have included the text of the conversation on the libxml list for reference, 
Ideally I need to get this back up so i can get php-xml to run. Any suggestions 
here would be useful as I am out of my depth when it come to compilers and how 
they work.

unfortuantly rebuilding the box is out of the question, im away on a 
busiessness trip about 1 miles from the server :(, so any solution that 
might be a temporary fix till i can get back next week would be a start

Also worth noting I complied a hello world app to test gcc and it worked 
dont know how much this will help.

Regards

Alex
-- 
Alex Shaw


 Hi, im trying to install libxml2-2.6.18 from the FreeBSD ports, there is a 
 problem with the compile on the system i am using. I have tried several 
 versions of libxml2 and they all return the same error, which means its 
 probably not an issue involved with libxml, but I cant pin down where the 
 error is coming from, or what is causing the problem to occur. I was hoping 
 someone on this list would be able to point me in the direction of what is 
 causing this.
 
 The error is:
 cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
 -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized 
 -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
 -Winline -Wredundant-decls -o .libs/xpath1 xpath1.o  -L/usr/local/lib 
 ../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
 ../../.libs/libxml2.so: undefined reference to `__signbit'

  paphio:~/XML - grep __signbit *.c
  paphio:~/XML - grep __signbit *.c include/libxml/*.h
  paphio:~/XML -

 Somehow your system or compiler includes are not in synch with your
installed libc, sounds bad, but you're right it doesn't sound like a
libxml2 problem.
 The great thing about those systems where everybody recompiles locally is
that you don't have the same system as your neighbour, this is also its
main drawback, you're on your own to debug the problem...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Advice on integrated video on friends system

2005-03-15 Thread James Earl
I've included HorizSync, and VertRefresh for the monitor's specs.  Is
there more that's needed in this case?  The monitor that I'm currently
testing with is a Samsung 193P.  I also tested on a Samsung 171S, and
an old CRT.


On Tue, 15 Mar 2005 15:35:51 -0600, Henry Miller [EMAIL PROTECTED] wrote:
 
 I'd start by getting the specs for the monitor and manually entering
 them into the xorg.conf file.  This looks to me like the case of the
 monitor shutting itself down because the sync is out of the supported
 range.
 
 man xorg.conf
 man Xservers
 
 
 On 3/15/2005 at 14:27 James Earl wrote:
 
 Hi,
 
 A good friend of mine asked me to setup FreeBSD and GNOME on his home
 computer for his family to use.  It is an old IBM Aptiva.  The usual
 stuff works, but of course it has to have integrated video: ATI Rage
 Pro Turbo chipset.
 
 I'm running the latest Xorg in the ports tree and started with a
 configuration file using 'Xorg -configure'.  No matter what I've tried
 (no accel, no dri, defaultdepth 8, 16, Modes 800x600, 640x480), all
 the results have been the same, even when trying to run xorgcfg...
 when I run startx, my monitor blanks, and either tells me it's an
 unsupported video mode, or the screen just goes blank.  Doing
 ctrl+alt+backspace doesn't restore my text mode, but I am able to
 reboot the system using ctrl+alt+del, or I can even type 'shutdown -p
 now' (but nothing is displayed).
 
 Could anyone suggest any additional course of action, or is this
 chipset clearly unsupported?  It's really hard for me to give up on
 this... it's not too often that I get to setup someone with FreeBSD
 and GNOME (has only happened to me once before this).
 
 James
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

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


Re: Advice on integrated video on friends system

2005-03-15 Thread Nathan Kinkade
On Tue, Mar 15, 2005 at 02:27:29PM -0700, James Earl wrote:
 Hi,
 
 A good friend of mine asked me to setup FreeBSD and GNOME on his home
 computer for his family to use.  It is an old IBM Aptiva.  The usual
 stuff works, but of course it has to have integrated video: ATI Rage
 Pro Turbo chipset.
 
 I'm running the latest Xorg in the ports tree and started with a
 configuration file using 'Xorg -configure'.  No matter what I've tried
 (no accel, no dri, defaultdepth 8, 16, Modes 800x600, 640x480), all
 the results have been the same, even when trying to run xorgcfg...
 when I run startx, my monitor blanks, and either tells me it's an
 unsupported video mode, or the screen just goes blank.  Doing
 ctrl+alt+backspace doesn't restore my text mode, but I am able to
 reboot the system using ctrl+alt+del, or I can even type 'shutdown -p
 now' (but nothing is displayed).
 
 Could anyone suggest any additional course of action, or is this
 chipset clearly unsupported?  It's really hard for me to give up on
 this... it's not too often that I get to setup someone with FreeBSD
 and GNOME (has only happened to me once before this).
 
 James

I don't know about Xorg and hardware compatibility for an ATI Rage Pro
chip, but from what you are describing I would tend to point to an
issue with the monitor settings rather than the video card itself.  If
the monitor is old, then EDID information may not be available from the
monitor, so Xorg may just try some default monitor setting that don't
happen to work with that monitor.  Have you done some searches for Hsync
and Vertical Refresh rates for the monitor in question?  Once you know
these values (ranges), you can set them manually in the xorg.conf file
under the section titled Monitor.  For example:

Section Monitor
some other directives
HorizSync30.0 - 70.0
VertRefresh  50.0 - 160.0
EndSection

As far as losing control of the display, but apparently still having
control of the keyboard, is the machine on a network?  Can you possibly
ssh into the box and control it remotely?

Nathan


pgptHUHZtEzlx.pgp
Description: PGP signature


help diagnosing crash + other oddities

2005-03-15 Thread Steve
Hi All,
I have had some recent crashes and am trying to diagnose what might be 
causing the problems. I'd really appreciate any suggestions or ideas on 
where to look for info.

crash: full on kernel panic. This seems to have been cause by me 
stopping and restarting sendmail. I use a shell alias which stops, 
waits and restarts sendmail. See [item 1] at the end of this message

httpd signal 11: I seem to be getting a bunch of these recently. I used 
to see these with earlier versions of PHP. Has anyone had these with 
4.3.10 (side note: 4.3.10 does not seem to report error line numbers 
correctly).

runaway process: When I checked in this morning mysql was at 80% wcpu 
and my 1 gig of swap was all used up. my guess from the logs is that an 
httpd process went down leaving mysql with nowhere to go   [see item 2] 
at the end of this message

question: what does process-name mean in top? Shows as IWs or IWs+ in 
ps
eg: 58939 root 10   0   648K 0K wait 0:00  0.00%  
0.00% sh


Thanks for your time,
Steve

INFO
Services:
ssh, httpd, ftp(inetd), named, sendmail
+ spamassassin as spamc/d (resource hog)
+ my own php script for smpt auth
[item 1]
Mar 13 16:40:50 la /kernel: Fatal trap 12: page fault while in kernel 
mode
Mar 13 16:40:50 la /kernel: fault virtual address   = 0xab4c8000
Mar 13 16:40:50 la /kernel: fault code  = supervisor read, page 
not pres
ent
Mar 13 16:40:50 la /kernel: instruction pointer = 0x8:0xc01e403b
Mar 13 16:40:50 la /kernel: stack pointer   = 
0x10:0xcc658e60
Mar 13 16:40:50 la /kernel: frame pointer   = 
0x10:0xcc658e84
Mar 13 16:40:50 la /kernel: code segment= base 0x0, 
limit 0x
f, type 0x1b
Mar 13 16:40:50 la /kernel: = DPL 0, pres 1, def32 1, gran 1
Mar 13 16:40:50 la /kernel: processor eflags= interrupt enabled, 
resume, IOP
L = 0
Mar 13 16:40:50 la /kernel: current process = 13357 (top)
Mar 13 16:40:50 la /kernel: interrupt mask  = net tty bio 
cam
Mar 13 16:40:50 la /kernel: trap number = 12
Mar 13 16:40:50 la /kernel: panic: page fault
Mar 13 16:40:50 la /kernel:
Mar 13 16:40:50 la /kernel: syncing disks... 13 2 2 2 2 2 2 2 11
Mar 13 16:40:50 la /kernel: done
Mar 13 16:40:50 la /kernel: Uptime: 6d14h48m52s
Mar 13 16:40:50 la /kernel: Automatic reboot in 60 seconds - press a 
key on the
console to abort
Mar 13 16:40:50 la /kernel: Rebooting...


[item 2]
Mar 15 08:26:42 la /kernel: pid 44764 (httpd), uid 65534: exited on 
signal 11
Mar 15 08:28:49 la /kernel: pid 51529 (httpd), uid 65534: exited on 
signal 11
Mar 15 08:31:57 la /kernel: swap_pager_getswapspace: failed
Mar 15 08:31:57 la last message repeated 85 times
Mar 15 08:31:57 la /kernel: pid 44762 (httpd), uid 65534, was killed: 
out of swa
p space
Mar 15 08:32:28 la /kernel: swap_pager_getswapspace: failed
Mar 15 08:32:35 la last message repeated 335 times
Mar 15 08:32:35 la /kernel: pid 44769 (httpd), uid 65534, was killed: 
out of swa
p space
Mar 15 08:33:08 la /kernel: swap_pager_getswapspace: failed
--- and so on until I restarted services

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


Re: libxml2 complier

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 05:38 am, Alex Shaw wrote:
 Hi,

 I have a problem compiling libxml2 from the ports. the error is this:

 cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type
 -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts
 -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align
 -Wwrite-strings -Waggregate-return -Wstrict-prototypes
 -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o
 .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so -lz
 -liconv -lm -Wl,--rpath -Wl,/usr/local/lib ../../.libs/libxml2.so:
 undefined reference to `__signbit'
 gmake[3]: *** [xpath1] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]: ***
 [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: *** [all]
 Error 2
 *** Error code 2

 Ive tried compiling several different versions of libxml all produce
 the same error. I contacted the xml list for libxml2 and have been
 directed towards os help with the compiler, apperntly the compiler
 includes are not in sync with the installed libc. I know compat4x was
 installed recently and dont know if this has and relation.

 I have included the text of the conversation on the libxml list for
 reference, Ideally I need to get this back up so i can get php-xml to
 run. Any suggestions here would be useful as I am out of my depth
 when it come to compilers and how they work.

 unfortuantly rebuilding the box is out of the question, im away on a
 busiessness trip about 1 miles from the server :(, so any
 solution that might be a temporary fix till i can get back next week
 would be a start

 Also worth noting I complied a hello world app to test gcc and it
 worked dont know how much this will help.

FWIW, I have rebuilt in on 4-stable and 5-stable and didn't see your 
problem. I would suspect that you have a dependancy out of date. I 
don't think a portugrade -Rf libxml2 would take long. IF it fails, it 
will leave the old version installed.

Kent


 Regards

 Alex

-- 
Kent Stewart
Richland, WA

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


Re: libxml2 complier

2005-03-15 Thread Alex Shaw
thanks for this ... i ran portupgrade -Rf libxml2 

after a little time it returned the following

cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o .libs/xpath1 xpath1.o  -L/usr/local/lib 
../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
../../.libs/libxml2.so: undefined reference to `__signbit'
gmake[3]: *** [xpath1] Error 1
gmake[3]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.18'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/textproc/libxml2.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade2791.2 
make** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! textproc/libxml2 (libxml2-2.6.13) (linker error)
---  Packages processed: 2 done, 0 ignored, 0 skipped and 1 failed

same problem :(

regards

Alex






On Tue, 15 Mar 2005 14:00:17 -0800
Kent Stewart [EMAIL PROTECTED] wrote:

 On Tuesday 15 March 2005 05:38 am, Alex Shaw wrote:
  Hi,
 
  I have a problem compiling libxml2 from the ports. the error is this:
 
  cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type
  -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts
  -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align
  -Wwrite-strings -Waggregate-return -Wstrict-prototypes
  -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o
  .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so -lz
  -liconv -lm -Wl,--rpath -Wl,/usr/local/lib ../../.libs/libxml2.so:
  undefined reference to `__signbit'
  gmake[3]: *** [xpath1] Error 1
  gmake[3]: Leaving directory
  `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
  gmake[2]: *** [all-recursive] Error 1
  gmake[2]: Leaving directory
  `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]: ***
  [all-recursive] Error 1
  gmake[1]: Leaving directory
  `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: *** [all]
  Error 2
  *** Error code 2
 
  Ive tried compiling several different versions of libxml all produce
  the same error. I contacted the xml list for libxml2 and have been
  directed towards os help with the compiler, apperntly the compiler
  includes are not in sync with the installed libc. I know compat4x was
  installed recently and dont know if this has and relation.
 
  I have included the text of the conversation on the libxml list for
  reference, Ideally I need to get this back up so i can get php-xml to
  run. Any suggestions here would be useful as I am out of my depth
  when it come to compilers and how they work.
 
  unfortuantly rebuilding the box is out of the question, im away on a
  busiessness trip about 1 miles from the server :(, so any
  solution that might be a temporary fix till i can get back next week
  would be a start
 
  Also worth noting I complied a hello world app to test gcc and it
  worked dont know how much this will help.
 
 FWIW, I have rebuilt in on 4-stable and 5-stable and didn't see your 
 problem. I would suspect that you have a dependancy out of date. I 
 don't think a portugrade -Rf libxml2 would take long. IF it fails, it 
 will leave the old version installed.
 
 Kent
 
 
  Regards
 
  Alex
 
 -- 
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html
 


-- 
Alex Shaw
Technical Manager
BulletOnline

www.bulletonline.com
+44(0)2088343442
+44(0)7790744560

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


Re: libxml2 complier

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 06:08 am, Alex Shaw wrote:
 thanks for this ... i ran portupgrade -Rf libxml2

 after a little time it returned the following

What version of FreeBSD are you running? Could you be using a version 
that is too old?

Kent

 cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type
 -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts
 -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align
 -Wwrite-strings -Waggregate-return -Wstrict-prototypes
 -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o
 .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so -lz
 -liconv -lm -Wl,--rpath -Wl,/usr/local/lib ../../.libs/libxml2.so:
 undefined reference to `__signbit'
 gmake[3]: *** [xpath1] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]: ***
 [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: *** [all]
 Error 2
 *** Error code 2

 Stop in /usr/ports/textproc/libxml2.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade2791.2 make** Fix the problem and try again. **
 Listing the failed packages (*:skipped / !:failed)
 ! textproc/libxml2 (libxml2-2.6.13) (linker error)
 ---  Packages processed: 2 done, 0 ignored, 0 skipped and 1 failed

 same problem :(

 regards

 Alex






 On Tue, 15 Mar 2005 14:00:17 -0800

 Kent Stewart [EMAIL PROTECTED] wrote:
  On Tuesday 15 March 2005 05:38 am, Alex Shaw wrote:
   Hi,
  
   I have a problem compiling libxml2 from the ports. the error is
   this:
  
   cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit
   -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
   -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
   -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
   -Wstrict-prototypes
   -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls
   -o .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so
   -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
   ../../.libs/libxml2.so: undefined reference to `__signbit'
   gmake[3]: *** [xpath1] Error 1
   gmake[3]: Leaving directory
   `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
   gmake[2]: *** [all-recursive] Error 1
   gmake[2]: Leaving directory
   `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]:
   *** [all-recursive] Error 1
   gmake[1]: Leaving directory
   `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: ***
   [all] Error 2
   *** Error code 2
  
   Ive tried compiling several different versions of libxml all
   produce the same error. I contacted the xml list for libxml2 and
   have been directed towards os help with the compiler, apperntly
   the compiler includes are not in sync with the installed libc. I
   know compat4x was installed recently and dont know if this has
   and relation.
  
   I have included the text of the conversation on the libxml list
   for reference, Ideally I need to get this back up so i can get
   php-xml to run. Any suggestions here would be useful as I am out
   of my depth when it come to compilers and how they work.
  
   unfortuantly rebuilding the box is out of the question, im away
   on a busiessness trip about 1 miles from the server :(, so
   any solution that might be a temporary fix till i can get back
   next week would be a start
  
   Also worth noting I complied a hello world app to test gcc and
   it worked dont know how much this will help.
 
  FWIW, I have rebuilt in on 4-stable and 5-stable and didn't see
  your problem. I would suspect that you have a dependancy out of
  date. I don't think a portugrade -Rf libxml2 would take long. IF
  it fails, it will leave the old version installed.
 
  Kent
 
   Regards
  
   Alex
 
  --
  Kent Stewart
  Richland, WA
 
  http://users.owt.com/kstewart/index.html

-- 
Kent Stewart
Richland, WA

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


Re: libxml2 complier

2005-03-15 Thread Alex Shaw
I am using 5.3  I did however recently install compat4x ... could that be 
related ?

On Tue, 15 Mar 2005 14:22:31 -0800
Kent Stewart [EMAIL PROTECTED] wrote:

 On Tuesday 15 March 2005 06:08 am, Alex Shaw wrote:
  thanks for this ... i ran portupgrade -Rf libxml2
 
  after a little time it returned the following
 
 What version of FreeBSD are you running? Could you be using a version 
 that is too old?
 
 Kent
 
  cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type
  -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts
  -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align
  -Wwrite-strings -Waggregate-return -Wstrict-prototypes
  -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o
  .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so -lz
  -liconv -lm -Wl,--rpath -Wl,/usr/local/lib ../../.libs/libxml2.so:
  undefined reference to `__signbit'
  gmake[3]: *** [xpath1] Error 1
  gmake[3]: Leaving directory
  `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
  gmake[2]: *** [all-recursive] Error 1
  gmake[2]: Leaving directory
  `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]: ***
  [all-recursive] Error 1
  gmake[1]: Leaving directory
  `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: *** [all]
  Error 2
  *** Error code 2
 
  Stop in /usr/ports/textproc/libxml2.
  ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portupgrade2791.2 make** Fix the problem and try again. **
  Listing the failed packages (*:skipped / !:failed)
  ! textproc/libxml2 (libxml2-2.6.13) (linker error)
  ---  Packages processed: 2 done, 0 ignored, 0 skipped and 1 failed
 
  same problem :(
 
  regards
 
  Alex
 
 
 
 
 
 
  On Tue, 15 Mar 2005 14:00:17 -0800
 
  Kent Stewart [EMAIL PROTECTED] wrote:
   On Tuesday 15 March 2005 05:38 am, Alex Shaw wrote:
Hi,
   
I have a problem compiling libxml2 from the ports. the error is
this:
   
cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit
-Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls
-o .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so
-lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
../../.libs/libxml2.so: undefined reference to `__signbit'
gmake[3]: *** [xpath1] Error 1
gmake[3]: Leaving directory
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]:
*** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: ***
[all] Error 2
*** Error code 2
   
Ive tried compiling several different versions of libxml all
produce the same error. I contacted the xml list for libxml2 and
have been directed towards os help with the compiler, apperntly
the compiler includes are not in sync with the installed libc. I
know compat4x was installed recently and dont know if this has
and relation.
   
I have included the text of the conversation on the libxml list
for reference, Ideally I need to get this back up so i can get
php-xml to run. Any suggestions here would be useful as I am out
of my depth when it come to compilers and how they work.
   
unfortuantly rebuilding the box is out of the question, im away
on a busiessness trip about 1 miles from the server :(, so
any solution that might be a temporary fix till i can get back
next week would be a start
   
Also worth noting I complied a hello world app to test gcc and
it worked dont know how much this will help.
  
   FWIW, I have rebuilt in on 4-stable and 5-stable and didn't see
   your problem. I would suspect that you have a dependancy out of
   date. I don't think a portugrade -Rf libxml2 would take long. IF
   it fails, it will leave the old version installed.
  
   Kent
  
Regards
   
Alex
  
   --
   Kent Stewart
   Richland, WA
  
   http://users.owt.com/kstewart/index.html
 
 -- 
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html
 


-- 
Alex Shaw
Technical Manager
BulletOnline

www.bulletonline.com
+44(0)2088343442
+44(0)7790744560

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


Re: libxml2 complier

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 06:22 am, Alex Shaw wrote:
 I am using 5.3  I did however recently install compat4x ... could
 that be related ?


No idea on that. I also have compat4x installed on 5.4-PRERELEASE. Did 
you add it in the kernel or as the port. I just noticed that I added 
the port.

Kent

 On Tue, 15 Mar 2005 14:22:31 -0800

 Kent Stewart [EMAIL PROTECTED] wrote:
  On Tuesday 15 March 2005 06:08 am, Alex Shaw wrote:
   thanks for this ... i ran portupgrade -Rf libxml2
  
   after a little time it returned the following
 
  What version of FreeBSD are you running? Could you be using a
  version that is too old?
 
  Kent
 
   cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit
   -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
   -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
   -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
   -Wstrict-prototypes
   -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls
   -o .libs/xpath1 xpath1.o  -L/usr/local/lib ../../.libs/libxml2.so
   -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
   ../../.libs/libxml2.so: undefined reference to `__signbit'
   gmake[3]: *** [xpath1] Error 1
   gmake[3]: Leaving directory
   `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
   gmake[2]: *** [all-recursive] Error 1
   gmake[2]: Leaving directory
   `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc' gmake[1]:
   *** [all-recursive] Error 1
   gmake[1]: Leaving directory
   `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: ***
   [all] Error 2
   *** Error code 2
  
   Stop in /usr/ports/textproc/libxml2.
   ** Command failed [exit code 1]: /usr/bin/script -qa
   /tmp/portupgrade2791.2 make** Fix the problem and try again. **
   Listing the failed packages (*:skipped / !:failed)
   ! textproc/libxml2 (libxml2-2.6.13) (linker error)
   ---  Packages processed: 2 done, 0 ignored, 0 skipped and 1
   failed
  
   same problem :(
  
   regards
  
   Alex
  
  
  
  
  
  
   On Tue, 15 Mar 2005 14:00:17 -0800
  
   Kent Stewart [EMAIL PROTECTED] wrote:
On Tuesday 15 March 2005 05:38 am, Alex Shaw wrote:
 Hi,

 I have a problem compiling libxml2 from the ports. the error
 is this:

 cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit
 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
 -Wpointer-arith -Wcast-align -Wwrite-strings
 -Waggregate-return -Wstrict-prototypes
 -Wmissing-prototypes -Wnested-externs -Winline
 -Wredundant-decls -o .libs/xpath1 xpath1.o  -L/usr/local/lib
 ../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath
 -Wl,/usr/local/lib
 ../../.libs/libxml2.so: undefined reference to `__signbit'
 gmake[3]: *** [xpath1] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples
' gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18' gmake: ***
 [all] Error 2
 *** Error code 2

 Ive tried compiling several different versions of libxml all
 produce the same error. I contacted the xml list for libxml2
 and have been directed towards os help with the compiler,
 apperntly the compiler includes are not in sync with the
 installed libc. I know compat4x was installed recently and
 dont know if this has and relation.

 I have included the text of the conversation on the libxml
 list for reference, Ideally I need to get this back up so i
 can get php-xml to run. Any suggestions here would be useful
 as I am out of my depth when it come to compilers and how
 they work.

 unfortuantly rebuilding the box is out of the question, im
 away on a busiessness trip about 1 miles from the server
 :(, so any solution that might be a temporary fix till i can
 get back next week would be a start

 Also worth noting I complied a hello world app to test gcc
 and it worked dont know how much this will help.
   
FWIW, I have rebuilt in on 4-stable and 5-stable and didn't see
your problem. I would suspect that you have a dependancy out of
date. I don't think a portugrade -Rf libxml2 would take long.
IF it fails, it will leave the old version installed.
   
Kent
   
 Regards

 Alex
   
--
Kent Stewart
Richland, WA
   
http://users.owt.com/kstewart/index.html
 
  --
  Kent Stewart
  Richland, WA
 
  http://users.owt.com/kstewart/index.html

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 

Re: help diagnosing crash + other oddities

2005-03-15 Thread Kris Kennaway
On Tue, Mar 15, 2005 at 02:00:03PM -0800, Steve wrote:
 Hi All,
 
 I have had some recent crashes and am trying to diagnose what might be 
 causing the problems. I'd really appreciate any suggestions or ideas on 
 where to look for info.
 
 crash: full on kernel panic. This seems to have been cause by me 
 stopping and restarting sendmail. I use a shell alias which stops, 
 waits and restarts sendmail. See [item 1] at the end of this message

See the chapter on kernel debugging in the developers' handbook.

Kris

--
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error xserver

2005-03-15 Thread Gert Cuykens
o magical ball who is the prettiest person on the freebsd mailing list

me :)

o magical google ball what can you tell me about xserver

http://xorg.freedesktop.org/wiki/FAQErrorMessages#head-10a5fb670b3686b48d7b070635f593ac99d7ab5a

o magical xorg ball what can you tell me about xorg.conf

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
   FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  freetype
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
OptionProtocol auto
OptionDevice /dev/sysmouse
   Option  ZAxisMapping 4 5
   Option  Buttons 5
EndSection

Section Monitor
#DisplaySize  360   290 # mm
Identifier   Monitor0
VendorName   IVM
ModelNameHM903D/DT
### Uncomment if you don't want to default to DDC:
# HorizSync30.0 - 132.0
# VertRefresh  50.0 - 200.0
OptionDPMS
EndSection

Section Device
   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
   #Option NoAccel # [bool]
   #Option SWcursor   # [bool]
   #Option Dac6Bit # [bool]
   #Option Dac8Bit # [bool]
   #Option ForcePCIMode   # [bool]
   #Option BusType # [str]
   #Option CPPIOMode   # [bool]
   #Option CPusecTimeout   # i
   #Option AGPMode # i
   #Option AGPFastWrite   # [bool]
   #Option AGPSize # i
   #Option GARTSize   # i
   #Option RingSize   # i
   #Option BufferSize # i
   #Option EnableDepthMoves   # [bool]
   #Option EnablePageFlip # [bool]
   #Option NoBackBuffer   # [bool]
   #Option PanelOff   # [bool]
   #Option DDCMode # [bool]
   #Option MonitorLayout   # [str]
   #Option IgnoreEDID # [bool]
   #Option OverlayOnCRTC2 # [bool]
   #Option CloneMode   # [str]
   #Option CloneHSync # [str]
   #Option CloneVRefresh   # [str]
   #Option UseFBDev   # [bool]
   #Option VideoKey   # i
   #Option DisplayPriority # [str]
   #Option PanelSize   # [str]
   #Option ForceMinDotClock   # freq
Identifier  Card0
Driver  radeon
VendorName  ATI Technologies Inc
BoardName   RV350 [RADEON 9800 XT]
BusID   PCI:2:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth  24
Modes  1280x1024
EndSubSection
EndSection
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kern.ipc.nmbclusters

2005-03-15 Thread kalin mintchev

ok.. to day for a first time ever i saw this in my logs:

 /kernel: All mbuf clusters exhausted

so i gotta up the kern.ipc.nmbclusters..

also what would be a decent nmbclusters to specify in the loader for a gig
or ram and 2 gigs of swap?

how many mbufs per cluster?

also why is this client stuck in the netstat. how come Send-Q is so much?:


# netstat -p tcp
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)

.
tcp4   0  22065  server.http  c68.112.166.214..3318 
FIN_WAIT_1
tcp4   0  31076  server.http  c68.112.166.214..3317 
FIN_WAIT_1
tcp4   0  32285  server.http  c68.112.166.214..3316 
FIN_WAIT_1
tcp4   0  32285  server.http  c68.112.166.214..3315 
FIN_WAIT_1
tcp4   0  32905  server.http  c68.112.166.214..3314 
FIN_WAIT_1
tcp4   0  31445  server.http  c68.112.166.214..3313 
FIN_WAIT_1
tcp4   0  33580  server.http  c68.112.166.214..3312 
FIN_WAIT_1
tcp4   0  31696  server.http  c68.112.166.214..3311 
FIN_WAIT_1
.


thanks...
-- 




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


Re: error xserver

2005-03-15 Thread Gert Cuykens
portmanager -sl  said i could safely delete it becuase it was a leaf
so i nuked it :)

after that i did a portmanager -u that resulted in a long sleep on my
keyboard. It did not put the xserver thingies back. How ever i did
some pkg_delete and portsclean at the same time to try to make
portmanager faster because it was always checking the same dependency
problems about gedit and nautulus and ... every time between compiling
a new port. i know i know i said to the pc screen but portmanager
did not listen and keep on checking and checking slowing down the hole
process doing nothing.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


unionfs double mount reboots the system on 5.3-STABLE

2005-03-15 Thread Artem Koltsov
I tried to build jails on top of one distribution and found the following 
problem.

How to repeat:

!WARNING: IT MAY REBOOT YOUR SYSTEM!

mkdir test
cd test
mkdir a
mkdir a-ro
mkdir a-ro-rw
echo   a/file1
mount -v -t unionfs -o ro ~/test/a ~/test/a-ro
mount -v -t unionfs -o -b ~/test/a-ro ~/test/a-ro-rw
vi a-ro-rw/file1   #  will reboot here

mount before reboot:
above:/root/test/a on /root/test/a-ro (unionfs, local, read-only, noclusterw)
below:/root/test/a-ro on /root/test/a-ro-rw (unionfs, noclusterw)

uname -a
FreeBSD local.local.internal 5.3-STABLE FreeBSD 5.3-STABLE #14: Sat Feb 26 
19:09:37 EST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  i386

Can anyone repeat it and let me know if you have the same result? Any 
suggestions what it could be?

Thanks!

Artem Koltsov
Resource Management
Wireless Facilities, Inc.

 
Attention:
Any views expressed in this message are those of the individual sender, except 
where the message states otherwise and the sender is authorized to state them 
to be the views of any such entity. The information contained in this message 
and or attachments is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material.  If you 
received this in error, please contact the sender and delete the material from 
any system and destroy any copies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot problems afther reinstall windows

2005-03-15 Thread Alex de Kruijff
  On Tue, Mar 15, 2005 at 02:12:46AM +, Jason Henson wrote:
   What is in your windows boot.ini file?
   
   
   On 03/14/05 11:13:49, Alex de Kruijff wrote:
   Hi,
   
   I've recently reinstalled windows. Windows removes the MBR as you
   know.
   So ather I installed it I set partion 1 (FreeBSD) active and  
   rebooted.
   Then I followed the handbook and did fdisk -B -b /boot/boot0 ad0. Now
   I
   get the orginal screen afther booting. Only it beeps when I press F2
   (Windows). I can mount the second partion on FreeBSD, but cant boot.
   Any
   ideas to what I'm missing here?
   

On Tue, Mar 15, 2005 at 08:53:25AM -0500, Jerry McAllister wrote:
  
  Windows was able to boot afhter I installed it. I never touched
  boot.ini. The content would have been:
  
  [boot loader]
  timeout=30
  default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
  [operating systems]
  multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP 
  Professional /fastdetect /NoExecute=OptIn
  
  I now use a different solution. Instead of the freebsd bootloader
  (boot0). I now use the windows bootloader. I copied boot1 to
  c:\freebsd.bin. Then modified windows boot.ini as follow:
  
  [boot loader]
  timeout=10
  default=c:\freebsd.bin
  [operating systems]
  multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP
  Professional /fastdetect /NoExecute=OptIn
  c:\freebsd.bin=FreeBSD 5
  
  This works for me. I still wonder why the stuff below didn't work. In
  the past I would do this with /stand/sysinstall. But I don't dare to do
  this with FreeBSD 5 because of drive geometric warnings.
  
 
 Remember there are two boot blocks, so to speak.
 There is the MBR that lets you choose which slice to boot.  There is 
 only one of those per disk and it lives in sector 0 of the disk.
 The MBR generally has a standard calling sequence (that the Bios calls)
 and sets things up to a fairly standard condition and looks for
 standard appearing boot sectors in slices and makes a standard
 call to the selected slice's boot sector.   Almost any MBR that
 knows how to recognize a standard boot sector in a slice and lets
 you choose between them if there are more than one can be used
 interchangeably.
 
 Then there is the boot block with the actual boot loader that starts 
 pulling the OS from the bootable partition.   On a multi boot disk 
 there are several - one per each bootable slice and they live in the 
 boot sector of each slice.Those are specific to the OS they are 
 booting.  Though their calling sequence is standard, what they have 
 to do to load and start their own OS is not.

Is it posible to boot one OS if you only have the MBR?

 I am guessing that you managed to overwrite or damage the MS slice'
 boot sector while you were doing things, or didn't get it written
 to the slice properly when you reloaded or something like that.
 Even though you put the MBR back with FreeBSD's fdisk, did you
 also make sure that the MS slice had its own boot loader?   Anyway
 you did when you put the MS boot loader back.   So it works now.

The previous time I first installed windows and then FreeBSD 5. The
difference this time is that I didn't use /stand/sysinstall. This
because I would get into serious troubel. (I never found out how to
force the right geometry) So I was thinking maybe sysinstall does
something (like copy the MBR to the second boot location) that I didn't
do manualy.

I used the windows method for when something goes wrong (i.e. reboot)
and just reinstalled Windows. A added bonus is that I now have one OS as
default instead the last used. I alway was annoyed about loading the
previous used. I only want to use Windows if I have to (mostly for
word - there language functionality is superb).


Tanks for you time. Appricate it.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Imapd SASL Auxprop problem

2005-03-15 Thread Jason M aka Talon
If I am posting to the wrong forum please feel free to flame my sox off  

Hi All 
I have a problem with my cyrus imap / mysql install 
after 3 days on google looking around i am ripping my hair out  
I have tried everything i have found in the faq's / howto's 
but just cant seem to get it to work. 

Postfix works nicely and delivers to maildir etc 
when i use the sasldb for cyrus i have no problems users can log in 
auxprop has not been nice to me g. 

If any one has the time could they have a look at my configuration and 
give me a pointer on what I am doing wrong. 

Any help would be greatly appreciated 

Jason M aka Talon (talonz[at]gmail.com) 

###
## version information 

OS FreeBSD 5.3-RELEASE-p5 
Postfix Version postfix 2.1.5 
MySQL server version: 5.0.0-alpha 
Cyrus Version cyrus-imapd 2.2.10 
SASL Version cyrus-sasl 2.1.20 

All installed from ports 


###

## /var/log/messages :: Errors when imapd is started 

forsaken master[60842]: process started 
forsaken ctl_cyrusdb[60843]: recovering cyrus databases 
forsaken ctl_cyrusdb[60843]: skiplist: recovered
/var/imap/mailboxes.db (3 records, 584 bytes) in 0 seconds
forsaken ctl_cyrusdb[60843]: skiplist: recovered
/var/imap/annotations.db (0 records, 144 bytes) in 0 seconds
forsaken ctl_cyrusdb[60843]: done recovering cyrus databases 
forsaken master[60842]: unable to create lmtpunix listener socket: No
such file or directory
forsaken master[60842]: ready for work 
forsaken ctl_cyrusdb[60844]: checkpointing cyrus databases 
forsaken ctl_cyrusdb[60844]: DBERROR: error listing log files:
DB_NOTFOUND: No matching key/data pair found
forsaken ctl_cyrusdb[60844]: DBERROR: archive /var/imap/db: cyrusdb error 
forsaken ctl_cyrusdb[60844]: DBERROR: error listing log files:
DB_NOTFOUND: No matching key/data pair found
forsaken ctl_cyrusdb[60844]: DBERROR: archive /var/imap/db: cyrusdb error 
forsaken ctl_cyrusdb[60844]: done checkpointing cyrus databases 

###
## Login errors (after telnet localhost imap // o login test test) 

forsaken imap[60846]: sql_select option missing 
forsaken imap[60846]: auxpropfunc error no mechanism available 
forsaken imap[60846]: no user in db 
forsaken imap[60846]: no user in db 
forsaken imap[60846]: badlogin: localhost [127.0.0.1] plaintext test
SASL(-13): user not found: checkpass failed

###
## Start Configuration 

###
## postfix main.cf 
queue_directory = /var/spool/postfix 
command_directory = /usr/local/sbin 
daemon_directory = /usr/local/libexec/postfix 
mail_owner = postfix 
myhostname = forsaken.unix.org.au 
mydomain = unix.org.au 
inet_interfaces = all 
mydestination = $myhostname, localhost.$mydomain, localhost 
unknown_local_recipient_reject_code = 550 
relay_domains = $mydestination 

debug_peer_level = 2 
debugger_command = 
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin 
xxgdb $daemon_directory/$process_name $process_id  sleep 5 

sendmail_path = /usr/local/sbin/sendmail 
newaliases_path = /usr/local/bin/newaliases 
mailq_path = /usr/local/bin/mailq 
setgid_group = maildrop 
html_directory = no 
manpage_directory = /usr/local/man 
sample_directory = /usr/local/etc/postfix 
readme_directory = no 

# header/body checking 
header_checks = regexp:/usr/local/etc/postfix/header_checks 
body_checks = regexp:/usr/local/etc/postfix/body_checks 

# use cyrus or virtual 
mailbox_transport = cyrus 

virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf 
virtual_gid_maps = static:125 
virtual_mailbox_base = /usr/local/virtual 
virtual_mailbox_domains =
mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 5120 
virtual_mailbox_maps =
mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 125 

# use cyrus or virtual 
virtual_transport = virtual 
virtual_uid_maps = static:125 
virtual_create_maildirsize = yes 
virtual_mailbox_extended = yes 
virtual_mailbox_limit_maps =
mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes 
virtual_maildir_limit_message = Sorry, Account Is Suspended. (This
User Has Exeeded There Quota Limit).
virtual_overquota_bounce = yes 

# sasl settings for cyrus 
broken_sasl_auth_clients = yes 
smtpd_recipient_restrictions = 
permit_mynetworks, 
permit_sasl_authenticated, 
reject_non_fqdn_hostname, 

RE: $100 SATA RAID Card 5.3 compatible

2005-03-15 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Danny Howard mailto:[EMAIL PROTECTED] wrote:
 Mike Loiterman wrote:
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Can anyone recommend a SATA RAID card that is compatible with 5.3? 
 The 3ware ones listed in the hardware notes are pretty
 expensive...over a hundred dollars for the lowest end card.  Is 5.3
 compatible with any of the adpatec or promise cards? 
 
 
 What kind of RAID do you want?  For a simple system-level RAID1, skip
 the hardware and go with gmirror.
 
 -danny

RAID1.  I'm looking into gmirror, but it seems like it might be messy if
one of the drives dies.

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQjd0+2jZbUnRudGOEQJIxgCeKQ20gfa3FhBC1UFtjo5Ecunob1AAn0C5
HmD3Rx0QdTB46Q/p5sn0yi0d
=6L7V
-END PGP SIGNATURE-

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


Re: Advice on integrated video on friends system

2005-03-15 Thread James Earl
On Tue, 15 Mar 2005 15:46:10 -0600, Nathan Kinkade [EMAIL PROTECTED] wrote:
 
 I don't know about Xorg and hardware compatibility for an ATI Rage Pro
 chip, but from what you are describing I would tend to point to an
 issue with the monitor settings rather than the video card itself.  If
 the monitor is old, then EDID information may not be available from the
 monitor, so Xorg may just try some default monitor setting that don't
 happen to work with that monitor.  Have you done some searches for Hsync
 and Vertical Refresh rates for the monitor in question?  Once you know
 these values (ranges), you can set them manually in the xorg.conf file
 under the section titled Monitor.  For example:
 
 Section Monitor
 some other directives
 HorizSync30.0 - 70.0
 VertRefresh  50.0 - 160.0
 EndSection
 
 As far as losing control of the display, but apparently still having
 control of the keyboard, is the machine on a network?  Can you possibly
 ssh into the box and control it remotely?
 
 Nathan

I tested out a GNOME LiveCD, and it worked, so I've made a copy of the
xorg.conf file and will give it a try later on tonight.  The xorg.conf
used was more sparce compared to the one that I generated using Xorg
-configure, so hopefully this will be the ticket.

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


Re: error xserver

2005-03-15 Thread Donald J. O'Neill
On Tuesday 15 March 2005 05:12 pm, Gert Cuykens wrote:
 portmanager -sl  said i could safely delete it becuase it was a leaf
 so i nuked it :)

 after that i did a portmanager -u that resulted in a long sleep on my
 keyboard. It did not put the xserver thingies back. How ever i did
 some pkg_delete and portsclean at the same time to try to make
 portmanager faster because it was always checking the same dependency
 problems about gedit and nautulus and ... every time between
 compiling a new port. i know i know i said to the pc screen but
 portmanager did not listen and keep on checking and checking slowing
 down the hole process doing nothing.


So Gert, did you put your missing xorg ports back in. I also have to 
tell you, just because - portmanager or pkg-cutleaves - says that it's 
OK to take something out, doesn't mean it's so, it tells you that you 
better know what you are taking out. In point of fact - it's not nice 
to nuke your xorg ports,

Don

-- 
Donald J. O'Neill
[EMAIL PROTECTED]

I'm not totally useless,
I can be used as a bad example.
Besides, I have a really great Airedale.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Connection refused

2005-03-15 Thread Gary Kline

People,

I must have bumped into this before, but it still stumps me.
What would my sendmail on   sage/ns1.thought.org get a 
Connection refused from my major server, tao.thought.org?
Mail is queued in ns1.  

Any ideas what I'm missing in /etc OR /etc/mail in my new
FreeBSD??

thanks,

gary




-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: Boot problems afther reinstall windows

2005-03-15 Thread Jerry McAllister
   timeout=10
   default=c:\freebsd.bin
   [operating systems]
   multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=Microsoft Windows XP
   Professional /fastdetect /NoExecute=OptIn
   c:\freebsd.bin=FreeBSD 5
   
   This works for me. I still wonder why the stuff below didn't work. In
   the past I would do this with /stand/sysinstall. But I don't dare to do
   this with FreeBSD 5 because of drive geometric warnings.
   
  
  Remember there are two boot blocks, so to speak.
  There is the MBR that lets you choose which slice to boot.  There is 
  only one of those per disk and it lives in sector 0 of the disk.
  The MBR generally has a standard calling sequence (that the Bios calls)
  and sets things up to a fairly standard condition and looks for
  standard appearing boot sectors in slices and makes a standard
  call to the selected slice's boot sector.   Almost any MBR that
  knows how to recognize a standard boot sector in a slice and lets
  you choose between them if there are more than one can be used
  interchangeably.
  
  Then there is the boot block with the actual boot loader that starts 
  pulling the OS from the bootable partition.   On a multi boot disk 
  there are several - one per each bootable slice and they live in the 
  boot sector of each slice.Those are specific to the OS they are 
  booting.  Though their calling sequence is standard, what they have 
  to do to load and start their own OS is not.
 
 Is it posible to boot one OS if you only have the MBR?

No, you need the boot sector.   If you have only that in the first
location, you can boot without an full MBR, I think, but not without
the boot sector that the MBR loads and jumps to.
 
  I am guessing that you managed to overwrite or damage the MS slice'
  boot sector while you were doing things, or didn't get it written
  to the slice properly when you reloaded or something like that.
  Even though you put the MBR back with FreeBSD's fdisk, did you
  also make sure that the MS slice had its own boot loader?   Anyway
  you did when you put the MS boot loader back.   So it works now.
 
 The previous time I first installed windows and then FreeBSD 5. The
 difference this time is that I didn't use /stand/sysinstall. This
 because I would get into serious troubel. (I never found out how to
 force the right geometry) So I was thinking maybe sysinstall does
 something (like copy the MBR to the second boot location) that I didn't
 do manualy.

I think you are using MBR for boot sector.   The MBR is what goes
in sector 0 of the disk itself.   The boot sector/record/block
goes in the first sector of the slice.   The MBR lets you pick the
slice you want to boot and then loads its boot sector/block/record and 
jumps to it in a standard location.

jerry

 
 I used the windows method for when something goes wrong (i.e. reboot)
 and just reinstalled Windows. A added bonus is that I now have one OS as
 default instead the last used. I alway was annoyed about loading the
 previous used. I only want to use Windows if I have to (mostly for
 word - there language functionality is superb).
 
 
 Tanks for you time. Appricate it.
 
 -- 
 Alex
 
 

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


Re: $100 SATA RAID Card 5.3 compatible

2005-03-15 Thread Andy Firman
On Tue, Mar 15, 2005 at 05:53:30PM -0600, Mike Loiterman wrote:
 
 RAID1.  I'm looking into gmirror, but it seems like it might be messy if
 one of the drives dies.

What makes you say that?

I have gmirror running and I simulated drive failures on both controllers,
and reconstructed the provider with no problems.  Even did some hard 
power failures and everthing worked fine.  Gmirror is very nice!  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Connection refused

2005-03-15 Thread Charles Swiger
On Mar 15, 2005, at 7:03 PM, Gary Kline wrote:
I must have bumped into this before, but it still stumps me.
What would my sendmail on   sage/ns1.thought.org get a
Connection refused from my major server, tao.thought.org?
Mail is queued in ns1.
DNS for that address is broken, so sendmail on the other machine is 
unable to get a valid a record to make a connection, so you get 
connection refused:

5-pi% dig tao.thought.org.
;  DiG 9.3.0  tao.thought.org.
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 21895
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;tao.thought.org.   IN  A
;; AUTHORITY SECTION:
thought.org.600 IN  SOA ns1.thought.org. 
hostmaster.thought.org. 2005021201 3600 300 2419200 3600

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


Re: libxml2 complier

2005-03-15 Thread Alex Shaw
Finally ive managed to solve this problem by copying /usr/lib/libm.so.3 from 
the backup server onto the corrupt box. this fixed all the problems i was 
having ..(why oh why didnt I try this earlier)

 my only problem now is I cant understand why this file may have been changed. 
The last thing done before the failure was to install compat4x from the ports. 
Can anyone help me understand what happened or how this file was replaced, my 
understanding is that ports stuff is installed into /

regards 

Alex


On Tue, 15 Mar 2005 13:38:34 +
Alex Shaw [EMAIL PROTECTED] wrote:

 
 
 Hi,
 
 I have a problem compiling libxml2 from the ports. the error is this:
 
 cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
 -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized 
 -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
 -Winline -Wredundant-decls -o .libs/xpath1 xpath1.o  -L/usr/local/lib 
 ../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath -Wl,/usr/local/lib
 ../../.libs/libxml2.so: undefined reference to `__signbit'
 gmake[3]: *** [xpath1] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc/examples'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory 
 `/usr/ports/textproc/libxml2/work/libxml2-2.6.18/doc'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.18'
 gmake: *** [all] Error 2
 *** Error code 2
 
 Ive tried compiling several different versions of libxml all produce the same 
 error. I contacted the xml list for libxml2 and have been directed towards os 
 help with the compiler, apperntly the compiler includes are not in sync with 
 the installed libc. I know compat4x was installed recently and dont know if 
 this has and relation.
 
 I have included the text of the conversation on the libxml list for 
 reference, Ideally I need to get this back up so i can get php-xml to run. 
 Any suggestions here would be useful as I am out of my depth when it come to 
 compilers and how they work.
 
 unfortuantly rebuilding the box is out of the question, im away on a 
 busiessness trip about 1 miles from the server :(, so any solution that 
 might be a temporary fix till i can get back next week would be a start
 
 Also worth noting I complied a hello world app to test gcc and it 
 worked dont know how much this will help.
 
 Regards
 
 Alex
 -- 
 Alex Shaw
 
 
  Hi, im trying to install libxml2-2.6.18 from the FreeBSD ports, there is a 
  problem with the compile on the system i am using. I have tried several 
  versions of libxml2 and they all return the same error, which means its 
  probably not an issue involved with libxml, but I cant pin down where the 
  error is coming from, or what is causing the problem to occur. I was hoping 
  someone on this list would be able to point me in the direction of what is 
  causing this.
  
  The error is:
  cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type 
  -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized 
  -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
  -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
  -Wnested-externs -Winline -Wredundant-decls -o .libs/xpath1 xpath1.o  
  -L/usr/local/lib ../../.libs/libxml2.so -lz -liconv -lm -Wl,--rpath 
  -Wl,/usr/local/lib
  ../../.libs/libxml2.so: undefined reference to `__signbit'
 
   paphio:~/XML - grep __signbit *.c
   paphio:~/XML - grep __signbit *.c include/libxml/*.h
   paphio:~/XML -
 
  Somehow your system or compiler includes are not in synch with your
 installed libc, sounds bad, but you're right it doesn't sound like a
 libxml2 problem.
  The great thing about those systems where everybody recompiles locally is
 that you don't have the same system as your neighbour, this is also its
 main drawback, you're on your own to debug the problem...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 



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


Re: $100 SATA RAID Card 5.3 compatible

2005-03-15 Thread Danny Howard
On Tue, Mar 15, 2005 at 05:53:30PM -0600, Mike Loiterman wrote:

  Can anyone recommend a SATA RAID card that is compatible with 5.3? 
  The 3ware ones listed in the hardware notes are pretty
  expensive...over a hundred dollars for the lowest end card.  Is 5.3
  compatible with any of the adpatec or promise cards? 
  
  What kind of RAID do you want?  For a simple system-level RAID1, skip
  the hardware and go with gmirror.
 
 RAID1.  I'm looking into gmirror, but it seems like it might be messy if
 one of the drives dies.

Mike,

Messy how?  You keep an eye on gmirror list and it will tell you if
one of the disks has died.  If a disk dies, you swap in an RMA, and
rebuild the mirror.  If swap in the RMA involves downtime, then
gmirror will see the new disk at boot and DTRT.

Or have you seen too many horror stories on the mailing lists?

Currently, I have a whole bunch of systems with one-off 3ware or Adaptec
controllers, and I don't know how to monitor them reliably.  I tried
doing a 3ware a month or two back, and there was this crazy race between
how old the binary versus the kernel module versus the firmware was and
I just gave up.  Grr!  As RAID1 solutions go, gmirror take a lot of the
headache out of administration.

IMO, YMMV, and I have daily backups ...

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


Re: error xserver

2005-03-15 Thread Michael C. Shultz
On Tuesday 15 March 2005 03:12 pm, Gert Cuykens wrote:
 portmanager -sl  said i could safely delete it becuase it was a leaf
 so i nuked it :)

 after that i did a portmanager -u that resulted in a long sleep on my
 keyboard. It did not put the xserver thingies back. How ever i did
 some pkg_delete and portsclean at the same time to try to make
 portmanager faster because it was always checking the same dependency
 problems about gedit and nautulus and ... every time between
 compiling a new port. i know i know i said to the pc screen but
 portmanager did not listen and keep on checking and checking slowing
 down the hole process doing nothing.

Gert, you helped portmanager by pkg_delete'ing things while it was 
running?  I must say, never expected that to be done by a user, how did 
it work out?

-Mike

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


Re: error xserver

2005-03-15 Thread Gert Cuykens
On Tue, 15 Mar 2005 17:58:00 -0600, Donald J. O'Neill
[EMAIL PROTECTED] wrote:
 On Tuesday 15 March 2005 05:12 pm, Gert Cuykens wrote:
  portmanager -sl  said i could safely delete it becuase it was a leaf
  so i nuked it :)
 
  after that i did a portmanager -u that resulted in a long sleep on my
  keyboard. It did not put the xserver thingies back. How ever i did
  some pkg_delete and portsclean at the same time to try to make
  portmanager faster because it was always checking the same dependency
  problems about gedit and nautulus and ... every time between
  compiling a new port. i know i know i said to the pc screen but
  portmanager did not listen and keep on checking and checking slowing
  down the hole process doing nothing.
 
 So Gert, did you put your missing xorg ports back in. I also have to
 tell you, just because - portmanager or pkg-cutleaves - says that it's
 OK to take something out, doesn't mean it's so, it tells you that you
 better know what you are taking out. In point of fact - it's not nice
 to nuke your xorg ports,

yep it works, installing the xorg fonts from ports did the trick :)

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


Re: Connection refused

2005-03-15 Thread Gary Kline
On Tue, Mar 15, 2005 at 07:14:43PM -0500, Charles Swiger wrote:
 On Mar 15, 2005, at 7:03 PM, Gary Kline wrote:
  I must have bumped into this before, but it still stumps me.
  What would my sendmail on   sage/ns1.thought.org get a
  Connection refused from my major server, tao.thought.org?
  Mail is queued in ns1.
 
 DNS for that address is broken, so sendmail on the other machine is 
 unable to get a valid a record to make a connection, so you get 
 connection refused:
 

tao is on my private 10.0.0.247 IP.   I *have* added 
ns1.thought.org to my /etc/mail/access file and did a 
# make maps; I also reinitialized sendmail.  

Still get Connection refused  /etc/hosts* andn
/etc/resolv.conf look good.  What else??


gary



 5-pi% dig tao.thought.org.
 ;  DiG 9.3.0  tao.thought.org.
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 21895
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
 
 ;; QUESTION SECTION:
 ;tao.thought.org.   IN  A
 
 ;; AUTHORITY SECTION:
 thought.org.600 IN  SOA ns1.thought.org. 
 hostmaster.thought.org. 2005021201 3600 300 2419200 3600
 
 -- 
 -Chuck
 

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: error xserver

2005-03-15 Thread Gert Cuykens
 Gert, you helped portmanager by pkg_delete'ing things while it was
 running?  I must say, never expected that to be done by a user, how did
 it work out?
 
 -Mike

Great :) No more bodering me with dependency thingies when he began
the next upgrade.

Also i runed two portmanagers at the same time one portmanager -u the
other portmanager -s to see how many things he has done allready :)
Works great i even trowed in a portsclean , portsdb -u , pkgdb -F All
worked well except the portsclean cleaned a working directory while it
was compiling :) oops... Nothing happend doh portmanager just took the
next upgrade.

Would be cool if portmanager had also a cleaning feature like
portsclean so i can nuke portupgrade :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[Surfing the Net with Kids] Goodbye

2005-03-15 Thread Lyris ListManager
This message confirms your cancellation of the free weekly
Surfing the Net with Kids newsletter.

.
RSS EDITION
.

If you would prefer an RSS edition of the newsletter, you will find it
at http://www.surfnetkids.com/newsletter-rss.xml

For details on the what, how, and why of RSS, see:
http://www.surfnetkids.com/rss.htm

...
EXIT SURVEY
...

If you could take a moment to answer two questions for me via email
to mailto:[EMAIL PROTECTED], it will help me create a 
better newsletter:

 1) Why are you canceling?
 2) What can I do to make the Surfnetkids newsletter better?

Thank you,

Barbara J. Feldman
Surfing the Net with Kids
http://www.surfnetkids.com

P.S.  If you would like to sign up under a different email address, you can do 
so at:
http://www.surfnetkids.com/emailedition.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mysql postfix SASL cyrus imap problem

2005-03-15 Thread Jason M aka Talon
Sorry if this was a double post my subscribe was not working :(
Im not sure if the original mail went through.

Hi All
I have a problem with my cyrus imap / mysql install
after 3 days on google looking around i am ripping my hair out
I have tried everything i have found in the faq's / howto's
but just cant seem to get it to work.

Postfix works nicely and delivers to maildir etc
when i use the sasldb for cyrus i have no problems users can log in
auxprop has not been nice to me g.

If any one has the time could they have a look at my configuration and
give me a pointer on what I am doing wrong.

Any help would be greatly appreciated

Regards Jason M aka Talon (talonz[at]gmail.com)

###
## version information

OS FreeBSD 5.3-RELEASE-p5
Postfix Version postfix 2.1.5
MySQL server version: 5.0.0-alpha
Cyrus Version cyrus-imapd 2.2.10
SASL Version cyrus-sasl 2.1.20

All installed from ports

###

## /var/log/messages :: Errors when imapd is started

forsaken master[60842]: process started
forsaken ctl_cyrusdb[60843]: recovering cyrus databases
forsaken ctl_cyrusdb[60843]: skiplist: recovered
/var/imap/mailboxes.db (3 records, 584 bytes) in 0 seconds
forsaken ctl_cyrusdb[60843]: skiplist: recovered
/var/imap/annotations.db (0 records, 144 bytes) in 0 seconds
forsaken ctl_cyrusdb[60843]: done recovering cyrus databases
forsaken master[60842]: unable to create lmtpunix listener socket: No
such file or directory
forsaken master[60842]: ready for work
forsaken ctl_cyrusdb[60844]: checkpointing cyrus databases
forsaken ctl_cyrusdb[60844]: DBERROR: error listing log files:
DB_NOTFOUND: No matching key/data pair found
forsaken ctl_cyrusdb[60844]: DBERROR: archive /var/imap/db: cyrusdb error
forsaken ctl_cyrusdb[60844]: DBERROR: error listing log files:
DB_NOTFOUND: No matching key/data pair found
forsaken ctl_cyrusdb[60844]: DBERROR: archive /var/imap/db: cyrusdb error
forsaken ctl_cyrusdb[60844]: done checkpointing cyrus databases

###
## Login errors (after telnet localhost imap // o login test test)
## this is the bit that has me stumped

forsaken imap[60846]: sql_select option missing
forsaken imap[60846]: auxpropfunc error no mechanism available
forsaken imap[60846]: no user in db
forsaken imap[60846]: no user in db
forsaken imap[60846]: badlogin: localhost [127.0.0.1] plaintext test
SASL(-13): user not found: checkpass failed

###
## Start Configuration

###
## postfix main.cf
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
myhostname = forsaken.unix.org.au
mydomain = unix.org.au
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
unknown_local_recipient_reject_code = 550
relay_domains = $mydestination

debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id  sleep 5

sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = no

# header/body checking
header_checks = regexp:/usr/local/etc/postfix/header_checks
body_checks = regexp:/usr/local/etc/postfix/body_checks

# use cyrus or virtual
mailbox_transport = cyrus

virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:125
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains =
mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 5120
virtual_mailbox_maps =
mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 125

# use cyrus or virtual
virtual_transport = virtual
virtual_uid_maps = static:125
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps =
mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = Sorry, Account Is Suspended. (This
User Has Exeeded There Quota Limit).
virtual_overquota_bounce = yes

# sasl settings for cyrus
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_non_fqdn_hostname,

[Surfing the Net with Kids] Goodbye

2005-03-15 Thread Lyris ListManager
This message confirms your cancellation of the free weekly
Surfing the Net with Kids newsletter.

.
RSS EDITION
.

If you would prefer an RSS edition of the newsletter, you will find it
at http://www.surfnetkids.com/newsletter-rss.xml

For details on the what, how, and why of RSS, see:
http://www.surfnetkids.com/rss.htm

...
EXIT SURVEY
...

If you could take a moment to answer two questions for me via email
to mailto:[EMAIL PROTECTED], it will help me create a 
better newsletter:

 1) Why are you canceling?
 2) What can I do to make the Surfnetkids newsletter better?

Thank you,

Barbara J. Feldman
Surfing the Net with Kids
http://www.surfnetkids.com

P.S.  If you would like to sign up under a different email address, you can do 
so at:
http://www.surfnetkids.com/emailedition.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: $100 SATA RAID Card 5.3 compatible

2005-03-15 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Danny Howard mailto:[EMAIL PROTECTED] wrote:
 On Tue, Mar 15, 2005 at 05:53:30PM -0600, Mike Loiterman wrote:
 
 Can anyone recommend a SATA RAID card that is compatible with 5.3? The
 3ware ones listed in the hardware notes are pretty
 expensive...over a hundred dollars for the lowest end card.  Is 5.3
 compatible with any of the adpatec or promise cards?
 
 What kind of RAID do you want?  For a simple system-level RAID1,
 skip the hardware and go with gmirror.
 
 RAID1.  I'm looking into gmirror, but it seems like it might be
 messy if one of the drives dies.
 
 Mike,
 
 Messy how?  You keep an eye on gmirror list and it will tell you if
 one of the disks has died.  If a disk dies, you swap in an RMA, and
 rebuild the mirror.  If swap in the RMA involves downtime, then
 gmirror will see the new disk at boot and DTRT.
 
 Or have you seen too many horror stories on the mailing lists?
 
 Currently, I have a whole bunch of systems with one-off 3ware
 or Adaptec
 controllers, and I don't know how to monitor them reliably.  I tried
 doing a 3ware a month or two back, and there was this crazy
 race between
 how old the binary versus the kernel module versus the
 firmware was and
 I just gave up.  Grr!  As RAID1 solutions go, gmirror take a
 lot of the
 headache out of administration.
 
 IMO, YMMV, and I have daily backups ...

I tried following the instructions at:
http://people.freebsd.org/~rse/mirror/ and couldn't make it work.

I ended up installing a minimal installation on one disk, reooting to the
new install, doing atacontrol create RAID1 ad4 ad6, then rebooting to the
install CD and installing into ar0.  This seems to have worked.

Is your solution better?

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQjeMnWjZbUnRudGOEQJc9QCg2HAycZ+65GrsJsdEAdinpX/oCOIAnAxn
4jrBbh1vGKr/aNeB93+2VxrP
=9Q3N
-END PGP SIGNATURE-

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


Re: Wav from sound card line in

2005-03-15 Thread Chris Hill
On Tue, 15 Mar 2005, McCy Ron wrote:
I'm using FreeBSD 4.10 and would like to make WAV format recordings 
from my sound card's line in channel with some sort of command 
line utility. I've been successful in finding other sorts of ports 
and packages to rip CDs and play Wavs and MP3s but have yet to find 
anything in the software descriptions that address this need.
audio/gramofile might work for you, though I haven't thoroughly tested 
it myself. See http://panic.et.tudelft.nl/~costar/gramofile

HTH.
--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


flash plugin?

2005-03-15 Thread Tom Vilot
I have the port flashplugin-mozilla-0.4.12 installed (using 
firefox-1.0.1_2,1). I find that it crashes firefox pretty consistently.

However, a quick grep of flash in the ports reveals these:
flash-0.9.5
flashplugin-0.4.3
flashplugin-firefox-0.4.12
flashplugin-mozilla-0.4.12
flashplugin-mozilla-devel-0.4.12
flashpluginwrapper-0.20021113
linux-flashplugin-5.0r51_2
linux-flashplugin-6.0r79_2
linux-flashplugin-7.0r25_1
linuxpluginwrapper-20050119_1
Should I be using one of these? What are they all!? :c)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dovecot is broken in ports

2005-03-15 Thread Jud
Madhusudan Singh wrote:
On Tuesday 15 March 2005 11:08, Jim Trigg wrote:
On Mon, March 14, 2005 11:43 pm, Madhusudan Singh said:
Hi
Just want to report that dovecot seems to be broken :
===   Returning to build of dovecot-0.99.14
===   dovecot-0.99.14 depends on shared library: sasl2.2 - found
===   dovecot-0.99.14 depends on shared library: ldap-2.2.7 - found
===   dovecot-0.99.14 depends on shared library: iconv.3 - found
[snip]

install: /usr/ports/mail/dovecot/work/dovecot-0.99.14/src/imap/imap: No
such
file or directory
*** Error code 71
It looks to me like the problem must be in the ldap integration; I just
upgraded my copy last night with no problems, and do use sasl but not
ldap.
Jim

Thanks for your response.
However, any attempt to clean it, remove gnutls (pkg_delete) and install it
again fails with :
===  dovecot-0.99.14 Currently incompatible with security/gnutls.
I do not have gnutls installed now (just removed it). Why should I get this
message (even after make clean and make distclean) ?
# make config
will allow you to redo your config choices and select SSL rather than 
GNUTLS, support for which is broken in Dovecot itself ATM, thus in the 
port also.

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


Re: $100 SATA RAID Card 5.3 compatible

2005-03-15 Thread Danny Howard
On Tue, Mar 15, 2005 at 07:37:24PM -0600, Mike Loiterman wrote:
 I tried following the instructions at:
 http://people.freebsd.org/~rse/mirror/ and couldn't make it work.
 
 I ended up installing a minimal installation on one disk, reooting to the
 new install, doing atacontrol create RAID1 ad4 ad6, then rebooting to the
 install CD and installing into ar0.  This seems to have worked.

This all sounds extremely familiar.  I did all of this, and it made me
very quesy.  So, I ripped it out and tried again.

 Is your solution better?

You can deliver your own opinion, my resolution is at:
http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/

Cheers,
-danny

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


HighPoint 1640 SATA RAID Card

2005-03-15 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In my quest for a RAID1 setup, I also purchased a 1640 which, according to
the HighPoint website, is compatible with
5.3, but I'm unable to get it work with my system.  

FreeBSD sees the drives as two individual disks instead of one large disk. 
This is after I created a RAID1 array in the 1640's BIOS.  Are there
instructions for getting this to work with FreeBSD anywhere?

I'm using this with a SuperMicro P8SGA motheroard and an Intel P4 2.8
processor.  Any ideas?

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQjedCWjZbUnRudGOEQJ4owCfQdLUTQu+p13FH1/MLM9JDUf/yKgAn0vY
2Vg8YcJfVNRGK1XiS6R/ir5b
=e6zV
-END PGP SIGNATURE-

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


Re: umass0 -- yes, daX -- no?

2005-03-15 Thread Dan Nelson
In the last episode (Mar 15), Mikhail Teterin said:
 I'm trying to access the file system on a usb memory key. When I
 insert it, however, kernel duly reports creation of umass0, but not
 the da1 (da0 is my ZIP drive).
 
 According to usbdevs -d, I have:
 
   addr 1: OHCI root hub, SiS
 uhub0
addr 2: Dell USB Memory Key, M-Systems
  umass0

You might have a device that's not known in umass's table.  It looks
like it needs to know the protocol before it will create a da* device;
try editing /sys/dev/usb/usbdevs and adding a DISKONKEY3 entry (usbdevs
-dv should print the hex IDs you need), and copy one of the existing
DISKONKEY array entries in umass.c.  

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


  1   2   >