Building an OpenOffice Package Problem

2006-08-13 Thread Yousef Raffah
Hi,

I'm trying to build a OpenOffice.org package for -CURRENT but it is
failing saying:

configure: error: JDK is too old, you need at least 1.3

This is a bit strange to me as I assure you I have
diablo-jdk-1.5.0.07.00 Java Development Kit 1.5.0_07.00 installed on
that machine.

Should I remove this diablo-jdk and install SUN's JDK? Is this how it
"should" be?


signature.asc
Description: This is a digitally signed message part


CUPS - Does not function anymore

2006-08-13 Thread Sean M.
The story so far:
I had cups-1.2.2 and couldn't get KDE to use it with my HP PSC 1400 and
hplip. I read somewhere that KDE was only reliable with cups 1.1, so I
downgraded CUPS to the last version before it was switched to 1.2.0.
That ended up breaking hpiod; so much for that. I had no choice but to
upgraded cups back to 1.2.2. I also replaced
/usr/local/lib/kde3/cupsdconf.so with a symlink to
/usr/local/lib/libkdeinit_cupsdconf.so

Now? Pretty much everything to do with printing is broken. If I go to
localhost:631, I get the CUPS welcome screen, but all the links load
for a long time then just stop. I used to at least print with LPD, now
that's gone:

A print error occurred. Error message received from system:

/usr/local/bin/lpr -P 'PSC_1400' '-#1' '/tmp/kde-sgm/kdeprint_zivvNqlK'
: execution failed with message:
/usr/local/bin/lpr: Unsupported format 'application/postscript'! 

I could also print with CUPS out of non-KDE apps like Firefox. Now they
just do nothing.

The printer is connected fine, because I can get its status and scan
with it from hp-setup. It pretty much looks like CUPS is screwed up,
and I can't figure out how to fix it. Could someone please help?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: freebsd-questions Digest, Vol 146, Issue 21

2006-08-13 Thread Christopher Martin
Firewall settings?

You need to give more detail.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of rithy4u- CEO
> Sent: Monday, 14 August 2006 1:14 PM
> To: freebsd-questions@freebsd.org
> Subject: Re: freebsd-questions Digest, Vol 146, Issue 21
> Importance: High
> 
> 
> I have one DNS Server running Bind. I always got permission 
> denied on my 
> server screen why? 
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> ___
> 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: Samba wont mount if my access point on windows is active

2006-08-13 Thread Atom Powers

On 8/13/06, Snuk the Great <[EMAIL PROTECTED]> wrote:

Hello,
This has me puzzeled. Tonight I could not find out why my freeBSD machine
could not mount a windows share. Whenever I tried it the shell would just
freeze. After a few hours I tried disabling my wireless Access Point on the
windows machine and now I was able to mount the mount the share. After this
I tried a bunch of things to make mount work even when the Acces Point was
on, like changing the IP adress of the AP, but no luck.
First I figured it might be a port issue, so I tried forcing Samba to go
through a different port, but again no luck.


My guess is that your shell isn't freezing, it's just in a very long
wait state. MS Windows, and samba, tend to do this when they are
waiting for name resolution.


Let me explain my setup a bit:
My pc and the freeBSD machine are in a LAN.
This LAN has acces to the internet.
My pc has a WLAN card which server as a Wireless Access Point.
I use my pc to share the LAN with my Access Point, so this as well has acces
to the internet.
I am out of ideas what to trie/do. So I was hoping you guys can give me a
nudge in the right direction.



Check your name resolution first. Samba and windows both have tools to
troubleshoot NetBIOS name resolution. Do you have a WINS server? If
you haven't configured a WINS server samba/windows will use a
broadcast to ask "the network" what names are available, this can be
problematic on almost any network.

Try appending a `&` to the end of the mount command, or press CTL+z
after you start it to send it to the background. You should get your
shell back so you can watch the samba log files.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: quick way fall back to the original kernel

2006-08-13 Thread Atom Powers

On 8/13/06, gahn <[EMAIL PROTECTED]> wrote:

Hi:

I am using a customized kernel and it works fine. But
at the same time I am wondering whether there is a
quick way to fall back to the original kerenel.


