Re: dmesg empty after shutdown -r

2008-05-01 Thread Mel
On Thursday 01 May 2008 01:58:46 A Hamilton-Wright wrote: > After "shutdown -r now" and the subsequent reboot, I have > logged in to my machine > FreeBSD qemg.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 > UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC > amd64 >

Nut problem and last message repeated in dmesg

2008-05-01 Thread Olivier GARNIER
There are my questions: > Does anyone become to correct the same problem and can help me to correct this? > Can anyone tell my how to see the "last message" which is repeated hundred times? I've got an MGE ellipse 750 USBS. I've connected it to my server with USB cable. I've installed NUT v

is there driver for (Bearlake) HECI Controller for releng_7 (or 7_0_0)

2008-05-01 Thread Georgi Iovchev
Hello lists Intel G33 motherboard (Intel DG33FB) with FreeBSD 7 AMD64 (7.0-RELEASE-p1) one thing is missing: [EMAIL PROTECTED] ~]# pciconf -lv | grep -A3 none [EMAIL PROTECTED]:0:3:0: class=0x078000 card=0x50448086 chip=0x29c48086 rev=0x02 hdr=0x00 vendor

Re: Nut problem and last message repeated in dmesg

2008-05-01 Thread Mel
On Thursday 01 May 2008 11:01:02 Olivier GARNIER wrote: > > Can anyone tell my how to see the "last message" which is repeated > > hundred > > times? ... > Apr 30 23:16:33 myhost upsmon[1011]: Poll UPS [EMAIL PROTECTED] failed - > Server disconnected > > May 1 08:57:44 myhost upsmon[1011]: Poll

gdm sessions - xfce + fluxbox

2008-05-01 Thread Aijaz Baig
Hello, I would want to have a choice at login time between xfce (my default desktop wm) and fluxbox. I have followed the steps from this document : http://geek00l.blogspot.com/2006/06/freebsd-fluxbox-gdm.html but i did not have the xsessions directory under /usr/X11R6/share/gnome/. so i created

7.0-RELEASE + newer kernel

2008-05-01 Thread Anselm Strauss
So, I'm one of those trying to run FreeBSD on one of the newest Macbooks. The hardware support looks very good, except that the network chips are not supported. But the Ethernet chip is supported by the msk driver in the current 7.0-STABLE kernel. Now, before I push the whole system from RE

Re: 7.0-RELEASE + newer kernel

2008-05-01 Thread Mel
On Thursday 01 May 2008 13:17:03 Anselm Strauss wrote: > The reasons why I hesitate to upgrade to 7.0-STABLE are: > > - freebsd-update won't work anymore. How do I then get informed about > security updates? Using your favorite RSS reader and subscribe to: http://www.freebsd.org/security/advisor

Re: dmesg empty after shutdown -r

