Re: Linux library conversion

2005-05-25 Thread Valerio Daelli

I finally did it and it works great!
Thanks a lot! The support here is really helpful!

Valerio Daelli


> What do you mean?
> We already have compat_linux.
> Do you mean I sholud use a linux perl binary?

Yes.  Install it and your library under /compat/linux.  See the
handbook for more information about running Linux binaries on FreeBSD.

Kris
<< attach3 >>



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


Re: portupgrade giving an error

2005-05-25 Thread Gregory Nou

[EMAIL PROTECTED] wrote:

Please pardon the intrusion. 


After doing a pkgdb -F, I ran a portupgrade -nP --all
to check my installation. I got a single error:

! multimedia/nautilus-media (nautilus-media-0.8.0_4)
(port directory error).

I am then prompted as to whether I want to delete this
package. If I answer [no] (the default), nothing is
fixed. If I answer [yes], my installation reports that
this package is a dependency to Gnome, and cannot be
removed. 


The output of my uname -a is:
FreeBSD BSD.mydomain.local 5.3-RELEASE FreeBSD
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


Would someone suggest what I should do about this? 


Your help is greatly appreciated. Thank you in advance.

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

 


Hi,

in fact, nautilus-media has disappeared from the ports tree...
Have a loo at MOVED :
multimedia/nautilus-media||2005-03-12|Deprecated, and no longer builds
By the way, you may also be inerested by the entry 20050312 of UPDATING, 
which says :

"  Gnome has been upgraded to 2.10 and gtk/glib to 2.6.
 DO NOT USE portupgrade(1) to update any gnome or gtk
 or any port that depends on them. Using portupgrade
 will cause problems and you will have to manually
 upgrade ports. "

Cheers

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


sendmail update

2005-05-25 Thread Olivier Nicole
Hi,

I have 2 questions about the update procedure and sendmail.

1) where is the equivalent of
   sendmail-x.y.z/devtools/Site/site.config.m4 in FreeBSD installation
   of sendmail?

   I need to add some features to the site.config.m4 file to build the
   version of sendmail I want. So far, I have to rebuild sendmail by
   hand, independently from FreeBSD, after each system update.

2) I have a patch that I want to apply to sendmail source tree, before
   I build sendmail.

   I would like to have that patch applied automatically to
   /usr/src/contrib/sendmail before it builds. How do i do that?

Best regards,

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


Re: Hardware RAID Cards..

2005-05-25 Thread Aaron C. Meadows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 


Kirk Strauser wrote:

>On Tuesday 24 May 2005 14:48, Aaron C. Meadows wrote:
>
>>I'm planning on using RAID 5, since they are kind of small drives, and
>>I'm more interested in reliability and size, than speed.
>
>
>Hmmm - I'd probably look toward a hardware system, then. I've had great
>luck with software mirroring and striping, but those really don't put a lot
>of demand on the CPU. If you're also doing database, mail, and PHP on the
>same system then you'd probably want a bit of external acceleration.

Don't everyone jump on this thread all at once.. I won't be able to
read it fast enough... =)

- --aaron
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFClWfX/mrzqN8FLFURAtZpAJ9aSVC781eySrqmP6BM6qG5NluMwgCeOWGO
2hTLMuw1Tx3WGFA6DiS9qt4=
=e6Xk
-END PGP SIGNATURE-

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


Re: USB 2.0 (ehci) and Intel ICH5 in 5.4?

2005-05-25 Thread Robert Marella

Louis LeBlanc wrote:


Anyone using this particular USB controller with FreeBSD and getting the
ehci driver to work?


Upgrade to RELENG_5. There have been a lot of bug fixes to the USB
subsystem and USB 2.0 works far better.



I'm not sure I'm ready to put RELENG_5 on this machine.  I prefer to
have a specific release and make upgrades a little more carefully.



Hello Louis

p4# uname -a
FreeBSD p4.konav201.local 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Fri 
May 13 08:39:34 HST 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/P4-5_4REL  i386


p4# dmesg | grep 82801
uhci0:  port 0xeec0-0xeedf 
irq 16 at device 29.0 on pci0

usb0:  on uhci0
uhci1:  port 0xef00-0xef1f 
irq 19 at device 29.1 on pci0

usb1:  on uhci1
uhci2:  port 0xef20-0xef3f 
irq 18 at device 29.2 on pci0

usb2:  on uhci2
uhci3:  port 0xef40-0xef5f 
irq 16 at device 29.3 on pci0

usb3:  on uhci3
pcm0:  port 0xee80-0xeebf,0xe800-0xe8ff mem 
0xfebff000-0xfebff0ff,0xfebff400-0xfebff5ff irq 17 at device 31.5 on pci0


p4# dmesg |grep EHC
ehci0:  mem 0xfebff800-0xfebffbff irq 
23 at device 29.7 on pci0

usb4: EHCI version 1.0
usb4:  on ehci0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1

May 25 18:58:05 p4 kernel: umass0: SanDisk Corporation Cruzer Mini, rev 
2.00/0.20, addr 2

May 25 18:58:05 p4 kernel: da0 at umass-sim0 bus 0 target 0 lun 0
May 25 18:58:05 p4 kernel: da0:  Removable 
Direct Access SCSI-2 device

May 25 18:58:05 p4 kernel: da0: 40.000MB/s transfers
May 25 18:58:05 p4 kernel: da0: 488MB (1000944 512 byte sectors: 64H 
32S/T 488C)


USB 2.0 seems to be working just fine on 5.4 for me.

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


Syba NM9845CV

2005-05-25 Thread Alexey Koptsevich


Hello,

I wonder whether Syba PCI to Serial 4-port Controller Card based on 
NM9845CV (costs $27 @ newegg) is supported by FreeBSD. The NetMos NM9845 
Quad UART is supported by puc(4), so is Syba the same chip or different?


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


Re: USB 2.0 (ehci) and Intel ICH5 in 5.4?

