David Brownlee | 1 Sep 2002 02:02
Picon

Re: Architecture

On Sat, 31 Aug 2002, Broadbent Peter Ray wrote:

> Hi,
>
> I recently downloaded the 1.5.3 ISO's, and the 1.5.3/i386 directories, as
> there is no installation disk (ISO) for 1.5.3. I am also looking to install
> NetBSD on a MIPS based architecture, but I can't seem to find which
> directory will contain the most current MIPS version.

	Which MIPS hardware - there are currently 13 distinct MIPS
	NetBSD ports: http://www.netbsd.org/Ports/#ports-by-cpu
--

-- 
		David/absolute          -- www.netbsd.org: No hype required --

Jeremy C. Reed | 1 Sep 2002 03:22

Re: qmail from pkgsrc

On Sat, 31 Aug 2002, Berndt Josef Wulf wrote:

> > Also, although I don't have sendmail installed on this box, the
> > /usr/sbin/sendmail file also exists, so I'm wondering if it wasn't
> > installed by the pkgsrc.
>
> I never installed qmail and hence may be wrong here but sendmail is,
> AFAIK, part of the NetBSD distribution

/usr/sbin/sendmail is a symlink to mailwrapper(8) which uses
/etc/mailer.conf to choose what sendmail replacement you want (or the
real thing).

Also see the mailer.conf(5) manual.

The mailer.conf can be configured so sendmail really uses
/var/qmail/bin/sendmail. And mailq to use qmail-qstat (even though it has
different format). (It seems like the package should include sample
mailer.conf.)

   Jeremy C. Reed
   http://bsd.reedmedia.net/

Amitai Schlair | 1 Sep 2002 03:31

Re: qmail from pkgsrc

"Jeremy C. Reed" <reed <at> reedmedia.net> wrote:

> (It seems like the package should include sample mailer.conf.)

It does, as of qmail-1.03nb3:

http://mail-index.netbsd.org/pkgsrc-changes/2002/07/28/0008.html

- Amitai

SAR | 1 Sep 2002 05:42
Picon
Favicon

vorbis-tools package broken?

I just tried to install the vorbis-tools 1.0.0.8 package.  I think it's 
broken.

I'm running NetBSD 1.5.2 on x86.  I updated /usr/pkgsrc from CVS less than 
ten minutes ago.

After running "make install" in /usr/pkgsrc/audio/vorbis-tools, I saw the 
following:

===> Registering installation for vorbis-tools-1.0.0.8
pkg_create: can't stat `/usr/pkg/bin/ogg123'
pkg_create: can't stat `/usr/pkg/man/man1/ogg123.1'
pkg_create: can't stat `/usr/pkg/share/doc/vorbis-tools-1.0/ogg123rc-example'

I had a look in /usr/pkgsrc/audio/vorbis-tools/work/vorbis-tools-1.0/ogg123.  
It does not look like anything in this directory was even compiled.  I 
looked at other directories under work/vorbis-tools and I can see the 
results of successful compilations there.

I tried running make in the ogg123 directory, but nothing happened.  I'm 
not good enough with makefiles to debug this one.

Any suggestions on how to proceed?

Thanks.

SAR
sar <at> computer.org

(Continue reading)

Keith Mastin | 1 Sep 2002 10:22
Picon

Re: vorbis-tools package broken?

>I just tried to install the vorbis-tools 1.0.0.8 package.  I think it's 
>broken.
>
>I'm running NetBSD 1.5.2 on x86.  I updated /usr/pkgsrc from CVS less than 
>ten minutes ago.
>
>After running "make install" in /usr/pkgsrc/audio/vorbis-tools, I saw the 
>following:
>
>
>===> Registering installation for vorbis-tools-1.0.0.8
>pkg_create: can't stat `/usr/pkg/bin/ogg123'
>pkg_create: can't stat `/usr/pkg/man/man1/ogg123.1'
>pkg_create: can't stat `/usr/pkg/share/doc/vorbis-tools-1.0/ogg123rc-example'
>
>
>I had a look in /usr/pkgsrc/audio/vorbis-tools/work/vorbis-tools-1.0/ogg123.  
>It does not look like anything in this directory was even compiled.  I 
>looked at other directories under work/vorbis-tools and I can see the 
>results of successful compilations there.
>
>I tried running make in the ogg123 directory, but nothing happened.  I'm 
>not good enough with makefiles to debug this one.
>
>Any suggestions on how to proceed?

First off, read the man page for make. Consider it a must.

I would "make clean" (to clear the make configs you've done already), then 
"make", then "make install" again to see if that works. Get back to us if 
(Continue reading)

joerch | 1 Sep 2002 13:32
Picon

keyboardproblem with netbsd/sparc

hi

maybe i am blind or dump, but i can not find much information
about how to change the keyboardtyp or mapping on netbsd/sparc.

at the i386 port i have the /etc/X11/XF86Config, but i can not
find such thing on my sun.

it is a ss5 with a keyboard5, german type, and i have the
problem, that i can type not really all letters.

i got no | < > ... and i really needed that ;) for my work.

any hints, hacks or information ?

urls and rtfms are welcome.

