Re: OpenOffice for FreeBSD

2001-12-07 Thread Chad R. Larson

On Tue, Nov 27, 2001 at 12:00:22AM +0200, Tim Tretyak wrote:
> Chad R. Larson wrote:
>> What is the status of the native port of OpenOffice to
>> FreeBSD?  I know several people who are running StarOffice 5.2
>> or 6.0beta for Linux under the FreeBSD Linux emulator, but the
>> native port seems to be stalled.
> 
> Sorry for my possible silence - OpenOffice FBSD port now under
> active development, but only by two developers - me and Carlos
> Pantiago (you can see his email in dev@ and porting@ mail list.
> All of as works for OO as hobby, and, in general, we don't have
> much time to spend for this.  :(

I've raised this issue on the FreeBSD mailing list, and at least
four people with experience in porting code across platforms have
expressed interest in helping out.

What would be the best way to get involved?  Try porting ourselves?
Work against your CVS repository?  Could you be coordinating the
efforts so as to minimize duplication of effort?

> Sorry for my bad english,

It's a lot better than my German.

> With best regards,
> Tim Tretyak

-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
[EMAIL PROTECTED] [EMAIL PROTECTED]  [EMAIL PROTECTED]
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: 4.4-STABLE crashes - suspects new ata-driver over wd-drivers

2001-12-07 Thread Chad R. Larson

On Fri, Dec 07, 2001 at 01:33:15PM -0800, Brady Montz wrote:
> Yeah, I'm using soft updates too.  My crashes are generally the
> same as Richards - no panic, just a freeze.  Except my screen
> doesn't go blank.

For what it's worth, I'm using soft updates on a web server that gets
steady if not heavy use.  Built from RELENG_4_3, and no problems at
all.

-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
[EMAIL PROTECTED] [EMAIL PROTECTED]  [EMAIL PROTECTED]
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: USB Problems

2001-12-07 Thread Jacob S. Barrett

I had a similar problem when returning from suspend.  After disabling 
Legacy USB Support in my BIOS it all went away.  You might check that.

-Jake

Thorsten Greiner wrote:

> Since I got no response to my first posting, I will try again with a more
> detailed description. I'm trying to get USB working on my ASUS L7300 laptop.
> I am running 4.4-STABLE, my kernel config looks like this (USB part only):
> 
> # USB support
> device  uhci# UHCI PCI->USB interface
> device  usb # USB Bus (required)
> device  ugen# Generic
> device  uhid# "Human Interface Devices"
> device  ukbd# Keyboard
> #device umass   # Disks/Mass storage - Requires scbus and da
> device  ums # Mouse
>  
> options UHCI_DEBUG
> options USB_DEBUG
>  
> options UGEN_DEBUG
> options UHID_DEBUG
> options UHUB_DEBUG
> options UKBD_DEBUG
> options ULPT_DEBUG
> options UMASS_DEBUG
> options UMS_DEBUG
> 
> Here are some bits and pieces from the messages:
> 
> Dec  5 09:44:40 tybalt /kernel: uhci0:  port 
> 0x1c00-0x1c1f irq 11 at device 7.2 on pci0
> Dec  5 09:44:40 tybalt /kernel: uhci_run: setting run=0
> Dec  5 09:44:40 tybalt /kernel: uhci_run: done cmd=0x80 sts=0x20
> Dec  5 09:44:40 tybalt /kernel: uhci_run: setting run=1
> Dec  5 09:44:40 tybalt /kernel: uhci_run: done cmd=0x81 sts=0x0
> Dec  5 09:44:40 tybalt /kernel: usb0:  on uhci0
> Dec  5 09:44:40 tybalt /kernel: usb0: USB revision 1.0
> Dec  5 09:44:40 tybalt /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 
> 1.00/1.00, addr 1
> Dec  5 09:44:40 tybalt /kernel: uhub0: 2 ports with 2 removable, self powered
> 
> So the USB controller is recognized and shows up in the usbdevs output. Now I 
> start usbd manually and connect my Logitech Mini Wheel Mouse. This happens:
> 
> Dec  5 09:45:40 tybalt /kernel: uhci_timeout: ii=0xc0cbcb00
> Dec  5 09:45:51 tybalt last message repeated 2 times
> Dec  5 09:45:51 tybalt /kernel: usbd_new_device: addr=2, getting first desc 
> failed
> Dec  5 09:45:51 tybalt /kernel: uhub_explore: usb_new_device failed, 
> error=TIMEOUT
> Dec  5 09:45:51 tybalt /kernel: uhub0: device problem, disabling port 1
> 
> I have tried the same thing with the usb debug level raised to 10, but this 
> produces a lot of output - don't want to spam everybody with this.
> 
> Any ideas whats going wrong here?
> 
> Thanks
> 
>   -Thorsten
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-mobile" in the body of the message
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



HEADS-UP: polling code removed.

2001-12-07 Thread Luigi Rizzo

[Bcc to [EMAIL PROTECTED]]

FYI ...

cheers
luigi

- Forwarded message from Luigi Rizzo <[EMAIL PROTECTED]> -

Date: Fri, 7 Dec 2001 16:04:16 -0800 (PST)
From: Luigi Rizzo <[EMAIL PROTECTED]>
Subject: cvs commit: src/sys/conf options.i386 src/sys/dev/fxp if_fxp.c
 src/sys/i386/i386 swtch.s trap.c src/sys/i386/include asnames.h
 src/sys/kern kern_clock.c src/sys/net if.h netisr.h src/sys/pci
 if_dc.c if_dcreg.h if_sis.c if_sisreg.h src/sys/sys systm.h
To: [EMAIL PROTECTED], [EMAIL PROTECTED]

luigi   2001/12/07 16:04:16 PST

  Modified files:(Branch: RELENG_4)
sys/conf options.i386 
sys/dev/fxp  if_fxp.c 
sys/i386/i386swtch.s trap.c 
sys/i386/include asnames.h 
sys/kern kern_clock.c 
sys/net  if.h netisr.h 
sys/pci  if_dc.c if_dcreg.h if_sis.c if_sisreg.h 
sys/sys  systm.h 
  Log:
  By loud (and maybe popular) demand, back out the device polling code,
  so we will not risk to lose this feature when -current is released,
  we lose it now.
  
  For those interested, the full story is archived in tne cvs-all
  and freebsd-net mailing lists, and maybe in some future core monthly
  report.
  
  RevisionChangesPath
  1.132.2.10  +0 -5  src/sys/conf/options.i386
  1.110.2.13  +4 -59 src/sys/dev/fxp/if_fxp.c
  1.89.2.6+0 -4  src/sys/i386/i386/swtch.s
  1.147.2.7   +0 -5  src/sys/i386/i386/trap.c
  1.44.2.5+0 -1  src/sys/i386/include/asnames.h
  1.105.2.6   +0 -253src/sys/kern/kern_clock.c
  1.58.2.4+0 -9  src/sys/net/if.h
  1.21.2.4+0 -1  src/sys/net/netisr.h
  1.9.2.29+0 -81 src/sys/pci/if_dc.c
  1.4.2.13+0 -4  src/sys/pci/if_dcreg.h
  1.13.4.14   +0 -72 src/sys/pci/if_sis.c
  1.1.4.6 +0 -3  src/sys/pci/if_sisreg.h
  1.111.2.12  +0 -14 src/sys/sys/systm.h

- End forwarded message -

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: open file

2001-12-07 Thread Robert Watson


  sysctl kern.openfiles

will tell you how many files are open.

  sysctl kern.maxfiles

will tell you the current system maximum.  On recent FreeBSD revisions,
you can live modify kern.maxfiles doing:

  sysctl kern.maxfiles=10

(For example)

You probably want to increase your maxusers, either by recompiling the
kernel with a higher limit, or by dropping:

kern.maxusers=256

(or a related big number) into /boot/loader.conf.

Robert N M Watson FreeBSD Core Team, TrustedBSD Project
[EMAIL PROTECTED]  NAI Labs, Safeport Network Services

On Fri, 7 Dec 2001, Vladimir Pianykh wrote:

> Hi!
> 
> May be it is off-topic, but
> 
> Today I taken several messages in my logs about:
> 
> sendmail[]: : SYSERR(UID0): Cannot open [different files]: Too may
> open files in system
> /kernel: file: table is full
> .
> 
> This is 4-STABLE mail server (~500 users) with not so big mail traffic.
> 
> Where can I increment count of open files (descriptors)?
> 
> Thank you.
> 
> Vladimir.
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



open file

2001-12-07 Thread Vladimir Pianykh

Hi!

May be it is off-topic, but

Today I taken several messages in my logs about:

sendmail[]: : SYSERR(UID0): Cannot open [different files]: Too may
open files in system
/kernel: file: table is full
.

This is 4-STABLE mail server (~500 users) with not so big mail traffic.

Where can I increment count of open files (descriptors)?

Thank you.

Vladimir.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Request for review of my first contribution to the FreeBSD community

2001-12-07 Thread Stephen Hilton

Greetings,

I have created a web page with "hopefully" helpful information regarding
using buildworld on the i386 FreeBSD 4.x platform.

http://hiltonbsd.com/buildworld_info.php

Also included are 2 bourne shell scripts, mycvsup.sh and sintr.sh

mycvsup.sh helps in the cvsup process and creates a running log file of your
cvsup sessions.

sintr.sh is used to create a text file containing important system
information for those "just in case" situations.

The sintr.sh script could also be adapted/extended to help provide support
to users on the lists. Currently sintr.sh reports contain sensitive
information that should not be publicly published, so keep your reports in a
secure location.

Comments, corrections, suggestions, etc... are all welcome, please email
such to:
[EMAIL PROTECTED]

Special thanks to Jim Conner (SnafuX/NOTJames) who provided much help with
the shell scripts and Kevin Oberman who helped with the buildworld
procedures :-)

Thanks again to the FreeBSD project members, and the very helpful user
community.

Regards,

Stephen Hilton
River Falls WI USA
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: OpenOffice for FreeBSD

2001-12-07 Thread Gary Kline

On Fri, Dec 07, 2001 at 11:03:21AM -0500, Mark Evenson wrote:
> "Chad R. Larson" <[EMAIL PROTECTED]> writes:
> 
> > 
> > I finally got a response from the Sun engineer (in Germany) who's
> > overseeing the FreeBSD native port.  He says he's only got two
> > part-timers working on it, so it's going slow.
> > 
> > I'd say that anyone with experience at porting code would probably
> > best volunteer to help out there.
> > 
> 
> I have been working on getting the OpenOffice source to compile on FreeBSD
> for a couple weeks as well, and would like to contribute to this process.
> 
> Do you have the email for this Sun employee who would be good to get in
> touch with?
> 

When you gentlemen get things set up, give me a write 
([EMAIL PROTECTED]); I've got 22+ years of porting experience.
Should be useful with parts of this.

gary


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


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



RE: Whats with this -> sendto: No buffer space available

2001-12-07 Thread Haikal Saadh

 
> 
> 
> On Fri, 7 Dec 2001, Kal Torak wrote:
> 
> > Jonathan Hanna wrote:
> > 
> > > 
> > > No PPP involved with me, and I think with many others. I 
> agree that 
> > > the "no affect" above does look like ordinary buffer exhaustion, 
> > > though I also have a working network except for one interface (or 
> > > maybe divert socket?).
> > 
> > Hmmm, perhaps this is related to NAT then???
> 
> We see this without using NAT between a 3.x and 4.x box 
> sitting on fastether feeds at two separate colo spaces. 
> Latency is pretty consistent between 30-40ms. We've turned 
> off encryption/compression/stat without help, but switching 
> to tcp seems to help. But we are moving traffic off the vtun 
> as quickly as possible, so that could also be a factor to the 
> noticable increase in stability.
>

Sorry if I'm a bit late to this party, but I've had this come up once,
and it was on a dial up link to a box (ppp link, connected to another
ordinary modem at 33.6k), and I was concurrently running nmap and saint,
and needless to say it happened about halfway through the scans.

IPFirewall was running, but I had it set to allow any from any to any.
NAT was not running, and had never been running on that box either.

And no I'm not a script kiddie, I was asked to see if that box had any
major holes open :). 


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



