net/py-impacket and python3.7

2020-09-16 Thread Andrea Venturoli
Hello. Just FYI (I solved in other ways). I tried installing this port in its (default) 3.7 flavour, but it does not work: the code is full of lines like "print "\n%s" % msg", which, AFAIK, is Python 2.x code and is not supported in 3.x. In fact release notes for 0.9.20 (1) say "Python 3.6 s

www/node unbuildable in 2020Q3 branch

2020-09-20 Thread Andrea Venturoli
Hello. Since yesterday I cannot build some ports when using 2020Q3 branch. Reason seems to be www/node was upgraded to 14.11.0 and now requires "libuv>=1.39.0"; however devel/libuv is at 1.38.0. Notice I'm not a direct Node user, but this prevents building (among others) FireFox, ThunderBird

Samba 4.13 is out

2020-09-22 Thread Andrea Venturoli
On 2020-09-20 11:58, Stefan Esser wrote: I have derived a port for Samba-4.12.7 from net/sambar411 and have made it available for testing on Phabrcator: https://reviews.freebsd.org/D26491 The CONFLICTS line is commented out to allow compilation if an older version of this port is already

Status of PEAR ports

2020-10-16 Thread Andrea Venturoli
Hello. I'm maintaing a software that uses some pear packages, i.e. php74-pear-1.10.6 php74-pear-MDB2-2.5.0.b5 php74-pear-MDB2_Driver_pgsql-1.5.0.b4_2 php74-pear-Mail-1.4.1,1 php74-pear-Mail_Mime-1.10.9,2 php74-pear-Mail_Queue-1.2.7_1 php74-pear-Net_SMTP-1.9.0 php74-pear-Net_Socket-1.0.14 What's

Re: Status of PEAR ports

2020-10-17 Thread Andrea Venturoli
On 10/16/20 4:44 PM, Thierry Thomas wrote: Are they abandoned upstream? Some activities take place in GitHub. E.g. for MDB2 and Mail_Queue: - https://github.com/pear/MDB2 - https://github.com/pear/Mail_Queue but no release seem produced. Hello and thanks for your time. Since PEAR (or at le

net/py-GeoIP2 and www/py-requests version mismatch

2020-10-25 Thread Andrea Venturoli
Hello. After switching from 2020Q3 to 2020Q4, I'm no longer able to use py-GEOIP2: pkg_resources.ContextualVersionConflict: (requests 2.22.0 (/usr/local/lib/python3.7/site-packages), Requirement.parse('requests<3.0.0,>=2.24.0'), {'geoip2'}) Unless I'm misintepreting this, it looks like net/p

FireFox keeps loosing data

2020-11-11 Thread Andrea Venturoli
Hello. Since some months I've been experiencing data loss with Firefox. I'm currently running Firefox-esr-78.4.1 on FreeBSD 12.2/amd64. I guess this is related to cookies, since it loses saved form data and I keep having to login again on sites where I had logon and never logout, accept privac

Re: FireFox keeps loosing data

2020-11-11 Thread Andrea Venturoli
On 11/11/20 8:05 PM, Dimitry Andric wrote: Firefox uses sqlite databases to store cookies, history and other items. You should never store these on NFS. Really? It has worked properly for years; it's only been broken for some months. Besides history works perfectly. Wouldn't any corruption pro

Sudden trouble with net/rdesktop

2020-11-12 Thread Andrea Venturoli
Hello. After many year of happy usage, since yesterday rdesktop dumps core (12.2/amd64). % rdesktop xx Assertion failed: ((len * 2) < size), function _utils_data_to_hex, file utils.c, line 499. Abort (core dumped) This is systematic with 4 servers out of 5; the 5th still works perfect

Re: Sudden trouble with net/rdesktop

2020-11-12 Thread Andrea Venturoli
On 11/12/20 5:18 PM, Yuri Pankov wrote: Could it be something that changed on remote side, e.g. any recent updates? Sure. Most targets are Windows 10 machines, so they possibly updated to a newer version, but I don't know. One is Windows 2012, though, so I don't think that changed that much.

Re: FireFox keeps loosing data

2020-11-12 Thread Andrea Venturoli
On 11/12/20 9:52 PM, Dave Horsfall wrote: Never use file locking on NFS.  Period.  One day it *will* bite you, due to some yet-to-be-discovered bug.  In the meantime, feel free to ignore the advice of those who have been there before... Thanks for the advice. What protocol do you suggest, ins

Re: Sudden trouble with net/rdesktop

2020-11-13 Thread Andrea Venturoli
On 11/13/20 1:52 PM, Yuri Pankov wrote: So we need the len of 128 we need size of digest buf to be > 256, the following patch worked for me: You beat me to this :) I compiled rdesktop with DEBUG last night, but still it stripped the debug info. So I was not able to look at it yet. Also at

