Re: Wierd Network problem

2007-05-14 Thread Martin Hepworth

Craig

applying the patch should be easy enough. You could always use something
better than cpanel, I've always perferred directadmin myself.

--
martin

On 5/13/07, Craig Russell [EMAIL PROTECTED] wrote:


Yes, I have tried different cables, even different
physical ports (although same type of port).  There
was a bug filed against 6.1 for the bge interfaces
that maybe related, although the bug indicated
absolutely no network conductivity.  There was a patch
released and I'm trying to recompile with that patch.
I must admit I'm having a hard time figuring out how
to apply the patch but once I get past that hurdle
I'll see what happens.

If I can't ge the bge interface working my next best
solution will be to just install another card in one
of the pci slots and use that instead.  Ideally, I
would upgrade to 6.2 but cpanel won't support 6.2 so
I'm stuck on 6.1 for the time being.

Thanks for the reply,

Craig Russell

--- Martin Hepworth [EMAIL PROTECTED] wrote:

 Criag

 have you tried cables? Could be a duff network cable
 or even speed mismatch
 between you and the router/switch.

 -
 martin

 On 5/12/07, Craig Russell [EMAIL PROTECTED]
 wrote:
 
  I have a dell poweredge 6650 installed with
 freebsd
  6.1 and on the local router, everything works
 great
  (ie, a computer on a different subnet off the same
  router can access it fine) but coming from outside
 of
  the network access is incredibly slow.  My first
  thought was that it must be a routing issue, but I
  have two other freebsd 6.1 servers on that same
 subnet
  and I can access them fine from outside.  I dug a
  little further and compared the servers that are
  working with those that are not and these are the
  differences that I have found.
 
  On the servers that are working (dell poweredge
  2450's) the interface is an fxp0 and here is the
  output of ifconfig:
  fxp0:
  flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
 mtu
  1500
  options=8VLAN_MTU
  inet6 fe80::2b0:d0ff:fee1:f66a%fxp0 prefixlen 64
  scopeid 0x1
  inet 64.25.218.2 netmask 0xff80 broadcast
  64.25.218.127
  ether 00:b0:d0:e1:f6:6a
  media: Ethernet autoselect (100baseTX
 full-duplex)
  status: active
 
  on the server that is not working:
 
  bge0:
  flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
 mtu
  1500
  options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
  inet6 fe80::211:43ff:fedc:9aa2%bge0 prefixlen 64
  scopeid 0x1
  inet 64.25.218.10 netmask 0xff80 broadcast
  64.25.218.127
  ether 00:11:43:dc:9a:a2
  media: Ethernet autoselect (100baseTX
 full-duplex)
  status: active
 
  The first thing that i noticed is that on the
 option
  line there is quite a bit of difference between
 the
  two.  So using the command line ifconfig tool I
  removed RXCSUM, TXCSUM from the bge0 interface.
  Voila!  Speed increased and the server was
 actually
  accessible from off net.  Unfortunately, as soon
 as I
  tried to access any other port, the interface
 crashes.
  Eventually the watchdog picks up on that and
 restarts
  the interface.  But the problem is completely
  repeatable.
 
  The server that I am having problems with is
 running
  cpanel 10.9; the two that are working are running
 the
  dns-only version of cpanel.  I am not picking up
 any
  errors in the logs.  This could be related to
 cpanel,
  or not, I'm not really sure, although it shouldn't
 be.
 
  The other unique thing about the setup, that very
 well
  may be affecting is that the router in question
 has
  two subnets configured on the internal port.
 There is
  a nat'd subnet for our local users and there is
 the
  public subnet that these servers sit on.  The
 final
  resting place for all three is in a datacenter
 that
  isn't built yet, so rather than reconfigure
 everything
  once that was done I simply routed the final
 subnet to
  our office and set it up their.  The router is a
  mikrotik RB112 board which only has one ethernet
 port
  so I couldn't dedicate a port for the new subnet.
 As
  I said, my first thought was that the problem was
 in
  the router, but the other two servers are running
  fine.
 
  Any suggestions?
 
  Thank you,
  Craig Russell
  ___
  freebsd-questions@freebsd.org mailing list
 

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

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


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


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


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 bigger
 then 300mb(this is not the exact limit but it is between 300mb and
 400mb) it fails. If I use -o reserve the mdconfig command fails and if
 I don't then when I try and use that space FreeBSD crashes. It seems
 like there should be enough unused memory to create a 1gb malloc
 backed md.
 
 I have no swap because the only drive is a flash drive.
 / is  mounted read only.
 /tmp and /var are 124mb malloc backed md devices
 
 What is the deal? Is this some tunable limit? Should I fire up memtest?

See the manpage, or the archives for extensive discussion.  Bottom
line: you almost certain don't want to use malloc backing, but instead
swap backing.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 ram. if I try to create a malloc backed md device bigger
 then 300mb(this is not the exact limit but it is between 300mb and
 400mb) it fails. If I use -o reserve the mdconfig command fails and if
 I don't then when I try and use that space FreeBSD crashes. It seems
 like there should be enough unused memory to create a 1gb malloc
 backed md.

 I have no swap because the only drive is a flash drive.
 / is  mounted read only.
 /tmp and /var are 124mb malloc backed md devices

 What is the deal? Is this some tunable limit? Should I fire up memtest?

See the manpage, or the archives for extensive discussion.  Bottom
line: you almost certain don't want to use malloc backing, but instead
swap backing.

Kris



using:
mdconfig -a -t swap -s 500m -o reserve
I get:
mdconfig: ioctl(/dev/mdctl): Numerical argument out of domain
in fact I get the same message no matter what size I pick.

I had assumed that since I don't have a swap partition setup that
using a backing method called 'swap' wasn't a good idea.

--
The biggest problem with communication is the illusion that it has
occurred. G. B. Shaw
www.thelastcitadel.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 near to the target?

I also tried as per instructions given in the
handbook. By following this method too, I get same
four widows.

Regards
--- WizLayer [EMAIL PROTECTED] wrote:

 On Sunday 13 May 2007 09:41:02 am dharam paul wrote:
  Could someone please guide me to a good guide on
  setting up ATI Radeon 9600xt (256MB DDR) on
 FreeBSD
  6.2 ? I have tried the availabe drivers after
 passing
  xorgconfig command but I am getting error No
 screen
  Found
  Regards
 
 
 
 could be several things, Try reviewing...
 
 FreeBSD handbook
 /etc/ttys
 xorgs documents, esp their list of supported cards
 kern_securelevel
 
 have you tried configuring xorg with the VESA
 driver.  Most cards these days 
 are VESA compliant at the very least.
  
 HTH
 
 WizLayer
 
 -- 
 
 
 Life is better with a BSD.
 For more info, www.bsd.org.
 
 



  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 type any thing. And the fourth window was a clock.

 I am near to the target?

 I also tried as per instructions given in the
 handbook. By following this method too, I get same
 four widows.

 Regards

 --- WizLayer [EMAIL PROTECTED] wrote:
  On Sunday 13 May 2007 09:41:02 am dharam paul wrote:
   Could someone please guide me to a good guide on
   setting up ATI Radeon 9600xt (256MB DDR) on
 
  FreeBSD
 
   6.2 ? I have tried the availabe drivers after
 
  passing
 
   xorgconfig command but I am getting error No
 
  screen
 
   Found
   Regards
 
  could be several things, Try reviewing...
 
  FreeBSD handbook
  /etc/ttys
  xorgs documents, esp their list of supported cards
  kern_securelevel
 
  have you tried configuring xorg with the VESA
  driver.  Most cards these days
  are VESA compliant at the very least.
 
  HTH
 
  WizLayer
 
  --
 
 
  Life is better with a BSD.
  For more info, www.bsd.org.

   Office firewalls, cyber cafes, college labs, don't allow you to
 download CHAT? Click here:
 http://in.messenger.yahoo.com/webmessengerpromo.php

What's not solved?  Did something not work?  What have you tried?  What are 
the error messages?

If what you're seeing is a graphical display with xterm windows and a clock, 
it seems to me like it's working exactly the way it's supposed to.  It just 
sounds like you didn't finish following along in chapter 5 of the handbook 
where it explains that you'll want to install a windows manager you can use.

As you'll see in the handbook (still chapter 5), the more popular options are 
KDE and Gnome,  but there are lots of others you'll find in your ports tree.  
You can learn about the ports tree in the handbook.  And you'll probably want 
a display manager too...  Yep, the handbook.

It's really very well written.  

HTH,

WizLayer


-- 


Life is better with a BSD.
For more info, www.bsd.org.



pgpiYekWGzm1i.pgp
Description: PGP signature


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. ---BeginMessage---

   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 runs successfully. And pls specfiy the steps for
   building on the freebsd.
   When we gone through the ioport dir and while reading Makefile.pre.in
   it mentioned as build and install the python1.5 newer.Then what we
   have to do build and istalle the python running the make command
   becaluse it is giving error as makefile python not found.
 _

   Ready for the edge of your seat? [1]Check out tonight's top picks on
   Yahoo! TV.

References

   1. http://us.rd.yahoo.com/evt=48220/*http://tv.yahoo.com/
---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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 runs successfully. And pls specfiy the steps for building on 
the freebsd.

 
-
Don't get soaked.  Take a quick peak at the forecast 
 with theYahoo! Search weather shortcut.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 driver is installed.And how to 
 ensure that driver runs successfully. And pls specfiy the steps for building 
 on the freebsd.
Take a look at your console (ttyv0) and/or at the tail of /var/log/messages.

You should see whether your hardware has been attached by the ipmi driver.

Unfortunately I don't own such a hardware, so I cannot provide an example.

-- 
Pietro Cerutti

PGP Public Key ID:
http://gahr.ch/pgp



signature.asc
Description: OpenPGP digital signature


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 necessary some time time ago
 
 4 installed 2.01.01a11 from ports with make install clean
 installed successfully
 

Andy,

I'm unable to help with your real problem but switching from cdrtools
to cdrtools-devel goes like this:

`portupgrade -o sysutils/cdrtools-devel cdrtools'

It's a one liner. Your way could cause a lot of trouble (and eat up
your time). You should make sure your dependencies are still in sync
(`pkgdb -F').

HTH

Volker

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


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] wrote:

