Re: what's the easiest way to de-html-ize files?

2007-05-14 Thread Ian Smith
On Sat, 12 May 2007 14:34:52 -0700 Gary Kline <[EMAIL PROTECTED]> wrote: > On Mon, May 14, 2007 at 12:09:07PM -0700, Chuck Swiger wrote: > > On May 12, 2007, at 12:54 PM, Gary Kline wrote: > > >This is for those of us who appreciate ASCII or straight > > > ISO_8859-15 rather than marked up fil

Re: Auto shutdown/restart software for FreeBSD?

2007-05-14 Thread WizLayer
On Monday 14 May 2007 08:27:48 pm you wrote: > On May 13, 2007, at 7:13 PM, WizLayer wrote: > > On Sunday 13 May 2007 07:17:14 pm Aftab Jahan Subedar wrote: > >> Would it recharge the battery fully after discharge? I dont think so. > >> So you got to recharge the external battery EXTERNALLY after

Re: Spaces in SSID in /etc/rc.conf

2007-05-14 Thread Bill Campbell
On Tue, May 15, 2007, Murray Taylor wrote: > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Gunther Mayer >> Sent: Tuesday, 15 May 2007 5:46 AM >> To: freebsd-questions@freebsd.org >> Subject: Spaces in SSID in /etc/rc.conf >> >> Hi there, >

Re: Auto shutdown/restart software for FreeBSD?

2007-05-14 Thread NetOpsCenter
Aftab Jahan Subedar wrote: Would it recharge the battery fully after discharge? I dont think so. So you got to recharge the external battery EXTERNALLY after power failure. Aloha Aftab, This was the first thing I tested. I unplugged the unit and let it run on battery all day while I was

RE: Spaces in SSID in /etc/rc.conf

2007-05-14 Thread Murray Taylor
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gunther Mayer > Sent: Tuesday, 15 May 2007 5:46 AM > To: freebsd-questions@freebsd.org > Subject: Spaces in SSID in /etc/rc.conf > > Hi there, > > I got a low key server who is wirelessly connec

gnome-libtool issue [SEC=UNCLASSIFIED]

2007-05-14 Thread Daniel Pottumati
Hello, I've a 4.8 freebsd box, which I've update the ports tree with the current tree from the freebsd website and I'm trying to install tetex from the port directory: /usr/ports/print/teTeX and I get the following error during: make install /bin/sh /usr/ports/x11-fonts/fontconfig/work/gnom

Re: Auto shutdown/restart software for FreeBSD?

2007-05-14 Thread jekillen
On May 13, 2007, at 7:13 PM, WizLayer wrote: On Sunday 13 May 2007 07:17:14 pm Aftab Jahan Subedar wrote: Would it recharge the battery fully after discharge? I dont think so. So you got to recharge the external battery EXTERNALLY after power failure. What's wrong with that? Trickle-charge

Startup errors....su:/bin/csh Perm denied..

2007-05-14 Thread Agus
Hi everybody...i was starting up my bsd when i noticed some errors.. The first one is right after Starting mysql finishes. it says su: /bin/csh: Permission Denied Then it loads sshd and right after it finishes loading sshd it says can not chdir(/var/spool/clientmqueue/): Permission denied Program

smartmontools on Compaq smart array fails

2007-05-14 Thread Nick Jagger
I installed smartmontools from ports on FreeBSD 6.0 on a Compaq Proliant DL360 with smart array 5i controller. I compiled it with ciss support. When running ‘smartctl -i -d cciss,0 /dev/ida0’ I am getting: smartctl version 5.37 [i386-portbld-freebsd6.0] Copyright (C) 2002-6 Bruce Allen Home pa

Re: 3D acceleration within non-root account

2007-05-14 Thread nawcom
Well, it shows that it has to do with device permissions; your root can read and write to it, but your user account can't. be sure and give your user write access to the device. Also your X log should be able to describe in more detail on what the situation is that you are having. check that an

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Jarosław Staniek
Laurence Sanford said the following, On 2007-05-15 00:41: I see where this is going. Actually, in the original db that I created, there is no conflict with "key" rather it appears to be start. However, I can specify that and get (correct) output from the queries. It looks like the problem is r

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Laurence Sanford
Jarosław Staniek wrote: Drew Sanford said the following, On 2007-05-14 20:42: Jarosław Staniek wrote: Drew said the following, On 2007-05-14 14:52: As promised, I'm attaching a database I just threw together. It only has four entries, and one query, but clearly the query should list everythin

