Re: why is this script failing?

2008-07-16 Thread Beech Rintoul
On Tuesday 15 July 2008, Wayne Sierke said: > On Wed, 2008-07-16 at 11:42 +1000, Norberto Meijome wrote: > > you can always do > > > > find /tmp/kde-*/ -iname "*wav" -print0 | xargs -0 rm -vf > > > > the advantage over doing using rm * or for * in ... is that if > > you have LOTS of files, the expa

Re: Connection Problems After Upgrade

2008-07-16 Thread Ivailo Tanusheff
I would advise you to take deep look on your kernel configuration file. I had simmilar problems when upgrading from 3.4 to 4.1 a long time ago. You are missing some specific issues like default firewall rules or network compatability. Hope this will help you. Regards, Ivailo Tanusheff Dan D

Problem in checking machine architecture

2008-07-16 Thread Eitan Shefi
I have a host with FreeBSD 7.0-RELEASE (64 bit) installed. How do I check the host's architecture ? When I run: "uname -m" the output is: "amd64" When I run: "sysctl -a | less" and search for: "CPU" I see that: "hw.model: Intel(R) Xeon(R) CPU5140 @ 2.33GHz ... hw.machine_arch: amd6

Re: Problem in checking machine architecture

2008-07-16 Thread Fernando ApesteguĂ­a
On 7/16/08, Eitan Shefi <[EMAIL PROTECTED]> wrote: > I have a host with FreeBSD 7.0-RELEASE (64 bit) installed. > How do I check the host's architecture ? > > When I run: "uname -m" > the output is: "amd64" > > When I run: "sysctl -a | less" > and search for: "CPU" > I see that: > "hw.model: Intel(

Re: Problem in checking machine architecture

2008-07-16 Thread Michael Powell
Eitan Shefi wrote: > I have a host with FreeBSD 7.0-RELEASE (64 bit) installed. > How do I check the host's architecture ? > > When I run: "uname -m" > the output is: "amd64" > > When I run: "sysctl -a | less" > and search for: "CPU" > I see that: > "hw.model: Intel(R) Xeon(R) CPU5

Re: Panic: spin lock held too long when booting

2008-07-16 Thread Mike Clarke
On Tuesday 15 July 2008, Kris Kennaway wrote: > Mike Clarke wrote: > > I'm getting frequent panics due to spin lock held too long when > > booting my recently built 6.3 system with an Athlon 4850e dual core > > processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and > > nForce 430 chipsets).

Account Verification -- Keeping you safe online (Jul 16, 2008) [EMAIL PROTECTED]

2008-07-16 Thread [EMAIL PROTECTED]
This e-mail message has been sent to you by [EMAIL PROTECTED] Please check the sender's e-mail. If it is not the same, please delete this message immediately! [July 16, 2008 -- Chase Bank] Dear Chase Bank Customer, As a part of our efforts to meet the requirements of the Financ

Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
Hi, I have notebook HP Compaq 6820s with ATI Mobility Radeon X1350 videocard and FreeBSD 7.0-RELEASE-p2 installed. Videocard recognized by xf86-video-ati-6.9.0: Xorg.0.log: (--) Chipset ATI Mobility Radeon X1350 found But: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result i

Re: Repeating Mail

2008-07-16 Thread Derek Ragona
At 10:47 PM 7/15/2008, lyd mc wrote: Hi guys, Some of my mail users receive repeating mail. I am using sendmail and my user uses MS Outlook to send/receive. Is there any way to solve this problem? Thank you. Best regards, alyd Check the user's outlook setup. It is likely they are leav

aliases error

2008-07-16 Thread sgmayo
My server showed this message about 3 times. I don't know if it is a problem or not, but was just wondering if anyone else knew what it was. I came into work this morning to see it up on the screen. I can just hit a key and keep working, but wanted to make sure there is not a problem. I did run

FreeBSD7.0 shell failure on boot, amd 64

