Re: video mpeg broken?

2000-10-10 Thread Chris Piazza

On Tue, Oct 10, 2000 at 10:12:05PM -0500, Mike Meyer wrote:
 Nickolay Dudorov writes:
  In article [EMAIL PROTECTED] you wrote:
   It seems that something has broken plaympeg - at least for video. In
   trying to play video back, I get a black window and no images.  Audio
   playback seems fine. This is something I don't do often, so I'm not
   sure when it happened.
  I've seen this "black window" with plaympeg also.
  It sometimes help if I move the window - after that I can see
  the video. (My system - -current with XFree86-4.01 and
  Matrox MGA G200 AGP, SDL -1.1.4, SMPEG - 0.4.0).
 
 Well, that doesn't work here. The system is -current (as of Saturday),
 XFree86-4.0.1, Diamond Viper 550, SDL-1.1.5, SMPEG-0.4.0.

These messages are better suited to -ports.  I've only seen this
problem with 1.1.5, 1.1.4 works fine.  It also affects smpeg-0.4.1.
I haven't updated the port to that version yet because I can't tell
if it works or not :-).

-Chris


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



Re: strange messages at bootup

2000-06-10 Thread Chris Piazza

On Sun, Jun 11, 2000 at 12:30:45AM -0400, Ray Kohler wrote:
 On Sat, Jun 10, 2000 at 11:19:01PM -0400, Brian Reichert wrote:
  I would hazard the guess that you now have the PNPBIOS directive
  in your kernel config file...
 
 Actually, I don't have PnP in my config file. That's why I think
 this is so weird...

It's on by default now.

-Chris
-- 
[EMAIL PROTECTED]  | yawn.
[EMAIL PROTECTED]| Abbotsford, BC, Canada


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



Re: Wide-char support and libc

2000-05-17 Thread Chris Piazza

On Wed, May 17, 2000 at 02:41:59AM -0400, Thimble Smith wrote:
 On Tue, May 16, 2000 at 11:52:32PM -0400, Donn Miller wrote:
  Anyone like the idea of adding wide char support to our libc?  Maybe
  we could port it over from {Net,Open}BSD or BSDi.  This would add the
  header file wctype.h, etc.
 
 There's a mailing list, freebsd-i18n, that seems to be very active
 regarding this topic (the archives show 0 posts).

It's probably not being archived properly.  I subscribed to this list
on the 24th of april and the first message was on the 5th of may.

% grep '^From ' freebsd-i18n | wc -l
  19 

Nothing was said about wc* in those 19 messages anyway.

 
 The latest I found on it (searching the archives) is this:
 
 http://www.whizkidtech.net/i18n/wc/
 
 As far as I can tell, nothing's been done since last May.

-Chris
-- 
[EMAIL PROTECTED]  | yawn.
[EMAIL PROTECTED]| Abbotsford, BC, Canada


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



Re: Last changes to SDL made smpeg not work

2000-04-23 Thread Chris Piazza

On Sun, Apr 23, 2000 at 03:28:54PM +0800, Stephen Hocking wrote:
 The mpeg player smpeg doesn't work (catches a signal then just hangs) when you 
 compile  link against the SDL which uses the native threads - however when 
 you compile against one that uses linux threads, then it does. I've seen some 
 problems with sdl test apps that mix sound  video when we use native threads 
 rather than the linux threads port.

I had just noticed this, too.  It works fine if you pass --noaudio, though.

-Chris


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



Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Chris Piazza

On Thu, Apr 20, 2000 at 06:10:18PM -0400, Brian Fundakowski Feldman wrote:
 On Thu, 20 Apr 2000, Brooks Davis wrote:
 
  It works for me.  I just tested it from my laptop (current as of
  yesterday) to a 4.0-S machine, a 3.3-RC running ssh 1.2.26, and Solaris
  2.6 system also running 1.2.26.  I seem to recall that we were shipping
  with the server disabling forwarding which was bogus.  It's not
  disabled in the default client config.
  
  -- Brooks
 
 No, I'm interested in a pure FreeBSD 4.X/5.X to 4x/5.X tunnel.  Can you
 try just ssh to localhost and using X forwarding there (display will
 be localhost:10.0)?

debug: Connecting to localhost.norn.ca.eu.org [:::127.0.0.1] port 22.
debug: Allocated local port 1004.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version OpenSSH-1.2.3
..
debug: Received encrypted confirmation.
debug: Trying RSA authentication via agent with '[EMAIL PROTECTED]'
debug: Received RSA challenge from server.
debug: Sending response to RSA challenge.
debug: Remote: RSA authentication accepted.
debug: RSA authentication accepted by server.
debug: Requesting pty.
debug: Requesting X11 forwarding with authentication spoofing.

debug: Entering interactive session.

norn% xcalc
debug: Received X11 open request.
debug: channel 0: new [X11 connection from norn.ca.eu.org port 1560]

norn% uname -a
FreeBSD norn.ca.eu.org 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Tue Apr 18 18:03:19 PDT 
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/NORN  i386

