Re: reverse dns in bind9

2011-03-27 Thread Robert Bonomi
> Date: Mon, 28 Mar 2011 00:19:26 -0400 > From: Tim Dunphy > Subject: reverse dns in bind9 > > Hello, > > I am attempting to setup reverse dns in bind 9 under freebsd... this is > in an attempt to allow mysql to work a little easier with DNS > resolution. > > In my /etc/named/named.conf fil

reverse dns in bind9

2011-03-27 Thread Tim Dunphy
Hello, I am attempting to setup reverse dns in bind 9 under freebsd... this is in an attempt to allow mysql to work a little easier with DNS resolution. In my /etc/named/named.conf file I have the following: // RFC 1912 zone "localhost"{ type master; file "master/localhost-forward.db";

Re: why vim ports have personal KNOBS for options

2011-03-27 Thread Eitan Adler
> I expected to hear that just so happened historically. Тext question I > ask only to satisfy my interest. What OPTIONS framework basically can > someone not like it? http://lists.freebsd.org/pipermail/freebsd-ports/2010-October/063914.html -- Eitan Adler _

Re: change hostname

2011-03-27 Thread Tim Dunphy
that did it! thanks On Sun, Mar 27, 2011 at 11:00 PM, Noel wrote: > On 3/27/2011 9:18 PM, Tim Dunphy wrote: >> >> hey guys, >> >>  I setup a FreeBSD 8.2 box to server as an LDAP server. I forgot that >> I had a TLS cert with a different hostname than the one I selected. So >> I edited /etc/rc.con

Re: change hostname

2011-03-27 Thread Noel
On 3/27/2011 9:18 PM, Tim Dunphy wrote: hey guys, I setup a FreeBSD 8.2 box to server as an LDAP server. I forgot that I had a TLS cert with a different hostname than the one I selected. So I edited /etc/rc.conf to change the name there defaultrouter="192.168.1.1" hostname="LBSD2.summitnjhome

kern.geom.journal.stats.low_mem refers to what?

2011-03-27 Thread Luke Dean
I've recently set up gjournal on top of gmirror on FreeBSD 8.2. I understand that this setup has a lot of redundant writing. It is working, but I'm not sure I've set it up as efficiently as I should. During prolonged writes, such as copying large files to the file system across the network

change hostname

2011-03-27 Thread Tim Dunphy
hey guys, I setup a FreeBSD 8.2 box to server as an LDAP server. I forgot that I had a TLS cert with a different hostname than the one I selected. So I edited /etc/rc.conf to change the name there defaultrouter="192.168.1.1" hostname="LBSD2.summitnjhome.com" ## < -- used to be LBSD1.summitnjhom

Re: searching for a good IDE

2011-03-27 Thread Ilya Kazakevich
If you use VI, be sure to install http://insenvim.sourceforge.net/ :))) Intellisense is the difference between IDE and text editor On Sun, Mar 27, 2011 at 10:57 PM, Chris Brennan wrote: > On Sun, Mar 27, 2011 at 2:07 PM, Chip Camden > wrote: > > Quoth Charlie Kester on Sunday, 27 March 2011: > >

Re: allBSD Japan servers ?

2011-03-27 Thread Al Plant
Kouichiro Iwao wrote: > On Fri, Mar 25, 2011 at 08:59:19AM -1000, Al Plant wrote: >> Aloha, >> >> Anybody know what happened to the http; or ftp servers for allbsd.org >> japan? Did the Tsumnami put them down? > > allbsd.org is hosted by Tokyo University of Science. Probably, servers > are still

Re: FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread perryh
Chris Brennan wrote: > ... the list does not 'mail-back' your e-mail ... > i.e. you do not see your own post until someone replies to it. ... unless you go to the subscription page and select the option to be sent your own posts :) ___ freebsd-question

Re: FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread Gökşin Akdeniz
> > So my question is: can I have a mirror of a FreeBSD server on my public > server that run already a Debian operating system? > You can keep a mirror of a FreeBSD server but storage and bandwith consumption depends on what you want to "mirror". I guess you will consume all your bandwith with