yields an empty result. Does anyone have any pointers on what it
 might
take to get this working again? I have about 30 saved queries,
 none of
them work any more.
 
   What kind of database? Native (SQLite), MySQL, Postgres?
 
   Kind regards,
 
  I think you should install the qt database(s) support you want via
 ports:
 
  qt-ibase-plugin
  qt-mysql-plugin
  qt-odbc-plugin
  qt-pgsql-plugin
  qt-sqlite-plugin
  qt4-ibase-plugin
  qt4-mysql-plugin
  qt4-odbc-plugin
  qt4-pgsql-plugin
  qt4-sql
  qt4-sqlite-plugin
  qt4-sqlite3-plugin

 Hello,
 Kexi does not use qt sql plugins you mentioned above.
 Drew, could you send me an SQLite  database file with the problem
 reproduced?

I'll try to build one at home (similar system, though they have
exhibited different bugs at times) and see if it does the same thing, if
not, I'll try to put something together for you from work Monday.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Test.kexi
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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.mountfrom=ufs:/dev/ad0s1a
On my start-problem machine, these last line don't exists.

How can I resolve these problem to start correctly, without enter 
filesystem specification each time?

Thanks in advance for any response.


 1. What is your fstab entry for '/'?
 2. man boot, especially about '/boot.config'. You can see how this can 
be used for switching boot drive at 
'http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html'.


--
Sphinx of black quartz judge my vow!

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


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 and it send the messages to mypc.net.net, this generates meny
Don't send email because email address does not exist.

I don't know how to change this double net.

I use sendmail as default, and i have redirected the default root to an
external own email in order to see how is going the system out of the
office.

the name of the box is mypc.net not mypc.net.net.

1.- How or where can I change the box name for sendmail?

2.- Where can I get info about the reports (which info to send and when)?
I would like to get the most info about the box out of the office.


Thanks in advance

Juan Coruña
Desarrollo de Software Atlantico



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


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 to a email address that doesn't exist. My box name is
 mypc.net and it send the messages to mypc.net.net, this generates meny
 Don't send email because email address does not exist.

 I don't know how to change this double net.

 I use sendmail as default, and i have redirected the default root to an
 external own email in order to see how is going the system out of the
 office.

 the name of the box is mypc.net not mypc.net.net.

 1.- How or where can I change the box name for sendmail?

 2.- Where can I get info about the reports (which info to send and when)?
 I would like to get the most info about the box out of the office.


 Thanks in advance

 Juan Coruña
 Desarrollo de Software Atlantico

And you don't have the double .nets in your /etc/mail/aliases file?  Did you 
correct it at one time and forget to do a 'newaliases' after the correction?

WizLayer
-- 


Life is better with a BSD.
For more info, www.bsd.org.



pgpqfIk7dleW5.pgp
Description: PGP signature


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 the fact that if I try to install 
 the port /usr/ports/print/latex while teTeX-base  teTeX-texmf are 
 installed they conflict

 stat# make install
 ===  Installing for 
 latex2e-2003.12_1

 ===  latex2e-2003.12_1 conflicts with installed 
 package(s):
   teTeX-base-3.0_10
   teTeX-texmf-3.0_5

   They 
 install files into the same place.
   Please remove them first with 
 pkg_delete(1).
 *** Error code 1

 Stop in /usr/ports/print/latex.

 Why 
 is that? I thought that latex was part of/ a subset of  the wider teTeX 
 port, therefore there's no reason why they should conflict. Isn't that 
 true OR  or is latex  considered a different port/code with different 
 libs and executable?

Those ports are *different* ways to get LaTeX.  That's why
they conflict; because they both try to install (for example)
/usr/local/bin/latex.

The file you are looking for does *not* seem to be in the
print/latex port, so you need to figure out what is happening
at a more basic level, and work it out from there.  You have
not provided enough information for us to give more guidance
at this point.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 also run these with -x to see 
what's happening (eg.,  sh -x /usr/local/etc/rc.d/apache22 start)




Since the original question has been answered I'll just add a little 
more detail.


Whenever you install some software that has a run script in 
/usr/local/etc/rc.d, there is an easy way to figure out which parameters 
need to be enabled in /etc/rc.conf. Just run the script with the rcvar 
parameter. (eg /usr/local/etc/rc.d/apache22 rcvar)


The same applies for system services (sshd, inetd) that have their start 
scripts in /etc/rc.d


--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 properly dismounted.

The output from dmesg is:
da0 at umass-sim0 bus 0 target 0 lun 0
da0: HITACHI- DK23 etc
WARNING: /home was not properly dismounted.


Thanks in advance for any help to mount the disk again.


--
Regards

Oscar Chavarria
Mobile:  +506 814-0247

*** The more I know people the more I love my FreeBSD ***

--- In a world without boundaries, we don't need Windows or Gates ---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 improvement
possible so that display is stretched to whole screen.
I have googled about this problem, but so far the
solution seems to be a little away.
Regards

--- WizLayer [EMAIL PROTECTED] wrote:

 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 type any thing. And the fourth window was a
 clock.
 
  I am near to the target?
 
  I also tried as per instructions given in the
  handbook. By following this method too, I get same
  four widows.
 
  Regards
 
  --- WizLayer [EMAIL PROTECTED] wrote:
   On Sunday 13 May 2007 09:41:02 am dharam paul
 wrote:
Could someone please guide me to a good guide
 on
setting up ATI Radeon 9600xt (256MB DDR) on
  
   FreeBSD
  
6.2 ? I have tried the availabe drivers after
  
   passing
  
xorgconfig command but I am getting error
 No
  
   screen
  
Found
Regards
  
   could be several things, Try reviewing...
  
   FreeBSD handbook
   /etc/ttys
   xorgs documents, esp their list of supported
 cards
   kern_securelevel
  
   have you tried configuring xorg with the VESA
   driver.  Most cards these days
   are VESA compliant at the very least.
  
   HTH
  
   WizLayer
  
   --
  
  
   Life is better with a BSD.
   For more info, www.bsd.org.
 
Office firewalls, cyber cafes, college labs,
 don't allow you to
  download CHAT? Click here:
 
 http://in.messenger.yahoo.com/webmessengerpromo.php
 
 What's not solved?  Did something not work?  What
 have you tried?  What are 
 the error messages?
 
 If what you're seeing is a graphical display with
 xterm windows and a clock, 
 it seems to me like it's working exactly the way
 it's supposed to.  It just 
 sounds like you didn't finish following along in
 chapter 5 of the handbook 
 where it explains that you'll want to install a
 windows manager you can use.
 
 As you'll see in the handbook (still chapter 5), the
 more popular options are 
 KDE and Gnome,  but there are lots of others you'll
 find in your ports tree.  
 You can learn about the ports tree in the handbook. 
 And you'll probably want 
 a display manager too...  Yep, the handbook.
 
 It's really very well written.  
 
 HTH,
 
 WizLayer
 
 
 -- 
 
 
 Life is better with a BSD.
 For more info, www.bsd.org.
 
 




__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 improvement
possible so that display is stretched to whole screen.
I have googled about this problem, but so far the
solution seems to be a little away. Sorry for poor
English please.
Regards

--- WizLayer [EMAIL PROTECTED] wrote:

 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 type any thing. And the fourth window was a
 clock.
 
  I am near to the target?
 
  I also tried as per instructions given in the
  handbook. By following this method too, I get same
  four widows.
 
  Regards
 
  --- WizLayer [EMAIL PROTECTED] wrote:
   On Sunday 13 May 2007 09:41:02 am dharam paul
 wrote:
Could someone please guide me to a good guide
 on
setting up ATI Radeon 9600xt (256MB DDR) on
  
   FreeBSD
  
6.2 ? I have tried the availabe drivers after
  
   passing
  
xorgconfig command but I am getting error
 No
  
   screen
  
Found
Regards
  
   could be several things, Try reviewing...
  
   FreeBSD handbook
   /etc/ttys
   xorgs documents, esp their list of supported
 cards
   kern_securelevel
  
   have you tried configuring xorg with the VESA
   driver.  Most cards these days
   are VESA compliant at the very least.
  
   HTH
  
   WizLayer
  
   --
  
  
   Life is better with a BSD.
   For more info, www.bsd.org.
 