2005-05-25 Thread Louis LeBlanc
On 05/25/05 07:48 PM, Mike Tancsa sat at the `puter and typed:
> On Wed, 25 May 2005 12:24:20 -0400, in sentex.lists.freebsd.questions
> you wrote:
> 
> >I have some questions about 5.4 RELEASE.  Particularly USB 2.0 support.
> >
> >I'm currently running 5.3 RELEASE-p3 on a newer Dell system (Dimension
> >8300) with an "Intel 82801EB (ICH5) USB controller USB-B" running on
> >uhci0 - uhci3.  USB 1.0 support works fine, but I would like to kick it
> >up a notch.  When I tried the ehci driver on this system, I got a kernel
> >panic.
> >
> >Anyone using this particular USB controller with FreeBSD and getting the
> >ehci driver to work?
> 
> Upgrade to RELENG_5. There have been a lot of bug fixes to the USB
> subsystem and USB 2.0 works far better.

I'm not sure I'm ready to put RELENG_5 on this machine.  I prefer to
have a specific release and make upgrades a little more carefully.

I'll be looking through the RELENG_5_4 release notes over the next few
days and probably upgrading this weekend.  Right now, I'm running
RELENG_5_3 (RELEASE-p3).  This was built back in January, and I've had
kernel panicks when trying the ehci driver.  If it's fixed in 5.4, and
there are no 5.3 -> 5.4 upgrade gotchas, that's probably good enough
for me.  If I find any gotchas in the notes, I'll see if a newer 5.3
code base fixes it.

Thanks.
Lou

> % grep -i usb /var/run/dmesg.boot 
> uhci0:  port 0xc000-0xc01f
> irq 16 at device 29.0 on pci0
> usb0:  on uhci0
> usb0: USB revision 1.0
> uhci1:  port 0xc400-0xc41f
> irq 19 at device 29.1 on pci0
> usb1:  on uhci1
> usb1: USB revision 1.0
> uhci2:  port 0xc800-0xc81f
> irq 18 at device 29.2 on pci0
> usb2:  on uhci2
> usb2: USB revision 1.0
> uhci3:  port 0xcc00-0xcc1f
> irq 16 at device 29.3 on pci0
> usb3:  on uhci3
> usb3: USB revision 1.0
> ehci0:  mem 0xfa08-0xfa0803ff
> irq 23 at device 29.7 on pci0
> usb4: EHCI version 1.0
> usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
> usb4:  on ehci0
> usb4: USB revision 2.0
> ucom0: 3Com Inc. U.S.Robotics 56000 Voice USB Modem, rev 1.00/0.90,
> addr 2, iclass 2/2
> 
> Mike Tancsa, Sentex communications http://www.sentex.net
> Providing Internet Access since 1994
> [EMAIL PROTECTED], (http://www.tancsa.com)
> 

-- 
Louis LeBlanc  FreeBSD-at-keyslapper-DOT-net
Fully Funded Hobbyist,   KeySlapper Extrordinaire :)
Please send off-list email to: leblanc at keyslapper d.t net
Key fingerprint = C5E7 4762 F071 CE3B ED51  4FB8 AF85 A2FE 80C8 D9A2

Nouvelle cuisine, n.:
  French for "not enough food".
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: READ_DMA errors preventing installation

2005-05-25 Thread Josh Paetzel
On Wednesday 25 May 2005 20:37, Richard McCoy wrote:
> Hey everyone.  I'm trying to start my fbsd experience and things
> aren't going so hot.  I spent the entire day trying to get this to
> work, but to no avail:
>
> I tried two different fbsd versions (5.4 and 4.11), two different
> mobos (gigabyte ga-7n400 pro2, and another gigabyte mobo for
> amd-64, I don't know the model #), as well as three (!!!) different
> Maxtor IDE hard drives (60, 80, and 100 gb).  The cds boot fine,
> but after I partition the hd (tried manual and auto settings)
> choose my packages and try to install, I immediately get an error,
> something to the effect of:
>
>
>
> ad0: FAILURE - READ_DMA status=51
> error=40
>
>
>
> I know at least the 100 gb hd is working great, and I suspect both
> the others are working properly.  The only thing I can think of is
> it's a conflict with something on these Gigabyte mobos, like the
> ide controller, but I can't find anything that pans out into a
> solution anywhere on google. Is there a BIOS setting I need to
> enable/disable or what's the deal?  FWIW I can't get any versions
> of Linux to work either (tried Red Hat 9.0 and Slackware umm. 10.1
> I think, all with similar errors), but Windows XP works on both
> mobo setups.  Any suggestions?  Thanks.

Try setting Plug n Play OS to no in the BIOS

-- 
Thanks,

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


Re: NFS broken after upgrading to 5.4

2005-05-25 Thread Kris Kennaway
On Wed, May 25, 2005 at 08:39:57PM -0500, Viren Patel wrote:
> > On Wed, May 25, 2005 at 07:31:20PM -0500, Viren Patel
> > wrote:
> >> Hello all. I have several FreeBSD clients connecting to
> >> a
> >> FreeBSD NFS server via a private gigabit LAN for backup
> >> purposes. Both clients and server has IPFW with all
> >> traffic between clients and server allowed on the
> >> private
> >> LAN. All clients and the server were running
> >> 5.3-RELEASE-p10 with IPFW, and NFS was working just
> >> fine.
> >> Then I upgraded all clients to 5.4-RELEASE-p1 and the
> >> NFS
> >> was working fine. Finally I upgraded the NFS server to
> >> 5.4-RELEASE-p1 and now NFS has stopped working. The
> >> clients experience RPC timeouts:
> >>
> >>  RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out
> >>
> >> My NFS server rc.conf has the following as per manual:
> >>
> >>   nfs_server_enable="YES"
> >>   rpcbind_enable="YES"
> >>   mountd_flags="-r"
> >>
> >> Clients have:
> >>
> >>   nfs_client_enable="YES"
> >>
> >> IPFW rules amount to:
> >>
> >> allow all from NFS_SERVER to NFS_CLIENT in via
> >> INTERNAL_IF
> >> allow all from NFS_CLIENT to NFS_SERVER out via
> >> INTERNAL_IF
> >>
> >> and appear at the top of the ruleset.
> >
> > Double check this, then triple-check it, because a local
> > configuration
> > difference like this is likely to be your cause.
> >
> >> Obviously something has changed in the NFS system under
> >> 5.4
> >
> > Not that I can think of.
> >
> > Kris
> >
> 
> I have checked my configuration multiple times. Nothing
> there has changed between 5.3 and 5.4. I have even
> disabled the firewalls on both clients and server but the
> same problem is present.
> 
> Another interesting behavior: upon reboot, mount_nfs
> occasionally succeeds. However if I then go to another
> client and try to access the NFS server it doesn't work.
> If I then go back to the first client and try to unmount
> the NFS partition it also hangs.

What does ^T show for the status of the 'hung' process?  Are you
certain that DNS resolution is working correctly on both machines?

Kris



pgpc69kh7uKvP.pgp
Description: PGP signature


Re: Setting up Xorg in a jail

2005-05-25 Thread G. Felter
On Wed, 25 May 2005 17:56:36 -0700, darren david wrote
> Hi all-
> 
> So I've got designs on running Windows Server 2003 in VMWare 3 in a 
> jail as a way to have a SQL Server machine to develop against 
> without having to keep another machine running. I want to jail it 
> for security reasons, but maybe that's just overkill... regardless,
>  I'm trying to set up Xorg inside the jail so i can manage all the 
> VMWare bits, but I can't for the life of me figure out how to 
> configure Xorg inside the jail, since it's technically headless and 
> i only have ssh access to it. Any thoughts?
> 
> Thanks, as always,
> Darren David
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

I'm not sure if we are on the same page but I have a couple of jails that I
installed xorg and tightvnc.  I then use the default twm (tabbed window
manager) to bring up the applications I want to use by vnc'ing to the jail.  I
don't know if it is useful but it was fun to set up.  Hope this helps.
G
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS broken after upgrading to 5.4

2005-05-25 Thread Viren Patel
> On Wed, May 25, 2005 at 07:31:20PM -0500, Viren Patel
> wrote:
>> Hello all. I have several FreeBSD clients connecting to
>> a
>> FreeBSD NFS server via a private gigabit LAN for backup
>> purposes. Both clients and server has IPFW with all
>> traffic between clients and server allowed on the
>> private
>> LAN. All clients and the server were running
>> 5.3-RELEASE-p10 with IPFW, and NFS was working just
>> fine.
>> Then I upgraded all clients to 5.4-RELEASE-p1 and the
>> NFS
>> was working fine. Finally I upgraded the NFS server to
>> 5.4-RELEASE-p1 and now NFS has stopped working. The
>> clients experience RPC timeouts:
>>
>>  RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out
>>
>> My NFS server rc.conf has the following as per manual:
>>
>>   nfs_server_enable="YES"
>>   rpcbind_enable="YES"
>>   mountd_flags="-r"
>>
>> Clients have:
>>
>>   nfs_client_enable="YES"
>>
>> IPFW rules amount to:
>>
>> allow all from NFS_SERVER to NFS_CLIENT in via
>> INTERNAL_IF
>> allow all from NFS_CLIENT to NFS_SERVER out via
>> INTERNAL_IF
>>
>> and appear at the top of the ruleset.
>
> Double check this, then triple-check it, because a local
> configuration
> difference like this is likely to be your cause.
>
>> Obviously something has changed in the NFS system under
>> 5.4
>
> Not that I can think of.
>
> Kris
>

I have checked my configuration multiple times. Nothing
there has changed between 5.3 and 5.4. I have even
disabled the firewalls on both clients and server but the
same problem is present.

Another interesting behavior: upon reboot, mount_nfs
occasionally succeeds. However if I then go to another
client and try to access the NFS server it doesn't work.
If I then go back to the first client and try to unmount
the NFS partition it also hangs.

Viren


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


READ_DMA errors preventing installation

2005-05-25 Thread Richard McCoy
Hey everyone.  I'm trying to start my fbsd experience and things aren't
going so hot.  I spent the entire day trying to get this to work, but to no
avail:

I tried two different fbsd versions (5.4 and 4.11), two different mobos
(gigabyte ga-7n400 pro2, and another gigabyte mobo for amd-64, I don't know
the model #), as well as three (!!!) different Maxtor IDE hard drives (60,
80, and 100 gb).  The cds boot fine, but after I partition the hd (tried
manual and auto settings) choose my packages and try to install, I
immediately get an error, something to the effect of:

 

ad0: FAILURE - READ_DMA status=51 error=40

 

I know at least the 100 gb hd is working great, and I suspect both the
others are working properly.  The only thing I can think of is it's a
conflict with something on these Gigabyte mobos, like the ide controller,
but I can't find anything that pans out into a solution anywhere on google.
Is there a BIOS setting I need to enable/disable or what's the deal?  FWIW I
can't get any versions of Linux to work either (tried Red Hat 9.0 and
Slackware umm. 10.1 I think, all with similar errors), but Windows XP works
on both mobo setups.  Any suggestions?  Thanks.

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


portupgrade giving an error

2005-05-25 Thread modelt20
Please pardon the intrusion. 

After doing a pkgdb -F, I ran a portupgrade -nP --all
to check my installation. I got a single error:

! multimedia/nautilus-media (nautilus-media-0.8.0_4)
(port directory error).

I am then prompted as to whether I want to delete this
package. If I answer [no] (the default), nothing is
fixed. If I answer [yes], my installation reports that
this package is a dependency to Gnome, and cannot be
removed. 

The output of my uname -a is:
FreeBSD BSD.mydomain.local 5.3-RELEASE FreeBSD
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Would someone suggest what I should do about this? 

Your help is greatly appreciated. Thank you in advance.

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


Re: NFS broken after upgrading to 5.4

2005-05-25 Thread Kris Kennaway
On Wed, May 25, 2005 at 07:31:20PM -0500, Viren Patel wrote:
> Hello all. I have several FreeBSD clients connecting to a
> FreeBSD NFS server via a private gigabit LAN for backup
> purposes. Both clients and server has IPFW with all
> traffic between clients and server allowed on the private
> LAN. All clients and the server were running
> 5.3-RELEASE-p10 with IPFW, and NFS was working just fine.
> Then I upgraded all clients to 5.4-RELEASE-p1 and the NFS
> was working fine. Finally I upgraded the NFS server to
> 5.4-RELEASE-p1 and now NFS has stopped working. The
> clients experience RPC timeouts:
> 
>  RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out
> 
> My NFS server rc.conf has the following as per manual:
> 
>   nfs_server_enable="YES"
>   rpcbind_enable="YES"
>   mountd_flags="-r"
> 
> Clients have:
> 
>   nfs_client_enable="YES"
> 
> IPFW rules amount to:
> 
> allow all from NFS_SERVER to NFS_CLIENT in via INTERNAL_IF
> allow all from NFS_CLIENT to NFS_SERVER out via INTERNAL_IF
> 
> and appear at the top of the ruleset.

Double check this, then triple-check it, because a local configuration
difference like this is likely to be your cause.

> Obviously something has changed in the NFS system under
> 5.4

Not that I can think of.

Kris


pgpxwZA7So4oP.pgp
Description: PGP signature


Setting up Xorg in a jail

2005-05-25 Thread darren david

Hi all-

So I've got designs on running Windows Server 2003 in VMWare 3 in a jail 
as a way to have a SQL Server machine to develop against without having 
to keep another machine running. I want to jail it for security reasons, 
but maybe that's just overkill... regardless, I'm trying to set up Xorg 
inside the jail so i can manage all the VMWare bits, but I can't for the 
life of me figure out how to configure Xorg inside the jail, since it's 
technically headless and i only have ssh access to it. Any thoughts?


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


NFS broken after upgrading to 5.4

2005-05-25 Thread Viren Patel
Hello all. I have several FreeBSD clients connecting to a
FreeBSD NFS server via a private gigabit LAN for backup
purposes. Both clients and server has IPFW with all
traffic between clients and server allowed on the private
LAN. All clients and the server were running
5.3-RELEASE-p10 with IPFW, and NFS was working just fine.
Then I upgraded all clients to 5.4-RELEASE-p1 and the NFS
was working fine. Finally I upgraded the NFS server to
5.4-RELEASE-p1 and now NFS has stopped working. The
clients experience RPC timeouts:

 RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out

My NFS server rc.conf has the following as per manual:

  nfs_server_enable="YES"
  rpcbind_enable="YES"
  mountd_flags="-r"

Clients have:

  nfs_client_enable="YES"

IPFW rules amount to:

allow all from NFS_SERVER to NFS_CLIENT in via INTERNAL_IF
allow all from NFS_CLIENT to NFS_SERVER out via INTERNAL_IF

and appear at the top of the ruleset.

I even added

   nfs_reserved_port_only="YES"
   nfs_server_flags="-u -t -n 4 -h "

to the server but it makes no difference.

/etc/hosts and /etc/hosts.allow are also configured
correctly (re: NFS was working with 5.3-RELEASE-p10).

Obviously something has changed in the NFS system under
5.4, but I have no clue where to look. Any help is greatly
appreciated. Thanks.

--
Viren Patel
Chemistry & Biochemistry
University of Texas at Austin





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


Re: Using a logitech mx700 with scrollwheel and thumb buttons in xorg

2005-05-25 Thread Alex de Kruijff
On Tue, May 24, 2005 at 09:53:23AM -0700, Joe Schmoe wrote:
> So what can I do here ?  No matter how I rearrange my
> settings, the two thumb buttons and the app button
> always produce the same button event.  Whether it is 5
> or 7, it is always the same.
> 
> Does anyone have a Logitech mx700 mouse, in FreeBSD
> 5.x, with xorg, running properly with the wheel and
> the thumb buttons ?

I have one. I didn't get it working and deem it impossible, but i could
be wrong.

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


Re: USB 2.0 (ehci) and Intel ICH5 in 5.4?

2005-05-25 Thread Mike Tancsa
On Wed, 25 May 2005 12:24:20 -0400, in sentex.lists.freebsd.questions
you wrote:

>I have some questions about 5.4 RELEASE.  Particularly USB 2.0 support.
>
>I'm currently running 5.3 RELEASE-p3 on a newer Dell system (Dimension
>8300) with an "Intel 82801EB (ICH5) USB controller USB-B" running on
>uhci0 - uhci3.  USB 1.0 support works fine, but I would like to kick it
>up a notch.  When I tried the ehci driver on this system, I got a kernel
>panic.
>
>Anyone using this particular USB controller with FreeBSD and getting the
>ehci driver to work?

Upgrade to RELENG_5. There have been a lot of bug fixes to the USB
subsystem and USB 2.0 works far better.

% grep -i usb /var/run/dmesg.boot 
uhci0:  port 0xc000-0xc01f
irq 16 at device 29.0 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhci1:  port 0xc400-0xc41f
irq 19 at device 29.1 on pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhci2:  port 0xc800-0xc81f
irq 18 at device 29.2 on pci0
usb2:  on uhci2
usb2: USB revision 1.0
uhci3:  port 0xcc00-0xcc1f
irq 16 at device 29.3 on pci0
usb3:  on uhci3
usb3: USB revision 1.0
ehci0:  mem 0xfa08-0xfa0803ff
irq 23 at device 29.7 on pci0
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4:  on ehci0
usb4: USB revision 2.0
ucom0: 3Com Inc. U.S.Robotics 56000 Voice USB Modem, rev 1.00/0.90,
addr 2, iclass 2/2

Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Default Kernel Font and Resolution

2005-05-25 Thread Erik Trulsson
On Wed, May 25, 2005 at 07:17:12PM -0400, Apple Byte wrote:
> 
>   Does ANYONE know how to change the default kernel font in
> FreeBSD release 5.3 or 5.4? I would like to chance my font size and
> resolution from boot, so far I have only been able to use vidcontrol
> from my rc.conf to change the font and res but that doesn't take
> effect until near the end of the boot process.  I would like to find
> some way of compiling it into the kernel.  Anyone? Beuler? Beuler?
> Anyone...  Please..

I would suggest you read the syscons(4) manpage carefully, paying
special attention to the SC_DFLT_FONT kernel option, to find out how to
change the default font.

There does not seem to be any option to change the default resolution,
so you are probably stuck with using vidcontrol for that.


-- 

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


Default Kernel Font and Resolution

2005-05-25 Thread Apple Byte

Does ANYONE know how to change the default kernel font in FreeBSD 
release 5.3 or 5.4?
I would like to chance my font size and resolution from boot, so far I have 
only been able to use vidcontrol from my rc.conf to change the font and res but 
that doesn't take effect until near the end of the boot process.  I would like 
to find some way of compiling it into the kernel.  Anyone? Beuler? Beuler? 
Anyone...  Please..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Default Kernel Font and Resolution

2005-05-25 Thread Apple Byte
Does ANYONE know how to change the default kernel font in FreeBSD release 5.3 
or 5.4?
I would like to chance my font size and resolution from boot, so far I have 
only been able to use vidcontrol from my rc.conf to change the font and res but 
that doesn't take effect until near the end of the boot process.  I would like 
to find some way of compiling it into the kernel.  Anyone? Beuler? Beuler? 
Anyone...  Please...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Cant locate system disk

2005-05-25 Thread Charles Swiger

On May 25, 2005, at 5:59 PM, Karan Gupta wrote:
Im trying to install fBSD 5.4 onto a Maxtor N256 10GB hdd. I have  
the hdd hooked up as a primary master, the cdrom as secondary  
master. The cdrom is the 1st boot device & the hdd the second. When  
I put in the fBSD firstdisk.iso into the CD, it finds the  
hdd...installs the boot manager, partitions it & installs to the  
point where it says "Congratulations". It asks me to enter some  
config info. Everything looks good so far.


When I remove the cdrom and boot from the hdd i get " system disk  
boot failure. Insert system drive"


thoughts?


Don't use "dangerously dedicated mode" if you are.  Try using an MS- 
DOS floppy or CD to create a small DOS partition, and double-check  
whether you can boot to that.  Then try installing FreeBSD in the  
remaining space, and see whether that works better.  Tweaking BIOS  
settings, including LBA mode and/or downgrading from UDMA to PIO may  
also help.


--
-Chuck

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


nfs, inetd & bad wait

2005-05-25 Thread Denny White

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



From [EMAIL PROTECTED] Sun May 22 13:27:20 2005

Date: Sun, 22 May 2005 13:27:09 -0500 (CDT)
From: Denny White <[EMAIL PROTECTED]>
To: freebsd-questions@freebsd.org
Subject: pcnfsd question


Running MS Services for Unix Admin on a windows box
running XP, trying to use NFS exported mounts on an old
HP LC II dual-processor Pentium 300. Everything on the old
server is working ok. Running FreeBSD 5.4 Release. I didn't
put the dmesg in here, but if someone needs it to look over
the problem, can stick it in on a repost.
Getting the following message from /var/log/messages & wondering
if I've set something wrong, or if it's just a glitch. Tried
searching the archives & googling, but didn't really come up
with anything that could help me much. The exports work to the
windows box ok. Little slow, initially accessing, but once
exports are mapped on the xp box, everything speeds up fine.
So, just trying to get some light on shed on this message
directly below here:

(getting this in /var/log/messages)
May 21 23:41:54 dualman inetd[504]: /etc/inetd.conf: bad wait/nowait for 
service p


Here are as many of the settings as I could think of to put in here
for reference:

(this setting in /etc/inetd.conf -- also tried it using tcp here & client)
pcnfsd/1-2  dgram rpc/udp wait root /usr/local/libexec/rpc.pcnfsd rpc.pcnfsd


(from kernel configuration)
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT


(/etc/exports)
/home/theuser -maproot=0 192.168.1.100
/mnt/theuser -maproot=0 192.168.1.100


(output of sockstat 4l)
USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN ADDRESS
root inetd  504   5  udp4   *:55779   *:*
root sendmail   430   4  tcp4   127.0.0.1:25  *:*
root sshd   424   4  tcp4   *:22  *:*
root lpd391   7  tcp4   *:515 *:*
root nfsd   353   3  tcp4   *:2049*:*
root mountd 351   4  udp4   *:759 *:*
root mountd 351   5  tcp4   *:822 *:*
root rpcbind284   9  udp4   *:111 *:*
root rpcbind284   10 udp4   *:753 *:*
root rpcbind284   11 tcp4   *:111 *:*
root syslogd267   6  udp4   *:514 *:*


I guess it goes without saying, I could use samba, which
I have before on other boxes, but I just wanted to see
if I could get nfs working half way reliably to a
windows box.



===
Unix is like a wigwam. No gates,
no windows, and an apache inside.
===

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFClPh7y0Ty5RZE55oRAka+AJ9R/IBNTFrpzHmBT8f9kdUrATiNAQCg07NI
z/BXh3YwsXenv0NIFfs78vY=
=/Eyy
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Cant locate system disk

2005-05-25 Thread Karan Gupta
Im trying to install fBSD 5.4 onto a Maxtor N256 10GB hdd. I have the 
hdd hooked up as a primary master, the cdrom as secondary master. The 
cdrom is the 1st boot device & the hdd the second. When I put in the 
fBSD firstdisk.iso into the CD, it finds the hdd...installs the boot 
manager, partitions it & installs to the point where it says 
"Congratulations". It asks me to enter some config info. Everything 
looks good so far.


When I remove the cdrom and boot from the hdd i get " system disk boot 
failure. Insert system drive"


thoughts?

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


mount msdosfs writeable by a given group

2005-05-25 Thread Laszlo Nagy


Hello,

I read the manual and I can mount my VFAT32 partition with this command:

mount_msdosfs -u nobody -g shares -m 777 -M 777 /dev/ad0s5 /mnt/transfer

This will make files and directories writeable by users in the "shares" 
group.

But how do I specify the same in /etc/fstab?

This won't work:

/dev/ad0s5  /mnt/transfer   msdosfs rw -u nobody -g shares 
-m 777 -M 7770   0
/dev/ad0s6  /mnt/media  msdosfs rw -u nobody -g shares 
-m 777 -M 7770   0


because the options part should not have whitespace in it.

/dev/ad0s5  /mnt/transfer   msdosfs "rw -u nobody -g shares 
-m 777 -M 777"0   0
/dev/ad0s6  /mnt/media  msdosfs "rw -u nobody -g shares 
-m 777 -M 777"0   0



not working either.

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


RE: thumb drive not detected

2005-05-25 Thread gmawby
Hello,
More info:

I booted the machine with the thumb drive still attached. Usb/umass detected
the drive but then gave the following errors.


Umass0: BBB reset failed, TIMEOUT
Umass0: BBB bulk-in clear stall failed , TIMEOUT
Umass0: BBB bulk-out clear stall failed, TIMEOUT

And so on..  the boot did not complete and I had to reboot.


Glenn 
Sydney.


Send instant messages to your online friends http://au.messenger.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [dev] Re: XML/EDI questions

2005-05-25 Thread Vizion

!I wonder if contributors to this thread would please NOT top post - it gets 
very confusing -- I have  shifted the last contribution to the bottom so 
everyone can follow the thread:!
On Wednesday 25 May 2005 12:30,  the author fbsd_user contributed to the 
dialogue on RE: [dev] Re: XML/EDI questions:
&
& On Wednesday 25 May 2005 09:11,  the author Ian G contributed to the
& dialogue
& on Re: [dev] Re: XML/EDI questions:
& & On Wednesday 25 May 2005 17:00, Vizion wrote:
& & &
& & > Oh there are now over 300 schemas for EDI's used extensively by
& large
& & > corporations for interchange. For example a major disk drive
& manufacturer
& & > used it for exchange between both supopliers and distributoes.
& It used by
& & > governement and hundreds if not thousands of large corporations.
& The
& & > oproblem is you have to pay thousands of dollars to get the
& information
& & > and/or off shelve software to benefit from this technology.
& &
& & Ah!  That explains why I've never come across it.  I
& & stand corrected!  Thanks :)
& &
& Yep and the thing that really ** me off is that there is a
& standard for
& these things and the only way you can get a copy is by paying $
& (namny) for
& it. My idea is there should be an open standard for these things
& which could
& be accessible by anyone and be used as a basis for exchange between
& individuals and small businesses. Perhaps OpenSchemas.org!!
&
& david
&
& EDI  stands for  electric data interchange.  It been in use by
& mainframe systems for over 30 years now. Basically its an
& international standard record format for exchanging purchase orders
& and shipping information and the like between the suppliers and
& manufactures in house proprietary applications. Wallmart/Sams stores
& runs their complete business using it. Other big users is the rubber
& tire industry and the automobile manufactures Ford, GM, for
& just-in-time delivery of raw material, as well as the after market
& auto suppliers. The EDI records format is available to any one who
& wants to purchase the book from the non-profit organization who
& maintains the standard. Like $35.00.  There are EDI software
& providers like GE and Gentran who market mainframe applications that
& convert the user's proprietary in-house record format to EDI format.
& In the last 10 years these vendors have rewritten their mainframe
& EDI application to run on ms/windows PCs. But you are correct in
& that as far as I know there is no Unix flavored EDI applications out
& there. EDI is not an server based type of application or for that
& matter an internet transport user either. EDI utilizes dedicated
& leased lines for maximum security. Cloning the functionality of one
& of the ms/windows EDI desktop variety for an FreeBSD desktop version
& should not be an big task. EDI is a specialized nitch market that
& demands 24/7 technical support from the vendor as EDI in most cases
& is mission critical to the company using it. This in its self makes
& the case for an open source Unix flavored verson a hard sell to the
& community who may want to use it.
&
& Just my 2 cents
&
&
You are right to mention the history of EDI. However this acronym has now 
taken a more generic meaning and includes , for example, UBL which has open 
source java tools and, I have now found out, open source schemas (over 90 of 
them) available. The other thing is that it is no more mission critical in 
the current environment than a web server and indeed is now built into web 
server technology and uses (amongst other things Tomcat, jelly , ocbra and 
other open source products. What is extremely interesting is it appears that 
the  largest take up of this technology appears to be in Hong Kong and china 
and is focused on using open source server systems.

David
&

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Playing Music CD's

2005-05-25 Thread RW
On Wednesday 25 May 2005 04:01, Warren wrote:
> I have a lot of music cd's that i have baught over the years and went to
> play them today, but couldnt mount my /cdrom drive.
>
> How do i go about playing music cd's ?  I have FreeBSD 5.4-STABLE and Xmms
> installed.

Go to Xmms preferences and configure the "cd audio player" plugin. There you 
can set the cd device and an associated directory. Even though you don't need 
to mount audio cds, in  xmms you play a cd by playing this directory as if it 
were a directory of audio files. It makes sense to  make it the same as your 
mountpoint. 

Note that there are two ways to play CDs, one is via the direct link between 
the drive and the sound-card, the other is to read the tracks of the disk and 
play them like files. Basic CD player apps only use the former, but more 
sophisticated players like xmms can do either. I mention this because if you 
dont have that wire fitted, you will need to switch the xmms cd plugin to 
"digital audio extraction".

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


Re[2]: mod_auth_pam apache pam

2005-05-25 Thread Hexren
> Ihsan Junaidi Ibrahim wrote:
>   > I've encountered the problem as well and have lived without it since; if
>> I recalled correctly from a previous reply on this list, pam_unix.so
>> uses getpwnam () to fetch the password information. It will only return
>> the password if the calling process has an UID of 0 (root). Since your
>> apache is running as user www, that should explain why the
>> authentication failed.
>> 
>> The only workaround is to have your apache runs as root or use a
>> different authentication back-end.
>> 

> I forgot to add. Another suitable workaround is to use mod_auth_external 
> (www/mod_auth_external) and pwauth (security/pwauth) to authenticate 
> against but not limited to /etc/passwd. On a busy server, this may incur 
> certain overhead but the important thing is that it does the job. It is 
> more involving configuration-wise than mod_auth_pam but not by much.

> I have it running for WebDAV as well as password protected directories 
> on an installation.


-

I think I'll use mod_auth_external, in afterthought I was a bit narrow
minded to focus completly on mod_auth_pam instead of also looking for
other solutions. Thx for fixing that :-)

regards
Hexren

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


Re: USB 2.0 (ehci) and Intel ICH5 in 5.4?

2005-05-25 Thread Louis LeBlanc
On 05/25/05 02:47 PM, Joe Altman sat at the `puter and typed:
> 
> ehci0:  mem 0xfc00-0xfc0003ff
> irq 3 at device 29.7 on pci0
> usb4: EHCI version 1.0
> usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
> usb4:  on ehci0
> usb4: USB revision 2.0
> uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
> uhub4: single transaction translator
> uhub4: 8 ports with 8 removable, self powered
> 
> As to what I had to do, not much; just compile a kernel with the
> lastest sources and lo, it just works.
> 
> Now, there was an issue a little while back with some USB code that
> Julian had to adjust; once his fix went into the source tree, the
> issue vanished.
> 
> IIRC, that was shortly before 5.4 was released. The machine is
> currently running 5.4, with fresh (about one week old) sources.