00R baseball is similar 5w

2001-12-07 Thread doris

  PLEASE READ CAREFULLY
WARNING: This email is of an ADULT NATURE, if you are not over 18 years
old, you MUST DELETE this message as you are not the intended recipient.




http://213.180.33.225/spg/2/
 
  FREE UNLIMITED ACCESS FOR 3 Days X
 
***
   *| |*
  **|  Presidentially Approved Sluts  |** 
   *| |*
***
 
 The horniest Presidentially approved sluts, best XXX online
200,000 Ultimate Fucking Channels
240,000 Super HighRes Premium Images
Presidentially approved sluts fucking, licking and sucking videos.
 
 XXX FREE UNLIMITED ACCESS FOR 3 Days XXX

http://213.180.33.225/spg/2/

 You would think that they were squeeky clean
but they are o so very dirty!!!

http://213.180.33.225/spg/2/
 
These Babes are built like godessses!!!

Do you want Finest Quality content with the fastest downloads???

 You would think that they were squeeky clean
but they are o so very dirty!!!

XX FREE UNLIMITED ACCESS FOR 3 Days 

   Hottest premium porn on earth. 
   Take a second to check it out, you want to see what its all about don't you?

http://213.180.33.225/spg/2/


**   PLEASE READ CAREFULLY   ***
Your email address has been entered into one of our adult entertainment
sites for partner offers in your email. If this wasn't you, then to
remove yourself from our free newsletter service, visit this page -
http://213.180.33.225/site1/remove/
Remove your email and you will not receive any further correspondence.
***



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: 4.4-STABLE crashes - suspects new ata-driver over wd-drivers