It's working from my 5.0 box to my 4.0-R box across town, too.

-Chris


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



kernel build broken without INET6

2000-04-01 Thread Chris Piazza

Patch included...

Index: in_pcb.c
===
RCS file: /home/ncvs/src/sys/netinet/in_pcb.c,v
retrieving revision 1.61
diff -u -r1.61 in_pcb.c
--- in_pcb.c2000/04/01 22:35:43 1.61
+++ in_pcb.c2000/04/02 03:14:15
@@ -153,10 +153,12 @@
inp-inp_gencnt = ++pcbinfo-ipi_gencnt;
inp-inp_pcbinfo = pcbinfo;
inp-inp_socket = so;
+#ifdef INET6
if (ip6_mapped_addr_on)
inp-inp_flags = ~IN6P_BINDV6ONLY;
else
inp-inp_flags |= IN6P_BINDV6ONLY;
+#endif
LIST_INSERT_HEAD(pcbinfo-listhead, inp, inp_list);
pcbinfo-ipi_count++;
so-so_pcb = (caddr_t)inp;

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Chris Piazza

On Sun, Apr 02, 2000 at 07:55:51AM +0900, Yoshinobu Inoue wrote:

  Sorry for the inconvenience and I'll try the fix.
 
 Sorry to be late, but I tried resolver fix and it seems to work.
 This should remove such 75 seconds delay in apps which use
 getaddrinfo().
 
 Please review and try this patches.

I applied it and am running with it now, but I can't say one way or another
if it has fixed the problem :-).  It only cropped up every couple of
weeks and seemingly random at that.  I'll assume it works if I don't see
it happening again.

Thanks,

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: UP kernel performance and Matt Dillon's patches

2000-03-28 Thread Chris Piazza

On Tue, Mar 28, 2000 at 11:37:55PM +0200, Gary Jennejohn wrote:
 I'm running a UP machine with Matt's latest changes. I was just
 compiling a new kernel and noticed the my PS/2 mouse under X was very
 sluggish. I never noticed this sort of behavior before the changes,
 even while doing ``make -j8 buildworld''.
 
 The compile was running on a UW SCSI disk on an Adaptec aic7880 Ultra
 SCSI adapter on my motherboard, in case it matters.
 
 Looks like something has been verschlimmbessert (a wonderful German
 word which means "made worse through improvement" :)

I have noticed this too.  Except on an SMP kernel with IDE drives. My
keyboard is lagging in the same manner with high cpu loads.