Office firewalls, cyber cafes, college labs,
 don't allow you to
  download CHAT? Click here:
 
 http://in.messenger.yahoo.com/webmessengerpromo.php
 
 What's not solved?  Did something not work?  What
 have you tried?  What are 
 the error messages?
 
 If what you're seeing is a graphical display with
 xterm windows and a clock, 
 it seems to me like it's working exactly the way
 it's supposed to.  It just 
 sounds like you didn't finish following along in
 chapter 5 of the handbook 
 where it explains that you'll want to install a
 windows manager you can use.
 
 As you'll see in the handbook (still chapter 5), the
 more popular options are 
 KDE and Gnome,  but there are lots of others you'll
 find in your ports tree.  
 You can learn about the ports tree in the handbook. 
 And you'll probably want 
 a display manager too...  Yep, the handbook.
 
 It's really very well written.  
 
 HTH,
 
 WizLayer
 
 
 -- 
 
 
 Life is better with a BSD.
 For more info, www.bsd.org.
 
 



  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 actually compiled a
new kernel using the release from December 2006. 
Everything that I read about the bug said that it was
fixed in the 6.2-release tree so I thought that would
be ok. 

Tcpdumps did show massive amounts of bad chksum's from
packets off of the network so it looks as though that
was my issue.  Not sure why it didn't work after the
recompile.  I ended up having to install a new card
and a linksys gigabit card is working nicely now.

Thanks for all of the suggestions.

Craig Russell

--- Martin Hepworth [EMAIL PROTECTED] wrote:

 Craig
 
 applying the patch should be easy enough. You could
 always use something
 better than cpanel, I've always perferred
 directadmin myself.
 
 --
 martin
 
 On 5/13/07, Craig Russell [EMAIL PROTECTED]
 wrote:
 
  Yes, I have tried different cables, even different
  physical ports (although same type of port). 
 There
  was a bug filed against 6.1 for the bge interfaces
  that maybe related, although the bug indicated
  absolutely no network conductivity.  There was a
 patch
  released and I'm trying to recompile with that
 patch.
  I must admit I'm having a hard time figuring out
 how
  to apply the patch but once I get past that hurdle
  I'll see what happens.
 
  If I can't ge the bge interface working my next
 best
  solution will be to just install another card in
 one
  of the pci slots and use that instead.  Ideally, I
  would upgrade to 6.2 but cpanel won't support 6.2
 so
  I'm stuck on 6.1 for the time being.
 
  Thanks for the reply,
 
  Craig Russell
 
  --- Martin Hepworth [EMAIL PROTECTED] wrote:
 
   Criag
  
   have you tried cables? Could be a duff network
 cable
   or even speed mismatch
   between you and the router/switch.
  
   -
   martin
  
   On 5/12/07, Craig Russell
 [EMAIL PROTECTED]
   wrote:
   
I have a dell poweredge 6650 installed with
   freebsd
6.1 and on the local router, everything works
   great
(ie, a computer on a different subnet off the
 same
router can access it fine) but coming from
 outside
   of
the network access is incredibly slow.  My
 first
thought was that it must be a routing issue,
 but I
have two other freebsd 6.1 servers on that
 same
   subnet
and I can access them fine from outside.  I
 dug a
little further and compared the servers that
 are
working with those that are not and these are
 the
differences that I have found.
   
On the servers that are working (dell
 poweredge
2450's) the interface is an fxp0 and here is
 the
output of ifconfig:
fxp0:
   
 flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
   mtu
1500
options=8VLAN_MTU
inet6 fe80::2b0:d0ff:fee1:f66a%fxp0 prefixlen
 64
scopeid 0x1
inet 64.25.218.2 netmask 0xff80 broadcast
64.25.218.127
ether 00:b0:d0:e1:f6:6a
media: Ethernet autoselect (100baseTX
   full-duplex)
status: active
   
on the server that is not working:
   
bge0:
   
 flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
   mtu
1500
   
 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
inet6 fe80::211:43ff:fedc:9aa2%bge0 prefixlen
 64
scopeid 0x1
inet 64.25.218.10 netmask 0xff80 broadcast
64.25.218.127
ether 00:11:43:dc:9a:a2
media: Ethernet autoselect (100baseTX
   full-duplex)
status: active
   
The first thing that i noticed is that on the
   option
line there is quite a bit of difference
 between
   the
two.  So using the command line ifconfig tool
 I
removed RXCSUM, TXCSUM from the bge0
 interface.
Voila!  Speed increased and the server was
   actually
accessible from off net.  Unfortunately, as
 soon
   as I
tried to access any other port, the interface
   crashes.
Eventually the watchdog picks up on that and
   restarts
the interface.  But the problem is completely
repeatable.
   
The server that I am having problems with is
   running
cpanel 10.9; the two that are working are
 running
   the
dns-only version of cpanel.  I am not picking
 up
   any
errors in the logs.  This could be related to
   cpanel,
or not, I'm not really sure, although it
 shouldn't
   be.
   
The other unique thing about the setup, that
 very
   well
may be affecting is that the router in
 question
   has
two subnets configured on the internal port.
   There is
a nat'd subnet for our local users and there
 is
   the
public subnet that these servers sit on.  The
   final
resting place for all three is in a datacenter
   that
isn't built yet, so rather than reconfigure
   everything
once that was done I simply routed the final
   subnet to
our office and set it up their.  

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 I did not find it in df.
 
 The prompt is always WARNING: /home was not properly dismounted.
 
 The output from dmesg is:
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: HITACHI- DK23 etc
 WARNING: /home was not properly dismounted.
 
 Thanks in advance for any help to mount the disk again.

Try running fsck on it.
  fsck  /dev/device_name
The device name would be whatever the partition name should be.

That should either fix it or give you some ideas of where
to go next.

jerry

 
 -- 
 Regards
 
 Oscar Chavarria
 Mobile:  +506 814-0247
 
 *** The more I know people the more I love my FreeBSD ***
 
 --- In a world without boundaries, we don't need Windows or Gates ---
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 is always WARNING: /home was not properly dismounted.
 
 The output from dmesg is:
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: HITACHI- DK23 etc
 WARNING: /home was not properly dismounted.


You have to fsck(8) that disc. Try the following before remounting:


# fsck -f /dev/da0s1d


Replace da0s1d accordingly (if necessary).



Hopefully it helps.



Regards,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 (da0s1). You have to
fsck the partition itself:

# fsck /dev/da0s1d

The last letter should be the one you assigned when you labeled that drive.



Show us the output of:

# ls /dev/da0*


Regards,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.
snip
  4 installed 2.01.01a11 from ports with make install clean
  installed successfully
 
  Now when I start xcdroast the main menu comes up, but there is no option for 
  DVD only CD.
 
  What else can I do to try to figure this out?

Look at http://www.xcdroast.org/, and you'll see:

  For a while now the newer cdrtools are no longer fully compatible with
  X-CD-Roast. A patch from Helmut Jarausch fixes a problem with mkisofs.

(There is a link to the patch. If it's not already in the port, then I
suggest you submit a PR)

  Again I remind you, that you can use X-CD-Roast with the new cdrtools
  (including the free DVD-support, without the need for a key) when you
  copy the binary from cdrecord to cdrecord.prodvd and start
  X-CD-Roast with the -n option (to skip the version check).

HTH,
Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpiFgEn6QCxf.pgp
Description: PGP signature


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 firebird-client instead of firebird2-client?
| 
| My webdev insists on using firebird 1.5.x instead of firebird2.
| 
| Besides, installing firebird2-* is such a pain in the you know where :-)
| 
| I am using the ports tree to do all this.

Not clean, but what I did is:

ln -s /usr/local/lib/libfbclient.so.1.5.3 /usr/local/lib/libfbclient.so.2

Perhaps there is a way to map this using /etc/libmap.conf?



-Wash

http://www.netmeister.org/news/learn2quote.html

DISCLAIMER: See http://www.wananchi.com/bms/terms.php

--
+==+
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+

If you took all the students that felt asleep in class and laid them
end to end, they'd be a lot more comfortable.
-- Graffiti in the Big Ten


smime.p7s
Description: S/MIME cryptographic signature


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 the conversation on the list.


It seems like you've tried to fsck only the slice (da0s1). You have to
fsck the partition itself:

# fsck /dev/da0s1d

The last letter should be the one you assigned when you labeled that
drive.



Show us the output of:

# ls /dev/da0*


Regards,
Mikhail.

--
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org





--
Regards

Oscar Chavarria
Mobile:  +506 814-0247

*** The more I know people the more I love my FreeBSD ***

--- In a world without boundaries, we don't need Windows or Gates ---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.0-CURRENT and produces binaries 
| for 5.x and 6.x.. but I can't find the scripts or any documentation on how 
| exactly this is accomplished
| 
| If anyone has any information please point me in the right direction, 
| thanks!

You want to build binaries to be run on 5.x on 6.2 or you want to run 
binaries built on a 5.x system on 6.2?

