Re: Color Spills Over From SSH Session

2011-07-08 Thread Joshua Isom
On 7/8/2011 11:07 PM, David Krauser wrote: Hello everybody, I've tried to setup a kind of 'dedicated ssh client' using FreeBSD, and I'm having some issues with the terminal colors. I have a basic install of FreeBSD 8.2-RELEASE (I only had kernel-dev packages checked at installation) and I rebu

Color Spills Over From SSH Session

2011-07-08 Thread David Krauser
Hello everybody, I've tried to setup a kind of 'dedicated ssh client' using FreeBSD, and I'm having some issues with the terminal colors. I have a basic install of FreeBSD 8.2-RELEASE (I only had kernel-dev packages checked at installation) and I rebuilt the GENERIC kernel with the VESA and

RE: Just a quick note/correction for whomever edits the web page:

2011-07-08 Thread SADM-IT Officer (HAL)
I actually made it general (although I definitely should have pointed out the instance I was looking at) on purpose; I find that in instruction sets such as these there are often multiple sets of instructions. Either way, I'm glad you were able to see it, just trying to help. :) Cheers, _

Re: DNS and file system messed up...

2011-07-08 Thread Gary Kline
On Fri, Jul 08, 2011 at 07:27:12AM -0600, Dan Busarow wrote: > Date: Fri, 8 Jul 2011 07:27:12 -0600 > From: Dan Busarow > Subject: Re: DNS and file system messed up... > To: freebsd-questions@freebsd.org > X-Mailer: Apple Mail (2.753.1) > > > On Jul 8, 2011, at 3:01 AM, Matthew Seaman wrote: >

Re: EXABYTE 8200 on FreeBSD 5.3

2011-07-08 Thread William Stevenson
On Fri, 08 Jul 2011 15:21 +, "Scott Ballantyne" wrote: > I know this is ancient technology, but we have a pile of exabyte tapes > made on an 8200 and would like to recover some of the data on them. > > We have an old 5.3 machine which has an adaptec 2120S, and the Exabyte > is connected to th

Re: DNS and file system messed up...

2011-07-08 Thread Gary Kline
On Fri, Jul 08, 2011 at 10:01:45AM +0100, Matthew Seaman wrote: > Date: Fri, 08 Jul 2011 10:01:45 +0100 > From: Matthew Seaman > Subject: Re: DNS and file system messed up... > To: freebsd-questions@freebsd.org > > On 08/07/2011 08:25, Doug Hardie wrote: > > On 7 July 2011, at 22:58, Gary Kline w

Re: DNS and file system messed up...

2011-07-08 Thread Gary Kline
On Fri, Jul 08, 2011 at 12:25:34AM -0700, Doug Hardie wrote: > Date: Fri, 8 Jul 2011 00:25:34 -0700 > From: Doug Hardie > Subject: Re: DNS and file system messed up... > To: Gary Kline > Cc: FreeBSD Mailing List > X-Mailer: Apple Mail (2.1084) > > > On 7 July 2011, at 22:58, Gary Kline wrote:

openldap24-sasl-client preventing kde4 from installing

2011-07-08 Thread Jason Garrett
Even after I pkg_delete -f openldap-sasl-client* trying to compile kde4, or in this case I narrowed it down to kdepimlibs4, I always end up with this. How do I get myself out of this dependency? ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for net/openldap24-sasl

Re: OpenNMS under FreeBSD?

2011-07-08 Thread Dennis Glatting
On Wed, 29 Jun 2011, Brandon Gooch wrote: On Wed, Jun 29, 2011 at 12:03 PM, Dennis Glatting wrote: I am looking at OpenNMS under FreeBSD but it isn't in the ports tree although there are various discussions of OpenNMS under FreeBSD. Is there a reason why OpenNMS isn't in the ports tree, suc

Re: Mouse Problems.

2011-07-08 Thread Lokadamus
Put in your rc.conf this: dbus_enable="YES" hald_enable="YES" reboot your system or start it with: # /usr/local/etc/rc.d/hald start # /usr/local/etc/rc.d/dbus start then your mouse and keybord should working. Am 07.07.2011 09:31, schrieb Mubeesh ali: Hi List, I have freebsd 8.2 installed o

Re: error in installation of uwsgi

2011-07-08 Thread Michael Ross
Am 08.07.2011, 17:23 Uhr, schrieb Zhong Yubin : Hi, I'm going to setup machine for developing web application in python. But some errors appear when I install uwsgi using ports. The following is the first I met: *cc -c -O2 -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -fno

Re: Just a quick note/correction for whomever edits the web page:

2011-07-08 Thread Warren Block
On Fri, 8 Jul 2011, SADM-IT Officer (HAL) wrote: On the installation pages describing the process to make a USB installation, you reference downloading win32-image-writer for making a USB from Windows. Your link points to http://launchpad.net/win32-image-writer/, which is actually (or is now)

Re: error in installation of uwsgi

2011-07-08 Thread Chuck Swiger
On Jul 8, 2011, at 8:23 AM, Zhong Yubin wrote: > Hi, I'm going to setup machine for developing web application in python. > But some errors appear when I install uwsgi using ports. The following is > the first I met: Evidently, this uwsgi software wants a threaded Python. You likely need to reb