Re: FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread Chris Brennan
On Sun, Mar 27, 2011 at 4:27 PM, Csanyi Pal wrote: Chris Brennan writes: > > > 2011/3/27 Paul Chany > > > This same piece of mail, you sent a few hours ago frrom this very same > > e-mail address with a different name > > Yes, because when I sent the mail first time using my gmail address,

keyboard click driver:: User-side.

2011-03-27 Thread Gary Kline
Guys, I have been interested in having a FreeBSD version of the SunOS "click" utility for decades. --I first discovered that my Sun 3/80 let the keys sound a brief click sound, much softer than ye-olden IBM Selectrics, around 1988-9. I do need the audio feedback. The folks in the wizard secto

Can't Boot 8.2 with Gmirror

2011-03-27 Thread Jason C. Wells
Once upon a time, I partitioned two disks identically and then added them to a mirror. It was good. Then I upgraded to 8.2-RELEASE and now I can't boot. Well, I did a little recovery work and I am currently booting without the gmirror so I am satisfied that my data is safe. Having read a fe

Re: FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread Csanyi Pal
Chris Brennan writes: > 2011/3/27 Paul Chany > This same piece of mail, you sent a few hours ago frrom this very same > e-mail address with a different name Yes, because when I sent the mail first time using my gmail address, I get not the mail back from the list so I was wonder what coul

Re: searching for a good IDE

2011-03-27 Thread Polytropon
On Sun, 27 Mar 2011 14:57:46 -0400, Chris Brennan wrote: > On Sun, Mar 27, 2011 at 2:07 PM, Chip Camden > wrote: > > Quoth Charlie Kester on Sunday, 27 March 2011: > > > > > > Personally, I prefer vim. ;) > > > > > > > +1 > > > > Someone will object that the OP asked for an IDE. IMO, vim Integ

Re: why vim ports have personal KNOBS for options

2011-03-27 Thread Subbsd
On Sun, Mar 27, 2011 at 10:48 PM, Erik Trulsson wrote: > On Sun, Mar 27, 2011 at 10:19:44PM +0400, Subbsd wrote: >> Ive wanted to ask why the option of vim port has not yet been handed >> via dialog by default. Personally, to make them work, we must define >> WITH_OPTIONS=yes in make.conf (or WITH

Re: searching for a good IDE

2011-03-27 Thread Charlie Kester
On Sun 27 Mar 2011 at 11:57:46 PDT Chris Brennan wrote: On Sun, Mar 27, 2011 at 2:07 PM, Chip Camden wrote: Quoth Charlie Kester on Sunday, 27 March 2011: > > Personally, I prefer vim. ;) > +1 Someone will object that the OP asked for an IDE. IMO, vim Integrates quite well with the shell,

Xircom realport in 8.1-RELEASE - how do I determine proper cbb.start_memory ?

2011-03-27 Thread George Sanders
It appears that many PCMCIA network cards no longer work in FreeBSD - this is documented here: http://www.freebsd.org/cgi/query-pr.cgi?pr=115623 However there appears to be a workaround, wherein one sets their hw.cbb.start_memory value manually. Suggested values for xircom cards are: sysctl h

Re: searching for a good IDE

2011-03-27 Thread Chris Brennan
On Sun, Mar 27, 2011 at 2:07 PM, Chip Camden wrote: Quoth Charlie Kester on Sunday, 27 March 2011: > > > > Personally, I prefer vim. ;) > > > > +1 > > Someone will object that the OP asked for an IDE. IMO, vim Integrates > quite well with the shell, make, etc. > > vim is all one needs ... once

Re: FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread Chris Brennan
2011/3/27 Paul Chany Hi, > > I have installed on my old Toshiba Satellite 2540CDS Laptop the minimal > FreeBSD 8.2-RELEASE, using CD image: FreeBSD-8.2-RELEASE-i386-disc1.iso > > I have a home LAN with a gateway and I have a public Debian Server too. > > When on my laptop want to install some pac