2008-07-16 Thread Yony Yossef
Hi, After a successful installation, first boot of FreeBSD7 fails upon shell loading: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/amd64/reloc.c:341 pid 78 (sh), uid 0: exited on signal 6 I get a prompt asking to provide a shell path. the same error occurs for all existing shells (sh, c

Re: aliases error

2008-07-16 Thread Polytropon
On Wed, 16 Jul 2008 07:13:58 -0500 (CDT), [EMAIL PROTECTED] wrote: > Here is the error that it gives: > > SYSERR(root): Cannot open hash database /etc/mail/aliases.db: > Inappropriate file type or format I think you're using sendmail. Maybe this will help you: # cd /etc/mail # ma

Re: why is this script failing?

2008-07-16 Thread RW
On Wed, 16 Jul 2008 15:52:59 +0930 Wayne Sierke <[EMAIL PROTECTED]> wrote: > On Wed, 2008-07-16 at 11:42 +1000, Norberto Meijome wrote: > > you can always do > > > > find /tmp/kde-*/ -iname "*wav" -print0 | xargs -0 rm -vf > > > > the advantage over doing using rm * or for * in ... is that if y

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread Roland Smith
On Wed, Jul 16, 2008 at 01:27:51PM +0300, gelraen wrote: > Hi, > I have notebook HP Compaq 6820s with ATI Mobility Radeon X1350 videocard > and FreeBSD 7.0-RELEASE-p2 installed. > > Videocard recognized by xf86-video-ati-6.9.0: > Xorg.0.log: > > (--) Chipset ATI Mobility Radeon X1350 found > >

/etc/opiekeys

2008-07-16 Thread sgmayo
Ok, got one more this morning. When trying to get my certificates setup for ssl, I get the following error when starting slapd: otp unavailable because can't read/write key database /etc/opiekeys permission-denied Any idea what the permissions are supposed to be on this? From what I have read

Re:

2008-07-16 Thread Yves Vogl
Hi, I finally built a ISO with enabled SSH and DHCP - many thanks to Ruben de Groot and his script mentioned here. I just had to slightly modify it - nearly not mentionable. I wrapped the project into a trac installation, ordered a nice icon and wrote a small documentation on how to use the

Re: How to install FreeBSD remotely from Debian Linux Environment?

2008-07-16 Thread Yves Vogl
Hi, I finally built a ISO with enabled SSH and DHCP - many thanks to Ruben de Groot and his script mentioned here. I just had to slightly modify it - nearly not mentionable. I wrapped the project into a trac installation, ordered a nice icon and wrote a small documentation on how to use the

RE: How to install FreeBSD remotely from Debian Linux Environment?

2008-07-16 Thread Yves Vogl
Hi, I finally built a ISO with enabled SSH and DHCP - many thanks to Ruben de Groot and his script mentioned here. I just had to slightly modify it - nearly not mentionable. I wrapped the project into a trac installation, ordered a nice icon and wrote a small documentation on how to use the

/etc/opiekeys

2008-07-16 Thread sgmayo
Ok, got one more this morning. When trying to get my certificates setup for ssl, I get the following error when starting slapd: otp unavailable because can't read/write key database /etc/opiekeys permission-denied Any idea what the permissions are supposed to be on this? From what I have read i

Re: Connection Problems After Upgrade

2008-07-16 Thread Dan D Niles
On Wed, 2008-07-16 at 10:44 +0300, Ivailo Tanusheff wrote: > I would advise you to take deep look on your kernel configuration > file. > I had simmilar problems when upgrading from 3.4 to 4.1 a long time > ago. > You are missing some specific issues like default firewall rules or > network compat

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
> Check if the pci ID for this card is in the file > /usr/src/sys/dev/drm/drm_pciids.h. If not you could try and add it. > > I don't have a clue what happens if you do. It might crash your > machine. > > Roland > -- > R.F.Smith http://www.xs4all.nl/~rsmith/ > [plai

Re: why is this script failing?

2008-07-16 Thread Wayne Sierke
On Wed, 2008-07-16 at 15:01 +0100, RW wrote: > On Wed, 16 Jul 2008 15:52:59 +0930 > Wayne Sierke <[EMAIL PROTECTED]> wrote: > > > On Wed, 2008-07-16 at 11:42 +1000, Norberto Meijome wrote: > > > you can always do > > > > > > find /tmp/kde-*/ -iname "*wav" -print0 | xargs -0 rm -vf > > > > > > t

how to simulate a user's crontab?

2008-07-16 Thread John Almberg
I often run into permission problems with user crontabs. That is, a crontab run under a user's permissions. First of all, it seems to me that a user's crontab doesn't have exactly the same permission as the user himself. Is this true? If so, what permissions does a user's crontab have? Is

Re: how to simulate a user's crontab?

2008-07-16 Thread Bill Moran
In response to John Almberg <[EMAIL PROTECTED]>: > I often run into permission problems with user crontabs. That is, a > crontab run under a user's permissions. > > First of all, it seems to me that a user's crontab doesn't have > exactly the same permission as the user himself. Is this true?

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread Roland Smith
On Wed, Jul 16, 2008 at 05:38:35PM +0300, gelraen wrote: > > Check if the pci ID for this card is in the file > > /usr/src/sys/dev/drm/drm_pciids.h. If not you could try and add it. > > > > I don't have a clue what happens if you do. It might crash your > > machine. > > > > Roland > > > > /usr/src

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
2008/7/16 Roland Smith <[EMAIL PROTECTED]>: >> And X.org reports something about chip R500 >> So, i can only wait until it will be supported? > > That would probably be best. You should probably ask on the > Xorg/Freedesktop mailing list for the radeon driver, or for the drm > driver. > I think

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread Roland Smith
On Wed, Jul 16, 2008 at 07:05:15PM +0300, gelraen wrote: > 2008/7/16 Roland Smith <[EMAIL PROTECTED]>: > >> And X.org reports something about chip R500 > >> So, i can only wait until it will be supported? > > > > That would probably be best. You should probably ask on the > > Xorg/Freedesktop m

Re: why is this script failing?

2008-07-16 Thread RW
On Thu, 17 Jul 2008 00:08:56 +0930 Wayne Sierke <[EMAIL PROTECTED]> wrote: > Except that the -delete primary of find is not the equivalent of rm > -vf, or even of just rm -f. Obviously, but the -vf options weren't in the original script, they were added as an illustration by an intermediate post.

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
2008/7/16 Roland Smith <[EMAIL PROTECTED]>: > If you have devel/git installed, you can check out a copy of the > freedesktop.org source tree with: > > git clone git://anongit.freedesktop.org/git/mesa/drm > > This will create a directory 'drm', which contains both BSD/linux > specific subdirectories

Re: Problem in checking machine architecture

2008-07-16 Thread Wojciech Puchar
the output is: "amd64" When I run: "sysctl -a | less" and search for: "CPU" I see that: "hw.model: Intel(R) Xeon(R) CPU5140 @ 2.33GHz ... hw.machine_arch: amd64" So, is this host's architecture is: amd64 - officially x86_64 ___ freebsd-q

vulnerabilities and installation options

2008-07-16 Thread tethys ocean
Hi Today I ve installed freeBSD 7.0 to my new server than while installing packet to it, I ve met with difficulties about php5 and php5-extension. 2 days before I ve installed a web server I havent meet this error msg, this server running properly. But today I met. Verifying install for /us

nsswitch.conf man page

2008-07-16 Thread sgmayo
I don't see anything in the man page about adding ldap into the nsswitch.conf file. Is that something that I can do so that I can get applications to use my openldap? I would assume I could add something to the affect of: passwd files ldap group files ldap but all I see is compat, files, nis an

Re: vulnerabilities and installation options

2008-07-16 Thread Mel
On Wednesday 16 July 2008 19:58:22 tethys ocean wrote: > Verifying install for /usr/local/lib/php/20060613/posix.so in > /usr/ports/sysutils/php5-posix > ===> php5-posix-5.2.6 has known vulnerabilities: > => php -- input validation error in posix_access function. >Reference: < > http://www.

Re: USB pen drive quirk not working

2008-07-16 Thread Chris Whitehouse
Chris Whitehouse wrote: Hi, I have a USB pen drive which gives warning messages like the ones in this PR http://www.freebsd.org/cgi/query-pr.cgi?pr=96133 I've put this { /* * Texet Swivel 1GB Flash Drive * PR: */

Re: nsswitch.conf man page

2008-07-16 Thread pete wright
On Wed, Jul 16, 2008 at 11:44 AM, <[EMAIL PROTECTED]> wrote: > I don't see anything in the man page about adding ldap into the > nsswitch.conf file. Is that something that I can do so that I can get > applications to use my openldap? oh that's odd - never noticed that :) > > I would assume I co

