Re: Online Content Management Tool - question

2003-06-25 Thread Andreas Widerøe Andersen
At 08:06 25.06.2003 +0700, Roger Merritt wrote:
At 07:33 AM 6/25/03, you wrote:


other than zope - are there any good onlin content management tools out there
that allow people to update webpages and cgi code easily?
I'm just in the process of installing one called Pagetool 
(http://www.pagetool.org/) which looks good. Based on PHP. I also liked 
the looks of MkDoc (http://www.mkdoc.com/), but couldn't get my server to 
resolve the domain name I tried to set up (a DNS problem, not, apparently, 
a problem with MkDoc). MkDoc is based on Perl, I think.

Zope looked to me like overkill for my needs, and I don't really want a 
blog site.


I'm experimenting with Typo3: http://www.typo3.org.

/Andreas

---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS
http://www.pragma.no 

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


Re: boot with GRUB - SOLVED

2003-06-25 Thread Robert Storey
On Tue, 24 Jun 2003 19:52:33 -0500
Dan Nelson [EMAIL PROTECTED] wrote:

 In the last episode (Jun 25), Robert Storey said:
  On 25 Jun 2003 00:12:57 +0200 Christian Laursen [EMAIL PROTECTED]
  wrote:
   Robert Storey [EMAIL PROTECTED] writes:
When I had 5.0, I could easily boot FBSD from GRUB using these
settings in my Linux's /boot/grub/menu.lst file:

  title FreeBSD
  root (hd0,1,a)
  kernel /boot/loader
  boot

These settings no longer work, and I get an error message that
Linux does not recognize this (FBSD's) filesystem.
   

 Another thing to try is chaining to the bootblock on the FreeBSD
 partition.  Use rootnoverify (hd0,1), then chainloader +1, then
 boot.

Dear Dan,

Thanks, that worked superbly!

regards,
Robert

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


softupdate and squid-cache ?

2003-06-25 Thread User Frankb
Hi

I'm setting up a Squid cache running on latest 4.8 release
and I wondering about disk write performances as it is
a crucial point on that kind on machine.

My question : does softupdate slow down disk writes ? 


Thanks a lot

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


Re: Network Performace

2003-06-25 Thread Karl Pielorz
--On 24 June 2003 17:01 -0700 Shawn Ramsey [EMAIL PROTECTED] wrote:

Try looking into FreeBSD's polling mode - i.e. interrupt free Network
cards. If your shifting a lot of small packets (such as online gaming
stuff  etc.) - you may find your milage pretty limited using standard PC
kit - as  the x86 architecture wasn't really designed for shifting lots
of small  packets around [as I've seen many a time in the past :(]
This router is routing 99% NNTP traffic, so I wouldn't think small packet
size would be it. I tried polling, and its greatly increased the amount of
idle CPU, and Interupt is around 20% now...
That's certainly a step in the right direction :)

But something is still very
wrong performance wise. It has helped, but I still can't push in/out
nearly 100Mb/sec. (100Mb in, 100Mb out I mean). A simple FTP transfer
locally through the routers gigabit interface causes our internet
performance to plummet. I've disabled all the onboard stuff that was
sharing IRQs with PCI cards, but I didn't figure that was an issue,
didn't make a difference either way. Would the fact the gigabit is on the
same PCI bus have any bearing? I would expect to at least get 100BT
performance even so, but I don't have any experience with gigabit
ethernet...
The only thing I can suggest is try different PCI slots, or Gigabit cards, 
or, worst case a different system. Having NIC's on separate PCI busses (as 
opposed to both on the same PCI bus) may help it [But that's probably going 
to need a new board etc.]

You don't say what Gigabit nic's your using? - I've had a lot of varied 
results with different nic's, with surprisingly cheap 10/100/1000Mbit cards 
giving 'reasonable' performance - but get left standing for dust by other 
more expensive cards.

The only other thing I can think of is, check the duplex/media options are 
all setup properly on the cards / switches etc. - or try forcing things to 
fdx etc.

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


Re: JDK on freebsd?

2003-06-25 Thread Matthew Seaman
On Wed, Jun 25, 2003 at 08:23:46AM +0300, Benzi Mizrahi wrote:
 áéåí øáéòé, 25 áéåðé 2003, 01:27, Gary Kline ëúá:
  On Tue, Jun 24, 2003 at 10:05:51PM +0100, Matthew Seaman wrote:
   On Tue, Jun 24, 2003 at 12:42:21PM -0700, Rev. Joe Doyle Ardent wrote:
Marco Trentini wrote:
 Vincent Chen wrote:
  Hi, all
 
  I need a jsp engine on freebsd. One installation on
  linux from my office works great so far. What's the
  status and how stable JDK are on freebsd? Which jdk
  version will you recommend? Is there any ready-to-go
  package available or I must build it from port?

 There is a article suitable for this topic:
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/index
.html
   
This is really fairly rediculous; is this the native FBSD JDK:
   
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/x35.htm
   l ?
   
Why the dependancy on the Linux JDK?  Why bother with a native JDK if
you need the Linux one, anyway, and can run it instead (via the
already-required Linux compatibility)?
  
   You need a linux JDK to do the first time installation of the native
   JDK -- both for jdk13 and jdk14.  Once you've got a native jdk
   compiled and installed, you can pkg_delete the linux jdk, and use the
   native jdk to compile updated versions of itself (via the
   NATIVE_BOOTSTRAP=yes make flag).  One of the really annoying things
   about java is that you can't compile and install JDK 1.4.1 using any
   flavour of JDK 1.3.1, so if you want both JDK versions, you've got to
   go through the whole install process from scratch each time.
  
   You need linux-compat as one of the linux JDK's dependencies.  Once
   you have dispensed with the linux JDK you could probably dispense with
   the whole linux compat stuff as well.  The native JDK works just fine
   without.
  
   On the other hand, if you've got a whole row of machines to install
   jdk's on, so long as you aren't in any sense publishing an
   unauthorized-by-Sun JDK, there's nothing to stop you going through the
   download, install linux jdk, download, compile, install native jdk
   rigmarole on just one of the machines, and then build your own package
   of the native jdk to install on the other boxes.
 
  It's likely just me.  But on one of three BSD servers I have
  java (linux) working happily with mozilla.  The other two may
  have upgrade/dependency probledms... or else gremlins
  that say Huh? regarding jdk-131.
 
  There are probably dozens of us, if not billions, who would
  profit from a step-by-step tutorial style write up on this.
 
  Dunno about anyone else, but at least I would love to shuck
  the linux stuff and go native FreeBSD.  Anybody willing?
 
 
 same here...

Hmmm... I keep thinking that I should write up some of the stuff I put
out on this list more formally and stick it on a web site somewhere.
Wotthehell, I'm willing to give this a go this weekend.

But first, what exactly is missing from the referenced article?

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/index.html

This seems pretty comprehensive to me, although it could do with a few
small updates to cover the latest versions of java and tomcat.

Any other topics? Getting the java plugin to work with Mozilla should
be mentioned, but that's one of those things where it should just
work by installing the jdk13 port, so it's hard to know what else to
say on the subject.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Distributing CD-Set in Russia...

2003-06-25 Thread Rauf Aliev

Good day!

My name is Rauf Aliev, business of me is distributing latest versions of
free software and snapshots of my partners' websites by federal post system.

I ready to distribute lastest software from FreeBSD.org using our system
in the Russia. We have specialized web-resource www.nadiske.ru (in
particular, freebsd.nadiske.ru) with our products or products of our
partners.

The typical price for CDset is about 300 roubles (approx. $10). We should
pay to you about 1-3$ by each sold cdset... It should be nice if the
information about our service, and link to it (freebsd.nadiske.ru) will
be published on freebsd.org
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html#MIRRORS-CDROM)

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


mixed files streams / nfs client cacheing

2003-06-25 Thread Ollie Cook
Hi,

We run a NetApp F840 filer with a 350GB volume which is mounted by our FreeBSD
4.x clients using NFSv3.

Today it seems that two fopen() calls for the same file on that mounted volume
yielded file streams associated with two different files.

Two different processes on the same host, run at approximately the same time
(although not concurrently) seem to have got FILE *streams mixed up. Each
process chdir()s to a different directory on the mounted volume, readdir()s and
then operates on the files using the relative path, rather than an absolute
path to the file.

The simplified chain of events was:

 Process 5453 (starts at 19:09:46 ends at 19:09:48):

   - File A is stat()'d by process only

 Process 5592 (starts at 19:10:02 ends at 19:11:41):
 
   - File B is stat()'d
   - File B is fopen()'d
   - Contents is read with fgets()

   (the contents read at this stage, is actually the contents of File A,
not File B)

   - File B is fclose()'d
   - [other operations are performed]
   - File B is fopen()'d again and the contents parsed for a unique token

   (this time, the contents relates to File B and the correct unique token
is found. This token was *not* read when the file was previously
opened)

   - File B is fclose()'d and unlink()'d

File A and File B are in different directories on the volume.

The unique token is used in logs to provide an audit trail. It is logged when
the file is written and when it is unlinked. The net result of the events
described was that process 5592 read the contents of the wrong file, before
unlinking the correct one; effectively the contents of File B were lost.

Given that the two processes were executed within twenty seconds of one
another, I wondered if some NFS caching either on the server or client side was
causing this behaviour. The client in question was running 4.6-STABLE as at Jul
17 2002.

Does it seem plausible that sys/nfs may have cached File A's information and
associated stream B with it in error? I've had a cursory look at CVS commits
relating to NFS since July 2002 in the 4-RELENG tree, but I admit to not being
an expert in this area and didn't spot anything.

I have a case open with NetApp in case this could be attributed to an error on
the filer, such as an inconsistent filesystem, although I've not yet heard
anything back.

I don't think this behaviour will be easily reproducible as the cluster causes
around 3000 NFS operations per second on average each day, and this sort of
behaviour has only been brought to my attention twice in the last month.

I have implemented a little sanity check after fopen to check that the inode
associated with the file is the same as the inode of the file associated with
the stream before proceeding, but this may not help if file credentials are
being incorrectly cached on the NFS client. Still, it can't do much harm to do
the check.

Pseudocode without error checking:

  FILE *f;
  struct stat ssb, fsb;

  f = fopen(filename, r);
  stat(fn, ssb);
  fstat(fileno(f), fsb);
  if (ssb.st_ino != fsb.st_ino) {
/* report inconsistency error */
  }

If there's further information that I can provide to help make sense of this
turn of events I would be glad to provide it.

Cheers,

Ollie
-- 
Oliver CookSystems Administrator, Claranet UK
[EMAIL PROTECTED]  020 7903 3065
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: softupdate and squid-cache ?

2003-06-25 Thread Bill Moran
User Frankb wrote:
Hi

I'm setting up a Squid cache running on latest 4.8 release
and I wondering about disk write performances as it is
a crucial point on that kind on machine.
My question : does softupdate slow down disk writes ? 
No.  It's very likely to speed them up.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: key barriers

2003-06-25 Thread Michal F. Hanula
On Sun, Jun 15, 2003 at 09:13:10PM -0800, Thanjee Neefam wrote:
 I like being able to browse to www.debian.org/security and to know that 
 on certain days as many as 5 patches are released.  And that with a 
 single command I can apply all the patches I need.
 
 Now, FreeBSD has a similar page freebsd.org/security but it doesn't list 
 as many bugs.  Does that mean FreeBSD has fewer holes?  Or does it mean 
 it takes longer to fix them in FreeBSD?  Or that people are not testing 
 the security of BSD as much as Debian?  I don't know.
Short aswer:
FreeBSD has fewer holes.
Long answer:
FreeBSD has fewer holes in the base OS than Debian has in all
the packages.

Which is quite obvious and doesn't mean anything at all.

mf

-- 
What do you care what other people think?


pgp0.pgp
Description: PGP signature


Re: Network Performace

2003-06-25 Thread Shawn Ramsey
 That's certainly a step in the right direction :)

  But something is still very
  wrong performance wise. It has helped, but I still can't push in/out
  nearly 100Mb/sec. (100Mb in, 100Mb out I mean). A simple FTP transfer
  locally through the routers gigabit interface causes our internet
  performance to plummet. I've disabled all the onboard stuff that was
  sharing IRQs with PCI cards, but I didn't figure that was an issue,
  didn't make a difference either way. Would the fact the gigabit is on
the
  same PCI bus have any bearing? I would expect to at least get 100BT
  performance even so, but I don't have any experience with gigabit
  ethernet...

 The only thing I can suggest is try different PCI slots, or Gigabit cards,
 or, worst case a different system. Having NIC's on separate PCI busses (as
 opposed to both on the same PCI bus) may help it [But that's probably
going
 to need a new board etc.]

Thats what I was going to try next, but i've noticed this :

gw# netstat -I xl0 -w 1
   input  (xl0)   output
  packets  errs  bytespackets  errs  bytes colls
 7120119118416   5566 02507132 0
 6754 68498898   5649 03009719 0
 7104 98856812   5802 03004529 0
 7737199787501   6429 02994557 0
 7551169670490   5948 02761794 0

I would guess such a large number of errors per second could be causing the
interrupt usuage? From what i've been able to find such input errors are
usually caused by a bad cable, or switch...


 You don't say what Gigabit nic's your using? - I've had a lot of varied
 results with different nic's, with surprisingly cheap 10/100/1000Mbit
cards
 giving 'reasonable' performance - but get left standing for dust by other
 more expensive cards.

Its an Intel Fiber card, don't know the exact model offhand...


 The only other thing I can think of is, check the duplex/media options are
 all setup properly on the cards / switches etc. - or try forcing things to
 fdx etc.

Been there, done that, full duplex/autoselect makes no difference, but its
currently set for full/1000SX on both ends.



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


Re: softupdate and squid-cache ?

2003-06-25 Thread David Landgren
User Frankb wrote:

Hi

I'm setting up a Squid cache running on latest 4.8 release
and I wondering about disk write performances as it is
a crucial point on that kind on machine.
My question : does softupdate slow down disk writes ? 
What you *really* want to do is put the disk cache on a second disk. 
It's the only game in town for Squid. I mounted a disk as /cache and 
told squid to use that for its cache, keeping its logs under /var on 
the first disk.

I ran tunefs to give the /cache disk the following characteristics 
(based on analysis of my first generation squid server):
tunefs: average file size: (-f)8192
tunefs: average number of files in a directory: (-s)   256

Be aware though that by default squid will write so many small files 
that you'll run out of i-nodes before you run out of disk-space. I 
have to reformat the disk this summer when things are quieter, and I 
can get away with a smaller disk cache on the system disk.

At the moment, with the above tunefs settings, I'm using around 3-4% 
more available i-nodes than file blocks used as per df -i output. I'm 
not sure how that translates to specifying the number of i-nodes when 
I reformat the disk.

Hope this helps,
David


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


Re: Eliminating noise from secondary MX

2003-06-25 Thread David Landgren
Karl Pielorz wrote:
[...]
Or, secondly - as was cleverly suggested to me a while ago - setup a 3rd 
MX that has a IN A PTR to your primary MX, and make it the highest 
priority...

e.g.

mx0.mydomain.com   PRI   20
mx1.mydomain.com   PRI   30
mx2.mydomain.com   PRI   40 (Which is really just a different name for mx0)
That way, you'll probably find most the spam hits the highest priority 
MX (which is, in reality your primary MX).
I think you mean highest-numbered MX, which is the lowest priority 
MX, but yeah, I get the picture. Thanks for the tip, I might give it a 
try.

David

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


spamass-milter questions

2003-06-25 Thread Andreas Widerøe Andersen
Hi all,
I have two questions releated to spamass-milter on my FreeBSD box:
1. How do I get rid of these errors?

Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter 
(spamassassin): local socket name /var/run/spamass-milter.sock unsafe
Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter 
(spamassassin): to error state

spamass-milter is started by this line in my sendmail.cf (actually .mc 
before compile) file:

INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock, 
F=, T=C:15m;S:4m;R:4m;E:10m')

2. How can I automatically delete messages that gets the X-Spam: Yes flag 
set? I want to do this for messages I forward to other server etc. Ie. 
virtusertable: [EMAIL PROTECTED]   [EMAIL PROTECTED]

Thanks!

---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS
http://www.pragma.no 

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


Re: DPMS not working

2003-06-25 Thread Guy Middleton
On Tue, Jun 24, 2003 at 10:57:01PM -0500, Eric Dedrick wrote:
 I'm running 4.8 and XF86 Version 4.2.1.
 
 DPMS isn't working right on my new machine (ASUS A7A266 motherboard).
 
 1.  The monitor is capable of doing DPMS
 2.  DPMS works fine when the monitor is just displaying a text console
 3.  DPMS does not work from X
 4.  I have checked my /etc/X11/XF86Config file, Options DPMS is in the
 monitor section.
 5.  xset q says
 DPMS (Energy Star):
   Standby: 1200Suspend: 1800Off: 2400
   DPMS is Enabled
   Monitor is On
 6.  Everything seems to just blank the screen, but never powers off the
 monitor:
   xset dpms force off
 the screen goes blank, but the monitor does not power off.
 7.  I have tried many different DPMS settings in my BIOS and I think it
 should be okay.
 
 Any guesses?  Thanks.

I still haven't figured mine out.  I asked on the xfree86 list also, but
had no replies yet.

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


Alias on loopback interface???

2003-06-25 Thread Patrick O'Reilly
Hi folks.

I'd appreciate any comments on the pros and cons of configuring an alias
IP on the loopback interface.  I've tried it and it works OK, but
perhaps there are repercussions that have not occurred to me.

Why?  Well I have a number of BSD gateways, each of which has numerous
interfaces, and I am forever confusing myself about which IP address
really identifies that box.  I am planning to set assign each box a
unique IP for my internal admin purposes, but then got to wondering
which interface is most suitable to carry this new alias.  That's when I
though - Hey - why not use lo0 ?

I do run ipf/ipnat and ipfw/DUMMYNET on many of these.  Clearly I will
need to make provision for this unusual traffic on the lo0 interface
too.

Of course, the IPs I intend using will be RFC1918 compliant private
addresses.

Thanks for any comments.

Regards,
Patrick.

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


Re: All PCMCIA devices fail in 5.1-RELEASE

2003-06-25 Thread Terry Todd

Here's the answer to my own question:
I had to compile an OLDCARD kernel and reboot.
I also had to switch the BIOS setting from cardbus to PCIC compatible mode.
Everything is working OK now.

Terry Todd

On Mon, Jun 23, 2003 at 06:18:37AM -0500, Terry Todd wrote:
 
 I just tried 5.1-RELEASE on a Tecra 720 that ran fine with 4.5-RELEASE.
 All my pcmcia cards worked OK on 4.5.  On 5.1 nothing works.  If I try
 to boot with a NIC card plugged in it panics and crash dumps.  If I
 boot up with no card in and plug the card in later it locks up solid.
 I still have the HD with 4.5 loaded on it so I am back running on 4.5 
 until I can find an answer to this problem.
 
 Terry Todd
 
 On Thu, Apr 17, 2003 at 07:12:10PM -0400, taxman wrote:
  On Thursday 17 April 2003 05:44 pm, Scott Simmons wrote:
   All pcmcia cards inserted into the laptop display on 5.0-RELEASE #0
  
  http://mired.org:8080/5.0-not-production.html
  
  have fun :)
  
   pccard0: Card has not functions!
   cbb0: PC Card card activation failed.
  
   The laptop is a IBM Thinkpad 600x and I am using the SMC 2632W.  I have
   also tried 3Com adpaters also.  I verified that both are supported via the
   web.  From what I can tell it appears that the pccard services are not
   loading even though they appear to in the messages file.
  
   It appears that both cbb0 and cbb1 load as they are recognized as TI1450
   PCI-CardBus Bridge as well as both slots pccard0 and pccard1.
  
   Please let me know the correct list to send these type of questions to
   also.
  
  well check the list charters, -current for issues with the -current tree
  otherwise here for other general things
  
  Tim
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Device probing

2003-06-25 Thread Geoff Glasson
Hi,

I am trying to port the Linux i810 DRI kernel module to FreeBSD and am having 
some difficulty recognising that the device is present in the system.  As I 
understand it, the list of unattached devices is passed to the probe method 
of a PCI kernel module so that the module can decide whether it is one that 
it supports.

Is it possible to attach to an already attached device?  The reason that I ask 
this is that a test module which looks for my i815 graphics card is able to 
find it if the AGP kernel module is not loaded, but if the AGP module is 
already loaded it can't.

I have tried RTFMing, but I'm not sure that I'm even looking in the right 
place.  I am running on FreeBSD 4.8 on a Pentium 3.

Any assistance or advice will be most welcome.

Thanks in advance...Geoff 

-- 
Geoff Glasson
[EMAIL PROTECTED]

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


Re: using bind() call on FreeBSD

2003-06-25 Thread Jan Grant
On Mon, 23 Jun 2003, Gagan Grewal wrote:

 Hi Folks :)

 I am trying to write a simple a server process which follows this sequence...
   socket()
   bind()
   listen()
   accept()
 .
 .
 .
   close( descriptor from accept() )
   close( descriptor from socket() )

 But I am getting error 99 (Cannot assign requested address) from bind().

 I am trying to bind the socket on 127.0.0.1:
 (This works on Linux though)

 Are there any special/extra things I need to do in /etc or elsewhere to make
 this program run on FreeBSD ?

 I am running FreeBSD 4.7-RELEASE

 Any help/pointers from you folks would be great :)

 Thanks in advance :)