Excellent!  Thank you very much.  I guess I know what I'm going to be
doing this weekend . . .

Lou
-- 
Louis LeBlanc  FreeBSD-at-keyslapper-DOT-net
Fully Funded Hobbyist,   KeySlapper Extrordinaire :)
Please send off-list email to: leblanc at keyslapper d.t net
Key fingerprint = C5E7 4762 F071 CE3B ED51  4FB8 AF85 A2FE 80C8 D9A2

Ingrate, n.:
  A man who bites the hand that feeds him, and then complains of
  indigestion.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firewire Support on 4.11 ?

2005-05-25 Thread Toomas Aas

Alessandro de Manzano wrote:


I'ld use an external hard disk on a server of mine, and since USB 2.0
support is not available in FBSD 4.x, I'ld try with firewire.
(I can't install 5.4-R on it)
 
Any suggestion or hint ? Are there some recommended FW chipsets or
something to avoid ? 


See section 3.12 of the hardware notes, the supported chipsets are 
listed there.


I've been using an external FireWire HD (Maxtor 5000DV) with FreeBSD 
4.10 and 4.11 for more than a year now and I've had no problems. My 
system has ASUS P4B-533E motherboard with integrated FireWire controller:


fwohci0:  mem 0xed80-0xed800fff irq 12 at device 4.0 
on pci2

fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: EUI64 00:e0:18:00:00:05:6b:74
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0:  on fwohci0
sbp0:  on firewire0


---
... If it wasn't for C, we'd be using BASI, PASAL and OBOL!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mplayer doesn't want to be built

2005-05-25 Thread Jonathan M. Slivko
Did you try a cvsup and see if maybe there's a newer package, or a fix 
to this?

-- Jonathan

Simeon Nifos wrote:

trying to install mplayer from the latest port
MPlayer-1.0pre7.tar.bz2 I come across the following:


# make -DWITH_GTK1 install
N - O - T - E

Take a careful look into the Makefile in order
to learn how to tune mplayer towards you personal
preferences!
For example,
make WITH_GTK1
builds MPlayer with GTK1-GUI support.
If you want to use the GUI, you can either install
/usr/ports/multimedia/mplayer-skins
or download official skin collections from
http://www.mplayerhq.hu/homepage/dload.html
===>  Vulnerability check disabled, database not found
===>  Extracting for mplayer-gtk-esound-0.99.7_2
=> Checksum OK for MPlayer-1.0pre7.tar.bz2.
===>  Patching for mplayer-gtk-esound-0.99.7_2
===>  Applying FreeBSD patches for
mplayer-gtk-esound-0.99.7_2
2 out of 2 hunks failed--saving rejects to
libmpcodecs/ve_x264.c.rej
=> Patch patch-libmpcodecs-ve_x264.c failed to apply
cleanly.
=> Patch(es) patch-TOOLS-cpuinfo.c patch-ad patch-ae
patch-bswap.h patch-cpudetect.h patch-libao2-ao_arts.c
patch-libavcodec-bswap.h patch-libdha-Makefile patch
-libfaad2-common.h applied cleanly.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

Is there anything I can do?
Thanks in advance!
Simeon!




__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___

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


--
 Jonathan M. Slivko - [EMAIL PROTECTED]
"Linux: The Choice for the GNU Generation"
 - http://www.linux.org/ -

Don't fear the penguin.
 .^.
 /V\
   /(   )\
^^-^^
  He's here to help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnome-vfs does not compile.

2005-05-25 Thread Gregory Nou

Tony Shadwick wrote:


Few really quick questions here:

1. When was the last time you cvsup'd your ports tree?
2. Have you checked to make sure the rest of your ports are current?

If 1. is recently, and 2. is yes, then I'd make clean on it and try to 
use portinstall gnome-vfs and see what happens.  If you answered 
"never", or "quite a while ago" to the first one, I strongly suggest 
cvsup'ing your ports first, then make sure your other ports are 
current before attempting to proceed, then try portinstall gnome-vfs.


Tony

On Tue, 17 May 2005, Gregory Nou wrote:


When I try to compile gnome-vfs-2.10.1, I get this :

libtool15: link: CURRENT `1000' is not a nonnegative integer
libtool15: link: `1000:1:1000' is not valid version information
gmake[3]: *** [libgnomevfs-2.la] Erreur 1

That's quite surprising. Why does it say 1000 is not a nonnegative 
integer ???

Does anyone knows how I could fix this ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




That's right, I just needed to cvsup and portupgrade everything and now, 
that works just fine :)

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


