Re: net/netatalk afpd causes abort on amd64?

2011-08-09 Thread Koichiro Iwao
Avahi was the problem, and wasn't working on my system. After I started avahi relevant daemons, afpd is working fine now. I still have another problem using TimeMachine with OS X Lion. Current portversion of netatalk supports AFP 3.3, right? Anyway, thank you for your instructions. I'll try timema

Re: net/netatalk afpd causes abort on amd64?

2011-08-08 Thread FBSD UG
Heya, I just struggled with this the last few days and found that the problem lies in zeroconf. I didn't get any error message at all. Adding the flag -nozeroconf to the share the afpd.conf file made it work for me. I use avahi now to make the share available on the network. greets Arno Bee

Re: net/netatalk afpd causes abort on amd64?

2011-08-08 Thread Joe Marcus Clarke
On 8/8/11 7:46 AM, Kouichiro Iwao wrote: > Hi. After upgraded to current portversion of netatalk, > I cannot start netatalk. I do rc.d/netatalk start then afpd > fails SIGABRT. On i386 freebsd, netatalk/afpd works fine. > Any solutions to use netatalk on amd64? > > pid 19160 (afpd), uid 0: exited

Re: Net

2010-08-25 Thread Diego Arias
2010/8/25 Mikhail Zatsepin > I could not find out from the site and the release which proxy server is > used in FreeBSD as a standard one. > Where we can look for it? > > --- > MZ > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd

Re: net-snmp 5.5 tcp wrappers broken

2010-06-09 Thread Andrea Venturoli
On 06/09/10 17:12, krad wrote: Has anyone one else this behaviour Yep. /etc/hosts.allow ALL : X : allow ALL : ALL : deny snmpd: ALL : allow works. Googling around, it seems FreeBSD is not the only OS affected... bye av. ___ fr

Re: net/samba34: after upgrade from samba33 -> samba34 no client can connect to samba34-server anymore!

2010-02-09 Thread O. Hartmann
On 02/09/10 11:00, tequ...@frogmi.net wrote: Am Mon, 08 Feb 2010 11:43:12 + schrieb "O. Hartmann": I have no idea what's going wrong. The authentication is done via LDAP. Using samab33 works without problem. did you use "smbpasswd -w ..." to store the ldap password? i realized that this i

Re: net/samba34: after upgrade from samba33 -> samba34 no client can connect to samba34-server anymore!

2010-02-09 Thread tequnix
Am Mon, 08 Feb 2010 11:43:12 + schrieb "O. Hartmann" : > I have no idea what's going wrong. The authentication is done via > LDAP. Using samab33 works without problem. did you use "smbpasswd -w ..." to store the ldap password? i realized that this is a necessary step when upgrading from samba

Re: net/samba34: after upgrade from samba33 -> samba34 no client can connect to samba34-server anymore!