Minion not working anymore after update to 12.2

2020-11-15 Thread Andrea Venturoli
Hello. A minion of mine stopped connecting to the master after I upgraded it to 12.2. Error follows: > ... [DEBUG ] Connecting to master. Attempt 1 of 1 [ERROR ] An un-handled exception was caught by salt's global exception handler: KeyError: 'inet' Traceback (most recent call last): F

Re: Minion not working anymore after update to 12.2

2020-11-16 Thread Andrea Venturoli
On 11/16/20 8:11 AM, Andrea Venturoli wrote: Hello. A minion of mine stopped connecting to the master after I upgraded it to 12.2. ... I tracked it down to interface em1 being without an IP address (since it has vlan childs). Please disregard! This interface was manually selected in

Occasional saslauthd LDAP failure

2021-01-12 Thread Andrea Venturoli
Hello. I've got several services authenticating against a Samba AD DC via "saslauthd -a ldap" This works perfectly from the users' point of view. However I often find failures in the logs: saslauthd[89676]: ldap_simple_bind() failed -1 (Can't contact LDAP server). saslauthd[89676]: Retrying a

Some thought about nagios-plugins and mysql dependency

2021-01-28 Thread Andrea Venturoli
Hello. Currently nagios-plugins has an option to depend on mysql-client (in order to provide the check_mysql and check_mysql_query commands). I build my packages with Poudriere and I need this MySQL support where I have a Nagios instance. However, this brings mysql-client in on each and ever

Re: Bind9 security upgrade

2021-02-07 Thread Andrea Venturoli
On 2/6/21 9:05 PM, DutchDaemon - FreeBSD Forums Administrator wrote: On 06/02/2021 20:53, bob prohaska wrote: perl5-5.32.0_1 perl5.30-5.30.3_1 The former is correct; no idea where the latter comes from; Perl 5.30 usually looks like 'perl5-5.30.0'. Older version follow that notation (perl5-5

net-mgmt/pnp and nagios4

2021-05-11 Thread Andrea Venturoli
Hello. I'm using net-mgmt/nagios4 and I'd like to try adding PNP to it. Alas the port depends on net-mgmt/nagios (i.e. version 3.5.1). From general docs, I see PNP should work with Nagios 4.x. Is this expected NOT to work specifically on FreeBSD? Or can I go ahead and try modifying the DEPENDS

Re: Large builds with poudriere

2021-05-20 Thread Andrea Venturoli
On 5/20/21 4:11 PM, Alexis Praga wrote: Thanks for the suggestions. At least, if your machine is powerful enough, you can edit your /usr/local/etc/poudriere.conf and list these big ports in ALLOW_MAKE_JOBS_PACKAGES. I'm using ALLOW_MAKE_JOBS=yes already so it won't help unfortunately, I think

Fixing kdenetwork3 build

2012-12-05 Thread Andrea Venturoli
On 31 May you wrote: I find KDE4 unusable and xfce a bit weak for my purposes so I'm trying to stick to KDE3. Recent 9-STABLE amd64 ... find_user.cpp:378: error: request for member 'ut_host' in 'ubuf', which is of non-class type 'utmpx*' find_user.cpp:379: error: request for member 'ut_line' in

Re: Stumbling block on updating devel/doxygen

2012-12-30 Thread Andrea Venturoli
On 12/30/12 11:12, Thomas Mueller wrote: As the maintainer of devel/doxygen, I am trying to update the port to 1.8.3. But I am running into an error upon it trying to create it's docs. This appears to be due to the version of latex we use from teTeX being too old. The problem is that it is fa

Re: Why delete KDE3 ports?

2013-01-07 Thread Andrea Venturoli
On 01/07/13 15:43, John Marino wrote: I don't normally agree with Mikhail's rants to save old ports, but in the case of KDE-3, I am inclined to share his view. Are KDE-3 ports causing any problems? I don't know if KDE-3 is still be developed upstream, but if it's not it doesn't really need muc

Monitoring a switch

2013-01-08 Thread Andrea Venturoli
Hello. I'm looking for some software which can monitor a SNMP-enabled switch. Sure I can use Cacti to monitor bandwidth of every single port... or Nagios to warn me if some port gets some defined amount of traffic for a defined amount of time... I was wondering though, if there was some more s

Re: Monitoring a switch

2013-01-14 Thread Andrea Venturoli
On 01/08/13 20:02, Chuck Swiger wrote: On Jan 8, 2013, at 10:30 AM, Andrea Venturoli wrote: I'm looking for some software which can monitor a SNMP-enabled switch. Well, it's likely that the switch vendor offers some tools. That can be, I'll have a look into it; however we

PDF viewer that can rotate pages

2013-02-18 Thread Andrea Venturoli
Hello. As per subject, I often get rotated PDFs, which are a pain to read. Neither xpdf, nor kpdf allow me to rotate the page again. Any suggestion for a reader that can? Ideally small with few requirements, but, failing that, I'll accept something big and fat, provided it's not Adobe Reader.

Re: PDF viewer that can rotate pages

2013-02-18 Thread Andrea Venturoli
On 02/18/13 12:29, Anton Shterenlikht wrote: I never had problems rotating files with xpdf. Are you saying there are some PDF files that xpdf fails to rotate? Or are you saying your xpdf can never rotate pages? Hmmm... my fault, sorry. Now that I tried again xpdf can rotate my files... don't r

Apcupsd USB strangeitude

2013-02-19 Thread Andrea Venturoli
Hello. For years I've been an happy user of FreeBSD + apcupsd + APC Smart-UPS 1500. This has worked through various upgrades until a few days ago. Right now my config is: # uname -a FreeBSD xx.x 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #2: Sat Dec 1 14:43:22 CET 2012 root@xx.

Firefox upgrade fails

2013-02-21 Thread Andrea Venturoli
Hello. # uname -a FreeBSD xx.x 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #2: Sat Dec 1 14:43:22 CET 2012 root@xx.x:/usr/obj/usr/src/sys/XX i386 > portupgrade -R firefox > ... /usr/local/local/storage/alamartmp/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-

Re: Firefox upgrade fails

2013-02-27 Thread Andrea Venturoli
On 02/22/13 11:50, Dimitry Andric wrote: In any case, this looks like Firefox is attempting to use profile guided optimization (via -fprofile-generate, etc), which is currently not supported. Try turning it off. I never enabled this... > Disable PGO I thought I'd try this, but see below;

YModem terminal emulator

2013-03-04 Thread Andrea Venturoli
Hello. I need a terminal emulator able to send a file over a USB/serial line, using YModem. So far I tried: a) cutecom When I press "Send file..." and pick, I get Object::connect: No such signal QProgressDialog::cancelled() in /usr/ports/comms/cutecom/work/cutecom-0.20.0/qcppdialogimpl.cpp:

Re: YModem terminal emulator

2013-03-04 Thread Andrea Venturoli
On 03/04/13 16:14, Patrick Powell wrote: I run into this a lot when I use USB serial devices. Try using: ls /dev/cu* and see what devices you have. For examle: server:{15} # ls /dev/cu* /dev/cuau0 /dev/cuau0.init /dev/cuau0.lock /dev/cuau1 /dev/cuau1.init /dev/cuau1.lock Note that the d

qt-3.3 conflicts with qt4-webkit

2013-03-21 Thread Andrea Venturoli
Hello. Up to today, I've had the two ports in subject installed without any problem. Today, while making some upgrades, I see they conflict... Why do they suddenly do this? I've looked in /usr/ports/x11-toolkits/qt33/Makefile: it CONFLICTS with linguist-0.* qt-2.* qt-3.0.* qt-3.1.* qt-3.2.

OpenCASCADE

2013-03-22 Thread Andrea Venturoli
Hello. Several months ago, I sent you a port skeleton for OpenCASCADE 6.5.2. The version in ports is still at 6.3. In the meanwhile 6.5.2 is already old, as 6.5.3 is out. I understand there are other ports in the tree which require OpenCASCADE 6.3. My proposal is to rename 6.3 from opencascad

Re: OpenCASCADE

2013-04-03 Thread Andrea Venturoli
On 03/24/13 13:58, Thierry Thomas wrote: Have you checked that the ports depending on OpenCASCADE are really incompatible with this latest release? Somewhat... According to FreshPorts, there are 14 ports which require OpenCASCADE, all in category "cad". First is opencascade-tutorial, which

emacs23 not working in terminal

2013-04-08 Thread Andrea Venturoli
Hello. I'm a long time user of Emacs and I've got several different installations. Recently some of them started behaving: X11 version works fine, but running with -nw (or no X configured) results in keyboard not working. Pressing any key yields no result and emacs has to be "kill"ed externally

Re: emacs23 not working in terminal

2013-04-09 Thread Andrea Venturoli
On 04/08/13 18:33, Ashish SHUKLA wrote: Are you able to reproduce it with: emacs -Q -nw ? No. Depending on the terminal I use, what I type might appear *after* I kill emacs. I solved this on most installations with "portupgrade -Rf emacs", but I still have one box where this did not hel

Squid and TPROXY

2013-05-07 Thread Andrea Venturoli
Hello. I might be interested in running Squid's TPROXY with ipfw. Looking for docs, I've found almost only this: http://tproxy.no-ip.org/ It seems a bit old, is it still valid? Any caveat/hint? Can it work alongside standard mode? bye & Thanks av.

smartd dumps core

2013-05-07 Thread Andrea Venturoli
Hello. I've installed smartmontools on several machines, both i386 and amd64, 8.3 or 9.1. On one box in particular, though, it dumps core. There are two SCSI and four SATA HDs here. The stacktrace: # gdb smartd GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free

Cyrus IMAP upgrade

2013-05-07 Thread Andrea Venturoli
Hello. I've got a medium-sized installation of Cyrus-IMAP 2.2 (~80 mailboxes, ~5000 folders, >1M mails). Due to OL2013 misbehaviours, I've been asked to upgrade it to 2.4, so I'll feature XLIST. Considering the setup is a simple one (one partition, no murder, no other fancies) and having wad

Re: smartd dumps core

2013-05-07 Thread Andrea Venturoli
On 05/07/13 14:21, Alex Samorukov wrote: Hi. You should at least specify version of the smartmontools :) Oh, sorry! :) It's the latest: % pkg_info|grep smart smartmontools-6.1 S.M.A.R.T. disk monitoring tools bye & Thanks av. ___ free