Re: why vim ports have personal KNOBS for options

2011-03-27 Thread Erik Trulsson
On Sun, Mar 27, 2011 at 10:19:44PM +0400, Subbsd wrote: > Ive wanted to ask why the option of vim port has not yet been handed > via dialog by default. Personally, to make them work, we must define > WITH_OPTIONS=yes in make.conf (or WITH_VIM_OPTIONS=yes). Life without > it is so difficult ;) Beca

FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread Paul Chany
Hi, I have installed on my old Toshiba Satellite 2540CDS Laptop the minimal FreeBSD 8.2-RELEASE, using CD image: FreeBSD-8.2-RELEASE-i386-disc1.iso I have a home LAN with a gateway and I have a public Debian Server too. When on my laptop want to install some package from a FreeBSD server, I can

why vim ports have personal KNOBS for options

2011-03-27 Thread Subbsd
Ive wanted to ask why the option of vim port has not yet been handed via dialog by default. Personally, to make them work, we must define WITH_OPTIONS=yes in make.conf (or WITH_VIM_OPTIONS=yes). Life without it is so difficult ;) ___ freebsd-questions@fre

Re: searching for a good IDE

2011-03-27 Thread Chip Camden
Quoth Charlie Kester on Sunday, 27 March 2011: > > Personally, I prefer vim. ;) > +1 Someone will object that the OP asked for an IDE. IMO, vim Integrates quite well with the shell, make, etc. -- .o. | Sterling (Chip) Camden | http://camdensoftware.com ..o | sterl...@camdensoftware.com

Re: searching for a good IDE

2011-03-27 Thread Gour
On Sun, 27 Mar 2011 15:41:28 +0200 Alokat wrote: > I'm searching for a good IDE for my development stuff - c, c++, > python, rails, php > Can someone advise one? > And I don't wanna use eclipse. :-) Personally I use Emacs, but you may try Code::Blocks (http://www.codeblocks.org/)...Even Cma

Re: searching for a good IDE

2011-03-27 Thread Charlie Kester
On Sun 27 Mar 2011 at 07:02:33 PDT Alokat wrote: On 03/27/11 15:49, Bruce Cran wrote: On Sun, 27 Mar 2011 15:41:28 +0200 Alokat wrote: I'm searching for a good IDE for my development stuff - c, c++, python, rails, php Can someone advise one? And I don't wanna use eclipse. :-) KDevelop (

FreeBSD mirror server on a Debian operating system?

2011-03-27 Thread Csanyi Pal
Hi, I have installed on my old Toshiba Satellite 2540CDS Laptop the minimal FreeBSD 8.2-RELEASE, using CD image: FreeBSD-8.2-RELEASE-i386-disc1.iso I have a home LAN with a gateway and I have a public Debian Server too. When on my laptop want to install some package from a FreeBSD server, I can'

Re: searching for a good IDE

2011-03-27 Thread C. Bergström
Alokat wrote: Hi, I'm searching for a good IDE for my development stuff - c, c++, python, rails, php Can someone advise one? And I don't wanna use eclipse. :-) Try to google and test for yourself. "stuff" isn't very specific - Is this casual code hacking and you need only syntax highlig

Re: boot error

2011-03-27 Thread ajtiM
On Sunday 27 March 2011 09:26:26 Franci Nabalanci wrote: > I boot in the single user mode and when I run /sbin fsck -y I got > "Permission denied". The same is if I /mount -w / and I gor Permission > Denied. > > > On Sun, Mar 27, 2011 at 9:11 AM, Erich Dollansky < > > erichfreebsdl...@ovitrap.co

Re: boot error

2011-03-27 Thread Franci Nabalanci
I boot in the single user mode and when I run /sbin fsck -y I got "Permission denied". The same is if I /mount -w / and I gor Permission Denied. On Sun, Mar 27, 2011 at 9:11 AM, Erich Dollansky < erichfreebsdl...@ovitrap.com> wrote: > Hi, > > On Sunday 27 March 2011 20:17:09 Franci Nabalanci wro

