Re: /bin/sh fd 12

2021-09-13 Thread Michael van Elst
jscha...@netmeister.org (Jan Schaumann) writes: >Hello, >$ ls -li /proc/$$/fd/ >total 0 > 5 crw--w 1 jschauma tty5, 1 Sep 14 02:47 0 > 5 crw--w 1 jschauma tty5, 1 Sep 14 02:47 1 >1090579 crw-rw-rw- 1 root wheel 1, 0 Sep 14 02:19 12 > 5 crw--w 1 jscha

Re: can' seem to mount a usb memory stick

2021-09-13 Thread Martin Husemann
On Tue, Sep 14, 2021 at 12:05:38PM +0900, Henry wrote: > Hi and TIA for help, > > When I plugged the usb stick in, it seemed to be recognized correctly > as sd0. I tried to mount it with: > # mount -t msdos /dev/sd0a /mnt > but got the error: > mount_msdos: /dev/sd0a on /mnt: Device not configure

Re: Configuring wsfb using xorg.conf

2021-09-13 Thread Riza Dindir
Hello RVP On Mon, Sep 13, 2021 at 8:09 PM RVP wrote: > > On Mon, 13 Sep 2021, Riza Dindir wrote: > > > What are the default fonts in the kernel. 8x16, and 16x32? > > > > Yes. Those are the only 2 compiled in: > > $ fgrep FONT_ /usr/src/sys/arch/amd64/conf/GENERIC > options FONT_BOLD8x16 >

/bin/sh fd 12

2021-09-13 Thread Jan Schaumann
Hello, I was looking at open file descriptors of /bin/sh under procfs: $ ls -li /proc/$$/fd/ total 0 5 crw--w 1 jschauma tty5, 1 Sep 14 02:47 0 5 crw--w 1 jschauma tty5, 1 Sep 14 02:47 1 1090579 crw-rw-rw- 1 root wheel 1, 0 Sep 14 02:19 12 5 crw--w

can' seem to mount a usb memory stick

2021-09-13 Thread Henry
Hi and TIA for help, When I plugged the usb stick in, it seemed to be recognized correctly as sd0. I tried to mount it with: # mount -t msdos /dev/sd0a /mnt but got the error: mount_msdos: /dev/sd0a on /mnt: Device not configured What am I doing wrong? Henry

Re: Configuring wsfb using xorg.conf

2021-09-13 Thread RVP
On Mon, 13 Sep 2021, Riza Dindir wrote: What are the default fonts in the kernel. 8x16, and 16x32? Yes. Those are the only 2 compiled in: $ fgrep FONT_ /usr/src/sys/arch/amd64/conf/GENERIC options FONT_BOLD8x16 options FONT_BOLD16x32 $ Look in /usr/src/sys/dev/wsfont/files.w

Re: git mirror?

2021-09-13 Thread Christian Groessler
Thanks! Looks good On 9/13/21 5:12 PM, Miko wrote: > is there some semi-official git mirror? Yes; https://github.com/NetBSD/src -- ~miko

Re: Configuring wsfb using xorg.conf

2021-09-13 Thread Riza Dindir
Hello, On Mon, Sep 13, 2021 at 7:08 AM RVP wrote: > > On Mon, 13 Sep 2021, Riza Dindir wrote: > > > When starting up, as soon as it sees the gop (my resolution is > > 1366x768), it switches the resolution. The text output is small. This > > is all good, although the font is small, but ok. Then ch

Re: Configuring wsfb using xorg.conf

2021-09-13 Thread Riza Dindir
Hello, On Mon, Sep 13, 2021 at 6:44 AM Martin Husemann wrote: > > On Mon, Sep 13, 2021 at 07:30:51AM +, Riza Dindir wrote: > > Although this is ok (80x24 row/cols), meaning it is not good looking, > > but can live with that. But I wanted to change that so that it stays > > the same. Looked at

Re: Does a full install include NetBSD and X sources?

2021-09-13 Thread Riza Dindir
Hello On Mon, Sep 13, 2021 at 1:32 PM Greg Troxel wrote: > > > John Nemeth writes: > > > To answer the original poster's question, no a full install > > does not include the sources. On the "Custom Install" menu there > > are check boxes for sources (both base and X); however, most install

Re: git mirror?

2021-09-13 Thread Miko
> is there some semi-official git mirror? Yes; https://github.com/NetBSD/src -- ~miko

git mirror?

2021-09-13 Thread Christian Groessler
Hi, is there some semi-official git mirror? Not that I dislike cvs, I'm using it since over 20 years. But git is so much faster when creating and checking out branches. Even with a local copy of the cvs repo. regards, chris

Re: Does a full install include NetBSD and X sources?

2021-09-13 Thread Riza Dindir
Hello, On Mon, Sep 13, 2021 at 8:19 AM John Nemeth wrote: > > On Sep 13, 2:00, Bob Bernstein wrote: > } On Mon, 13 Sep 2021, Riza Dindir wrote: > } > } > Does a full install include the netbsd sources > } > } Yes, pretty much, sort of. > > Wrong... > > } > as well as the X sources? > } > }

Re: Does a full install include NetBSD and X sources?

2021-09-13 Thread Riza Dindir
Hello, On Mon, Sep 13, 2021 at 6:01 AM Bob Bernstein wrote: > > On Mon, 13 Sep 2021, Riza Dindir wrote: > > > Does a full install include the netbsd sources > > Yes, pretty much, sort of. > > > as well as the X sources? > > No, not so much, sort of. > > But what are you really asking? What is it,

Re: Problem with macbook pro for netbsd

2021-09-13 Thread Greg Troxel
Ken Peng writes: > I tried to install netbsd on the macbook pro following the docs: > https://wiki.netbsd.org/tutorials/how_to_install_netbsd_on_an_apple_macbook_with_core2duo/ > > But some devices didn't work, such as the touchpad. I'm not super surprised. Some things can be made to work, and

Re: Does a full install include NetBSD and X sources?

2021-09-13 Thread Greg Troxel
John Nemeth writes: > To answer the original poster's question, no a full install > does not include the sources. On the "Custom Install" menu there > are check boxes for sources (both base and X); however, most install > media don't include the source sets. You can find the sources for >

Problem with macbook pro for netbsd

2021-09-13 Thread Ken Peng
greetings I tried to install netbsd on the macbook pro following the docs: https://wiki.netbsd.org/tutorials/how_to_install_netbsd_on_an_apple_macbook_with_core2duo/ But some devices didn't work, such as the touchpad. Do you have any suggestions? Thanks

Re: Configuring wsfb using xorg.conf

2021-09-13 Thread RVP
On Mon, 13 Sep 2021, Riza Dindir wrote: When starting up, as soon as it sees the gop (my resolution is 1366x768), it switches the resolution. The text output is small. This is all good, although the font is small, but ok. Then changes to 80x24 resolution (in rows/cols). It does that as soon as i

Re: Does a full install include NetBSD and X sources?

2021-09-13 Thread John Nemeth
On Sep 13, 2:00, Bob Bernstein wrote: } On Mon, 13 Sep 2021, Riza Dindir wrote: } } > Does a full install include the netbsd sources } } Yes, pretty much, sort of. Wrong... } > as well as the X sources? } } No, not so much, sort of. ...and wrong. } But what are you really asking?