mplayer doesn't want to be built

2005-05-25 Thread Simeon Nifos
trying to install mplayer from the latest port
MPlayer-1.0pre7.tar.bz2 I come across the following:


# make -DWITH_GTK1 install
N - O - T - E

Take a careful look into the Makefile in order
to learn how to tune mplayer towards you personal
preferences!
For example,
make WITH_GTK1
builds MPlayer with GTK1-GUI support.
If you want to use the GUI, you can either install
/usr/ports/multimedia/mplayer-skins
or download official skin collections from
http://www.mplayerhq.hu/homepage/dload.html
===>  Vulnerability check disabled, database not found
===>  Extracting for mplayer-gtk-esound-0.99.7_2
=> Checksum OK for MPlayer-1.0pre7.tar.bz2.
===>  Patching for mplayer-gtk-esound-0.99.7_2
===>  Applying FreeBSD patches for
mplayer-gtk-esound-0.99.7_2
2 out of 2 hunks failed--saving rejects to
libmpcodecs/ve_x264.c.rej
=> Patch patch-libmpcodecs-ve_x264.c failed to apply
cleanly.
=> Patch(es) patch-TOOLS-cpuinfo.c patch-ad patch-ae
patch-bswap.h patch-cpudetect.h patch-libao2-ao_arts.c
patch-libavcodec-bswap.h patch-libdha-Makefile patch
-libfaad2-common.h applied cleanly.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

Is there anything I can do?
Thanks in advance!
Simeon!




__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ports/www --- errors

2005-05-25 Thread Jonathan Chen
On Wed, May 25, 2005 at 07:44:43AM -0700, Vizion wrote:
> Hi
> I thought someone might find these notes useful:

There's a more complete list at http://pointyhat.freebsd.org/
-- 
Jonathan Chen <[EMAIL PROTECTED]>
---
"I love deadlines. I like the whooshing sound they make as they fly by"
- Douglas Adams
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problems with p5-XML-parser (solved, but not well)

2005-05-25 Thread Gregory Nou

Hi,

I cvsuped yesterday and portupgraded everything, but things went wrong 
with a XML::Parser unfindable (since I know it was installed, because I 
already had to fight with, but that's another story)


So I did it manually and got :

===>   p5-XML-Parser-2.34_1 depends on file: /usr/local/bin/perl5.8.6 - 
found
===>   p5-XML-Parser-2.34_1 depends on file: /usr/local/bin/perl5.8.6 - 
found

===>   p5-XML-Parser-2.34_1 depends on shared library: expat.5 - found
===>  Configuring for p5-XML-Parser-2.34_1
Checking if your kit is complete...
Looks good
Unable to find a perl 5 (by these names: /usr/local/bin/perl5.8.6 perl 
perl5 perl5.8.6 miniperl, in these dirs: /usr/local/bin /usr/local/sbin 
/bin /usr/bin /usr/sbin /usr/bin/X11 /usr/X11R6/bin /usr/games /sbin 
/root/bin /usr/local/jdk1.4.2/bin /usr/local/mupad/share/bin/ 
/usr/local/bin)


===>  Building for p5-XML-Parser-2.34_1
0: not found
*** Error code 127

Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34.
*** Error code 1

Stop in /usr/ports/textproc/p5-XML-Parser.


Seems there is a kind of contradiction...

After that, I installed it with pkg_add, and know everything seems ok, 
but still I can't understand.

There is an entry in the UPDATING file, on 20050201. Is it related ?

--
Gregory

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


RE: [dev] Re: XML/EDI questions

2005-05-25 Thread fbsd_user

EDI  stands for  electric data interchange.  It been in use by
mainframe systems for over 30 years now. Basically its an
international standard record format for exchanging purchase orders
and shipping information and the like between the suppliers and
manufactures in house proprietary applications. Wallmart/Sams stores
runs their complete business using it. Other big users is the rubber
tire industry and the automobile manufactures Ford, GM, for
just-in-time delivery of raw material, as well as the after market
auto suppliers. The EDI records format is available to any one who
wants to purchase the book from the non-profit organization who
maintains the standard. Like $35.00.  There are EDI software
providers like GE and Gentran who market mainframe applications that
convert the user's proprietary in-house record format to EDI format.
In the last 10 years these vendors have rewritten their mainframe
EDI application to run on ms/windows PCs. But you are correct in
that as far as I know there is no Unix flavored EDI applications out
there. EDI is not an server based type of application or for that
matter an internet transport user either. EDI utilizes dedicated
leased lines for maximum security. Cloning the functionality of one
of the ms/windows EDI desktop variety for an FreeBSD desktop version
should not be an big task. EDI is a specialized nitch market that
demands 24/7 technical support from the vendor as EDI in most cases
is mission critical to the company using it. This in its self makes
the case for an open source Unix flavored verson a hard sell to the
community who may want to use it.

Just my 2 cents


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vizion
Sent: Wednesday, May 25, 2005 12:37 PM
To: Ian G
Cc: freebsd-questions@freebsd.org; dev@openoffice.org;
[EMAIL PROTECTED]
Subject: Re: [dev] Re: XML/EDI questions


On Wednesday 25 May 2005 09:11,  the author Ian G contributed to the
dialogue
on Re: [dev] Re: XML/EDI questions:
& On Wednesday 25 May 2005 17:00, Vizion wrote:
& &
& > Oh there are now over 300 schemas for EDI's used extensively by
large
& > corporations for interchange. For example a major disk drive
manufacturer
& > used it for exchange between both supopliers and distributoes.
It used by
& > governement and hundreds if not thousands of large corporations.
The
& > oproblem is you have to pay thousands of dollars to get the
information
& > and/or off shelve software to benefit from this technology.
&
& Ah!  That explains why I've never come across it.  I
& stand corrected!  Thanks :)
&
Yep and the thing that really ** me off is that there is a
standard for
these things and the only way you can get a copy is by paying $
(namny) for
it. My idea is there should be an open standard for these things
which could
be accessible by anyone and be used as a basis for exchange between
individuals and small businesses. Perhaps OpenSchemas.org!!

david


--
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch
S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

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


Re: Linux library conversion

2005-05-25 Thread Kris Kennaway
On Wed, May 25, 2005 at 11:45:23AM +, Valerio Daelli wrote:
> What do you mean?
> We already have compat_linux.
> Do you mean I sholud use a linux perl binary?

Yes.  Install it and your library under /compat/linux.  See the
handbook for more information about running Linux binaries on FreeBSD.

Kris


pgp6d6Gf0NVZP.pgp
Description: PGP signature


Re: mod_auth_pam apache pam

2005-05-25 Thread Ihsan Junaidi Ibrahim

Ihsan Junaidi Ibrahim wrote:
 > I've encountered the problem as well and have lived without it since; if

I recalled correctly from a previous reply on this list, pam_unix.so
uses getpwnam () to fetch the password information. It will only return
the password if the calling process has an UID of 0 (root). Since your
apache is running as user www, that should explain why the
authentication failed.

The only workaround is to have your apache runs as root or use a
different authentication back-end.



I forgot to add. Another suitable workaround is to use mod_auth_external 
(www/mod_auth_external) and pwauth (security/pwauth) to authenticate 
against but not limited to /etc/passwd. On a busy server, this may incur 
certain overhead but the important thing is that it does the job. It is 
more involving configuration-wise than mod_auth_pam but not by much.


I have it running for WebDAV as well as password protected directories 
on an installation.


--
Thank you for your time,
Ihsan Junaidi Ibrahim,
http://ihsan.synthexp.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Playing Music CD's

2005-05-25 Thread Lowell Gilbert
Warren <[EMAIL PROTECTED]> writes:

> So in addition to my having a mount in the fstab for the cdrom
> device i need a 2nd seperate 1 just for playing a music cd ?  seems
> a bit stupid personally, but however.

It would be kind of stupid, but it isn't the case.

"Why can I not mount an audio CD?"
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#MOUNT-AUDIO-CD
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: slow download, quick upload

2005-05-25 Thread Lowell Gilbert
User Patrice <[EMAIL PROTECTED]> writes:

> Hello
> 
> answering to myself:
> 
> found that doing a net.inet.tcp.rf1323=0 have multiplied my speed by ten
> 
> net.inet.tcp.rf1323=1 download at 120K/s
> net.inet.tcp.rf1323=0 download at 1.5M/s
> 
> i have tried to adjust windows size, but default value are good.
> 
> I still need help to reach a 5M/s rate which is good enough on a 100MbFdx link

RFC 1323 extensions shouldn't be able to cause that kind of effect.
I'd be suspicious that there's a duplex mismatch on the link; 
are you getting a lot of collisions?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB 2.0 (ehci) and Intel ICH5 in 5.4?

2005-05-25 Thread Joe Altman
>   31. USB 2.0 (ehci) and Intel ICH5 in 5.4? (Louis LeBlanc)
> 
> --
> 
> Message: 31
> Date: Wed, 25 May 2005 12:24:20 -0400
> From: Louis LeBlanc <[EMAIL PROTECTED]>
> Subject: USB 2.0 (ehci) and Intel ICH5 in 5.4?
> To: FreeBSD Questions 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=iso-8859-1
> 
> I have some questions about 5.4 RELEASE.  Particularly USB 2.0 support.
> 
> I'm currently running 5.3 RELEASE-p3 on a newer Dell system (Dimension
> 8300) with an "Intel 82801EB (ICH5) USB controller USB-B" running on
> uhci0 - uhci3.  USB 1.0 support works fine, but I would like to kick it
> up a notch.  When I tried the ehci driver on this system, I got a kernel
> panic.
> 
> Anyone using this particular USB controller with FreeBSD and getting the
> ehci driver to work?
> 
> If so, what version of FreeBSD, and what, if anything did you have to do
> to get it working?
> 
> TIA
> Lou