You don't offer any source code, but people are often gotcha'd by the
fact that FreeBSD really means must be zero when it describes spare
entries in a sockstat as MBZ. Linux doesn't care.

If you have a

struct sockaddr_in a;

try changing it to

struct sockaddr_in a = {};

- C semantics for structure initialisation mean that unspecified fields
are set to zero.

Cheers,
jan

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Don't annihilate, assimilate: MacDonalds, not missiles.

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


Re: DPMS not working

2003-06-25 Thread Rob Lahaye


Guy,

I won't help much solve the problem.
All I want to say, is that I see the same thing on my system
(FreeBSD 4.8 with up-to-date-from-ports Xfree and other software).

I have a regular monitor, SamSung SyncMaster 20GLsi.
Indeed it only blanks. When I do xset dpms force off in my X-display,
nothing happens. I vaguely remember it used to work in the past (when my
OS was also Linux, instead of FreeBSD).

However, when I go elsewhere, e.g. ctrl-Alt-F1 text screen, do a
setenv DISPLAY my-X-display and then repeat the xset command above,
xset q says Monitor is Off.
Hmmm, but I'm on the same monitor, which is on !?!?

My wild guess is, that this may be broken with recent Xfree 4.3.0.

Or is only XFree broken in the FreeBSD ports collection? A wrong FreeBSD patch?

You may try to convince the FreeBSD or XFree lists/people to comment on this.

Regards,
Rob.


Guy Middleton wrote:
 On Tue, Jun 24, 2003 at 10:57:01PM -0500, Eric Dedrick wrote:
 
I'm running 4.8 and XF86 Version 4.2.1.

DPMS isn't working right on my new machine (ASUS A7A266 motherboard).

1.  The monitor is capable of doing DPMS
2.  DPMS works fine when the monitor is just displaying a text console
3.  DPMS does not work from X
4.  I have checked my /etc/X11/XF86Config file, Options DPMS is in the
monitor section.
5.  xset q says
DPMS (Energy Star):
  Standby: 1200Suspend: 1800Off: 2400
  DPMS is Enabled
  Monitor is On
6.  Everything seems to just blank the screen, but never powers off the
monitor:
  xset dpms force off
the screen goes blank, but the monitor does not power off.
7.  I have tried many different DPMS settings in my BIOS and I think it
should be okay.

Any guesses?  Thanks.
 
 
 I still haven't figured mine out.  I asked on the xfree86 list also, but
 had no replies yet.

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


using multiple keyboards simultaneously...

2003-06-25 Thread zulker .
Hello,

I am planning to develop a multiuser game. Its kinda blind-board simulator. 
There are many
controls to use for each player, and thus each player needs a complete 
keyboard unit. Thus
I need to use multiple keyboard simultaneously with a single PC. The game 
can be played
between more than 16 players.

I don't need any support for X-Windows or graphical simulation. What i need 
is just to
distinguish the keycodes from the different keyboards.

Can anyone please help me solving this? there is a posting in this 
message-board by
Bob Thompson in almost same topics.. but its not the same, right Bob?

Please help me... it will be a great free game for the blind peoples.

Zulker.

_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


RE: spamass-milter questions

2003-06-25 Thread Chad Stalvey
I use mimedefang and get this error when it is not running. Its my
understanding that the definition in your .mc file is to tell sendmail where
to look to get a pid for the milter so that it can pipe a message through
it. The milter needs to be started before sendmail.


Try doing the following:

#killall sendmail
#spamass-milter -p var/run/spamass-milter.sock -f
#sendmail -bd

Check your log and see what you've got...

If that didn't work, you may have a permission problem on a related file or
folder.

As far as deleting messages if they are spam, with spamass, it looks like
there is a patch available to redirect messages to a different folder. I'm
assuming that you could hack that up a bit and send it to /dev/null, but I
haven't really looked at the patch.

I would suggest going to spamass home page at:

http://savannah.nongnu.org/projects/spamass-milt/

and browse through there support forums.

The easiest way I have used spamassassin for deleting or saving email to a
users folder is with procmail. You can send it to a folder in the users home
dir. named accordingly, or straight to /dev/null. I wouldn't suggest this
route on a high volume mail server though. If you go this route, *Make
sure you read about the procmail bug that will corrupt the mail file by
removing the 'F' from the first 'From' line of the message. There is however
a simple fix for this.

Mimedefang works awesome. Not only do you get the Spam filtering but you
also get an antivirus scanning as well. Plus the mailling lists are very
informational, and that is a big PLUS!!

Let me know if you want to go either of the other two routes and I can help
you out further with those as I have a first hand experience with them.


Hope this helps you out.

DEATH TO SPAM!!!

Chad Stalvey
Hayes E-Government Resources
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andreas Widerøe
Andersen
Sent: Wednesday, June 25, 2003 8:05 AM
To: [EMAIL PROTECTED]
Subject: spamass-milter questions


Hi all,
I have two questions releated to spamass-milter on my FreeBSD box:

1. How do I get rid of these errors?

Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter
(spamassassin): local socket name /var/run/spamass-milter.sock unsafe
Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter
(spamassassin): to error state

spamass-milter is started by this line in my sendmail.cf (actually .mc
before compile) file:

INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock,
F=, T=C:15m;S:4m;R:4m;E:10m')

2. How can I automatically delete messages that gets the X-Spam: Yes flag
set? I want to do this for messages I forward to other server etc. Ie.
virtusertable: [EMAIL PROTECTED]   [EMAIL PROTECTED]

Thanks!


---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS

http://www.pragma.no

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

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


Log file problem.

2003-06-25 Thread R. Clayton
My system seems to be having problems creating log files:

  Ku uname -a
  FreeBSD KualaLumpur.cs.monmouth.edu 4.6-RELEASE FreeBSD 4.6-RELEASE #0:
  Tue Jun 11 06:14:12 GMT 2002
  [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386

  Ku ls -ld /var/log
  drwxr-xr-x  3 root  wheel  1536 Jun 25 03:03 /var/log

  Ku startx

  Fatal server error:
  Cannot open log file /var/log/XFree86.0.log

  When reporting a problem related to a server crash, please send
  the full server output, not just the last messages.
  Please report problems to [EMAIL PROTECTED]

  giving up.
  xinit:  No such file or directory (errno 2):  unable to connect to X server
  xinit:  No such process (errno 3):  unexpected signal 2.

  Ku

Also, the message

  syslogd: /var/log/console.log: No such file or directory

occasionally pops up on the console.  Can anyone explain how these problems
might be fixed?

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


Re: spamass-milter questions

2003-06-25 Thread Matthew Seaman
On Wed, Jun 25, 2003 at 02:05:04PM +0200, Andreas Widerøe Andersen wrote:
 Hi all,
 I have two questions releated to spamass-milter on my FreeBSD box:
 
 1. How do I get rid of these errors?
 
 Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter 
 (spamassassin): local socket name /var/run/spamass-milter.sock unsafe
 Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter 
 (spamassassin): to error state

Hmmm... Check the permissions on /, /var, /var/run and
/var/run/spamass-milter.sock -- there shouldn't be any group or world
write bits set, and all the files should be owned by root:wheel

% ls -lad / /var /var/run /var/run/spamass-milter.sock
drwxr-xr-x  20 root  wheel  512 Jun 21 22:46 /
drwxr-xr-x  30 root  wheel  512 Jun 13 08:08 /var
drwxr-xr-x   5 root  wheel  512 Jun 23 22:00 /var/run
srwxr-xr-x   1 root  wheel0 Jun 23 12:26 /var/run/spamass-milter.sock
 
 spamass-milter is started by this line in my sendmail.cf (actually .mc 
 before compile) file:
 
 INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock, 
 F=, T=C:15m;S:4m;R:4m;E:10m')

Looks fine to me.
 
 2. How can I automatically delete messages that gets the X-Spam: Yes flag 
 set? I want to do this for messages I forward to other server etc. Ie. 
 virtusertable: [EMAIL PROTECTED]   [EMAIL PROTECTED]

It's quite tricky to do that for just some of the e-mail passing
through your system.  You can tell spamass-milter to bounce e-mail if
it scores more than a certain amount using the '-r nn' flag, which is
good for getting rid of the most egregious spams.  However that
filtering occurs with all of the e-mail passing through your system,
including stuff you're sending out.  The problem with spamass-milter
is that it's an input mail filter (input from the p.o.v. of the
sendmail MTA process), and so doesn't have the natural connection to
the user receiving the mail (hence the ability to eg. look up
preferences in the user's home dir or the like) that a delivery filter
would.  There are some hacks with the '-u' option, but they can't
distinguish local and remote addresses that happen to have the same
username, they don't deal very well with delivery to multiple
recipients and I don't think they cope very well if you use
genericstable to make your e-mail address different from your login
name.

Probably your best bet is to install something like procmail as your
local delivery agent on the system where the mail gets finally
delivered.  You can send the objectionable stuff to /dev/null very
readily that way.  Even so, that won't save you the bandwidth required
to relay the spam from one of your mail servers to the other.

One thing I've found beneficial when running spamass-milter is to make
the spamd process it passes all the messages to run as a different
user than root/nobody.  This permits spamd and spamass-milter to use
the auto-whitelist and bayesian matching filters -- these require
write access to a chunk of disk space in order to keep previous
results.  I chose 'mailnull' as the UID to use as parts of the mail
system already run as that.  Since mailnull uses /var/spool/mqueue as
it's home dir I used the '--virtual-config-dir' option to get spamd to
keep it's working files in a different directory:

spamd -a -c -u mailnull --virtual-config-dir=/var/spamassassin/%u -d

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Arcserve on FreeBSD

2003-06-25 Thread Schimcek, Derrick
I am putting together a FreeBSD samba box and need to get the arcserve
client agent loaded on this box
but when I run the rpm command rpm -I uangent.rpm
I get this output
/bin/sh   is needed by uagent-7.0-1
ld-linux.so.2 is needed by uagent-7.0-1
libarclic98_api.so is needed by uagent-7.0-1
libc.so.6 is needed by uagent-7.0-1
libdl.so.2 is needed by uagent-7.0-1
/bin/sh is needed by uagent-7.0-1

has anyone else got arcserve to run on their bsd box
I tried copying over the lib directory from a redhat 6.2 box which has all
the required files except libarclic98_api but I don't know where to put
these files
any help would be greatly appreciated
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Syslog question

2003-06-25 Thread Kliment Andreev
I have the following in /etc/syslog.conf. Notice lines (1) and (3).
I want to log news.notice ONLY in /var/log/news/news.notice but instead of
that I have the same output both in /var/log/news/news.notice and
/var/log/messages. If I remove *.notice from line (3) I am afraid that I
would not log any other *.notice messages.

(1) news.notice
/var/log/news/news.notice
*.err;kern.debug;auth.notice;mail.crit  /dev/console
(3) *.notice;kern.debug;lpr.info;mail.crit  /var/log/messages

What should I modify, before I kill -HUP `cat /var/run/syslog.pid`.


Thanks...

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


please help me

2003-06-25 Thread selfghe edherh
what is this error (this error about XWindows) DCOPSERVER?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Realtek RTL8201 PHY

2003-06-25 Thread David Loszewski
Does anyone know when a driver for the Realtek RTL8201 PHY will be out? I have an Epox 
nforce2 board with onboard nic that's not usable on FreeBSD 4.8, it doesn't recognize 
it at all, and on FreeBSD 5.1 it comes up as Unknown Ethernet Controller and doesn't 
work.

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


Re: Canon BJC-2100

2003-06-25 Thread Scott A. Moberly
 Hello!

 Is there any way to make my Canon BJC-2100 work under freebsd 4.8???
 If it's possible, please point me to doc's, manuals or etc.

lp(1) and friends work just fine with this printer.  If however you'd like
more extensive printing capability; check

http://cups.sourceforge.net

install via:

$cd /usr/ports/print/cups
$sudo make install

then follow cups documentation.  I use a 2110 at home (driver is 2100,
though)
and it works just fine, albeit *very* slow.

-- 
Scott A. Moberly
smoberly at karamazov.org

Microsoft: Where would you like to go to today
Linux: Where would you like to go tomorrow
FreeBSD: Hey,when are you guys going to catch up
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mod_jk, mod_jk2

2003-06-25 Thread Timms, Simon
Hi, I have been trying to install the mod_jk or mod_jk2 tomcat connectors
from /usr/ports/www/mod_jk(2).  Unfortunately I get an error during the
build of either one.  I have an up to date ports collection.  Has anybody
else got this to work?  Iff so then how?

/bin/sh /usr/local/share/apache2/build/libtool --silent --mode=link cc
-I/usr/local/include/apache2 -O -pipe -mcpu=pentiumpro -DUSE_APACHE_MD5 -I
../common  -I /include -I /include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe
-mcpu=pentiumpro -DNO_IDEA  -O -pipe -mcpu=pentiumpro  -D_REENTRANT
-D_THREAD_SAFE -o mod_jk.la -module -rpath /usr/local/libexec/apache2
-avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo
../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo
../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo
../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo
../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo
../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo
../common/jk_ajp_common.lo ../common/jk_context.lo
libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object
gmake[1]: *** [mod_jk.la] Error 1
gmake[1]: Leaving directory
`/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/nativ
e/apache-2.0'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/www/mod_jk2.


su-2.05b# uname -a
FreeBSD simserve.simon.ma.cx 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Sun Jun 22
22:43:45 MDT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SIMSERVE-2003-06-22
i386

Thank you!


 

This email communication is intended as a private communication for the sole
use of the primary addressee and those individuals listed for copies in the
original message. The information contained in this email is private and
confidential and if you are not an intended recipient you are hereby
notified that copying, forwarding or other dissemination or distribution of
this communication by any means is prohibited.  If you are not specifically
authorized to receive this email and if you believe that you received it in
error please notify the original sender immediately.  We honour similar
requests relating to the privacy of email communications.

Cette communication par courrier électronique est une communication privée à
l'usage exclusif du destinataire principal ainsi que des personnes dont les
noms figurent en copie.  Les renseignements contenus dans ce courriel sont
confidentiels et si vous n'êtes pas le destinataire prévu, vous êtes avisé,
par les présentes que toute reproduction, tout transfert ou toute autre
forme de diffusion de cette communication par quelque moyen que ce soit est
interdit.  Si vous n'êtes pas spécifiquement autorisé à recevoir ce courriel
ou si vous croyez l'avoir reçu par erreur, veuillez en aviser l'expéditeur
original immédiatement.  Nous respectons les demandes similaires qui
touchent la confidentialité des communications par courrier électronique.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with hardware raid and freebsd

2003-06-25 Thread David Loszewski
I have a Mylex AcceleRAID 160 with 2x 72GB U160 scsi harddrives.  I had setup a RAID 1 
with the raid card on the two drives, I installed freebsd on the drives without a 
problem, however when I start freebsd back up both hd lights are solid as if they're 
working like crazy.  I then took the primary drive out and the system still ran 
without a problem so I knew that the raid was working.  But then when I put the drive 
back in for the drives to sync back up both hd lights went off and I got a kernel 
timeout error on the mylex card.  Any suggestions? I'm using FreeBSD 4.8.  If I 
upgrade to FreeBSD 5.1 would it fix this? I'm also willing to go to OpenBSD if that 
will fix the problem since I have experience in OpenBSD.

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


Tape devices

2003-06-25 Thread Jon Mercer
Just  a simple yes or no question:

Under 5.1, is the nsa0 device the no rewind tape device, equivalent to
nrsa0 under 4.x?
Background is I'm trying to set up amanda, and tape device is the last
peice of the jigsaw!
Many thanks,

Jon Mercer

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


FreeBSD - Radius Merge Lookup Append File Question

2003-06-25 Thread Schalk Erasmus
Hi,

I need some assistance to do a lookup from a Textfile of active users, and
then remove the Non-Active users (non listed users in Textfile) and
associated info, from the Radius USERS file.


We are running:

Cistron Radius Daemon

server# radiusd -v
radiusd: RADIUS version 1.6.6 06-Feb-2002
Compilation flags:  NOSHADOW ATTRIB_NMC COMPAT_1543


and example of the USERS file:
server# tail -n 10 /usr/local/etc/raddb/users


Framed-Routing = Broadcast,
Framed-MTU = 1500

apple   Password = mac, NAS-Port-Type = Async
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-IP-Netmask = 255.255.255.255,
Framed-Routing = Broadcast,
Framed-MTU = 1500



Any assistance would be greatly appreciated.

Regards

Schalk Erasmus
Incredible Networks
[EMAIL PROTECTED]

This mail was processed by: http://www.exim.org

The information contained in this e-mail is confidential intended
for the addressed recipient. If you have received this e-mail in
error, please e-mail the sender by replying to this message.
All reasonable precautions have been taken to ensure no viruses
are present in this e-mail and the sender cannot accept
responsibility for loss or damage arising from the use of this
e-mail or attachments.


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


Directory permissions for majordomo

2003-06-25 Thread Gene Bomgardner
I've installed Majordomo from the ports and it runs using sendmail. I got an
error message saying that resend couldn't write in
/usr/local/majordomo/lists because it was 'wold writable'. When I restrict
write privileges then I get 'permission denied' when it tries to create a
temporary lock file in lists. the current directories look like this:

total 280
-rw-rw-r--  1 majordom  majordom  0 Jun 25 10:27 Log
drwxr-xr-x  2 majordom  majordom512 Jun 25 09:05 Tools
-r--r--r--  1 root  wheel  4539 Jun 25 09:05 aliases.majordomo
lrwxr-xr-x  1 root  majordom 11 Jun 25 09:05 archive - archive2.pl
-rwxr-xr-x  1 majordom  majordom   5512 Jun 25 09:05 archive2.pl
drwxr-xr-x  2 majordom  majordom512 Jun 25 09:05 bin
-rwxr-xr-x  1 majordom  majordom   3039 Jun 25 09:05 bounce-remind
-rwxr-xr-x  1 majordom  majordom  10867 Jun 25 09:05 config-test
-rwxr-xr-x  1 majordom  majordom  51130 Jun 25 09:05 config_parse.pl
-rwxr-xr-x  1 majordom  majordom  14516 Jun 25 09:05 digest
drwxrwxr-x  3 majordom  majordom512 Jun 25 09:05 digests
drwxrwxr-x  2 majordom  majordom512 Jun 25 09:05 doc
drwxr--r--  4 majordom  majordom   1024 Jun 25 10:57 lists
-rwxr-xr-x  1 majordom  majordom  62498 Jun 25 09:05 majordomo
-rw-r--r--  1 majordom  majordom  10497 Jun 25 09:11 majordomo.cf
-rw-r--r--  1 root  majordom  10509 Jun 25 09:05 majordomo.cf~
-rwxr-xr-x  1 majordom  majordom  24381 Jun 25 09:05 majordomo.pl
-rwxr-xr-x  1 majordom  majordom137 Jun 25 09:05 majordomo_version.pl
-rwxr-xr-x  1 majordom  majordom   4036 Jun 25 09:05 request-answer
-rwxr-xr-x  1 majordom  majordom  30164 Jun 25 09:05 resend
-rw-r--r--  1 majordom  majordom  10398 Jun 25 09:05 sample.cf
-rwxr-xr-x  1 majordom  majordom   8060 Jun 25 09:05 shlock.pl
-rw-r--r--  1 root  majordom  0 Jun 25 11:21 t.txt
drwx--  2 majordom  majordom512 Jun 25 10:57 tmp
-r-sr-x---  1 majordom  majordom   7326 Jun 25 09:05 wrapper

./lists
-rw-rw-r--  1 majordom  majordom379 Jun 25 09:16 alpha-cohort
-rw-rw-r--  1 majordom  majordom  16546 Jun 25 09:16 alpha-cohort.config
-rw-rw-r--  1 majordom  majordom  0 Jun 25 09:16 alpha-cohort.info
-rw-rw-r--  1 majordom  majordom  0 Jun 25 09:16 alpha-cohort~
-rw-rw-r--  1 majordom  majordom 52 Jun 25 09:16 otgroup
-rw-rw-r--  1 majordom  majordom  16515 Jun 25 09:16 otgroup.config
-rw-rw-r--  1 majordom  majordom 77 Jun 25 09:16 otgroup.info
-rw-rw-r--  1 majordom  majordom  0 Jun 25 09:16 t.txt
-rw-rw-r--  1 majordom  majordom534 Jun 25 09:16 t2.txt
-rw-rw-r--  1 majordom  majordom  65536 Jun 25 09:16 t2.txt~
-rw-rw-r--  1 majordom  majordom 71 Jun 25 09:16 test
-rw-rw-r--  1 majordom  majordom  0 Jun 25 09:05 test-l
-rw-rw-r--  1 majordom  majordom  0 Jun 25 09:05 test-l-digest
drw-rw-r--  2 majordom  majordom512 Jun 25 09:05 test-l-digest.archive
lrwxr-xr-x  1 root  majordom 11 Jun 25 09:05 test-l-digest.info - test-l.info
lrwxr-xr-x  1 root  majordom 13 Jun 25 09:05 test-l-digest.passwd - 
test-l.passwd
drw-rw-r--  2 majordom  majordom512 Jun 25 09:05 test-l.archive
-rw-rw-r--  1 majordom  majordom124 Jun 25 09:05 test-l.info
-rw-rw-r--  1 majordom  majordom  5 Jun 25 09:05 test-l.passwd
-rw-rw-r--  1 majordom  majordom  16482 Jun 25 09:16 test.config
-rw-rw-r--  1 majordom  majordom  0 Jun 25 09:16 test.info
-rw-rw-r--  1 majordom  majordom 73 Jun 25 09:16 test~

===

Does anyone who is using majordomo see any problems with permissions?

Any help appreciated.

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


Re: GIMP

2003-06-25 Thread P. U. Kruppa
On Tue, 24 Jun 2003, Kris Kennaway wrote:

 On Tue, Jun 24, 2003 at 06:08:13PM -0300, Konrad Scorciapino wrote:
  Hello,
 
  I want to install the stable version of gimp with the package
  system, however, after checking the FreeBSD's main ftp site, I've only
  found the unstable version. Where else can I find this package?
I havn't found any instabilities yet. You could just try it.

Uli.


 The distfile could not be fetched during the last package build.
 Build it from the port or wait for the next package build in a week or
 two.

 Kris


+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where did my partitions go?

2003-06-25 Thread Joshua Oreman
On Tue, Jun 24, 2003 at 08:14:51PM -0400 or thereabouts, Brian McCann seemed to write:
 Ok...I'm having a small panic.  I have a server that I just got a 180GB
 IDE HD forbut the controller cards I have don't support drives over
 137GB, so I had to use the one Western Digital gave me.  Once I added
 that in, in threw off my drive assignments.  Here are the setups BEFORE
 the upgrade:
 
 Onboard IDE Pri/Sec Controller
 Onboard HPT Raid Pri/Sec Controller
 
 And after, I added a PCI Promise TX2.  My problem is, the Promise
 controller starts up before the HPT controller does.  So, what used to
 be ad4-6, is now ad8-10, and the new drive is ad4.  I thought this would
 not be a big deal and I would just have to shift the assignments in
 FSTAB and I'd be all set.  BUT, when I try mounting any of the old
 partitions that got reassigned, I get mount: /dev/ad8s1e: No such
 file or directory.  And when I run the Label part of sysinstall, it
 doesn't even show any partitions on there!  I'm sure there's a simple
 solution to this...but can someone PLEASE help me???

I'll assume you're running 4.x?
# cd /dev
# sh MAKEDEV ad4s1 ad5s1 ad6s1 ad7s1 ad8s1 ad9s1 ad10s1

-- Josh

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


postfix not retrieving mail

2003-06-25 Thread pat bey
Guess, I'd better get some sleep. Been at this for two
day now.  The only error mesg I get from
/var/log/messages is:
smtpd_recipient_restriction :specify at least one
working instance of check_relay_domains,
reject_unauth_destination, reject defer,
defer_if_permit. Attach is some configs to help anyone
with info as what could I been doing wrong.
using pine I can send messages to any address. but
can't recieve them.  Can't telnet to the smtp cause
telnet is not installed on this box.

=
Suppressed minds have no Freedom of Choice

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.comalias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
body_checks = regexp:/usr/local/etc/postfix/body_checks
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
header_checks = regexp:/usr/local/etc/postfix/header_checks
home_mailbox = Maildir/
inet_interfaces = all
local_destination_concurrency_limit = 2
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
maps_rbl_domains = relays.ordb.org
message_size_limit = 500
mydestination = $myhostname, localhost.$mydomain
mydomain = hijra.homeunix.com
myhostname = hijra.homeunix.com
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $mydestination, 127.0.0.1
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_recipient_restrictions = regexp:/usr/local/etc/postfix/client_access
smtpd_sender_restrictions = regexp:/usr/local/etc/postfix/sender_checks.regexp
unknown_client_reject_code = 450
unknown_hostname_reject_code = 554
unknown_local_recipient_reject_code = 550
# Global Postfix configuration file. This file lists only a subset
# of all 250+ parameters. See the sample-xxx.cf files for a full list.
# 
# The general format is lines with parameter = value pairs. Lines
# that begin with whitespace continue the previous line. A value can
# contain references to other $names or ${name}s.
#
# NOTE - CHANGE NO MORE THAN 2-3 PARAMETERS AT A TIME, AND TEST IF
# POSTFIX STILL WORKS AFTER EVERY CHANGE.

# SOFT BOUNCE
#
# The soft_bounce parameter provides a limited safety net for
# testing.  When soft_bounce is enabled, mail will remain queued that
# would otherwise bounce. This parameter disables locally-generated
# bounces, and prevents the SMTP server from rejecting mail permanently
# (by changing 5xx replies into 4xx replies). However, soft_bounce
# is no cure for address rewriting mistakes or mail routing mistakes.
#
#soft_bounce = no

# LOCAL PATHNAME INFORMATION
#
# The queue_directory specifies the location of the Postfix queue.
# This is also the root directory of Postfix daemons that run chrooted.
# See the files in examples/chroot-setup for setting up Postfix chroot
# environments on different UNIX systems.
#
queue_directory = /var/spool/postfix

# The command_directory parameter specifies the location of all
# postXXX commands.
#
command_directory = /usr/local/sbin

# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). This
# directory must be owned by root.
#
daemon_directory = /usr/local/libexec/postfix

# QUEUE AND PROCESS OWNERSHIP
#
# The mail_owner parameter specifies the owner of the Postfix queue
# and of most Postfix daemon processes.  Specify the name of a user
# account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
# AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In
# particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
# USER.
#
mail_owner = postfix

# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
#default_privs = nobody

# INTERNET HOST AND DOMAIN NAMES
# 
# The myhostname parameter specifies the internet hostname of this
# mail system. The default is to use the fully-qualified domain name
# from gethostname(). $myhostname is used as a default value for many
# other configuration parameters.
#
myhostname = hijra.homeunix.com
#myhostname = virtual.domain.tld

# The mydomain parameter specifies the local internet domain name.
# The default is to use $myhostname minus the first component.
# $mydomain is used as a default value for many other configuration
# parameters.
#
mydomain = hijra.homeunix.com

# SENDING MAIL
# 
# The myorigin parameter specifies the domain that locally-posted
# mail appears to come from. The default is to append $myhostname,
# which is fine for small sites.  

SpeedTouch 330 USB ADSL Modem

2003-06-25 Thread Rick Duvall
I have a SpeedTouch 330 USB ADSL modem which I am trying to connect to
Qwest's ADSL (PPPoA).  I am running FreeBSD 4.2, and all I can find in the
docs is support for a SpeedTouch USB, not the 330.  Though, on the
SpeedTouch website, it says it supports Linux, which means that somebody has
most likely ported it to FreeBSD.  Anyway, I tried the instructions in the
handbook for the Alcatel Speed Touch USB and it seems that everything is
fine except for the firmware that you download off of the SpeedTouch
website.  I am expecting to download speedmgmt.tar.gz, and they just have a
zip file binary that extracts into 2 binary files that the Makefile doesn't
recognize.

Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

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


NAT Dropping Internal Connection

2003-06-25 Thread Jeremy Bingham
I have a P-200 running 4.8-STABLE running as a NAT box at home. It runs
well, except that periodically it will drop it's connection on the
internal side of the network. The external interface still works, but the
internal machines can't ping the NAT box at all and the NAT box can't
ping the internal machines.

I've looked through the mailing lists and google for hints why this
might be happening, but I can't find anything. /var/log/messages also
reveals nothing. Here are the relevant kernel options:

options IPFIREWALL
options IPFIREWALL_FORWARD
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT
options IPFILTER
options IPSTEALTH
options RANDOM_IP_ID
options TCP_DROP_SYNFIN

Would any of those cause the problem, or is there a kernel option that
I'm accidentally leaving off?

Thanks,

-Jeremy Bingham


--
/* You are not expected to understand this. */

Captain_Tenille
http://www.satanosphere.com/
[EMAIL PROTECTED]



pgp0.pgp
Description: PGP signature


Is there a Gainward GeForce 4 PowerPack driver with TV OUT support?

2003-06-25 Thread freeBSD
As stated in the subject:

I have a Gainward GeForce 4 PowerPack graphiccard with integrated
TV-out. I haven't been able to find any drivers for this card and wonder
if anyone else has done any research in this matter.

I'm only interested in getting the TV-out function to work, I don't even
have a monitor attached to the machine.



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


max group name length

2003-06-25 Thread David Bear
was just trying to determine the maximum string length of a group
name.

found 
struct group {
 char*gr_name;   /* group name */

but no size.

any pointers (with limits)?
-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is there a Gainward GeForce 4 PowerPack driver with TV OUTsupport?

2003-06-25 Thread Joachim Dagerot
Further information:

It's based on the MX 440-SE G-Force 4 technology.


On Wed, 2003-06-25 at 20:22, freeBSD wrote:
 As stated in the subject:
 
 I have a Gainward GeForce 4 PowerPack graphiccard with integrated
 TV-out. I haven't been able to find any drivers for this card and wonder
 if anyone else has done any research in this matter.
 
 I'm only interested in getting the TV-out function to work, I don't even
 have a monitor attached to the machine.
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: NAT Dropping Internal Connection

2003-06-25 Thread Jeremy Bingham
On 25/06/03 13:34 -0500, Gene Bomgardner wrote:
 
 Check IP addresses. Do you use dhcp? Is the f-bsd box the server? I've had
 this problem when dhcpd stopped and the windoze machines assigned their own
 ip's

I have to use dhcp on the external interface, but the internal
interfaces use static IPs. The address is theoretically dynamic but it
never seems to actually change. Also, while one of the boxes on the
internal network is a dual boot Win2K/FreeBSD 5.1 box, the others are
two Suns and a Mac. I've been ssh'ed into the box, noticed that it had
lost the connections with the interal boxes, rebooted it remotely, and
it worked again.

 
 What else is going on on the F-BSD box?

Not much. I just use it as a NAT box mostly and ssh into it
occasionally.

 
 Kernel options seem ok.
 
 I also had a firewl problem at one time and had to completely re-install it.
 The divert wasn't getting loaded.
 
 Good luck.
 
 Gene

Hope this info sheds some light on it.

-j

--
/* You are not expected to understand this. */

Captain_Tenille
http://www.satanosphere.com/
[EMAIL PROTECTED]



pgp0.pgp
Description: PGP signature


devfs and umass devices

2003-06-25 Thread Johnson David
I just upgraded to 5.1-RELEASE last night. I have a Jungsoft Nexdisk USB 
memory stick that is being successfully recognized. Since I want the 
memory stick to be usable by users of group operator, I need the 
/dev/da0s1 device to be mode 0664. Then they can mount the device on 
one of their own directories (via vfs.usermount=1).

Under 5.0, I used rc.devfs to add a ruleset to devfs using the following 
commands. This worked fine:

ruleset 99
rule add path da0s1 mode 664
rule -s 99 applyset

Under 5.1 I tried doing a similar action with devfs.conf:

permda0s1   0664

This does not work, and after looking over rc.d/devfs, I realized that 
this only works for devices present at boot time, and not for umass 
devices inserted later.

Is there an accepted means of adding a ruleset using the new rc system? 
Is there another way of doing what I want? I understand that rc.devfs 
is deprecated, so I don't really want to use it unless I have to.

Thanks,

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


yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-06-25 Thread Justin Burdine
Anyone else had this problem?

All of my Freebsd boxes 4.6-4.8 connect to my Solaris 8 NIS servers with 
out any troubles.  They are able to authenticate and get all the maps 
that they need in order to operate.  However, I have never been able to 
change my NIS password from them.  Eventhough this works from all of my 
Solaris 8 NIS clients.  I have changed the default passwd_format to des 
and ran cap_mkdb.

I did run across this posting:

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/53721

but it doesn't seem to effect 4.x... or does it?

rc.conf looks like:
nisdomainname=secs.oakland.edu
nis_client_enable=YES
followed the installation instructions found:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nis.html

anyone have any hits or tips?

Thanks,
Justin
--
Justin Burdine
Computer Network Admin.
School of Engineering
and
  Computer Science
 Oakland University
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Novell Pam Auth Module: pam_ascauth

2003-06-25 Thread Marc G. Fournier

has anyone worked with this?  we can get it to work fine on a desktop, but
as soon as we try to do anything with it inside of jail, auth fails and
the errors don't help much :(


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


Re: yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-06-25 Thread Dan Nelson
In the last episode (Jun 25), Justin Burdine said:
 Anyone else had this problem?
 
 All of my Freebsd boxes 4.6-4.8 connect to my Solaris 8 NIS servers
 with out any troubles.  They are able to authenticate and get all the
 maps that they need in order to operate.  However, I have never been
 able to change my NIS password from them.  Eventhough this works from
 all of my Solaris 8 NIS clients.  I have changed the default
 passwd_format to des and ran cap_mkdb.

What error do you get?  

 I did run across this posting:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/53721

That applies to NIS servers.  Root on an NIS client has no extra privs.
 
-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Novell Pam Auth Module: pam_ascauth

2003-06-25 Thread Dan Nelson
In the last episode (Jun 25), Marc G. Fournier said:
 has anyone worked with this?  we can get it to work fine on a
 desktop, but as soon as we try to do anything with it inside of jail,
 auth fails and the errors don't help much :(

Try ktracing or trussing the login process; maybe it's trying to do
something a jailed root user can't do, and the pam stuff isn't checking
for it because it doesn't expect it to ever fail?

I've used pam_ldap to authenticate to a Novell server, but have never
tried it in a jail.  You might want to try that if you can't get
pam_ascauth working.

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


Re: yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-06-25 Thread Justin Burdine
Dan Nelson wrote:

What error do you get?  

I get the same error that was mentioned in the posting below.  I get it 
when I run as either root or user.

#yppasswd burdine
Changing NIS password for burdine on zan.
Old Password:
yppasswd: sorry
When I went parusing through the source I found where it is dying, I 
think...

line 153 in /usr/src/usr.bin/passwd/yp_passwd.c

which leads me to believe that it is a crypt problem..?  but I have 
checked all the usual suspects...  /etc/login.conf /etc/auth.conf both 
are using des.

I did run across this posting:

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/53721
   

That applies to NIS servers.  Root on an NIS client has no extra privs. 
 



--
Justin Burdine
Computer Network Admin.
School of Engineering 
   and 
 Computer Science 
Oakland University

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


SCSI errors.

2003-06-25 Thread Grzegorz Czaplinski
Hi there!
I need a help to investigate a problem with my SCIS disks or cards.
Can someone tell me please what doest this error indicate?

Jun 25 13:53:22 prioris /kernel: (da3:ahc0:0:5:0): SCB 0x15 - timed out
Jun 25 13:53:22 prioris /kernel:  Dump Card State Begins 

Jun 25 13:53:22 prioris /kernel: ahc0: Dumping Card State while idle, at SEQADDR 0x7
Jun 25 13:53:22 prioris /kernel: Card was paused
Jun 25 13:53:22 prioris /kernel: ACCUM = 0xc3, SINDEX = 0x50, DINDEX = 0x8c, ARG_2 = 
0x0
Jun 25 13:53:22 prioris /kernel: HCNT = 0x0 SCBPTR = 0x2
Jun 25 13:53:22 prioris /kernel: SCSISIGI[0x0] ERROR[0x0] SCSIBUSL[0x0] LASTPHASE[0x1]
Jun 25 13:53:22 prioris /kernel: SCSISEQ[0x12] SBLKCTL[0x0] SCSIRATE[0x0] SEQCTL[0x10]
Jun 25 13:53:22 prioris /kernel: SEQ_FLAGS[0xc0] SSTAT0[0x5] SSTAT1[0xa] SSTAT2[0x0]
Jun 25 13:53:22 prioris /kernel: SSTAT3[0x0] SIMODE0[0x0] SIMODE1[0xa4] SXFRCTL0[0x80]
Jun 25 13:53:22 prioris /kernel: DFCNTRL[0x0] DFSTATUS[0x29]
Jun 25 13:53:22 prioris /kernel: STACK: 0x0 0x162 0x105 0x3
Jun 25 13:53:22 prioris /kernel: SCB count = 120
Jun 25 13:53:22 prioris /kernel: Kernel NEXTQSCB = 24
Jun 25 13:53:22 prioris /kernel: Card NEXTQSCB = 24
Jun 25 13:53:22 prioris /kernel: QINFIFO entries:
Jun 25 13:53:22 prioris /kernel: Waiting Queue entries:
Jun 25 13:53:22 prioris /kernel: Disconnected Queue entries: 10:21
Jun 25 13:53:22 prioris /kernel: QOUTFIFO entries:
Jun 25 13:53:22 prioris /kernel: Sequencer Free SCB List: 2 12 9 14 0 6 3 5 4 13 15 7 
8 11 1
Jun 25 13:53:22 prioris /kernel: Sequencer SCB Info:
Jun 25 13:53:22 prioris /kernel: 0 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 1 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 2 SCB_CONTROL[0xe0] SCB_SCSIID[0x27] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 3 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 4 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 5 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 6 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 7 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 8 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:22 prioris /kernel: 9 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:23 prioris /kernel: 10 SCB_CONTROL[0x64] SCB_SCSIID[0x57] SCB_LUN[0x0] 
SCB_TAG[0x15]
Jun 25 13:53:23 prioris /kernel: 11 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:23 prioris /kernel: 12 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:23 prioris /kernel: 13 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:23 prioris /kernel: 14 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:23 prioris /kernel: 15 SCB_CONTROL[0xe0] SCB_SCSIID[0x17] SCB_LUN[0x0] 
SCB_TAG[0xff]
Jun 25 13:53:23 prioris /kernel: Pending list:
Jun 25 13:53:23 prioris /kernel: 21 SCB_CONTROL[0x60] SCB_SCSIID[0x57] SCB_LUN[0x0]
Jun 25 13:53:23 prioris /kernel: Kernel Free SCB list: 80 100 105 117 113 42 55 85 33 
91 57 27 59 94 22 45 46 96 106 6 14 16 52 82 18 54 66 7 51 116 99 69 9 115 107 118 0 
20 15 111 65 28 30 17 103 47 34 97 36 10 108 53 8 19 119 40 44 2 112 32 50 98 39 92 5 
114 102 11 12 13 3 49 38 68 41 95 56 67 37 84 23 109 26 81 110 4 58 90 93 25 101 104 
31 29 48 83 43 1 35 86 87 88 89 70 71 72 73 74 75 76 77 78 79 60 61 62 63 64
Jun 25 13:53:23 prioris /kernel:
Jun 25 13:53:23 prioris /kernel:  Dump Card State Ends 

Jun 25 13:53:23 prioris /kernel: sg[0] - Addr 0x6c3b000 : Length 4096
Jun 25 13:53:23 prioris /kernel: sg[1] - Addr 0xb67c000 : Length 2048
Jun 25 13:53:23 prioris /kernel: (da3:ahc0:0:5:0): Queuing a BDR SCB
Jun 25 13:53:23 prioris /kernel: (da3:ahc0:0:5:0): Bus Device Reset Message Sent
Jun 25 13:53:23 prioris /kernel: (da3:ahc0:0:5:0): no longer in timeout, status = 34b
Jun 25 13:53:23 prioris /kernel: ahc0: Bus Device Reset on A:5. 1 SCBs aborted
Jun 25 13:53:23 prioris /kernel: Jun 25 13:53:23 prioris /kernel:  
Dump Card State Ends 
Jun 25 14:33:40 prioris /kernel: (da3:ahc0:0:5:0): Unexpected busfree in Data-out phase
Jun 25 14:33:40 prioris /kernel: SEQADDR == 0x7a
Jun 25 14:38:49 prioris /kernel: SEQADDR == 0x7a
Jun 25 14:38:49 prioris /kernel: (da3:ahc0:0:5:0): SCB 0x69 - timed out

It hapens to one of the HD only. Can anyone point me to a good direction
please?

Thanks,
gregory
--
Grzegorz Czaplinski gregory at prioris.mini.pw.edu.pl
The Power to Serve, Right for the Power Users! - http://www.FreeBSD.org/
 Fingerprint: EB77 E19D CFA2 5736 810F  847C A70F A275 2489 469F


pgp0.pgp
Description: PGP signature


Re: PC checking app under the GPL??

2003-06-25 Thread Joshua Oreman
On Wed, Jun 25, 2003 at 03:19:16PM -0400 or thereabouts, Dragoncrest seemed to write:
   Anyone know of a freeware PC hardware diagnostic and testing app 
   that can be used for troubleshooting and burn in on new systems?  I'm sure 
 someone in the linux community has to have written something that will do 
 that.  Anyone know of anything like this?  Thanks.

CPU - /usr/ports/sysutils/cpuburn
RAM - /usr/ports/sysutils/memtest
Hard drive - /usr/ports/benchmarks/iozone

-- Josh

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


Re: PC checking app under the GPL??

2003-06-25 Thread Matthew Seaman
On Wed, Jun 25, 2003 at 03:19:16PM -0400, Dragoncrest wrote:
   Anyone know of a freeware PC hardware diagnostic and testing app 
   that can be used for troubleshooting and burn in on new systems?  I'm sure 
 someone in the linux community has to have written something that will do 
 that.  Anyone know of anything like this?  Thanks.

It's mostly BSDL, not GPL, but:

   # cd /usr/src
   # make buildworld buildkernel
   (lather, rinse, repeat)

works pretty well for burning in a new system.  General consensus is
if your system can do that reliably, then there's not much wrong with
it.  As for working out what's broken when that doesn't work: that's
half the fun.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


(noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. -- HP NetserverLH3r

2003-06-25 Thread Etienne Ledoux
Ok i fixed my subject a bit.

Well I've tried FreeBSD (4.4, 4.8, 5.0), SuSE Linux 8.1, Redhat 9.0.
All these operating systems fail to detect the hdd and when trying to load the 
scsi drivers for it it gives timeout errors (redhat  suse).

FreeBSD gives: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered.
(noperiph:sym1:0:-1:-1):SCSI BUS reset delivered.

This made me think that it might be a problem with the hardware configuration.
I've got two exactly the same machines. Both give exactly the same error.

I changed the scsi configuration on one machine. Trying different settings. No 
change. (except for the few times where my changes disabled the hdd and it 
couldn't find any OS). I installed the FreeBSD putting the drives into 
another HP server (which btw also happens to be a Netserver LH3r), and 
putting them back afterwards. Booting of the cd gives the same error.

What does the error: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered 
actually mean ? What is FreeBSD actually complaining about ?

I would assume that these HP servers (we have inhereted a few of them) would 
use the same type of hardware. The server I'm trying to install this on is a 
HP cluster server which has an external Raid Storage (which is currently 
disconnected from the servers). The servers themselves are HP Netserver 
LH3r's. The standalone server I used to do the install on is also a HP 
Netserver LH3r. The only noticeable difference between the standalone server 
and the server in the cluster is that the standalone server has a single 
processor and the cluster servers are dual processor. I've removed the SCSI 
card which is used to connect the server to the external Raid Storage and the 
installation still gives the same error.

Now I could start to think that the hardware might be busted, but these 
servers were still running Redhat 7.1 a few days ago.

If I want to try using the NCR driver (mentioned below), How would I go about 
doing that ?
What else could I try.

Maybe if I understood the error((noperiph:sym0:0:-1:-1):SCSI BUS reset 
delivered) a little better, I could try a few other things.

hints/tips/anything appreciated.

Another weird thing I noticed:
- While another guy was installing FreeBSD on an HP pizzabox he also got this 
error: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered, but it continued 
to boot and he was able to install the box. hm ?

e.

On Tuesday 24 June 2003 20:23, you wrote:
 On 2003-06-24 15:33 +0200, Etienne Ledoux [EMAIL PROTECTED] wrote:
  Greetings
 
  I'm trying to install FreeBSD on a HP Cluster Server. But when I boot
  with the CD's ( 4.4, 4.8  5.0 ), it will boot all the way upto Wait 15
  seconds for SCSI devices to settle and then it immedialty give the
  following message:
 
  (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered.
  (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered.
 
  After this the machine is basically unresponsive/dead.
 
  Any idea what could be causing this and what I could do to fix it ?

 Depending on the SCSI chip you may want to try the NCR driver
 instead of the SYM driver. (The SYM driver is an enhanced
 version of the NCR driver, but I've heard before, that the NCR
 driver may work in (the extremely few) situation where the SYM
 driver fails).

 Please send a boot message log and complete error messages and
 I'll see whether they help ...

 Regards, STefan

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


Re: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. -- HPNetserver LH3r

2003-06-25 Thread Matthew Seaman
On Wed, Jun 25, 2003 at 04:14:07PM +0200, Etienne Ledoux wrote:
 Ok i fixed my subject a bit.
 
 Well I've tried FreeBSD (4.4, 4.8, 5.0), SuSE Linux 8.1, Redhat 9.0.
 All these operating systems fail to detect the hdd and when trying to load the 
 scsi drivers for it it gives timeout errors (redhat  suse).
 
 FreeBSD gives: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered.
   (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered.

I see that every reboot with my DC-390U3W adaptor (uses the sym
driver).  Yet my SCSI adapter is working perfectly. I think that's
just an informational message and not an error report as such.
 
 This made me think that it might be a problem with the hardware
configuration.

Very possibly.  Or it may be that your SCSI adapter uses something
very similar to but not quite compatible with a Symbios Logic chipset.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Our site and freebsd.org

2003-06-25 Thread maht 0x0r
Konrad Scorciapino wrote:

Even here?

he's trolling for links to boost his google page ranking

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


Re: please help me

2003-06-25 Thread Bill Moran
selfghe edherh wrote:
what is this error (this error about XWindows) DCOPSERVER?
Without more details, it's hard to be more specific than:

DCOPSERVER is part of KDE.  If you replace KDE with Gnome or some other window manager,
you'll stop seeing the errors.
Personally, I noticed them going away when I upgraded to the latest release of KDE.
Don't remember exactly what version it was that they stopped, though.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Directory permissions for majordomo

2003-06-25 Thread Derrick Ryalls
 I've installed Majordomo from the ports and it runs using 
 sendmail. I got an error message saying that resend couldn't 
 write in /usr/local/majordomo/lists because it was 'wold 
 writable'. When I restrict write privileges then I get 
 'permission denied' when it tries to create a temporary lock 
 file in lists. the current directories look like this:

I run majordom with qmail, but I believe the permissions will be the
same.

You left out ./ from the list, here is mine:

drwxr-xr-x   8 majordom  majordom512 Apr 14 22:06 ./
drwxr-xr-x   4 majordom  majordom512 Apr 15 20:43 lists/

My lists dir has x permissions on it, but besides that the permissions
on
the contents are the same.  Hope this helps

 
 total 280
 -rw-rw-r--  1 majordom  majordom  0 Jun 25 10:27 Log
 drwxr-xr-x  2 majordom  majordom512 Jun 25 09:05 Tools
 -r--r--r--  1 root  wheel  4539 Jun 25 09:05 aliases.majordomo
 lrwxr-xr-x  1 root  majordom 11 Jun 25 09:05 archive 
 - archive2.pl
 -rwxr-xr-x  1 majordom  majordom   5512 Jun 25 09:05 archive2.pl
 drwxr-xr-x  2 majordom  majordom512 Jun 25 09:05 bin
 -rwxr-xr-x  1 majordom  majordom   3039 Jun 25 09:05 bounce-remind
 -rwxr-xr-x  1 majordom  majordom  10867 Jun 25 09:05 
 config-test -rwxr-xr-x  1 majordom  majordom  51130 Jun 25 
 09:05 config_parse.pl -rwxr-xr-x  1 majordom  majordom  14516 
 Jun 25 09:05 digest
 drwxrwxr-x  3 majordom  majordom512 Jun 25 09:05 digests
 drwxrwxr-x  2 majordom  majordom512 Jun 25 09:05 doc
 drwxr--r--  4 majordom  majordom   1024 Jun 25 10:57 lists
 -rwxr-xr-x  1 majordom  majordom  62498 Jun 25 09:05 majordomo
 -rw-r--r--  1 majordom  majordom  10497 Jun 25 09:11 majordomo.cf
 -rw-r--r--  1 root  majordom  10509 Jun 25 09:05 majordomo.cf~
 -rwxr-xr-x  1 majordom  majordom  24381 Jun 25 09:05 majordomo.pl
 -rwxr-xr-x  1 majordom  majordom137 Jun 25 09:05 
 majordomo_version.pl
 -rwxr-xr-x  1 majordom  majordom   4036 Jun 25 09:05 request-answer
 -rwxr-xr-x  1 majordom  majordom  30164 Jun 25 09:05 resend
 -rw-r--r--  1 majordom  majordom  10398 Jun 25 09:05 sample.cf
 -rwxr-xr-x  1 majordom  majordom   8060 Jun 25 09:05 shlock.pl
 -rw-r--r--  1 root  majordom  0 Jun 25 11:21 t.txt
 drwx--  2 majordom  majordom512 Jun 25 10:57 tmp
 -r-sr-x---  1 majordom  majordom   7326 Jun 25 09:05 wrapper


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


Re: Need a little help with a proof of concept cgi.

2003-06-25 Thread David Landgren
Dragoncrest wrote:
hi all.  I've got a little proof of concept idea I want to do and I 
was looking to get some advice from some of the CGI experts on this list 
to help me with it.  What I want to do is simple.  I have like 3 users I 
want to track and retrieve the following stats on.

1.  Total number of total messages received since XX date @ xx 
time.  (since last clearing of counter)
2.  Total number of messages filtered as spam.
3.  Total number of messages filtered as viruses.

I'm sure that there has to be a way to do a very simple cgi script 
that will be able to be called each time an email is received and after 
it is sorted so as to increment the individual counters related to each 
of the sorting criteria.  Then when someone loads the cgi script via a 
Unclear on the concept.

I think you want to separate the tallying of stats from the display. The 
stats can be kept up to date via procmail recipes, content filtering or 
logfile tailing. That happens all the time.

When someone hits your CGI script, you only have to retrieve the 
statistics, whether they be from a flat file, a DBM file or a database 
table, and format the results as you see fit. This way you can also 
produce a test browser that works from the command line.

web browser off your web server they can see the stats for each user and 
clear the counters/mailboxes if necessary.  The stats would be my 
biggest concern.  I'm no huge cgi expert and I also figured that this 
might be useful for a lot of other people in some form so I'm sharing 
the idea in hopes that those of you with more experience with CGI might 
be able to come up with a working cgi script.  I don't think it will be 
anything huge, but I'm unsure where to start.  Thanks for the input 
everyone!  :)
First off, start gathering your stats. That has nothing to do with CGI, 
and will probably present enough challenges as it is to keep you busy 
for a while. You might also want to look at packages that do this sort 
of thing already, like mailgraph. (But otherwise your idea sounds like 
an excellent learning opportunity).

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


contigmalloc1 panic on install

2003-06-25 Thread Ryan Carmichael
I've recently tried to install both 5.1 Release and 4.8 Release on a Toshiba
laptop and I get this error:

panic: contigmalloc1: size must not be 0

during boot up (see full boot text below).  4.8 will actually install fully
before giving this error, but 5.1 won't even get that far.  From doing some
reading it seems to be an ACPI error but with 5.1 the option to boot with
ACPI disabled gives the same result. Possibly it is an AGP error since that
is the last line before the panic (see below).

I'd appreciate any pointers, though buying a new laptop may be in order :)

Please reply to my e-mail address as I am not on this list.

Thanks,
Ryan Carmichael


(This text is from an attempt with ACPI enabled; with it disabled the output
is slightly different but end result is the same)

Timecounter i8254 frequency 1193182 Hz
Timecounter TSC frequency 851940500 Hz
CPU: Intel Pentium III (851.94-MHz 686-class CPU)
Origin = GenuineIntel Id = 0x686 Stepping = 6
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,
PAT,PSE36,MXX,FXSR,SSE
real memory = 125763584 (119 MB)
avail memory = 110366720 (105 MB)
Pentium Pro MTRR support enabled
md0: Preloaded image /boot/mfsroot 4423680 bytes at 0xc06877a4
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: TOSHIB 750  on motherboard
pcibios: BIOS version 2.10
Using $PIR table, 6 entries at 0xc00f01d0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545Mhz port 0xee08-0xee0b on acpi0
acpi_cpu0: CPU on acpi0
acpi_tz0: thermal zone on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Ali Generic host to PCI bridge mem 0xf800-0xfbff at device
0.0 on pci0
panic: contigmalloc1: size must not be 0
Uptime: 1s
Terminate ACPI



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


Re: About domain name registrars

2003-06-25 Thread Vivek Khera
 CH == Chris Hill [EMAIL PROTECTED] writes:

CH Lots of people recommend godaddy.com, but I've been using gandi.net. 
CH They will host your DNS free. It's 12 euro per year, and you can do all

I use gandi as well, however for the last 2 months or so their support
line has been a black hole (well, you get an auto-ack, but nothing
after that).  I've got one domain wedged in transfer limbo and cannot
get any assistance...  Once the domains are on their service, it is
just fine.


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.Khera Communications, Inc.
Internet: [EMAIL PROTECTED]   Rockville, MD   +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: please help me

2003-06-25 Thread Bob Collins
At 04:26 PM 6/25/2003, you wrote:
selfghe edherh wrote:
what is this error (this error about XWindows) DCOPSERVER?


I had a similar trouble way back when. Take a look at this message
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1790237+0+archive/2001/freebsd-questions/20010805.freebsd-questions 
and that should help.

It was something with the sticky bit on the .ICE-unix directory.

-- Bob  

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


RE: FW: closed stream message when attempting portupgrade

2003-06-25 Thread Schroeder, Aaron
That seemed to work for me.

Thanks for the insight!

-Original Message-
From: Lukasz Ciazynski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:52 AM
To: Schroeder, Aaron
Cc: '[EMAIL PROTECTED]'
Subject: Re: FW: closed stream message when attempting portupgrade


Schroeder, Aaron wrote:

I had a similar problem. If I remember correctly ruby rebuild fixed it 
for me.

Lukasz

Hello,

I originally sent this to ports, but I think questions is the proper group.


This is probably a trivial fix on my end, but I have never run into this
before. When I am trying to do a portupgrade -ra, or a pkgdb -F, I get a
closed stream message and then the portupgrade kicks me back to the
command prompt. Here is my system info:

FreeBSD diabloii.qg.com 5.0-RELEASE FreeBSD 5.0-RELEASE #1: Mon May 15
13:55:57 CDT 2023 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DIABLOII
alpha

Here is the output of the portupgrade/pkgdb commands:

[EMAIL PROTECTED] root]# portupgrade -ra
closed stream
[EMAIL PROTECTED] root]# pkgdb -F
closed stream
[EMAIL PROTECTED] root]#

I have recently cvsup-ed (last couple days), but this has been a problem
for
me for a few weeks now. If anyone has any insight on this issue, help would
be much appreciated.

Thanks,

AJ Schroeder

P.S.  Please cc me as I am not on the list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
  



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


Re: contigmalloc1 panic on install

2003-06-25 Thread mark tinguely
What kind of video is in that laptop? Sounds like the kernel is that
you are booting in the 4.8 case is the GENERIC. If you can get the
rescue disk to boot to single user mode, you should compile and install
a kernel that has the kernel debugger compiled in.

just a quick look there are several places that a 0 sized contigmalloc()
could accidently occur.

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


Re: bus error

2003-06-25 Thread David S. Jackson
Joshua Oreman suggested I try bt while in gdb looking at the
core files.  The output from that command was:

for vim.core:

#0  0x2815a26b in memset () from /usr/libexec/ld-elf.so.1
Cannot access memory at address 0xbfbfe6e0.

for xinit.core:
#0  0x2805826b in memset () from /usr/libexec/ld-elf.so.1
Cannot access memory at address 0xbfbfe6bc.

There is no /etc/malloc.conf file.  Should there be?

[Sorry about not including the post--I had to get this off the
archives, since I tried Earthlink's Spaminator, and it deleted
everything from freebsd.org  Oops.]

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I was in Vegas last week. I was at the roulette table,
having a lengthy argument about what I considered an
Odd number.  -- Steven Wright
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: contigmalloc1 panic on install

2003-06-25 Thread Ryan Carmichael
The laptop has a Trident CyberBlade Ai1 chipset, 8Mb RAM.

If I go through the 4.8 Installation from the CD (which goes smoothly until
I reboot), if I try to set up X using the graphical display the system locks
up hard.  That may be a driver issue or it may be related to the
contigmalloc1 panic associated with the AGP.  But this is easy enough to
avoid to just complete a base install - I will attempt to get into single
user mode and compile a debug kernel and see if I can give you some more
detailed data.

Thanks,
Ryan Carmichael

- Original Message -
From: mark tinguely [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 4:29 PM
Subject: Re: contigmalloc1 panic on install


 What kind of video is in that laptop? Sounds like the kernel is that
 you are booting in the 4.8 case is the GENERIC. If you can get the
 rescue disk to boot to single user mode, you should compile and install
 a kernel that has the kernel debugger compiled in.

 just a quick look there are several places that a 0 sized contigmalloc()
 could accidently occur.

 --Mark Tinguely.


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


Re: bus error

2003-06-25 Thread David S. Jackson
Bill Moran [EMAIL PROTECTED] wrote:
 Can you rule out hardware problems?  Possibly a disk going bad?
 I hope you've been making backups.  You didn't run fsck while
 the partition was mounted, did you?  If so, umount the
 partition and run fsck until it reports no errors and see if
 that fixes things.

The slice seems to fsck just fine.  No errors.  But, /mnt/usr1 is
a different story though...  Oof.  

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Faster, faster, you fool, you fool!
-- Bill Cosby
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bus error

2003-06-25 Thread Joshua Oreman
On Wed, Jun 25, 2003 at 05:49:30PM -0400 or thereabouts, David S. Jackson wrote:
 Joshua Oreman suggested I try bt while in gdb looking at the
 core files.  The output from that command was:
 
 for vim.core:
 
 #0  0x2815a26b in memset () from /usr/libexec/ld-elf.so.1
 Cannot access memory at address 0xbfbfe6e0.
 
 for xinit.core:
 #0  0x2805826b in memset () from /usr/libexec/ld-elf.so.1
 Cannot access memory at address 0xbfbfe6bc.

As I feared. If you've got the developer mentality, forge ahead.
If not, forget about it :-)

You have to recompile those programs with debugging flags.
make configure the port, take a look at the software Makefile
(the one in work/portname-portversion/), and look for a
line that starts with CFLAGS=. Add ` -g' (without the quotes, of
course), to the end. Run make inside the software directory
(/usr/ports/category/port/work/port-portversion/).
Take the newly produced executable (it should be either in the
directory you ran 'make' in, or one of the subdirectories) and
run it under gdb (gdb myexecutable). Type `run' at the gdb prompt.
When it crashes, type `bt'. Send us the output :-)

 
 There is no /etc/malloc.conf file.  Should there be?