ports/119546

2013-05-10 Thread Andrea Venturoli
Hello. Altough closed in 2008, I'm still it by this bug. # uname -a FreeBSD xx.x 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #1 r249400: Mon Apr 22 13:00:32 CEST 2013 root@xx.x:/usr/obj/usr/src/sys/XX i386 # ldd /usr/bin/ssh /usr/bin/ssh: libssh.so.5 => /usr/lib/l

Re: ports/119546

2013-05-10 Thread Andrea Venturoli
On 05/10/13 14:32, b.f. wrote: Would I screw too many things if I tried adding: WITH_OPENSSL_BASE=yes Yes, because then the additions to the check-depends target in ports/Mk/bsd.openssl.mk would cause unsandboxed builds of the port on a live system to fail when security/openssl is installed.

Re: ports/119546

2013-05-11 Thread Andrea Venturoli
On 05/10/13 15:50, b.f. wrote: I don't think so, other than the ports Makefiles. With regard to bsd.openssl.mk, I was referring to: 59 .if defined(WITH_OPENSSL_BASE) ,,, 73 .if exists(${LOCALBASE}/lib/libcrypto.so) 74 check-depends:: 75 @${ECHO_CMD} "Dependency erro

[SOLVED] Re: emacs23 not working in terminal

2013-05-14 Thread Andrea Venturoli
On 04/08/13 18:33, Ashish SHUKLA wrote: Where should I start looking? Start with truss(1)-ing the Emacs process. Hello. I trussed emacs... that was easy... Much harder is to extract something useful from the 1.1MB output: I give up on this, it's too hard without a pointer. If anyone is in