If the later, then /usr/ports/misc/compat5x is your friend. If the 
former, I don't know ;)


-Wash

http://www.netmeister.org/news/learn2quote.html

DISCLAIMER: See http://www.wananchi.com/bms/terms.php

--
+==+
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+

Due to lack of disk space, this fortune database has been
discontinued.


smime.p7s
Description: S/MIME cryptographic signature


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.8/mach/CORE/libperl.so
#1  0x2873e1bd in PerlIO_open ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#2  0x2868736a in S_open_script ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#3  0x28684267 in S_parse_body ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#4  0x286837fe in perl_parse ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#5  0x2861ddb4 in perl_startup () from /usr/local/libexec/apache/libperl.so
#6  0x2861d82a in perl_module_init () from /usr/local/libexec/apache/libperl.so
#7  0x0805683e in ap_init_modules ()
#8  0x0805f5df in main ()


Is this because I'm using threaded perl? 

Thanks, Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 ls of a file name and found that it responsed
with the file name.   That is normal.   So, what?

Try doing ls /dev/da0s*  and see what you get.

Secondly, nowdays, the devfs system only makes devices that are
in use and makes them on the fly.   I haven't dug around in that
since the change since it was changed from the old MAKEDEV system
so I may be wrong, but I would not be surprised if /dev/da0s1d was
not there until after things were fixed up.

So, try the fsck as Mikhail suggested  -- with the partition name.

jerry

 
 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 the conversation on the list.
 
 
 It seems like you've tried to fsck only the slice (da0s1). You have to
 fsck the partition itself:
 
 # fsck /dev/da0s1d
 
 The last letter should be the one you assigned when you labeled that
 drive.
 
 
 
 Show us the output of:
 
 # ls /dev/da0*
 
 
 Regards,
 Mikhail.
 
 --
 Mikhail Goriachev
 Webanoide
 
 Telephone: +61 (0)3 62252501
 Mobile Phone: +61 (0)4 38255158
 E-Mail: [EMAIL PROTECTED]
 Web: www.webanoide.org
 
 
 
 
 -- 
 Regards
 
 Oscar Chavarria
 Mobile:  +506 814-0247
 
 *** The more I know people the more I love my FreeBSD ***
 
 --- In a world without boundaries, we don't need Windows or Gates ---
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 context of the
conversation gets lost.

In this case, what do you mean?
You just did an ls of a file name and found that it responsed
with the file name.   That is normal.   So, what?

Try doing ls /dev/da0s*  and see what you get.

Secondly, nowdays, the devfs system only makes devices that are
in use and makes them on the fly.   I haven't dug around in that
since the change since it was changed from the old MAKEDEV system
so I may be wrong, but I would not be surprised if /dev/da0s1d was
not there until after things were fixed up.

So, try the fsck as Mikhail suggested  -- with the partition name.



I'm wondering if he shouldn't try umount /home first.


Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


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?
 
 (basically I think my CPUs are overheating in one server)

If you just want to read out the values, try ''sysctl hw.acpi.thermal''


signature.asc
Description: This is a digitally signed message part


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 did not find it in df.

The prompt is always WARNING: /home was not properly dismounted.

The output from dmesg is:
da0 at umass-sim0 bus 0 target 0 lun 0
da0: HITACHI- DK23 etc
WARNING: /home was not properly dismounted.

Thank you Paul, tried umount but the result was the same.

Tried this:
ls /dev/da0*
/dev/da0s  dev/da0s1
dev/da0s1c   dev/da0s1d

Thanks in advance for any help to mount the disk again.

On 5/14/07, Paul Schmehl [EMAIL PROTECTED] 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.   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 ls of a file name and found that it responsed
 with the file name.   That is normal.   So, what?

 Try doing ls /dev/da0s*  and see what you get.

 Secondly, nowdays, the devfs system only makes devices that are
 in use and makes them on the fly.   I haven't dug around in that
 since the change since it was changed from the old MAKEDEV system
 so I may be wrong, but I would not be surprised if /dev/da0s1d was
 not there until after things were fixed up.

 So, try the fsck as Mikhail suggested  -- with the partition name.


I'm wondering if he shouldn't try umount /home first.


Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/





--
Regards

Oscar Chavarria
Mobile:  +506 814-0247

*** The more I know people the more I love my FreeBSD ***

--- In a world without boundaries, we don't need Windows or Gates ---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.
 
 I tried mounting again since I did not find it in df.
 
 The prompt is always WARNING: /home was not properly dismounted.
 
 The output from dmesg is:
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: HITACHI- DK23 etc
 WARNING: /home was not properly dismounted.
 
 Thank you Paul, tried umount but the result was the same.
 
 Tried this:
 ls /dev/da0*
 /dev/da0s 
 dev/da0s1  
 dev/da0s1c   dev/da0s1d


This is it. Your partition is /dev/da0s1d. Just try:


fsck -f /dev/da0s1d


... and then mount it.


Regards,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.   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 ls of a file name and found that it responsed
 with the file name.   That is normal.   So, what?
 
 Try doing ls /dev/da0s*  and see what you get.
 
 Secondly, nowdays, the devfs system only makes devices that are
 in use and makes them on the fly.   I haven't dug around in that
 since the change since it was changed from the old MAKEDEV system
 so I may be wrong, but I would not be surprised if /dev/da0s1d was
 not there until after things were fixed up.
 
 So, try the fsck as Mikhail suggested  -- with the partition name.
 
 
 I'm wondering if he shouldn't try umount /home first.

If there is something mounted there, yes.
Does  df  show anything mounted at /home?

If so, then the umount will be helpful.

But, I think the correct fsck may be the needed thing to try.

jerry

 
 
 Paul Schmehl ([EMAIL PROTECTED])
 Senior Information Security Analyst
 The University of Texas at Dallas
 http://www.utdallas.edu/ir/security/


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


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 changing the jail ip address?


Summarizing, I need to have my jail serving in both LAN and VPN 
networks. Any suggestions?


Thanks in advance,

Juan Sosa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 changing the jail ip address?


Summarizing, I need to have my jail serving in both LAN and VPN 
networks. Any suggestions?


Thanks in advance,

Juan Sosa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Stable many-port SATA controller recommendations

2007-05-14 Thread Peter Schuller
 WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=a number
 
 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 find a bad one,
 they sit there scrubbing forever trying to reread the data.  WD calls this
 a feature and their server-quality WD disks that cost more don't do this.
 It makes use of these disks impossible in a raid array.  Seagates and
 Maxtor desktop drives to my knowledge don't do this.

This was Seagate. I have not investigated whether I can trigger it as
easily with the Maxtor.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller [EMAIL PROTECTED]'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org




signature.asc
Description: OpenPGP digital signature


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 work correctly.

With the Silicon Image I saw it with both Seagate and Maxtor. With the
Promise I am not sure; might have been the Maxtor once or twice, but
only the seagate when I triggered the bug on purpose (didn't try the
Maxtor).

 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 was a performance critical
production system though. And AFAIK NCQ is not yet supported in FreeBSD.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller [EMAIL PROTECTED]'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org




signature.asc
Description: OpenPGP digital signature


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 remember to
post an update for interested parties and/or the archives when I have
tested it more.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller [EMAIL PROTECTED]'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org




signature.asc
Description: OpenPGP digital signature


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 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 bigger
  then 300mb(this is not the exact limit but it is between 300mb and
  400mb) it fails. If I use -o reserve the mdconfig command fails and if
  I don't then when I try and use that space FreeBSD crashes. It seems
  like there should be enough unused memory to create a 1gb malloc
  backed md.
 
  I have no swap because the only drive is a flash drive.
  / is  mounted read only.
  /tmp and /var are 124mb malloc backed md devices
 
  What is the deal? Is this some tunable limit? Should I fire up memtest?
 
 See the manpage, or the archives for extensive discussion.  Bottom
 line: you almost certain don't want to use malloc backing, but instead
 swap backing.
 
 Kris
 
 
 using:
 mdconfig -a -t swap -s 500m -o reserve
 I get:
 mdconfig: ioctl(/dev/mdctl): Numerical argument out of domain
 in fact I get the same message no matter what size I pick.
 I had assumed that since I don't have a swap partition setup that
 using a backing method called 'swap' wasn't a good idea.

The issue is only using -o reserve, which will try to reserve space on
the swap backing.

If you absolutely have to run without swap, you will indeed have to
use malloc backing with -o reserve.  This is slower than swap backing,
and you'll have to increase your VM_KMEM_SIZE to allocate enough extra
memory to the kernel (leaving space for the rest of the kernel to
operate).  Recall that all the memory you allocate to your md will be
unavailable for processes or the rest of the kernel, so it is a bad
idea to use more than you absolutely need.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.168.1.10 visible to the  
10.5.1.0/24 network without changing the jail ip address?


Summarizing, I need to have my jail serving in both LAN and VPN  
networks. Any suggestions?


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 onto the 10.5.1/24 netblock.


Without knowing your topology, it's hard to make more specific  
recommendations.


--
-Chuck

PS: Also, no need to ask the same question twice

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


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: key is reservered word in sql and kexi cannot deal with it yet 
properly by adding  or by displayng appropriate warning.


Could you change the column name to something neutral and try again and let me 
know?