It's okay the way it is.

-- Josh

 
 [Sorry about not including the post--I had to get this off the
 archives, since I tried Earthlink's Spaminator, and it deleted
 everything from freebsd.org  Oops.]
 
 -- 
 David S. Jackson[EMAIL PROTECTED]
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 I was in Vegas last week. I was at the roulette table,
 having a lengthy argument about what I considered an
 Odd number.  -- Steven Wright
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ifconfig

2003-06-25 Thread Grant Peel
Is there any reason ifconfig will re-order the names of aliases IPs?

Example, in my rc.conf. I have all IPs grouped by network, sorted by IP.
WHen I add them using ifconfig, they wind up in a different order (jumbled).
Everything still works fine, its just screwing my scripts up.

-Grant

Grant W. Peel
Server Admin
[EMAIL PROTECTED]
http://thenetnow.com

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


Bootloader WOES

2003-06-25 Thread Remington L.
Part 1

I have an old HP NetServer LH Pro that had NetBSD 1.6.1 on it. 
The NetServer is a P166, 64MB RAM 2GB SCSI drive(comes up on da0)

Last night I attempted to install FreeBSD 5.1-R. Everything ran smoothly
until I reboot. At the boot loader screen F1: FreeBSD, I hit F1 and it went
to the NetBSD screen and tried booting netbsd.gz. This is seemingly impossi