apcupsd fails to start

2013-05-20 Thread Andrea Venturoli
Hello. # uname -a FreeBSD xx.x 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #1 r249400: Mon Apr 22 13:00:32 CEST 2013 root@xx.x:/usr/obj/usr/src/sys/XXX i386 # usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen1.1: at usbus1, cfg=0 md=HOST spd=FUL

Re: Browsers...

2013-05-20 Thread Andrea Venturoli
On 05/20/13 20:07, Chris Rees wrote: Do you have an NFS mounted home directory? I do. I've discovered that Firefox doesn't like that, perhaps something to do with sqlite locking. Had this problem in the past, but it's long gone. Since yesterday my extensions do not work anymore, but I

Re: [HEADS UP] xorg mega-update committed!

2013-05-27 Thread Andrea Venturoli
On 05/26/13 02:58, Niclas Zeising wrote: With the new xserver (1.12) it is not possible currently, it seems. I haven't tested the old server. Thanks for the work. It's probably me, missing the original message or some old discussion, but I think many of us would welcome some more details; th

Horde Whups

2013-06-03 Thread Andrea Venturoli
Hello. I see horde 5.0.5 is in the port tree; AFAICT this release bring Whups back in. Am I right? Any plan to update the port? Any timeline? bye & Thanks av. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: kde3 ports expired today

2013-07-02 Thread Andrea Venturoli
On 07/02/13 07:10, Matthias Apitz wrote: El día Monday, July 01, 2013 a las 08:05:37PM -0700, Jeffrey Bouquet escribió: bsdstats.org > ports stats would have that information probably http://bsdstats.org/ports.php?category=91 says in column 'times in use': x11/kde3: 534 x11/kde4: 86

NOCC and ctype