If you compiled your own kernel you should have, at the very least, a
/boot/kernel.old file; and I think also a kernel.default. If you break
to the loader prompt during boot you can boot one of those kernels.
And, although I've never tried it, you sholud be able to `cp
/boot/kernel.old /boot/kernel` to restore the previous kernel.>

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: boot messages logging

2006-08-13 Thread Frank Shute
On Sun, Aug 13, 2006 at 06:32:55PM -0500, Jonathan Horne wrote:
>
> is there a place where all the booting messages are logged?  right before my 
> daemons start, i see some elf-lib.something cannot find libaudio.so.2 (which 
> does exist on my system), but it scrolls so fast that i cannot read it all.  
> are these messages logged?

They're all logged in:

 /var/run/dmesg.boot

-- 

 Frank 


echo "f r a n k @ e s p e r a n c e - l i n u x . c o . u k" | sed 's/ //g'

  --->PGP keyID: 0x10BD6F4B<---  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Performance issue amd64

2006-08-13 Thread Dinesh Nair



On 08/10/06 15:24 O. Hartmann said the following:
than a 100 minutes, Firefox and/or Thunderbird opens much slower than 
before and much slower as compared to the i386 box(!).


i'd suspect the harddisk. are you building world with pipes, for this would 
store the intermediae files during compilation on disk, making the build 
slightly more disk bound.


--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)   http://www.openmalaysiablog.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd-questions Digest, Vol 146, Issue 21

2006-08-13 Thread Greg 'groggy' Lehey
On Monday, 14 August 2006 at 10:13:50 +0700, rithy4u- CEO wrote:
> I have one DNS Server running Bind. I always got permission denied on my
> server screen why?

Because something's not the way you want it.

Seriously, how do you expect anybody to give you an answer based on
that description?  I don't even know what you mean by "server screen",
or whether the "permission denied" has anything to do with DNS.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgp3jWCvgwTKg.pgp
Description: PGP signature


Re: freebsd-questions Digest, Vol 146, Issue 21

2006-08-13 Thread rithy4u- CEO
I have one DNS Server running Bind. I always got permission denied on my 
server screen why? 



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Samba wont mount if my access point on windows is active

2006-08-13 Thread Snuk the Great

Hello,
This has me puzzeled. Tonight I could not find out why my freeBSD machine
could not mount a windows share. Whenever I tried it the shell would just
freeze. After a few hours I tried disabling my wireless Access Point on the
windows machine and now I was able to mount the mount the share. After this
I tried a bunch of things to make mount work even when the Acces Point was
on, like changing the IP adress of the AP, but no luck.
First I figured it might be a port issue, so I tried forcing Samba to go
through a different port, but again no luck.

Let me explain my setup a bit:
My pc and the freeBSD machine are in a LAN.
This LAN has acces to the internet.
My pc has a WLAN card which server as a Wireless Access Point.
I use my pc to share the LAN with my Access Point, so this as well has acces
to the internet.
I am out of ideas what to trie/do. So I was hoping you guys can give me a
nudge in the right direction.

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


Problem erasing swap parition before encrypting

2006-08-13 Thread Tom Parquette

Hi all.
I'm trying to turn on swap encryption on a 6.1-S machine.
I ran into problems trying to write the random data over the swap space.
I get the following messages:
Script started on Sun Aug 13 20:48:28 2006
P3R-233# dd if=/dev/random of=/dev/ad4s1b bs=1m

dd: /dev/ad4s1b: Operation not permitted
1+0 records in
0+0 records out
0 bytes transferred in 0.029574 secs (0 bytes/sec)
P3R-233# exit

exit

Script done on Sun Aug 13 20:48:55 2006

I have tried this on several swap partitions and have gotten the same 
result.  I have also tried this to a new partition that I would like to 
encrypt as a test and I the the same messages.


I'm running as root.
I have swap turned off to that swap file.
I have tried coming up in single user mode.
I have even unmounted the other filesystems on that disk.
I checked and /dev/ad3a1b is owned by root:wheel.

Any ideas would be more than welcome.
Thanks...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


quick way fall back to the original kernel

2006-08-13 Thread gahn
Hi:

I am using a customized kernel and it works fine. But
at the same time I am wondering whether there is a
quick way to fall back to the original kerenel.

thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: working with dbsd-tools

2006-08-13 Thread Giorgos Keramidas
On 2006-08-13 18:30, Jonathan Horne <[EMAIL PROTECTED]> wrote:
> i almost have desktopbsd tools working perfectly... except that
> i cannot mount usb drives without opening a terminal as root,
> and chmoding /dev/da* to 660.
>
> how can i cause new devices (such as da*) to be created with
> proper permissions to let me mount it without becomming root to
> do so?  ive already set up my devd.conf, and cdrom is working
> (but that one doesnt disappear/reappear like usb devices do).

You can use devfs.rules for this.  The manpage has an example
that is probably pretty close to what you need:

[localrules=10]
add path 'da*s*' mode 0660 group usb

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


Re: Source Code Navigation

2006-08-13 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

Upside-down reply, gratuitous empty lines removed.

On Sunday, 13 August 2006 at 15:42:13 +, S.Mohideen wrote:
> Greg 'groggy' Lehey wrote:
>> On Sunday, 13 August 2006 at  7:38:58 +, S.Mohideen wrote:
>>> What tools your people use apart from CTAGS/cscope to navigate
>>> vast source code base. Im using ctags in gvim. Want to know any
>>> better tool which you may be using.
>>
>> There's not really much choice.  I'm currently playing with GNU global
>> (http://www.gnu.org/software/global/, available in
>> /usr/ports/devel/global), which so far seems to be a little better
>> than etags; I don't use ctags.
>>
>> http://www.lemis.com/grog/software/source-code-navigation.html has
>> some somewhat out-of-date info on the subject.
>
> May be a foolish question to ask. What editor gvim/emacs plays
> well with global based upon your experience.

Emacs.

But that's my experience.  global is supposed to be independent of
editors, and it also has a command-line interface.  You would have
seen this if you had followed the links I gave.

Greg
--
When replying to this message, please take care not to mutilate the
original text.
For more information, see http://www.lemis.com/email.html
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.


pgpjBwRQVaU2u.pgp
Description: PGP signature


boot messages logging

2006-08-13 Thread Jonathan Horne
is there a place where all the booting messages are logged?  right before my 
daemons start, i see some elf-lib.something cannot find libaudio.so.2 (which 
does exist on my system), but it scrolls so fast that i cannot read it all.  
are these messages logged?

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


working with dbsd-tools

2006-08-13 Thread Jonathan Horne
i almost have desktopbsd tools working perfectly... except that i cannot mount 
usb drives without opening a terminal as root, and chmoding /dev/da* to 660.

how can i cause new devices (such as da*) to be created with proper 
permissions to let me mount it without becomming root to do so?  ive already 
set up my devd.conf, and cdrom is working (but that one doesnt 
disappear/reappear like usb devices do).

thanks,
jonathan
___
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

2006-08-13 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]"


Problem with latest gcc41

2006-08-13 Thread Ray Newman

Trying to build latest gcc41 (20060804) gives:

gmake[4]: Entering directory 
`/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava'
/bin/sh ./libtool --tag=GCJ --mode=link 
/usr/ports/lang/gcc41/work/build/gcc/gcj 
-B/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/ 
-B/usr/ports/lang/gcc41/work/build/gcc/ 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava 
-ffloat-store -fomit-frame-pointer -g -O2  -o jv-convert 
--main=gnu.gcj.convert.Convert -rpath /usr/local/lib/gcc-4.1.2 -shared-libgcc 
-pthread 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/.libs libgcj.la
/usr/ports/lang/gcc41/work/build/gcc/gcj 
-B/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/ 
-B/usr/ports/lang/gcc41/work/build/gcc/ -ffloat-store -fomit-frame-pointer -g 
-O2 -o .libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc -pthread 
 -L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/.libs 