2008-05-01 Thread A. Hamilton-Wright
On Thursday 01 May 2008 01:58:46 A Hamilton-Wright wrote: After "shutdown -r now" and the subsequent reboot, I have (... no dmesg) On Thu, 1 May 2008, Mel wrote: dmesg -M doesn't show anything either? Wish I'd thought to try that last night. I eventually shut it down again (shutdown

Re: dmesg empty after shutdown -r

2008-05-01 Thread Mel
On Thursday 01 May 2008 13:58:45 A. Hamilton-Wright wrote: > > On Thursday 01 May 2008 01:58:46 A Hamilton-Wright wrote: > >> After "shutdown -r now" and the subsequent reboot, I have > >(... no dmesg) > > On Thu, 1 May 2008, Mel wrote: > > dmesg -M doesn't show anything either? > > Wish I'd th

Re: Kernel Compile Error

2008-05-01 Thread Lowell Gilbert
Chris Maness <[EMAIL PROTECTED]> writes: > I was trying to compile a 7.0 Release and the compile failed. I have > never had a kernel compilation fail before. > > Here is the last of the output: > > opt_global.h -fno-common -finline-limit=8000 --param > inline-unit-growth=100 --param large-functio

Re: Perl 5.8.8 Compile

2008-05-01 Thread Lowell Gilbert
Jay Hall <[EMAIL PROTECTED]> writes: > I am attempting to compile Perl 5.8.8 on FreeBSD 7.0-RELEASE. I make > it through the configuration just fine, but when I attempt to run the > make command, I receive the following error message. I am creating a > custom install. The only parameter I am ch

Re: Kernel Compile Error

2008-05-01 Thread chris
> Chris Maness <[EMAIL PROTECTED]> writes: > >> I was trying to compile a 7.0 Release and the compile failed. I have >> never had a kernel compilation fail before. >> >> Here is the last of the output: >> >> opt_global.h -fno-common -finline-limit=8000 --param >> inline-unit-growth=100 --param lar

Re: OpenLDAP/FreeBSD: How to implement attribute HOST without STRUCTURAL account?

2008-05-01 Thread David Robillard
> On Wednesday 30 April 2008 16:43, David Robillard wrote: > > > On Wednesday 30 April 2008 11:00, O. Hartmann wrote: > > > > [ --- 8< --- SNIP! --- 8< --- ] > > > > That sounds very interesting Jonathan. Could you please share with us > > the complete LDIF data used to create such a user? > > This

Re: DNS Problem

2008-05-01 Thread Christer Hermansson
Ruel Luchavez wrote: when i resume it to its current configuration "Obtain DBS server automatically" the problem is back, is this a problem in my DNS server? I'm using the FreeBSD 6.2 version... I already restarted the DNS Server "/etc/rc.d/named restart" but nothing happens the problem is still

PHP5 install error

2008-05-01 Thread ervin
hi made a portsnap fetch update but I still get this error ideas? portaudit shows the vulnerability ... but that should be included in the port or? Error: make clean && make install ===> Cleaning for php5-5.2.5_1 ===> php5-5.2.5_1 has known vulnerabilities: => php -- integer overflow

Re: Perl 5.8.8 Compile

2008-05-01 Thread Jay Hall
I received the same error with both make and gmake. Thanks, Jay On Thu, May 1, 2008 at 8:30 AM, Lowell Gilbert wrote: Jay Hall <[EMAIL PROTECTED]> writes: I am attempting to compile Perl 5.8.8 on FreeBSD 7.0-RELEASE. I make it through the configuration just fine, but when I attempt to r

Recovering mysql data - mysqlbinlog

2008-05-01 Thread John
Can someone direct me to where the MySQL transaction logs are stored? I am running FreeBSD 6.1 with MySql 5.0.41 which I installed from ports, no extra config. From what I've read online, unless you disable them (which I couldn't find in the makefile) the logs should be being created. Doing a fi

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Paul Schmehl
--On Thursday, May 01, 2008 13:45:32 -0400 John <[EMAIL PROTECTED]> wrote: Can someone direct me to where the MySQL transaction logs are stored? I am running FreeBSD 6.1 with MySql 5.0.41 which I installed from ports, no extra config. From what I've read online, unless you disable them (which

Re: Nut problem and last message repeated in dmesg

2008-05-01 Thread Derek Ragona
At 04:01 AM 5/1/2008, Olivier GARNIER wrote: There are my questions: > Does anyone become to correct the same problem and can help me to correct this? > Can anyone tell my how to see the "last message" which is repeated hundred times? I've got an MGE ellipse 750 USBS. I've connected it to m

Re: PHP5 install error

2008-05-01 Thread Kevin Kinsey
ervin wrote: hi made a portsnap fetch update but I still get this error ideas? portaudit shows the vulnerability ... but that should be included in the port or? Error: make clean && make install ===> Cleaning for php5-5.2.5_1 ===> php5-5.2.5_1 has known vulnerabilities: => php -- in

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Mel
On Thursday 01 May 2008 19:45:32 John wrote: > Can someone direct me to where the MySQL transaction logs are stored? I am > running FreeBSD 6.1 with MySql 5.0.41 which I installed from ports, no > extra config. From what I've read online, unless you disable them (which I > couldn't find in the ma

Recovering mysql data - mysqlbinlog

2008-05-01 Thread John Vaughan
Can someone direct me to where the MySQL transaction logs are stored? I am running FreeBSD 6.1 with MySql 5.0.41 which I installed from ports, no extra config. From what I've read online, unless you disable them (which I couldn't find in the makefile) the logs should be being created. Doing a fin

Re: Perl 5.8.8 Compile

2008-05-01 Thread Berk Gulenler
I solved the problem with using Perl 5.10.0 on FreeBSD 7. But it is not stable. Quoting Jay Hall <[EMAIL PROTECTED]>: > I received the same error with both make and gmake. > > Thanks, > > > Jay > > > On Thu, May 1, 2008 at 8:30 AM, Lowell Gilbert wrote: > > > Jay Hall <[EMAIL PROTECTED]> w

RE: Recovering mysql data - mysqlbinlog

