Re: acpi module build fails

2006-08-12 Thread Nick Withers
On Sun, 13 Aug 2006 05:53:37 +0200 "Dimitar Vasilev" <[EMAIL PROTECTED]> wrote: > /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: > In function ` > acpi_sleep_machdep': > /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: > error: `a > cpi_resume_beep' undecl

Re: Can someone elplain Synchronous Writes?

2006-08-12 Thread Bill Moran
Chris <[EMAIL PROTECTED]> wrote: > I did a search but was unable to find a good explanation of what > synchronous writes are in filesystems. A disk can only write one block > of data at a time so I fail to see what is synchronous and why it is > slow. Is synchronous used in this case to mean

Can someone elplain Synchronous Writes?

2006-08-12 Thread Chris
I did a search but was unable to find a good explanation of what synchronous writes are in filesystems. A disk can only write one block of data at a time so I fail to see what is synchronous and why it is slow. Is synchronous used in this case to mean serialized file operations? Also modern

acpi module build fails

2006-08-12 Thread Dimitar Vasilev
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: In function ` acpi_sleep_machdep': /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: `a cpi_resume_beep' undeclared (first use in this function) /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_w

Re: Undelete for UFS2?

2006-08-12 Thread David King
Lastly surely someone has implemented a trash folder mechanism for freebsd... what is it called so I can look up how to install it? maybe something like: mkdir ~/.trash alias rm 'mv -iv \!* ~/.trash/' The problem with that solution is that when you move to a new system, you assume that y

Re: BSDstats Project v2.0 ...

2006-08-12 Thread Marc G. Fournier
On Sat, 12 Aug 2006, Jonathan Horne wrote: * Can we trust Marc to delete them? Won't be anything to delete ... except for any time I need to debug the server end, the logs will be set to /dev/null ... * I thought this was going to be an official FreeBSD project hosted on freebsd.org? Si

Re: `acpi_resume_beep' undeclared (first use in this function)

2006-08-12 Thread Nick Withers
On Sat, 12 Aug 2006 17:00:59 -0700 Charles Mujie <[EMAIL PROTECTED]> wrote: > Hi, > > I've searched through the archieves and googled around, I don't seem to > be able to find reference to this error. I installed FreeBSD 6.1 from CD > did a cvsup to update the source and ports tree, and when I t

Samba problem

2006-08-12 Thread Carlos Silva
Hi all, I have installed freebsd 6.1-RELEASE on my machine and now samba dont work, because of a timeout. I've tried the two versions of the samba ports and none of them work properly. Do you have any idea? Ouput: osiris# mount -t smbfs //porta1/tmpdown /tmpdir Password: mount_smbfs: unable

Re: Bad system clock

2006-08-12 Thread RW
On Saturday 12 August 2006 12:42, P.U.Kruppa wrote: > Hi, > > for some time now my system clock really goes wrong (some hours > per day). Is there some simple way to find out if this is caused > by a hardware or software problem? Does this help? http://www.freebsd.org/doc/en_US.ISO8859-1/books/fa

Re: Finding IP Addresses (OT)

2006-08-12 Thread RW
On Thursday 10 August 2006 19:18, beno wrote: > Hi; > I'm configuring my IP filter and I need to figure out what IP addresses > I use (via SSH2) to contact my server. If I understand correctly you are trying to setup your server's firewall to only allow connections from your home or office pc wi

freeradius account webinterface

2006-08-12 Thread Marwan Sultan
Hello everyone, I'm On FreeBSD 6.1R MySql 4.1 Chillispot and freeradius, will anyone please recommend any web interface that manage my freeradius users and accounting managment? I tried phpprepaid, but its so a buggy package. Thank you guys Marwan _

`acpi_resume_beep' undeclared (first use in this function)

2006-08-12 Thread Charles Mujie
Hi, I've searched through the archieves and googled around, I don't seem to be able to find reference to this error. I installed FreeBSD 6.1 from CD did a cvsup to update the source and ports tree, and when I tried to build the kernel I got the following error. I'm using GENERIC and SMP as the KE

eveolution and click-on URL's don't work......

2006-08-12 Thread Gary Kline
People, According to the readme in evolution in order to get the underlined URL's to work, I need to allow my network proxy to work. Since I'm using CTWM and not Gnome, is there a way of doing the network translation in /etc rather than selection the

Re: Undelete for UFS2?

2006-08-12 Thread Martin Tournoij
It most certainly is. If you are using vim, them you can set patchmode This will keep the original version of a file(for example rc.conf.org) :help patchmode will tell you more. This saved me quite a few times after I screwed up a configuration file and didn't remember how to get it back agai

Re: Undelete for UFS2?

2006-08-12 Thread Robin Vley
Martin Tournoij wrote: Martin, Snapshots really aren't that complicated, take a look at the handbook entry: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/snapshots.html Quite handy, didn't even know this existed for FBSD. Started using it right away, with the freebsd-snapshot po