./.libs/libgcj.so 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libstdc++-v3/src 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libstdc++-v3/src/.libs 
-lz -L/usr/ports/lang/gcc41/work/build/./gcc -lgcc_s -lgcc_s -Wl,--rpath 
-Wl,/usr/local/lib/gcc-4.1.2
/usr/bin/ld: .libs/jv-convert: hidden symbol `__eprintf' in 
/usr/ports/lang/gcc41/work/build/./gcc/libgcc.a(_eprintf.o) is referenced by DSO

collect2: ld returned 1 exit status
gmake[4]: *** [jv-convert] Error 1
gmake[4]: Leaving directory 
`/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava'

gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava'

gmake[2]: *** [all-target-libjava] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/gcc41/work/build'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc41/work/build'
gmake: *** [bootstrap-lean] Error 2
*** Error code 2

Stop in /usr/ports/lang/gcc41.

Any known fix?

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


Re: HP Deskjet 720C ...

2006-08-13 Thread dgmm
On Sunday 13 August 2006 12:27, Girish Venkatachalam wrote:
> Did you try postscript printing with a2ps and LPD?
>
> If the printer listens at TCP port 515, then I think
> yo u are set. Make sure you have LPRng.
>
> To test that, just try telnet  515 and
> see if it connects.
>
> If that goes thro' you only have to export a shell
> variable and you can print.
>
> export [EMAIL PROTECTED]

FWIW an HP720c is bottom end inkjet, parallel only, windows GDI printer.


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


Re: KT port?

2006-08-13 Thread Andrew Pantyukhin

On 8/13/06, stan <[EMAIL PROTECTED]> wrote:

I did a quick look around for KT in the ports tree, and
did not find it.

Am I overlooking omehitng? If it's not in the ports, has
anyone gotten this package working on FreeBSD?


Not yet, but we've got RX and SG. We're also expecting
NJ and PH any time now. Try MB, it's a nice one.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Reinstalling Sendmail?

2006-08-13 Thread Andreas Widerøe Andersen

Hi,
I don't know how or where to see exactly why it is exiting. I only see what
I've posted from the standard logfiles under /var/log.

Can you please give me some input on where I can dig up some additional info
about the crash?

Thanks,
Andreas

---

On 8/10/06, Derek Ragona <[EMAIL PROTECTED]> wrote:


 You should check your log file and see why sendmail is exiting.

-Derek



At 06:33 AM 8/10/2006, Andreas Widerøe Andersen wrote:

I have some problems with Sendmail (ref an older thread I posted):

pid 72284 (sendmail), uid 0: exited on signal 11
pid 72505 (sendmail), uid 0: exited on signal 11
pid 72672 (sendmail), uid 0: exited on signal 11

This happens every 30 minutes. It started after I upgraded from 4.7 to
4.11p19.


Is there some easy way I can reinstall sendmail completely getting it back
to the way it is when installing a fresh system? I don't want to tweak and
dig too much with this anymore so I rather start from scratch.

I know it's part of the base system, but is there some way to do this?

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by *MailScanner* , and is
believed to be clean.
MailScanner thanks transtec Computers  for
their support.


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


Re: Reinstalling Sendmail?

2006-08-13 Thread Andreas Widerøe Andersen

On 8/10/06, Frank Staals <[EMAIL PROTECTED]> wrote:


Andreas Widerøe Andersen wrote:
> I have some problems with Sendmail (ref an older thread I posted):
>
> pid 72284 (sendmail), uid 0: exited on signal 11
> pid 72505 (sendmail), uid 0: exited on signal 11
> pid 72672 (sendmail), uid 0: exited on signal 11
>
> This happens every 30 minutes. It started after I upgraded from 4.7 to
> 4.11p19.
>
>
> Is there some easy way I can reinstall sendmail completely getting it
> back
> to the way it is when installing a fresh system? I don't want to tweak
> and
> dig too much with this anymore so I rather start from scratch.
>
> I know it's part of the base system, but is there some way to do this?
>
> Thanks,
> Andreas
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
>
You can recompile sendmail, you'll have to have the kernel sources
installed though:

# cd /usr/src/lib/libsm; make clean; make obj; make depend; make
# cd /usr/src/lib/libsmutil; make clean; make obj; make depend; make
# cd /usr/src/usr.sbin/sendmail; make clean; make obj; make depend; make;
make install

you might want to read Jonathan Horne's page about configuring sendmail (
among other services ) :

http://dfwlpiki.dfwlp.org/index.php/Deploying_a_FreeBSD_Server#Configuring_Mail_Services



Thanks!
Nice tutorial.

I have dowloaded all sources from cvs to my system. Should I delete some old
sources/working dirs/etc from when I've installed software before or from
when I built world and kernel?

I guess they're under /usr/src somewhere.

Just worried about some old files with wrong config that might screw this
up.

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


Re: Reinstalling Sendmail?

2006-08-13 Thread Andreas Widerøe Andersen

On 8/10/06, Frank Staals <[EMAIL PROTECTED]> wrote:


You can recompile sendmail, you'll have to have the kernel sources
installed though:

# cd /usr/src/lib/libsm; make clean; make obj; make depend; make
# cd /usr/src/lib/libsmutil; make clean; make obj; make depend; make
# cd /usr/src/usr.sbin/sendmail; make clean; make obj; make depend; make;
make install

you might want to read Jonathan Horne's page about configuring sendmail (
among other services ) :