I think that this is a "yes" to your first question:

>From dmesg:

uhci0:  port 0xbc00-0xbc1f
irq 5 at device 29.0 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered

uhci1:  port 0xb000-0xb01f
irq 10 at device 29.1 on pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered

uhci2:  port 0xb400-0xb41f
irq 11 at device 29.2 on pci0
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered

uhci3:  port 0xb800-0xb81f
irq 5 at device 29.3 on pci0 
usb3:  on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 
uhub3: 2 ports with 2 removable, self powered

ehci0:  mem 0xfc00-0xfc0003ff
irq 3 at device 29.7 on pci0
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4:  on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: single transaction translator
uhub4: 8 ports with 8 removable, self powered

As to what I had to do, not much; just compile a kernel with the
lastest sources and lo, it just works.

Now, there was an issue a little while back with some USB code that
Julian had to adjust; once his fix went into the source tree, the
issue vanished.

IIRC, that was shortly before 5.4 was released. The machine is
currently running 5.4, with fresh (about one week old) sources.

-- 
I don't care what you think. This is not a stylishly insouciant stroll
out of the jungle, here. It's more like we've fallen out of our trees
and rolled, butt-naked before the entire galaxy, downhill. That, and
we seem to have a teensy problem lifting ourselves off the ground.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mod_auth_pam apache pam

2005-05-25 Thread Ihsan Junaidi Ibrahim

Hexren wrote:

Hi,
I am trying to authentificate user against the system user database
using mod_auth_pam-1.1.1 on apache-1.3.33_1.

I get the following error in the apache error.log
"(2)No such file or directory: access to /www.xxx.net/ failed for 217.228.101.117, 
reason: authentication error"

/etc/pam.d/httpd
#cat /etc/pam.d/httpd
auth   required   pam_unix.so debug
accountrequired   pam_unix.so debug

the relevant Directory directive from httpd.conf
  
AuthPAM_Enabled on
AllowOverride None
AuthName "Web Statistics xxx"
AuthType "basic"
require group test
   

imho the error has some connection to pam_unix.so, that is because
pam_permit.so works as it should (it permits everything).
Strangely no error shows up in my system message log. (where I log *.debug level
messages) despite the debug flag in /etc/pam.d/httpd.



I've encountered the problem as well and have lived without it since; if
I recalled correctly from a previous reply on this list, pam_unix.so
uses getpwnam () to fetch the password information. It will only return
the password if the calling process has an UID of 0 (root). Since your
apache is running as user www, that should explain why the
authentication failed.

The only workaround is to have your apache runs as root or use a
different authentication back-end.

--
Thank you for your time,
Ihsan Junaidi Ibrahim,
http://ihsan.synthexp.net

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


Starting custom compiled Openldap without root privilege

2005-05-25 Thread Lei Sun
Hi,

I am testing a custom compiled Openldap on both freebsd and solaris,
and I am in a position where I don't have sudo priviledge to start
openldap. It started fine when starting as root, but the requirement
asks me not to start openldap as root.

Is there any way that I can start openldap on a non-priviledge port as
a normal user instead of the root user?

Thanks

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


Re: TV application

2005-05-25 Thread Nicolas Blais
>  bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM
> tuner, msp3400c stereo, remote control.
>
Also,
Since you've got a PAL tuner, change the NTSC part in my command to PAL and 
check your chanlist to match your region. 
Search : http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html for chanlist.

Nicolas.

-- 
FreeBSD 6.0-CURRENT #2: Sun May 22 11:29:47 EDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://66.130.198.54:8081/security/nb_root.asc


pgpMsTBxsScim.pgp
Description: PGP signature


Re: TV application

2005-05-25 Thread Nicolas Blais
On May 25, 2005 01:20 pm, Rob wrote:
> Nicolas Blais wrote:
> > mplayer -nocache -tv driver=bsdbt848:
> > device=/dev/bktr:input=1:norm=ntsc:
> > chanlist=us-cable:channel=3 tv://
>
> I'm running 5-Stable. So, I did:
>  # kldload bktr
>  # kldload iicbus
>  # kldload iicbb
>  # kldload smbus

>
> Any idea what's wrong here?
>
> Thanks,
> Rob.

I can't help you with your error messages, but I can tell you that I only use 
bktr without iicbus, iicbb and smbus and it works great.  My dmesg snipped:

bktr0:  mem 0xe3e0-0xe3e00fff irq 11 at device 9.0 on pci0
bktr0: [GIANT-LOCKED]
bktr0: Hauppauge Model 44811 C333
bktr0: Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner.

Try compiling your kernel with device bktr only to see if that does it.

Nicolas.

-- 
FreeBSD 6.0-CURRENT #2: Sun May 22 11:29:47 EDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://66.130.198.54:8081/security/nb_root.asc


pgpsIW7R0i4r5.pgp
Description: PGP signature


Re: TV application

2005-05-25 Thread Rob
Nicolas Blais wrote:
> 
> mplayer -nocache -tv driver=bsdbt848:
> device=/dev/bktr:input=1:norm=ntsc:
> chanlist=us-cable:channel=3 tv://

I'm running 5-Stable. So, I did:
 # kldload bktr
 # kldload iicbus
 # kldload iicbb
 # kldload smbus

Then in /var/log/messages, I get:

 bktr_mem: memory holder loaded
 bktr0:  mem 0xf500-0xf5000fff
irq 9 at device 11.0 on pci2
 bktr0: Unable to allocate 1310720 bytes of memory.
 bktr0: Unable to allocate 3555328 bytes of memory.
 bktr0: Hauppauge Model 44354 C221
 bktr0: Detected a MSP3415D-B3 at 0x80
 bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM
tuner, msp3400c stereo, remote control.

What are the two 'Unable...' lines about?

However, when I "kldunload bktr", and kldload it
again, I get this in /var/log/messages:

 bktr0:  mem 0xf500-0xf5000fff
irq 9 at device 11.0 on pci2
 bktr0: Hauppauge Model 44354 C221
 bktr0: Detected a MSP3415D-B3 at 0x80
 bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM
tuner, msp3400c stereo, remote control.


Then I run your command above (as a regular user),
and I get:

MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Foster
 (Family: 8, Stepping: 4)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0
   SSE: 1 SSE2: 1
Compiled with runtime CPU detection - WARNING -
 this is not optimal!
To get best performance, recompile MPlayer with
  --disable-runtime-cpudetection.

Playing tv://.
TV detected! ;-)
Selected driver: bsdbt848
 name: Brooktree848 Support
 author: Charles Henrich
 comment: in development
FMT:ioctl: Cannot allocate memory
SINPUT:ioctl: Cannot allocate memory
SFPS:ioctl: Cannot allocate memory
SGEO:ioctl: Cannot allocate memory
mmap: Invalid argument
Error: No video input present!

Exiting... (End of file)



Any idea what's wrong here?

Thanks,
Rob.



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Killing spam on FreeBSD

2005-05-25 Thread Kirk Strauser
On Wednesday 25 May 2005 11:20, Wayne Sierke wrote:

> Just curious - do you still find this to be an effective solution, or
> have you had to adapt or abandon it?

To the contrary, I've been deploying on quite a few servers.  I wrote an 
updated version as an article for Free Software Magazine; it's available 
online at 
http://www.freesoftwaremagazine.com/free_issues/issue_02/focus_spam_postfix/ .

An associate and I are considering building little FreeBSD anti-spam 
appliances to sell to local businesses.
-- 
Kirk Strauser


pgpA01PvN9EFf.pgp
Description: PGP signature


Re: [dev] Re: XML/EDI questions

2005-05-25 Thread Vizion
On Wednesday 25 May 2005 09:11,  the author Ian G contributed to the dialogue 
on Re: [dev] Re: XML/EDI questions:
& On Wednesday 25 May 2005 17:00, Vizion wrote:
& &
& > Oh there are now over 300 schemas for EDI's used extensively by large
& > corporations for interchange. For example a major disk drive manufacturer
& > used it for exchange between both supopliers and distributoes. It used by
& > governement and hundreds if not thousands of large corporations. The
& > oproblem is you have to pay thousands of dollars to get the information
& > and/or off shelve software to benefit from this technology.
&
& Ah!  That explains why I've never come across it.  I
& stand corrected!  Thanks :)
&
Yep and the thing that really ** me off is that there is a standard for 
these things and the only way you can get a copy is by paying $ (namny) for 
it. My idea is there should be an open standard for these things which could 
be accessible by anyone and be used as a basis for exchange between 
individuals and small businesses. Perhaps OpenSchemas.org!!

david


-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Compatible DVD burners for AMD-64 version of FreeBSD 5.4?

2005-05-25 Thread Tony Shadwick
My understanding is that any burner will show up and give you a block 
device, rather it's the authoring software that has the burden to 
recognize the burner for what it really is, and make full use of it.


That said, what authoring software are you intending to use?  I've had 
lots of luck in the past using K3B.  Are you going old sk00l and using 
mkisofs? ;)


Tony

On Wed, 25 May 2005, Olaf Greve wrote:


Hi,

Within a few weeks I will be aquiring a new server, and it will most likely 
feature a 64-bit AMD processor.


One of the (hardware-wise) things I need to solve before being able to 
actually get it, is which DVD burner (for back-ups, etc.) I can best install 
in it.


From the FreeBSD 5.4 AMD-64 hardware compatibility list, I seem to gather the 
following drive may be a good candidate:

Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive

Does anyone have any experience with this particular combination and/or can 
anyone perhaps recommend me some other good alternatives for the AMD-64 
version of FreeBSD 5.4?


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


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


Re: Copying DVD's for HD playback

2005-05-25 Thread Tony Shadwick

Hmmm...that's a really interesting question...

On my Powerbook (I know, not the same thing...), I rip the DVD to a disc 
image, then mount the disc image and play back from that.


You could use readcd on your DVD and rip it to a .iso file.  You could 
also just do dd if=/dev/mydvdblockdevice of=~/mydvd.iso , however you need 
to be aware that the latter will be every bit of 4.5GB whether the movie 
is 2 minutes or 2 hours, because you're copying everything, whether it's 
blank or has data.


Once you have your iso, then we can focus on playing back from the .iso 
image.


http://forum.doom9.org/showthread.php?s=&postid=628815

Look at Section 2, Question 4B.  Tells you step by step what to do from 
there.  Let us all know how it goes. :)  Be warned that the method I use 
on my Mac for generating the disc image, and the actual image file I use 
(.dmg, not .iso) are very different from what I've suggested about, but 
the premise is still the same.  Good luck!


Tony

On Wed, 25 May 2005, Your Name wrote:


i can play DVD's fine using mplayer. i can also copy
them fine by using "cp -r" and i get a bunch of files
and the
.vob ones i can play with mplayer and i don't know
what the .bup or .ifo ones are but it doesnt seem to
matter.

But the files dont play together --i cant skip from
chapter to chapter this way, or use the menus.

Is there a way to copy a DVD to a HD so that its just
like the whole DVD, but on the HD?

This is just so i can watch movies on a plane without
burning through my whole battery.

Thanks.

Jen



__
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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


USB 2.0 (ehci) and Intel ICH5 in 5.4?

2005-05-25 Thread Louis LeBlanc
I have some questions about 5.4 RELEASE.  Particularly USB 2.0 support.

I'm currently running 5.3 RELEASE-p3 on a newer Dell system (Dimension
8300) with an "Intel 82801EB (ICH5) USB controller USB-B" running on
uhci0 - uhci3.  USB 1.0 support works fine, but I would like to kick it
up a notch.  When I tried the ehci driver on this system, I got a kernel
panic.

Anyone using this particular USB controller with FreeBSD and getting the
ehci driver to work?

If so, what version of FreeBSD, and what, if anything did you have to do
to get it working?

TIA
Lou
-- 
Louis LeBlanc  FreeBSD-at-keyslapper-DOT-net
Fully Funded Hobbyist,   KeySlapper Extrordinaire :)
Please send off-list email to: leblanc at keyslapper d.t net
Key fingerprint = C5E7 4762 F071 CE3B ED51  4FB8 AF85 A2FE 80C8 D9A2

Alden's Laws:
  (1)  Giving away baby clothes and furniture is the major cause of pregnancy.
  (2)  Always be backlit.
  (3)  Sit down whenever possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Killing spam on FreeBSD