Abit bp6 + 2xceleron 500
IBM DJNA 13.5gig drive on the HPT366

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Very weird assembly failure (was Re: UP kernel performance and Matt Dillon's patches)

2000-03-28 Thread Chris Piazza

On Tue, Mar 28, 2000 at 07:48:00PM -0800, Matthew Dillon wrote:
 I found a couple of minor nits, but only one real bug.  In i386/swtch.s
 I forgot to change out a WANT_RESCHED for AST_RESCHED:
 
 The problem is that a kernel build is not reporting any errors!   
 WANT_RESCHED does not exist at all, anywhere.  If I change it to 
 a garbage name the kernel still builds.  I don't get it.
 
 In anycase, please try changing WANT_RESCHED to AST_RESCHED in
 i386/i386/swtch.s and see if that fixes the reported performance
 problems.  If WANT_RESCHED defaults to 0 by being undefined, then
 the reschedule flag is never cleared when a context switch is made
 and this could certainly lead to problems.

Changing it to AST_RESCHED did not fix the problem for me.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: 75 second delay using telnet/ssh (ipv6 related)

2000-03-20 Thread Chris Piazza

On Mon, Mar 20, 2000 at 11:33:24AM -0600, Visigoth wrote:
 
 
 On Sun, 19 Mar 2000, Chris Piazza wrote:
 
  If I use telnet or ssh (there might be more programs,
  but I have only noticed these two so far), and supply a hostname to it,
  my machine is constantly requesting  records, and finally after
  75 seconds it requests and receives an A record from the nameserver.
 
 Could it be possible that you have "options inet6" in your
 /etc/resolv.conf file?  This options causes calls for only  records at
 first and then if they fail, use A records. 
 
   According to Mr. Stevens (Unix Network Programing Vol 1
 chapt 9.4) this option, or having the env. variable RES_OPTIONS=inet6 set
 will cause the behavior you are describing... 

No, neither of those.  FreeBSD searches inet6 first at the moment.
I don't know if I made this clear in my email, but this just started
happening... Hmm... it's fixed again:

12:01:15.622122 24.113.19.137.1253  24.2.10.36.53:  61892+ ? beast.freebsd.org. 
(35)
12:01:15.706319 24.2.10.36.53  24.113.19.137.1253:  61892 1/1/0 (132)
12:01:15.707070 24.113.19.137.1254  24.2.10.36.53:  61893+ A? beast.freebsd.org. (35)
12:01:15.750017 24.2.10.36.53  24.113.19.137.1254:  61893 2/4/4 (238)

Weird.

 
  Using ssh -4 or telnet -4 makes it work right away (of course), but
  I don't want to have to type that all the time. [program] ipv4address
  also works.
 
 Hmmm...  I don't know but it seems that ssh -4 set's its own family to
 AF_INET in all of it's calls to gethostbyname() rather than AF_INET6.
 Thereby telling the resolver to only return A records

Right.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



75 second delay using telnet/ssh (ipv6 related)

2000-03-19 Thread Chris Piazza

Hi.

This is kind of weird, so I want to see if anyone else has noticed
this or has a solution to it.

If I use telnet or ssh (there might be more programs,
but I have only noticed these two so far), and supply a hostname to it,
my machine is constantly requesting  records, and finally after
75 seconds it requests and receives an A record from the nameserver.

Using ssh -4 or telnet -4 makes it work right away (of course), but
I don't want to have to type that all the time. [program] ipv4address
also works.

Logs are attached..

norn[~]# tcpdump -n net 128.189.4.1
tcpdump: listening on ed0
14:50:33.016513 24.113.19.137.1112  128.189.4.1.53:  25863+ ? freefall.free
bsd.org. (38)
14:50:33.574535 128.189.4.1.53  24.113.19.137.1112:  25863* 0/1/0 (112) (DF)
14:50:33.575014 24.113.19.137.1113  128.189.4.1.53:  25864+ ? freefall.free
bsd.org.norn.ca.eu.org. (53)
14:50:38.576829 24.113.19.137.1114  128.189.4.1.53:  25864+ ? freefall.free
bsd.org.norn.ca.eu.org. (53)
14:50:48.586848 24.113.19.137.1115  128.189.4.1.53:  25864+ ? freefall.free
bsd.org.norn.ca.eu.org. (53)
14:51:08.596965 24.113.19.137.1116  128.189.4.1.53:  25864+ ? freefall.free
bsd.org.norn.ca.eu.org. (53)  
14:51:48.617121 24.113.19.137.1117  128.189.4.1.53:  25865+ A? freefall.freebsd
.org. (38)
14:51:48.739460 128.189.4.1.53  24.113.19.137.1117:  25865* 1/7/7 A 204.216.27.
21 (339) (DF)   

% ssh -v freefall.freebsd.org
SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /home/cpiazza/.ssh/config
debug: Applying options for *
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: ssh_connect: getuid 0 geteuid 0 anon 0
***PAUSE HAPPENS HERE***
debug: Connecting to freefall.freebsd.org [204.216.27.21] port 22.
debug: Allocated local port 1021.
debug: Connection established.
...etc

This happened about a month ago but it fixed itself after a few hours
so I thought it was a name server problem until it happened again today...
It happens with any nameserver I try.

Any ideas??

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: psm.c broken

2000-03-18 Thread Chris Piazza

On Sun, Mar 19, 2000 at 12:39:05PM +0900, Kazutaka YOKOTA wrote:
 
 After a cvsup today, building a kernel finishes with this:
 
 linking kernel.debug
 psm.o: In function `psmprobe':
 /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined
 reference to `atkbdc
 _open'
 *** Error code 1
 
 I know psm.c was changed today, I'd suppose one reference here was
 missed in the process. Just figured I'd be the first to say so.
 
 The following commit is related to the psm update and should have been
 committed together. Sorry.

There's still something missing:
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  
-mpreferred-stack-boundary=2  ../../isa/syscons_isa.c
../../isa/atkbdc_isa.c: In function `atkbdc_read_ivar':
../../isa/atkbdc_isa.c:260: `KBDC_IVAR_PORT' undeclared (first use in this function)
../../isa/atkbdc_isa.c:260: (Each undeclared identifier is reported only once
../../isa/atkbdc_isa.c:260: for each function it appears in.)
../../isa/atkbdc_isa.c:261: warning: unreachable code at beginning of switch statement
../../isa/atkbdc_isa.c: In function `atkbdc_write_ivar':
../../isa/atkbdc_isa.c:282: `KBDC_IVAR_PORT' undeclared (first use in this function)
../../isa/atkbdc_isa.c:283: warning: unreachable code at beginning of switch statement
*** Error code 1
1 error

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: upgraded to -CURRENT et al -- solved; X and PAM work for me

2000-03-12 Thread Chris Piazza

On Mon, Mar 13, 2000 at 12:29:14AM +, Salvo Bartolotta wrote:
 Dear FreeBSDers,
 
 after a couple of days spent RTFMing like crazy, I am back at my
 console at last ! (yawn ...)

snip

 
 Am I the sole person running X (compiled with PAM support) without
 problems under -CURRENT ? :-)
 

Well, it works for me too.  I use wdm with pam for pam_ssh.so's 
session features.  Works great and it's a lot handier than
having to open an xterm every session to 'ssh-add' or having
ssh-askpass load up after login.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: current lockups

2000-03-06 Thread Chris Piazza