http://dfwlpiki.dfwlp.org/index.php/Deploying_a_FreeBSD_Server#Configuring_Mail_Services



Thanks!
Nice tutorial.

I have dowloaded all sources from cvs to my system. Should I delete some old
sources/working dirs/etc from when I've installed software before or from
when I built world and kernel?

I guess they're under /usr/src somewhere.

Just worried about some old files with wrong config that might screw this
up.

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


Re: Playing Audio CDs

2006-08-13 Thread N. Raghavendra
At 2006-08-10T23:05:40+05:30, Viswas Nair wrote:

> I am new to BSD and have mplayer installed (Gmplayer) and I do not
> see the option to play an Audio CD, only CDs, files and DVDs. How do
> I get Audio CD's to play? Can they be mounted, if so how? Is there
> any specific audio alone CD player (GUI based) that you suggest?

You can use the `audio/xmms-cdread' port.  See [Handbook, Chapter 7]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/multimedia.html
and Dru Lavigne, `Using sound on FreeBSD',
http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html

> Also, whats the most commonly used or popular CD + DVD burning
> software used in BSD?
Perhaps `cdrecord' from the `sysutils/cdrtools' port.  See [Handbook,
Section 17.6]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

HTH,
Raghavendra.

-- 
N. Raghavendra <[EMAIL PROTECTED]> | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.

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


Re: SMTP-AUTH woes.

2006-08-13 Thread Greg Groth

Martin Schweizer wrote:

Hello Greg

I did installed an system sendmail/Cyrus imap/sasldb2 successfully. While 
these I run in a lot of troubles. If you're interessted I can send you my 
stuff about it.


I ended up doing a reinstall, and got it working.  I also went with 
Dovecot this time around, and got that up and running as well. 
Everything was running well with Maildir, however I then tried to 
install spamassassin which ended up screwing something up.  Sendmail 
ended up placing everything in the mbox files in /var/mail, instead of 
~/Maildir.  Not sure what happened, but I could not fix it.  I ended up 
going back to Postfix, and that is at least delivering to ~/Maildir. 
SASL is working as it should though.  Just have to get spamassassin and 
luser_relay working now.


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


Re: Extended file atributes

2006-08-13 Thread stan
On Sun, Aug 13, 2006 at 07:26:13PM +0200, J?rgen Blomberg wrote:
> stan wrote:
> > I was just reading about something called "extended file atributes",
> > in Linux. This seems to be a way to store arbitray tag -> value pairs 
> > in the filesystem, which are assocaited with a given file.
> > 
> > Can this be done in FreeBSd?
> 
> 
> Yes, have a look at setextattr(8) and extattr(9).

Excelent, thanks.

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Extended file atributes

2006-08-13 Thread Jörgen Blomberg
stan wrote:
> I was just reading about something called "extended file atributes",
> in Linux. This seems to be a way to store arbitray tag -> value pairs 
> in the filesystem, which are assocaited with a given file.
> 
> Can this be done in FreeBSd?


Yes, have a look at setextattr(8) and extattr(9).

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


Re: SMTP-AUTH woes.

2006-08-13 Thread Martin Schweizer
Hello Greg

I did installed an system sendmail/Cyrus imap/sasldb2 successfully. While 
these I run in a lot of troubles. If you're interessted I can send you my 
stuff about it.

Am Mon, Jul 31, 2006 at 07:50:56AM -0500 Greg Groth schrieb:
> >did you buildworld before you recompiled sendmail?  ive found that if i 
> >buildworld, that before i recompile sendmail (to implement sasl2) that i 
> >have to make clean on my /usr/src, or else make will try to use what was 
> >already recompiled for sendmail during the buildworld.
> >
> >hth,
> >jonathan
> 
> This is a relatively fresh install, and I did update my ports with 
> portsnap / portmanager, then cvsuped src-all and ran buildworld before 
> playing around with this.  I did not run make clean before the 
> buildworld process though.  I did attempt to rebuild just sendmail after 
> I started having these problems:
> 
> cd /usr/src/usr.sbin/sendmail
> make clean
> make depend
> make
> make install
> 
> Nothing changed though.
> 
> I was thinking on this a bit further, and although I don't have any of 
> the error messages, I believe I was running into similar issues with 
> Postfix last week.  The box in question died on me, I don't have a 
> battery backup and we had a brownout.  While fscking the system because 
> of the first brownout, we had a second, which rendered the box useless. 
>I recall moving the unused sasl mechanisms out of 
> /usr/local/lib/sasl2 into a "deactivated" directory (per some how-tos), 
> and ended up with plain being the only mechanism left, and Postfix 
> started giving error messages about no mechanisms available and couldn't 
> seem to find plain text.  I figured I screwed something up with Postfix, 
> and went back to sendmail for this install until I had more time to play 
> around with Postfix.  I'll try the make clean / buildworld thing tonight 
> to see if that helps, and post back if it doesn't.
> 
> Best regards,
> Greg Groth
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 

Regards

Martin Schweizer
<[EMAIL PROTECTED]>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgp2eMqXoShmf.pgp
Description: PGP signature


Re: OpenOffice2 with german user interface

2006-08-13 Thread Martin Schweizer
Hello Simon

Am Sun, Aug 13, 2006 at 06:35:20PM +0300 Simon Phoenix schrieb:
> >
> > I installed OOo2 successfully on FreeBSD 6.1 with KDE 3.5.3. The default
> > language for the user interface is english. How I can change the user
> > interface to german?
> >
> > What I've done:
> > - set the environment to DE like described in the handbook (and it works)
> > - installed the rpm package from the OOo site with german language (for
> > linux/intel)
> 
> Install from ports:
> 
> # For German
> make LOCALIZED_LANG=de install clean