Any advice for learning debugging threading and stack corruption problems for c/c++?

2008-07-16 Thread Edward Sutton
I have had a very hard time trying to debug which has hindered my work on some projects. In particular I have had trouble properly grasping how to work with debugging multi threaded applications, memory errors, and stack corruption. I know that it is not a five minute learning process to abs

Re: nsswitch.conf man page

2008-07-16 Thread Dan Nelson
In the last episode (Jul 16), [EMAIL PROTECTED] said: > I don't see anything in the man page about adding ldap into the > nsswitch.conf file. Is that something that I can do so that I can > get applications to use my openldap? > > I would assume I could add something to the affect of: > > passwd

Re: USB pen drive quirk not working

2008-07-16 Thread David Gurvich
I'm sure someone else knows better, but there is a Makefile in /usr/src/sys. Perhaps it's enough to 'make cam' there. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: why is this script failing?

2008-07-16 Thread Gary Kline
On Tue, Jul 15, 2008 at 08:42:13PM -0500, David Kelly wrote: > > On Jul 15, 2008, at 4:50 PM, Gary Kline wrote: > > >On Tue, Jul 15, 2008 at 02:02:24PM -0500, David Kelly wrote: > >> [[ ... ]] > > I am not sure why these players store the song in wav format > > without deleting