2005-05-25 Thread Wayne Sierke
Kirk,

On Tue, 2004-07-13 at 10:50 -0500, Kirk Strauser wrote:
> I recently started rejecting about 99.9% of incoming spam *without* using 
> challenge-response or other load-increasing methods.  For details, read:
> 
> http://subwiki.honeypot.net/cgi-bin/view/Freebsd/FilterMailWithPostFix
> 
> In a nutshell, before implementing this plan, I was receiving about 600 
> emails and 50 spams per day.  Afterward, I'm receiving about 600 emails and 
> 1 spam (yes, one) per day.  In other words, I don't seem to be having any 
> false positives at all.

Just curious - do you still find this to be an effective solution, or
have you had to adapt or abandon it?


Thanks,

Wayne


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


Re: [dev] Re: XML/EDI questions

2005-05-25 Thread Vizion
On Wednesday 25 May 2005 08:36,  the author Ian G contributed to the dialogue 
on [dev] Re: XML/EDI questions:
& On Wednesday 25 May 2005 16:07, Vizion wrote:
& > Hi
& >
& > Does anyone know if there is are any open XML schemas for EDI?
&
& A lot depends on what you mean by EDI.  If I recall,
& it first came to prominence back in the early 80s.
&
& Something similar is http://xml-x.org/ which is a
& invented-by-user payments protocol in XML and
& also implemented in Java.  It was done by a couple
& of guys who needed it (me and another) so it is
& quite small and refined and does what we need.
& If you are in the payments world it is worth a look.
&
& > If not strikes me as an interesting project for open source
 collaboration. & > I do not know whether my impression is accurate or not,
 but it seems to me & > that the current approach towards EDI seems to be
 focused on an exclusive & > approach towards the distribution of EDI
 standards rather then open access. &
& Yes, it's a committee / standards organisation.
& These organisations are for taking the working
& systems of others and making them available for
& a wider audience;  but as EDI was a concept not
& a working system, I wouldn't hold your breath.  I
& have never heard of a successful trial - is there
& one?
&
Oh there are now over 300 schemas for EDI's used extensively by large 
corporations for interchange. For example a major disk drive manufacturer 
used it for exchange between both supopliers and distributoes. It used by 
governement and hundreds if not thousands of large corporations. The oproblem 
is you have to pay thousands of dollars to get the information and/or off 
shelve software to benefit from this technology.

David



-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICMP redirect

2005-05-25 Thread Charles Swiger

On May 25, 2005, at 11:46 AM, FreeBSD questions mailing list wrote:

Lately i get a lot (really a lot) of these errors:

icmp redirect from 127.0.0.1:  => 127.0.0.1

I have no idea where they come from and better how to get rid of  
them...

Can anyone point me in a direction to solve this problem?


You are probably trying to access services on the localhost via the  
name of your outside IP, rather than via localhost.  I would gather  
than you are running NAT somewhere.


You can set up /etc/hosts so that name refers to the inside IP addr,  
or set up split DNS.  Another way would be to add an alias of your  
outside IP on the machine...


--
-Chuck

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


Re: roxen rnNG start script needed

2005-05-25 Thread Dan Nelson
In the last episode (May 24), Chad Leigh -- Shire.Net LLC said:
> I have my own source compiled roxen web server running and I am
> trying to come up with an rcNG style start script for it and I would
> like to look at the one from the port.  Can someone who has the port
> of roxen installed on 5.x send me the rcNG style start script for it?

The roxen port is a little ancient, but something like this should
work.  I tested it with my local roxen 4.0 install, which may not have
the same setup as a port install.  It uses roxen's internal rc.d script
to do all the work, since you don't want to send signals to roxen
itself but its handler script.

#!/bin/sh
#
# PROVIDE: roxen
# KEYWORD: FreeBSD

. /etc/rc.subr

name=roxen
rcvar=`set_rcvar`

command="roxen"
roxen_home="/usr/local/roxen-4.0"

load_rc_config $name

pidfile=${roxen_home}/configurations/_roxen_pid
roxeninit=${roxen_home}/server/tools/init.d_roxen

extra_commands="reload"
start_cmd="${roxeninit} start"
stop_cmd="${roxeninit} stop ; run_rc_command poll"
reload_cmd="${roxeninit} reload"

run_rc_command "$1"


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


mod_auth_pam apache pam

2005-05-25 Thread Hexren
Hi,
I am trying to authentificate user against the system user database
using mod_auth_pam-1.1.1 on apache-1.3.33_1.

I get the following error in the apache error.log
"(2)No such file or directory: access to /www.xxx.net/ failed for 
217.228.101.117, reason: authentication error"

/etc/pam.d/httpd
#cat /etc/pam.d/httpd
auth   required   pam_unix.so debug
accountrequired   pam_unix.so debug

the relevant Directory directive from httpd.conf
  
AuthPAM_Enabled on
AllowOverride None
AuthName "Web Statistics xxx"
AuthType "basic"
require group test
   

imho the error has some connection to pam_unix.so, that is because
pam_permit.so works as it should (it permits everything).
Strangely no error shows up in my system message log. (where I log *.debug level
messages) despite the debug flag in /etc/pam.d/httpd.

After googling for a while and reading here and there I tried making
master.passd readable to the apache user (www) because some people
reported that they needed to do that with /etc/shadow on some linux
variants.

Somebody has an idea what I should test next or how I can solve my
problem ?

Kind Regards
Hexren

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


ICMP redirect

2005-05-25 Thread FreeBSD questions mailing list

Hello,
Lately i get a lot (really a lot) of these errors:

icmp redirect from 127.0.0.1:  => 127.0.0.1

I have no idea where they come from and better how to get rid of them...
Can anyone point me in a direction to solve this problem?
Thanks in advance
Arno

my firewall rules:

#!/bin/sh
 Start of IPFW rules file  
###

# Flush out the list before we begin.
ipfw -q -f flush

# Set rules command prefix
cmd="ipfw -q add"
skip="skipto 800"
pif="rl0" # public interface name of NIC
  # facing the public Internet

#
# No restrictions on Inside LAN Interface for private network
# Change xl0 to your LAN NIC interface name
#
$cmd 005 allow all from any to any via rl1
$cmd 006 allow all from any to any via rl2

#
# No restrictions on Loopback Interface
#
$cmd 010 allow all from any to any via lo0

#
# check if packet is inbound and nat address if it is
#
$cmd 014 divert natd ip from any to any in via $pif

#
# Allow the packet through if it has previous been added to the
# the "dynamic" rules table by a allow keep-state statement.
#
$cmd 015 check-state

#
# Interface facing Public Internet (Outbound Section)
# Interrogate session start requests originating from behind the
# firewall on the private network or from this gateway server
# destine for the public Internet.
#

# Allow out access to my ISP's Domain name server.
# x.x.x.x must be the IP address of your ISP's DNS
# Dup these lines if your ISP has more than one DNS server
# Get the IP addresses from /etc/resolv.conf file
$cmd 020 $skip udp from any to 194.159.73.137 53 out via $pif keep-state
$cmd 021 $skip udp from any to 194.159.73.138 53 out via $pif keep-state


# Allow out access to my ISP's DHCP server for cable/DSL configurations.
#$cmd 030 $skip udp from any to 82.161.19.0/24 67 out via $pif keep- 
state

$cmd 031 $skip udp from any to 82.161.19.255 520 out via $pif keep-state

# Allow out non-secure standard www function
$cmd 040 $skip tcp from any to any 80 out via $pif setup keep-state

# Allow out secure www function https over TLS SSL
$cmd 050 $skip tcp from any to any 443 out via $pif setup keep-state

# Allow out send & get email function
$cmd 060 $skip tcp from any to any 25 out via $pif setup keep-state
$cmd 061 $skip tcp from any to any 110 out via $pif setup keep-state

# Allow out FreeBSD (make install & CVSUP) functions
# Basically give user root "GOD" privileges.
$cmd 070 $skip tcp from me to any out via $pif setup keep-state uid root

# Allow out ping
$cmd 080 $skip icmp from any to any out via $pif keep-state

# Allow out Time
$cmd 090 $skip tcp from any to any 37 out via $pif setup keep-state

# Allow out nntp news (i.e. news groups)
#$cmd 100 $skip tcp from any to any 119 out via $pif setup keep-state

# Allow out secure FTP, Telnet, and SCP
# This function is using SSH (secure shell)
$cmd 110 $skip tcp from any to any 22 out via $pif setup keep-state

# Allow out whois
$cmd 120 $skip tcp from any to any 43 out via $pif setup keep-state

# Allow ntp time server
$cmd 130 $skip udp from any to any 123 out via $pif keep-state

# Allow FTP
$cmd 140 $skip all from any to any 20,21 out via $pif setup keep-state

# Allow
$cmd 200 $skip all from any to any 5060,5190,5297,5298,16384-16403  
out via $pif setup keep-state

$cmd 201 $skip all from any to any 1863 out via $pif setup keep-state
$cmd 202 $skip all from any to any 8000,8001,8040,8950,9210 out via  
$pif setup keep-state
$cmd 203 $skip udp from 82.161.18.200 to 66.172.95.197 5499 out via  
$pif keep-state
$cmd 204 $skip tcp from any to any 5500,5501 out via $pif setup keep- 
state

$cmd 205 $skip all from any to any 554 out via $pif setup keep-state
$cmd 206 $skip tcp from any to any 6881-6889 out via $pif setup keep- 
state

$cmd 207 $skip tcp from any to any 6346 out via $pif setup keep-state
$cmd 208 $skip all from any to any 2401 out via $pif setup keep-state

#
# Interface facing Public Internet (Inbound Section)
# Interrogate packets originating from the public Internet
# destine for this gateway server or the private network.
#

# Deny all inbound traffic from non-routable reserved address spaces
$cmd 300 deny all from 192.168.0.0/16  to any in via $pif  #RFC 1918

Re: hostname and domains

2005-05-25 Thread bazzoola

Kevin Kinsey wrote:




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of bazzoola
Sent: Tuesday, May 24, 2005 5:55 PM
To: freebsd-questions@freebsd.org
Subject: hostname and domains


Greetings,

I have Three workstations all of them are pretty much setup the same
way. All of them use DHCP and all of them connect to the same server
(I do not know what is it running as of now)

The first workstation is Windows XP. It receives its IP and hostname
correct basically I get 10.0.0.201 and winxp.mydomain.com as a
hostname both host and IP resolve to each other correctly
The second workstation is Mac OS X. It receives similar enough
10.0.0.202 and macosx.mydomain.com as a hostname both IP and
hostname resolve to each other correctly.

The third which is a FreeBSD 5.4-Release receives an IP address
10.0.0.203 but does not get a hostname. Well the hostname is setup
in rc.conf as bsd01 but the DNS in the domain is not aware of it for
some reason.

The NS can resolve macosx and winxp but it cannot resolve the
hostname for bsd01.

Any thoughts what is going here?

Thanks in advance,
bazzoola



There is some magic you must perform on the dhcp server
and to dhclient.conf; see dhclient.conf(5) for details.

HTH,

Kevin Kinsey


Thanks for the suggestion Kevin
To fix the problem I added the following to dhclient.conf
# --

send host-name "mbsd01.mydomain.com";

request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name;

require subnet-mask, domain-name-servers, domain-name;

# --
bazzoola

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


Re: Compatible DVD burners for AMD-64 version of FreeBSD 5.4?

2005-05-25 Thread Roland Smith
On Wed, May 25, 2005 at 04:29:56PM +0200, Olaf Greve wrote:

> One of the (hardware-wise) things I need to solve before being able to 
> actually get it, is which DVD burner (for back-ups, etc.) I can best 
> install in it.

> Does anyone have any experience with this particular combination and/or 
> can anyone perhaps recommend me some other good alternatives for the 
> AMD-64 version of FreeBSD 5.4?

Over the years Plextor CD and DVD rewriters have served me well. That's
why I chose a PX-712A for my amd64 system. It works flawlessly with
cdrecord and growisofs via the CAM SCSI subsystem.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpIuDoxlMTYj.pgp
Description: PGP signature


Re: Tuning Hard Disks

2005-05-25 Thread Christian Hiris
On Wednesday 25 May 2005 04:51:04, Luyt wrote:
> Interesting.
>
> I did an 'atacontrol cap 0 0' and this came up (see below).  It tells that
> my disk has 'SMART' support, but it isnt enabled. Any idea how I can enable
> it?

Try the port sysutils/smartmontools. AFAIR it installs the command 'smartctl' 
that can be used to enable various device features.   

Cheers, 
ch

-- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgpI1PhsKcvZV.pgp
Description: PGP signature


XML/EDI questions

