Re: Requesting community opinion regarding security/pam_ldap groupdn and member_attribute

2010-04-18 Thread Valentin Bud
On Sat, Apr 17, 2010 at 4:13 PM, Alejandro Imass a...@p2ee.org wrote: On Fri, Apr 16, 2010 at 8:44 AM, Valentin Bud valentin@gmail.com wrote: Hello community, I am working these days on implementing a centralized [...] The problem is that pam_ldap wants the memberUid attribute to

Invitation from Jeanewullur

2010-04-18 Thread Jeanewullur
See my latest photos, updates and friends on Bebo. Click to view my profile. http://www.bebo.com/T/2.2Bafl2JiTgmc9xjMQ0QT4A/inv/1051488a243170902b10505794106c134d0e161 Please note: if you are not yet a Bebo member, you must register first.

Re: Host firewall and jails

2010-04-18 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/04/2010 01:21:44, Fbsd1 wrote: Just where do jails fall in reference to the host firewall? Do jails see the inbound packets before the host's firewall does? No. The host firewall handles all of the incoming traffic before it gets to the

Re: version/revision control software for things mostly not source

2010-04-18 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/04/2010 18:08:14, Chad Perrin wrote: On Sat, Apr 17, 2010 at 06:37:10PM +0100, Matthew Seaman wrote: I'd recommend subversion for this -- configure it using HTTPS and with Apache's basic auth for access control. Use ViewVC for exploting

Re: Ping from jail not permitted error

2010-04-18 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/04/2010 04:32:26, Aiza wrote: kurt seel wrote: Aiza wrote: My jail has public internet access because i can do pkg_add -r unix2dos and the package does install. But when I enter ping -c 2 freebsd.org I get message ping: socket: Operation

python core dump during portupgrade firefox

2010-04-18 Thread Marco Beishuizen
Hi, I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It fails with: ... ../../../../other-licenses/ply/ply/yacc.py:74: DeprecationWarning: the md5 module is deprecated; use hashlib instead import re, types, sys, cStringIO, md5, os.path gmake[4]: *** [dom_quickstubs.cpp]

Backing up freebsd to 1 file?

2010-04-18 Thread J.D. Bronson
I have a freebsd 8.0 install and was wondering if it is possible to tar up the entire install...for backup purposes. # cd / # tar -cvf backup.tar {list of directories} then I can ftp the tar file out to another machine. This works in theory, but if I need to do a restore tar complains on 'tar

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Polytropon
On Sun, 18 Apr 2010 08:23:12 -0500, J.D. Bronson jd_bron...@sbcglobal.net wrote: I have a freebsd 8.0 install and was wondering if it is possible to tar up the entire install...for backup purposes. # cd / # tar -cvf backup.tar {list of directories} then I can ftp the tar file out to

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Sergio de Almeida Lenzi
I am very happy with the folowing Supose that you have mount ANOTHER device on /mnt 1) mount /dev/ /mnt 2) init 1 (this closes all applications and drop into single user) 3) tar --one-file-system -cvzf /mnt/backup.tar.gz ./ var usr home 4) umount /mnt 5) exit (reboot from single

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Jan Hlodan
you can migrate to zfs and then create snapshot of whole disk, import this snapshot (e.g. via ssh) and then restore it back. Good luck. -- Jan Hlodan On Sun, Apr 18, 2010 at 3:23 PM, J.D. Bronson jd_bron...@sbcglobal.net wrote: I have a freebsd 8.0 install and was wondering if it is possible

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Chris Rees
On 18 April 2010 15:37, Sergio de Almeida Lenzi lenzi.ser...@gmail.com wrote: I am very happy with the folowing Supose that you have mount ANOTHER device on /mnt 1) mount /dev/ /mnt 2) init 1  (this closes all applications and drop into single user) 3) tar --one-file-system

Re: Backing up freebsd to 1 file?