Re: OT: new documents notification and approval

2006-08-12 Thread Martin Tournoij
On Sat, 12 Aug 2006 19:11:25 +0200, Andrea Venturoli <[EMAIL PROTECTED]> wrote: Giorgos Keramidas wrote: Just get a full document management system, Like what? Any name? bye & Thanks av. Google: http://www.google.com/search?num=30&hs=dDJ&hl=en&lr=lang_nl%7Clang_en&safe=off&cli

Re: Undelete for UFS2?

2006-08-12 Thread Chad Leigh -- Shire.Net LLC
snapshots, so that's 20 days... Snapshots really aren't that complicated, take a look at the handbook entry: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ snapshots.html Basicly it's just: # mknap_ffs /usr 20060812 And you have a snapshot of /usr named 20060812

Re: Undelete for UFS2?

2006-08-12 Thread Martin Tournoij
7;t that complicated, take a look at the handbook entry: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/snapshots.html Basicly it's just: # mknap_ffs /usr 20060812 And you have a snapshot of /usr named 20060812 Also, there's

Re: [EMAIL PROTECTED]

2006-08-12 Thread David Armstrong
Sorry my Norton has stopped your message coming through. Could you try again Or come through our web site. www.grindon-cartshed.co.uk Dave. - Original Message - From: To: <[EMAIL PROTECTED]> Sent: Saturday, August 12, 2006 2:04 PM Subject: [EMAIL PROTECTED] The original message wa

Re: OT: new documents notification and approval

2006-08-12 Thread Andrea Venturoli
Giorgos Keramidas wrote: Just get a full document management system, Like what? Any name? bye & Thanks av. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: OT: new documents notification and approval

2006-08-12 Thread Giorgos Keramidas
On 2006-08-12 18:26, Andrea Venturoli <[EMAIL PROTECTED]> wrote: > Hello. > > I apologize for the OT, but I really wouldn't know where to ask and, > afterall, server side will be FreeBSD. > > A customer of mine has the need to notify all users when a certain type > of new document is written and as

Re: Undelete for UFS2?

2006-08-12 Thread Chad Leigh -- Shire.Net LLC
On Aug 12, 2006, at 7:26 AM, Martin Tournoij wrote: On Sat, 12 Aug 2006 12:13:49 +0200, Andreas Davour <[EMAIL PROTECTED]> wrote: On Sat, 12 Aug 2006, Daniel Gerzo wrote: Hello Chris, Saturday, August 12, 2006, 3:48:28 AM, you wrote: Lastly surely someone has implemented a trash folder

OT: new documents notification and approval

2006-08-12 Thread Andrea Venturoli
Hello. I apologize for the OT, but I really wouldn't know where to ask and, afterall, server side will be FreeBSD. A customer of mine has the need to notify all users when a certain type of new document is written and ask them to sign they have read it. Right now everything is on plain old pa

Re: Improving Quake 3 frame rates in BSD

2006-08-12 Thread Viswas Nair
Intel 945G integrated video. Using the i810 driver. I managed to get a linux driver for 945G but havent figured out if I can use that for bsd. Thanks. On 8/12/06, Girish Venkatachalam <[EMAIL PROTECTED]> wrote: --- Viswas Nair <[EMAIL PROTECTED]> wrote: > I managed to install Quake 3 but the

Re: Web mail for phones

2006-08-12 Thread Daniel Gerzo
Hello Andrea, Saturday, August 12, 2006, 5:58:15 PM, you wrote: > Hello. > I've searched the web a lot, but could not find anything about this; > maybe I can't figure the proper terms to search for. > I'm used to installing NOCC on my mail IMAP servers and I'm happy with > it when it comes to

Re: Slow Startup with nss_ldap

2006-08-12 Thread Atom Powers
Try starting ldap first, using rc.d magic. Try putting 'bind-policy soft" (sp?) in your nss_ldap.conf, ldap.conf On 8/11/06, Pramod Venugopal <[EMAIL PROTECTED]> wrote: Hello everyone, I have a FreeBSD 6.1-RELEASE system configured as a Samba Server with an OpenLDAP backend. I have configured n

Web mail for phones

2006-08-12 Thread Andrea Venturoli
Hello. I've searched the web a lot, but could not find anything about this; maybe I can't figure the proper terms to search for. I'm used to installing NOCC on my mail IMAP servers and I'm happy with it when it comes to accessing mail from a computer. The next step would be accessing mail fro

Re: Port Not Available

2006-08-12 Thread Gerard Seibert
Matthew Seaman wrote: > Woah! Reinstalling the whole OS to fix a printer problem is way overkill. > > The /dev/null entry in /etc/printcap is just a place-holder. Normally > that entry would contain the device used to communicate to a locally > attached printer. However, because you're using sa

Re: Undelete for UFS2?