Is there a way to reinstall the boot loader without the entire OS?

Part 2

Ideally I would like to install grub but that is also plagued with problems.
I went in to the LiveFS. Mounted my drives, created the config file and all
that, Rebooted and booted off the GRUB floppy and tried to install, by
issuing the following: 
install (hd0,1,a)/boot/grub/stage1 (hd0) (hd0,1,a)/boot/grub/stage2 p
(hd0,1,a)/boot/grub/menu.cfg

It comes back with Error 22: Nu such partition. To the best of my
knowledge this is correct. The root partition is on da0s1a. What am I
missing?


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


an ATI 8500 or a matrox

2003-06-25 Thread .VWV.

Hi.

Owing to the need of purchasing a supported video-card before it's too late
for my 4.6.2, I would like to know if the X Window System driver can run
fine or not the ATI 8500. I have noticed the driver is not listed in the
'sysinstall' tool. If I choose 'ati' using xf86config or editing
/etc/X11/XF86Config, would the card work as well as a Matrox 550 one?

Thanks

VITTORI

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


HIFN 7951 and /dev/crypto...

2003-06-25 Thread Chuck Swiger
I've compiled the kernel and seem to have /dev/crypto available:

hifn0 mem 0xf410-0xf4100fff,0xf4101000-0xf4101fff irq 7 at device 13.0 on pci0
hifn0: Hifn 7951, rev 0, 128KB sram, 193 sessions
114-sec# ls -l /dev/crypto
crw-rw-rw-  1 root  operator   70,   0 Mar  1 11:54 /dev/crypto
...but openssl speed -evp sha1 return the same results as I got before adding 
the crypto card.  What do I need to do to make things like ssh and openssl use 
the crypto hardware?

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