2005-05-25 Thread Vizion
Hi

Does anyone know if there is are any open XML schemas for EDI?
If not strikes me as an interesting project for open source collaboration.
I do not know whether my impression is accurate or not, but it seems to me 
that the current approach towards EDI seems to be focused on an exclusive 
approach towards the distribution of EDI standards rather then open access. 

Please forward this to any forums or lists that may have an interests in this 
topic

Thanks

David
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


snapshot mtime updated

2005-05-25 Thread Steve Roome
Hi all, I've got a problem where I'm taking a snapshot
of a filesystem, mdcofigging (readonly) and then mounting it ro,noatime.

Somehow the mtime on the snapshot file is being updated whenever I read
from the newly mounted md device (pointing at the snapshot).

This doesn't seem right, and I've included the script I'm using to
do this.  I'm not really interested in ways to fix this script,
though there are probably many better ways to do this, right now I'm
just unsure if this is the correct behavious for snapshots.

Thanks in advance if anyone knows what's going on here,

Steve Roome

P.S. I'm not subscribed to the mailing list, please cc responses to me.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Statically linked bash

2005-05-25 Thread Dan Nelson
In the last episode (May 25), Valerio Daelli said:
> Hello
> we are trying to compile a statically linked bash from ports.
> I edited the Makefile in /usr/ports/shells/bash with '--enable-static-link' 
> in CONFIGURE_ARGS.
> But it didn't work (it compiled a dynamically linked one).
> So I entered in work/bash-3.0 and configured by and with
> 
> ./configure ...DEFAULT_ARGS...  --enable-static-link
> 
> But it didn't work.
> So I edited every Makefile in these directories, to include in every gcc 
> argument -static.
> But It didn't work.
> That's the last compile operation (notice the -static)
> 
> gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob  
> -L./lib/tilde  -L./lib/sh -static -static -rdynamic  -g -O2 -o bash shell.o 

You need to get rid of the -rdynamic option.

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


Copying DVD's for HD playback

2005-05-25 Thread Your Name
i can play DVD's fine using mplayer. i can also copy
them fine by using "cp -r" and i get a bunch of files
and the
 .vob ones i can play with mplayer and i don't know
what the .bup or .ifo ones are but it doesnt seem to
matter.

But the files dont play together --i cant skip from
chapter to chapter this way, or use the menus.

Is there a way to copy a DVD to a HD so that its just
like the whole DVD, but on the HD?

This is just so i can watch movies on a plane without
burning through my whole battery.

Thanks.

Jen



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ports/www --- errors

2005-05-25 Thread Vizion
Hi
I thought someone might find these notes useful:

MT  not available 
MT-PM   not available
adzap-20050521.tar.gz not available  (adzap-20041012.tar.gz is available)
adzap2squirm  not available
akregator-1.0.b8_3 is marked as broken: Does not compile.
arena-i18n-beta3b is marked as broken: Does not compile on FreeBSD >= 5.x.
chtml-0.0 is marked as broken: Incomplete pkg-plist (installs files into 
nonstany).
cybercalendar  not available
junkbuster-2.0.2_2 is forbidden: 
http://vuxml.FreeBSD.org/97edf5ab-b319-11d9-837l.
linux-lesstif-ns   lesstif-0.92.26.tar.bz2 not available  
(lesstif-0.94.0.tar.gz is available)
netscape7-7.2_1 is marked as broken: Incomplete distinfo file.
openvrml-0.14.3_3 is marked as broken: Does not build on i386.
pecl-APC-2.0.4_1 is marked as broken: This port is not compatible with php5.
pgdriver-2.0_3 is marked as broken: Size mismatch.
urchin5702_freebsd4x.tar.gz  File unavailable (e.g., file not found, no 
access)
zope-mysqluserfolder-1.0.4 is marked as broken: Incomplete pkg-plist.
zope-parsedxml-1.4 is marked as broken: Broken dependency.
zope-portaltransforms-1.3.2 is marked as broken: Broken dependency.
zope-soapmethod-2.0 is marked as broken: Broken dependency.
zope/XMLWidgets-0.10.3.tgz: File unavailable (e.g., file not found, no access)
zope-zmysqlda-2.0.8_1 is marked as broken: Incomplete pkg-plist.

David


-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: logo_FreeBSD?

2005-05-25 Thread Bjoern Koenig

Hello,

See http://logo-contest.freebsd.org/ for information about the contest 
and the contact address.


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


Re: Gnome fonts looks bolder in FreeBSD than in FC3

2005-05-25 Thread Bjoern Koenig

Hello,

please show one or more screenshots if it's possible.

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


Compatible DVD burners for AMD-64 version of FreeBSD 5.4?

2005-05-25 Thread Olaf Greve

Hi,

Within a few weeks I will be aquiring a new server, and it will most 
likely feature a 64-bit AMD processor.


One of the (hardware-wise) things I need to solve before being able to 
actually get it, is which DVD burner (for back-ups, etc.) I can best 
install in it.


From the FreeBSD 5.4 AMD-64 hardware compatibility list, I seem to 
gather the following drive may be a good candidate:

Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive

Does anyone have any experience with this particular combination and/or 
can anyone perhaps recommend me some other good alternatives for the 
AMD-64 version of FreeBSD 5.4?


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


Re: "cvsdown" of a port

2005-05-25 Thread Nikos Vassiliadis
On Wednesday 25 May 2005 13:49, Erik Nørgaard wrote:
> Hi,
>
> I have upgraded my Eterm to 9.3 using ports only to learn that this
> version breaks dead keys. The problem is fixed in their current version
> but this has not made it into the ports tree.
>
> Now, I'd like to downgrade to the previous version but compile against
> my currently installed libraries. Is there a way to "cvsdown" a
> particular port? How do I determine which tag to use?

Yes, you can go here http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/eterm/
and check the available tags and what is going on in the repository.

>
> Thanks, Erik

HTH, Nikos

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


Re: TV application

2005-05-25 Thread Nicolas Blais
On May 25, 2005 08:51 am, Karel Miklav wrote:
> I've set up FreeBSD on our home computer the other day; my intention was
> to get rid of an old Mandrake installation. It all worked well, except
> for the TV application. Neither fxtv nor xawtv can't hold a candle to
> tvtime on Linux; there's no deinterlacer, no fullsize fullscreen picture
> etc. Am I missing something or it just can't be done?
>

mplayer -nocache -tv 
driver=bsdbt848:device=/dev/bktr:input=1:norm=ntsc:chanlist=us-cable:channel=3 
tv://

Which has all the features you've mentionned.  But the command is long :(... 
so I made a script. Maybe one day it will make it to gmplayer. (kmplayer 
crashes for me).

Nicolas.
-- 
FreeBSD 6.0-CURRENT #2: Sun May 22 11:29:47 EDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://66.130.198.54:8081/security/nb_root.asc


pgpghjDV6lyTP.pgp
Description: PGP signature


User mngmt using SSH2 and Public Key

2005-05-25 Thread sn1tch
I recently installed ssh2 from ssh.com and everything is working
great. In a few months I am going to setup a cluster and the system
with ssh2 is going to be the gateway between the outside and the
cluster. Instead of traditional password based access I want to use
some kind of key so that I know the person accessing the system is one
that I have granted access to and is allowed it. Is this a viable
solution or am I barking up the wrong tree? I have read a few articles
public key authentication but if anyone could tell me more I would be
greatly appreciative.

Thanks
Joe

-- 
You've officially been Gmailed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "cvsdown" of a port

2005-05-25 Thread Tony Shadwick
Install portdowngrade.  Set your CVS_RSH and CVSROOT environment variables 
correctly per the handbook.


Then simply type "portdowngrade portname".  You'll be presented with a 
list of older available versions.  Simply follow the prompts.


On Wed, 25 May 2005, [ISO-8859-1] Erik Nørgaard wrote:


Hi,

I have upgraded my Eterm to 9.3 using ports only to learn that this version 
breaks dead keys. The problem is fixed in their current version but this has 
not made it into the ports tree.


Now, I'd like to downgrade to the previous version but compile against my 
currently installed libraries. Is there a way to "cvsdown" a particular port? 
How do I determine which tag to use?


Thanks, Erik

--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: TV application

2005-05-25 Thread Tony Shadwick

How about run tvtime on FreeBSD? :)

Just a quick glance, but I don't see it in ports.  You could grab the 
sources and try building it yourself (which, btw if you're successful, I 
would suggest following the porter's handbook to add it to ports so that 
others can reap the benefits), OR you could get ahold of a linux binary, 
install compat/linux-base and then run the linux version on FreeBSD. ;)


Tony

On Wed, 25 May 2005, Karel Miklav wrote:


I've set up FreeBSD on our home computer the other day; my intention was
to get rid of an old Mandrake installation. It all worked well, except
for the TV application. Neither fxtv nor xawtv can't hold a candle to
tvtime on Linux; there's no deinterlacer, no fullsize fullscreen picture
etc. Am I missing something or it just can't be done?

--

Regards,
Karel Miklav

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


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


Re: Use older port

2005-05-25 Thread Tony Shadwick
I have two ways of doing it.  I'm not claiming either/or is the 'right' 
way.


1.  Go to another machine running an older version from ports, cd to its 
directory in the ports tree and type 'make package'.  copy the newly 
created tbz to your 5.4 box and run pkg_add on it.  You'll have to do a 
pkg_delete on the old one first.


2.  Use portdowngrade.  You'll have to set the environment variable for 
CVS_RSH=ssh and set CVSROOT according to the anonymous cvs instructions 
from the handbook.  Once you've done this, run portdowngrade on rrdtool, 
and you'll be given a list of older versions to downgrade to.  It takes a 
bit to generate the full list, so be patient.


Tony

On Wed, 25 May 2005, Cody Holland wrote:


I'm running FreeBSD 5.4 with my ports pretty much up-to-date.  I have a
graphing software that required rrdtool 1.0.x and I'm running 1.2.x.
How do I install an older version of this via ports or packages?

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


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


Re: SQL

2005-05-25 Thread Aaron C. Meadows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
That's a hard list to write, but here are some gleaned from the ports
tree:

msql, mysql,
firebird,postgresql,sqlite,sqlrelay,yasql,oracle,xbsql (sql
wrapper for XBase DBMS)

Personally, I use mysql and postgresql quite a bit.  I've used
firebird (and interbase before it), but didn't really care for it.
I'm sure there are more that are not in the ports tree, especially
proprietary ones.

- --Aaron

Adel Tabsh wrote:

>What SQL applications run on Freebsd? like MySQL.. etc?
>
>Thanks
>
> 
>Adel A. Tabsh, President & C.E.O
>Premier GPS Inc. 2128 Pegasus Way NE Calgary, Alberta, Canada T2E 8M5
>Tel: (403) 295-8879, Fax: (403) 274-3021, GPS N51.10 W-114.00 (Click for
>map
>000.93085108&width=500&height=300&gride=-12691386&gridn=6604838.93085108
>&srec=0&coordsys=mercator&db=CA&addr1=&addr2=&addr3=&pc=&advanced=&local
>=&localinfosel=&kw=&inmap=&table=&ovtype=> )
>
>
>.0949740578809&client=public&lon=-114.008660204605&lat=51.0949740578809&
>place=2128+PEGASUS+WAY+NE,+T2E,+CALGARY&db=CA&local=&type=&start=&limit=
>&overviewmap=&scale=5000&lang=>
>Confidentiality Warning: This message and any attachments are intended
>only for the use of the intended recipient(s), are confidential, and may
>be privileged. If you are not the intended recipient, you are hereby
>notified that any review, retransmission, conversion to hard copy,
>copying, circulation or other use of this message and any attachments is
>strictly prohibited. If you are not the intended recipient, please
>notify the sender immediately by return e-mail, and delete this message
>and any attachments from your system. Thank-you!
>
>
>
>
>
>
>
>
>--
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFClHi4/mrzqN8FLFURAjiEAJ9D/VF5egDp4X6pKFnEN6U+s3hldwCfS6Y2
/NgIuyCECy8X8zJl7pkGQ9c=
=HAEK
-END PGP SIGNATURE-

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


Re: Linux library conversion

2005-05-25 Thread Tony Shadwick

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is new to me too. :)

Is it a perl library written in c compiled for Linux?  If that's the case, 
then yes.  compat_linux builds a full directory structure beneath 
/compat/linux.  You'd install it there (I think...)


You're going to have to experiment on this one I'm afraid.

Tony

On Wed, 25 May 2005, Valerio Daelli wrote:


What you mean exactly?
We already have compat_linux.
You mean I should use a Linux perl binary?
Or else?
Sorry I am a bit new to compat_linux issues.
Thanks

Valerio