2010-04-18 Thread J.D. Bronson
be created by the time your system boots on. Nice answer by Sergio, but I personally would use the j option with tar to compress to bzip2; 3) tar --one-file-system -cvjf /mnt/backup.tbz ./ var usr home Though I prefer personally to use dump/restore because: - If you're on UFS, you don't

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/04/2010 15:37:03, Sergio de Almeida Lenzi wrote: 2) init 1 (this closes all applications and drop into single user) It kills everything ungracefully and will screw up anything that needs to sync state to disk -- like mysql. Just use

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/04/2010 15:19:32, Jan Hlodan wrote: you can migrate to zfs and then create snapshot of whole disk, import this snapshot (e.g. via ssh) and then restore it back. You can create snapshots with UFS too. It's a good way of getting a reasonably

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Warren Block
On Sun, 18 Apr 2010, J.D. Bronson wrote: I have a freebsd 8.0 install and was wondering if it is possible to tar up the entire install...for backup purposes. # cd / # tar -cvf backup.tar {list of directories} then I can ftp the tar file out to another machine. This works in theory, but if I

Re: Backing up freebsd to 1 file?

2010-04-18 Thread J.D. Bronson
On 4/18/10 10:39 AM, Warren Block wrote: If you don't have any other drives, where will the backup file be stored so it survives a system failure or reinstall? Thoughts on this would be appreciated... dump/restore is the standard safe way; you can send it over ssh to back up to a file on

Re: Ping from jail not permitted error

2010-04-18 Thread Adam Vande More
On Sun, Apr 18, 2010 at 3:19 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: I don't have man vimage. Is this part of Freebsd? It's in 8.0 and above -- VIMAGE is a kernel configuration option. It's a work in progress. See: http://wiki.freebsd.org/Image/TODO?highlight=%28vnet%29

Question. Multi Boot

2010-04-18 Thread Jorge Biquez
Hello all. I hope this question does not sound so stupid. I have read archives and do gogled searches but would like , if possible, to hear comments based on experience. I have a machine, pentium D 2.4mhz 2gb RAM, 160DD HD XP Pro. As I mentuioned in other post I installed FreeBSD 7.3 under a

Question. Multi Boot

2010-04-18 Thread Jorge Biquez
Hello all. I hope this question does not sound so stupid. I have read archives and do gogled searches but would like , if possible, to hear comments based on experience. I have a machine, pentium D 2.4mhz 2gb RAM, 160DD HD XP Pro. As I mentuioned in other post I installed FreeBSD 7.3 under a

Ynv Records Presents

2010-04-18 Thread YNV Records
Since 2003, the latino community, along with other races, have been enjoying a different type of music thanks to D.R-FLOW. The Group , which is comprised of 2 very talented youths , Ezequiel Rodriguez and Manuel Vasquez, represent Dominicans, in and out of the Dominican Republic in a big way.

Re: Question. Multi Boot

2010-04-18 Thread Kruppa, Peter Ulrich
Am 18.04.2010 18:10, schrieb Jorge Biquez: Hello all. I hope this question does not sound so stupid. I have read archives and do gogled searches but would like , if possible, to hear comments based on experience. I have a machine, pentium D 2.4mhz 2gb RAM, 160DD HD XP Pro. As I mentuioned

Re: python core dump during portupgrade firefox

2010-04-18 Thread Marco Beishuizen
On Sun, 18 Apr 2010, Marco Beishuizen wrote: Hi, I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It fails with: ... ../../../../other-licenses/ply/ply/yacc.py:74: DeprecationWarning: the md5 module is deprecated; use hashlib instead import re, types, sys, cStringIO,

KDE4.3.5: No icons in menu and systray

2010-04-18 Thread Martin Schweizer
Hello I installed FreeBSD8.0 release fresh (empty disk) and also KDE4.3.5 from ports (incl. Qt) all so for is working. Only in the menus and in all KDE programms there are no icons (left of the menu entry). I googling a lot but did not find the right way. Any ideas? Kind regards, --

Re: odd ssh/X11 forward behavior