2013-07-10 Thread Andrea Venturoli
Hello. I've been hit by a issue where NOCC would not display some messages. Wading through http-error.log, I realized I needed php-ctype. This is not a dependency, nor is it listed as a requirement on NOCC's webpage... Perhaps I picked it up in some unobvious way... or perhaps should it be ad

Re: [HEADSUP] New mailing pkg-fallout

2013-07-18 Thread Andrea Venturoli
On 07/18/13 00:14, Anton Shterenlikht wrote: The volume unsustainable. I unsubscribed already. Me too. Subscribed yesterday evening; gone this morning. I suggest the mail is sent to maintainers only. This seems to me a far better solution. Just my 2c. bye av.

Re: [HEADSUP] New mailing pkg-fallout

2013-07-18 Thread Andrea Venturoli
On 07/18/13 10:04, Erwin Lansing wrote: On Wed, Jul 17, 2013 at 11:14:39PM +0100, Anton Shterenlikht wrote: The volume unsustainable. You bet it is! Know you know what portmgr has been spending its time on for all those years and why we keep sining the same old song about quality control and

Can't build p5-Encode-Detect

2013-08-21 Thread Andrea Venturoli
Hello. I'm deploying a fresh box and I'm stuck on the following. # cd /usr/ports/converters/p5-Encode-Detect # make ===> Fetching all distfiles required by p5-Encode-Detect-1.01 for building ===> Extracting for p5-Encode-Detect-1.01 => SHA256 Checksum OK for Encode-Detect-1.01.tar.gz. ===> Pa

[SOLVED] Re: Can't build p5-Encode-Detect

2013-08-22 Thread Andrea Venturoli
On 08/22/13 00:10, Andrea Venturoli wrote: Hello. I'm deploying a fresh box and I'm stuck on the following. # cd /usr/ports/converters/p5-Encode-Detect # make ===> Fetching all distfiles required by p5-Encode-Detect-1.01 for building ===> Extracting for p5-Encode-Detec

Cacti vulnerable?