i like the suns, they are great and goodlooking ;)
btw. a second "problem" is, that if i try to play
an audio cdrom on the sun cdrom, the whole machine
is slowing down and i got a message on the xconsole:

cd0(0:6:0): esp0: timed out [ecb 0xf07b09a0 (flags 0x43, dleft 42, stat 0)]
.....
sd1(esp0:3:0): max sync rate 10.00MB/s
sd0(esp0:1:0): max sync rate 10.00MB/s

sd1 first hd 2.1g
sd0 second hd 9.1g

(Continue reading)

Johan A. van Zanten | 1 Sep 2002 13:39

Re: keyboardproblem with netbsd/sparc


---In message <20020901113242.A180 <at> mayn.de>
>hi
>
>maybe i am blind or dump, but i can not find much information
>about how to change the keyboardtyp or mapping on netbsd/sparc.
>
>at the i386 port i have the /etc/X11/XF86Config, but i can not
>find such thing on my sun.
>
>it is a ss5 with a keyboard5, german type, and i have the
>problem, that i can type not really all letters.
>
>i got no | < > ... and i really needed that ;) for my work.
>
>any hints, hacks or information ?

Is "xmodmap" what you are looking for?  If that does the trick,  then you
may want to get xkeycaps from the x11 package collection. It's a graphical
front end to xmodmap.

>cd0(0:6:0): esp0: timed out [ecb 0xf07b09a0 (flags 0x43, dleft 42, stat 0)]
>.....
>sd1(esp0:3:0): max sync rate 10.00MB/s
>sd0(esp0:1:0): max sync rate 10.00MB/s
>
>sd1 first hd 2.1g
>sd0 second hd 9.1g
>
>the cd0(0:.... is not the complete error, if needed i can 
(Continue reading)

Gan Uesli Starling | 1 Sep 2002 14:27
Picon

Re: vorbis-tools package broken?


On Saturday 31 August 2002 11:42 pm, you wrote:
> I just tried to install the vorbis-tools 1.0.0.8 package.  I think it's
> broken. 
>
> I'm running NetBSD 1.5.2 on x86.  I updated /usr/pkgsrc from CVS less than
> ten minutes ago.

I built vorbis-tools from pkgsrc, but not via CVS. I used
"make fetch-list" instead. It went okay for me. I haven't tried
to use it because of other difficulties to create a sound file
in the first place. But I get this when I check on the package... 

gus: {1} pkg_info vorbis-tools
Information for vorbis-tools-1.0.0.8: 

Comment:
Ogg Vorbis encoder and player 

Requires:
curl>=7.9.1
libao>=0.8.3
libogg>=1.0.0.8
libvorbis>=1.0.0.8
openssl>=0.9.6g
pth>=1.4.0
pth>=1.4.1nb2 

Description:
vorbis-tools contains an Ogg Vorbis command-line encoder,
(Continue reading)

Gan Uesli Starling | 1 Sep 2002 15:27
Picon

Can't adjust mic volume on record...

I gave up trying to configure the i82801BA audio
which is built into the Intel D815EEA2 motherboard.
I bought and installed a SoundBlaster 16 PCI, one
of the oldest and most ubiquitous sound cards on
Earth. It autoconfigures at boot, thus... 

gus: {2} dmesg | grep audio0
audio0 at eap0: full duplex, mmap, independent
audio0 at eap0: full duplex, mmap, independent
gus: {3} 

...and KDE2 can play MP3's through it. But mostly
I wanted to record. I still can not properly record,
even after two days of fiddling. 

First I tried using these: audiorecord, mixctl,
audioctl and audioplay. I had to kill KDE2 though,
so as to avoid an error saying the device was "busy".
My best result after hours of trial and error
was a low-volume and very scratchy playback. 

So I gave up on the CLI stuff and swicthed over to
some X tools: xmix, xwave and KDE Sound Mixer. These
gave low-volume but clear playback. The scratchiness,
at lest, was now gone. 

It is interestinig to note that even tough pkg_info
reports that xwave is at version 2.0, xwave itself
still displays that it is version 0.6. Still, it does
seem to work. So not really a problem there. 
(Continue reading)

Daniel Eggert | 1 Sep 2002 16:39
Picon

Re: Need to create custom boot floppy

On fredag, aug 30, 2002, at 21:46 Europe/Copenhagen, Joe Magee wrote:

> The documentation I've read refers to a file called boot.fs. I found 
> and
> downloaded several of these. My question, basically, is how do I put a
> directory structure on the boot floppy and have that structure put in 
> the
> ramdisk and then have the kernel run there?
>
> I assume that this is, or can be, part of boot.fs, however, I'm not 
> clear on
> how to construct a boot.fs to fit my needs. Please advise where I can 
> find
> this process, or if I should work with something other than boot.fs.

First you configure and build your INSTALL kernel. Then you
	cd src/distrib/≤my_arch>/floppies
	make clean; make
This should get you a ramdisk.fs inside ./ramdisk and actually put this 
ramdisk inside the INSTALL kernel and make your boot floppies. Check 
the structure inside the src/distrib/≤my_arch>/floppies to see how the 
ramdisk filesystem is made.

Daniel


Gmane