Interesting tool (was SPAM: Re: Newsletter 4 - Abris de jardin et portails)

2009-07-17 Thread Matthias Apitz
El día Friday, July 17, 2009 a las 08:17:22PM +0200, Decofinder escribió: > Cliquez-ici pour visualiser ce message au format HTML > > Envoyer ? un ami Envoyer * un ami fr gb de it es > http://www.decofinder.com >

Re: hald: kmem_malloc error

2009-07-17 Thread Mel Flynn
On Friday 17 July 2009 18:59:49 Andrey Shuvikov wrote: > I'm trying to configure X and according to the manual enabled DBUS and > HALD. But when hald is starting up I get kernel panic: > > kmem_malloc: entry not found or misaligned > > Does anyone know what could be wrong? I have memory dump if it

Re: Clearing ttyv0 after boot

2009-07-17 Thread Mel Flynn
On Friday 17 July 2009 18:11:56 Joe Snikeris wrote: > As the subject suggests, I'd like to clear ttyv0 immediately after > booting so that it looks exactly like the other ttys. I suspect I > might have to add a local rc script, but I'm fairly new to FreeBSD and > am not sure if this is the correc

Re: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 11:43 AM, Olivier Nicole wrote: > > > Still it does not start the LDAP, hers my /etc/rc.conf: > > > > slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ > ldaps:// > > 192.168.5.0/ ldap://127.0.0.1/";' > > At this point it would be usefull that you have a lo

Re: upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Mel Flynn
On Friday 17 July 2009 16:28:22 Polytropon wrote: > On Fri, 17 Jul 2009 18:07:36 -0600, Chad Perrin wrote: > > On Sat, Jul 18, 2009 at 01:43:47AM +0200, Polytropon wrote: > > > On Fri, 17 Jul 2009 16:48:37 -0600, Chad Perrin wrote: > > > > So . . . how do I upgrade Firefox from 3.0 to 3.5 withou

Re: Samba PDC with LDAP backend

2009-07-17 Thread Olivier Nicole
> Still it does not start the LDAP, hers my /etc/rc.conf: > > slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldaps:// > 192.168.5.0/ ldap://127.0.0.1/";' At this point it would be usefull that you have a look in the logs at /var/log and see what is wrong in your command line.

Re: Install from a USB Pen

2009-07-17 Thread Fbsd1
Fbsd1 wrote: dd if=8.0-BETA1-i386-memstick.img of=/dev/da0 worked I used my laptop to boot from the usb memstick. The 8.0 sysinstall started right up but it has problems. In this test i am booting off a 2gb usb memstick containing the 8.0-BETA1-i386-memstick.img and installing on a secon

Re: Clearing ttyv0 after boot

2009-07-17 Thread Polytropon
On Fri, 17 Jul 2009 21:11:56 -0500, Joe Snikeris wrote: > Hi all, > > As the subject suggests, I'd like to clear ttyv0 immediately after > booting so that it looks exactly like the other ttys. I suspect I > might have to add a local rc script, but I'm fairly new to FreeBSD and > am not sure if t

hald: kmem_malloc error

2009-07-17 Thread Andrey Shuvikov
Hello, I'm trying to configure X and according to the manual enabled DBUS and HALD. But when hald is starting up I get kernel panic: kmem_malloc: entry not found or misaligned Does anyone know what could be wrong? I have memory dump if it can help but it's big (173M). I noticed that hald start-u

Re: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 11:11 AM, Olivier Nicole wrote: > Ruel, > > > I tried you idea with NO SPACE between each URL but when i restart the > LDAP > > it does not start anymore...hmmm > > what did i mess here!!?? > > in /etc/rc.conf I have: > > slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%

Re: Samba PDC with LDAP backend

2009-07-17 Thread Olivier Nicole
Ruel, > I tried you idea with NO SPACE between each URL but when i restart the LDAP > it does not start anymore...hmmm > what did i mess here!!?? in /etc/rc.conf I have: slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldaps://192.41.170.6/ ldap://192.41.170.6/";' see the specific

Re: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 10:25 AM, Olivier Nicole wrote: > Ruel, > > > And yes ldap is running > > #ps -aux | grep slap > > That the process slapd is running does not mean you can access it. > > That: > > > /usr/local/libexec/slapd -h > ldapi://%2fvar%2frun%2fopenldap%2fldapi/ldap:// > > 0.0.0.0/l

Clearing ttyv0 after boot