slightly OT ; related to computers and language....

2008-07-16 Thread Gary Kline
people, I'm going to start listing my "million-dollar-ideas" here or at least on my virtual transfinite site. tho i'm pretty sure others have had ideas as i have. all or mine have made it to online, altho not all have survived! my latest involve

Re: why is this script failing?

2008-07-16 Thread Giorgos Keramidas
On Tue, 15 Jul 2008 14:50:24 -0700, Gary Kline <[EMAIL PROTECTED]> wrote: > thanks for this clarification! until yesterday, whe you mmentioned > blanks[whitespace], as id a song title, i hadn't tought about songs > like "Not Ready to Make Nice.ogg" e.g. I am not sure why these > players store the

Wireless client won't associate to router with SSID not broadcast

2008-07-16 Thread Steven Friedrich
My laptop connects just fine, until I config the router to turn off broadcasting SSID. Then, ifconfig reports "no carrier". Is there a config setting I need? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: slightly OT ; related to computers and language....

2008-07-16 Thread YANSWBVCG
On Wed, Jul 16, 2008 at 05:00:34PM -0700, Gary Kline wrote: > > people, > > I'm going to start listing my "million-dollar-ideas" here or at > least on my virtual transfinite site. tho i'm pretty sure others > have had ideas as i have. all or mine have made it to online,

Re: Wireless client won't associate to router with SSID not broadcast

2008-07-16 Thread Giorgos Keramidas
On Wed, 16 Jul 2008 20:20:59 -0400, Steven Friedrich <[EMAIL PROTECTED]> wrote: > My laptop connects just fine, until I config the router to turn off > broadcasting SSID. Then, ifconfig reports "no carrier". > > Is there a config setting I need? Hi Steven, How are you bringing up the wireless in

Re: slightly OT ; related to computers and language....

2008-07-16 Thread Gary Kline
On Wed, Jul 16, 2008 at 05:00:34PM -0700, Gary Kline wrote: > > people, > > I'm going to start listing my "million-dollar-ideas" here or at > least on my virtual transfinite site. tho i'm pretty sure others > have had ideas as i have. all or mine have made it to online,

Re: UPnP or NAT-PMP on FreeBSD?