On Mon, Mar 06, 2000 at 11:59:21PM +0100, Dave Boers wrote:
 It is rumoured that Peter Jeremy had the courage to say:
  Note that ntpd will use rtprio if the Posix P1003.1b extensions aren't
  enabled in the kernel.  (These were enabled by default in GENERIC on
  i386 in mid-January).  If you have the new ntpd (rather than xntpd)
  and are running a kernel without options P1003_1B,
  _KPOSIX_PRIORITY_SCHEDULING and _KPOSIX_VERSION=199309L, you could
  potentially get a lockup due to a priority inversion.  (Though I
  think the probability is very small).
 
 I don't use ntpd (I use ntpdate) and I do have those options enabled in my
 kernel (all three of them). IIRC they are needed to get either cdrdao or
 cdrecord to work. 
 
 Seems that everything points to UDMA66 so far...

...maybe in certain combinations.

I have a BP6 with dual celerons (466's @ 504) and have had no problems
whatsoever.

FreeBSD 4.0-CURRENT #4: Sun Mar  5 12:20:41 PST 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/NORN
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (503.92-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x665  Stepping = 5
  Features=0x183fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CM
OV,PAT,PSE36,MMX,FXSR
real memory  = 268369920 (262080K bytes)
avail memory = 256987136 (250964K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 - irq 0
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00040011, at 0xfee0
 cpu1 (AP):  apic id:  1, version: 0x00040011, at 0xfee0
 io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec0

ad0: 9765MB FUJITSU MPC3102AT E [19841/16/63] at ata0-master using UDMA33
ad4: 12949MB IBM-DJNA-371350 [28064/15/63] at ata2-master using UDMA66
acd0: CDROM DELTA OPC-K101/ST1 F/W by OIPD at ata1-slave using PIO4

ad0 is a DOS drive, ad4 is what I have FreeBSD on.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



pam_ssh is broken! Would someone please review/commit PR 17191?

2000-03-05 Thread Chris Piazza

It's all contained in the subject.  I've built world with the change
and tested it and it all works fine now.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: wdm PAM support -- pam_ssh.so broken?

2000-02-27 Thread Chris Piazza

On Mon, Feb 28, 2000 at 05:05:43AM +0900, Hajimu UMEMOTO wrote:
  On Sun, 27 Feb 2000 11:49:52 -0800
  "Jordan K. Hubbard" [EMAIL PROTECTED] said:
 
 jkh Hmmm.  I see that /usr/ports/x11/wdm has merged in support for
 jkh FreeBSD's login classes, but not PAM.  Are you planning to merge these
 jkh changes of yours into the port so that the rest of us can play too? :-)
 
 Yes, of course.
 I put it on http://www.imasy.or.jp/~ume/FreeBSD/wdm-pam-port.tar.gz
 Please review it.

I have tried this out and it works great, thanks.

On a somewhat related note, pam_ssh.so as installed by 'world' seems to be
broken.  When I try and log in I get this:

[date] norn -:0: unable to dlopen(/usr/lib/pam_ssh.so)
[date] norn -:0: [dlerror: /usr/lib/pam_ssh.so: Undefined symbol 
"ssh_get_authentication_connection"]
[date] norn -:0: adding faulty module: /usr/lib/pam_ssh.so 

Has anyone else seen this?

If I use the pam_ssh.so from the openssh port it works fine.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: USA_RESIDENT= in latest current

2000-02-23 Thread Chris Piazza

On Wed, Feb 23, 2000 at 03:25:42PM -0500, Forrest Aldrich wrote:
 Even though I have USA_RESIDENT="YES" in /etc/make.conf (this is how
 it was installed), I get:
 
 !!
  You must define the value of USA_RESIDENT as 'YES' or
  'NO' as appropriate, in the environment or /etc/make.conf
  before building can proceed.
 !!

The proper format is USA_RESIDENT= YES in make.conf.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: ipv6 default in current ports?

2000-02-18 Thread Chris Piazza

On Fri, Feb 18, 2000 at 05:26:45PM -0500, David Gilbert wrote:
 I've come up against a number of ports lately assume IPv6 support if
 you're running:
 
 .if ${OSVERSION} = 400014
 CONFIGURE_ARGS+= --enable-ipv6
 .endif
 
 ... I don't see INET6 in my GENERIC kernel.  This affects at least
 net/mtr and lang/ruby.
 

It doesn't need kernel support to build with ipv6 support.  Trying
to use the ipv6 support without it in the kernel is the only problem.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: cdrom mounting issue

2000-02-14 Thread Chris Piazza

On Mon, Feb 14, 2000 at 03:22:15PM -0600, nathan wrote:
 
 Problem--
 
 i just upgraded my 3.4 SMP system to 4.0-current last week. b4, the
 upgrade, the cdrom worked fine.
 
 i tried mounting a cdrom today, (first time since the 4.0 upgrade) and i
 
 get:
 
  [root@sabre conf]# mount_cd9660 -o ro /dev/acd0c /cdrom
   mount_cd9660: Device not configured
 
  acd0: CDROM CD-ROM 40X/AKU at ata1-slave using PIO4
 
 my /dev/shows:
 
  [root@sabre /dev]# ls acd*
  acd0a   acd0c
 

Did you try remaking the device entries?  Here's what mine looks like:
crw-r-  1 root  operator  117,   0 Feb 14 13:52 acd0a
crw-r-  1 root  operator  117,   2 Feb 14 13:52 acd0c

If yours aren't the same run MAKEDEV acd0 and try again.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: newer binutils for CURRENT ?

2000-02-12 Thread Chris Piazza

On Sat, Feb 12, 2000 at 09:29:07AM +0100, Pascal Hofstee wrote:
 Hi,
 
 I have been having some problems gettign Mozilla to start up under
 FreeBSD-4.0-CURRENT .. and the comments given in the Bugzilla forum
 all seem to blaim my problems to having a gcc 2.9.5.2 compiler and an (old)
 2.9.1 assembler.
 
 (http://bugzilla.mozilla.org/show_bug.cgi?id=27064)
 
 They all suggest updating my binutils to get this problem fixed.
 (the FreeBSD-3.2-RELEASE Tinderbox indeed works just fine as that does't
 have a 2.95.2 version of gcc).
 
 Can i hereby voice a request for an updated set of binutils ?

Er.  I just tested this.  I checked out mozilla from cvs and built it
with a stock -CURRENT system (2.9.5.2 and binutils 2.9.1).  It needed
a couple fixups to build but it does run fine.  Of course the menu bar
has disappeared and I'm seeing some really weird things in the browser
as compared to M13 but that is to be expected..

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Function Request

2000-02-09 Thread Chris Piazza

On Thu, Feb 10, 2000 at 04:27:15PM +1100, Peter Jeremy wrote:
 You might do better discussing this subject in freebsd-hackers.
 
 On 2000-Feb-10 16:01:44 +1100, "M. Halpin" [EMAIL PROTECTED] wrote:
 [Missing functions].
 
   The first is mremap().
 
 What does this function do?  Is the function used by freely available
 software, if so can you give some examples.

http://www.freebsd.org/cgi/man.cgi?query=mremapapropos=0sektion=0manpath=Red+Hat+Linux%2Fi386+5.2format=html

CONFORMING TO
   This  call  is  Linux-specific,  and should not be used in
   programs intended to be portable.   4.2BSD  had  a  (never
   actually  implemented) mremap(2) call with completely dif
   ferent semantics.

I doubt there'd be much support for implementing mremap in our system
given how proposals like that have gone in the past. 

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: help! need kernel!

2000-01-26 Thread Chris Piazza

On Wed, Jan 26, 2000 at 07:26:30PM +0200, Alexandr Listopad wrote:
 hello!
 
 I have Abit motherboard with ATA-66 support.
 I try to install FreeBSD-CURRENT, all good when install, but after reboot
 kernel boots, but ask me a root device, when I press '?', there are no
 'ad' device (this is my HDD). ;( As I understand - there are no support in
 that kernel for my HDD... ;(
 
 As I understand there are one way to help me - create new kernel with
 ata-pci0 support.

The boot floppies have ATA in the kernel.  I installed a new system on 
a BP6 with the hard drive on one of the HPT366 controllers just fine
about two weeks ago.  Sorry, but I have no idea what is going on 
here.. I just wanted to say that it worked for me 

ata-pci1: HighPoint HPT366 ATA-66 controller port 0xd400-0xd4ff,0xd000-0xd003,
0xcc00-0xcc07 irq 18 at device 19.0 on pci0
...
ad4: 12949MB disk IBM-DJNA-371350 at ata2 as master mode UDMA66   

BTW, sos, if you're reading this:  I like this format for reporting
the hard drives present a lot better :-).

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: boot messages for pci devices...

2000-01-18 Thread Chris Piazza

On Wed, Jan 19, 2000 at 12:28:09AM +0100, Poul-Henning Kamp wrote:
 
 fxp0: Intel EtherExpress Pro 10/100B Ethernet port 0xc400-0xc43f mem 
0xefe0-0xefef,0xe000-0xefff irq 9 at device 14.0 on pci0
 
 Is this level of verbosity really helping anybody ?

I *thought* I noticed it was different.  I actually find this pretty
annoying because it wraps almost all of the lines and makes it difficult
to read dmesg.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Chris Piazza

On Mon, Jan 17, 2000 at 07:06:55AM -0800, Satoshi - Ports Wraith - Asami wrote:
  * From: Kris Kennaway [EMAIL PROTECTED]
 
  * Openssl should now be fully functional for both US and international users
  * - please report any problems you have in using it to me. You should be
  * able to compile all openssl-using code (some of them require rsaref and
  * therefore cannot be used in a commercial setting, others do not), although
  * the ports may need tweaking to deal with the changed base location (/usr
  * instead of /usr/local).
 
 Should I add some stuff to handle the differences in bsd.port.mk (like
 we did with perl5)?
 
 For one thing, openssl is in -current only so we need a way to have
 ports easily depend on the openssl port in -stable.

Actually any port that depends on openssl depends on crypto.1, which
will be found in /usr/lib anyway :).  I haven't had any problems
building ports that require openssl, although I'm using the international
version etc.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Additional option to ls -l for large files

2000-01-11 Thread Chris Piazza

On Wed, Jan 12, 2000 at 11:35:28AM +1300, Joerg Micheel wrote:
 On Tue, Jan 11, 2000 at 11:23:54PM +0100, Frank Nobis wrote:
  On Wed, Jan 12, 2000 at 11:04:56AM +1300, Joerg Micheel wrote:
   [ls whith sizes in k,M]
   
   Would such a patch find the blessing of the team and the maintainer
   of ls ?
  
  You could try gnuls -h 
 
 As much as I tried - this is not within GNU fileutils. Which version and
 package are you referring to ? Are you using a FreeBSD system ?
 

/usr/ports/misc/gnuls

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: mergemaster(8) busted

2000-01-06 Thread Chris Piazza

On Fri, Jan 07, 2000 at 02:40:16AM +1100, Andy Farkas wrote:
 
 After cvsup'ing, a -current system based on userland/kernel dated
 31-dec-1999, 'mergemaster -sv' is failing with mknod errors.
 
 cd src/sbin/mknod ; make all install ; make clean 
 fixes it.

Uh, yeah?  MAKEDEV uses mknod arguments instead of chown to change
ownership of device nodes now.  You should probably build world
before you sync /etc, anyway. 

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Opera Beta and FreeBSD

2000-01-04 Thread Chris Piazza

On Tue, Jan 04, 2000 at 03:29:34PM -0600,  wrote:
 Has anyone gotten Opera beta working under linux emulation?

Yes.  I must warn you it's still really buggy if you intend to use
it a lot.  Basically all I did was grab the opera tarball, extract
it and run the 'runnow' script. 

Screenshot here: http://www.freebsd.org/~cpiazza/sshot-opera.png 

The screenshot weighs in at about 130K.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Port of ext2fs fsck

1999-12-23 Thread Chris Piazza

On Thu, Dec 23, 1999 at 12:26:57PM -0500, Donn Miller wrote:
 Is there such a beast?  This would be a big big help to those who
 administer Linux boxes from FreeBSD machines.  And, it would make
 life easier for those of us who dual-boot with FreeBSD and
 Linux.  Basically, I'd like to see a port of e2fsck in the ports
 collection.

I have no idea how much work it'd be, but you or someone else
could try porting NetBSD's fsck_ext2fs some time.  That would
be what you need.
http://cvsweb.netbsd.org/bsdweb.cgi/basesrc/sbin/fsck_ext2fs/

 Don't ask;  the RedHat installer partitioned it this way. 
 Anyhow, when I do fdisk /dev/rad1, FBSD's fsck only sees 2
 partitions.  Partition one is the 120M / partition, which I can
 mount OK.  But, fdisk claims the 2nd partition is a 920 MB
 extended DOS partition.  Hmmm...  well, it may be that my second
 disk needs low-level formatted or something.

No Idea, try asking -questions if you don't get an answer here.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: linux_genassym

1999-12-23 Thread Chris Piazza

On Thu, Dec 23, 1999 at 04:36:41PM -0600, Anthony Kimball wrote:
 
 A very recent commit broke my kernel build with 
   options COMPAT_LINUX
 as shown below.  Without the option, it is fine:

Already fixed.  Update your sources and try again.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: New sound driver and Linux games

1999-12-18 Thread Chris Piazza

On Sat, Dec 18, 1999 at 05:59:14PM -0800, Brian W. Buchanan wrote:
 The new sound driver (I'm using pcm0 and sbc0) seems to break a lot of
 Linux-centric games.  Quake2, Q3Test, and snes9x (built from ports) all
   
   not a linux binary.

I noticed snes9x's sound acting really weird too earlier today.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: configure problems

1999-12-14 Thread Chris Piazza

On Tue, Dec 14, 1999 at 08:24:06AM -0800, David O'Brien wrote:
 On Tue, Dec 14, 1999 at 05:00:14PM +0100, Pascal Hofstee wrote:
  I have noticed some weird problems lately when running configure-scripts.
  E.g. when trying to build the gtk12-port configure just hangs waiting for
 
 Please repost this in [EMAIL PROTECTED] as that is the proper list for
 ports-related questions (which this is).
 
 [EMAIL PROTECTED] is for issues surounding the bleading edge
 development in the base system.

It *is* a problem with freebsd-current, though.  See PR bin/15328. 

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Flash (was: Re: Sound card support)

1999-12-09 Thread Chris Piazza

On Thu, Dec 09, 1999 at 08:32:05PM +0100, Jeroen Ruigrok/Asmodai wrote:
 [again subject changes]
 
 -On [19991209 16:00], Donn Miller ([EMAIL PROTECTED]) wrote:
 On Thu, 9 Dec 1999, Motoyuki Konno wrote:
 
  Please see Netscape plugin port (ports/www/flashplugin) to find
  out why we still have to need a.out support.
 
 Wow -- there's a flash plugin for Netscape?  That's what I needed for a
 couple of web sites.
 
 Good luck using it under current.
 
 First site you hit quits netscape without reasons...
 
 ...until you drop out of X and see a __sh_getcontext  IIRC warning on
 your console.
 
 I already mailed maintainer about this.

I don't even use the FreeBSD Netscape any more.  As far as I'm concerned,
there might as well NOT be a native binary for FreeBSD, because it's 
not very stable.  I use the Linux netscape with macromedia's flash4
plugin and it works very well.

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Abbotsford, BC, Canada


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



Re: Netscape core dump, happily :-)

1999-10-03 Thread Chris Piazza

On Sun, Oct 03, 1999 at 11:25:23AM -0400, Jon Parise wrote:
 On Sun, Oct 03, 1999 at 12:22:55PM +0200, Gianmarco Giovannelli wrote:
 
  Is there anyone who is experienced Netscape crashes with 4.0-CURRENT when 
  the close button is pressed (not always, but very often) ?
  It happens to me with 4.61 and 4.70 , it doesn't happen with 3.2-STABLE I 
  have at work.
 
 Yes, I've been experiencing that as well.  It writes a zero length
 core file in my home directory and exits with signal 10:
 
 Oct  1 16:20:53 void /kernel: pid 18518 (navigator-4.61.b), uid
 1000: exited on signal 10
 
 It's incredibly annoying, but I haven't bothered to track it down
 in any great detail.

Disable Javascript and the problem will go away (ugh).  I once had
it crash over 30 times in a single day.

-Chris


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



Re: VMware X11 and -current

1999-08-03 Thread Chris Piazza

On Tue, Aug 03, 1999 at 03:08:39PM -0400, Ayan George wrote:
 I've been wondering -- are there any plans for a FreeBSD version
 of VMware?
 

It's not us you should be asking.  Ask the makers of VMWare.

-Chris
-- 
[EMAIL PROTECTED]  [EMAIL PROTECTED]
"It's better to be quotable than to be honest."
   --Tom Stoppard


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



Re: Man troubles!

1999-06-08 Thread Chris Piazza
On Tue, Jun 08, 1999 at 05:23:18PM +0300, Maxim Sobolev wrote:
 Just completed fresh make world and discovered that man isn't
 functional:
 
 $ man man
 bad ctype locale env: Invalid argument
 
 Does anybody know what going wrong?
 

Yeah, it happened during ache's commit to src/gnu/usr.bin/man/man/man.c.

date: 1999/06/07 18:35:58;  author: ache;  state: Exp;  lines: +152 -0
Add ability to read/write localized manpages

I haven't seriously looked at it to see why it never works if you don't
use localized man pages(etc).  As a work around you can alias man=man -o

-- 
Chris PiazzaAbbotsford, BC, Canada
   cpia...@home.net
finger n...@norn.ca.eu.org for PGP key


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: pcm for SB 128 PCI in -current is broken...

1999-05-29 Thread Chris Piazza
On 29-May-99 Osokin Sergey wrote:
 
 Hello!
 pcm driver for SB 128 PCI in -current is broken...
# dmesg | more
 .
 es0: AudioPCI ES1370 irq 5 at device 11.0 on pci0
 pcm0: using I/O space register mapping at 0xe800
 
 
 play, waveplay, wmsound dont' work correct.
 Does someone have any idea?
 And when it fixed?

That's odd, working here!  I just built world and the kernel about an hour ago.

A few random thoughts.. 
did you set the mixer volumes? do you have the right entries in /dev (snd0 in
current)? when was this last working? are there any error messages?

*Happily playing a wav with waveplay*

---
Chris PiazzaAbbotsford, BC, Canada
   cpia...@home.net
finger n...@norn.ca.eu.org for PGP key


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: new-bus breaks both sound drivers

1999-04-16 Thread Chris Piazza
On 17-Apr-99 Brian Feldman wrote:
 Both sound drivers are broken with the new-bus code. My SB16, in the old
 driver, now gets recognized but sbxvi is never looked for. pcm0, the new
 driver, never initializes with the new code :(
 
 device pcm0 at isa? port? tty irq 5 drq 1 flags 0x16
 

The pcm0 sounddriver works for me.  In fact, the only problem I had with new
bus was it is now pcm0 instead of pcm1 ;-).

es0: AudioPCI ES1370 at device 9.0 on pci0
pcm0: using I/O space register mapping at 0xd800
es0: interrupting at irq 4

device  pcm0

I'm using it right now, actually.
Of course, this is a PCI card so there could be/is a difference.

---
Chris PiazzaAbbotsford, BC, Canada
   cpia...@home.net
finger n...@norn.ca.eu.org for PGP key


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: apache13-fp probs: fpsrvadm.exe core dumps.

1999-03-28 Thread Chris Piazza
On 29-Mar-99 Michael E. Mercer wrote:
 Hello all,
 
 I am running 4.0 current and am trying to get apache13-fp
 to install, however the executable fpsrvadm.exe core dumps.
 
 I have tried to do this on two different 4.0 machines, 
 same thing happens on both.
 
 Is there something I am missing?
 
 later
 Michael Mercer
 
 
Yes,

dg  1999/03/11 10:28:47 PST

  Modified files:
sys/i386/confMakefile.i386 kernel.script 
sys/i386/include pmap.h 
  Log:
  Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed
  bootblocks in order to boot the kernel after this! Also note that this
  change breaks BSDI BSD/OS compatibility.
  Also increased default NKPT to 17 so that FreeBSD can boot on machines
  with =2GB of RAM. Booting on machines with exactly 4GB requires other
  patches, not included.

Either manually back this out or use 3.1.

---
Chris PiazzaAbbotsford, BC, Canada 
   cpia...@home.net 
finger n...@norn.ca.eu.org for PGP key



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: Testers wanted for SiS 5591 code

1999-02-27 Thread Chris Piazza
On 28-Feb-99 Greg Lehey wrote:
 I've been given some code for recognizing and initializing Sis 5591
 chipsets.  In particular, it solves a recently introduced problem with
 IDE Ultra DMA.  It works fine for me, modulo a couple of puzzling
 messages in the verbose probes, which I'll remove when I've had time
 to study the data sheet.  What I want to do now is to get it looked at
 by as many people as possible before committing it.
 
 If you have a motherboard with this chipset (and no other, not even
 other SiS chipsets), you can pick up
 ftp://ftp.lemis.com/pub/ide_pci.c.  It's based on the current (since
 17 January) version and goes in /sys/pci.  If you do,
 please let me know how it works for you.

Great, I was waiting for this..

Seems to work fine:

Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #77: Sat Feb 27 18:09:34 PST 1999
n...@norn.ca.eu.org:/usr/src/sys/compile/NORN
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 167046751 Hz
CPU: Pentium/P54C (167.05-MHz 586-class CPU)
  Origin = GenuineIntel  Id = 0x52c  Stepping=12
  Features=0x1bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8
real memory  = 67043328 (65472K bytes)
avail memory = 62689280 (61220K bytes)
Preloaded elf kernel kernel at 0xf026c000.
Probing for devices on PCI bus 0:
chip0: Host to PCI bridge (vendor=1039 device=5591) rev 0x02 on pci0.0.0
ide_pci0: SiS 5591 Bus-master IDE Controller rev 0xd0 int a irq 14 on pci0.0.1
chip1: SiS 85c503 rev 0x01 on pci0.1.0
chip2: PCI to PCI bridge (vendor=1039 device=0001) rev 0x00 on pci0.2.0
vga0: ATI Mach64-GT graphics accelerator rev 0x41 on pci0.9.0
es1: AudioPCI ES1370 rev 0x00 int a irq 11 on pci0.10.0
pcm1: using I/O space register mapping at 0xe400
de0: Digital 21041 Ethernet rev 0x21 int a irq 10 on pci0.11.0
de0: SMC 21041 [10Mb/s] pass 2.1
de0: address 00:e0:29:10:af:8a
Probing for devices on PCI bus 1:
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color 16 virtual consoles, flags=0x0
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
ppc0 at 0x378 irq 7 on isa
ppc0: Winbond chipset (NIBBLE-only) in COMPATIBLE mode
plip0: PLIP network interface on ppbus 0
lpt0: generic printer on ppbus 0
lpt0: Interrupt-driven port
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa000a000 on isa
wdc0: unit 0 (wd0): Maxtor 82560 A4  -, DMA, 32-bit
wd0: 2442MB (5001696 sectors), 4962 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): FUJITSU MPC3102AT  E, DMA, 32-bit
wd1: 9765MB (2536 sectors), 19841 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): FX120T/b03, removable, intr, dma, iordis
acd0: drive speed 2066KB/sec, 256KB cache
acd0: supported read types: CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked
vga0 at 0x3b0-0x3df maddr 0xa msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
de0: enabling 10baseT port
Intel Pentium detected, installing workaround for F00F bug
IP packet filtering initialized, divert disabled, rule-based forwarding disabled
, default to accept, logging limited to 100 packets/entry
de0 XXX: driver didn't set ifq_maxlen
changing root device to wd1s1a
ffs_mountfs: superblock updated for soft updates
ffs_mountfs: superblock updated for soft updates
ffs_mountfs: superblock updated for soft updates

n...@norn (~) dd if=/dev/zero of=testfile bs=32k count=1000
1000+0 records in
1000+0 records out
32768000 bytes transferred in 2.315757 secs (14150016 bytes/sec)



---
Chris Piazza   Abbotsford, BC, Canada
cpia...@home.net
finger n...@norn.ca.eu.org for PGP key


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message