2013-08-28 Thread Andrea Venturoli
Hello. In ports we have Cacti 0.8.8a. According to 0.8.8b release notes (http://www.cacti.net/release_notes_0_8_8b.php), "multiple ... SQL injection vulnerabilities" were fixed in that release. Portaudit doesn't bring up any warning. Is the version in our port tree safe? bye & Thanks

Re: Cacti vulnerable?

2013-08-29 Thread Andrea Venturoli
On 08/28/13 09:49, Andrea Venturoli wrote: > ... Is the version in our port tree safe? I'll reply to myself... I just want to thanks everyone who helped fixing this security problem in less than two days!!! Way to go, guys. bye

picard won't start

2013-09-16 Thread Andrea Venturoli
Hello. Since some upgrade on Friday, I'm getting this: picard . Traceback (most recent call last): File "/usr/local/bin/picard", line 2, in from picard.tagger import main; main('/usr/local/share/locale', True) File "/usr/local/lib/python2.7/site-packages/picard/tagger.py", line 21, in

Re: picard won't start

2013-09-16 Thread Andrea Venturoli
On 09/16/13 15:56, Jason E. Hale wrote: Looks to me like the the py27-qt4-* ports are not in sync with the py27-sip port. I would suggest updating the py27-qt4-* ports. Can't do... # portversion -v|grep py py27-Babel-1.3_1= up-to-date with port py27-Jinja2-2.7.1 =

[SOLVED] Re: picard won't start

2013-09-16 Thread Andrea Venturoli
On 09/16/13 16:48, Jason E. Hale wrote: It seems like the py27-qt4-* ports were upgraded before py27-sip because the APIs do not match. I would try reinstalling the py27-sip port, then the py27- qt4-* ports, then picard. If that still doesn't solve the problem, run: $ python -v and at the pr

Multiple Java versions

2013-09-24 Thread Andrea Venturoli
Hello. Sorry if this is a stupid question... I have: # pkg_info|grep jdk bootstrap-openjdk-r316538 Oracle's Java 6 virtual machine release under the GPL v2 openjdk-7.25.15 Java Development Kit 7 openjdk6-b27_7 Oracle's Java 6 virtual machine release under the GPL v2 Now, according

Re: Stage support trouble

2013-09-24 Thread Andrea Venturoli
On 09/24/13 19:11, Olivier Duchateau wrote: So, is there good documentation somewhere ? [1] https://wiki.freebsd.org/ports/StageDir Sorry to step in, but is there some documentation for someone who doesn't even know what "stage" is all about? bye & Thanks av. _

Re: Multiple Java versions

2013-09-24 Thread Andrea Venturoli
On 09/24/13 21:38, Jonathan Chen wrote: On 24 September 2013 22:36, Andrea Venturoli wrote: [...] Now, according to JAVAVMS(5), "By default, javavm will select the most ``native'' and up to date version". However: % java -version openjdk version "1.6.0_32" Open

Re: Multiple Java versions

2013-09-24 Thread Andrea Venturoli
On 09/25/13 08:28, Jason Helfman wrote: java/javavmwrapper cc: java Sorry for being so dumb, but I don't understand this... I though I was using javavmwrapper... what do you mean? bye & Thanks av. ___ freebsd-ports@freebsd.org mailing lis

Serf update?

2013-10-01 Thread Andrea Venturoli
Hello. Any plan on an update to 1.3? Any timeline? I'm experiencing some bugs with Subversion and somewhere they suggest to try Serf 1.3. Just to decide whether to wait or try something else... bye & Thanks av. ___ freebsd-ports@freebsd.or

Re: Serf update?

2013-10-09 Thread Andrea Venturoli
On 10/05/13 23:12, olli hauer wrote: On 2013-10-01 18:12, Andrea Venturoli wrote: Hello. Any plan on an update to 1.3? Any timeline? I'm experiencing some bugs with Subversion and somewhere they suggest to try Serf 1.3. Just to decide whether to wait or try something else... I've

[SOLVED] rtmpdump upgrade fails

2013-11-06 Thread Andrea Venturoli
Hello. This morning I tried upgrading 'rtmpdump-2.4_2' to 'rtmpdump-2.4.20130923_2' (a dependency of something else). It failed with: rtmpsrv.o: In function `main': rtmpsrv.c:(.text+0x4e0): undefined reference to `RTMP_TLS_AllocServerContext' rtmpsrv.c:(.text+0x5ce): undefined reference to `R

ntop fails to build

2013-11-07 Thread Andrea Venturoli
Hello. As per subject, I'm getting an error in the configure stage: checking for gdbm... checking gdbm.h usability... yes checking gdbm.h presence... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... no *** * * ER

Re: [CFT] boost 1.55.0

2013-12-13 Thread Andrea Venturoli
On 12/13/13 09:47, Baptiste Daroussin wrote: It uses a modern compiler (sorry I haven't been able to make it use gcc from base at all, so it uses clang33 or gcc47+ from ports on FreeBSD 9.1 and FreeBSD 8.*, clang33 from base in FreeBSD 9.2 (if available) and cc on 10+) Hello. Thanks for the wo

Re: [CFT] boost 1.55.0

2013-12-13 Thread Andrea Venturoli
On 12/13/13 11:27, Baptiste Daroussin wrote: The situation is the same as before for anyone, meaning that by default boost will be linked against the libstdc++ from base on 8 and 9 and libc++ on 10 and 11, that means that you can mix with ports with the exact same risk as you have now :) I did

Cannot build synergy-devel

2013-12-26 Thread Andrea Venturoli
Hello. Since some time I cannot build sysutil/synergy-devel anymore. The box is 9.1/i386 and all dependencies are up to date. Although this is not a big or urgent problem to me, I though I'd let you know. Below is the full build log. If you want me to test anything, just tell. Thanks for you

PHP Weathermap

2015-03-04 Thread Andrea Venturoli
t see it in the port tree, though. Before I start hitting my head on it, has anyone already tried it? Any experience? Is it worth the hassle? Any better alternative? bye & Thanks in advance Andrea Venturoli ___ freebsd-ports@freebsd.or

Re: PHP Weathermap

2015-03-04 Thread Andrea Venturoli
On 03/04/15 15:54, Kurt Jaeger wrote: Hi! I stumbled upon this software: http://network-weathermap.com 'portfind weathermap' says: - phpweathermap-0.97a_1 (/usr/ports/net-mgmt/phpweathermap) - weathermap-1.1.1_6 (/usr/ports/net-mgmt/weathermap) The first result is the one you are looking at

Cannot compile inkscape on 9.3/i386

2015-03-12 Thread Andrea Venturoli
Hello. As per subject, Inkscape will compile with clang, which will end with several "Bad machine code". There is more than one report of this, but I was not able to find a solution. Strangely Freshports reports "Fix the build on 9.x and 8.x." in a recent commit, but this does not seem to work

Suggestion on network backup

2015-03-12 Thread Andrea Venturoli
Hello. I'm looking for a centralized backup solution with the following requirements: _ server (FreeBSD) side storage and/or NAS storage; _ Windows and Mac client support; _ "push model" (meaning a client will initiate a backup when it is powered up/connected); _ ability to run script on the c

Netdisco

2015-03-18 Thread Andrea Venturoli
Hello. After discovering this software from UPDATING, I decided to give it a try. The box is 8.4-RELEASE-p24/amd64 running PERL 5.18. What I get, however, is: # netdisco-daemon status Sorry, can't find libs required for App::Netdisco. BEGIN failed--compilation aborted at /usr/local/bin/netdisc

[SOLVED] Re: Netdisco

2015-03-24 Thread Andrea Venturoli
On 03/18/15 14:15, geoffroy desvernay wrote: You have to use commmands as netdisco user (I should document this…) => su - netdisco netdisco-daemon status Hello. Thanks for your answer, but this did not help. Fred's suggestion (setting NEDISCO_HOME) solved. bye av. P.S. Thanks Fred! :

cad/openscad fails to build on 9.3/i386

2015-03-27 Thread Andrea Venturoli
Hello. I'm trying to upgrade OpensCAD to 2015.03, which was committed yesterday. However it fails to build. Following is the log. # make ===> License GPLv2 accepted by the user ===> openscad-2015.03 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by opensca

arcconf dumps core

2015-04-07 Thread Andrea Venturoli
Hello. The box is a 9.3/amd64 and this is the controller I have: aac0@pci0:4:14:0: class=0x010400 card=0x02bc9005 chip=0x02859005 rev=0x00 hdr=0x00 vendor = 'Adaptec' device = 'AAC-RAID' class = mass storage subclass = RAID Since I've upgraded arcconf to t

Bacula without IPv6

2015-04-12 Thread Andrea Venturoli
Hello. Running Bacula on a system where IPv6 was disabled in the kernel yields lot of errors: # bconsole Connecting to Director localhost:9101 bconsole: bsock.c:227-0 Socket open error. proto=28 port=9101. ERR=Protocol not supported ... *autodisplay on *status client > ... 12-Apr 17:34 mar

Ruby vulnerabilities

2015-04-18 Thread Andrea Venturoli
Hello. On a lot of systems, "pkg audit" gives: ruby-2.0.0.645,1 is vulnerable: Ruby -- OpenSSL Hostname Verification Vulnerability CVE: CVE-2015-1855 WWW: http://vuxml.FreeBSD.org/freebsd/d4379f59-3e9b-49eb-933b-61de4d0b0fdb.html However the links above states "ruby20 *<* 2.0.0.645,1" is affe

Re: Bacula without IPv6

2015-04-21 Thread Andrea Venturoli
On 04/12/15 18:41, Dan Langille wrote: That is a good idea. Please submit a PR so we do not lose track of this. I ask because it may be some time before I work on this. We'll have the default with IPV6 on. Done: it's #199535. bye & Thanks av. _

Cannot build latest Chromium

2015-04-28 Thread Andrea Venturoli
Hello. The box is a 9.3/i386 and the problem is in the patch phase: root@xx:/usr/ports/www/chromium # svn update Updating '.': At revision 384899. root@xx:/usr/ports/www/chromium # make clean ===> Cleaning for chromium-42.0.2311.90 root@xx:/usr/ports/www/chromium # make extract To

Portupgrade a jail

2015-06-04 Thread Andrea Venturoli
Hello. Is it possible to run portupgrade from the base system, while addressing a jail? I see some threads about this, but they all go back to the pre-pkgng era. To me it look like "pkg -r /usr/jail/xxx" works, but I don't see any way to make portupgrade pass this option along. Then again, I

Re: OpenSSL Security Advisory [11 Jun 2015]

2015-06-11 Thread Andrea Venturoli
On 06/12/15 01:34, Michelle Sullivan wrote: Roger Marquis wrote: The ports-secteam knows about this but posting here in case someone wants to update ahead of the port, from this morning's Hackernews: *wonders how this will affect 8.x & 9.x

Samba42 failure

2015-06-16 Thread Andrea Venturoli
Hello. My installation of samba42 ended like this: 'install' finished successfully (4m4.676s) > Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ---> Build of net/samba42 ended at: Tue, 16 Jun 2015 11:49:18 +0200 (consumed 00:18:15) ---> Installation of net/samba4

Audacious uses 100% CPU when paused

2015-06-18 Thread Andrea Venturoli
Hello. I'm using audacious 3.6.2 on 9.3/i386. I noticed that, when playing an mp3, if I press pause, it will start hogging one CPU (that's 25% load on my quad-core system); as soon as I press pause again and playback restarts, CPU usage drops to normal again. Not a big problem, but I thought