2010-02-08 Thread O. Hartmann
On 02/08/10 16:03, jhell wrote: On Mon, 8 Feb 2010 06:43, ohartman@ wrote: After upgrading from samba33 to samba34 from most recent ports, no Windows_XP and Windows_7 client is capable of connecting to the samba server anymore! I use the same config as before, did a testparm (it shows this ah

Re: net/samba34: after upgrade from samba33 -> samba34 no client can connect to samba34-server anymore!

2010-02-08 Thread jhell
On Mon, 8 Feb 2010 06:43, ohartman@ wrote: After upgrading from samba33 to samba34 from most recent ports, no Windows_XP and Windows_7 client is capable of connecting to the samba server anymore! I use the same config as before, did a testparm (it shows this ahaead: Load smb config files from

Re: Net-SNMP and ProPolice under 8.0-RELEASE

2009-12-07 Thread b. f.
>Matthew Seaman wrote: >> Trix Farrar wrote: >>> The Net-SNMP port (net-mgmt/net-snmp) builds and appears to work just >>> fine, but I cannot build the SNMP module for PHP (net-mgmt/php5-snmp). >> Time to warm up send-pr(1). >ports/141238 if you want to add your report. There will be a number o

Re: Net-SNMP and ProPolice under 8.0-RELEASE

2009-12-06 Thread Matthew Seaman
Matthew Seaman wrote: Trix Farrar wrote: The Net-SNMP port (net-mgmt/net-snmp) builds and appears to work just fine, but I cannot build the SNMP module for PHP (net-mgmt/php5-snmp). Time to warm up send-pr(1). ports/141238 if you want to add your report. Cheers, Matthew

Re: Net-SNMP and ProPolice under 8.0-RELEASE

2009-12-06 Thread Matthew Seaman
Trix Farrar wrote: The Net-SNMP port (net-mgmt/net-snmp) builds and appears to work just fine, but I cannot build the SNMP module for PHP (net-mgmt/php5-snmp). Attempting to build php5-snmp fails during the configure stage. The error message says to check the config.log. In the /usr/ports/net-

Re: net-mgmt/flowd - broken ?

2009-08-08 Thread Mel Flynn
On Wednesday 05 August 2009 10:35:02 Kalle Møller wrote: > Hi > > I'm trying to build flowd with perl > > make WITH_PERL="YES" > > But it returns that it is broken ? PR filed: http://www.freebsd.org/cgi/query-pr.cgi?pr=137560 -- Mel ___ freebsd-question

Re: net-mgmt/flowd - broken ?

2009-08-07 Thread Mel Flynn
On Thursday 06 August 2009 06:54:52 Kalle Møller wrote: > Damn have no clue how to build fix or anything with plist ... Except it > seemd to be a list of the files used ?? Try attached patch. Checking WITH_PYTHON now. Also fixed pkg-install while I was in there to respect a FLOWD_UID variable, so

Re: net-mgmt/flowd - broken ?

2009-08-07 Thread Kalle Møller
That would be neat :) And I think your correct about the dirrmtry .. since the auto could contain shared files But I don't know about the rest On Thu, Aug 6, 2009 at 7:44 PM, Vincent Hoffman wrote: > Kalle Møller wrote: > > Damn have no clue how to build fix or anything with plist ... Except i

Re: net-mgmt/flowd - broken ?

2009-08-06 Thread Vincent Hoffman
Kalle Møller wrote: > Damn have no clue how to build fix or anything with plist ... Except it > seemd to be a list of the files used ?? Pretty much, the porters handbook has a decent section on it if your interested. Any installed files except man pages and documentation (which are specified in t

Re: net-mgmt/flowd - broken ?

2009-08-06 Thread Kalle Møller
Damn have no clue how to build fix or anything with plist ... Except it seemd to be a list of the files used ?? On Wed, Aug 5, 2009 at 8:48 PM, Mel Flynn < mel.flynn+fbsd.questi...@mailing.thruhere.net > wrote: > On Wednesday 05 August 2009 10:35:02 Kalle Møller wrote: > > > make WITH_PERL="YES"

Re: net-mgmt/flowd - broken ?

2009-08-05 Thread Mel Flynn
On Wednesday 05 August 2009 10:35:02 Kalle Møller wrote: > make WITH_PERL="YES" > > But it returns that it is broken ? > > flowd-0.9.1_1 is marked as broken: Incomplete pkg-plist. > > Without perl it installs fine. The problem is that I need the perl part to > get some of the other tools to work :

Re: net-snmp and IPv6 MIB

2009-05-13 Thread Steve Bertrand
Aurélien Ansel wrote: > Hi all, > > sorry in advance for my bad english. > > I think i have a problem with the MIB of IPv6. > > I have installed the last port of net-snmp. > > Can someone give the result of this request, it must be send to a > computer with a smp daemon and at least one interfa

Re: net/samba-libsmbclient fails build

2009-01-28 Thread Da Rock
On Thu, 2009-01-29 at 12:27 +1000, Da Rock wrote: > On Thu, 2009-01-29 at 12:22 +1100, David N wrote: > > 2009/1/27 Da Rock : > > > I get the following error in this build (make, make install clean): > > > > > > In file included from libsmb/libsmbclient.c:25: > > > include/includes.h:1112: error: c

Re: net/samba-libsmbclient fails build

2009-01-28 Thread Da Rock
On Thu, 2009-01-29 at 12:22 +1100, David N wrote: > 2009/1/27 Da Rock : > > I get the following error in this build (make, make install clean): > > > > In file included from libsmb/libsmbclient.c:25: > > include/includes.h:1112: error: conflicting types for > > 'krb5_set_real_time' > > /usr/local/i

Re: net-snmp port upgrade build error

2008-11-17 Thread Lowell Gilbert
"R Dicaire" <[EMAIL PROTECTED]> writes: > Hi folks, > After updating ports tree with portsnap fetch update, then running > pkg_version -l '<', pkg_version shows net-snmp is upgradable: > > pkg_version -l '<' > net-snmp< > > pkg_replace net-snmp > ---> Replacing 'net-sn

Re: Net-snmp dying with an "ld-elf" error at start on brand new FreeBSD install

2007-09-10 Thread Ivan Voras
Philip B wrote: Starting snmpd. /libexec/ld-elf.so.1: /usr/local/sbin/snmpd: Undefined symbol "PL_markstack_ptr" I've Googled on "PL_markstack_ptr snmpd" and got back only 5 hits, none which seem to explain this problem at runtime. I don't know even where to begin to dig. It's usually

Re: net interface Link state changed to UP too late at boot time

2007-06-28 Thread Lowell Gilbert
Roberto Nunnari <[EMAIL PROTECTED]> writes: > ..but on the other box (the em0 one that at the second > retry will succed to mount the NFS FS) is there since > I upgraded it from 5.3-RELEASE to 6.1-RELEASE > > Again.. any hints? I think you're looking for the early_late_divider as described in the

Re: net interface Link state changed to UP too late at boot time

2007-06-28 Thread Roberto Nunnari
On one of the boxes the problem is solved.. it was a mistake of mine.. ..but on the other box (the em0 one that at the second retry will succed to mount the NFS FS) is there since I upgraded it from 5.3-RELEASE to 6.1-RELEASE Again.. any hints? Roberto Nunnari wrote: Hello list. Sorry to pos

Re: Net/Force Install

2007-05-24 Thread Jerry McAllister
On Wed, May 23, 2007 at 10:46:47AM -0400, magikman wrote: > Hello, > > The co-host that i use to host my email, web and DNS doesn't offer > the option of using FreeBSD. This isn't really a problem per-se, but i > would *really* rather use FreeBSD as it is what i am accustomed to and > mo

Re: Net/Force Install

2007-05-23 Thread Rob
magikman wrote: The co-host that i use to host my email, web and DNS doesn't offer the option of using FreeBSD. This isn't really a problem per-se, but i . They offer a "rescuemode" where i can boot into and have full access to the disks. Do you think it would be possible to maybe cr

Re: Net/Force Install

2007-05-23 Thread Andrew Pantyukhin
On 5/23/07, magikman <[EMAIL PROTECTED]> wrote: Sorry for the multiple posts. For anyone reading, don't let your 5 year old play with your computer with the email client open. Don't let him grow into a spammer ;) ___ freebsd-questions@freebsd.org mail

Re: Net/Force Install

2007-05-23 Thread magikman
magikman wrote: Hello, The co-host that i use to host my email, web and DNS doesn't offer the option of using FreeBSD. This isn't really a problem per-se, but i would *really* rather use FreeBSD as it is what i am accustomed to and most comfortable using. So, off to my question. They

Re: net-snmp: portupgrade or clean instalation from ports throughNFS failed again and again

2007-04-07 Thread Garrett Cooper
-questions@freebsd.org; [EMAIL PROTECTED] Subject: Re: net-snmp: portupgrade or clean instalation from ports throughNFS failed again and again My guess is that that particular error message is a typo because usually Perl scripts are prefixed like {blah}.pl, not {blah}.PL. -Garrett Either that or

RE: net-snmp: portupgrade or clean instalation from ports throughNFS failed again and again

2007-04-07 Thread Daniel Dvořák
; [EMAIL PROTECTED] Subject: Re: net-snmp: portupgrade or clean instalation from ports throughNFS failed again and again My guess is that that particular error message is a typo because usually Perl scripts are prefixed like {blah}.pl, not {blah}.PL. -Garrett

Re: net-snmp: portupgrade or clean instalation from ports through NFS failed again and again

2007-03-31 Thread Garrett Cooper
eebsd-questions@freebsd.org Cc: [EMAIL PROTECTED] Subject: Re: net-snmp: portupgrade or clean instalation from ports through NFS failed again and again On Sat, 31 Mar 2007 13:49:32 +0200 Daniel Dvořák <[EMAIL PROTECTED]> wrote: Hi all, I have a wrap PC Engine with CF card. I want do

RE: net-snmp: portupgrade or clean instalation from ports through NFS failed again and again

2007-03-31 Thread Daniel Dvořák
.org Cc: [EMAIL PROTECTED] Subject: Re: net-snmp: portupgrade or clean instalation from ports through NFS failed again and again On Sat, 31 Mar 2007 13:49:32 +0200 Daniel Dvořák <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a wrap PC Engine with CF card. > > I want do a u

Re: net-snmp: portupgrade or clean instalation from ports through NFS failed again and again

2007-03-31 Thread Brian A. Seklecki
I've worked around this before with "-L" to mount_nfs. The whole conundrum of compiling/updating something as huge as Net-SNMP on a compact flash hardware platform is one of goals that my bsd-appliance project hopes to provide convenient work-around for. ~BAS On Sat, 2007-03-31 at 08:09 -0500, J

Re: net-snmp: portupgrade or clean instalation from ports through NFS failed again and again

2007-03-31 Thread Jonathan Horne
On Sat, 31 Mar 2007 13:49:32 +0200 Daniel Dvořák <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a wrap PC Engine with CF card. > > I want do a upgrade of net-snmp-5.2.3_3 to latest version. > > Of cource I do not want to compile the whole port on CF card, > > so the directory /usr/ports/ is m

Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread gahn
thanks bill: no, i did "cat > /var/log/snmpd.log" every time i restarted the server. here is the error message after i disabled snmpd in rc.conf (with entry "bsnmpd="NO"): [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECT

Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread Bill Moran
In response to gahn <[EMAIL PROTECTED]>: > the entry "bsnmpd_enable="NO"" does works and the > result from "sockstat" showed there is no snmpd > running. then i added following entries in rc.conf: > > snmpd_enable="YES" > snmpd_flags="-a -p /var/run/snmpd.pid" > snmptrapd_enable="YES" > snmptrapd

Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread gahn
the entry "bsnmpd_enable="NO"" does works and the result from "sockstat" showed there is no snmpd running. then i added following entries in rc.conf: snmpd_enable="YES" snmpd_flags="-a -p /var/run/snmpd.pid" snmptrapd_enable="YES" snmptrapd_flags="-a -p /var/run/snmptrapd.pid" snmpd_conffile="/usr

Re: net-snmp and 6.1

2006-11-14 Thread Frank Staals
gahn wrote: hi: is a generic snmp running with 6.1? i installed net-snmp on 6.1 and it seems to have conflict with some another snmp process: [init_smux] bind failed: Address already in use Error opening specified endpoint "udp:161" Server Exiting with code 1 i have no anothe snmp application

Re: net-snmp and 6.1

2006-11-14 Thread gahn
thanks. it definitely helped...-:) really i can't recall i ever activate the "bsnmpd". best --- Frank Staals <[EMAIL PROTECTED]> wrote: > gahn wrote: > > thanks. > > > > i didn't recall that i activated any snmp but > there is > > a bsnmpd running though: > > > > root snmpd 414 13 tc

Re: net-snmp and 6.1

2006-11-14 Thread Frank Staals
gahn wrote: thanks. i didn't recall that i activated any snmp but there is a bsnmpd running though: root snmpd 414 13 tcp4 *:199 *:* root snmpd 414 14 udp4 *:161 *:* root snmptrapd 408 10 udp4 *:162 *:* how cou

Re: net-snmp and 6.1

2006-11-14 Thread gahn
thanks. i didn't recall that i activated any snmp but there is a bsnmpd running though: root snmpd 414 13 tcp4 *:199 *:* root snmpd 414 14 udp4 *:161 *:* root snmptrapd 408 10 udp4 *:162 *:* how could i remove it?

Re: Net dies after many torrent packets, BUG?!

2006-06-01 Thread Nikos Vassiliadis
> nocturnal <[EMAIL PROTECTED]> writes: > > Not sure how to answer your question but the network dies in a way > > that i can't send any packets out or recive any packets in. What > > usually helps is to run dhclient fxp0 on my card again. My friend said > > he used to bring the card down and then

Re: Net dies after many torrent packets, BUG?!

2006-06-01 Thread Lowell Gilbert
Don't top-post, please. nocturnal <[EMAIL PROTECTED]> writes: > Not sure how to answer your question but the network dies in a way > that i can't send any packets out or recive any packets in. What > usually helps is to run dhclient fxp0 on my card again. My friend said > he used to bring the car

Re: Net dies after many torrent packets, BUG?!

2006-06-01 Thread nocturnal
Hi Not sure how to answer your question but the network dies in a way that i can't send any packets out or recive any packets in. What usually helps is to run dhclient fxp0 on my card again. My friend said he used to bring the card down and then up again and it would solve the issue. Med v

Re: Net dies after many torrent packets, BUG?!

2006-06-01 Thread Nikos Vassiliadis
On Thursday 01 June 2006 16:30, nocturnal wrote: > Hi > > One thing i should have mentioned is that this only happens with > rtorrent. For example i can transfer in 10Mbit+(not much plus) from > work, where i have no bandwidth restriction, for hours without problems. > Using scp, i have not tried w

Re: Net dies after many torrent packets, BUG?!

2006-06-01 Thread nocturnal
Hi One thing i should have mentioned is that this only happens with rtorrent. For example i can transfer in 10Mbit+(not much plus) from work, where i have no bandwidth restriction, for hours without problems. Using scp, i have not tried with ftp and very large files. When i transfer large fil

Re: Net dies after many torrent packets, BUG?!

2006-06-01 Thread Lowell Gilbert
nocturnal <[EMAIL PROTECTED]> writes: > Not sure if this is already posted or already reported as a bug > because i honestly don't have time for those things. > > I have reproduced this problem a few times but it has some special > requirements. For example i download a torrent from a very fast pe

Re: net-im is not in my supfile..

2006-03-23 Thread Kenyon Ralph
On 3/23/06, Mark Jayson Alvarez <[EMAIL PROTECTED]> wrote: > I'm trying to install the latest jabberd but first I would like to cvsup the > latest ports tree. I only want the ports-net-im to speed up the process, > however, to my surprise, net-im is not in my > /usr/share/example/cvsup/ports-su

Re: net-im is not in my supfile..

2006-03-23 Thread Erik Norgaard
Mark Jayson Alvarez wrote: Hi, I'm trying to install the latest jabberd but first I would like to cvsup the latest ports tree. I only want the ports-net-im to speed up the process, however, to my surprise, net-im is not in my /usr/share/example/cvsup/ports-supfile. Adding that line and comment

Re: net-snmp and mrtg question

2005-04-10 Thread Dan Nelson
In the last episode (Apr 10), Angelin Lalev said: > I have FreeBSD router with two interfaces. Every interface has > several networks. The basic configuration of snmpd and mrtg allow me > to monitor the load only on per-interface basis, but I need to be > able to monitor the traffic on each network

Re: Net::LibIDN

2004-06-09 Thread Dan Nelson
In the last episode (Jun 09), Daniel Bye said: > On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote: > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > > /usr/bin/ld: cannot find -lidn > > This kind of suggests that libidn isn't yet in your ldconfig cache.

Re: Net::LibIDN

2004-06-09 Thread Bill Moran
Odhiambo Washington <[EMAIL PROTECTED]> wrote: > * Martin Hudec <[EMAIL PROTECTED]> [20040609 16:40]: wrote: > > Hello, > > > > Odhiambo Washington wrote: > > > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > > > >/usr/bin/ld: cannot find -lidn > > >This module requires GNU

Re: Net::LibIDN

2004-06-09 Thread Odhiambo Washington
* Martin Hudec <[EMAIL PROTECTED]> [20040609 16:40]: wrote: > Hello, > > Odhiambo Washington wrote: > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > >/usr/bin/ld: cannot find -lidn > >This module requires GNU Libidn, which could not be found. > > > >What am I gonna do? ;-))