If I run this I get the following output:
notebook# make LOCALIZED_LANG=de install
===>  Installing for de-openoffice.org-2.0.3
===>   de-openoffice.org-2.0.3 depends on file: /usr/local/bin/perl5.8.8 - found
===>   de-openoffice.org-2.0.3 depends on file: 
/usr/X11R6/etc/mtree/BSD.gnome-x11.dist - found
===>   de-openoffice.org-2.0.3 depends on file: 
/usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
===>   de-openoffice.org-2.0.3 depends on executable in : pkg-config - found
===>   de-openoffice.org-2.0.3 depends on shared library: art_lgpl_2 - found
===>   de-openoffice.org-2.0.3 depends on shared library: atk-1.0.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: gconf-2.4 - found
===>   de-openoffice.org-2.0.3 depends on shared library: glib-2.0.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: gnomevfs-2.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: gtk-x11-2.0.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: bonobo-2.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: IDL-2.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: xml2.5 - found
===>   de-openoffice.org-2.0.3 depends on shared library: linc.1 - found
===>   de-openoffice.org-2.0.3 depends on shared library: ORBit-2.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: pango-1.0.0 - found
===>   de-openoffice.org-2.0.3 depends on shared library: X11.6 - found
===>   Generating temporary packing list
===>  Checking if editors/openoffice.org-2.0 already installed
cd: can't cd to 
/usr/ports/editors/openoffice.org-2.0/work/OOC680_m7/instsetoo_native/unxfbsd?.pro/OpenOffice/bsd/install/de/freebsd-*/
*** Error code 2

Stop in /usr/ports/editors/openoffice.org-2.0.

I check th above path. The question mark in the middle of the path is probably 
the problem. What I do wrong?


-- 

Regards

Martin Schweizer
<[EMAIL PROTECTED]>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgphgchizbYZL.pgp
Description: PGP signature


Re: OpenOffice2 with german user interface

2006-08-13 Thread Simon Phoenix
On Sunday 13 August 2006 17:47, Martin Schweizer wrote:
> Hello
>
> I installed OOo2 successfully on FreeBSD 6.1 with KDE 3.5.3. The default
> language for the user interface is english. How I can change the user
> interface to german?
>
> What I've done:
> - set the environment to DE like described in the handbook (and it works)
> - installed the rpm package from the OOo site with german language (for
> linux/intel)

Install from ports:

# For German
make LOCALIZED_LANG=de install clean

All make knobs are in 
the /usr/ports/editors/openoffice.org-2.0/files/Makefile.knobs

-- 
Best regards,
Simon Phoenix (Phoenix Lab.)
---
KeyID: 0x2569D30B
Fingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B
---


pgpAWDRydsIUk.pgp
Description: PGP signature


[Surfing the Net with Kids] Goodbye

2006-08-13 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]"


Your message to tech awaits moderator approval

2006-08-13 Thread tech-bounces
Your mail to 'tech' with the subject

RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


http://lists.centr.org/ml/confirm/tech/8cee5298c828c752a5f3071d38d77304efa73479

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


Re: Extended file atributes

2006-08-13 Thread stan
On Sun, Aug 13, 2006 at 10:57:31AM -0400, Daniel Molina Wegener wrote:
> On Sunday 13 August 2006 10:31, stan wrote:
> > I was just reading about something called "extended file
> > atributes", in Linux. This seems to be a way to store
> > arbitray tag -> value pairs in the filesystem, which are
> > assocaited with a given file.
> 
>   Hello, it's similar, but not identical... see the chflags(1)
> and chflags(2) manual pages.
> 
I looked on a 4.x machine. Unless this has been sunstaintaily changed
in later versions, it can't store _arbitrary_ values, which is what
I was looking for.

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Extended file atributes

2006-08-13 Thread Daniel Molina Wegener
On Sunday 13 August 2006 10:31, stan wrote:
> I was just reading about something called "extended file
> atributes", in Linux. This seems to be a way to store
> arbitray tag -> value pairs in the filesystem, which are
> assocaited with a given file.

  Hello, it's similar, but not identical... see the chflags(1)
and chflags(2) manual pages.

>
> Can this be done in FreeBSd?

Regards...
-- 
 . 0 . | Daniel Molina Wegener
 . . 0 | dmw at unete dot cl
 0 0 0 | FreeBSD User
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Extended file atributes

2006-08-13 Thread stan
I was just reading about something called "extended file atributes",
in Linux. This seems to be a way to store arbitray tag -> value pairs 
in the filesystem, which are assocaited with a given file.

Can this be done in FreeBSd?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


OpenOffice2 with german user interface

2006-08-13 Thread Martin Schweizer
Hello 

I installed OOo2 successfully on FreeBSD 6.1 with KDE 3.5.3. The default 
language for the user interface is english. How I can change the user 
interface to german? 

What I've done:
- set the environment to DE like described in the handbook (and it works)
- installed the rpm package from the OOo site with german language (for 
linux/intel)

-- 

Regards

Martin Schweizer
<[EMAIL PROTECTED]>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpkmznAq8Jfy.pgp
Description: PGP signature


KT port?

2006-08-13 Thread stan
I did a quick look around for KT in the ports tree, and
did not find it.

Am I overlooking omehitng? If it's not in the ports, has
anyone gotten this package working on FreeBSD?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mount Point permissions

2006-08-13 Thread Chris Whitehouse

Bob Richards wrote:

On Thursday 10 August 2006 18:40, you wrote:

you want my devfs.rules and snips from other files.




Thanks Chris; that would be appreciated.

Bob


Hi Bob

The settings below allow user1 to mount and write to usb mass storage, 
floppy and cds (read only) on anywhere he owns. I created a new group 
usermount and directories ~user1/fd0, ~user1/cdrom and ~user1/usb.


Of course you have to reboot or set everything manually before they will 
take effect.


===
/etc/rc.conf
...
...
usbd_enable="YES"
devd_enable="YES"
devfs_system_ruleset="usb_device_perms"