2008-05-01 Thread John
Thank you Mel and Paul for the suggestions. From what I understand the general query log is more for debugging and the binary log is for point in time recovery and replication. I'll be adding a my.cnf file (using the my-large.cnf as a skeleton) soon. I'm glad the issue was caught earlier on and

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Mel
On Thursday 01 May 2008 21:13:41 John wrote: > Thank you Mel and Paul for the suggestions. From what I understand the > general query log is more for debugging and the binary log is for point in > time recovery and replication. I'll be adding a my.cnf file (using the > my-large.cnf as a skeleton)

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Paul Schmehl
--On Thursday, May 01, 2008 21:52:05 +0200 Mel <[EMAIL PROTECTED]> wrote: On Thursday 01 May 2008 21:13:41 John wrote: Thank you Mel and Paul for the suggestions. From what I understand the general query log is more for debugging and the binary log is for point in time recovery and replicatio

Re: HDD missing from sysinstall

2008-05-01 Thread Cameigons
I just want to say I'm having the same problem. I have an asus p5n-e SLI, two seagate 250GB sata2 HD's. When trying to install FreeBSD 7.0-Release, the sysinstall pops up the message "No Disks Found!(...)". And after that I can't boot up neither my Win Xp, Linux or Freebsd 6.2 anymore... Has a

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Mel
On Thursday 01 May 2008 22:24:33 Paul Schmehl wrote: > --On Thursday, May 01, 2008 21:52:05 +0200 Mel > > <[EMAIL PROTECTED]> wrote: > > On Thursday 01 May 2008 21:13:41 John wrote: > >> Thank you Mel and Paul for the suggestions. From what I understand the > >> general query log is more for debug

TERM

2008-05-01 Thread alexus
My HOME, END isn't working whenever I login through PuTTY or SecureCRT to FreeBSD-7.0-RELEASE-p1 anyone knows where/what needs to be adjusted? -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread alexus
anyone? On Wed, Apr 30, 2008 at 5:23 PM, alexus <[EMAIL PROTECTED]> wrote: > dd# make cleandepend && make depend > rm -f .depend machine amd64 > cd ../../../modules; > MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules > KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=i386 > KERNBUILDDIR="/usr/s

Re: HDD missing from sysinstall

2008-05-01 Thread Mel
On Thursday 01 May 2008 22:31:13 Cameigons wrote: > I just want to say I'm having the same problem. I have an asus p5n-e SLI, > two seagate 250GB sata2 HD's. > > When trying to install FreeBSD 7.0-Release, the sysinstall pops up the > message "No Disks Found!(...)". And after that I can't boot up n

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mel
On Wednesday 30 April 2008 23:23:27 alexus wrote: > dd# make cleandepend && make depend > rm -f .depend machine amd64 > cd ../../../modules; > MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules > KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=i386 > KERNBUILDDIR="/usr/src/sys/i386/compile/dd" mak

Re: TERM

2008-05-01 Thread Mel
On Thursday 01 May 2008 22:56:39 alexus wrote: > My HOME, END isn't working whenever I login through PuTTY or SecureCRT > to FreeBSD-7.0-RELEASE-p1 > > anyone knows where/what needs to be adjusted? Your client. IIRC, secureCRT had an option to bind keys to a different combination. But it's been a

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread alexus
like i said i copy GENERIC dd# pwd /usr/src/sys/i386/conf dd# grep -i acpi GENERIC dd# my GENERIC doesn't have acpi either... as far as "weird" part goes, this is a plain vanila FreeBSD-7.0-RELEASE, I'm not sure what you mean by "weird" or i386 part, all I did is cp GENERIC dd then vi dd, then c

mailcap documentation?