--
regards / pozdrawiam, Jaroslaw Staniek
 Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
 Kexi  KOffice: http://www.kexi.pl/en, http://www.koffice.org
 KDE3  KDE4 Libraries for MS Windows: http://kdelibs.com, http://www.kde.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 encouraging
 but I have not yet run with it for that long... I'll try to remember to
 post an update for interested parties and/or the archives when I have
 tested it more.

I'm definitely interested in hearing your results.  Also, what is the
model of the drives you're using with this card?

Thanks!
Erik
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
   

A quick note: key is reservered word in sql and kexi cannot deal with 
it yet properly by adding  or by displayng appropriate warning.


Could you change the column name to something neutral and try again and 
let me know?




Sorry. There's a new table called table11 in there with basically the 
same data.


Test.kexi
Description: Binary data
___
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 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 Windows PC to
connect to your FreeBSD Box.

HTH
Christian
___
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 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 kinds of VNC, NX and other protocols are all
viable alternatives.
___
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 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 any mail to [EMAIL PROTECTED]


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 Power = System 
   (UPS) is overdue for battery replacement.  Smaller = UPS's  require
   battery replacement every two years to avoid not = only  unexpected
   downtime, but occasional damage to the UPS = from old  swollen or
   leaking batteries.  The unit requiring = service  is:

   Equipment Information
Brand  APC  = (American  Power Conversion)
Model  SU1000
Serial  32112
KVA Size  1 Kva
Batt = Cycle
Replacement  2 Year Replacement = Cycle
Last Svc or
Sold = Date  May 11,  2005

   Please update us if this  information is in  = error

   IMPORTANT  - If you are not the primary person responsible forthis  
equipment, 
   please  reply to this email and let us know who is.

   If you = have more  UPS equipment you would like us to track battery
   = replacement,  or service needs free of charge, register any other
   = units in  our Auto-Notify programmore
   There are 3 ways you can handle the service needs = of this  unit:
1. Replace the UPS requiring service with a fully = warranted 
   refurbished UPS...more 
2. Depot Service is available for this unit.  = You can  send us
   your UPS and if requested, we can ship you = loaner  units while
   your unit is being servicedmore
 
3. If you prefer self-maintenance, we manufacture = UPS  batteries
   and have an
   informative  online resource for your battery pack needs. Our  
website tools include a point and click order feature 
   allowing you to identify and order your replacement  batteries
   from the UPS brand and modelmore 

   If you would like to add other power conditioning = units to  this
   free Auto-Notify  Program for either preventive maintenance orbattery  
replacement notification, all designed to give you aheads-up  when your 
maintenance is due, or batteries are due for 
   replacementmore

   Call me = or email me  with questions,


   Darrin  Krein  X235
   Account Manager
   602  863-2655   
   Our = email  notifications avoid unnecessary paper waste, help 
   preserve our valuable natural resources (such as = forests  and
   oil), protect wildlife habitats,
   and do = not  contribute to landfills. However, we do not wishto  bother 
people by sending our messages to those = not 
   interested in what we do.
   To be removed from = our  email list, please click on 
   [4]Remove.  We = apologize  for bothering you.
   Website
   E-S= tore  - UPS and Batteries
   E-Store  - Cabling Products
   [5]Email  me
   Sent to - = [EMAIL PROTECTED]
   Phoenix = - Scottsdale  - Tucson - Las Vegas - Salt Lake City -
   Myrtle  Beach

   
References

   1. 3Dhttp://www.gruberpower.com/
   2. 3Dhttp://www.gruberpower.com/
   3. 3Dmailto:[EMAIL PROTECTED]
   4. 3Dmailto:[EMAIL PROTECTED]
   5. 3Dmailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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) [tightvnc.org]
Then run it with the local option (so it binds to 127.0.0.1 instead of
outside interface (for security reasons).  Then I use Putty to SSH in and
use that to port forward.

Then after I have SSH session I do VNC to localhost:10 which drops me to
the unix desktop.

The advantages of this are:
Secure encrypted connection.
Ability to use compression (either via SSH or TightVNC)
Compression allows it to be really fast, it's fairly responsive even over a
DSL or cable line.
Also secure in the fact that your VNC port isn't hanging wide open (just
SSH)
If your on the local unix box you can also just start a desktop then do
'vncviewer 127.0.0.1:1' and get your remote desktop (so it moves around
with you, regardless if your local or remote)


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 . .

TIA

Pete C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


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  Customer,

   Our  service records indicate your Uninterruptible Power  System
   (UPS) is overdue for battery replacement.  Smaller  UPS's  require
   battery replacement every two years to avoid not  only  unexpected
   downtime, but occasional damage to the UPS  from old  swollen or
   leaking batteries.  The unit requiring  service  is:

   Equipment Information
Brand  APC   (American  Power Conversion)
Model  SU1000
Serial  32112
KVA Size  1 Kva
Batt  Cycle
Replacement  2 Year Replacement  Cycle
Last Svc or
Sold  Date  May 11,  2005

   Please update us if this  information is in   error

   IMPORTANT  - If you are not the primary person responsible
forthis  equipment,
   please  reply to this email and let us know who is.

   If you  have more  UPS equipment you would like us to track battery
replacement,  or service needs free of charge, register any other
units in  our Auto-Notify programmore
   There are 3 ways you can handle the service needs  of this  unit:
1. Replace the UPS requiring service with a fully  warranted
   refurbished UPS...more
2. Depot Service is available for this unit.   You can  send us
   your UPS and if requested, we can ship you  loaner  units while
   your unit is being servicedmore

3. If you prefer self-maintenance, we manufacture  UPS  batteries
   and have an
   informative  online resource for your battery pack needs.
Our  website tools include a point and click order feature
   allowing you to identify and order your replacement  batteries
   from the UPS brand and modelmore

   If you would like to add other power conditioning  units to  this
   free Auto-Notify  Program for either preventive maintenance
orbattery  replacement notification, all designed to give you
aheads-up  when your maintenance is due, or batteries are due for
   replacementmore

   Call me  or email me  with questions,


   Darrin  Krein  X235
   Account Manager
   602  863-2655
   Our  email  notifications avoid unnecessary paper waste, help
   preserve our valuable natural resources (such as  forests  and
   oil), protect wildlife habitats,
   and do  not  contribute to landfills. However, we do not
wishto  bother people by sending our messages to those  not
   interested in what we do.
   To be removed from  our  email list, please click on
   [4]Remove.  We  apologize  for bothering you.
   Website
   E-S tore  - UPS and Batteries
   E-Store  - Cabling Products
   [5]Email  me
   Sent to -  [EMAIL PROTECTED]
   Phoenix  - Scottsdale  - Tucson - Las Vegas - Salt Lake City -
   Myrtle  Beach


References

   1. 3Dhttp://www.gruberpower.com/
   2. 3Dhttp://www.gruberpower.com/
   3. 3Dmailto:[EMAIL PROTECTED]
   4. 3Dmailto:[EMAIL PROTECTED]
   5. 3Dmailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


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
B/B and so on.   Still... is there some standalone converter
that gets rids of markup more elegantly?   Something where i
can say

% cmd file_1.html ... file_N.html and output file_1.text ...
file_N.text?   

thanks, gents,


gary



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


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
   B/B and so on.   Still... is there some standalone converter
   that gets rids of markup more elegantly?   Something where i
   can say

The ``lynx'' text browser can generate plain text from HTML.

lynx -dump -force_html filename

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

In Germany they first came for the Communists and I didn't speak up because
I wasn't a Communist.  Then they came for the Jews, and I didn't speak up
because I wasn't a Jew.  Then they came for the trade unionists, and I
didn't speak up because I wasn't a trade unionist.  Then they came for the
Catholics, and I didn't speak up because I was a Protestant.  Then they came
for me -- and by that time no one was left to speak up.
-- Pastor Martin Niemoller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 
there a way to make 192.168.1.10 visible to the 10.5.1.0/24 network 
without changing the jail ip address?


Summarizing, I need to have my jail serving in both LAN and VPN 
networks. Any suggestions?


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 onto the 10.5.1/24 netblock.


Without knowing your topology, it's hard to make more specific 
recommendations.



So sorry for my duplicated message.

In my network, 192.168.1.1 xl0 is linked to other remote server through 
tun0 with (routed)openvpn. As I said before, I'm also running mpd4 
listening on ng0, and a jail with samba services on 192.168.1.10 xl0 alias.


Openvpn link is formed by 192.168.1.1 (10.5.1.1) and the remote server 
(10.5.1.2). The PPTP ng0 interface has 10.5.1.201.


Maybe a ipfw ruleset on 192.168.1.1  could do the trick?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
B/B and so on.   Still... is there some standalone converter
that gets rids of markup more elegantly?   Something where i
can say

% cmd file_1.html ... file_N.html and output file_1.text ...
file_N.text?


Perhaps:

  lynx -dump file1.html ...  file.text

...?

--
-Chuck

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


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 onto the  
10.5.1/24 netblock.


Without knowing your topology, it's hard to make more specific  
recommendations.



So sorry for my duplicated message.


No harm done.  It's just that sometimes people get a little  
enthusiastic about trying to get quick responses.  :-)