/etc/devfs.rules

[usb_device_perms=100]
add path 'da*s*' mode 0660 group usermount


/etc/devfs.conf
...
...
# Allow user to access floppy
own fd0 root:usermount
perm fd0 0660

# Allow user access to cdrom
own xpt0root:usermount
permxpt00660

own cd0 root:usermount
permcd0 0660
linkcd0 cdrom
linkcd0 dvd

own pass0   root:usermount
permpass0   0660

own cd1 root:usermount
permcd1 0660

own pass1   root:usermount
permpass1   0660


/etc/fstab

# DeviceMountpoint   FStype Options DumpPass#
...
...
#/dev/cd0   /mnt/cdrom   cd9660  ro,noauto  0   0
/dev/cd0  /usr/home/user1/cdrom  cd9660  ro,noauto  0   0
/dev/fd0  /usr/home/user1/floppy msdosfs rw,noauto,sync 0   0
#/dev/fd0   /mnt/floppy  msdosfs rw,noauto  0   0


/etc/group
...
...
usermount:*:1004:user1


/etc/sysctl.conf

vfs.usermount=1



and here's the result with some things mounted. Note without a cd 
mounted ~/user1/cdrom is owner user1, group user1, not sure why it 
changes when a cd is mounted.


%id
uid=1001(user1) gid=1001(user1) groups=1001(user1), 5(operator), 
1004(usermount)

%pwd
/usr/home/user1
%ls -ld usb cdrom floppy
dr-xr-xr-x  20 rootwheel   6144  7 May 12:58 cdrom
drwxr-xr-x   1 user1  user1  7168  1 Jan  1980 floppy
drwxr-xr-x   1 user1  user1  6144  1 Jan  1980 usb
%ls -l /dev/da0s1 /dev/cd0 /dev/fd0
crw-rw  1 root  usermount0,  84 13 Aug 11:07 /dev/cd0
crw-rw  1 root  usermount0, 105 13 Aug 11:07 /dev/da0s1
crw-rw  1 root  usermount0,  79 13 Aug 11:07 /dev/fd0
%mount
...
...
devfs on /dev (devfs, local)
/dev/fd0 on /usr/home/user1/floppy (msdosfs, local, nosuid, mounted by 
user1)
/dev/cd0 on /usr/home/user1/cdrom (cd9660, local, nosuid, read-only, 
mounted by user1)

/dev/da0s1 on /usr/home/user1/usb (msdosfs, local, nosuid, mounted by user1)
%


cheers

Chris

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


linux-opera and linux-firefox

2006-08-13 Thread Jim Segrave

I've recently moved to FreeBSD 6.1 STABLE (RELENG_6_1). I've cvsupped
my ports tree Aug 9, 10:12 UTC. I removed all linux ports, deleted
/compat/linux, then tried an install of /usr/ports/www/linux-opera and
/usr/ports/www/linux-firefox. Both installed without any errors or
warning and linux-base linux_base-fc-4_6, linux-xorg-libs-6.8.2_5, and
the usual raft of other linux libraries. However neither firefox nor
opera actually run, I get:

[EMAIL PROTECTED]:/home/jes% linux-opera ERROR: ld.so: object
 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded:
ignored.
/usr/local/share/linux-opera/bin/opera: error while loading shared
libraries: /usr/lib/libpthread.so.0: ELF file OS ABI invalid

and
[EMAIL PROTECTED]:/home/jes% linux-firefox 
/usr/local/lib/linux-firefox/firefox-bin: error while loading shared
libraries: /usr/lib/libpthread.so.0: ELF file OS ABI invalid
[EMAIL PROTECTED]:/home/jes% 

[EMAIL PROTECTED]:/home/jes% file /usr/compat/linux/lib/libpthread*
/usr/compat/linux/lib/libpthread-2.3.6.so: ELF 32-bit LSB shared
object, Intel 80386, version 1 (SYSV), not stripped