Re: searching for a good IDE

2011-03-27 Thread Erich Dollansky
Hi, On Sunday 27 March 2011 20:41:28 Alokat wrote: > > I'm searching for a good IDE for my development stuff - c, c++, python, > rails, php > Can someone advise one? > And I don't wanna use eclipse. :-) I am pretty happy with Kate from the KDE package. Erich __

Re: boot error

2011-03-27 Thread Erich Dollansky
Hi, On Sunday 27 March 2011 20:17:09 Franci Nabalanci wrote: > Hi! > > My system is FreeBSD releaese 8.2. > I installed KDE 4.6.1 and run it. And I updated ATI drivers too. > When I start KDE It freeze when I try to change a background picture.. After > restart of computer I got an error and boot

Re: searching for a good IDE

2011-03-27 Thread Ilya Kazakevich
AFAIK intellij has several IDEs (for python, ruby, php) but not sure about c and c++ Their java ide is very good and popular, and other based on the same platform, so they may be good too. On Sun, Mar 27, 2011 at 5:41 PM, Alokat wrote: > Hi, > > I'm searching for a good IDE for my development s

Re: allBSD Japan servers ?

2011-03-27 Thread Kouichiro Iwao
On Fri, Mar 25, 2011 at 08:59:19AM -1000, Al Plant wrote: > Aloha, > > Anybody know what happened to the http; or ftp servers for allbsd.org > japan? Did the Tsumnami put them down? allbsd.org is hosted by Tokyo University of Science. Probably, servers are still there but down due to lack of el

Re: searching for a good IDE

2011-03-27 Thread Alokat
On 03/27/11 15:49, Bruce Cran wrote: On Sun, 27 Mar 2011 15:41:28 +0200 Alokat wrote: I'm searching for a good IDE for my development stuff - c, c++, python, rails, php Can someone advise one? And I don't wanna use eclipse. :-) KDevelop (http://www.kdevelop.org/) 4 is quite good. Maybe

Re: searching for a good IDE

2011-03-27 Thread Bruce Cran
On Sun, 27 Mar 2011 15:41:28 +0200 Alokat wrote: > I'm searching for a good IDE for my development stuff - c, c++, > python, rails, php > Can someone advise one? > And I don't wanna use eclipse. :-) KDevelop (http://www.kdevelop.org/) 4 is quite good. -- Bruce Cran ___

searching for a good IDE

2011-03-27 Thread Alokat
Hi, I'm searching for a good IDE for my development stuff - c, c++, python, rails, php Can someone advise one? And I don't wanna use eclipse. :-) Regards, alokat ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

boot error

2011-03-27 Thread Franci Nabalanci
Hi! My system is FreeBSD releaese 8.2. I installed KDE 4.6.1 and run it. And I updated ATI drivers too. When I start KDE It freeze when I try to change a background picture.. After restart of computer I got an error and boot in the single mode. /dev/ad0s1a: LINK COUNT DIR I=376823 OWNER= ROOT mode

Unable to update to kde-4.6.1

2011-03-27 Thread Jerry
After following the instructions in UPDATING, I am still experiencing a problem getting KDE-4 updated. I have tried several different methods. The following is the output of the last attempt. ===> kde4-4.6.1 depends on file: /usr/local/kde4/bin/kdebugdialog - not found ===>Verifying install

install pc-bsd into a jail?

2011-03-27 Thread Peter Vereshagin
We can live forever looking to my eyes, freebsd-questions! I can install world into a jail as it is spelled in jail(2). I can install freebsd as a binary from dvd as I can use its install.sh How could I install a binary pcbsd from dvd into a jail? Thank you. 73! Peter pgp: A0E26627 (4A42 6841 287

Re: MySQL 3 needed but how? [SOLVED]

2011-03-27 Thread Laszlo Nagy
I could install FreeBSD 6.4 on a virtual machine, replace the data dir and run mysqldump from there. Thank you for your help! L -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ fr