In my network, 192.168.1.1 xl0 is linked to other remote server  
through tun0 with (routed)openvpn. As I said before, I'm also  
running mpd4 listening on ng0, and a jail with samba services on  
192.168.1.10 xl0 alias.


Openvpn link is formed by 192.168.1.1 (10.5.1.1) and the remote  
server (10.5.1.2). The PPTP ng0 interface has 10.5.1.201.


Maybe a ipfw ruleset on 192.168.1.1  could do the trick?


You could use ipfw+natd to map between your 192.168 and 10.5  
networks, yes.  However, if the only reason you have your 10.5  
network around is to terminate your VPN or PPTP sessions, it sounds  
like it would be easier to simply move them to terminating on the  
192.168 network instead.


Maybe you've got more going on with the 10.5 network, or maybe there  
are other reasons for the split, but you control your internal  
address space, so if you want everybody using the VPN to be able to  
talk to various 192.168 addresses, it's better to set up the VPN to  
go onto that, IMHO...


--
-Chuck

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


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 to map the jail IP onto the 10.5.1/24 netblock.


Without knowing your topology, it's hard to make more specific 
recommendations.



So sorry for my duplicated message.


No harm done.  It's just that sometimes people get a little 
enthusiastic about trying to get quick responses.  :-)


In my network, 192.168.1.1 xl0 is linked to other remote server 
through tun0 with (routed)openvpn. As I said before, I'm also running 
mpd4 listening on ng0, and a jail with samba services on 192.168.1.10 
xl0 alias.


Openvpn link is formed by 192.168.1.1 (10.5.1.1) and the remote 
server (10.5.1.2). The PPTP ng0 interface has 10.5.1.201.


Maybe a ipfw ruleset on 192.168.1.1  could do the trick?


You could use ipfw+natd to map between your 192.168 and 10.5 networks, 
yes.  However, if the only reason you have your 10.5 network around is 
to terminate your VPN or PPTP sessions, it sounds like it would be 
easier to simply move them to terminating on the 192.168 network instead.


Maybe you've got more going on with the 10.5 network, or maybe there 
are other reasons for the split, but you control your internal address 
space, so if you want everybody using the VPN to be able to talk to 
various 192.168 addresses, it's better to set up the VPN to go onto 
that, IMHO...



Ok. Thanks a lot.
___
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/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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]


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 network '

No matter how I tweak the quotes (single then double, other way round, 
with lots of \\) I never get my interface to configure properly upon 
bootup and I need to get to the console to fix it up. I thought I knew 
shell syntax but this is beyond me or manpages...


What's the right way to do this?

Gunther
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 *cleanse*) text of
  B/B and so on.   Still... is there some standalone converter
  that gets rids of markup more elegantly?   Something where i
  can say
 
  % cmd file_1.html ... file_N.html and output file_1.text ...
  file_N.text?
 
 Perhaps:
 
   lynx -dump file1.html ...  file.text
 
 ...?


Hm, maybe Ineed Bill Campbell's -force_html switch.  


Yes, seems that way.  USing just -dump got most of them, but
using the -force_html caught all.  Need to script something to
reformat, but the worst of it's done!

thanks, guys,

gary


 
 -- 
 -Chuck
 

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


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 * FROM table1 ORDER BY key
   

A quick note: key is reservered word in sql and kexi cannot deal 
with it yet properly by adding  or by displayng appropriate warning.


Could you change the column name to something neutral and try again 
and let me know?




Sorry. There's a new table called table11 in there with basically the 
same data.


There is _still_ a column called key in table11 you have sent me. Remove the 
column and our query should work.


Also queries that do not use the column work with table11, e.g.:

SELECT vacation, users, date, vacation, id FROM table11 ORDER BY id;

--
regards / pozdrawiam, Jaroslaw Staniek
 Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
 Kexi  KOffice: http://www.kexi.pl/en, http://www.koffice.org
 KDE3  KDE4 Libraries for MS Windows: http://kdelibs.com, http://www.kde.org

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


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 was a performance critical
 production system though. And AFAIK NCQ is not yet supported in FreeBSD.

Problem is that to avoid scrambled filesystems you have to put the disk's
cache in write-through mode, and write performance drops 90%.  NCQ should
fix that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 there is no FQDN for 
 this host.
 
 I'm not entirely sure if this will solve your problem but you 
 can set  
 up a FQDN for that IP without causing any conflicts.  If you have a  
 public domain name, say, yourdomain.com than you could set up a  
 subdomain
 
private.yourdomain.com

I crafted it a little different. Now /etc/hosts reads:

::1 asinusaureus asinusaureus.localhost localhost
127.0.0.1   asinusaureus asinusaureus.localhost localhost

Sendmail starts smoothly:

[...]
/etc/rc: DEBUG: checkyesno: sshd_enable is set to NO.
/etc/rc: DEBUG: checkyesno: sendmail_enable is set to NO.
/etc/rc: DEBUG: checkyesno: sendmail_submit_enable is set to YES.
/etc/rc: DEBUG: checkyesno: sendmail_enable is set to NO.
/etc/rc: DEBUG: checkyesno: sendmail_submit_enable is set to YES.
/etc/rc: DEBUG: checkyesno: sendmail_submit_enable is set to YES.
/etc/rc: DEBUG: pid file (/var/run/sendmail.pid): not readable.
/etc/rc: DEBUG: run_rc_command: evaluating sendmail_precmd().
/etc/rc: DEBUG: checkyesno: sendmail_submit_enable is set to YES.
/etc/rc: DEBUG: run_rc_command: evaluating /usr/sbin/sendmail -L sm-mta -bd
-q30
m -ODaemonPortOptions=Addr=localhost().
/etc/rc: DEBUG: checkyesno: sendmail_outbound_enable is set to NO.
/etc/rc: DEBUG: checkyesno: sendmail_msp_queue_enable is set to YES.
/etc/rc: DEBUG: pid file (/var/spool/clientmqueue/sm-client.pid): not
readable.
/etc/rc: DEBUG: run_rc_command: evaluating sendmail_precmd().
/etc/rc: DEBUG: checkyesno: sendmail_msp_queue_enable is set to YES.
/etc/rc: DEBUG: run_rc_command: evaluating /usr/sbin/sendmail -L
sm-msp-queue -A
c -q30m().
/etc/rc: DEBUG: checkyesno: cron_dst is set to YES.
[...]

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!).

I chose .localhost to qualify the hostname because the notion of public
domain name is where I get lost. Can I pick any word as TLD/SLD to operate
in a private LAN? Is there any standard, anything like the CIDR blocks
reserved for private networks? Researchs led me to RFC 2606, alternative DNS
roots, and the like, but I couldn't distill any practical advice. Which will
be the interactions if I choose e.g. .somedomain.com? Now if I send a mail
to the internet, it has a From field ([EMAIL PROTECTED]) unusable to reply to;
if this was [EMAIL PROTECTED] it could fake some real mail
address. 

These are questions for the sake of correcteness. I rather won't get into
the arcanes of sendmail, but as it is part of base and used for admin
purposes, would like to set it up properly. As for the real email stuff,
will be dealt from the GUI some day; but there is always the chance of a guy
playing with the CLI.

 
 and locally run your own DNS server to serve for that domain, and to  
 forward DNS requests for all other domains.  You can also make that  
 some local DNS server do reverse lookups in 192.168.0.0/16 without  
 worries as long as DNS queries are only coming from within 
 your local  
 network.

Maybe in the future. At present there is only this laptop in the LAN -- the
LAN is just the way to connect with the modem-router. Some day there will be
more inhabitants, however, so I would like to set up a schema able to
encompass the growth.

 
 Also, try to configure your DHCP server (on your modem-router) to  
 always give the same IP address to your laptop (you can do this by  
 associating an IP with the hardware ethernet (or wireless) 
 MAC address.

You mean the local IP, I suppose. Not checked yet...

 
 -j
 
 
 -- 
 Jeffrey Goldberghttp://www.goldmark.org/jeff/

Thanks for your help.

Ernest

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


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 
 reads something like
 
 ifconfig_ath0=' inet 192.168.0.1 ssid my network '
 
 No matter how I tweak the quotes (single then double, other way round, 
 with lots of \\) I never get my interface to configure properly upon 
 bootup and I need to get to the console to fix it up. I thought I knew 
 shell syntax but this is beyond me or manpages...
 
 What's the right way to do this?

One approach would be to navigate the series of function calls defined
in /etc/network.subr. I just took a brief look, but it's not immediately
obvious how many times you're going to have to escape exactly what to
get the behavior you desire.

Another option would be to make the file /etc/start_if.ath0, containing
the line `ifconfig ... ssid my network`. This file would be sourced
when /etc/rc.d/netif starts the network interfaces, before the rc
variable ifconfig_ath0 is run. You can then omit the variable
ifconfig_ath0 from /etc/rc.conf.

For more hints, look in /etc/netif, /etc/network.subr, and /etc/rc.subr.

-- 
Chris Cowart
Lead Systems Administrator
Network Infrastructure, RSSP-IT
UC Berkeley


signature.asc
Description: Digital signature


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. there is empty space at the left and at
the bottom)
I am using VESA driver. Is further improvement
possible so that display is stretched to whole screen.
I have googled about this problem, but so far the
solution seems to be a little away.

 The VESA driver is not optimal for that card.  The radeon driver will