/usr/compat/linux/lib/libpthread.so.0: symbolic link to
`libpthread-2.3.6.so'

Anyone have any suggestions as to the cause of this problem or its
solution?


-- 
Jim Segrave   [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: acpi module build fails

2006-08-13 Thread Jim Segrave
> Date: Sun, 13 Aug 2006 05:53:37 +0200
> From: "Dimitar Vasilev" <[EMAIL PROTECTED]>
> Subject: acpi module build fails
> To: "FreeBSD Questions" <[EMAIL PROTECTED]>
> Message-ID:
>   <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-5; format=flowed
> 
> Branch - 6.1-stable
> 
> This persists from 1 day - i have cvsuped from different servers around the
> globe, including cvsup from scratch.
> 
> The statement on line 285 is
> 
>  if (acpi_resume_beep)
> timeout(acpi_stop_beep, NULL, 3 * hz);
> 
> return (ret);
> }
> 
> Anyone knows how to fix this ? C is not my strong side.
> Thanks,

It looks like acpi_wakeup.c had changes to beep on restart merged in,
but the required changes to acpi_machdep.c aren't in the tagged
release.

I fixed this by setting my cvsup tag to 
*default release=cvs tag=RELENG_6_1

deleting /usr/src/sys, cvsupping again. This gets you to a working
version (frozen, so you are less likely to be caught by similar
updates on the STABLE release line).


-- 
Jim Segrave   [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: HP Deskjet 720C ...

2006-08-13 Thread Girish Venkatachalam


--- Kiffin Gish <[EMAIL PROTECTED]> wrote:

> I cannot for the life of me get FreeBSD 6.1 to work
> with my HP Dekjet
> 720C printer. I've tried following the directions as
> given in the
> FreeBSD Handbook, but to no avail.
> 
> Can anyone help me and/or offer tips where I can
> look?
> 
Did you try postscript printing with a2ps and LPD? 

If the printer listens at TCP port 515, then I think
yo u are set. Make sure you have LPRng. 

To test that, just try telnet  515 and
see if it connects.

If that goes thro' you only have to export a shell
variable and you can print.

export [EMAIL PROTECTED]

HTH,
Girish
> Thanks alot in advance.
> 
> -- 
> Kiffin Gish <[EMAIL PROTECTED]>
> 
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ftp-proxy with pf

2006-08-13 Thread Ivan Levchenko

Hi everybody,

having some troubles with ftp-proxy on my gateway at home: the darn
thing gets me connected to an outside ftp server, but won't let me do
anything else with it.

the gateway computer is freebsd (it is running pf with nat to share
and secure a pppoe connection); the client computer is running kubuntu
6.06.

here is what i get when trying to connect to a ftp server behind the nat:

$ ftp ftp.freebsd.org
Connected to ftp.freebsd.org.
220 ftp.FreeBSD.org NcFTPd Server (licensed copy) ready.
Name (ftp.freebsd.org:ivan): ftp
331 Guest login ok, send your complete e-mail address as password.
Password:
230-You are user #112 of 1000 simultaneous users allowed.
230-
230 Logged in anonymously.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
550 Data connection must go to same host as control connection.
ftp: bind: Address already in use
ftp>

or i get this error when connecting to a different ftp server (vsftpd):
500 Illegal PORT command.
ftp: bind: Address already in use.

i read the ftp-proxy and pf.conf man pages and have google-ed more
than my brain can comprehend but still no answer for this.

i atached the conf files for pf.conf and inetd.conf

any help (the right keyword to google with will be nice too!!!) will be great!

--
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]


inetd.conf
Description: Binary data


pf.conf
Description: Binary data
___
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

2006-08-13 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]"


Gnome Pilot and Evolution

2006-08-13 Thread Kiffin Gish
I've been trying to get my Palm Tungsten T3 to sync with evolution but
no luck so far on FreeBSD 6.1.

Is there a simple recipe I can follow?

Thanks alot in advance.

-- 
Kiffin Gish <[EMAIL PROTECTED]>

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


HP Deskjet 720C ...

2006-08-13 Thread Kiffin Gish
I cannot for the life of me get FreeBSD 6.1 to work with my HP Dekjet
720C printer. I've tried following the directions as given in the
FreeBSD Handbook, but to no avail.

Can anyone help me and/or offer tips where I can look?

Thanks alot in advance.

-- 
Kiffin Gish <[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: Source Code Navigation

2006-08-13 Thread S.Mohideen

Hi Greg,
May be a foolish question to ask. What editor gvim/emacs plays 
well with global based upon your experience.


Greg 'groggy' Lehey wrote:


On Sunday, 13 August 2006 at  7:38:58 +, S.Mohideen wrote:
 


All,
  What tools your people use apart from CTAGS/cscope to navigate vast
source code base. Im using ctags in gvim. Want to know any better tool
which you may be using.
   



There's not really much choice.  I'm currently playing with GNU global
(http://www.gnu.org/software/global/, available in
/usr/ports/devel/global), which so far seems to be a little better
than etags; I don't use ctags.

http://www.lemis.com/grog/software/source-code-navigation.html has
some somewhat out-of-date info on the subject.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.
 



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


Cannot install linux_base-fc4 fetch fails ...

2006-08-13 Thread Kiffin Gish
Hi there.

I recently upgraded my server to FreeBSD 6.1 but cannot for the life of
me get the linux_base emulator installed. All attempts to fetch the
required files fail for some reason.

-START-
# cd /usr/ports/emulators/linux_base-fc4
# make install clean
===>  Vulnerability check disabled, database not found
=> compat-db-4.2.52-2.FC4.i386.rpm doesn't seem to exist
in /usr/ports/distfiles/rpm/i386/fedora/4.
=> Attempting to fetch from
http://mirrors.kernel.org/fedora/core/4/i386/os/Fedora/RPMS/.
fetch:
http://mirrors.kernel.org/fedora/core/4/i386/os/Fedora/RPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 Not Found
=> Attempting to fetch from
http://mirrors.kernel.org/fedora/core/updates/4/i386/.
fetch:
http://mirrors.kernel.org/fedora/core/updates/4/i386/compat-db-4.2.52-2.FC4.i386.rpm:
 Not Found
=> Attempting to fetch from
http://mirrors.kernel.org/fedora/core/4/SRPMS/.
fetch:
http://mirrors.kernel.org/fedora/core/4/SRPMS/compat-db-4.2.52-2.FC4.i386.rpm: 
Not Found
=> Attempting to fetch from
http://mirrors.kernel.org/fedora/core/updates/4/SRPMS/.
fetch:
http://mirrors.kernel.org/fedora/core/updates/4/SRPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 Not Found
=> Attempting to fetch from
ftp://mirrors.kernel.org/fedora/core/4/i386/os/Fedora/RPMS/.
fetch:
ftp://mirrors.kernel.org/fedora/core/4/i386/os/Fedora/RPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 File unavailable (e.g., file not found, no access)

... (many many similar lines follow)

=> Attempting to fetch from
http://fedora.server4you.net/fedora/core/updates/4/SRPMS/.
fetch:
http://fedora.server4you.net/fedora/core/updates/4/SRPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 Not Found
=> Attempting to fetch from
ftp://fedora.server4you.net/fedora/core/4/i386/os/Fedora/RPMS/.
fetch:
ftp://fedora.server4you.net/fedora/core/4/i386/os/Fedora/RPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 File unavailable (e.g., file not found, no access)
=> Attempting to fetch from
ftp://fedora.server4you.net/fedora/core/updates/4/i386/.
fetch:
ftp://fedora.server4you.net/fedora/core/updates/4/i386/compat-db-4.2.52-2.FC4.i386.rpm:
 File unavailable (e.g., file not found, no access)
=> Attempting to fetch from
ftp://fedora.server4you.net/fedora/core/4/SRPMS/.
fetch:
ftp://fedora.server4you.net/fedora/core/4/SRPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 File unavailable (e.g., file not found, no access)
=> Attempting to fetch from
ftp://fedora.server4you.net/fedora/core/updates/4/SRPMS/.
fetch:
ftp://fedora.server4you.net/fedora/core/updates/4/SRPMS/compat-db-4.2.52-2.FC4.i386.rpm:
 File unavailable (e.g., file not found, no access)
=> Attempting to fetch from
http://fedora.mirrored.ca/fedora/4/i386/os/Fedora/RPMS/.
^Cfetch: transfer interrupted

-END-

Can anyone out there please help me?cd


Thanks alot in advance.

-- 
Kiffin Gish <[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: acpi module build fails

2006-08-13 Thread Dimitar Vasilev



G'day Dimitar,

Please see my previous post on the subject "`acpi_resume_beep'
undeclared (first use in this function)" (though note that I
believe that the problem is in version 1.39.2.2
of /usr/src/sys/i386/acpica/acpi_wakeup.c (as opposed to
1.39.2.1, as I previously incorrectly stated). Note also that
this question really belongs on -stable, too :-)