2010-04-18 Thread Mike Miskulin
--- On Sun, 4/18/10, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: From: Matthew Seaman m.sea...@infracaninophile.co.uk Subject: Re: odd ssh/X11 forward behavior To: Mike Miskulin birdf...@yahoo.com Date: Sunday, April 18, 2010, 3:55 AM Hmmm What's $DISPLAY in the second

Re: version/revision control software for things mostly not source

2010-04-18 Thread Dan Naumov
On Sun, Apr 18, 2010 at 4:10 AM, Gene f...@brightstar.bomgardner.net wrote: On Sat, 17 Apr 2010 18:08:49 +0300, Dan Naumov wrote I think I am reaching the point where I want to have some kind of sane and easy to use version/revision control software for my various personal files and small

intel video driver

2010-04-18 Thread Chip Camden
Salutations, I'm fairly new to this list and have only lurked until now. Please forgive me if this question has been asked before. I've exhausted the man pages, google, and comp.unix.bsd.freebsd.misc. I've installed FreeBSD 8.0-release amd64 on an Intel Core i3 with integrated HD graphics.

Re: version/revision control software for things mostly not source

2010-04-18 Thread Ivan Rambius Ivanov
Hello, On Sun, Apr 18, 2010 at 11:34 PM, Dan Naumov dan.nau...@gmail.com wrote: I've looked at SVN and it looks reasonably easy to grok, but reading the Version Control with Subversion book... it seems there is no actual way to truly erase/delete/destoy/purge a part of an existing repository?

Re: Question. Multi Boot

2010-04-18 Thread Warren Block
On Sun, 18 Apr 2010, Jorge Biquez wrote: Hello all. I hope this question does not sound so stupid. I have read archives and do gogled searches but would like , if possible, to hear comments based on experience. I have a machine, pentium D 2.4mhz 2gb RAM, 160DD HD XP Pro. As I mentuioned in

Re: version/revision control software for things mostly not source

2010-04-18 Thread Giorgos Keramidas
On Sun, 18 Apr 2010 23:34:19 +0300, Dan Naumov dan.nau...@gmail.com wrote: I've looked at SVN and it looks reasonably easy to grok, but reading the Version Control with Subversion book... it seems there is no actual way to truly erase/delete/destoy/purge a part of an existing repository? This

Re: Question. Multi Boot

2010-04-18 Thread Jon Radel
On 4/18/10 12:50 PM, Kruppa, Peter Ulrich wrote: Since Windows isn't very cooperative with other operating systems, leave it where it is, buy a second hard disk and install FreeBSD (and Linux) on it. The FreeBSD bootmanager will be able to boot Windows but Windows will not boot any FreeBSD or

Re: version/revision control software for things mostly not source

2010-04-18 Thread Chad Perrin
On Sun, Apr 18, 2010 at 11:34:19PM +0300, Dan Naumov wrote: I've looked at SVN and it looks reasonably easy to grok, but reading the Version Control with Subversion book... it seems there is no actual way to truly erase/delete/destoy/purge a part of an existing repository? This sounds rather

Re: version/revision control software for things mostly not source

2010-04-18 Thread C. P. Ghost
There's also a fuse-svnfs port for NetBSD, but I don't know its status, nor if it is usable at all: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/filesystems/fuse-svnfs/ http://svn.haxx.se/users/archive-2005-04/0210.shtml -cpghost. -- Cordula's Web. http://www.cordula.ws/

Re: Question. Multi Boot

2010-04-18 Thread Jorge Biquez
At 05:04 p.m. 18/04/2010, you wrote: On 4/18/10 12:50 PM, Kruppa, Peter Ulrich wrote: Since Windows isn't very cooperative with other operating systems, leave it where it is, buy a second hard disk and install FreeBSD (and Linux) on it. The FreeBSD bootmanager will be able to boot Windows

Re: Backing up freebsd to 1 file?

2010-04-18 Thread Sergio de Almeida Lenzi
It kills everything ungracefully and will screw up anything that needs to sync state to disk -- like mysql. Just use shutdown(8): it's what it's there for. # shutdown now Going single user to make backups Cheers, Matthew Ok you are right... for me worked because I