ATI 8500 or matrox 550?

2003-06-25 Thread .VWV.

Hi.

Owing to the need of purchasing a supported video-card before it's too late
for my 4.6.2, I would like to know if the X Window System driver can run
fine or not the ATI 8500. I have noticed the driver is not listed in the
'sysinstall' tool. If I choose 'ati' using xf86config or editing
/etc/X11/XF86Config, would the card work as well as a Matrox 550 one?

Thanks

VITTORI

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


Re: acroread update: /compat/linux/usr/bin/strip:No such file ordirectory

2003-06-25 Thread Adam
On Wed, 2003-06-25 at 19:07, Rob Lahaye wrote:
 Hi,
 
 I'm running FreeBSD 4.8 with up-to-date software from ports.
 
 Yesterday I upgraded (with portsupgrade) acroread (5.06 to 5.07)
 and in the process, I got this message:
 
 [...]
 ===   Generating temporary packing list
 /usr/bin/sed -i '' -E 's:Linux):FreeBSD|Linux):g' /usr/local/Acrobat5/bin/acroread
 /compat/linux/usr/bin/strip:No such file or directory
 *** Error code 1 (ignored)
 [...]
 
 All gets installed anyway; but any idea how come this message is generated?
 Is something missing in linux-base 7,1-5 ?
 
 
 I checked:
 $ file /usr/local/Acrobat5/Reader/intellinux/bin/acroread
 /usr/local/Acrobat5/Reader/intellinux/bin/acroread: ELF 32-bit LSB executable, Intel 
 80386,
 version 1 (GNU/Linux), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), 
 not stripped