2008-05-01 Thread Dan Mahoney, System Admin
Hello all, There's apparently an RFC-standard file called /etc/mailcap (as well as .mailcap), but I can't find any docs on this file. Would it be worthwhile to rework the RFC into a manpage (I am willing to do it), or should I bother the providers of ports that use it (such as, say, alpine (

Re: TERM

2008-05-01 Thread alexus
I use same client for RHEL, and it works fine, is there anything can be done in order to make key work as a key (not on client side) but on server? On Thu, May 1, 2008 at 5:40 PM, Mel <[EMAIL PROTECTED]> wrote: > On Thursday 01 May 2008 22:56:39 alexus wrote: > > My HOME, END isn't working whenev

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mel
On Thursday 01 May 2008 23:43:17 alexus wrote: > like i said i copy GENERIC > > dd# pwd > /usr/src/sys/i386/conf > dd# grep -i acpi GENERIC > dd# > > my GENERIC doesn't have acpi either... > > as far as "weird" part goes, this is a plain vanila > FreeBSD-7.0-RELEASE, I'm not sure what you mean by "

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mario Lobo
On Thursday 01 May 2008 18:43:17 alexus wrote: >> why are you compiling under i386 when your system is >> detected as amd64 or ia64 ? You didn't answer this one. uname -a can help. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows F

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread alexus
sorry, this is amd64 On Thu, May 1, 2008 at 6:14 PM, Mario Lobo <[EMAIL PROTECTED]> wrote: > On Thursday 01 May 2008 18:43:17 alexus wrote: > >> why are you compiling under i386 when your system is > >> detected as amd64 or ia64 ? > > You didn't answer this one. > > uname -a can help. > -- > Mar

Re: DNS Problem

2008-05-01 Thread Ruel Luchavez
before i post here i already check the /etc/resolve.conf and this is what's inside of it domain name On Fri, May 2, 2008 at 12:23 AM, Christer Hermansson <[EMAIL PROTECTED]> wrote: > Ruel Luchavez wrote: > > > when i resume it to its current configuration > > "Obtain DBS server automatically" th

Re: DNS Problem

2008-05-01 Thread Ruel Luchavez
before i post here i already check the /etc/resolve.conf and this is what's inside of it domain name myplace.com.ph name server 101.1.21.1 name server192.168.1.62 could it be my firewall blocking it? but i didn't change any configuration from it.. Thanks in advance for your help..:( > >

Re: DNS Problem

2008-05-01 Thread D Hill
On Fri, 2 May 2008 at 09:36 +0800, [EMAIL PROTECTED] confabulated: before i post here i already check the /etc/resolve.conf and this is what's inside of it domain name myplace.com.ph name server 101.1.21.1 name server192.168.1.62 According to the resolver(5) documentation, it should loo

Re: DNS Problem

2008-05-01 Thread Ruel Luchavez
Ok..I have follow your post D Hill, but it doesn't solve the problem Please HELP... Thanks..:( On Fri, May 2, 2008 at 9:45 AM, D Hill <[EMAIL PROTECTED]> wrote: > On Fri, 2 May 2008 at 09:36 +0800, [EMAIL PROTECTED] confabulated: > > before i post here i already check the /etc/resolve.conf and

Re: DNS Problem

2008-05-01 Thread Jonathan Chen
On Fri, May 02, 2008 at 09:36:51AM +0800, Ruel Luchavez wrote: > before i post here i already check the /etc/resolve.conf and this is what's > inside of it > > domain name myplace.com.ph > name server 101.1.21.1 > name server192.168.1.62 > The problems with what you've just posted are:

Re: DNS Problem

2008-05-01 Thread D Hill
On Fri, 2 May 2008 at 15:35 +1200, [EMAIL PROTECTED] confabulated: On Fri, May 02, 2008 at 09:36:51AM +0800, Ruel Luchavez wrote: before i post here i already check the /etc/resolve.conf and this is what's inside of it domain name myplace.com.ph name server 101.1.21.1 name server192.168.

Re: TERM

2008-05-01 Thread Christian Walther
Hi Alexus, 2008/5/1 alexus <[EMAIL PROTECTED]>: > I use same client for RHEL, and it works fine, is there anything can > be done in order to make key work as a key (not on client side) but on > server? probably, yes. I guess that your client sets the TERM variable to something FreeBSD doesn't u

handling stale dependencies

2008-05-01 Thread Zbigniew Szalbot
Hello, I will appreciate your advice about how to best handle stale dependencies. Today I wanted to upgrade phpMyAdmin and I got a number of questions about stale dependencies. I eventually deleted all of them, but does this mean I need to upgrade ports which used this dependency (mailgraph-1

RE: Nut problem and last message repeated in dmesg

2008-05-01 Thread Olivier GARNIER
$ pkg_info | grep nut nut-2.2.1_1 Network UPS Tools $ grep driver /usr/local/etc/nut/*.conf | grep -v \# /usr/local/etc/nut/ups.conf:driver = usbhid-ups $ grep Ellipse /usr/local/etc/nut/driver.list | grep 750 | grep usb "MGE Office Protection Systems" "Ellipse ASR USBS 600/750/1000/1

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Matthew Seaman
Mel wrote: On Thursday 01 May 2008 22:24:33 Paul Schmehl wrote: --On Thursday, May 01, 2008 21:52:05 +0200 Mel <[EMAIL PROTECTED]> wrote: On Thursday 01 May 2008 21:13:41 John wrote: Thank you Mel and Paul for the suggestions. From what I understand the general query log is more for debuggin

Re: handling stale dependencies

2008-05-01 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zbigniew Szalbot wrote: | Hello, | | I will appreciate your advice about how to best handle stale dependencies. Today I wanted to upgrade phpMyAdmin and I got a number of questions about stale dependencies. I eventually deleted all of them, but doe