2008-07-16 Thread patrick
Just stumbled upon MiniUPnP (http://miniupnp.free.fr/) which seems to do what I need -- provided I switch from ipfw to pf. I was planning on exploring this anyway, so I guess I'll do it sooner rather than later. :) Patrick On Wed, Jul 16, 2008 at 6:31 PM, patrick <[EMAIL PROTECTED]> wrote: > I w

UPnP or NAT-PMP on FreeBSD?

2008-07-16 Thread patrick
I was wondering if there is any support in FreeBSD for Universal Plug and Play (UPnP) or NAT Port Mapping Protocol NAT-PMP? We have a FreeBSD 7.x server running natd in my office being used as our NAT gateway/router, and I would like to use the "Back to My Mac" feature that Apple's Mobile Me (forme

Re: how to simulate a user's crontab?

2008-07-16 Thread John Almberg
I'm guessing you're having problems with environment settings, although the vagaries of the question don't give me much to go on (something along the lines of, "when I try to do x in cron, I get the error y; but it works fine when the user runs it outside of cron" would be more informative.)

Re: how to simulate a user's crontab?

2008-07-16 Thread John Almberg
On Jul 16, 2008, at 10:03 PM, John Almberg wrote: I'm guessing you're having problems with environment settings, although the vagaries of the question don't give me much to go on (something along the lines of, "when I try to do x in cron, I get the error y; but it works fine when the user r

Re: why is this script failing?

2008-07-16 Thread Gary Kline
On Thu, Jul 17, 2008 at 11:19:49AM +0300, Giorgos Keramidas wrote: > On Tue, 15 Jul 2008 14:50:24 -0700, Gary Kline <[EMAIL PROTECTED]> wrote: > > thanks for this clarification! until yesterday, whe you mmentioned > > blanks[whitespace], as id a song title, i hadn't tought about songs > > like "No

gift, giftcurs and others apps

2008-07-16 Thread luizbcampos
My machine runs FBSD-7.0 amd 64 and I installed gift, giftcurs, gift-openFT but when I type giftd -d followed by giftcurs not any interface appears onto the screen that stays frozen. I use pf firewall and I have enabled ports 1213... ___ freebsd-qu

Why this linking fail?

2008-07-16 Thread Unga
Hi all I have compiled and installed following libraries separately: /usr/src/lib/csu /usr/src/lib/libc /usr/src/lib/msun When I link to them, I get following errors: /usr/lib/libc.so: undefined reference to `_nsyylex' /usr/lib/libc.so: undefined reference to `_nsyyin' /usr/lib/libc.so: undefined

Re: Why this linking fail?

2008-07-16 Thread Unga
--- On Thu, 7/17/08, Unga <[EMAIL PROTECTED]> wrote: > From: Unga <[EMAIL PROTECTED]> > Subject: Why this linking fail? > To: freebsd-questions@freebsd.org > Date: Thursday, July 17, 2008, 11:28 AM > Hi all > > I have compiled and installed following libraries > separately: > /usr/src/lib/csu > /

Re: Why this linking fail?

2008-07-16 Thread Unga
--- On Thu, 7/17/08, Unga <[EMAIL PROTECTED]> wrote: > Sorry guys, I have found an issue. In the libc compile log > shows following error: > lex -P_nsyy -o/dev/stdout /usr/src/lib/libc/net/nslexer.l > | sed -e '/YY_BUF_SIZE/s/16384/1024/' > >nslexer.c > lex: fatal internal error, exec failed >

Re: screen and curses(?) output

2008-07-16 Thread Chad Perrin
On Sun, Jul 13, 2008 at 12:41:21PM -0700, paul beard wrote: > I have discovered the joys of screen to manage processes between/across > logins, but I have one small problem. If I run portupgrade and a dialog is > displayed, I can't choose any of the displayed options. A tab will move > through them

Re: general question - php5 extensions

2008-07-16 Thread Wayne Sierke
On Fri, 2008-07-11 at 22:47 -0400, Brad Mettee wrote: > Ok, maybe I wasn't as clear as I should have been. > > It wasn't that I didn't find php5-extensions, or even that it's difficult > to use, but actually tracking down the php5-extensions directory in the > first place was somewhat of a prob

question

2008-07-16 Thread FinalBSD FinalBSD
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

question

2008-07-16 Thread FinalBSD FinalBSD
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"