I get the exact same error on my 4.8 box, and already reported it to
-ports. No solution yet, though. If you are subscribed to -ports, please
reply to my post 'acroread upgrade fails', so they know it's not just me
with the problem.

Thanks,
-- 
Adam [EMAIL PROTECTED]

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


RE: Login problem with Telnetd

2003-06-25 Thread Jeff MacDonald
Just wondering why you are running telnet, and not ssh ?

Jeff.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Fehmi
 Sent: Thursday, June 19, 2003 11:47 AM
 To: [EMAIL PROTECTED]
 Subject: Login problem with Telnetd
 
 
 I enabled Telnetd in inetd.conf by removing the #
 from the line
 #telnet stream  tcp nowait  root   
 /usr/libexec/telnetdtelnetd
 
 I tried to loggin,
 i used the root/password in the server machine side
 i put loggin/password but 
 a receive the message [ SRA login failed ]
 i wonder if there is something else to set to enable
 login
 thanks a lot.
 
 
 
 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

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


ftp daemon

2003-06-25 Thread David Bear
i find myself needing to run an ftp daemon.  

is the stock ftpd with freebsd safe, or are there any recommended
alternatives?
-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ftp daemon

2003-06-25 Thread Adam
On Wed, 2003-06-25 at 20:10, David Bear wrote:
 i find myself needing to run an ftp daemon.  
 
 is the stock ftpd with freebsd safe, or are there any recommended
 alternatives?

PureFTPd, if you don't care about all the warez-kiddie extensions. It's
in ports.

-- 
Adam [EMAIL PROTECTED]

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


Problems with Compaq Armada

2003-06-25 Thread Fernando Gleiser
I'm having some problems with FreeBSD on a Compaq Armada m700 (laptop PC).

I installed 4.7-RELEASE from CD on it. It installed fine, but when I
rebooted the PC, FreeBSD didn't recognize the CD/DVD drive.

I rebooted, did a boot -c, looked at the devices, didn't change anything
quited the config menu, booted and it recognized the DVD.

Great! you think. No. It isn't. After rebooting it didn't recognize
th CD/DVD drive again.

So I did a cvsup to 4.8-RELEASE, rebuilt everything from scratch,
installkernel, installworld and mergemaster.

But the problem is still there.

What puzzles me is the aparent randomness of the problem. Sometimes it
recognizes the drive, sometimes it doesn't.

Any pointers/help would be greattly apreciated.

Thanks in advance.


Fer

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


RE: ATI 8500 or matrox 550?