2006-08-12 Thread Martin Tournoij
On Sat, 12 Aug 2006 12:13:49 +0200, Andreas Davour <[EMAIL PROTECTED]> wrote: On Sat, 12 Aug 2006, Daniel Gerzo wrote: Hello Chris, Saturday, August 12, 2006, 3:48:28 AM, you wrote: Lastly surely someone has implemented a trash folder mechanism for freebsd... what is it called so I can lo

Re: Improving Quake 3 frame rates in BSD

2006-08-12 Thread Girish Venkatachalam
--- Viswas Nair <[EMAIL PROTECTED]> wrote: > I managed to install Quake 3 but the frame rates and > the mouse > response is terrible. I am running the game on an > intel integrated > system 945g. While I know that this is not great for > gamin, quake 3 is > quite a old game and hence gives me pr

Re: Bad system clock

2006-08-12 Thread Girish Venkatachalam
--- "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: > On Sat, 12 Aug 2006, Girish Venkatachalam wrote: > > > Hello Girish! > > > --- "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> for some time now my system clock really goes > wrong > >> (some hours > >> per day). Is there some simpl

Improving Quake 3 frame rates in BSD

2006-08-12 Thread Viswas Nair
I managed to install Quake 3 but the frame rates and the mouse response is terrible. I am running the game on an intel integrated system 945g. While I know that this is not great for gamin, quake 3 is quite a old game and hence gives me pretty decent frame rates in windows. I am trying to get some

Re: Bad system clock

2006-08-12 Thread P.U.Kruppa
On Sat, 12 Aug 2006, Girish Venkatachalam wrote: Hello Girish! --- "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: Hi, for some time now my system clock really goes wrong (some hours per day). Is there some simple way to find out if this is caused by a hardware or software problem? By "simple" I me

Re: Bad system clock

2006-08-12 Thread Girish Venkatachalam
--- "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: > Hi, > > for some time now my system clock really goes wrong > (some hours > per day). Is there some simple way to find out if > this is caused > by a hardware or software problem? > By "simple" I mean without installing a different OS > or buying

Bad system clock

2006-08-12 Thread P.U.Kruppa
Hi, for some time now my system clock really goes wrong (some hours per day). Is there some simple way to find out if this is caused by a hardware or software problem? By "simple" I mean without installing a different OS or buying a new computer? Regards and thanks, Uli. *

Re[3]: BSDstats Project v2.0 ...

2006-08-12 Thread Marc G. Fournier
On Sat, 12 Aug 2006, Daniel Gerzo wrote: Hello Marc, Saturday, August 12, 2006, 12:55:13 AM, you wrote: On Sat, 12 Aug 2006, Daniel Gerzo wrote: It would be nice to see this in base system, that would help to raise this number enourmously. And surely it would be nice to see it somewhere

Re: USB Media Keys

2006-08-12 Thread Nikolas Britton
On 8/11/06, Jeff Molofee <[EMAIL PROTECTED]> wrote: do you know of any usb keys that have volume keys? No I don't know of any USB keyboards with volume control... I'm picky about my keyboards... Most of them are old DEC, Compaq, and IBM keyboards with the standard key layout... I think the key

Re: Shared object not found

2006-08-12 Thread Kent Stewart
On Saturday 12 August 2006 02:51, mr thooL wrote: > I can't run xmms: > > > === > # xmms > /libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found, > required by "xmms" > === > > version: xmms-1.2.10_4 > (Freebsd 6.0) > > > How can I fix it? Somehow gtk-1.2.10_4 hasn't been installed

Shared object not found

2006-08-12 Thread mr thooL
I can't run xmms: === # xmms /libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found, required by "xmms" === version: xmms-1.2.10_4 (Freebsd 6.0) How can I fix it? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

automatic override of individual set paths in ports

2006-08-12 Thread O. Hartmann
Hello. On our lab's and my private FreeBSD box I installed several applications, in particular php-5.1.4, apache 2.2.3 and MySQL 5.0.24, in separate directories targeting to separate software partitions. MySQL is installed via ports-collection, but I always must change PREFIX and the DATABAS

Re[3]: BSDstats Project v2.0 ...

2006-08-12 Thread Daniel Gerzo
Hello Marc, Saturday, August 12, 2006, 12:55:13 AM, you wrote: > On Sat, 12 Aug 2006, Daniel Gerzo wrote: >> >> It would be nice to see this in base system, that would help to raise >> this number enourmously. And surely it would be nice to see it >> somewhere under the freebsd.org domain. > A

Re: Undelete for UFS2?

2006-08-12 Thread Daniel Gerzo
Hello Chris, Saturday, August 12, 2006, 3:48:28 AM, you wrote: > Just thought I'd ask though I'm pretty sure the answer is no. Nothing > important just my mailbox files for mailing lists including this one. > All my email addresses look alike and I was foulish enough to copy and > paste. Why o