2009-07-17 Thread Joe Snikeris
Hi all, As the subject suggests, I'd like to clear ttyv0 immediately after booting so that it looks exactly like the other ttys. I suspect I might have to add a local rc script, but I'm fairly new to FreeBSD and am not sure if this is the correct way to go. Does anyone have any pointers? Thanks

Re: Samba PDC with LDAP backend

2009-07-17 Thread Olivier Nicole
Ruel, > And yes ldap is running > #ps -aux | grep slap That the process slapd is running does not mean you can access it. That: > /usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ldap:// > 0.0.0.0/ldap://192.168.5.0/ldap://127.0 looks strange to me, I am used to someting li

Re: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 10:07 AM, Olivier Nicole wrote: > Hi, > > > >>when I look at the smblap_tools.pm at line 322 this is what it look > likes > > and sorry I cant understand the code: > > > > else { > > $ldap_master = Net::LDAP->new( <--This is line 322 > > "$config{mast

Re: Samba PDC with LDAP backend

2009-07-17 Thread Olivier Nicole
Hi, > >>when I look at the smblap_tools.pm at line 322 this is what it look likes > and sorry I cant understand the code: > > else { > $ldap_master = Net::LDAP->new( <--This is line 322 > "$config{masterLDAP}", > port=> "$config{masterPort}", > ve

Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
Hi amazing list... I want to set up Samba PDC with LDAP I Have installed the following package: smblap-tools-0.9.5.tgz samba-3.0.35.tar.gz nss_ldap-264.tar.gz openldap-2.4.16.tgz all the installation are successful, but when I'm going to populate the database I get this weird error saying: #smb

Re: upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Chad Perrin
On Sat, Jul 18, 2009 at 02:28:22AM +0200, Polytropon wrote: > On Fri, 17 Jul 2009 18:07:36 -0600, Chad Perrin wrote: > > > > Do you know this from personal experience, or are you just assuming that > > I won't pull out all my hair five seconds after I discover it deleted a > > bunch of shit I wan

Re: upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Erich Dollansky
Hi, On 18 July 2009 am 08:07:36 Chad Perrin wrote: > On Sat, Jul 18, 2009 at 01:43:47AM +0200, Polytropon wrote: > > On Fri, 17 Jul 2009 16:48:37 -0600, Chad Perrin wrote: > > > So . . . how do I upgrade Firefox from 3.0 to 3.5 without > > > > No idea. Anyway, user's files won't be touched. > >

Re: badly munged system

2009-07-17 Thread Daniel Marsh
Eltan, The actual problem is the fact you installed the kernel, booted the new kernel and are using the "old" world. You can boot the old kernel and do a make installworld and it will work. The world and the kernel will have problems, especially if there are major version differences between the

Re: OT: wget bug

2009-07-17 Thread Joe R. Jah
On Fri, 17 Jul 2009, John Nielsen wrote: > Date: Fri, 17 Jul 2009 18:52:46 -0400 > From: John Nielsen > To: freebsd-questions@freebsd.org > Cc: Joe R. Jah > Subject: Re: OT: wget bug > > On Friday 17 July 2009 06:12:33 pm Joe R. Jah wrote: > > I want to wget a site at regular intervals and only

Re: upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Polytropon
On Fri, 17 Jul 2009 18:07:36 -0600, Chad Perrin wrote: > On Sat, Jul 18, 2009 at 01:43:47AM +0200, Polytropon wrote: > > On Fri, 17 Jul 2009 16:48:37 -0600, Chad Perrin wrote: > > > So . . . how do I upgrade Firefox from 3.0 to 3.5 without running the > > > risk of losing everything (bookmarks, a

Re: upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Chad Perrin
On Sat, Jul 18, 2009 at 01:43:47AM +0200, Polytropon wrote: > On Fri, 17 Jul 2009 16:48:37 -0600, Chad Perrin wrote: > > So . . . how do I upgrade Firefox from 3.0 to 3.5 without running the > > risk of losing everything (bookmarks, a 100-tab session, et cetera)? > > Well, I don't think those se

Re: upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Polytropon
On Fri, 17 Jul 2009 16:48:37 -0600, Chad Perrin wrote: > So . . . how do I upgrade Firefox from 3.0 to 3.5 without running the > risk of losing everything (bookmarks, a 100-tab session, et cetera)? Well, I don't think those settings get altered in any way - they do not reside in the port's direc

upgrade from Firefox 3.0 to Firefox 3.5

2009-07-17 Thread Chad Perrin
So . . . how do I upgrade Firefox from 3.0 to 3.5 without running the risk of losing everything (bookmarks, a 100-tab session, et cetera)? For some reason, it seems that the upgrade has to be made by deleting 3.0 and installing 3.5 afterward. What's up with that? -- Chad Perrin [ original conte

Re: OT: wget bug

2009-07-17 Thread John Nielsen
On Friday 17 July 2009 06:12:33 pm Joe R. Jah wrote: > I want to wget a site at regular intervals and only get the updated > pages, so I use the this wget command line: > > wget -b -m -nH http://host.domain/Directory/file.html > > It works fine on the first try, but it fails on subsequent tries wit

OT: wget bug

2009-07-17 Thread Joe R. Jah
Hello all, I want to wget a site at regular intervals and only get the updated pages, so I use the this wget command line: wget -b -m -nH http://host.domain/Directory/file.html It works fine on the first try, but it fails on subsequent tries with the following error message: --8<-- Connecting t

Re: Attempting ZFS Only Install of 7.2

2009-07-17 Thread Drew Tomlinson
Scot Hetzel wrote: 2009/7/17 Drew Tomlinson : 4. Install FreeBSD from copy of install CD to ZFS. I used sysinstall with custom options (Install Root and Media Type) I am stuck at this point. I have my zpool mounted at /zpool in the FixIt environment. Then I exit FixIt and choose "C

Re: badly munged system

2009-07-17 Thread Chuck Swiger
On Jul 17, 2009, at 1:55 PM, Eitan Adler wrote: How could I get out of this state without losing data? Start by making a backup of the existing system. Do a clean reinstall, preferably on other disk or system, and then restore your data files onto this other disk/system and test before mak

Re: Attempting ZFS Only Install of 7.2

2009-07-17 Thread Jason Garrett
Currently ther are a few errors that prevent the trhing from booting in that guide. I will be happy to share them as soon as I get home. (I used your guide for the most part.) About an hour and a half and ill be ready to post. On 7/17/09, Scot Hetzel wrote: > 2009/7/17 Drew Tomlinson : >>> 4. Ins

badly munged system

2009-07-17 Thread Eitan Adler
I tried to do a make buildworld, make buildkernel, make installkernel, reboot, make installworld from an old version of 7.2-STABLE to revision 195666. I was in single user mode the entire time. The first three steps worked perfectly. The final step resulted in an error which I forgot to log. I then

Re: Attempting ZFS Only Install of 7.2

2009-07-17 Thread Scot Hetzel
2009/7/17 Drew Tomlinson : >> 4. Install FreeBSD from copy of install CD to ZFS. I used sysinstall with >> custom >> options (Install Root and Media Type) > > I am stuck at this point.  I have my zpool mounted at /zpool in the FixIt > environment.  Then I exit FixIt and choose  "Custom" from sysins

Re: SSO solution in ports?

2009-07-17 Thread Brian A. Seklecki
On Thu, 2009-07-16 at 10:52 -0400, John Almberg wrote: > I am trying to build a set of web applications that are accessed > through a web portal that uses a Single Sign On (SSO) solution. Combine your SSO (LDAP mostly, Kerberos is a waking nightmare) with a 2FA/TFA (Second Factor Authenticatio

Re: question

2009-07-17 Thread RW
On Fri, 17 Jul 2009 10:51:57 -0700 (PDT) Zohreh wrote: > Dear Sir/Madam >   > i have a question about free bsd and squid that was installed on it. > i insatlled squid 2.6 stabled 20 on freebsd 7. and i enabled firewall > on freebsd . now i brows http sites on internet but i cannot brows > ftp si

Re: Attempting ZFS Only Install of 7.2

2009-07-17 Thread Jason Garrett
I will post my exact steps around 1800 CDT, and probably put it up on my webserve later on. Do only @freebsd.org members have access to the FreeBSD wiki? I'm posting from my bb at work so sorry if this top posts or messes anything else up. On 7/17/09, Drew Tomlinson wrote: > Andrey V. Elsukov w

Re: SSO solution in ports?

2009-07-17 Thread John Almberg
Well, after a week of looking, I think I am going to go with a CAS solution, rubycas-server and rubycas-client. This supports several methods of authentication, including SQL, ActiveDirectory, LDAP, and GoogleAccounts. SQL is probably good enough for my application at the moment, but the LD

Re: Attempting ZFS Only Install of 7.2

2009-07-17 Thread Drew Tomlinson
Andrey V. Elsukov wrote: Jason Garrett wrote: Top Post, I know... but has anyone on @current tried a full on ZFS on ROOT with GPTZFSBOOT? Both Drew and I have both tried the guide at http://lulf.geeknest.org/blog/freebsd/Setting_up_a_zfs-only_system/ (dead link now :( ) I get as far as the

FreeBSD 8.0 & updated OpenSSH version

2009-07-17 Thread Jerry
I noticed on the FreeBSD 8.0 page that OpenSSH is being updated from 4.5p1 to 5.1p1. [MERGED]; however, according to the OpenSSH page, the present version is OpenSSH 5.2/5.2p1 released February 23, 2009. I was just wondering why the FreeBSD team decided not to go with the latest stable version ava

ROCK SENSATION

2009-07-17 Thread francis
VISIT THE NEW ROCKSENSATION FROM GERMANY/SWEDEN - FRANCIS SOTO BAND www.francissoto-band.com www.myspace.com/francissotoband greetings ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsu

Re: 5000' ethernet?

2009-07-17 Thread Elliot Finley
Just for the archives: A T1 can only run about 600 feet. Yes, that's right, 600 feet. When people talk about T1s running long distances, the reference to 'T1' is only the signalling at the end. In the middle, that "T1" will be carried by other methods such as SONET over fiber for very long dista

Re: question

2009-07-17 Thread David Kelly
On Fri, Jul 17, 2009 at 10:28:16PM +0300, Giorgos Keramidas wrote: > On Fri, 17 Jul 2009 10:51:57 -0700 (PDT), Zohreh wrote: > > Dear Sir/Madam > > ? > > i have a question about free bsd and squid that?was?installed on it. > > i insatlled squid 2.6 stabled 20 on freebsd 7. and i enabled firewall

Re: question

2009-07-17 Thread Giorgos Keramidas
On Fri, 17 Jul 2009 10:51:57 -0700 (PDT), Zohreh wrote: > Dear Sir/Madam >   > i have a question about free bsd and squid that was installed on it. > i insatlled squid 2.6 stabled 20 on freebsd 7. and i enabled firewall > on freebsd . now i brows http sites on internet but i cannot brows > ftp s

question

2009-07-17 Thread Zohreh
Dear Sir/Madam   i have a question about free bsd and squid that was installed on it. i insatlled squid 2.6 stabled 20 on freebsd 7. and i enabled firewall on freebsd . now i brows http sites on internet but i cannot brows ftp site and i cannot pass pop3 through of my squid . can you hlep me , h

Newsletter 4 - Abris de jardin et portails

2009-07-17 Thread Decofinder
Cliquez-ici pour visualiser ce message au format HTML Envoyer ? un ami Envoyer * un ami fr gb de it es http://www.decofinder.com [IMG] Abris de jardin & Portailsnews ... Qu'on veuille se protéger de l

Re: java jdk16 port

2009-07-17 Thread Joe R. Jah
On Fri, 17 Jul 2009, Ott K?stner wrote: > Date: Fri, 17 Jul 2009 09:54:32 +0300 > From: "[ISO-8859-1] Ott K?stner" > To: freebsd-questions@freebsd.org > Subject: Re: java jdk16 port > > Joe R. Jah wrote: > > Hello all, > > > > I want to install java jdk16 port. Make build spits this: > > > Seems

Re: java jdk16 port

2009-07-17 Thread Joe R. Jah
On Fri, 17 Jul 2009, Jochen Neumeister wrote: > Date: Fri, 17 Jul 2009 08:55:26 +0200 > From: Jochen Neumeister > To: freebsd-questions@freebsd.org > Cc: Joe R. Jah > Subject: Re: java jdk16 port > > Am Thu, 16 Jul 2009 23:09:46 -0700 (PDT) > schrieb "Joe R. Jah" : > > > Hello all, > > > > I wan

Re: Resetting user password in cron

2009-07-17 Thread Lowell Gilbert
Glen Barber writes: > On Thu, Jul 16, 2009 at 8:39 PM, Jos Chrispijn wrote: >> Can someone tell me how I can reset a user's password best in a cron job? >> If I do a password change from the prompt, I now have to re-enter the >> password, which I would not like to do in a cron job. Thanks/ >> > >

Re: 5000' ethernet?

2009-07-17 Thread Jeff Dickens
Check www.gnswireless.com (this from a satisfied customer) That said, I also use the method of placing mini ethernet switches or hubs (electrically a multiport repeater and damned hard to find now) every so often to reach distant parts of our warehouses. These are powered, of course. POE mig

Re: Attempting ZFS Only Install of 7.2

2009-07-17 Thread Drew Tomlinson
Jason Garrett wrote: >snip everything that don't matter 8. Install ZFS boot: # gpart bootcode -b /zroot/boot/pmbr ad0 # gpart bootcode -p /zroot/boot/gptzfsboot -i 1 ad0 9. Change mount points for zroot pool and reboot. IT WORKS!!! Step 8 was CRUCIAL to the setup. All along

Re: 5000' ethernet?

2009-07-17 Thread Heiner Strauß
> > Option 2: Put an ordinary DSL modem at one end and a DSLAM at the > > other end. Again I'm not sure what the range is, but DSL used to > > be referred to as the solution for "the last mile" from the telco > > to the customer so it may be up to the job. > > I could recommend this too, becau

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Patrick Lamaiziere
Le Fri, 17 Jul 2009 12:27:32 +0200, Ivan Voras a écrit : > When the kernel attempts a dump on the device, do you perhaps see a > message like "partition type unsupported?". Yes at boot-time : GEOM_PART: Partition 'ad4p3' not suitable for kernel dumps (wrong type?) >One thing that's changed >

Re: FreeBSD & FIBs (setfib) - How to modify?

2009-07-17 Thread Ivan Voras
Mel Flynn wrote: I guess the main question here is "what is 10?" or what is an FIB?. How does one create such an FIB id (which I can't find in docs either). For example, on my system if I do: % setfib 2 fetch http://www.freebsd.org/docs.html setfib: 2: invalid FIB (max 0) I would expect to se

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Ivan Voras
Patrick Lamaiziere wrote: Le Fri, 17 Jul 2009 09:30:25 +0200, "Paul B. Mahol" a écrit : With 8.0, FreeBSD see my disk with several parts instead slices. That works fine but the kernel is not able to core dump to my swap (ad4p3a) and I can't break into the debuger (laptop with an usb keyboard).

Re: 5000' ethernet?

2009-07-17 Thread Michelle Konzack
Hi, Am 2009-07-17 00:47:57, schrieb per...@pluto.rain.com: > Option 2: Put an ordinary DSL modem at one end and a DSLAM at the > other end. Again I'm not sure what the range is, but DSL used to > be referred to as the solution for "the last mile" from the telco > to the customer so it may be up

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Patrick Lamaiziere
Le Fri, 17 Jul 2009 09:30:25 +0200, "Paul B. Mahol" a écrit : > > With 8.0, FreeBSD see my disk with several parts instead slices. > > That works fine but the kernel is not able to core dump to my swap > > (ad4p3a) and I can't break into the debuger (laptop with an usb > > keyboard). > For first

First European Union multilingual B2B portal start.

2009-07-17 Thread Mr. Storm, EU B2B
Welcome on our multilingual B2B portal on http://eu-B2B.eu The European Union would like to get better business contacts to all EU members. EU-B2B.EU make a new B2B portal available in differently European languages. The user can search over all categories in his language (German, Spain ..) look

Re: 5000' ethernet?

2009-07-17 Thread Olivier Nicole
Hi, > AFAIK neither of these really needs the signal quality of Cat 5 -- > they both should work just fine over Cat 3 -- but surely the higher > grade wire can't hurt (and it may increase the usable DSL distance). I think I remember that the gauge of Ethernet cable is smaller than the one of phon

Re: 5000' ethernet?

2009-07-17 Thread perryh
David Kelly wrote: > Not directly FreeBSD related, but how much of a chance is there > that two machines could communicate directly over 5,000 feet of > cat5 with no special hardware? After reading (at least most of) the discussion that has arisen from this, I've had another thought which would u

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Paul B. Mahol
On 7/16/09, Patrick Lamaiziere wrote: > Hello, > > With 8.0, FreeBSD see my disk with several parts instead slices. > That works fine but the kernel is not able to core dump to my swap > (ad4p3a) and I can't break into the debuger (laptop with an usb > keyboard). For first one it looks like table

Re: Install from a USB Pen

2009-07-17 Thread Fbsd1
Randi Harper wrote: On Wed, Jul 15, 2009 at 6:50 PM, Fbsd1 wrote: Randi Harper wrote: On 7/14/09, Fbsd1 wrote: What are the instructions for using this 8.0 memstick.img? What raw size memstick is needed? Is the 8.0 memstick.img the same content as the cd1 disk? Sigh. Reply-to-all fail.

Re: java jdk16 port

2009-07-17 Thread Ott Köstner
Joe R. Jah wrote: Hello all, I want to install java jdk16 port. Make build spits this: Seems, that you have not updated your ports tree before starting java port install. See # pwd /usr/ports/java/diablo-jre16 # cat distinfo MD5 (diablo-latte-freebsd6-amd64-1.6.0_07-b02.tar.bz2) = e32080