FreeBSD 8.2 i386
kern dev distribution
as 42-bit VM on host ESXi 4.1
portsnap fetch extract
cd /usr/ports/dns/bind98
make
Options for bind98 9.8.0 |
|
+
On Tue, 12 Jan 2010, Jim wrote:
Looks like you're using postfix pretending to be sendmail. Evidently
postfix doesn't build aliases.db the same way. You might try newaliases.
I tried that, but it had an identical result.
If you want to keep postfix, you'll have to figure it out separately.
On Tue, 2010-01-12 at 18:11 -0500, Jim wrote:
> >Yeah, that might work. I had troubles with aliases and the database
> >and it didn't resolve itself until I ran newaliases. But newaliases
> > is
> >just a symlink to /usr/sbin/mailwrapper. It calls
> > /etc/mail/mail.con
> Yeah, that might work. I had troubles with aliases and the database
> and it didn't resolve itself until I ran newaliases. But newaliases is
> just a symlink to /usr/sbin/mailwrapper. It calls /etc/mail/mail.conf
> with newaliases which point to the *real* binary.
> Looks like you're using postfix pretending to be sendmail. Evidently
> postfix doesn't build aliases.db the same way. You might try newaliases.
>
I tried that, but it had an identical result.
-Jim Stapleton
___
freebsd-questions@freebsd.org mailing
On Tue, Jan 12, 2010 at 11:09:54AM -0700, Warren Block wrote:
> On Tue, 12 Jan 2010, Jim wrote:
>
> >make in /etc/mail fails (silently) to create aliases.db. I touched all
> >the source files I modified to make sure they would be rebuilt (since
> >the last rebuild failed).
>
> Just tried it here
On Tue, 12 Jan 2010, Jim wrote:
make in /etc/mail fails (silently) to create aliases.db. I touched all
the source files I modified to make sure they would be rebuilt (since
the last rebuild failed).
Just tried it here successfully, although I'd usually do newaliases.
[r...@mail-jail /etc/mai
> What happens if you do a grep aliases in /etc/mail? In my sensmail
> files I see references to aliases in the config *.cf and Makefile,
> and the aliases file itself.
as in ls `/etc/mail | grep aliases` or `cat /etc/mail/* | grep aliases`
The former shows the file 'aliases'
On Tue, Jan 12, 2010 at 12:00:03PM -0500, Jim wrote:
> make in /etc/mail fails (silently) to create aliases.db. I touched all
> the source files I modified to make sure they would be rebuilt (since
> the last rebuild failed). What I am finding is that the command
> "/usr/sbin/sendmail -bi -OAliasFi
make in /etc/mail fails (silently) to create aliases.db. I touched all
the source files I modified to make sure they would be rebuilt (since
the last rebuild failed). What I am finding is that the command
"/usr/sbin/sendmail -bi -OAliasFile=/etc/mail/aliases" is not creating
aliases.db, nor is it c
On Feb 15, 2007, at 11:45 PM, Gary Schenk wrote:
After editing and successfully running "make cleandepend" and "make
depend",
my custom kernel failed during "make" with this output:
: undefined reference to `ieee80211_next_scan'
*** Error code 1
If you have removed all Wireless LAN stuff
Gary Schenk wrote:
After editing and successfully running "make cleandepend" and "make depend",
my custom kernel failed during "make" with this output:
babo# make
linking kernel
if_ural.o(.text+0x66): In function `ural_free_tx_list':
: undefined reference to `ieee80211_free_node'
if_ural.o(.tex
After editing and successfully running "make cleandepend" and "make depend",
my custom kernel failed during "make" with this output:
babo# make
linking kernel
if_ural.o(.text+0x66): In function `ural_free_tx_list':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0x2d3): In function
On Thu, 20 Jul 2006 00:52:16 -0700
Andriy Babiy <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I installed all the libraries mentioned on k3b.org, including mandatory and
> optional (actually, excluding two of the optional libraries - libmusicbrainz
> and hal). I used the latest versions of all the l
Hi all,
I installed all the libraries mentioned on k3b.org, including mandatory and
optional (actually, excluding two of the optional libraries - libmusicbrainz
and hal). I used the latest versions of all the libraries, and k3b as well.
FreeBSD version 6.1.
"./configure" runs without error mess
Frank Staals wrote:
Hey,
Todya I tried recompiling my kernel with the FAST_IPSEC
option, but when doing 'make' the compiling failed. The
only thing changed in my existing kernel was the added
line 'options FAST_IPSEC' , without that option it
compiled fine last time. I'm running FreeBSD 5
Hey,
Todya I tried recompiling my kernel with the FAST_IPSEC option, but when
doing 'make' the compiling failed. The only thing changed in my existing
kernel was the added line 'options FAST_IPSEC' , without that
option it compiled fine last time. I'm running FreeBSD 5.4 i386.
Kernelco
On Thu, Feb 10, 2005 at 12:42:55AM -0800, Mark Jayson Alvarez wrote:
> Hi,
> This always happens to me whenever I'm compiling
> third party applications. Make fails because it says
> that it cannot find a certain library.. and when I try
> to search for that file, I u
Hi,
This always happens to me whenever I'm compiling
third party applications. Make fails because it says
that it cannot find a certain library.. and when I try
to search for that file, I usually finds it. For
example, I'm compiling, nagios-plugins but it fails
with this erro
Hi all,
This is on a fresh install/cvsup to 4-STABLE, ports cvsuped,
etc.
Any suggestions?
Alex
pkg_add -r XFree86
pkg_add -r kde
cd /usr/ports/graphics/hugin
make
===> hugin-0.4.r1 depends on executable: PTOptimizer - found
===> hugin-0.4.r1 depends on executa
Fred Patmore wrote:
>Guess this is why some say 99% of users are users :-)
Oops, meant to say "99% of users are lusers".. darn, guess I am one of them
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubs
Miguel Mendez wrote:
Miguel Mendez wrote:
On Wed, 15 Dec 2004 17:14:48 +0100
Fred Patmore <[EMAIL PROTECTED]> wrote:
Hi,
but I get the following error messages when doing 'make'
[EMAIL PROTECTED] /usr/src/sys/i386/compile/C-KERNEL#] make
linking kernel
[...]
: undefined reference to `xpt_done'
uma
On Wed, 15 Dec 2004 17:14:48 +0100
Fred Patmore <[EMAIL PROTECTED]> wrote:
Hi,
> but I get the following error messages when doing 'make'
>
> [EMAIL PROTECTED] /usr/src/sys/i386/compile/C-KERNEL#] make
> linking kernel
[...]
> : undefined reference to `xpt_done'
> umass.o(.text+0x233f): more und
On Wed, Dec 15, 2004 at 05:14:48PM +0100, Fred Patmore wrote:
> Hi,
> I've just installed FreeBSD (after removing it due to portupgrade gone
> awry), did CVSup and now trying to build a custom kernel.
>
> make depend was successful
>
> but I get the following error messages when doing 'make'
>
Hi,
I've just installed FreeBSD (after removing it due to portupgrade gone
awry), did CVSup and now trying to build a custom kernel.
make depend was successful
but I get the following error messages when doing 'make'
[EMAIL PROTECTED] /usr/src/sys/i386/compile/C-KERNEL#] make
linking kernel
umass
If Generic compiles, then my file would compile too
because I only copied Generic and comment out iir.
Then I got that message.
Now I tried to work with an even smaller version of
the file and removed and uncommented a lot, but still
I get the same error (and look at my new configuration
file belo
I just took a quick glance at your file, but will this compile if you
uncomment iir??? You certainly have a lot of things included in your
config file. Re-enabling some options will help you narrow down whether
or not the problem is in fact the iir being commented out or whether
something tha
I want to compile a new kernel on my laptop running
freebsd 4.10.
Although I commented out device iir in my kernel
configuration file, I still get an error message when
trying to make my kernel. Look at my kernel
configuration file which I attached to this message.
Can somebody help me to get th
On Wed, Sep 10, 2003 at 08:28:11PM -0700, daniel meg wrote:
[...]
> # SCSI peripherals
> #device scbus # SCSI bus (required)
> #device da # Direct Access (disks)
[...]
> deviceumass # Disks/Mass storage - Requires scbus
e mouse
daemon already ?)
The make fails and display a lot of unreference to xpt_***(a_lot_of_option_goes_here)
any lines goes by..
Does anyone know what was that? I included the kernel config file as an attachment,
please feel free to help me..
-
Do yo
On Monday 17 February 2003 12:50 am, Kris Kennaway wrote:
> On Fri, Jan 01, 1999 at 02:54:41AM +0100, Christian Johansson wrote:
> > I'm completely new to freebsd and tried to get my Soundblaster Live to
work
> > I sure tried to take away stuff that I know I didn't have,, but when I
make
> > the
On Fri, Jan 01, 1999 at 02:54:41AM +0100, Christian Johansson wrote:
> I'm completely new to freebsd and tried to get my Soundblaster Live to work
> I sure tried to take away stuff that I know I didn't have,, but when I make
> the kernel I got the following error:
a) Your clock is wrong
b) You h
Date: Fri, 1 Jan 1999 02:54:41 +0100
[You need to fix the date on your computer]
Christian Johansson wrote:
I'm completely new to freebsd and tried to get my Soundblaster Live to work
I sure tried to take away stuff that I know I didn't have,, but when I make
the kernel I got the following erro
On Friday 01 January 1999 02:54 am, Christian Johansson wrote:
> I'm completely new to freebsd and tried to get my Soundblaster Live to work
> I sure tried to take away stuff that I know I didn't have,, but when I make
> the kernel I got the following error:
>
> linking kernel
> umass.o: In funct
Under USB, you have umass enabled. The note next to it says that it requires
scbus and da (which live under scsi peripherals) which you do not have
enabled. Enabling these should get you up and running. Also, for a sound
blaster card, I think you'll need device sbc as well.
Good luck,
Evan Dower
Christian Johansson wrote:
I'm completely new to freebsd and tried to get my Soundblaster Live to work
I sure tried to take away stuff that I know I didn't have,, but when I make
the kernel I got the following error:
linking kernel
umass.o: In function `umass_cam_attach_sim':
umass.o(.text+0x185
I'm completely new to freebsd and tried to get my Soundblaster Live to work
I sure tried to take away stuff that I know I didn't have,, but when I make
the kernel I got the following error:
linking kernel
umass.o: In function `umass_cam_attach_sim':
umass.o(.text+0x1851): undefined reference to `
Hi,
Please include your kernel config.
On Wed, Dec 04, 2002 at 12:37:41PM +0100, Julian Sassenscheidt wrote:
> hello!
>
> i have some problems with compiling a kernel for my freebsd-4.7 system.
> make fails with the following error-message:
>
> if.o: In function `if_s
hello!
i have some problems with compiling a kernel for my freebsd-4.7 system.
make fails with the following error-message:
if.o: In function `if_setlladdr':
if.o(.text+0x1c48): undefined reference to `arp_ifinit'
usb_ethersubr.o: In function `usbintr':
usb_ethersu
On Monday 11 November 2002 21:24, Stefan Farrenkopf wrote:
> Hi there,
>
> I hope anybody can help me.
> I followed the Handbook to make a new kernel. The main interest for
> doing so is: I need to mount Netware volumes, etc. and I want to use my
> onboard SoundMax sound device. By going through I
Hi there,
I hope anybody can help me.
I followed the Handbook to make a new kernel. The main interest for
doing so is: I need to mount Netware volumes, etc. and I want to use my
onboard SoundMax sound device. By going through I disabled a lot of
stuff I do not need (SCSI, RAID, some USB devices
in message <[EMAIL PROTECTED]>,
wrote Giorgos Keramidas thusly...
>
> On 2002-11-06 02:00, parv <[EMAIL PROTECTED]> wrote:
> > in message <[EMAIL PROTECTED]>,
> > wrote Giorgos Keramidas thusly...
> > >
> > > # cd /usr/src/sys/i386/conf
> > > # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL
> >
On 2002-11-06 02:00, parv <[EMAIL PROTECTED]> wrote:
> in message <[EMAIL PROTECTED]>,
> wrote Giorgos Keramidas thusly...
> >
> > # cd /usr/src/sys/i386/conf
> > # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL
> > # cd /usr/obj/usr/src/sys/NEWKERNEL
> > # make depend
> > # make clean
> ^
in message <[EMAIL PROTECTED]>,
wrote Giorgos Keramidas thusly...
>
>
> # cd /usr/src/sys/i386/conf
> # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL
> # cd /usr/obj/usr/src/sys/NEWKERNEL
> # make depend
> # make clean
^ ^ ^ ^ ^
^ ^ ^ ^ ^
why would one need to run "make clean" after
On 2002-11-05 21:40, Charles Pelletier <[EMAIL PROTECTED]> wrote:
> no unfortunately, i have been using the old way...
> 1. cvsup cvsupfile
OK so far.
> 2. make -j4 buildworld
Try without -j4.
> 3. make installworld
That's not a good thing to do in this part of the procedure. This
should be t
no unfortunately, i have been using the old way...
1. cvsup cvsupfile
2. make -j4 buildworld
3. make installworld
4. make new kernel: (/usr/src/sys/i386/conf/)
cp OLDKERNEL NEWKERNEL
ee NEWKERNEL (replace name of oldkernel with newkernel name)
save
run /usr/sbin/config NEWKERNEL
make depend .
On 2002-11-05 17:26, Charles Pelletier <[EMAIL PROTECTED]> wrote:
> How do I remove the dependencies created with the make depend I did
> prior to this failed make? The original problem I had turned out to
> be a memory issue so the make depend completed successfully. Ran
> make, and it failed, pre
On Tue, Nov 05, 2002 at 05:27:16PM -0600, Charles Pelletier wrote:
> Just realized I forgot to say that I'm upgrading from 4.6 to 4.7.
Good for you :)
I assume this was in follow-up to some other message; since you
haven't preserved any context in this reply it's difficult to know
what you're ref
Just realized I forgot to say that I'm upgrading from 4.6 to 4.7.
Charles Pelletier
Tech. Coordinator
St Luke's School
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message
How do I remove the dependencies created with the make depend I did prior to
this failed make? The original problem I had turned out to be a memory issue
so the make depend completed successfully. Ran make, and it failed,
presumably for the same reason, but, i got a message regarding operands and
'
On 2002-10-15 19:03, [EMAIL PROTECTED] wrote:
> I just edited my GENERIC file to fit my Toshiba Tecra8000 laptop and
> everything is configured properly I think. The "config KERNEL"
> command worked and produced no errors, but when I try to do a "make
> depend" in the /usr/src directory, I reciev
Hi,
I just edited my GENERIC file to fit my Toshiba Tecra8000 laptop and
everything is
configured properly I think.
the "config KERNEL" command worked and produced no errors, but when
I try to do a "make depend" in the /usr/src directory, I recieve the
following error
message over and over
On Wed, Oct 02, 2002 at 08:07:25PM +0300, Boris A. Grebenyuk wrote:
>
> Hi! I'm trying to build kernel for i486 PC. But get an error:
>
> Press any key to continue...bash-2.04# bash-2.04# make kernel
> linking kernel
> if_ed.o: In function `ed_tick':
> if_ed.o(.text+0x26d9): undefined reference
Boris A. Grebenyuk wrote:
> Hi! I'm trying to build kernel for i486 PC. But get an error:
>
> Press any key to continue...bash-2.04# bash-2.04# make kernel
> linking kernel
> if_ed.o: In function `ed_tick':
> if_ed.o(.text+0x26d9): undefined reference to `mii_tick'
> if_ed.o: In function `ed_in
# [EMAIL PROTECTED] / 2002-10-02 20:07:25 +0300:
>
> Hi! I'm trying to build kernel for i486 PC. But get an error:
>
> Press any key to continue...bash-2.04# bash-2.04# make kernel
> linking kernel
> if_ed.o: In function `ed_tick':
> if_ed.o(.text+0x26d9): undefined reference to `mii_tick'
> if_
Hi! I'm trying to build kernel for i486 PC. But get an error:
Press any key to continue...bash-2.04# bash-2.04# make kernel
linking kernel
if_ed.o: In function `ed_tick':
if_ed.o(.text+0x26d9): undefined reference to `mii_tick'
if_ed.o: In function `ed_init':
if_ed.o(.text+0x2aca): undefined ref
56 matches
Mail list logo