Announcing: FreeBSD Custom XFCE ISO (take II)

2009-06-16 Thread Manolis Kiagias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey all, This is a continuation of the effort that started with this post: http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/198284.html This little project also found its way to Distrowatch Weekly news (Thanks!):

Re: Problem with certain fonts when printing from firefox

2009-06-16 Thread Matthias Apitz
El día Monday, June 15, 2009 a las 01:06:37PM -0800, Mel Flynn escribió: Yes: portmaster /usr/ports/x11-fonts/webfonts or make -C /usr/ports/x11- fonts/webfonts/ install Follow the instructions from the pkg-message (allthough I don't think they're needed anymore with automatic

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Ruben de Groot
On Mon, Jun 15, 2009 at 02:37:54PM -0400, Glen Barber typed: On Mon, Jun 15, 2009 at 9:27 AM, Ruben de Grootmai...@bzerk.org wrote: If so, reboot into single-user mode, and change it back. Why reboot? You can su -s /bin/tcsh How can you change the shell if you cannot log in? That's

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Unga
--- On Tue, 6/16/09, Ruben de Groot mai...@bzerk.org wrote: From: Ruben de Groot mai...@bzerk.org Subject: Re: Cannot login as root, exited on signal 11 To: Glen Barber glen.j.bar...@gmail.com Cc: Unga unga...@yahoo.com, freebsd-questions@freebsd.org Date: Tuesday, June 16, 2009, 4:06 PM

port misc/e2fsprogs-libuuid - relocation error with gcc44

2009-06-16 Thread Anton Shterenlikht
on FBSD-6.4-stable alpha, if I build port misc/e2fsprogs with gcc44, I get: # xdm /libexec/ld-elf.so.1: /usr/local/lib/libuuid.so.1: Unsupported relocation type 3 1 in non-PLT relocations # The default system compiler gcc3.4.6 is fine. Please advise many thanks anton -- Anton Shterenlikht

ipmon-like tool for ipfw

2009-06-16 Thread oxy
Hi, I' ve being searching but found no direct way to monitor indivitually logged entries of ipfw in real time. Something like ipmon from ipf. From the ipfw --option command i get only summaries. How do i get real time logs on my screen? Thanks in advance ...

java jre

2009-06-16 Thread Roy Stuivenberg
Hello, I'm having a problem getting java to work on Firefox 2. diablo-jre16 latest version is installed. After about:plugins it doesn't show. Manual says to enter this as root, and so I do that. ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \

Problem with bash script

2009-06-16 Thread Carmel NY
I am attempting to write a simple Bash script that will find all the '*.pem' files in a directory structure and move them to another directory. It seems to work until I get to the copy part where it fails. My scripting skills are not that good. Perhaps someone could tell me what I am doing wrong.

Re: Problem with bash script

2009-06-16 Thread Bertram Scharpf
Hi, Am Dienstag, 16. Jun 2009, 09:09:09 -0400 schrieb Carmel NY: [...] It seems to work until I get to the copy part where it fails. My scripting skills are not that good. Perhaps someone could tell me what I am doing wrong. # copy the file to another directory using the base name cp $i

Re: Problem with bash script

2009-06-16 Thread Moises Castellanos
Hi Carmel On Wed, Jun 17, 2009 at 8:39 AM, Carmel NY carmel...@hotmail.com wrote: I am attempting to write a simple Bash script that will find all the '*.pem' files in a directory structure and move them to another directory. It seems to work until I get to the copy part where it fails. My

Re: Problem with bash script

2009-06-16 Thread Daniel Underwood
$ find ./ -name *.pem -exec cp {} /usr/home/tmp/something \; I'm a novice with shell scripting myself, but what's the difference between that code and some variant thereof using a pipe and xargs? Are they simply two different ways of achieving the same result? Or is there some more important

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Tim Judd
su -l discards the previous environment and loads a new environment. It's as if you're logging in as root (-l) running su without -l will elevate your priveledges without this same problem, you keep the same shell. Fix your shell problems via this way (or single user as originally described),

Re: ipmon-like tool for ipfw

2009-06-16 Thread Dan Nelson
In the last episode (Jun 16), oxy said: I've being searching but found no direct way to monitor indivitually logged entries of ipfw in real time. Something like ipmon from ipf. From the ipfw --option command i get only summaries. How do i get real time logs on my screen? If you set the

Re: Problem with bash script

2009-06-16 Thread Carmel NY
On Tue, 16 Jun 2009 15:56:15 +0200 Bertram Scharpf li...@bertram-scharpf.de wrote: Hi, Am Dienstag, 16. Jun 2009, 09:09:09 -0400 schrieb Carmel NY: [...] It seems to work until I get to the copy part where it fails. My scripting skills are not that good. Perhaps someone could tell me

Re: Problem with bash script

2009-06-16 Thread Paul Schmehl
--On Tuesday, June 16, 2009 08:09:09 -0500 Carmel NY carmel...@hotmail.com wrote: I am attempting to write a simple Bash script that will find all the '*.pem' files in a directory structure and move them to another directory. It seems to work until I get to the copy part where it fails. My

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Unga
--- On Tue, 6/16/09, Tim Judd taj...@gmail.com wrote: From: Tim Judd taj...@gmail.com Subject: Re: Cannot login as root, exited on signal 11 To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org, mai...@bzerk.org Date: Tuesday, June 16, 2009, 10:10 PM su -l discards the previous

Re: Problem with bash script

2009-06-16 Thread Daniel Bye
On Tue, Jun 16, 2009 at 02:33:37PM +, Paul Schmehl wrote: --On Tuesday, June 16, 2009 08:09:09 -0500 Carmel NY carmel...@hotmail.com wrote: I am attempting to write a simple Bash script that will find all the '*.pem' files in a directory structure and move them to another directory.

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Glen Barber
On Tue, Jun 16, 2009 at 11:11 AM, Ungaunga...@yahoo.com wrote: --- On Tue, 6/16/09, Tim Judd taj...@gmail.com wrote: From: Tim Judd taj...@gmail.com Subject: Re: Cannot login as root, exited on signal 11 To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org, mai...@bzerk.org Date:

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Lowell Gilbert
Unga unga...@yahoo.com writes: If you refer that I use bash for root is the problem, there is no difference by switching root's shell to sh. With sh as the shell for root: 1. Still cannot login as root from the console. Child process died error. 2. su -l doesn't work, child process died

Re: feedback, comments on this php-delimiter scrubbing program?

2009-06-16 Thread Gary Kline
On Mon, Jun 15, 2009 at 06:57:45PM -0800, Mel Flynn wrote: On Monday 15 June 2009 17:21:16 Gary Kline wrote: Encl: dephp.c, test case '?': ch = getchar(); while (1) { if (ch == '?' (ch = getchar()) == '') {

Re: Open_Source

2009-06-16 Thread Jerry McAllister
On Thu, Jun 04, 2009 at 08:58:24PM +0200, Polytropon wrote: On Thu, 4 Jun 2009 20:31:46 +0200, cpghost cpgh...@cordula.ws wrote: BTW, since we're talking about vintage OSes: anyone knows of a BS2000 clone, emulator, ...? http://ts.fujitsu.com/products/bs2000/index.html

Why obsoleted if_watchdog interface ?

2009-06-16 Thread Michael Gass
I installed an old 3Com network card in my machine (Pavilion 4455) and it works fine, but I get the following warning in dmesg ep0: 3Com 3C509-TPO EtherLink III at port 0x300-0x30f irq 10 on isa0 ep0: WARNING: using obsoleted if_watchdog interface ep0: Ethernet address: 00:01:02:69:4f:7c ep0:

Re: Problem with bash script

2009-06-16 Thread Matthew Seaman
Carmel NY wrote: I am attempting to write a simple Bash script that will find all the '*.pem' files in a directory structure and move them to another directory. It seems to work until I get to the copy part where it fails. My scripting skills are not that good. Perhaps someone could tell me

Re: feedback, comments on this php-delimiter scrubbing program?

2009-06-16 Thread Gary Kline
On Tue, Jun 16, 2009 at 08:30:40AM -0700, Gary Kline wrote: On Mon, Jun 15, 2009 at 06:57:45PM -0800, Mel Flynn wrote: On Monday 15 June 2009 17:21:16 Gary Kline wrote: Encl: dephp.c, test case '?': ch = getchar(); while (1) {

Re: Why obsoleted if_watchdog interface ?

2009-06-16 Thread Mel Flynn
On Tuesday 16 June 2009 07:40:36 Michael Gass wrote: I installed an old 3Com network card in my machine (Pavilion 4455) and it works fine, but I get the following warning in dmesg ep0: 3Com 3C509-TPO EtherLink III at port 0x300-0x30f irq 10 on isa0 ep0: WARNING: using obsoleted if_watchdog

Re: Problem with bash script

2009-06-16 Thread Mel Flynn
On Tuesday 16 June 2009 06:03:33 Daniel Underwood wrote: $ find ./ -name *.pem -exec cp {} /usr/home/tmp/something \; I'm a novice with shell scripting myself, but what's the difference between that code and some variant thereof using a pipe and xargs? Are they simply two different ways of

Re: Problem with bash script

2009-06-16 Thread Karl Vogel
On Tuesday, June 16, 2009 08:09:09 -0500 Carmel NY carmel...@hotmail.com wrote: C I am attempting to write a simple Bash script that will find all the C '*.pem' files in a directory structure and move them to another C directory. Using find and pax will correctly handle filenames with

Re: Problem with certain fonts when printing from firefox

2009-06-16 Thread Mel Flynn
On Monday 15 June 2009 23:19:15 Matthias Apitz wrote: (II) LoadModule: freetype (WW) Warning, couldn't open module freetype (II) UnloadModule: freetype (EE) Failed to load module freetype (module does not exist, 0) and there are posts in Google that this is not needed anymore because it is

Re: Problem with bash script

2009-06-16 Thread Karl Vogel
I botched the filter example in my previous blathering. This will ignore output from find containing patterns: root# find . -depth -print | fgrep -v -f /some/patterns Leaving off the -v will keep output containing those patterns. -- Karl Vogel I don't speak for the USAF

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Tim Judd
On 6/16/09, Unga unga...@yahoo.com wrote: --- On Tue, 6/16/09, Tim Judd taj...@gmail.com wrote: From: Tim Judd taj...@gmail.com Subject: Re: Cannot login as root, exited on signal 11 To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org, mai...@bzerk.org Date: Tuesday, June 16,

Problem with jail connecting out

2009-06-16 Thread Erik Norgaard
Hi: I have set up a jail with local ip 127.0.0.2 on the loopback interface: On host: lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff00 inet

fsck

2009-06-16 Thread Peter
Hi, I know it is possible, but not sure how to do it. When power goes down and file system gets corrupted and system becomes unbootable I need to login to the machine via console and run fsck -y /dev/X Any idea how to make Freebsd do that alone so it always boot, but without paying penalty

Re: Announcing: FreeBSD Custom XFCE ISO (take II)

2009-06-16 Thread Chris Whitehouse
Manolis Kiagias wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey all, This is a continuation of the effort that started with this post: http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/198284.html This little project also found its way to Distrowatch Weekly news

Re: fsck

2009-06-16 Thread Bill Moran
In response to Peter peterp...@aboutsupport.com: Hi, I know it is possible, but not sure how to do it. When power goes down and file system gets corrupted and system becomes unbootable I need to login to the machine via console and run fsck -y /dev/X Any idea how to make Freebsd

Network interface dc0 fails to negotiate media type

2009-06-16 Thread John Thorup
Content of /etc/rc.conf # -- sysinstall generated deltas -- # Mon May 4 22:51:52 2009 # Created: Mon May 4 22:51:52 2009 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from

Re: fsck

2009-06-16 Thread Peter
Bill Moran wrote: fsck_y_enable=YES in /etc/rc.conf See the man page for details. Thanks :-) Peter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Announcing: FreeBSD Custom XFCE ISO (take II)

2009-06-16 Thread Manolis Kiagias
Chris Whitehouse wrote: Manolis Kiagias wrote: Hey all, This is a continuation of the effort that started with this post: http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/198284.html This little project also found its way to Distrowatch Weekly news (Thanks!):

Re: feedback, comments on this php-delimiter scrubbing program?

2009-06-16 Thread Jeffrey Goldberg
On Jun 16, 2009, at 10:30 AM, Gary Kline wrote: I thought my initial getchar() != EOF would handle that. But then there's that do-forever loop. As I said, the most common problem people had was failing to check of EOF in all the places it could occur, and so looping forever.

Re: fsck

2009-06-16 Thread Brian A. Seklecki
On Tue, 2009-06-16 at 22:36 +0300, Peter wrote: When power goes down and file system gets corrupted and system becomes unbootable I need to login to the machine via console and run APC upsd(8) can auto-run 'shutdown -hp now' for you when your UPS is almost discharged. Then you an set your ACPI

Re: fsck

2009-06-16 Thread Wojciech Puchar
fsck_y_enable=YES ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

OpenSSL Base vs. OpenSSL Port?

2009-06-16 Thread Drew Tomlinson
I had been running 6.2 with openssl base for quite a while. Then I attempted to implement the dkim-filter port which required using openssl to generate keys. That's when I noticed that openssl is broken on my machine. See this example: # openssl genrsa -out rsa.private 1024 Error

Crusty upgrade (was Make Question)

2009-06-16 Thread Peter Clark
Lowell Gilbert wrote: Manolis Kiagias son...@otenet.gr writes: I have inherited an old FreeBSD 5.1 machine(5.1-RELEASE-p18). I realize that the short answer to my question is more than likely to upgrade the OS to a current release and I would if I had that option right now, but I do not. I

Re: feedback, comments on this php-delimiter scrubbing program?

2009-06-16 Thread Jeffrey Goldberg
On Jun 16, 2009, at 12:02 PM, Gary Kline wrote: this works, but still gives a warning. it's sloppy coding, but as a second version... You've got some superfluous tests for EOF in some places, and you may also be missing some. Your approach has been to look ahead with an

VirtualBox Package Available

2009-06-16 Thread Glen Barber
Hello, folks Since the recent availability in the ports tree of VirtualBox on a FreeBSD host I have made a binary installer available. The package was built on a 7-STABLE machine with the only kernel modifications being KDB and GDB: FreeBSD orion 7.2-STABLE FreeBSD 7.2-STABLE #3 r193905: Wed Jun

Crusty upgrade (was Make Question)

2009-06-16 Thread Robert Huff
Peter Clark writes: Is there a recommended upgrade path? I know about cvsup and whatnot. What I mean is are there some blatant gotchas when making this big a jump (5.1p18 - 6.4)? Are there some recommended stops along the way or can it be done in one fell swoop. Is Colin Percival's

Re: feedback, comments on this php-delimiter scrubbing program?

2009-06-16 Thread Gary Kline
On Tue, Jun 16, 2009 at 06:32:43PM -0500, Jeffrey Goldberg wrote: On Jun 16, 2009, at 12:02 PM, Gary Kline wrote: this works, but still gives a warning. it's sloppy coding, but as a second version... You've got some superfluous tests for EOF in some places, and you may also

The worlds only editorial space for video content on sustainability

2009-06-16 Thread IdeasForChange . TV
Hi Today we are launching our massive effort to create the world's only editorial place for content on sustainability. What you see on ideasforchange.tv is still just a teaser, a demo. We know that the power and knowledge of the grassroots can be really powerful if put in good use. We know

freebsd toaster

2009-06-16 Thread SA
Hello, This article by Colin Percival http://www.daemonology.net/freebsd-update/binup.html discusses using freebsd-update as a toaster for updating an entire FreeBSD based distribution, instead of just the base system like freebsd-update normally does. Does anyone know where there might be

Re: Announcing: FreeBSD Custom XFCE ISO (take II)

2009-06-16 Thread Sam Fourman Jr.
I will start preparing a server ISO (CD sized) soon. I also welcome all ideas on what to include/exclude in later versions of this DVD. It has been suggested to include openoffice packages as abiword / gnumeric don't cut it for many people. This will increase the size of the download,

Re: Cannot login as root, exited on signal 11

2009-06-16 Thread Unga
--- On Wed, 6/17/09, Tim Judd taj...@gmail.com wrote: From: Tim Judd taj...@gmail.com Subject: Re: Cannot login as root, exited on signal 11 To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Wednesday, June 17, 2009, 2:51 AM On 6/16/09, Unga unga...@yahoo.com wrote:

Re: Announcing: FreeBSD Custom XFCE ISO (take II)

2009-06-16 Thread Manolis Kiagias
Sam Fourman Jr. wrote: I will start preparing a server ISO (CD sized) soon. I also welcome all ideas on what to include/exclude in later versions of this DVD. It has been suggested to include openoffice packages as abiword / gnumeric don't cut it for many people. This will increase the size of

Re: freebsd toaster

2009-06-16 Thread Alex Stangl
On Tue, Jun 16, 2009 at 07:04:47PM -0700, SA wrote: This article by Colin Percival http://www.daemonology.net/freebsd-update/binup.html discusses using freebsd-update as a toaster for updating an entire FreeBSD based distribution, instead of just the base system like freebsd-update normally

Pre-compiled package shortage

2009-06-16 Thread David Karapetyan
Hello everyone. I am a former user of Freebsd-7.2 Release who migrated to Debian. I was unable to find an ftp server that had a decent enough list of precompiled packages (including the default at ftp.freebsd.org; for example, when installing gnome2 via precompiled packages, the package