2001-12-07 Thread Brady Montz

Richard Nyberg <[EMAIL PROTECTED]> writes: 
 
> On Fri, Dec 07, 2001 at 10:59:13AM +0100, Samuel Tardieu wrote: 
> > I am experiencing the same crashes on my new machine (ATA100 IDE 
> > drive): they appeared when I noticed that I had forgotten to use 
> > soft-updates. After I have turned them on, I experienced the first 
> > crash in 15 minutes. Then I get one every two days, when doing 
> > heavy disk IOs. I got a crash 10 minutes ago when the machine was 
> > unattended though (and not doing important disk IOs), and could 
> > see a "panic" message on the console. Unfortunately, I hadn't 
> > enough free space in /var/crash to save the kernel. 
> >  
> > Do you people use soft-updates? From my experience on this 
> > problem, I assume that either soft-updates or the ATA driver may 
> > be causing those spontanous reboots. 
>  
> Yes I use soft-updates. The peculiar thing aboout my crash though is that 
> there was no panic; the machine just froze and the screen went blank, so 
> maybe I was hit by a different problem. 
>  
>   -Richard 

Yeah, I'm using soft updates too. My crashes are generally the same as
Richards - no panic, just a freeze. Except my screen doesn't go blank.

-- 
  Brady Montz
  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message