I CCed Nate Lawson (the commiter of the update I think caused
the problem) on the replay in question, so I imagine this'll be
sorted soon.
> --
> Димитър Василев
> Dimitar Vassilev
>
> GnuPG key ID: 0x4B8DB525
> Keyserver: pgp.mit.edu
> Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D
> B525
--
Nick Withers
email: [EMAIL PROTECTED]
WWW: http://nickwithers.com
Mobile: +61 414 397 446




Thanks.
Saw it after I sent the letter.
Waiting for fix.
Have a nice weekend
--
Димитър Василев
Dimitar Vassilev

GnuPG key ID: 0x4B8DB525
Keyserver: pgp.mit.edu
Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D B525
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: problem compliling new kernel for SCTP

2006-08-13 Thread Randall Stewart


This look tom me that you are running the wrong setup and getting
a 6.1 patch.. or 7.0..

There are two links on sctp.org:

http://www.sctp.org/July25.patch.bz2
or
http://www.sctp.org/July25.tar.bz2


You do NOT use the patch for any system EXCEPT FreeBSD 7.0

If you are using 6.0 or 6.1 you MUST use the tar NOT THE PATCH.

After you untar the tar ball .. you must run a setup script.
The setup script ask's you questions...
-
bash-stewlap: ./setup_freebsd_src.sh 

Re: Source Code Navigation

2006-08-13 Thread Greg 'groggy' Lehey
On Sunday, 13 August 2006 at  7:38:58 +, S.Mohideen wrote:
> All,
>What tools your people use apart from CTAGS/cscope to navigate vast
> source code base. Im using ctags in gvim. Want to know any better tool
> which you may be using.

There's not really much choice.  I'm currently playing with GNU global
(http://www.gnu.org/software/global/, available in
/usr/ports/devel/global), which so far seems to be a little better
than etags; I don't use ctags.

http://www.lemis.com/grog/software/source-code-navigation.html has
some somewhat out-of-date info on the subject.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpsU1YWmU83d.pgp
Description: PGP signature


Re: Slow Startup with nss_ldap

2006-08-13 Thread Pramod Venugopal

Hi

Anyways, after setting slapd to start before in rc.d, I was able to  
get my machine up. Slapd would still give me the following error:


nss_ldap: could not search LDAP server - Server is unavailable

However slapd is up and running by the time I get a login prompt so  
the important issue is out of the way. Now to figure out why that  
message comes up.


Pramod Venugopal
[EMAIL PROTECTED]



On Aug 12, 2006, at 9:00 AM, Atom Powers wrote:


Try starting ldap first, using rc.d magic.
Try putting 'bind-policy soft" (sp?) in your nss_ldap.conf, ldap.conf

On 8/11/06, Pramod Venugopal <[EMAIL PROTECTED]> wrote:

Hello everyone,

I have a FreeBSD 6.1-RELEASE system configured as a Samba Server with
an OpenLDAP backend. I have configured nss_ldap to allow local user
authentication via LDAP.

However if I reboot this machine for any reason, the bootup process
gets stuck on named. If I Ctrl-C out of named, it gets stuck again on
slapd.

However, if i put the original nsswitch.conf back, the machine boots
up fine and i have to copy the old nsswitch.conf back to get local
user authentication.

Here is the updated nsswitch.conf file:
--8<--
passwd: files ldap
group: files ldap
--8<--

 From looking at the logs, it looks like these processes are trying
to access the ldap server which isnt up since it has not started yet.
Is there any way I can get past this (other than using the original
nsswitch.conf and changing back manually)?

Thanks in advance,

Pramod Venugopal



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





--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"




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


Source Code Navigation

2006-08-13 Thread S.Mohideen

All,
   What tools your people use apart from CTAGS/cscope to navigate vast 
source code base. Im using ctags in gvim. Want to know any better tool 
which you may be using.

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


The FreeBSD Diary: 2006-07-23 - 2006-08-12

2006-08-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 

Aug-11 : NetSaint - creating a plug-in for RAID monitoring
 How to create a NetSaint plug-in to monitor your RAID array
 http://freebsddiary.org/netsaint-plugin.php?2

10-Aug : Dual Opteron - Raptor Installation
 Installing the Raptors and setting up RAID10 
 http://freebsddiary.org/dual-opteron-raptors.php?2

25-Jul : RAID-5 drive failure
 A drive in my RAID-5 array has failed 
 http://freebsddiary.org/raid-5-failure.php?2

23-Jul : Donations sought for SATA drives
 I'm asking for your help in purchasing new hardware 
 http://freebsddiary.org/opteron-drives-fund-raising.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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