Re: sendmail init error: Can't assign requested address

2007-05-14 Thread Chuck Swiger
On May 14, 2007, at 2:25 PM, Ernest Sales wrote: Well, actually not so (sendmail_outbound_enable is supposed to be set to YES, as per defaults, but init says otherwise -- and I don't know what that means). But it starts without delays and can send/receive mail (even internet mail, wow!). Ta

3D acceleration within non-root account

2007-05-14 Thread Ladislav Jozsa
Hello there, I'm trying to get 3D acceleration working on my ThinkPad R40 with ATI Radeon Mobility 7500 graphic card. I'm running FreeBSD 6.1 and I'm able to run 3D under root account, where glxinfo tells me the following: # glxinfo | grep render direct rendering: Yes OpenGL renderer string:

3D acceleration within non-root account

2007-05-14 Thread Ladislav Jozsa
Hello there, I'm trying to get 3D acceleration working on my ThinkPad R40 with ATI Radeon Mobility 7500 graphic card. I'm running FreeBSD 6.1 and I'm able to run 3D under root account, where glxinfo tells me the following: # glxinfo | grep render direct rendering: Yes OpenGL renderer string:

Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; solved?

2007-05-14 Thread Scott Bennett
On Mon, 14 May 2007 16:18:22 +0100 (BST) dharam paul <[EMAIL PROTECTED]> wrote: >That is right sir, thugh kde package was installed, >but >% echo "exec startkde" > ~/.xinitrc >was still required to be passed to X server. > >The display is as if the screen is diagonally right >shifted (i.e. t

Re: Spaces in SSID in /etc/rc.conf

2007-05-14 Thread Christopher Cowart
On Mon, May 14, 2007 at 09:45:48PM +0200, Gunther Mayer wrote: > Hi there, > > I got a low key server who is wirelessly connected to the net using an > SSID that contains a space. In rc.conf I define the ifconfig line for > configuration of my wireless interface upon bootup, but the entire line

RE: sendmail init error: Can't assign requested address

2007-05-14 Thread Ernest Sales
On Monday, May 14, 2007 3:15 AM, Jeffrey Goldberg wrote: > > On May 13, 2007, at 5:07 PM, Ernest Sales wrote: > > > A laptop running 6-STABLE is connected to the Internet thru a DSL > > modem-router doing NAT. It gets a dynamic local IP (fairly recurring > > 192.168.1.33) at every boot. Of course

Re: Stable many-port SATA controller recommendations

2007-05-14 Thread Dieter
> > If I use up a slot, I'd like at least 4 ports and NCQ. > > If FreeBSD doesn't have NCQ support yet I might just get a > > USB or FW to SATA adapter or two and wait for NCQ. > > NCQ is nice but I don't *really* care. I just want something that works > at all :) Of course I would want NCQ if it

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Jarosław Staniek
Drew Sanford said the following, On 2007-05-14 20:42: Jarosław Staniek wrote: Drew said the following, On 2007-05-14 14:52: As promised, I'm attaching a database I just threw together. It only has four entries, and one query, but clearly the query should list everything in table1. SELECT *

Re: what's the easiest way to de-html-ize files?

2007-05-14 Thread Gary Kline
On Mon, May 14, 2007 at 12:09:07PM -0700, Chuck Swiger wrote: > On May 12, 2007, at 12:54 PM, Gary Kline wrote: > >This is for those of us who appreciate ASCII or straight > > ISO_8859-15 rather than marked up files. I have slapped together > > a crude C program that does scotch (or *clean

Spaces in SSID in /etc/rc.conf

2007-05-14 Thread Gunther Mayer
Hi there, I got a low key server who is wirelessly connected to the net using an SSID that contains a space. In rc.conf I define the ifconfig line for configuration of my wireless interface upon bootup, but the entire line reads something like ifconfig_ath0=' inet 192.168.0.1 ssid "my networ

Gaim to Pidgin - plugins?

2007-05-14 Thread Drew Sanford
Is anyone working on a port of the pidgin encryption plugin? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: VNC ??

2007-05-14 Thread Pete C
Quoting Jack Barnett <[EMAIL PROTECTED]>: uh, since he's blocking my emails, here is info if anyone else is interested. so sorry for the bad reply-to addy, new web-mail client ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

Re: Make a jail visible in different networks

2007-05-14 Thread Juan Sosa
Chuck Swiger escribió: On May 14, 2007, at 12:09 PM, Juan Sosa wrote: There are a number of approaches: the simplest involve either adding static routes between your 10.5.1/24 subnet and your 192.168.1/24 subnet, or setting up additional VPN endpoint on the 192.168.1/24 network, or using NAT t

Re: Make a jail visible in different networks

2007-05-14 Thread Chuck Swiger
On May 14, 2007, at 12:09 PM, Juan Sosa wrote: There are a number of approaches: the simplest involve either adding static routes between your 10.5.1/24 subnet and your 192.168.1/24 subnet, or setting up additional VPN endpoint on the 192.168.1/24 network, or using NAT to map the jail IP ont

Re: what's the easiest way to de-html-ize files?

2007-05-14 Thread Chuck Swiger
On May 12, 2007, at 12:54 PM, Gary Kline wrote: This is for those of us who appreciate ASCII or straight ISO_8859-15 rather than marked up files. I have slapped together a crude C program that does scotch (or *cleanse*) text of and so on. Still... is there some standal

Re: Make a jail visible in different networks

2007-05-14 Thread Juan Sosa
Chuck Swiger escribió: Hi-- On May 14, 2007, at 10:30 AM, Juan Sosa wrote: I have a freebsd server (192.168.1.5) running a NATed jail (192.168.1.10). I set up mpd4 on this server in order to allow M$ clients access our 10.5.1.0/24 vpn. Since jails can´t have more than one ip address, is the

Re: what's the easiest way to de-html-ize files?

2007-05-14 Thread Bill Campbell
On Sat, May 12, 2007, Gary Kline wrote: > > > This is for those of us who appreciate ASCII or straight > ISO_8859-15 rather than marked up files. I have slapped together > a crude C program that does scotch (or *cleanse*) text of >and so on. Still... is there some stand

what's the easiest way to de-html-ize files?

2007-05-14 Thread Gary Kline
This is for those of us who appreciate ASCII or straight ISO_8859-15 rather than marked up files. I have slapped together a crude C program that does scotch (or *cleanse*) text of and so on. Still... is there some standalone converter that gets rids of

Re: Maintenance Due

2007-05-14 Thread Jack Barnett
Wait, what? On 5/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 3D"" 3D"" 3D"" [Company.jpg" ] [1][Product.jpg" ] [2][Contact.jpg" ] 3D"" 21439 N. 2nd Ave, Phoenix, AZ 85027 USA Toll Free 800.658.5883 | Fax 602.257.4313 | [EMAIL PROTECTED] Dear Custome

Fwd: VNC ??

2007-05-14 Thread Jack Barnett
uh, since he's blocking my emails, here is info if anyone else is interested. -- Forwarded message -- From: Jack Barnett <[EMAIL PROTECTED]> Date: May 14, 2007 1:58 PM Subject: Re: VNC ?? To: Pete C <[EMAIL PROTECTED]> The way I have mine setup is with Tight VNC (fairly new) [ti

Maintenance Due

2007-05-14 Thread marketing
3D"" 3D"" 3D"" [Company.jpg" ] [1][Product.jpg" ] [2][Contact.jpg" ] 3D"" 21439 = N. 2nd Ave, Phoenix, AZ 85027 USA Toll Free 800.658.5883 | Fax 602.257.4313 = | [EMAIL PROTECTED] Dear Customer, Our service records indicate your Uninterruptible Pow

Re: VNC ??

2007-05-14 Thread Christian Walther
I don't dare to ask why you send a mail to a mailing list without supplying a valid sender adress that can be replied to... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send an

Re: VNC ??

2007-05-14 Thread Andrew Pantyukhin
On 5/14/07, Pete C <[EMAIL PROTECTED]> wrote: what are some of the more current ways to do remote desktop functions w/ FreeBSD 6.2 host and WinXP client . . googled, but alot of stuff out there seems to be awful old . . xrdp is the newest buzzword: http://www.freshports.org/net/xrdp/ X11, all

Re: VNC ??

2007-05-14 Thread Christian Walther
On 14/05/07, Pete C <[EMAIL PROTECTED]> wrote: what are some of the more current ways to do remote desktop functions w/ FreeBSD 6.2 host and WinXP client . . googled, but alot of stuff out there seems to be awful old . . What about NX or X11? You can use a free X-Server such as Cygwin X on your

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Drew Sanford
Jarosław Staniek wrote: Drew said the following, On 2007-05-14 14:52: As promised, I'm attaching a database I just threw together. It only has four entries, and one query, but clearly the query should list everything in table1. SELECT * FROM table1 ORDER BY "key"

Re: Stable many-port SATA controller recommendations

2007-05-14 Thread Erik Osterholm
On Mon, May 14, 2007 at 08:24:34PM +0200, Peter Schuller wrote: > > My main candidate is the AOC-SAT2-MV8. Can anyone offer input on the > > stability of this card in FreeBSD? It would be perfect because it is > > priced very well. > > I ended up getting an AOC-SAT2-MV8. Preliminary results are en

VNC ??

2007-05-14 Thread Pete C
what are some of the more current ways to do remote desktop functions w/ FreeBSD 6.2 host and WinXP client . . googled, but alot of stuff out there seems to be awful old . . TIA Pete C ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Jarosław Staniek
Drew said the following, On 2007-05-14 14:52: As promised, I'm attaching a database I just threw together. It only has four entries, and one query, but clearly the query should list everything in table1. SELECT * FROM table1 ORDER BY "key" A quick note: "k

Re: Make a jail visible in different networks

2007-05-14 Thread Chuck Swiger
Hi-- On May 14, 2007, at 10:30 AM, Juan Sosa wrote: I have a freebsd server (192.168.1.5) running a NATed jail (192.168.1.10). I set up mpd4 on this server in order to allow M$ clients access our 10.5.1.0/24 vpn. Since jails can´t have more than one ip address, is there a way to make 192.

Re: mdconfig -t malloc limits

2007-05-14 Thread Kris Kennaway
On Mon, May 14, 2007 at 12:12:23AM -0700, Kevin Downey wrote: > On 5/14/07, Kris Kennaway <[EMAIL PROTECTED]> wrote: > >On Sun, May 13, 2007 at 09:34:46PM -0700, Kevin Downey wrote: > >> I am building a shiny new desktop, the only thing I don't have right > >> now is the hard drive, so > >> I have

Re: Stable many-port SATA controller recommendations

2007-05-14 Thread Peter Schuller
> My main candidate is the AOC-SAT2-MV8. Can anyone offer input on the > stability of this card in FreeBSD? It would be perfect because it is > priced very well. I ended up getting an AOC-SAT2-MV8. Preliminary results are encouraging but I have not yet run with it for that long... I'll try to reme

Re: Stable many-port SATA controller recommendations

2007-05-14 Thread Peter Schuller
> Are you seeing this same problem on both the Promise and the Silicon > Image? No; with the Silicon Image I am getting the timeouts that "everyone" else is getting (google("freebsd sil3112 timeout"). > Have you tried a different brand of disk? Some combinations of > controller and disk don't wo

Re: Stable many-port SATA controller recommendations

2007-05-14 Thread Peter Schuller
>> WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA= > > please post dmesg! http://distfiles.scode.org/mlref/freebsd-dmesg-promise-tx4-7current.tx > Be aware that some disk drives do the wrong thing. Western Digital desktop > disks, for example, don't simply remap a sector when they

Make a jail visible on different networks

2007-05-14 Thread Juan Sosa
I have a freebsd server (192.168.1.5) running a NATed jail (192.168.1.10). I set up mpd4 on this server in order to allow M$ clients access our 10.5.1.0/24 vpn. Since jails can´t have more than one ip address, is there a way to make 192.168.1.10 visible to the 10.5.1.0/24 network without chang

Make a jail visible in different networks

2007-05-14 Thread Juan Sosa
I have a freebsd server (192.168.1.5) running a NATed jail (192.168.1.10). I set up mpd4 on this server in order to allow M$ clients access our 10.5.1.0/24 vpn. Since jails can´t have more than one ip address, is there a way to make 192.168.1.10 visible to the 10.5.1.0/24 network without chang

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Jerry McAllister
On Mon, May 14, 2007 at 11:33:16AM -0500, Paul Schmehl wrote: > --On Monday, May 14, 2007 12:05:47 -0400 Jerry McAllister <[EMAIL PROTECTED]> > wrote: > > >On Mon, May 14, 2007 at 09:58:54AM -0600, Oscar Chavarria wrote: > > > >>ls /dev/da0s1 > >>/dev/da0s1 > > > >Again, please do not top post.

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Mikhail Goriachev
Oscar Chavarria wrote: > If you will excuse me for now. I'm trying to solve the top-post problem. > > I lost environmental power temporarily a few days ago, and when it was > back (almost immediately), the machine restarted without any input from me. > > I had mounted to /home a 30 GB usb 2.0 hdd

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Oscar Chavarria
If you will excuse me for now. I'm trying to solve the top-post problem. I lost environmental power temporarily a few days ago, and when it was back (almost immediately), the machine restarted without any input from me. I had mounted to /home a 30 GB usb 2.0 hdd. I tried mounting again since I

Re: temp

2007-05-14 Thread Tom Evans
On Fri, 2007-05-11 at 18:12 -0500, Jack Barnett wrote: > Is there any program that'll monitor the temperate of my motherboard? > > There are some windows program that'll give me status on my fans, CPU > temps, motherboard temps, etc - is there anything like that in the > ports collection? > > (ba

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Paul Schmehl
--On Monday, May 14, 2007 12:05:47 -0400 Jerry McAllister <[EMAIL PROTECTED]> wrote: On Mon, May 14, 2007 at 09:58:54AM -0600, Oscar Chavarria wrote: ls /dev/da0s1 /dev/da0s1 Again, please do not top post. It makes it very hard to have any idea what you are referring to. The entire co

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Mikhail Goriachev
Oscar Chavarria wrote: > ls /dev/da0s1 > /dev/da0s1 Oscar, once again, don't top-post[1] please and show us the output of: # ls /dev/da0* Regards, Mikhail. [1] - http://en.wikipedia.org/wiki/Top-post -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 382551

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Jerry McAllister
On Mon, May 14, 2007 at 09:58:54AM -0600, Oscar Chavarria wrote: > ls /dev/da0s1 > /dev/da0s1 Again, please do not top post. It makes it very hard to have any idea what you are referring to. The entire context of the conversation gets lost. In this case, what do you mean? You just did an

Fresh OS/Perl{Threaded}/Apache 1.3.37/modperl segfault

2007-05-14 Thread Tuc at T-B-O-H.NET
Hi, Installed a fresh 5.5-R-p12 (I *NEED* to run 5.5, sorry) with apache+mod_ssl+mod_deflate-1.3.37+2.8.28 perl-threaded-5.8.8 mod_perl-1.30 When I try to start it I get a segfault. The backtrace is : (gdb) bt #0 0x286e9350 in Perl_newSVpvn () from /usr/local/lib/perl5/5.8.

Re: Building 5.x binaries on 6.2-RELEASE

2007-05-14 Thread Odhiambo WASHINGTON
* On 14/05/07 10:30 -0400, Brian Hourigan wrote: | I'm involved in some software development and we need to provide | precompiled binaries for FreeBSD 5.x from a 6.2-RELEASE system | | I checked through the documentation on the pointyhat package building | cluster, it mentions the machines run 7

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Oscar Chavarria
ls /dev/da0s1 /dev/da0s1 On 5/14/07, Mikhail Goriachev <[EMAIL PROTECTED]> wrote: Oscar Chavarria wrote: > fsck /dev/da0s1 /home > fsck: could not determine filesystem type. > > Go figure. Might the hdd be damaged? I guess not since boot recognized > it, right? Please don't top-post and keep

Re: php5-interbase dependancy on firebird2-client - SOLVED

2007-05-14 Thread Odhiambo Washington
* On 12/05/07 15:00 +0300, Wash wrote: | Hi people, | | I have installed (by luck) firebird-{server|client} on FreeBSD | 6.2-STABLE. | Now I want to install php5-interbase, but it seems dependent on | firebird2-client, but I have installed firebird1-client! | | How can I make it depend on firebi

Re: cdrtools question

2007-05-14 Thread Roland Smith
On Sun, May 13, 2007 at 10:36:52PM +, AN wrote: > > Install the cdrtools-devel port instead of cdrtools. That should give > > you 2.01.01a11. > > > > Or you can install dvd+rw-tools, which can burn DVDs. > 4 installed 2.01.01a11 from ports with make install clean > installed successfully >

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Mikhail Goriachev
Oscar Chavarria wrote: > fsck /dev/da0s1 /home > fsck: could not determine filesystem type. > > Go figure. Might the hdd be damaged? I guess not since boot recognized > it, right? Please don't top-post and keep the conversation on the list. It seems like you've tried to fsck only the slice (da

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Mikhail Goriachev
Oscar Chavarria wrote: > I lost environmental power temporarily a few days ago, and when it was back > (almost immediately), the machine restarted without any input from me. > > I had mounted to /home a 30 GB usb 2.0 hdd. > > I tried mounting again since I did not find it in df. > > The prompt i

Re: Unable to mount HDD - Newbie question

2007-05-14 Thread Jerry McAllister
On Mon, May 14, 2007 at 09:12:00AM -0600, Oscar Chavarria wrote: > I lost environmental power temporarily a few days ago, and when it was back > (almost immediately), the machine restarted without any input from me. > > I had mounted to /home a 30 GB usb 2.0 hdd. > > I tried mounting again since

Re: Wierd Network problem

2007-05-14 Thread Craig Russell
Yes, I could use something other than cpanel, and directadmin was actually one of my choices but unfortunately, that decision was not mine. I'm only responsible for getting the software that was chosen to work. My issue with the patch was that it was written for if_bge.c dated in March 2006 and I

Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; solved?

2007-05-14 Thread dharam paul
That is right sir, thugh kde package was installed, but % echo "exec startkde" > ~/.xinitrc was still required to be passed to X server. The display is as if the screen is diagonally right shifted (i.e. there is empty space at the left and at the bottom) I am using VESA driver. Is further improve

Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; solved?

2007-05-14 Thread dharam paul
That is right sir, thugh kde package was installed, but % echo "exec startkde" > ~/.xinitrc was still required to be passed to X server. The display is as if the screen is diagonally right shifted (i.e. there is empty space at the left and at the bottom) I am using VESA driver. Is further improve

Unable to mount HDD - Newbie question

2007-05-14 Thread Oscar Chavarria
I lost environmental power temporarily a few days ago, and when it was back (almost immediately), the machine restarted without any input from me. I had mounted to /home a 30 GB usb 2.0 hdd. I tried mounting again since I did not find it in df. The prompt is always "WARNING: /home was not prope

Re: startup scripts not working

2007-05-14 Thread Apatewna
O/H Howard Goldstein έγραψε: None of the scripts work, they show the same behavior, and i ran them as root. I don't have any of those installed but most of the local rc.d scripts need an enable flag in /etc/rc.conf . Take a look at your rc.d scripts and see if they need them to. You can als

Re: Confusion between latex & teTeX ports

2007-05-14 Thread Lowell Gilbert
Vittorio <[EMAIL PROTECTED]> writes: > I've been happily using latex, pdflatex and context for five years now. > Now, because a port complains for the absence of a psfonts.sty file > which seems to be presente in the latex port I tried to install this > port BUT > I can't make head or tail of t

Re: daily and weekly messages

2007-05-14 Thread WizLayer
On Monday 14 May 2007 08:33:25 am DSA - JCR wrote: > HI all > > I have installed a FreeBSD 6.2 box as a backup box for a company. Also > used GELI to crypto the external usb disk. ALL fine. well done to all. > > My question is that FBSD box sends daily reports messages (weekly also) > but it send t

daily and weekly messages

2007-05-14 Thread DSA - JCR
HI all I have installed a FreeBSD 6.2 box as a backup box for a company. Also used GELI to crypto the external usb disk. ALL fine. well done to all. My question is that FBSD box sends daily reports messages (weekly also) but it send to a email address that doesn't exist. My box name is "mypc.net"

Re: mount problem after the kernel load: Manual root filesystem specification

2007-05-14 Thread Volodymyr Kostyrko
Olivier Utkala wrote: Hi All, After the kernel load, it's necessary for me to enter the folowing to continue the start process: mountroot> ufs:ad2s1a I find on another machine, wich start correctly, with the same version of FreeBSD, that the last line of command kenv results: vfs.root.mo

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Drew
As promised, I'm attaching a database I just threw together. It only has four entries, and one query, but clearly the query should list everything in table1. On 5/13/07, Laurence Sanford <[EMAIL PROTECTED]> wrote: Jarosław Staniek wrote: > On 12 Maj, 02:41, Danny Pansters <[EMAIL PROTECTED]> wr

Re: Re: cdrtools question

2007-05-14 Thread Volker
On 12/23/-58 20:59, AN wrote: > Thanks for getting back to me. I tried your suggestion, but it did not > work. Here's what I did: > > 1 Tried to pkg_delete cdrtools > that failed because of dependencies > > 2 pkg_delete -f > that deleted the old crtools > > 3 install compat5x > it became neces

Re: ipmi drivers

2007-05-14 Thread Pietro Cerutti
Dhananjaya hiremath wrote: > Hello sir, Hello, > Here we did the following command to build the ipmi. > > # cd /usr/src/sys/modules/i2c/smbus && make && make install > # cd /usr/src/sys/modules/ipmi && make && make install > # kldload smbus > # kldload ipmi > > Then how we come to know that the

ipmi drivers

2007-05-14 Thread Dhananjaya hiremath
Hello sir, Here we did the following command to build the ipmi. # cd /usr/src/sys/modules/i2c/smbus && make && make install # cd /usr/src/sys/modules/ipmi && make && make install # kldload smbus # kldload ipmi Then how we come to know that the driver is installed.And how to ensure that driver ru

Fwd: building ipmi drivers

2007-05-14 Thread Dhananjaya hiremath
Note: forwarded message attached. - Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. --- Begin Message --- Hello sir, Here we did the following command to build the ipmi. # cd /usr/src/sys/modules/i2c/smbus && make && m

Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; Not solved?

2007-05-14 Thread WizLayer
On Monday 14 May 2007 05:22:47 am you wrote: > Thanks for the reply, Sir. > After your advise, I have tried VESA driver too. I am > able to get to the graphical mode. Therein, in > graphical mode, I got three four windows , three white > in color and were terminal screens, wherein I could > not typ

Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; Not solved

2007-05-14 Thread dharam paul
Thanks for the reply, Sir. After your advise, I have tried VESA driver too. I am able to get to the graphical mode. Therein, in graphical mode, I got three four windows , three white in color and were terminal screens, wherein I could not type any thing. And the fourth window was a clock. I am nea

Re: mdconfig -t malloc limits

2007-05-14 Thread Kevin Downey
On 5/14/07, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Sun, May 13, 2007 at 09:34:46PM -0700, Kevin Downey wrote: > I am building a shiny new desktop, the only thing I don't have right > now is the hard drive, so > I have been booting a minimal system off a flash drive. The box has > two gigs of

Re: mdconfig -t malloc limits

2007-05-14 Thread Kris Kennaway
On Sun, May 13, 2007 at 09:34:46PM -0700, Kevin Downey wrote: > I am building a shiny new desktop, the only thing I don't have right > now is the hard drive, so > I have been booting a minimal system off a flash drive. The box has > two gigs of ram. if I try to create a malloc backed md device bigg