Samba 3.6 -> 4.2 upgrade

2015-07-01 Thread Andrea Venturoli
Hello. Since 3.6 has been EOLed I'd like to upgrade all my such Samba installations to 4.2. Right now I don't want to switch any of them to AD; I just want to keep running as I do now, but with a supported version. So far I've been able to upgrade some servers with the following steps: _ stop

Problem with Samba-4.1 on -CURRENT

2015-07-06 Thread Andrea Venturoli
Hello Stefan. I've seen your message from May on ports and I'm experiencing similar troubles. Did you find out anything useful? Did you create that PR? You are using CURRENT, I'm using 9.3; you are talking about 4.1, I'm trying 4.2; you say smbd and smbclient gets killed, but in my case it'

Can't use nmap on 10.1

2015-07-14 Thread Andrea Venturoli
Hello. I've always used NMap, but now I've got several 10.1 boxes where it doesn't work. # nmap -sP -PI 192.168.1.0/24 Starting Nmap 6.47 ( http://nmap.org ) at 2015-07-13 11:50 CEST route_dst_generic: Failed to obtain system routes: getsysroutes_dnet: sysroutes_dnet_find_interfaces() faile

Re: Can't use nmap on 10.1

2015-07-15 Thread Andrea Venturoli
On 07/15/15 11:56, Andrea Venturoli wrote: I'll try enabling IPv6 in the kernel to see if that makes any difference and eventually I'll file a bug report. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201583 bye & Tha