2003-06-25 Thread Will Saxon


 -Original Message-
 From: .VWV. [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 25, 2003 7:47 PM
 To: [EMAIL PROTECTED]
 Subject: ATI 8500 or matrox 550?
 
 
 
 Hi.
 
 Owing to the need of purchasing a supported video-card before 
 it's too late
 for my 4.6.2, I would like to know if the X Window System 
 driver can run
 fine or not the ATI 8500. I have noticed the driver is not 
 listed in the
 'sysinstall' tool. If I choose 'ati' using xf86config or editing
 /etc/X11/XF86Config, would the card work as well as a Matrox 550 one?
 

You would actually want the radeon driver, not the ati one.

http://www.xfree86.org/4.3.0/radeon.4.html
http://people.freebsd.org/~anholt/dri/index.html

I've never personally used one, but it seems like it ought to work.

-Will

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


swap not being mounted (or so I think)

2003-06-25 Thread Bob Collins
I am running 5.0 Release on an i386 Intel system. I have 256MB ram and in /etc/fstab 
swap is called out for 492MB. How can I tell if this is mounted and in use? Mount does 
not indicate swap (/da0s1b) is mounted.

I ask, as I cannot use dump to backup my raid. My raid is /dev/vinum/raid and mounted 
at /raid. When I try to dump either /dev/vinum/raid or /raid, the system panics and 
halts. I am thinking the dump is bombing due to lack of swap space.

I was able to dump previously, until I added the raid. The raid  is (4) 9GB SCSI 
drives on the second SCSI controller while the boot drive is /da0 on the first SCSI 
controller. Both controllers are on-board. The first dump encounter left the system in 
a single user state with all file systems requiring manual fsck. After doing such, I 
was able to go to multi-user mode. The raid is back and visible through the network.

Just very concerned about the tape (dump) not being able to run. 

TIA 
Bob 
 

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


Re: Bootloader WOES

2003-06-25 Thread Jud
On Wed, 25 Jun 2003 15:55:32 -0700, Remington L. [EMAIL PROTECTED] 
wrote:

Part 1

I have an old HP NetServer LH Pro that had NetBSD 1.6.1 on it. The 
NetServer is a P166, 64MB RAM 2GB SCSI drive(comes up on da0)

Last night I attempted to install FreeBSD 5.1-R. Everything ran smoothly
until I reboot. At the boot loader screen F1: FreeBSD, I hit F1 and it 
went
to the NetBSD screen and tried booting netbsd.gz. This is seemingly 
impossi

Is there a way to reinstall the boot loader without the entire OS?

Part 2

Ideally I would like to install grub but that is also plagued with 
problems.
I went in to the LiveFS. Mounted my drives, created the config file and 
all
that, Rebooted and booted off the GRUB floppy and tried to install, by
issuing the following: install (hd0,1,a)/boot/grub/stage1 (hd0) (hd0,1,a) 
/boot/grub/stage2 p
(hd0,1,a)/boot/grub/menu.cfg

It comes back with Error 22: Nu such partition. To the best of my
knowledge this is correct. The root partition is on da0s1a. What am I
missing?
Install root partition as UFS1 rather than default UFS2.  If 5.1 still 
doesn't work, try 4-STABLE.

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


Problems during Buildworld

2003-06-25 Thread David Lodeiro
When I try to do   make buildworld  I get this error


/usr/src/usr.sbin/acpi/amldb/amldb.c /usr/src/usr.sbin/acpi/amldb/debug.c 
/usr/src/usr.sbin/acpi/amldb/region.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_parse.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_name.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_amlmem.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_memman.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_store.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_obj.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_evalobj.c 
/usr/src/usr.sbin/acpi/amldb/aml/aml_common.c
echo amldb: /usr/obj/usr/src/i386/usr/lib/libc.a   .depend
=== usr.sbin/apm
rm -f .depend
mkdep -f .depend -a  /usr/src/usr.sbin/apm/apm.c
echo apm: /usr/obj/usr/src/i386/usr/lib/libc.a   .depend
=== usr.sbin/apmd
lex -t  /usr/src/usr.sbin/apmd/apmdlex.l  apmdlex.c
yacc -d -v /usr/src/usr.sbin/apmd/apmdparse.y
yacc: 1 rule never reduced
cp y.tab.c apmdparse.c
rm -f .depend
mkdep -f .depend -a-I. -I/usr/src/usr.sbin/apmd  
/usr/src/usr.sbin/apmd/apmd.c apmdlex.c apmdparse.c
echo apmd: /usr/obj/usr/src/i386/usr/lib/libc.a 
/usr/obj/usr/src/i386/usr/lib/libl.a  .depend
=== usr.sbin/bluetooth
=== usr.sbin/bluetooth/bt3cfw
rm -f .depend
mkdep -f .depend -a
-I/usr/src/usr.sbin/bluetooth/bt3cfw/../../../sys/netgraph/bluetooth/include  
/usr/src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c
echo bt3cfw: /usr/sbin//usr/lib/libc.a /usr/sbin//usr/lib/libnetgraph.a  
.depend
=== usr.sbin/bluetooth/bcmfw
rm -f .depend
mkdep -f .depend -a
-I/usr/src/usr.sbin/bluetooth/bcmfw/../../../sys/netgraph/bluetooth/include  
/usr/src/usr.sbin/bluetooth/bcmfw/bcmfw.c
echo bcmfw: /usr/sbin//usr/lib/libc.a   .depend
=== usr.sbin/bluetooth/hccontrol
rm -f .depend
mkdep -f .depend -a
-I/usr/src/usr.sbin/bluetooth/hccontrol/../../../sys/netgraph/bluetooth/include  
/usr/src/usr.sbin/bluetooth/hccontrol/send_recv.c 
/usr/src/usr.sbin/bluetooth/hccontrol/link_policy.c 
/usr/src/usr.sbin/bluetooth/hccontrol/link_control.c 
/usr/src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c 
/usr/src/usr.sbin/bluetooth/hccontrol/info.c 
/usr/src/usr.sbin/bluetooth/hccontrol/status.c 
/usr/src/usr.sbin/bluetooth/hccontrol/node.c 
/usr/src/usr.sbin/bluetooth/hccontrol/hccontrol.c 
/usr/src/usr.sbin/bluetooth/hccontrol/util.c
echo hccontrol: /usr/sbin//usr/lib/libc.a   .depend
=== usr.sbin/bluetooth/hcsecd
lex -t  /usr/src/usr.sbin/bluetooth/hcsecd/lexer.l  lexer.c
yacc -d -o parser.c /usr/src/usr.sbin/bluetooth/hcsecd/parser.y
rm -f .depend
mkdep -f .depend -a
-I/usr/src/usr.sbin/bluetooth/hcsecd/../../../sys/netgraph/bluetooth/include  
/usr/src/usr.sbin/bluetooth/hcsecd/hcsecd.c lexer.c parser.c
/usr/src/usr.sbin/bluetooth/hcsecd/parser.y:41:20: hcsecd.h: No such file or 
directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.sbin/bluetooth/hcsecd.
*** Error code 1

Stop in /usr/src/usr.sbin/bluetooth.
*** Error code 1

Stop in /usr/src/usr.sbin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

I did

#cd /usr/src
#make buildworld

Is anyone familiar with this problem

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


Re: ftp daemon

2003-06-25 Thread Kris Kennaway
On Wed, Jun 25, 2003 at 05:10:31PM -0700, David Bear wrote:
 i find myself needing to run an ftp daemon.  
 
 is the stock ftpd with freebsd safe, or are there any recommended
 alternatives?

Yes, it's safe.  Check the security advisories for the history of
security problems, and then compare to third-party ftpd security
vulnerabilities.  ftpd has a better track record than most.

The real question is does the stock ftpd do everything you want, or
do you need features that can only be found in third party ftpds?

Kris


pgp0.pgp
Description: PGP signature


Re: ATI 8500 or matrox 550?

2003-06-25 Thread Jud
On Wed, 25 Jun 2003 20:48:00 -0400, Will Saxon [EMAIL PROTECTED] 
wrote:



-Original Message-
From: .VWV. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 7:47 PM
To: [EMAIL PROTECTED]
Subject: ATI 8500 or matrox 550?


Hi.

Owing to the need of purchasing a supported video-card before it's too 
late
for my 4.6.2, I would like to know if the X Window System driver can run
fine or not the ATI 8500. I have noticed the driver is not listed in the
'sysinstall' tool. If I choose 'ati' using xf86config or editing
/etc/X11/XF86Config, would the card work as well as a Matrox 550 one?

You would actually want the radeon driver, not the ati one.

http://www.xfree86.org/4.3.0/radeon.4.html
http://people.freebsd.org/~anholt/dri/index.html
I've never personally used one, but it seems like it ought to work.

-Will
Should do 2D fine.  The latest Radeon I recall seeing 3D acceleration for 
in X is the 7500, so the OP may have to wait a bit for 3D to happen.

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


Re: Problems during Buildworld

2003-06-25 Thread Kris Kennaway
On Thu, Jun 26, 2003 at 10:59:32AM +1000, David Lodeiro wrote:
 When I try to do   make buildworldI get this error

Since you're apparently running 5.1-CURRENT you are required to read
the current and cvs mailing lists before asking for support help.

Kris


pgp0.pgp
Description: PGP signature


Need a little help with a proof of concept cgi.

2003-06-25 Thread Dragoncrest
	hi all.  I've got a little proof of concept idea I want to do and I was 
looking to get some advice from some of the CGI experts on this list to 
help me with it.  What I want to do is simple.  I have like 3 users I want 
to track and retrieve the following stats on.

	1.  Total number of total messages received since XX date @ xx 
time.  (since last clearing of counter)
	2.  Total number of messages filtered as spam.
	3.  Total number of messages filtered as viruses.

	I'm sure that there has to be a way to do a very simple cgi script that 
will be able to be called each time an email is received and after it is 
sorted so as to increment the individual counters related to each of the 
sorting criteria.  Then when someone loads the cgi script via a web browser 
off your web server they can see the stats for each user and clear the 
counters/mailboxes if necessary.  The stats would be my biggest 
concern.  I'm no huge cgi expert and I also figured that this might be 
useful for a lot of other people in some form so I'm sharing the idea in 
hopes that those of you with more experience with CGI might be able to come 
up with a working cgi script.  I don't think it will be anything huge, but 
I'm unsure where to start.  Thanks for the input everyone!  :)

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


Questions about bootable raid 1 using atacontrol.

2003-06-25 Thread George Hartzell

Hi,

I have a server running 4.8 on a single disk.  I'd like to set it up
to mirror and be bootable.  Killer performance isn't critical, but
maximal flexibility to frankenstein it together from spare parts is.

So, I'm shying away from hardware raids, and even the pseudo-hardware
raids.

I'd like to just stuff two ata drives in there and use atacontrol to
set them up.

I gather that I can't just cram a second disk into the existing
system, rather I'll have to do dumps to somewhere, set up a raid,
disklabel/newfs, then restore the dumps onto the raid.  Is that an
accurate summary.

Once it's running, how do I recover if/when a disk pukes.  It sounds
like atacontrol's rebuild command only works w/ real controllers.
Do I need to boot from a cd and then dd onto the new disk, or???  Do I
need to add the new disk into the raid somehow?

Thanks!

g.


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


Re: Questions about bootable raid 1 using atacontrol.

2003-06-25 Thread Joshua Oreman
On Wed, Jun 25, 2003 at 08:04:38PM -0700 or thereabouts, George Hartzell wrote:
 
 Hi,
 
 I have a server running 4.8 on a single disk.  I'd like to set it up
 to mirror and be bootable.  Killer performance isn't critical, but
 maximal flexibility to frankenstein it together from spare parts is.
 
 So, I'm shying away from hardware raids, and even the pseudo-hardware
 raids.
 
 I'd like to just stuff two ata drives in there and use atacontrol to
 set them up.
 
 I gather that I can't just cram a second disk into the existing
 system, rather I'll have to do dumps to somewhere, set up a raid,
 disklabel/newfs, then restore the dumps onto the raid.  Is that an
 accurate summary.

AFAIK, that is correct.

 
 Once it's running, how do I recover if/when a disk pukes.  It sounds
 like atacontrol's rebuild command only works w/ real controllers.
 Do I need to boot from a cd and then dd onto the new disk, or???  Do I
 need to add the new disk into the raid somehow?

I think Vinum or RAIDframe would be better if you want software RAID.
Both support booting from the RAID.

-- Josh

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


Re: Questions about bootable raid 1 using atacontrol.

2003-06-25 Thread George Hartzell
Joshua Oreman writes:
  On Wed, Jun 25, 2003 at 08:04:38PM -0700 or thereabouts, George Hartzell wrote: 
  [...]
   
   Once it's running, how do I recover if/when a disk pukes.  It sounds
   like atacontrol's rebuild command only works w/ real controllers.
   Do I need to boot from a cd and then dd onto the new disk, or???  Do I
   need to add the new disk into the raid somehow?
  
  I think Vinum or RAIDframe would be better if you want software RAID.
  Both support booting from the RAID.

I don't think RAIDframe is supported in Stable, is it?

Is there a particular advantage to Vinum over the atacontrol stuff?

g.


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


Help: can't send email from my box.

2003-06-25 Thread Supote Leelasupphakorn
Hi, all

I have tried below

  echo this is my testing email | mail -s 1st mail [EMAIL PROTECTED]

but no luck. /var/log/maillog show me that 

[EMAIL PROTECTED], ctladdr=pjn (1001/1001), delay=00:00:00, xdelay=00:00:00,
mailer=relay, pri=30040, relay=localhost.mytestdomain.com [127.0.0.1],
dsn=4.0.0, stat=Deferred: Connection refused by localhost.mytestdomain.com

My question are
1. Is it possible for sending emails from the host that hasn't run sendmail
on it.
2. It seem mail try to connect SMTP on localhost.mytestdomain.com.  If I want
mail connect to SMTP on the remote host (@mydomain.com's mail server),  or
say I want to change my outgoing mail host. How can I do this ?

Thanks in advance,




Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't send email from my box.

2003-06-25 Thread Matthew Emmerton
 Hi, all

 I have tried below

   echo this is my testing email | mail -s 1st mail [EMAIL PROTECTED]

 but no luck. /var/log/maillog show me that

 [EMAIL PROTECTED], ctladdr=pjn (1001/1001), delay=00:00:00,
xdelay=00:00:00,
 mailer=relay, pri=30040, relay=localhost.mytestdomain.com [127.0.0.1],
 dsn=4.0.0, stat=Deferred: Connection refused by localhost.mytestdomain.com

 My question are
 1. Is it possible for sending emails from the host that hasn't run
sendmail
 on it.
 2. It seem mail try to connect SMTP on localhost.mytestdomain.com.  If I
want
 mail connect to SMTP on the remote host (@mydomain.com's mail server),
or
 say I want to change my outgoing mail host. How can I do this ?

 Thanks in advance,

1) You will need to set up sendmail as submit-only on your box.  Look at
/etc/mail/freebsd.submit.mc and man rc.sendmail
2) You need to set up sendmail to use another mail server instead of
localhost.  This is set using the SMART_HOST option in freebsd.submit.mc;
check http://www.sendmail.org for documentation on how to set this.

--
Matt Emmerton
Take a look at SMART_HOST in /etc/mail/freebsd.mc

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


Re: Questions about bootable raid 1 using atacontrol.

2003-06-25 Thread Joshua Oreman
On Wed, Jun 25, 2003 at 09:02:22PM -0700 or thereabouts, George Hartzell wrote:
 Joshua Oreman writes:
   On Wed, Jun 25, 2003 at 08:04:38PM -0700 or thereabouts, George Hartzell wrote: 
   [...]

Once it's running, how do I recover if/when a disk pukes.  It sounds
like atacontrol's rebuild command only works w/ real controllers.
Do I need to boot from a cd and then dd onto the new disk, or???  Do I
need to add the new disk into the raid somehow?
   
   I think Vinum or RAIDframe would be better if you want software RAID.
   Both support booting from the RAID.
 
 I don't think RAIDframe is supported in Stable, is it?
 
 Is there a particular advantage to Vinum over the atacontrol stuff?

It's more extensible, has loads more features, is better supported,
will rebuild your RAID automatically if need be, you can boot from it, ...

-- Josh

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


FBSD 4.8-STABLE and S/Key

2003-06-25 Thread Jason L. Schwab
Heya Folks;

I just tried to get s/key support working, I read the hand book
and all it shows is using keyinit as the users to enable there
one time passwords, and then when I login or ftp/etc, it shows
the s/key support line.

But the password's that keyinit generates do not work? Any
ideas? I can not login at all via the s/key password(s).

Thanks.



-
Jason L. Schwab
[EMAIL PROTECTED]
http://www.jlschwab.com


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