I know it isn't a permanent fix, but could you temporarily use compat_linux 
to run the Linux library on FreeBSD?


On Tue, 24 May 2005, Valerio Daelli wrote:


Hello
we have a linux perl program to run in FreeBSD.
We need to convert this library from Linux to FreeBSD:

msparser.so:ELF 32-bit LSB shared object, Intel 80386, 
version 1 (GNU/Linux), not stripped


Is there any tool similar to brandelf to convert this library and make it 
work under FreeBSD?

Thanks

Valerio


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






-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFClHg9YLKL9pGigEwRAklzAJ0enqHhbI4TqIP09+n3KY0JXnKq9ACcDjty
AwJOb0SD0xHwl6zX4RldX18=
=DGlR
-END PGP SIGNATURE-

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


Gnome fonts looks bolder in FreeBSD than in FC3

2005-05-25 Thread Thawatchai Piyawat
Hello,

I've installed Gnome on FreeBSD and have a font problem. When
comparing with my FC3 box, fonts in FreeBSD looks bolder than what
they appear in FC3. Font Preference on both machines are set exactly
the same.

I've tried installing Freetype with and without
WITHOUT_TTF_BYTECODE_ENABLED, but it doesn't make any differences. It
seems like fonts in FreeBSD take less hinting while in FC3 they're
thiner and crisp.

Bolder fonts really hurt my eyes. Please, ideas or help would be appreciated.

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


Use older port

2005-05-25 Thread Cody Holland
I'm running FreeBSD 5.4 with my ports pretty much up-to-date.  I have a
graphing software that required rrdtool 1.0.x and I'm running 1.2.x.
How do I install an older version of this via ports or packages?

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


TV application

2005-05-25 Thread Karel Miklav
I've set up FreeBSD on our home computer the other day; my intention was
to get rid of an old Mandrake installation. It all worked well, except
for the TV application. Neither fxtv nor xawtv can't hold a candle to
tvtime on Linux; there's no deinterlacer, no fullsize fullscreen picture
etc. Am I missing something or it just can't be done?

--

Regards,
Karel Miklav

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


SQL

2005-05-25 Thread Adel Tabsh
What SQL applications run on Freebsd? like MySQL.. etc?
 
Thanks
 
  
Adel A. Tabsh, President & C.E.O
Premier GPS Inc. 2128 Pegasus Way NE Calgary, Alberta, Canada T2E 8M5
Tel: (403) 295-8879, Fax: (403) 274-3021, GPS N51.10 W-114.00 (Click for
map
 )
 
 
  
Confidentiality Warning: This message and any attachments are intended
only for the use of the intended recipient(s), are confidential, and may
be privileged. If you are not the intended recipient, you are hereby
notified that any review, retransmission, conversion to hard copy,
copying, circulation or other use of this message and any attachments is
strictly prohibited. If you are not the intended recipient, please
notify the sender immediately by return e-mail, and delete this message
and any attachments from your system. Thank-you! 

 

 

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

logo_FreeBSD?

2005-05-25 Thread gunaza
Hello!
Inform please, on what address I can send the sketch of a trade
mark FreeBSD on competition?
Thanks, success!
Yury Gunaza

mailto:[EMAIL PROTECTED]


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


Re: Linux library conversion

2005-05-25 Thread Valerio Daelli

What do you mean?
We already have compat_linux.
Do you mean I sholud use a linux perl binary?
Or else?
Sorry I am a bit new to compat_linux issues.
Thanks

Valerio Daelli


Hello
we have a linux perl program to run in FreeBSD.
We need to convert this library from Linux to FreeBSD:

msparser.so:ELF 32-bit LSB shared object, Intel 80386, 
version 1 (GNU/Linux), not stripped


Is there any tool similar to brandelf to convert this library and make it 
work under FreeBSD?

Thanks

Valerio


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





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


"cvsdown" of a port

2005-05-25 Thread =?ISO-8859-1?Q?Erik_N=F8rgaard?=

Hi,

I have upgraded my Eterm to 9.3 using ports only to learn that this 
version breaks dead keys. The problem is fixed in their current version 
but this has not made it into the ports tree.


Now, I'd like to downgrade to the previous version but compile against 
my currently installed libraries. Is there a way to "cvsdown" a 
particular port? How do I determine which tag to use?


Thanks, Erik

--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Uninstalling software compiled from source

2005-05-25 Thread Alex Zbyslaw

Kris Kennaway wrote:


On Tue, May 24, 2005 at 05:17:00PM -0700, Mark Jayson Alvarez wrote:
 


Hi,
  Is there a way to remove all the components of a
software that was installed from its source? Make
uninstall doesn't work unlike when using the ports
tree.
   



Not really..that's one of the reasons why the ports collection is so
useful.  You might be able to get part of the way there by using
find(1) creatively to identify files installed around the same time.

 


Or try "make -n install" to see what it would install, then delete it.

--Alex


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


Re: Statically linked bash

2005-05-25 Thread Bjoern Koenig

Hello,

copy the attached patch to /usr/ports/shells/bash and apply it with

  patch -i Makefile-static.patch

It adds some knobs in the style of the port 'shells/bash2'. Build the 
shell with


  make -DWANT_STATIC_BASH -DWITHOUT_NLS install clean

The dependence to libintl and libiconv is the reason why your binary is 
still dynamically linked. WITHOUT_NLS solves it.


Regards Björn
--- Makefile.orig	Wed May 25 11:51:33 2005
+++ Makefile	Wed May 25 11:54:25 2005
@@ -56,6 +56,12 @@
 			--disable-rpath \
 			--enable-disabled-builtins
 
+.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
+CONFIGURE_ARGS+= --enable-static-link
+.else
+CONFIGURE_ARGS+= --enable-static-link=no
+.endif
+			
 .if defined(WITHOUT_HELP)
 CONFIGURE_ARGS+=	--disable-help-builtin
 PLIST_SUB+=		HELP="@comment "
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

correct make switch syntax for Hylafax

2005-05-25 Thread Ian Moore
Hi,
I want to build Hylafax with a default page size of A4. The Makefile says:
# Defaults to "North American Letter".  Use "ISO A4" for A4.
.if defined(PAGESIZE)
CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}"
.endif

So what exactly should I put after make to get A4?
Usually these options are straightforward ( like  -DWITH_)but 
sometimes I find it really hard to figure out what to use. I've tried various 
options but they don't seem to be correct.

Cheers,
-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc


pgp47TdExhFDB.pgp
Description: PGP signature


RE: Proliant 1600 with 2CPUs

2005-05-25 Thread turker-cremis-imap
This is just an information only email.

I set OS type to Netware 5 in BIOS and rebooted the machine. It hung in the
middle of start up. It picked up both the CPUs though.

Then I have changed OS type to Netware 4.x and rebooted again. It worked as
per normal.

In kernel I have only "options SMP" set as additional parameter, to support
multi cpu system. I did not make any changes to "device acpi" parameter.

Thanks,
Turker


-Original Message-
From: Will Stringer [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 22 May 2005 10:28 PM
To: Turker Dundar
Subject: RE: Proliant 1600 with 2CPUs

Right, it worked under 5.3.  I just moved, so it's been offline for about 
a month and I ended up waiting for 5.4 to come out before using it again. 
The first FreeBSD I had on it was 5.2.1.  To get the second processor 
working originally I had to set the OS type to Unixware 7.

I have all of the latest BIOS updates (ROMPAQs, etc) installed on mine. 
That was a pain to track down.

The system erase isn't that bad.  If you remove all of the hard drives it 
should go pretty smoothly.  I may try that on mine.  Mine doesn't boot off 
of the array, I have a Promise IDE card in mine with an IDE drive that it 
boots from.

-- 
Will

On Sun, 22 May 2005, Turker Dundar spewed forth with great vigilance:

> No, Unfortunately I could not get the kernel to see the second cpu. I
> believe the BIOS settings are correct (i.e. it is set with Unix O/S).
> The machine starts up with two cpus but kernel fails to see the
> additional cpu.
>
> However, I remember I saw a FreeBSD document in their web site,
> Proliant  1600 was not listed as the supported system though some other
> Proliants were. I cannot find the exact address of the web page.
>
> Are you saying that it was working with 2 cpus running release-5.3 but
> not with release-5.4..?  Is that correct..?  If so, that's a major
> problem for the OS. There must be some solution documented around. Some
> people suggests to wipe out the system configuration and recreate it
> which I would not like to do.
>
>
> Regards,
> Turker
>
> On Sun, 2005-05-22 at 10:06, Will Stringer wrote:
>> Hi, I saw your post to freebsd-questions about your Proliant and I was
>> wondering you have been able to resolve the problem.  I just upgraded my
>> 1600 with dual CPUs from 5.3 to 5.4 and found that the second process
>> nolonger functions.
>
>

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


Re: ssh autehntication question

2005-05-25 Thread [EMAIL PROTECTED]
On Wed, 25 May 2005 08:59:46 -0700
Philip Wege <[EMAIL PROTECTED]> wrote:

> Configured sshd for publickeyauth,port 22 and protocol 2 connections.
> 
> When ever a ssh connection is attempted it says : fatal : timeout
> before authentication. Server on local network.
> 
> sshd pid is running also.

your firewall-settings do allow port 22 traffic ?
which ssh-client are you using ?
does /var/log/auth.log on the server give any more info ?
what gives "ssh -vv your_server" from a client in the network ?

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


Re: slow download, quick upload

2005-05-25 Thread User Patrice
Hello

answering to myself:

found that doing a net.inet.tcp.rf1323=0 have multiplied my speed by ten

net.inet.tcp.rf1323=1 download at 120K/s
net.inet.tcp.rf1323=0 download at 1.5M/s

i have tried to adjust windows size, but default value are good.

I still need help to reach a 5M/s rate which is good enough on a 100MbFdx link

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


Statically linked bash

2005-05-25 Thread Valerio Daelli

Hello
we are trying to compile a statically linked bash from ports.
I edited the Makefile in /usr/ports/shells/bash with '--enable-static-link' 
in CONFIGURE_ARGS.

But it didn't work (it compiled a dynamically linked one).
So I entered in work/bash-3.0 and configured by and with

./configure ...DEFAULT_ARGS...  --enable-static-link

But it didn't work.
So I edited every Makefile in these directories, to include in every gcc 
argument -static.

But It didn't work.
That's the last compile operation (notice the -static)

gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob  
-L./lib/tilde  -L./lib/sh -static -static -rdynamic  -g -O2 -o bash shell.o 
eval.o y.tab.o general.o make_cmd.o print_cmd.o   dispose_cmd.o 
execute_cmd.o variables.o copy_cmd.o error.o  expr.o flags.o jobs.o subst.o 
hashcmd.o hashlib.o mailcheck.o  trap.o input.o unwind_prot.o pathexp.o 
sig.o test.o version.o  alias.o array.o arrayfunc.o braces.o bracecomp.o 
bashhist.o  bashline.o  list.o stringlib.o locale.o findcmd.o redir.o  
pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline 
-lhistory -ltermcap -lglob  -ltilde  /usr/local/lib/libintl.so 
/usr/local/lib/libiconv.so


But I keep getting a
#file bash
bash: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for 
FreeBSD 5.4, dynamically linked (uses shared libs), not stripped


Thanks a milion

Valerio Daelli


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


what handles a pcmcia card?

2005-05-25 Thread FreeBSD MailingLists
I have just install freebsd 5.4 on a laptop, and I have noticed two things

1)  even with pccard_enable=NO a inserted card is configured
2) I see no pccardd 

even after I set pccard_enable=YES and then run /etc/rc.d/pccard
start, nothing seems to run

is pccardd no longer handling pcmcia configurations?  

I used to be able to configure non-recognized pcmcia cards by editing
/etc/pccard.conf.  but now the changes does not take into affect

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


Re: Playing Music CD's

2005-05-25 Thread Nicholas Wieland
 - Warren :
> I have a lot of music cd's that i have baught over the years and went to play 
> them today, but couldnt mount my /cdrom drive.
> 
> How do i go about playing music cd's ?  I have FreeBSD 5.4-STABLE and Xmms 
> installed.

You don't have to mount anything, install goobox or some other Audio CD
software, it will access the CD and play it.

HTH,
  ngw
-- 
checking for life_signs in -lKenny... no
Oh my god, make (1) killed Kenny ! You, bastards !

nicholas_wieland-at-yahoo-dot-it


___ 
Yahoo! Messenger: chiamate gratuite in tutto il mondo 
http://it.beta.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ssh autehntication question

2005-05-25 Thread Philip Wege
Configured sshd for publickeyauth,port 22 and protocol 2 connections.

When ever a ssh connection is attempted it says : fatal : timeout before
authentication. Server on local network.

sshd pid is running also.

Any ideas ?
 


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