Re: Net::LibIDN

2004-06-09 Thread Odhiambo Washington
* Daniel Bye <[EMAIL PROTECTED]> [20040609 16:41]: wrote: > On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote: > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > > /usr/bin/ld: cannot find -lidn > > This kind of suggests that libidn isn't yet in your ldcon

Re: Net::LibIDN

2004-06-09 Thread Daniel Bye
On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote: > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > /usr/bin/ld: cannot find -lidn This kind of suggests that libidn isn't yet in your ldconfig cache. To check, run # ldconfig -r | grep idn If it doesn't ap

Re: Net::LibIDN

2004-06-09 Thread Martin Hudec
Hello, Odhiambo Washington wrote: CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz /usr/bin/ld: cannot find -lidn This module requires GNU Libidn, which could not be found. What am I gonna do? ;-)) and did you try this one to install as prerequisite for Net-LibIDN? amber# make search

Re: net-snmp kvm_read: Bad address

2004-02-15 Thread Saint Aardvark the Carpeted
Antoine Jacoutot disturbed my sleep to write: > Connection from 127.0.0.1 > kvm_read(*, 1, 0xbfbfd89c, 4) = -1: kvm_read: Bad address > auto_nlist failed on nswdev at location 1 Hm...based on this link http://dbforums.com/arch/180/2003/5/787694 the FAQ may answer this: http://w

Re: Net connection problem: sis, miibus

2002-11-13 Thread Paul Everlund
Toomas Aas wrote: Hi! I have never used sis-based network adapter, so I skip the miibus stuff (it seems very weird indeed) I guess miibus will be loaded if needed. Also, one last thing, ifconfig says the sis is using full-duplex. Is that ok, if maybe not the other side can handle full-duplex?

Re: Net connection problem: sis, miibus

2002-11-13 Thread Toomas Aas
Hi! I have never used sis-based network adapter, so I skip the miibus stuff (it seems very weird indeed) > Also, one last thing, ifconfig says the sis is using full-duplex. Is > that ok, if maybe not the other side can handle full-duplex? If the other side cannot handle full-duplex, then this i