at least get you 2-D acceleration, though not 3-D.  The reason xorg -configure
doesn't find your card is most likely the absence of a radeon kernel driver
in your kernel.  FreeBSD 6.1 still needed the following two lines added to
the kernel configuration, though 6.2 doesn't seem to need them.

device  drm
device  radeondrm

I don't recall whether you stated which version of FreeBSD you were using.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army.   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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: Mesa DRI Radeon 20050528 AGP 4x TCL

But when I try the same under non-root account the result is:

$ glxinfo | grep render
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Thus 3D acceleration is not running. I've got loaded the following 
graphic drivers :


9 1 0xc4c21000 1c000radeon.ko
101 0xc4c47000 e000 drm.ko

dmesg | grep drm gives me:

drm0: ATI Radeon LW RV200 Mobility 7500 M7 port 0x3000-0x30ff mem 
0xe000-0xe7ff,0xc010-0xc010 irq 11 at device 0.0 on pci1

info: [drm] AGP at 0xd000 256MB
info: [drm] Initialized radeon 1.19.0 20050911

In Xorg configuration I  have also loaded following modules and DRI set 
properly:


Section Module
   Load  dbe
   Load  dri
   Load  extmod
   Load  glx
   Load  record
   Load  xie
   Load  pex5
   Load  freetype
   Load  type1
EndSection

Section DRI
   Mode 0666
EndSection

Does anyone know what else I need to run 3D under non-root account?

Many thanks,

Ladislav Jozsa





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


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: Mesa DRI Radeon 20050528 AGP 4x TCL

But when I try the same under non-root account the result is:

$ glxinfo | grep render
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Thus 3D acceleration is not running. I've got loaded the following 
graphic drivers :


9 1 0xc4c21000 1c000radeon.ko
101 0xc4c47000 e000 drm.ko

dmesg | grep drm gives me:

drm0: ATI Radeon LW RV200 Mobility 7500 M7 port 0x3000-0x30ff mem 
0xe000-0xe7ff,0xc010-0xc010 irq 11 at device 0.0 on pci1

info: [drm] AGP at 0xd000 256MB
info: [drm] Initialized radeon 1.19.0 20050911

In Xorg configuration I  have also loaded following modules and DRI set 
properly:


Section Module
  Load  dbe
  Load  dri
  Load  extmod
  Load  glx
  Load  record
  Load  xie
  Load  pex5
  Load  freetype
  Load  type1
EndSection

Section DRI
  Mode 0666
EndSection

Does anyone know what else I need to run 3D under non-root account?

Many thanks,

Ladislav Jozsa







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


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!).


Take a look at /etc/defaults/rc.conf for all of the gory details.   
You probably meant sendmail_enable=YES, but:


# Settings for /etc/rc.sendmail and /etc/rc.d/sendmail:
sendmail_enable=NO# Run the sendmail inbound daemon (YES/NO).
sendmail_pidfile=/var/run/sendmail.pid# sendmail pid file
sendmail_procname=/usr/sbin/sendmail  # sendmail process name
sendmail_flags=-L sm-mta -bd -q30m # Flags to sendmail (as a server)
sendmail_submit_enable=YES# Start a localhost-only MTA for mail  
submission
sendmail_submit_flags=-L sm-mta -bd -q30m - 
ODaemonPortOptions=Addr=localhost

# Flags for localhost-only MTA
sendmail_outbound_enable=YES  # Dequeue stuck mail (YES/NO).
sendmail_outbound_flags=-L sm-queue -q30m # Flags to sendmail  
(outbound only)
sendmail_msp_queue_enable=YES # Dequeue stuck clientmqueue mail  
(YES/NO).

sendmail_msp_queue_flags=-L sm-msp-queue -Ac -q30m
# Flags for sendmail_msp_queue daemon.

I chose .localhost to qualify the hostname because the notion of  
public
domain name is where I get lost. Can I pick any word as TLD/SLD to  
operate

in a private LAN?


Yes, but using a local domain which conflicts with existing domains  
is strongly not recommended.  Consider what happens if a local config  
issue bounces email or worse to somebody else, or consider what  
happens if you chose .net or .com instead of .localhost.


Is there any standard, anything like the CIDR blocks reserved for  
private networks?


The zeroconf/rendezvous stuff likes to use .local as the domain  
unless other info is available.



Researchs led me to RFC 2606, alternative DNS
roots, and the like, but I couldn't distill any practical advice.  
Which will
be the interactions if I choose e.g. .somedomain.com? Now if I send  
a mail
to the internet, it has a From field ([EMAIL PROTECTED]) unusable to  
reply to;

if this was [EMAIL PROTECTED] it could fake some real mail
address.


Yes, absolutely, or to bounce email back to the example domain.   
Network admins get cross when you pretend to be in a domain that you  
have no affiliation with and they have to get your ISP to clean up  
after you  :-)


--
-Chuck

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


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 
everything in

table1.


SELECT * FROM table1 ORDER BY key
   

A quick note: key is reservered word in sql and kexi cannot deal 
with it yet properly by adding  or by displayng appropriate warning.


Could you change the column name to something neutral and try again 
and let me know?




Sorry. There's a new table called table11 in there with basically the 
same data.


There is _still_ a column called key in table11 you have sent me. 
Remove the column and our query should work.


Also queries that do not use the column work with table11, e.g.:

SELECT vacation, users, date, vacation, id FROM table11 ORDER BY id;

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 related specifically to using * in the select 
statement. Kexi keeps dropping the *.

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


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 related specifically to using * in the select 
statement. Kexi keeps dropping the *.


I've just found a problem in the source code. Stay tuned...

--
regards / pozdrawiam, Jaroslaw Staniek
 Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
 Kexi  KOffice: http://www.kexi.pl/en, http://www.koffice.org
 KDE3  KDE4 Libraries for MS Windows: http://kdelibs.com, http://www.kde.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 and let me know if you got it working and also what your X 
log says.

-Ben

Ladislav Jozsa wrote:

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: Mesa DRI Radeon 20050528 AGP 4x TCL

But when I try the same under non-root account the result is:

$ glxinfo | grep render
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Thus 3D acceleration is not running. I've got loaded the following 
graphic drivers :


9 1 0xc4c21000 1c000radeon.ko
101 0xc4c47000 e000 drm.ko

dmesg | grep drm gives me:

drm0: ATI Radeon LW RV200 Mobility 7500 M7 port 0x3000-0x30ff mem 
0xe000-0xe7ff,0xc010-0xc010 irq 11 at device 0.0 on pci1

info: [drm] AGP at 0xd000 256MB
info: [drm] Initialized radeon 1.19.0 20050911

In Xorg configuration I  have also loaded following modules and DRI 
set properly:


Section Module
  Load  dbe
  Load  dri
  Load  extmod
  Load  glx
  Load  record
  Load  xie
  Load  pex5
  Load  freetype
  Load  type1
EndSection

Section DRI
  Mode 0666
EndSection

Does anyone know what else I need to run 3D under non-root account?

Many thanks,

Ladislav Jozsa







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





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


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 page is http://smartmontools.sourceforge.net/
CCISS ioctl error: Inappropriate ioctl for device
CCISS ioctl error: Inappropriate ioctl for device
Short INQUIRY response, skip product id
A mandatory SMART command failed: exiting. To continue, add one or more '-T 
permissive' options.

However, adding -T permissive options doesn't make a difference. 
Searching the archives and the web didn't bring a solution. I hope someone out 
there has one.

Nick




   
Get
 the free Yahoo! toolbar and rest assured with the added security of spyware 
protection.
http://new.toolbar.yahoo.com/toolbar/features/norton/index.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 mode requires special privileges...
then it finishes loading cron
inetd...

i didnt install anything,,,i dont know where to look to finde where or which
program is causing this...
thanks for your time..

Greetz,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 the battery and ride the 
computers
from the battery at the same time...  That's an uninterrupted power 
supply.
A voltage regulator, converter, and a few filters will give you a 
clean,
constant supply.  It will last longer, and it's a lot cheaper in 
comparison.


Actually, this is a project of mine that's been on the back burner for 
years
now.  I'd like to add a network interface for remote controls, some 
health
checking, and test modes, but would have to incorporate an embedded 
processor

(serial port and/or USB interfaces are just as possible).

Being that I've never messed with such, any suggestions as far as a 
good
processor to start with?  It doesn't necessarily have to be a 
processor that
will do the whole kit-n-kaboodle.  Right now, I'm just looking for 
something

I can learn the basics with.

I know it's not a BSD-related question, but I figured I'd ask anyway.

Thanks

WizLayer



