FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?

2007-09-28 Thread O. Hartmann
Hello out there, I have a problem with setting up an FreeBSD box as OpenLDAP server with several services, like SAMBA, NFS. The intention is to have a FreeBSD 7.0 fileserver (NFS, SAMBA) also acting as OpenLDAP server. So far. OpenLDAP is up and running, using TLS/SSL certificate. SAMBA is al

Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?

2007-09-28 Thread O. Hartmann
-- set to "debug 1" to get debugging info. Feel free to share error messages. ~BAS On Fri, 2007-09-28 at 10:54 +, O. Hartmann wrote: Hello out there, I have a problem with setting up an FreeBSD box as OpenLDAP server with several services, like SAMBA, NFS.

Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?

2007-10-02 Thread O. Hartmann
You need to set a variety of settings there. What do they look like? Remember: pkg_info -L pam_ldap nss_ldap! Also, not sure about the TCP FIN_2 issue -- probably just the usual shakes and bangs with -current. ~BAS On Fri, 28 Sep 2007, O. Hartmann wrote: Thank you for responding. So, I'll

cups-1.3.3 not compiling anymore in FreeBSD 7.0

2007-10-02 Thread O. Hartmann
Hello, Since several days all my FreeBSD 7.0-CURRENT boxes are incapable of upgrading cups-base port with the follwoing error. Can anyone help? Thanks a lot, Regards, Oliver Making all in scripting/php... gmake[1]: Entering directory `/usr/ports/print/cups-base/work/cups-1.3.3/scripting/ph

Howto: Prepare USB key with FreeDOS using FreeBSD

2007-10-12 Thread O. Hartmann
Hello. Well, I have a bunch of TYAN S2925B based boxes, all without floppy drives. For BIOS flash preparation I need an installation media and due to the fact I do not have a Windows XP box or FreeDOS box I need my laptop for creation of a bootable USB key media with the appropriate BIOS flas

OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-21 Thread O. Hartmann
For weeks now I tried to get an OpenLDAP-server on a local FreeBSD 7.0-PRE box running, but with no success. Within the last 8 weeks I tried nearly EVERY tutorial and there explained setups, but whenever I try to authenticate or find an ID for an existing user in the DIT, I receive either error

Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-22 Thread O. Hartmann
Per olof Ljungmark wrote: O. Hartmann wrote: For weeks now I tried to get an OpenLDAP-server on a local FreeBSD 7.0-PRE box running, but with no success. Within the last 8 weeks I tried nearly EVERY tutorial and there explained setups, but whenever I try to authenticate or find an ID for an

Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-26 Thread O. Hartmann
Ulrich Spoerlein wrote: On Sun, 21.10.2007 at 18:26:55 +0200, O. Hartmann wrote: At this point it seems senseless to try out what's going wrong and I need some hints or tipps. I read about others successfully running OpenLDAP on FBSD 6 and 5, but no one seems running OpenLDAP based ser

Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-26 Thread O. Hartmann
Alexandre Biancalana wrote: On 10/26/07, O. Hartmann <[EMAIL PROTECTED]> wrote: Ulrich Spoerlein wrote: On Sun, 21.10.2007 at 18:26:55 +0200, O. Hartmann wrote: At this point it seems senseless to try out what's going wrong and I need some hints or tipps. I read a

Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-26 Thread O. Hartmann
Alexandre Biancalana wrote: On 10/26/07, O. Hartmann <[EMAIL PROTECTED]> wrote: playing with ldapsearch gets results as expected. Doing ldapsearch witch -D and dn of the admin results in the whole DIT as expected, accessing the DIT with uid=user,ou=users,dc=... the same. Accessin

Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-27 Thread O. Hartmann
Alexandre Biancalana wrote: On 10/26/07, O. Hartmann <[EMAIL PROTECTED]> wrote: playing with ldapsearch gets results as expected. Doing ldapsearch witch -D and dn of the admin results in the whole DIT as expected, accessing the DIT with uid=user,ou=users,dc=... the same. Accessin

Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-11-05 Thread O. Hartmann
Ulrich Spoerlein wrote: Sorry for the late reply ... On Fri, 26.10.2007 at 20:16:45 +0200, O. Hartmann wrote: All right, here I am. nss_ldap.conf and ldap.conf are located in /usr/local/etc and are identical (link). I copied all tags I use and deleted commented out tags: Seems ok to

changing passowrd on LDAP backend?

2007-11-19 Thread O. Hartmann
Running several FreeBSD 7.0-BETA2/3 boxes with OpenLDAP 2.3.39-backend drove me into a problem: No local user is capable of neither changing his password nor shell or GECOS although this is allowed by users to do in LDAP ACLs. Looking for a solution in mailing lists I found only one - patching u

FreeBSD 7/OpenLDAP: Howto change passwords

2007-11-26 Thread O. Hartmann
Hello, trying to change passwords on a client machine for a LDAP authenticated user always fails due to the original passwd() command is not capable of changing passwords remotely. Their is a suggested patch, but is there an "official" way to do? Regards, Oliver __

OpenLDAP/PAM and SSH: some weirdness with ssh-keys

2007-11-26 Thread O. Hartmann
Hello, sorry for bothering yo, but I'm feeling desperately lost with a problem. I've got a running OpenLDAP 2.3.39 authetication system on a FreeBSD 7.0 box, with pam_ldap and nss_ldap (most recent from the ports). My config does not look very special, but I think I've messed up something in /

ports/database/ruby-dbi and ports/database/ruby-dbd_pg faulty.

2007-12-06 Thread O. Hartmann
Hello. I try to use DBI:Pg and DBI:MySQL within a ruby-skript for accessing either MySQL or PostgreSQL database. Box is FreeBSD 7.0-BETA4 Mysql is mysql50-server Postgresql is posgresql82-server and postgresql82-client with unixODBC and ruby-dbi and ruby-dbd_pg and ruby-dbd_mysql installed. W

OO 2.3.1 connecting a PostgreSQL 8.2 server via SSL and postgresql-odbc?

2007-12-09 Thread O. Hartmann
I need to connect to a remote PostgreSQL-Server accepting SSL connections via OO 2.3.1. I installed ports/database/postgresql-odbc utilizing unixODBC for that purpose but I do not have any success connecting the Postgresql server due to the lack of SSL-capability in the postgresql-odbc-driver.

ruby-postgresql driver seems broken?

2007-12-14 Thread O. Hartmann
Hello, after installing a fresh copy of FreeBSD 7.0-BETA4 on a new box I also tried installing rubygem-postgres/ruby-dbd_pg (ports/database). But I get this error: ===> Vulnerability check disabled, database not found => postgres-0.7.1.2006.04.06.gem is not in /usr/ports/databases/rubygem-po

FreeBSD 7/CURRENT and AutoFS or AMD (automounter) with OpenLDAP

2008-11-07 Thread O. Hartmann
Hello out there, I run into trouble. When looking for AutoFS in the net I find a lot about AutoFS on Linux and, surprisingly, for FreeBSD 6.X, but those messages are dated to the year 2004/2006. I'm running FreeBSD 7.X and FreeBSD 8.0-CUR boxes and tried to find something about AutoFS, but I

FreeBSD 7/8 and AMD/automounter with LDAP support

2008-11-07 Thread O. Hartmann
Just sneaked through the /usr/src/contrib/amd code base of the amd automounter and found amd is naturally not built with LDAP support. Well, how can I configure 'make world' to automatically build 'amd' with LDAP support (as I can do this with sendmail being build with cyrus-sasl-support via s

host based authetication with OpenLDAP and FreeBSD

2008-11-14 Thread O. Hartmann
Hello, I have a OT question and maybe some of the FreeBSD server admins here can help me out. Our setup has several Linux and FreeBSD boxes, users are kept in OpenLDAP without any further service like Kerberos V etc. The situation(s): We have locally and personally administered workstations

LDAP server gone -> impossible to login locally!

2009-09-22 Thread O. Hartmann
Hello, I run into trouble with FreeBSD and LDAP on a regular basis! Sometimes it is necessary to log in onto a bunch of servers with no LDAP service responding, due to service, crash, eletrically disconnetion, whatever. The problem is: I can't. Using all prerequisits from ports (pam_ldap/nss_l

Re: LDAP server gone -> impossible to login locally!

2009-09-23 Thread O. Hartmann
Daniel O'Connor wrote: On Wed, 23 Sep 2009, Erik Norgaard wrote: This sounds like the correct solution, AFAIK it's the same concept as for NIS, first check local files, then ldap. You don't want your root credentials possibly be leaked accross the network. On the other hand you don't want or nee

[ports/science/paraview]: /usr/local/lib/paraview-2.4/tk8.4/tk.tcl: no event type or button # or keysym

2009-10-12 Thread O. Hartmann
Before posting a PR I'll ask whether this error I receive after a fresh installation of paraview from ports today on FreeBSD 8.0-RC1/amd64 is an serious issue or something related on misconfiguration. Besides, tcl/tk 8.4 is up to date and present on the system. Hope someone can help, regards,

'make release' on ZFS filesystem fails: chflags: operation not permitted

2009-11-03 Thread O. Hartmann
I followed the steps making a release on FreeBSD 8.0-RC2/AMD64 on my box, the target CHROOTDIR is located on a ZFS volume. I searched the list for a solution, but did not find any. sysctl kern.securelevel shows kern.securelevel: -1 Is there any solution? I guess those with complete ZFS infrastruct

Installer: missing GEOM/gpart capabilities slicing disk?

2009-11-09 Thread O. Hartmann
Hello. I try to install a fresh new FreeBSD 8.0-RC2 (from snapshot-DVD) on a barndnew harddrive. As far as I recall partitioning a disk is now done via gpart and the limitation of having only 8 (-2) partitions from a through h except b and c is now obsoleted. When dropping into the installatio

MSI RAdeon R4670/512 and xf86-video-ati/xf86-video-radeonhd-devel crashes!

2009-11-09 Thread O. Hartmann
Hello. Please respond also to my eMail address, since I'm not subscriber of these lists! Thanks. Since I utilise a MSI Radeon R4670/512 RV730-based graphics card, I'im incapable of using either x11-drivers/xf86-video-ati or x11-drivers/xf86-video-radeonhd[-devel] The box is a ASUS P5K-Pre

ukbd_set_leds_callback:700: error=USB_ERR_STALLED

2009-11-21 Thread O. Hartmann
My personal workstation runs FreeBSD 8.0-PRE/amd64 on an oldish hardware (AMD socket 939 platform). Since I replaced my good old but broken IBM Model-M keyboard with a high-quality keyboard 'DASkeyboard', I receive this error message on the console: ukbd_set_leds_callback:700: error=USB_ERR_STALL

VirtualBox: No network connectivity. Weird vboxnetflt.ko/vboxnetadp.ko behaviour

2009-11-27 Thread O. Hartmann
Running a FreeBSD 8.0-REL/amd64 box with a quad core CPU and 8 GB of ram I intended also to operate Windows XP_32 within VirtualBox. So far, VirtualBox is up and running, as well as Windows XP. But I do not have network connectivity. Befor going deeper into my config I will report some strange

Re: Installer: missing GEOM/gpart capabilities slicing disk?

2009-11-28 Thread O. Hartmann
Daniel O'Connor wrote: > [ -current CC dropped ] > On Mon, 9 Nov 2009, O. Hartmann wrote: >> I try to install a fresh new FreeBSD 8.0-RC2 (from snapshot-DVD) on a >> barndnew harddrive. As far as I recall partitioning a disk is now >> done via gpart and the li

Phoronix Benchmarks: Waht's wrong with FreeBSD 8.0?

2009-11-30 Thread O. Hartmann
I'm just wondering what's wrong with FreeBSD 8.0/amd64 when I read the Benchmarks on Phoronix.org's website. Especially FreeBSD's threaded I/O shows in contrast to all claims that have been to be improoved the opposite. oh ___ freebsd-questions@freebs

Re: Phoronix Benchmarks: Waht's wrong with FreeBSD 8.0?

2009-11-30 Thread O. Hartmann
Thomas Backman wrote: On Nov 30, 2009, at 9:47 AM, O. Hartmann wrote: I'm just wondering what's wrong with FreeBSD 8.0/amd64 when I read the Benchmarks on Phoronix.org's website. Especially FreeBSD's threaded I/O shows in contrast to all claims that have been to be im

ports/print/cups-base: failed to update via portmaster since yesterday

2009-11-30 Thread O. Hartmann
portmaster -dav fails updating ports since yesterday, stopping at print/cups-base with the following error message: [...] client.o(.text+0x1c95): In function `encrypt_client': /usr/ports/print/cups-base/work/cups-1.4.2/scheduler/client.c:3217: undefined reference to `_httpReadGNUTLS' client.o(.

doxygen 1.6.2: portmaster reports error: qt.prf:170: Unknown test function: qtAddLibrary

2010-01-04 Thread O. Hartmann
After performing updates via portmaster on a regular basis on a FreeBSD 8.0-STABLE/amd64 server, I got this following sticky error. I have no clue how to fix this. Any ideas? Regards, Oliver --- g++ -o ../bin/doxytag ../objects/doxytag.o ../objects/logos.o ../objects/version.o -L/usr/loc

Qt4: Help, can not install or update any QT lib/app anymore!

2010-01-05 Thread O. Hartmann
Dear Sirs, on a very 'production'-sensitive box I get an error whenever I try to install any qt4-related application or library. After deinstalling every qt4-lib/-app, and deleting every /usr/local/*/qt4 directory, I'm incapable of installing anything related to Qt4, even qt4-corelib fails. I

Re: ports/devel/protobuf: Segmentation fault in mmap in some applications

2010-01-07 Thread O. Hartmann
On 01/07/10 01:41, Pieter de Goeje wrote: On Wednesday 06 January 2010 14:14:28 O. Hartmann wrote: Dear Sirs, We use a software package for scientific imagery processing from USGS, ISIS3 (http://isis.astrogeology.usgs.gov/). The most recent version is 3.1.21 and since this version, the software

Re: ports/devel/protobuf: Segmentation fault in mmap in some applications

2010-01-09 Thread O. Hartmann
On 01/07/10 19:56, Pieter de Goeje wrote: On Thursday 07 January 2010 10:02:36 O. Hartmann wrote: On 01/07/10 01:41, Pieter de Goeje wrote: On Wednesday 06 January 2010 14:14:28 O. Hartmann wrote: Dear Sirs, We use a software package for scientific imagery processing from USGS, ISIS3 (http

science/paraview: gmake[2]: *** [bin/QVTKCxxTests] Error 1, gmake[1]: *** [VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QVTKCxxTests.dir/all] Error 2,gmake: *** [all] Error 2,*** Error code 1

2010-01-10 Thread O. Hartmann
Since a while I'm incapable of compiling ports/science/paraview on the most FreeBSD 8.0-STABLE/amd64 boxes around here. I do portmaster -dv on a regular basis on all of those machines and I suspect the port maintanance facility beeing corrupted since this error shows up on nearly every FreeBSd

FreeBSD 7.0, Linuxulator and LDAP

2008-03-20 Thread O. Hartmann
Hello, we use a LDAP backed up environment on our FreeBSD boxes (mostly 7.0 machines). With several tools running under Linux/Linuxulator in FreeBSD ist is not possible to work, like acroread or linux-opera and other software (like IDL, Mathematica). When the software starts up, it complains a

OpenLDAP/FreeBSD: How to implement attribute HOST without STRUCTURAL account?

2008-04-29 Thread O. Hartmann
Hello out there, my question may sound a bit weird, but the situation is as follows: I use OpenLDAP 2.4 for authetication purposes within our lab's net and every user's account is of the objectclass 'posixAccount'. As we know, this class does not contain the attribute 'host', which belongs to

Re: OpenLDAP/FreeBSD: How to implement attribute HOST without STRUCTURAL account?

2008-04-29 Thread O. Hartmann
Jonathan Chen wrote: On Tue, Apr 29, 2008 at 10:07:44AM +, O. Hartmann wrote: Hello out there, my question may sound a bit weird, but the situation is as follows: I use OpenLDAP 2.4 for authetication purposes within our lab's net and every user's account is of the o

Re: OpenLDAP/FreeBSD: How to implement attribute HOST without STRUCTURAL account?

2008-04-30 Thread O. Hartmann
O. Hartmann wrote: Jonathan Chen wrote: On Tue, Apr 29, 2008 at 10:07:44AM +, O. Hartmann wrote: Hello out there, my question may sound a bit weird, but the situation is as follows: I use OpenLDAP 2.4 for authetication purposes within our lab's net and every user's account

print/cups: CUPS-1.5.0 IPP protocoll issues -> no printing possible on IPP capable network printers

2012-02-07 Thread O. Hartmann
We use a bunch of HP and Xerox printers across our network, all capable of being accessed via network over IPP protocoall (so they claim). Printing worked for me flawless on FreeBSD 8.2-STABLE, 9.0-CURRENT, now 9.0-STABLE on all boxes in question. Since updating cups to revision 1.5.0 (this is th

Terminal (TERM=xterm) on FreeBSD doesn not accept DEL or ALT key on/in a Linux YAST2 session

2012-03-12 Thread O. Hartmann
Administering Linux Suse boxes makes it opf need to login onto those boxes and use the well designed kiddy-cloaking scripting environment, called YAST/YAST2. The problem I face now is that I can not use DEL key to delete characters or even use the ALT key to enforce actions like ALT-e or ALT-d for

Re: Terminal (TERM=xterm) on FreeBSD doesn not accept DEL or ALT key on/in a Linux YAST2 session

2012-03-12 Thread O. Hartmann
On 03/12/12 15:21, kpn...@pobox.com wrote: > On Mon, Mar 12, 2012 at 02:51:55PM +0100, O. Hartmann wrote: >> Administering Linux Suse boxes makes it opf need to login onto those >> boxes and use the well designed kiddy-cloaking scripting environment, >> called YAST/YAST2. >

Re: OpenLDAP 2.4.31 on FreeBSD 10.0-CURRENT/amd64 broken!

2012-05-06 Thread O. Hartmann
On 05/06/12 01:55, Dimitry Andric wrote: > On 2012-05-05 17:54, Hartmann, O. wrote: >> Since Friday, I have on all of our FreeBSD 10.0-CURRENT/amd64 boxes >> massive trouble with net/openldap24-server (SASL enabled, so it is >> openldap-sasl-server). >> >> Last time OpenLDAP worked was Thursday las

CURRENT: buildworld fails

2012-05-19 Thread O. Hartmann
Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I maintain. Build is usually performed with CLANG, but also legacy gcc 4.2.1 build do fail. The error is always the same, as documented below. I allow to bui

Re: CURRENT: buildworld fails

2012-05-23 Thread O. Hartmann
On 05/19/12 22:33, Garrett Cooper wrote: > On Sat, May 19, 2012 at 6:55 AM, O. Hartmann > wrote: >> Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 >> anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I >> maintain. > >

FreeBSD 10/9: Lexar 64GB JumpDrive USB 2.0 isn't recognized anymore!

2012-06-12 Thread O. Hartmann
I have a Lexar 64GB USB 2.0 JumpDrive which worked in its "pristine" or "virgine" state very well. I used it yesterday, brand new, to fill it up with data. Some 30GB data got stored, I shut down the system (FreeBSD 10.0-CURRENT/amd64) and this morning, I put the USB drive out of the USB port (compu

USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-21 Thread O. Hartmann
I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD shown below. When first used, I was able to put approx. 30 GB of data on it - it was visible to FreeBSD 9 and 10 as expected. A Linux system at the lab was also capable of recognizing it. After that, I tried to operate on the st

Re: USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-23 Thread O. Hartmann
On 06/22/12 08:22, Hans Petter Selasky wrote: > On Friday 22 June 2012 08:01:38 O. Hartmann wrote: >> I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD >> shown below. >> When first used, I was able to put approx. 30 GB of data on it - it was >> vis

GRASS: 6.4.0: where is the postgresql (pg) driver?

2011-03-07 Thread O. Hartmann
Hello. I desperately try to connect to a PostgreSQL DB server using GRASS (6.4.0 as from the recent ports). The documentation of GRASS, even the most recent one, reports using the 'driver=pg' option. Having already set up a database in PostgreSQL (server 9.0.4), the admin user properly specifi

Re: GRASS: 6.4.0: where is the postgresql (pg) driver?

2011-03-07 Thread O. Hartmann
On 03/07/11 16:26, wen heping wrote: 2011/3/7 O. Hartmann: Hello. I desperately try to connect to a PostgreSQL DB server using GRASS (6.4.0 as from the recent ports). The documentation of GRASS, even the most recent one, reports using the 'driver=pg' option. Having already set up a d

xpdf can not print via cups if started from firefox

2011-03-08 Thread O. Hartmann
Hello. I've got a weird problem here. Very often I download scientific papers as pdf from protals and they got opened via firefox3 with the configured propper utility, in this case xpdf. In such a case, printing is impossible. I hit the print button, a popup shows up with the configured CUPS

Re: xpdf can not print via cups if started from firefox

2011-03-08 Thread O. Hartmann
te wrote: Does configuring firefox to launch something like "xterm -e xpdf" rather than just "xpdf" dump any errors to the term when trying to print? "O. Hartmann" wrote: Hello. I've got a weird problem here. Very often I download scientific papers as pdf fro

Re: xpdf can not print via cups if started from firefox

2011-03-08 Thread O. Hartmann
On 03/08/11 11:43, Leslie Jensen wrote: On 2011-03-08 09:38, O. Hartmann wrote: Hello. I've got a weird problem here. Very often I download scientific papers as pdf from protals and they got opened via firefox3 with the configured propper utility, in this case xpdf. In such a case, pri

Re: xpdf can not print via cups if started from firefox

2011-03-08 Thread O. Hartmann
On 03/08/11 16:51, Warren Block wrote: On Tue, 8 Mar 2011, O. Hartmann wrote: I've got a weird problem here. Very often I download scientific papers as pdf from protals and they got opened via firefox3 with the configured propper utility, in this case xpdf. In such a case, printi

xorg-driver/xf86-video-ati-6.14.0: Worse performance since last update

2011-03-08 Thread O. Hartmann
Since the last update of Xorg stuff, including the xf86-video-ati-6.14.0, the video performance of all of our AMD/ATi-driven boxes went worse. The bad performance also occur with the recommendations made in ports/UPDATING for driver "radeon". Without those recommendated adding of options even w

Re: xpdf can not print via cups if started from firefox

2011-03-10 Thread O. Hartmann
On 03/08/11 16:51, Warren Block wrote: On Tue, 8 Mar 2011, O. Hartmann wrote: I've got a weird problem here. Very often I download scientific papers as pdf from protals and they got opened via firefox3 with the configured propper utility, in this case xpdf. In such a case, printi

Re: xpdf can not print via cups if started from firefox

2011-03-10 Thread O. Hartmann
On 03/11/11 01:13, Polytropon wrote: On Thu, 10 Mar 2011 11:38:19 +0100, "O. Hartmann" wrote: On 03/08/11 16:51, Warren Block wrote: On Tue, 8 Mar 2011, O. Hartmann wrote: I've got a weird problem here. Very often I download scientific papers as pdf from protals and they

Re: xpdf can not print via cups if started from firefox

2011-03-11 Thread O. Hartmann
On 03/11/11 16:44, Warren Block wrote: On Fri, 11 Mar 2011, O. Hartmann wrote: On 03/11/11 01:13, Polytropon wrote: Maybe you're experiencing a caching problem? I would guess that as you stated there is a temporary file, this should not happen (in relation to Firefox) there should at

Re: xorg-driver/xf86-video-ati-6.14.0: Worse performance since last update

2011-03-11 Thread O. Hartmann
On 03/08/11 19:32, Roland Smith wrote: On Tue, Mar 08, 2011 at 07:16:05PM +0100, O. Hartmann wrote: Since the last update of Xorg stuff, including the xf86-video-ati-6.14.0, the video performance of all of our AMD/ATi-driven boxes went worse. The bad performance also occur with the

Dell iDRAC JViewer and FreeBSD 9.0: not working, help!

2011-03-15 Thread O. Hartmann
We use a Dell rack system with a JAVA based virtual console facility, iDRAC6, which works well when used via Windows 7 or some Linux boxes. On FreeBSD 9.0/amd64 (most recent) with JAVA diablo-jdk-1.6.0.07.02_13 Java Development Kit 1.6.0_07.02 openjdk6-b22_2 Oracle's Java 6 virtual machine

FreeBSD CURRENT custom ISO install image: howto?

2011-03-16 Thread O. Hartmann
I'm desperately looking for howto creating my own FreeBSD 9.0-CURRENT/amd64 custom installation DVD. Google delivers a lot of outdated stuff and I wasn't able to find some hints in the handbook, so maybe one here can help. I've already all sources via 'svn' (no CVS) on the local box. The inte

Re: FreeBSD CURRENT custom ISO install image: howto?

2011-03-16 Thread O. Hartmann
On 03/16/11 19:10, Al Plant wrote: O. Hartmann wrote: I'm desperately looking for howto creating my own FreeBSD 9.0-CURRENT/amd64 custom installation DVD. Google delivers a lot of outdated stuff and I wasn't able to find some hints in the handbook, so maybe one here can help. I'

User authentication on Linux with FreeBSD OpenLDAP backend fails: pam_ldap: error trying to bind as user/Failed password for

2011-03-18 Thread O. Hartmann
Hello. I try to use a FreeBSD OpenLDAP (FreeBSD 8.2-STABLE/amd64, most recent OpenLDAP/openldap-sasl-server-2.4.24) as an authentication backend for an UBUNTU 10.10 server (using openldap 2.4.23). Most of the installation on the Ubuntu server has been successfully done (I'm not familiar with

Re: User authentication on Linux with FreeBSD OpenLDAP backend fails: pam_ldap: error trying to bind as user/Failed password for

2011-03-18 Thread O. Hartmann
On 03/18/11 17:02, Dan Nelson wrote: In the last episode (Mar 18), O. Hartmann said: I try to use a FreeBSD OpenLDAP (FreeBSD 8.2-STABLE/amd64, most recent OpenLDAP/openldap-sasl-server-2.4.24) as an authentication backend for an UBUNTU 10.10 server (using openldap 2.4.23). Most of the

Re: User authentication on Linux with FreeBSD OpenLDAP backend fails: pam_ldap: error trying to bind as user/Failed password for

2011-03-19 Thread O. Hartmann
On 03/18/11 17:02, Dan Nelson wrote: In the last episode (Mar 18), O. Hartmann said: I try to use a FreeBSD OpenLDAP (FreeBSD 8.2-STABLE/amd64, most recent OpenLDAP/openldap-sasl-server-2.4.24) as an authentication backend for an UBUNTU 10.10 server (using openldap 2.4.23). Most of the

Re: Freebsd Firefox problems

2011-03-19 Thread O. Hartmann
On 03/19/11 16:37, Sander Janssen wrote: I have finally managed to solve this issue. Upgrading to 8.2 didn't solve anything. But after I installed ccache I decided to recompile all my installed ports in the hope that it solved my problems. After recompiling all my ports (1000 ports, including op

Re: User authentication on Linux with FreeBSD OpenLDAP backend fails: pam_ldap: error trying to bind as user/Failed password for

2011-03-19 Thread O. Hartmann
On 03/18/11 17:02, Dan Nelson wrote: In the last episode (Mar 18), O. Hartmann said: I try to use a FreeBSD OpenLDAP (FreeBSD 8.2-STABLE/amd64, most recent OpenLDAP/openldap-sasl-server-2.4.24) as an authentication backend for an UBUNTU 10.10 server (using openldap 2.4.23). Most of the

XIO: fatal IO error 35 (Resource temporarily unavailable) on X server ":0.0"

2011-03-26 Thread O. Hartmann
Updating ports and source of my FreeBSD 9.0-CURRENT/amd64 host, equipted with a AMD/ATi HD4830 graphics board driven by X11 xf86-video-ati driver (which has been recently update as far as I saw), resulted this morning in an 'un-login-able' box. I see the xdm-login requester, but after successfu

error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native -std=c99

Re: Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
On 04/26/11 15:54, Rick Macklem wrote: Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-str

editors/libreoffice: can not compile, crash on FreeBSD 9.0-CUR/amd64

2011-05-18 Thread O. Hartmann
On all of my FreeBSD 9.0-CURRENT/amd64 boxes LibreOffice 3.3.X crashes after starting and dumping core with signal 8. The boxes are all FreeBSD 9.0-CURRENT/amd64, the most recent version. The ports are up to date, I also tried to recompile every necessary port without success. On all FreeBSD 9

kernel: install: mps.ko.symbols: No such file or directory

2011-05-22 Thread O. Hartmann
Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn://svn.freebsd.org/base/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 10:36, O. Hartmann wrote: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 14:52, Ivan Klymenko wrote: В Mon, 23 May 2011 10:03:42 +0200 "O. Hartmann" пишет: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted s

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-curr...@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 23:55, Garrett Cooper wrote: On Mon, May 23, 2011 at 11:44 AM, O. Hartmann wrote: On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: Shouldn't DEBUG_FLAGS be the proper usage in this particular case? Mmmhhh, I changed .if de

Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB

2011-06-29 Thread O. Hartmann
On a Dell PowerEdge 1950, BIOS from 2007, a freshly installed WD 3 TB SATA 6GB harddrive doesn't get recognized as 3 TB disk, it is reported as 2TB disk only. The box is running FreeBSD 8.2-STABLE (see below the dmesg excerpt). The drive is configured as ZFS pool on top of a GPT partition.

Dell PowerEdge 1950 with LSI SAS1068E/aka DeLL SAS-6 HBA: howto update firmware with FreeBSD?

2011-06-29 Thread O. Hartmann
We run a Dell PowerEdge 1950 Server which is equipted with a LSI Logic LSISAS1068E SAS HBA, branded as a Dell SAS-6 HBA (MPT). The firmware is dated to 2007 and is not capable of handling hard disks larger than 2 TB. We got now a 3 TB SATA harddrive (WD WD30EZRX) which doesn't get recognized p

Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB

2011-06-30 Thread O. Hartmann
On 06/29/11 15:57, Joshua Boyd wrote: 2011/6/29 O. Hartmann mailto:ohart...@zedat.fu-berlin.de>> Questions: a) Is this an issue of FreeBSD 8.2-STABLE or is it a firmware/BIOS issue which can be solved? Hi Oliver, Neither, unfortunately. The 1068E based cards do not support

devel/anjuta: creating project does not offer project's dialog.

2011-07-01 Thread O. Hartmann
Using Anjuta as my potentially IDE, I realize a weird behaviour since my last try years ago. Anjuta was supposed to show a dialog about when creating a new project. Documentation explicitely mention this. But in my case (a newly installed anjuta), selecting a C-project, GTK+, then ends up in th

devel/subversion: svn: Couldn't perform atomic initialization svn: database schema has changed

2011-07-01 Thread O. Hartmann
Since yesterday I receive on any try on a commit this error message from my subversion server: svn: Couldn't perform atomic initialization svn: database schema has changed svn: Your commit message was left in a temporary file: Searching for this error (which appeared after portsupdate via port

Re: devel/anjuta: creating project does not offer project's dialog.

2011-07-01 Thread O. Hartmann
On 07/01/11 09:35, Konstantin Tokarev wrote: 01.07.2011, 11:06, "O. Hartmann" And, for those actively developing, is there a good alternative to Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, Oliver Depending on what you need you can try: Geany Vim

Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread O. Hartmann
When performing an update on the ports tree via "portsnap fetch update" or when checking out (or) large Subversion repositories or when copying large data files (~ 50 to 250 GB in size, results from numerical modelings) or when compiling world, FreeBD 9.0 and FreeBSD 8.2-STABLE tend to "freeze"

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread O. Hartmann
On 07/06/11 12:37, arrowdodger wrote: 2011/7/6 O. Hartmann When performing an update on the ports tree via "portsnap fetch update" or when checking out (or) large Subversion repositories or when copying large data files (~ 50 to 250 GB in size, results from numerical modeling

Point Cloud Library (PCL)

2011-09-26 Thread O. Hartmann
Hello. Does anyone knows whether there is a port of the Point Cloud Library (PCL), which seems to be a subproject of OpenCV? Any hints or tips are welcome. Regards, Oliver ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Thunderbird 6.0.2/7.0: Crashing when using with OpenLDAP backend

2011-09-28 Thread O. Hartmann
I run in a problem on FreeBSD 9.0-BETA3/10.0-CURRENT using OpenLDAP (Cyrus SASL2 aktivated) and OpenLDAP backend (most recent client and server). Thunderbird 6.0.2 and 7.0 coredumps with signal 11. I hadn't any chance to check whether this also happens on 8.2-STABLE, but I'll check this as soon

Dell Poweredge 1950 III (PE_SC3): replacement SAS controller to acceess drives >= 3TB

2011-10-13 Thread O. Hartmann
Hello out there. We run a Dell PowerEdge 950 III (PE_SC3) Server with FreeBSD 8.2-STABLE. This Server is equipted with a SAS controller, residing, as far as I could observe, on a PCIe slot. Its kernel message is: mpt0: port 0xec00-0xecff mem 0xfc4fc000-0xfc4f,0xfc4e-0xfc4e irq 1

The future of FreeBSD at Yahoo!

2011-10-25 Thread O. Hartmann
The press in Germania is full of some statements, that Google is about to overtake Yahoo!. As far as I know, Yahoo! is one of the more popular and bigger, if not the biggest and last stronghold of a FreeBSD driven infrastructure. Despite the fact that even Google funded lots of coding for FreeB

FreeBSD 10.0-CURRENT/amd64: Weirdness with LOCALE settings: ghostswitching in csh?

2011-11-03 Thread O. Hartmann
Hello. I realised something weird in FreeBSD 10.-CURRENT/amd64 (CLANG compiled), build as from today (buildworld). Working the whole day coding some pyhton scripts and committing the code to my subversion server (most recent subversion from the ports collection, the server is a FreeBSD 9.0-RC1/amd

multimedia/vlc: suddenly no graphical interface

2011-11-07 Thread O. Hartmann
On all of my used FreeBSD 9.0-RCX and FreeBSD 10.0-CURRENT boxes (all amd64 and CLANG compiled), I do not have a graphical user interface in VLC anymore. Instead, calling vlc most recent 1.1.11), I get this error: VLC media player 1.1.11 The Luggage (revision exported) Blocked: call to unsetenv("D

/sys/amd64/conf/DEFAULTS

2011-11-08 Thread O. Hartmann
Sorry for the boring question, but is the default configuration file /sys/amd64/conf/DEFAULTS anywhere include in a regular configuration file for the kernel while building the kernel? I looked for include statements in GENERIC, but didn't find one. I use custom kernel config files and adapt most

Re: /sys/amd64/conf/DEFAULTS

2011-11-08 Thread O. Hartmann
Am 11/08/11 14:12, schrieb Niclas Zeising: > On 11/08/11 12:36, O. Hartmann wrote: >> Sorry for the boring question, but is the default configuration file >> /sys/amd64/conf/DEFAULTS anywhere include in a regular configuration >> file for the kernel while building the kerne

Scientific toolchaing for planetary geo-imaginery: USGS ISIS3

2011-11-12 Thread O. Hartmann
Does someone do science with FreeBSD and coincidently reading this mailing list and (another) coincidently do planetary science and wish to process satellite images via the opensource software toolchain ISIS3 from USGS? Regards Oliver signature.asc Description: OpenPGP digital signature

port astro/stellarium: /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/src/AngleMeasure.hpp, : File name too long,*** Error code 1

2011-11-27 Thread O. Hartmann
Hello, since a couple of days for now I have on FreeBSD 10.0-CURRENT/amd64, clang compiled, the following error updating or reinstalling or installing the port astro/stellarium: ===> Vulnerability check disabled, database not found ===> License GPLv2 accepted by the user ===> Found saved confi

  1   2   3   4   >