Trouble after Cacti upgrade

2015-07-21 Thread Andrea Venturoli
Hello. Today, seeing the security advisory, I upgraded cacti to 0.8.8f on a 9.3/amd64 box. Then I connected to the web interface and I was offered the upgrade procedure; after that I get a blank web page. The upgrade did not complete, so Cacti is not available. In httpd-error log, I see: PHP

Re: Trouble after Cacti upgrade

2015-07-22 Thread Andrea Venturoli
On 07/22/15 19:47, Daniel Austin via freebsd-ports wrote: Hi, We submitted an update to ports yesterday which means there's now a 0.8.8f_1 version if you update your ports tree. The simple symlink will work fine too - it was a typo upstream. Thanks to everyone. Keep up the good work :) bye

Postgresql 92 XML gone?

2015-08-02 Thread Andrea Venturoli
Hello. I've recently updated postgresql92-server and now a script of mine gives: ERROR: unsupported XML feature DETAIL: This functionality requires the server to be built with libxml support. HINT: You need to rebuild PostgreSQL using --with-libxml. I thought I made a mistake, went back in /us

Re: Postgresql 92 XML gone?

2015-08-24 Thread Andrea Venturoli
On 08/02/15 13:35, Oliver Heesakkers wrote: I believe you also need to create extension xml ? And databases/postgresql92-contrib Hello. Sorry for taking so much time, but I was on holiday. I added postgresql92-contrib, then issued # create extension xml; But I got: ERROR: could not op

Samba 4.2 crashes

2015-08-25 Thread Andrea Venturoli
Hello. I'm trying to upgrade from samba 3.6 to 4.2 (mainly because the former is deprecated, so I don't want AD, just plain old functionality). I started with simpler installations and had almost no problem. However, in a just a little bit more complex case (PDC+BDC with LDAP backend), smbd a

Re: Samba 4.2 crashes

2015-08-25 Thread Andrea Venturoli
On 08/25/15 19:53, Stefan Esser wrote: I have seen that kind of failure when the port was built on a system that had www/libwww installed. In that case libmd5.so from libwww is linked to samba in preference of the system's libmd.so. Thanks Stefan. I had seen one of your messages, but did not q

[SOLVED] Re: Postgresql 92 XML gone?

2015-08-27 Thread Andrea Venturoli
On 08/25/15 12:46, Christoph Moench-Tegeder wrote: Additionally, you're encouraged to use the latest PostgreSQL version, that is 9.4 these days. For small not-so-important things, it might not be worth the switch; for big important things, it might be too much of a trouble to switch light he

OpenCASCADE 6.9.1

2015-10-19 Thread Andrea Venturoli
Hello Thierry. Sorry to bother you. 6.9.1 was released recently, but we are stuck at 6.8.0. Are you working on this? Any plan about it? If you don't, I might give it a try. In that case, did you look at it already? Any showstopper? bye & Thanks av.

Re: OpenCASCADE 6.9.1

2015-10-30 Thread Andrea Venturoli
On 10/19/15 21:36, Thierry Thomas wrote: Nothing special, but I've been travelling in Africa, and now I'm late with my ports... ATM I'm working on Code_Aster, so if you have some time to work on OpenCASCADE, that would be fine! Thanks Hello. This is what I've come up with, by modifying your

Re: OpenCASCADE 6.9.1

2015-10-31 Thread Andrea Venturoli
On 10/30/15 13:25, Kurt Jaeger wrote: There's no public distfile, only available if one registers ? Exactly. I believe the license (LGPL) allow redistribution, though, so the distfile could be hosted somewhere else. This has never been a problem in previous releases of the port. bye

<    1   2   3   4   5   >