This is another approach that seems like it would be practical:
Use deep cycle car batteries, trickle charge with solar panels.
If a desktop computer can run on square wave generated by
dc/ac converter, use that as a power backup system, It would
have to have some kind of switching system to detect main
power drop and switch to the backup system.
Perhaps someone would be willing to, with engineering expertise
put together servers that would work on laptop batteries, like a
laptop. I do have one machine that has Yellow Dog linux (Mac
Powerbook 3400c) that runs 24/7 as my backup DNS server.
JK

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


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/gnome-libtool --tag=CC 
--mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src 
-I/usr/local/include/freetype2 -I/usr/local/include  -I/usr/local/include 
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations  -Wnested-externs -fno-strict-aliasing 
-DFC_CACHEDIR='/var/db/fontconfig' 
-DFONTCONFIG_PATH='/usr/X11R6/etc/fonts'-O -pipe  -c -o fcatomic.lo 
fcatomic.c
gnome-libtool: unrecognized option `--tag=CC'

Try `gnome-libtool --help' for more information.

gmake[3]: *** [fcatomic.lo] Error 1
gmake[3]: Leaving directory 
`/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.4.2/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.4.2/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.4.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-fonts/fontconfig.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries.
*** Error code 1

Stop in /usr/ports/x11-fonts/p5-type1inst.
*** Error code 1

Stop in /usr/ports/print/cmpsfont.
*** Error code 1

Stop in /usr/ports/print/teTeX-texmf.
*** Error code 1

Stop in /usr/ports/print/teTeX.

Can someone help me please?

Thanks
NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential.  They may contain legally privileged or copyright material.  
You should not read, copy, use or disclose them without authorisation.  If you 
are not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages.  This notice should not be 
removed.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 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 network '
 
 No matter how I tweak the quotes (single then double, other 
 way round, 
 with lots of \\) I never get my interface to configure properly upon 
 bootup and I need to get to the console to fix it up. I 
 thought I knew 
 shell syntax but this is beyond me or manpages...
 
 What's the right way to do this?
 
 Gunther

Have you tried this (I havent, its just a suggestion)...

I use this construct to get around scp transfers and the
file names windoze users love to create with heaps of spaces...


ifconfig_ath0=' inet 192.168.0.1 ssid my\ network '


If there are multiple spaces then you need to slash each one, i.e.

 ifconfig_ath0=' inet 192.168.0.1 ssid my\ \ network '

Give it a shot ;-)

mjt
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 in town.  Then I plugged in the UPS  and 
its internal charger did its thing until  the next day and  I tested the 
current with a big amp meter I got from an auto sourse store and it was 
fully charged in less than  24 hrs.


It was not fully discharged by the way even when the battery ran the 2 
servers for the 9 hours.


Al


Hey welcome to visit Dhaka.

Regards-

Aftab Jahan Subedar
CEO/Software Engineer
Subedar Technologies Ltd
Soubedar Baag Bibir Bagicha #1
North Jatra Bari
Dhaka 1204
Bangladesh
+880152635208
-http://www.DhakaStockExchangeGame.com
Spyware detector -http://www.google.com/search?q=kayoty


On 5/13/07, NetOpsCenter [EMAIL PROTECTED] wrote:



jekillen wrote:

 Hello again;
 Is there software for ups auto shutdown and restart for use with a ups
 system that has the capacity; I.E. a serial connection and references
 in the manual to software (for Windows mostly) download? Currently
 I have a Vesta Pro 600 unit. I had one made by Minuteman that crapped
 out on me last night. It had been doing ok and was a replacement 
for one
 made by Tripp Lite, which also failed permanently. I am running one 
desk
 top FreeBSD system, headless but with high speed SCSI drives in 
addition

 to the boot drive. I am away during the week for at least 8 - 9 hours
 during
 the week and cant be there if the power goes down to shut the system
 down before the ups exhausts its battery.
 Thanks in advance for any suggestions.
 Jeff K.

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

Aloha Jekillen,


I had a similar problem here in  Hawaii with our 2  noc servers.  I
replaced the small UPS battery with a 100 amp stationery battery out
side the box. It now will run for about 10 hours if we have a power
outage for that long.



~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
  + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


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








--

~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


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


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,
 
 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 network '
 
 No matter how I tweak the quotes (single then double, other 
 way round, 
 with lots of \\) I never get my interface to configure properly upon 
 bootup and I need to get to the console to fix it up. I 
 thought I knew 
 shell syntax but this is beyond me or manpages...
 
 What's the right way to do this?
 
 Gunther

Have you tried this (I havent, its just a suggestion)...

I use this construct to get around scp transfers and the
file names windoze users love to create with heaps of spaces...

I would look at the code that uses this as often this type of
problems results from multiple expansions of an expression.

In this case the variable ifconfig_ath0 is set to
``inet 192.168.0.1 ssid my network'', but that may well be used
in an `eval` or some such resulting in multple expansions.

Backwhacking the double quotes might help:

ifconfig_ath0='inet 192.168.0.1 ssid \my network\'

One could always cheat and create a simple script to execute
instead of trying to fight the quoting wars.

ifconfig_ath0='/usr/local/bin/mynetwork.sh'

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

``Never do your enemy a minor injury.''
- Machiavelli
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 power
  failure.
 
  What's wrong with that?  Trickle-charge the battery and ride the
  computers
  from the battery at the same time...  That's an uninterrupted power
  supply.
  A voltage regulator, converter, and a few filters will give you a
  clean,
  constant supply.  It will last longer, and it's a lot cheaper in
  comparison.
 
  Actually, this is a project of mine that's been on the back burner for
  years
  now.  I'd like to add a network interface for remote controls, some
  health
  checking, and test modes, but would have to incorporate an embedded
  processor
  (serial port and/or USB interfaces are just as possible).
 
  Being that I've never messed with such, any suggestions as far as a
  good
  processor to start with?  It doesn't necessarily have to be a
  processor that
  will do the whole kit-n-kaboodle.  Right now, I'm just looking for
  something
  I can learn the basics with.
 
  I know it's not a BSD-related question, but I figured I'd ask anyway.
 
  Thanks
 
  WizLayer

 This is another approach that seems like it would be practical:
 Use deep cycle car batteries, trickle charge with solar panels.
 If a desktop computer can run on square wave generated by
 dc/ac converter, use that as a power backup system, It would
 have to have some kind of switching system to detect main
 power drop and switch to the backup system.
 Perhaps someone would be willing to, with engineering expertise
 put together servers that would work on laptop batteries, like a
 laptop. I do have one machine that has Yellow Dog linux (Mac
 Powerbook 3400c) that runs 24/7 as my backup DNS server.
 JK

Why settle for a square wave?  It's not hard to clean that up, and besides...  
Wouldn't that bring mayhem and havoc on a scanner (ie, I'm pretty sure that 
you your screen would do very unhappy things)?  LCD screen? don't know.  (or 
a system's power supply over long term?  hmmm)

As far as the type of batteries, deep cycle marine batteries, whatever.  It 
doesn't really matter except to say that some types can be fully discharged 
and some would be ruined on a full discharge.  The health and monitoring 
portion of the UPS would have to be designed with those limits in mind (and, 
hey...  That could be part of the embedded mprocessors job, too...  more 
options).

Switching power from one source to another is something that I've not had a 
lot of  luck with, esp with sensitive stuff like a computer's power supply 
(touchy).  On the other hand clean, dc power in a parallel circuit is as 
simple as it gets.  Edison had a good idea after all.  

Look at the battery as your constant source, and work away from that.  Your 
secondary source merely compliments the battery.  So long as you use 
regulators for your other sources, it will stay Clean by default.  :)

As far as switching power sources from regular charger to something like solar 
panels, same concept...  Don't switch from-to anything.  Keep it constantly 
hooked up in parallel with the battery.  

Some simple logics could perform circuits acts for the solar panels (if sun 
is good and elec_co's bad , then close...  however you want to hack it.)  
Same for dis/associating the charger. 

I just need someone to point me in the right direction as far as embedded 
mprocessors.  I've googled it, and found a few hobby kits, but I'd rather 
hear it from someone who deals with stuff like this and can suggest a start 
here.  I hate jumping into something only to have to unlearn in order to 
learn it right. 

WizLayer


PS  When I finally get this finished, I'm going to find some way of modifying 
the BSD license to apply it and release the whole thing to the public.  One 
would only have to buy the parts, program, and assemble the thing...  Why?  
Because UPS prices are a rip-off and some jerk told me I couldn't.  :)

-- 


Life is better with a BSD.
For more info, www.bsd.org.



pgpyjmF4nRC5O.pgp
Description: PGP signature


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 files.  I have slapped together
 a crude C program that does scotch (or *cleanse*) text of
 B/B and so on.   Still... is there some standalone converter
 that gets rids of markup more elegantly?   Something where i
 can say
   
 % cmd file_1.html ... file_N.html and output file_1.text ...
 file_N.text?
   
   Perhaps:
   
 lynx -dump file1.html ...  file.text
   
   ...?
  
   Hm, maybe Ineed Bill Campbell's -force_html switch.  
  
   Yes, seems that way.  USing just -dump got most of them, but
   using the -force_html caught all.  Need to script something to
   reformat, but the worst of it's done!

Also, if using Mozilla (so, I would assume, Firefox) the 'Save Page As'
dialog offers a picklist for 'Files of Type' that includes 'Text Files'.

This does a pretty decent job of producing text from HTML files, and is
quicker than firing up lynx (or links) if you're already viewing a page.

Cheers, Ian

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