Re: import users from LDAP to local password file (pwd.db)

2011-07-08 Thread Dan Nelson
In the last episode (Jul 08), Frank Bonnet said: > On 07/08/2011 05:43 PM, Moises Castellanos wrote: > > On Fri, Jul 8, 2011 at 9:56 AM, Frank Bonnet wrote: > >> I need to import the necessary users's data from an OpenLDAP directory > >> server to put them in the local password files , anyone has

Re: Perl Problem After Upgrade to 5.12.4

2011-07-08 Thread Tim Daneliuk
On 7/8/2011 8:39 AM, Jerry said this: > On Fri, 08 Jul 2011 08:12:16 -0500 > Tim Daneliuk articulated: > >> I was able to work around this by: >> >> 1) Uninstalling spamassassin and perl 5.12 >> 2) Upgrading to perl 5.14 >> 3) Running perl-after-upgrade >> 4) Reinstalling spamassassin > > That is

Re: import users from LDAP to local password file (pwd.db)

2011-07-08 Thread Frank Bonnet
getent does not show the encrypted password field On 07/08/2011 05:43 PM, Moises Castellanos wrote: Hi You can try with getent(1) passwd and see if you can work with the output Regards On Fri, Jul 8, 2011 at 9:56 AM, Frank Bonnet wrote: Hello I need to import the necessary users's data

Re: import users from LDAP to local password file (pwd.db)

2011-07-08 Thread Moises Castellanos
Hi You can try with getent(1) passwd and see if you can work with the output Regards On Fri, Jul 8, 2011 at 9:56 AM, Frank Bonnet wrote: > Hello > > I need to import the necessary users's data from an OpenLDAP directory > server > to put them in the local password files , anyone has done this

EXABYTE 8200 on FreeBSD 5.3

2011-07-08 Thread Scott Ballantyne
I know this is ancient technology, but we have a pile of exabyte tapes made on an 8200 and would like to recover some of the data on them. We have an old 5.3 machine which has an adaptec 2120S, and the Exabyte is connected to that. The kernel identifies the Exabyte on boot, but it's all downhill a

error in installation of uwsgi

2011-07-08 Thread Zhong Yubin
Hi, I'm going to setup machine for developing web application in python. But some errors appear when I install uwsgi using ports. The following is the first I met: *cc -c -O2 -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wextra -Wno-

Re: Just a quick note/correction for whomever edits the web page:

2011-07-08 Thread Julian H. Stacey
Hi, Reference: > From: "SADM-IT Officer (HAL)" > Date: Fri, 8 Jul 2011 06:23:33 -0800 > Message-id: > "SADM-IT Officer (HAL)" wrote: > On the installation pages describing the process to make a USB installation, > you reference downloading win32-image-writer for making a U

Just a quick note/correction for whomever edits the web page:

2011-07-08 Thread SADM-IT Officer (HAL)
On the installation pages describing the process to make a USB installation, you reference downloading win32-image-writer for making a USB from Windows. Your link points to http://launchpad.net/win32-image-writer/, which is actually (or is now) https://launchpad.net/win32-image-writer/. I'm not

import users from LDAP to local password file (pwd.db)

2011-07-08 Thread Frank Bonnet
Hello I need to import the necessary users's data from an OpenLDAP directory server to put them in the local password files , anyone has done this before ? The machine use nss_ldap and pam_ldap to authenticate users but for robustness during the holidays I would like to have a local password

Re: DNS and file system messed up...

2011-07-08 Thread Dan Busarow
On Jul 8, 2011, at 3:01 AM, Matthew Seaman wrote: On 08/07/2011 08:25, Doug Hardie wrote: On 7 July 2011, at 22:58, Gary Kline wrote: Jul 7 10:16:33 ethic named[54366]: none:0: open: /etc/ named.conf: file not found Jul 7 10:17:56 ethic named[54371]: starting BIND 9.3.6-P1 -c / var/named/

Re: Perl Problem After Upgrade to 5.12.4

2011-07-08 Thread Jerry
On Fri, 08 Jul 2011 08:12:16 -0500 Tim Daneliuk articulated: > I was able to work around this by: > > 1) Uninstalling spamassassin and perl 5.12 > 2) Upgrading to perl 5.14 > 3) Running perl-after-upgrade > 4) Reinstalling spamassassin That is not exactly the method prescribed in UPDATING: 201

Re: Perl Problem After Upgrade to 5.12.4

2011-07-08 Thread Tim Daneliuk
On 7/8/2011 6:52 AM, Jerry said this: > On Fri, 08 Jul 2011 13:00:24 +0200 > SoCruel.NU FreeBSD Questions Mailbox articulated: > >> On Wed, 06 Jul 2011 10:01:21 -0500, Tim Daneliuk wrote: >>> Ideas anyone? >>> >>> I am trying to rebuild SpamAssassin after a perl upgrade to 5.12.4 >>> and >>> get

Re: tftp - bad checksum error? can't transfer file

2011-07-08 Thread Warren Block
On Thu, 7 Jul 2011, Anton Shterenlikht wrote: I'm trying to troubleshoot tftpd(8). % grep boot /etc/inetd.conf tftp dgram udp wait root /usr/libexec/tftpd tftpd -dd -l -s /tftpboot tftp dgram udp wait root /usr/libexec/tftpd tftpd -dd -l -s /tftpboot bootps dgram udp wait root /usr/lib

School Management Software (School ERP)

2011-07-08 Thread Marketing
Hello Sir/Madam, Greetings, I am Amrish Patel from NGPL(Nem.Con Grandeur Pvt. Ltd.),Ahmedabad, India. Basically we are in development field since year 2001. We offer the complete set of web development services from requirement specifications to prototyping, copy writing, graphic design and de

Re: Perl Problem After Upgrade to 5.12.4

2011-07-08 Thread Jerry
On Fri, 08 Jul 2011 13:00:24 +0200 SoCruel.NU FreeBSD Questions Mailbox articulated: > On Wed, 06 Jul 2011 10:01:21 -0500, Tim Daneliuk wrote: > > Ideas anyone? > > > > I am trying to rebuild SpamAssassin after a perl upgrade to 5.12.4 > > and > > get this (I DID run perl-after-upgrade prior to

Re: Perl Problem After Upgrade to 5.12.4

2011-07-08 Thread SoCruel.NU FreeBSD Questions Mailbox
On Wed, 06 Jul 2011 10:01:21 -0500, Tim Daneliuk wrote: Ideas anyone? I am trying to rebuild SpamAssassin after a perl upgrade to 5.12.4 and get this (I DID run perl-after-upgrade prior to this): ===> p5-Encode-Detect-1.01 depends on file: /usr/local/lib/perl5/site_perl/5.12.4/Module/Build

Re: tftp - bad checksum error? can't transfer file

2011-07-08 Thread Anton Shterenlikht
On Fri, Jul 08, 2011 at 12:05:37PM +0200, C. P. Ghost wrote: > On Fri, Jul 8, 2011 at 12:44 AM, Anton Shterenlikht > wrote: > > I'm trying to troubleshoot tftpd(8). > > (...) > > > ? ?192.168.232.10.15388 > buzi.tftp: [no cksum] ?25 RRQ "/bsd.rd.IP32" > > octet ( > > o > > 23:25:21.024160 IP (

Re: ncal(1) prints control sequences on stdout if stdout is not a tty

2011-07-08 Thread Alexander Best
On Thu Jul 7 11, Tobias Rehbein wrote: > Hi list, > > being the maintainer of www/nanoblogger, which uses cal(1) to generate the > blog > calendar, I noticed that ncal(1), and therefore cal(1), prints control > sequences > to stdout in order to highlight the current date. This scrambles the cal

Re: tftp - bad checksum error? can't transfer file

2011-07-08 Thread C. P. Ghost
On Fri, Jul 8, 2011 at 12:44 AM, Anton Shterenlikht wrote: > I'm trying to troubleshoot tftpd(8). (...) >    192.168.232.10.15388 > buzi.tftp: [no cksum]  25 RRQ "/bsd.rd.IP32" octet ( > o > 23:25:21.024160 IP (tos 0x0, ttl 64, id 56, offset 0, flags [none], proto UDP > (1 > 7), length 30, bad

Re: tftp - bad checksum error? can't transfer file

2011-07-08 Thread Anton Shterenlikht
> - Original Message - > From: Anton Shterenlikht [mailto:me...@bristol.ac.uk] > Sent: Thursday, July 07, 2011 05:44 PM > To: freebsd-questions@freebsd.org > Subject: tftp - bad checksum error? can't transfer file > > I'm trying to troubleshoot tftpd(8). > > % grep boot /etc/inetd.conf >

Re: DNS and file system messed up...

2011-07-08 Thread Matthew Seaman
On 08/07/2011 08:25, Doug Hardie wrote: > On 7 July 2011, at 22:58, Gary Kline wrote: > >>> >> Jul 7 10:16:33 ethic named[54366]: none:0: open: /etc/named.conf: file >>> >> not found >>> >> Jul 7 10:17:56 ethic named[54371]: starting BIND 9.3.6-P1 -c >>> >> /var/named/etc/namedb/named.conf >

Re: DNS and file system messed up...

2011-07-08 Thread Doug Hardie
On 7 July 2011, at 22:58, Gary Kline wrote: >> Jul 7 10:16:33 ethic named[54366]: none:0: open: /etc/named.conf: file not >> found >> Jul 7 10:17:56 ethic named[54371]: starting BIND 9.3.6-P1 -c >> /var/named/etc/namedb/named.conf The first one that fails is looking for /etc/named.conf. Th

RELEASE-8.1 with heavy network activity (nginx + php-fpm)

2011-07-08 Thread Adam PAPAI
I have a FreeBSD box with 8.1. It seems we hit the limits for the maximum network connections, because I always see this message in the nginx-error.log: 2011/07/08 08:48:40 [error] 40438#0: *30564045 kevent() reported that connect() failed (54: Connection reset by peer) while connecting to u