Running docker containers with podman (on NetBSD!)

2021-09-04 Thread coypu
Hi all, I added a package to pkgsrc called Podman. It's a tool for running OCI containers, and it has the same command line behaviour as the docker command line argument. There are some selling points for it over docker, but the most important for us is the fact it has a mode where it spawns a

fnaify for FNA-based games

2021-01-24 Thread coypu
Hi all, I've imported openbsd gaming's fnaify and some of the related packages, done by thfr@ and others in OpenBSD. This is a wrapper to help run games using FNA, an accurate, open source rewrite of Microsoft XNA Game Studio 4.0: https://fna-xna.github.io/ With FNA, Mono, and the fnaify

Recovering from broken userland after removing compat80 package

2020-08-13 Thread coypu
Hi all, If you are using this package from pkgsrc-current, and running NetBSD 9.0, please unpack a base tarball before removing the compat80 package. I haven't realized this package replaces base libraries if they already exist, so my addition of libterminfo.so.1 to the package for the benefit

Proposal: removing uyap(4), USB YAP phone firmware loader

2020-04-13 Thread coypu
For some background, I believe this is the device in question: https://www.ebay.com/itm/Yap-USB-Phone-Software-Yap-Time-Your-Alternative-Phone-/264056870659 It was added in 2001, and I believe it's unlikely to be in use today. It's pretty easy for a USB device to impersonate another USB device,

BSDCan meets!

2019-05-14 Thread coypu
Hi netbsd people, I'm going to be at Ottawa for BSDCan on 15-20 May (that's tomorrow). If you are coming and want to join, please reply. (Several other NetBSD'ers are coming, too)

Re: pkgsrc python default version -> 3.7

2019-05-03 Thread coypu
On Fri, May 03, 2019 at 12:48:42PM +0100, Sad Clouds wrote: > On Fri, 3 May 2019 11:32:32 + > co...@sdf.org wrote: > > > On Fri, May 03, 2019 at 12:10:30PM +0100, Sad Clouds wrote: > > > On Fri, 3 May 2019 11:02:49 + > > > co...@sdf.org wrote: > > > > > > > I'm not sure it's a good idea

Re: pkgsrc python default version -> 3.7

2019-05-03 Thread coypu
On Fri, May 03, 2019 at 12:10:30PM +0100, Sad Clouds wrote: > On Fri, 3 May 2019 11:02:49 + > co...@sdf.org wrote: > > > I'm not sure it's a good idea to apply that patch, though. > > fixing util-linux is probably the right thing. > > Solaris seems to have its own libuuid, can python use

Re: pkgsrc python default version -> 3.7

2019-05-03 Thread coypu
I'm not sure it's a good idea to apply that patch, though. fixing util-linux is probably the right thing.

Re: pkgsrc python default version -> 3.7

2019-05-03 Thread coypu
libuuid is a mess. I can't tell how many different variants of the the library exists. we apparently know how to pick up the OS X one as a builtin always, because we will look for uuid_generate on uuid.h. but in this case, it doesn't need uuid_generate...

Re: pkgsrc python default version -> 3.7

2019-05-03 Thread coypu
On Fri, May 03, 2019 at 07:30:54AM +0100, Sad Clouds wrote: > This totally fails on SPARC Solaris 11.3, due to util-linux where > random_get_bytes() conflicts with Solaris own function. Why does Python > depend on all these Linux packages? Not that I care that much about > Python, but it seems you

Re: pkgsrc python default version -> 3.7

2019-04-25 Thread coypu
On Thu, Apr 25, 2019 at 04:43:24PM +0100, Roy Marples wrote: > On 24/04/2019 23:31, co...@sdf.org wrote: > > The default Python version in pkgsrc is now 3.7, in preparation for > > the coming end of life date of Python 2.7 (the previous default) at > > the end of this year. > > Can we punt 3.4,

pkgsrc python default version -> 3.7

2019-04-24 Thread coypu
Hi folks, The default Python version in pkgsrc is now 3.7, in preparation for the coming end of life date of Python 2.7 (the previous default) at the end of this year. This means any package that can be built with Python 3.7 will be built with it, rather than Python 2.7. Packages with no Python

Re: fpr(1), asa(1)

2019-01-05 Thread coypu
POSIX at least seems to say, Issue 6 This utility is marked as part of the FORTRAN Runtime Utilities option. So perhaps that counts as optional now.

fpr(1), asa(1)

2019-01-05 Thread coypu
Hi folks, these programs are relics intended for running old fortran on old machines. fortran carriage-control is no longer a thing as of fortran 2008. netbsd no longer ships other fortran components. I'd like to remove them both. Certainly fpr does not make sense as asa is the more standard

Tip regarding nvidia optimus (dual graphics nvidia/intel) and efiboot

2018-10-07 Thread coypu
(thanks ryoon for a hint) To boot it with graphical acceleration on uefiboot, I need to disable genfb specifically. That is, drop to boot prompt, type > userconf disable genfb > boot you can add this to /boot.cfg too. Otherwise it tries genfb for the nvidia card, and i915 for intel, which

Re: Bitmap fonts

2018-08-29 Thread coypu
All right. I reverted it. All the bitmap fonts we ship are really bad still.

Bitmap fonts

2018-08-18 Thread coypu
Hi, Helvetica is a proprietary font. There is a bitmap-only Helvetica in base. In an attempt to avoid this font, and under the impression bitmap fonts are guaranteed to look bad by design, I made fc-match no longer match bitmap fonts: https://v4.freshbsd.org/commit/netbsd/src/N7XSt9wHfjaVH75A

Re: Some problems moving to new hardware with NetBSD-8/i386

2017-11-19 Thread coypu
On Sun, Nov 19, 2017 at 08:03:48AM -0700, Andy Ruhl wrote: > But now it works fine. Don't know why. There are some problems with -current people are working on, they don't always trigger or for everyone. I think you hit one of them. http://gnats.netbsd.org/52676

Re: NetBSD-8 and graphics cards

2017-11-11 Thread coypu
On Sat, Nov 11, 2017 at 10:07:34AM +, Sad Clouds wrote: > Xorg is too old and I need to build Xorg from pkgsrc? If yes, then I > can definitely try that. No, it should be fine, I wondered if it's an update from 7.0.

Re: package upgrade strategy

2017-09-28 Thread coypu
I suspect this is more fallout from people mis-updating libraries. try manually deleting and adding midori again. I'm hoping it rebuilt the package even though there's no indication to the binary package bits that it changed.

Re: Pulseaudio & browsers - anyone got something ELSE working?

2017-08-14 Thread coypu
On Mon, Aug 14, 2017 at 10:27:34PM +0100, Sad Clouds wrote: > Just out of interest, what is the significance of in-kernel audio mixer > and what is it supposed to do? Without an audio mixer you can only have one output at once to some hardware. if you let multiple things write audio then they

Re: Nouveau for thinkpad t61?

2017-08-01 Thread coypu
On Tue, Aug 01, 2017 at 09:32:50PM +, Björn Johannesson wrote: > Dug up my old Thinkpad T61 to try out netbsd-8 on it. > ... > It has a nVIDIA Quadro NVS 140M. drm kern info: nouveau [ PMC][nouveau0] MSI interrupts enabled nouveau0: interrupting at msi0 vec 0 (nouveau) Is that possible?

Re: Permedia 3 and Xorg (on AXP)

2017-07-21 Thread coypu
Does ddb work? sysctl -w ddb.onpanic=1

Re: Permedia 3 and Xorg (on AXP)

2017-07-21 Thread coypu
On Fri, Jul 21, 2017 at 09:16:24AM +0200, BERTRAND Joël wrote: > I have tested with last -8 kernel and now, I obtain a kernel panic. As > crash isn't supported on alpha, I don't know where system panics. I have > tested a Matroc G450 instead of this Oxygen with the same result. By the way,

Re: Printing to networked printers?

2017-07-20 Thread coypu
On Fri, Jul 21, 2017 at 08:18:32AM +0800, Paul Goyette wrote: > > # For plain-text files: > > printf "\033" || exit 2 > > The magicfilter sends "\033E\033\033(0N" as a prefix, and "\033E" as > suffix - I have no idea what any of this means! :) I tried to use your > prefix but still no output

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
mrg@ found that it jumps to NULL because it doesn't initialize if_stop. I've made it build with the power management code, too. care to try this? http://coypu.sdf.org/rt2860-3.diff

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
On Thu, Jul 20, 2017 at 06:58:05PM +, co...@sdf.org wrote: > Index: rt2860.c Oops, forgot to build test this one! it's commented out because it won't build. I'll try to fix it.

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
This diff makes uaudio claim to support suspend, does it work if you don't drvctl -d uaudio0 with this change? Index: uaudio.c === RCS file: /cvsroot/src/sys/dev/usb/uaudio.c,v retrieving revision 1.154 diff -u -r1.154 uaudio.c ---

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
On Thu, Jul 20, 2017 at 07:34:12PM +0200, Riccardo Mottola wrote: > Hi! > > it does help a lot! > Cool! I'll commit it. > I get a notice (without crash) in dmesg that uaudio doesn't support power > management. > > thus I did the trick... > > drvctl -d uaudio0 > > it detached properly, so I

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
On Tue, Jul 18, 2017 at 08:09:28AM +0530, Mayuresh wrote: > - This may or may not matter: I use user space file system encryption with > incremental backup using cryfs which is not available on NetBSD. (There > is a thread on this on this list.) There are alternatives on NetBSD, but > they

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
On Wed, Jul 19, 2017 at 03:44:05PM +, Chavdar Ivanov wrote: > This is with unmodified GENERIC, so INSECURE should be present - as I said, > the same live USB system works fine with the Quadro 600 card on the > desktop. I know about userconf, but I chose to place several test and spare >

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
Thanks, does this help? (I assume removing the free would work but not be ideal) I think the difference is that firmware_*'s allocator is kmem_alloc which should be kmem_free'd, not regular free. Index: rt2860.c === RCS file:

Re: Permedia 3 and Xorg (on AXP)

2017-07-20 Thread coypu
On Thu, Jul 20, 2017 at 11:31:48AM +0200, BERTRAND Joël wrote: > I build a new kernel with an up to date -8 tree. But I won't reboot this > workstation remotely as shutdown -r doesn't work. System hangs after > "rebooting" and keyboard's led are blinking. Alpha AXP manual says that if we

Re: Permedia 3 and Xorg (on AXP)

2017-07-20 Thread coypu
the internet claims alphas have a console and that 'SHOW AUTO_ACTION' and 'SET AUTO_ACTION RESTART' to change it.

Re: Permedia 3 and Xorg (on AXP)

2017-07-20 Thread coypu
To be completely clear, rebuild a kernel with this diff and try it: Index: GENERIC === RCS file: /cvsroot/src/sys/arch/alpha/conf/GENERIC,v retrieving revision 1.375 diff -u -r1.375 GENERIC --- GENERIC 13 Dec 2016 20:42:16 -

Re: Permedia 3 and Xorg (on AXP)

2017-07-20 Thread coypu
at least /dev/mem accesses are checked by mm_md_physacc which checks mem_clusters.

Re: Can I use NetBSD as a desktop system?

2017-07-20 Thread coypu
On Thu, Jul 20, 2017 at 10:37:14AM +0200, Riccardo Mottola wrote: > Hi, > > co...@sdf.org wrote: > > Even if there is no information ral(4) looks very suspicious in suspend. > > I am looking at the code. > > does drvctl -d ral0 before suspend make it get further? > > Issuing that command, causes

Re: Permedia 3 and Xorg (on AXP)

2017-07-20 Thread coypu
On Thu, Jul 20, 2017 at 09:08:49AM +0200, BERTRAND Joël wrote: > [ 135.853] (WW) checkDevMem: failed to open/mmap /dev/mem (Operation not > permitted) You may need 'options INSECURE' INSECURE allows processes to make raw memory accesses like /dev/mem.

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
Try also with this: # sysctl -w hw.acpi.sleep.vbios=0 I believe it did not get backported. and -8/-current have a separate bug that will prevent your suspend again still not committed.

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
Even if there is no information ral(4) looks very suspicious in suspend. I am looking at the code. does drvctl -d ral0 before suspend make it get further?

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
On Wed, Jul 19, 2017 at 07:21:51PM +0200, Riccardo Mottola wrote: > Hi, > > co...@sdf.org wrote: > > > I have still not got this to work. Can you share your experience or URLs? > > sysctl -w hw.acpi.sleep.state=3 > > this causes a reset on my HP620. FIrst I see the screen getting black with a >

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
Are you building without options INSECURE? (config -x) You can also add 'userconf disable nouveau*' to boot.cfg to achieve the same, without needing a custom kernel.

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
On Tue, Jul 18, 2017 at 08:09:28AM +0530, Mayuresh wrote: > - This is a problem for some, wasn't for me: No chromium browser. I could > make do with firefox. I still use firefox though I use Linux now. There is wip/chromium, it needs a determined person to keep it up to date and get patches

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
On Wed, Jul 19, 2017 at 12:39:58PM +0200, Riccardo Mottola wrote: > I'd also love SD card reader support :) Mine works... might be just a matter of recognizing your device as a valid one

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
I had a very hard time with suspend working originally, but all the fixes for my laptop are in -8 at least. Since my laptop would hard reset on resume, I userconf disabled drivers until I found the offending one, and it was fixed. Things were easier to identify on my desktop - drvctl -d hdaudio0

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
On Wed, Jul 19, 2017 at 04:04:02PM +0530, Mayuresh wrote: > I have still not got this to work. Can you share your experience or URLs? sysctl -w hw.acpi.sleep.state=3

Re: Can I use NetBSD as a desktop system?

2017-07-19 Thread coypu
Sure. Except for my phone, I don't use anything but NetBSD. I've got it on my laptop and desktop. my desktop is an i7-5280k which I use with an nvidia gtx 770, and the (outdated) laptop is a dell inspiron n4030 with many parts replaced. I usually run firefox listening to youtube for music or

Re: NetBSD 7.1 i386 on Virtualbox (fatal breakpoint trap in supervisor mode)

2017-07-16 Thread coypu
On Sun, Jul 16, 2017 at 06:48:46PM +, Valery Ushakov wrote: > Finally found my old mail on the topic: > > http://mail-index.netbsd.org/netbsd-users/2013/06/21/msg013010.html there's vm_guest you can add the hypervisor to to add a quirk in x86_patch

Re: NetBSD 7.1 i386 on Virtualbox (fatal breakpoint trap in supervisor mode)

2017-07-16 Thread coypu
On Sun, Jul 16, 2017 at 08:40:00AM +, co...@sdf.org wrote: > https://www.virtualbox.org/ticket/3947 Never mind, I misread it...

Re: creating a netbsd router

2017-07-15 Thread coypu
I don't know my way around networking, but I suspect agr(4) is the equivalent.

Re: 8.0 BETA: touchpad taps occur while typing

2017-06-14 Thread coypu
On Wed, Jun 14, 2017 at 10:35:17PM +0530, Mayuresh wrote: > On Wed, Jun 14, 2017 at 04:55:09PM +, co...@sdf.org wrote: > > It might be good to mention which driver is used for the mouse. > > Oops, I filed already. Can I add this information to already filed PR? > I saw that you did :-)

Re: 8.0 BETA: touchpad taps occur while typing

2017-06-14 Thread coypu
It might be good to mention which driver is used for the mouse.

Re: 8.0 BETA: touchpad taps occur while typing

2017-06-14 Thread coypu
Hi, You probably want to use X11_TYPE=modular (after cleaning and deleting packages) to get pkgsrc Xorg. Then, run the startx you get from pkgsrc. We have some old versions of drivers but I see that the check to using the new ones is for NetBSD==7. It should be extended to ==8 (NetBSD 6 did not

Re: 8.0 BETA i386: mplayer: text relocations error

2017-06-10 Thread coypu
Hi, on mpv it might nto pick the best audio output method by default. you can choose which to use with e.g. --vo=xv If you have intel graphics, getting vaapi may be good (hardware decoding). I seem to recall the mplayer failure is something in ffmpeg that is i386 specific. I will try to

Re: 8.0 BETA Freezes when configuring run0

2017-06-10 Thread coypu
It's fixed by the opencrypto changes but they were not pulled up to -8. I have seen it too.

Re: NetBSD 7.1 amd64 boot failure on KVM

2017-05-20 Thread coypu
On Sat, May 20, 2017 at 06:06:06PM +0300, Andrei M. wrote: > Hello all, > > I've encountered a problem with running NetBSD 7.1 as guest on > KVM/qemu as experienced previously with 7.0: > > https://mail-index.netbsd.org/netbsd-users/2015/12/31/msg017550.html > > The output is practically the

Re: flash24 on 7.1(amd64)

2017-05-20 Thread coypu
On Sat, May 20, 2017 at 11:51:01AM +0200, r0ller wrote: > Hi Coypu, > > Thanks, thatd be great! However, when I tried it yesterday, the flash > package appeared that in the list of pkgin was not found in the 7.1 repo when > trying to install it:( Where shall I indicate it?

Re: flash24 on 7.1(amd64)

2017-05-19 Thread coypu
On Fri, May 19, 2017 at 04:14:47PM +0200, r0ller wrote: > Hi All, > > Has anyone managed to get flash24 up and running on 7.1? The previous npapi > version of flash (which was flash10 or 11, cant recall) worked for me in > midori which I dared to update to the new flash24 npapi plugin after >

Re: NetBSD-7.1 build.sh failure

2017-05-18 Thread coypu
On Thu, May 18, 2017 at 09:05:24PM +0100, Sad Clouds wrote: > Somebody managed to build NetBSD-7.1, I can see it on ftp server. I guess you have a newer texinfo it is pickingup from PATH. also -7-1 is probably the branch, not the release.

Re: NetBSD-7.1 build.sh failure

2017-05-18 Thread coypu
On Thu, May 18, 2017 at 08:46:45PM +0100, Sad Clouds wrote: > Hi, I'm trying to build 7.1 release, but I'm getting a failure in > tools/gcc/build/gcc > > Any ideas? CVS netbsd-7-1 is the correct tag for NetBSD-7.1 release isn't it? > Similar in pkgsrc

Re: Problems with wsconsole

2017-04-25 Thread coypu
Hi, The higher resolution is from the new graphical acceleration drivers. An immediate quick fix would be to disable them. on x86, you can disable it by dropping to boot prompt and typing userconf disable i915drm* userconf disable radeon* boot and then it would hopefully go back to being a

Re: blacklistd and bpfjit

2017-03-27 Thread coypu
npf attempts to auto load bpfjit, if it receives an error (such as 'permission denied because securelevel=1'), it will report that bpfjit is not loaded and this is a performance problem, even if bpfjit is already loaded. in -8 it will no longer do this.

Re: List of supported chipsets?

2017-03-22 Thread coypu
some hardware advice for stuff currently supported: If wifi, anything supported by iwm is a good choice (desktops come with wifi now). It works really well. Alternatively, ensure it's possible to swap wifi cards for an iwm. I've done this for my laptop and it's fantastic. If you want nvme root,

Re: old i386 3.1 packages or upgrading with KVM

2017-03-14 Thread coypu
I think the only really scary part is updating the kernel. you can (and should) make a copy of your current kernel and switching to a -7 kernel. everything else is much less risky and can be done independently. I haven't used that kind of setup, can you access the bootloader (and select the newer

Re: Installing FF 52 from pkgsrc: "stable" version instead of nightly

2017-03-13 Thread coypu
On Mon, Mar 13, 2017 at 10:24:44AM -0500, J. Lewis Muir wrote: > On 03/11, scole_mail wrote: > > Marco Beishuizen writes: > > > > > > It's on NetBSD/i386 7.0.2. > > > > I guess I've also been having that same issue on i386 for awhile. The > > last stable version that worked for

Re: Installing FF 52 from pkgsrc: "stable" version instead of nightly

2017-03-12 Thread coypu
On Sat, Mar 11, 2017 at 06:19:55PM -0800, scole_mail wrote: > Marco Beishuizen writes: > > > > It's on NetBSD/i386 7.0.2. > > I guess I've also been having that same issue on i386 for awhile. The > last stable version that worked for me was firefox-47.0.1 which was in >

Re: X11 libs linking

2017-03-06 Thread coypu
Build with X11_TYPE=modular or get base Xorg to match your X11_TYPE=native (default value).

Re: hdaudio jack detection

2017-03-06 Thread coypu
When jack detection works, it just works. It works out of the box on my laptop and shows up in dmesg as hdafg:...unsol (which is also referenced in the hdaudio code). So when I plug in my headphones it will play to them and not speakers. Some hardware is worse supported.

Re: boot fails without VGA connected

2017-03-02 Thread coypu
On Thu, Mar 02, 2017 at 10:08:38AM +0100, Niels Dettenbach wrote: > http://daemonforums.org/showthread.php?p=59007 > I've made a request to put the change that likely fixes the problem mentioned in that forum post in -7 too. It is:

Re: Need Raspberry PI Repo back ASAP

2017-03-01 Thread coypu
Just to explain what the exact issue is: raspberrypi-userland installs EGL stuff. So does MesaLib, and apparently this is new. They install files with the same names to the same locations, so they conflict. As for pkgsrc Xorg, it's not necessary to install Xorg as a package. NetBSD comes with a

Re: NetBSD 7.1RC1 panic

2017-01-20 Thread coypu
Hi, I've seen this too, but it was hard to tell the cause. There was a commit made to attempt a fix to the problem, which was not pull up by accident - I've requested to pull it to -7 and -7-0. I'm not sure if it fixes the problem, because it is hard to reproduce and the backtrace gave no

Re: Xorg vs Wayland (and MIR?) - future for NetBSD X ?

2016-12-28 Thread coypu
On Wed, Dec 28, 2016 at 07:04:20PM +, Taylor R Campbell wrote: > Likewise DRM/KMS. We should disable options INSECURE by default on > x86 and make Xorg not be suid root. Obscure systems that still need > it -- e.g., VIA, perhaps, which has no KMS driver -- can use custom > kernel configs. A

Re: Xorg vs Wayland (and MIR?) - future for NetBSD X ?

2016-12-27 Thread coypu
On Wed, Dec 28, 2016 at 02:49:54AM +, David Holland wrote: > Except they apparently don't have it right yet, because the drmkms2 > Xorg binary is still setuid root. > NetBSD is just about the only OS still using xorg as setuid root. Pretty much everyone else did away with it.

Re: APU2 routing speed NetBSD

2016-12-21 Thread coypu
wm(4) had a bunch of work done on it since 7.0, so it's worth trying a newer kernel. I believe most of it will be in 7.1 too. NPF is not used unless you edit some config files, but it shouldn't make a difference on a small workload.

Re: A single-board computer for NetBSD

2016-12-06 Thread coypu
On Tue, Dec 06, 2016 at 08:38:17PM +0100, Martin Cermak wrote: > That works for me, the kernel boots; how about the root > partition? Did you reuse the existing ext2 partition? > Or did you do something else? > NFS -- I was hesitant to wipe the disk, and don't have a screwdriver tiny enough to

Re: A single-board computer for NetBSD

2016-12-06 Thread coypu
I have the same. I did not replace the USB stick, and in the original msdos partition I placed a netbsd.elf32 file in the same name as the linux kernel was (it was 'vmlinux.64' or so). I imagine replicating the partitions will work, but I haven't tried.

Re: Suspend to RAM failes

2016-11-29 Thread coypu
On Tue, Nov 29, 2016 at 04:10:49PM +0100, Carsten Kunze wrote: > acpi0: entering state S3 > Flushing disk caches: 8 done > sd0(umass0:0:0:0): generic HBA error > sd0: cache synchronization failed > fatal page fault in supervisor mode > trap type 6 code 10 rip 0 cs 8 rflags 10282 cr2 0 ilevel 5 rsp

Re: Suspend to RAM failes

2016-11-29 Thread coypu
Hi carsten, In boot menu, you can select prompt and type: userconf disable hdaudio boot To try without hdaudio. I believe it's also possible to try with "drvctl -d hdaudio0", but unsure. I'd guess some of your issues (whether they are this one or not) are from radeon not attaching properly

Re: how to build 32-bit pkgsrc on amd64

2016-11-28 Thread coypu
On Sun, Nov 27, 2016 at 09:36:11PM +0100, r0ller wrote: > Hi All, > > Theres a guide on how to build 32-bit pkgsrc on amd64 ( > https://mail-index.netbsd.org/pkgsrc-users/2008/12/16/msg008887.html ) which > I tried yesterday but with no success. During building bootstrap, I get an > error: >

Re: A single-board computer for NetBSD

2016-11-19 Thread coypu
On Sat, Nov 19, 2016 at 11:56:14AM -0800, Hal Murray wrote: > > co...@sdf.org said: > > There is some bug with rpi's USB causing hangs, so I wouldn't recommend > > heavy use of it right now. > > Is that specific to the rpi? The chip on the rpi? ... > > If it's specific to the chip on the

Re: hack fix for firefox & OSS audio noise

2016-11-09 Thread coypu
I've opted to use fmaxf(-1,fminf(1,f_buffer... instead. it will stay in the valid range and not overflow. I guess I was misusing fmaxf/fminf before.

hack fix for firefox & OSS audio noise

2016-11-07 Thread coypu
Hi, I've had an issue for a long time with firefox & OSS audio (PKG_DEFAULT_OPTIONS="-pulseaudio oss") where it would play some noise in bass-heavy music. other programs using oss did not have this issue - even playing the same sounds. the following fix works for me, although I'm not sure why

Re: Firefox segfaults on NetBSD part #53 (now with reproduction steps)

2016-11-06 Thread coypu
On Mon, Nov 07, 2016 at 06:51:58AM +, co...@sdf.org wrote: > I can reproduce this behaviour fairly reliably now: kill firefox, > restart dbus. start firefox again, try to load anything. > Now I'm sad because I've been trying this repeatedly to confirm it really is reproducible and firefox

Firefox segfaults on NetBSD part #53 (now with reproduction steps)

2016-11-06 Thread coypu
It really may be a dbus issue. I've noticed that when I first start my machine, firefox will be in a loop where opening a link will cause the tab to crash. I can reproduce this behaviour fairly reliably now: kill firefox, restart dbus. start firefox again, try to load anything. opening from

Re: pkg_add not working

2016-10-27 Thread coypu
On Thu, Oct 27, 2016 at 08:51:12PM +0530, Saurav Sachidanand wrote: > I've set my $PKG_PATH to > ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0.1/All > > Every time I run pkg_add git, I get, > > pkg_add: Can't process >

Re: pf -> npf

2016-10-23 Thread coypu
Did you remember sysctl net.inet.ip.forwarding=1 (Also inet6.ip6)?

Re: What are the codes that are responsible for velocity of operation of NetBSD?

2016-10-17 Thread coypu
Do you mean sysctl machdep.est.frequency.target? You can adjust it to operate at a lower clock frequency.

Re: NetBSD on nuc6i5syk

2016-09-19 Thread coypu
Hi, I heard someone has a diff for this already, and might commit it soon.

Re: Phoronix 8-way-BSD-install - NetBSD bombed

2016-09-14 Thread coypu
I feel that for home users, -current may be a good choice. netbsd 7.0 is entirely unusable on much of my hardware. desktop was extra bad. no USB3 means USB keyboard interrupts are lost or something, need to boot with ACPI disabled (disables hyperthreading), cannot install from USB, lack of

Re: Phoronix 8-way-BSD-install - NetBSD bombed

2016-09-13 Thread coypu
No USB3 support on NetBSD-7.0. I had the same. Requires twiddling with BIOS options to even boot the installer. Hopefully 7.1 will have merged by release (planned), -current already does, and it works well.

Re: upgrading an old system

2016-08-15 Thread coypu
Probably less "cool", but I've previously installed to older i386 machines by just putting their hard disks in a newer amd64 machine that could boot from USB. If you are still interested in a more complex setup, several people have install scripts that could help you not miss any steps you might

Re: read/write slow on nvme drive - Supermicro X10DRL-CT

2016-08-10 Thread coypu
On Wed, Aug 03, 2016 at 03:13:43PM -0400, Derrick Lobo wrote: > I have a Supermicro nmve supported hardware X10DRL-CT with a SSD sasa > drive and an intel nvme pcie drive.. both drives are 2tb and I have used > gpt with the latest 7.99 daily build from today > > Using netbsd using dd

Re: Want to buy Notebooks with supported WLAN chip - Recommendations?

2016-08-06 Thread coypu
On Sun, Aug 07, 2016 at 07:53:44AM +0930, Brett Lymn wrote: > On Tue, Aug 02, 2016 at 10:24:13AM +0200, Frank Wille wrote: > > > > I'm looking for a recent Notebook which runs NetBSD. In spent a lot of time > > to find out which drivers are needed for several models, and in nearly all > > cases

Re: suspend trouble

2016-08-06 Thread coypu
So, it turns out that it's not the absence of gpio_activate, but rather, the existence of gpio_resume. my gpio stuff is apparently bound to random explosions, and merely restoring the values on resume is dangerous. commenting out gpio_resume allows me to resume without disabling gpio(4). I'm not

Re: suspend trouble

2016-08-04 Thread coypu
So I've finally had success at repeated suspend with the combination of: 1. no Xorg running (this causes some further issues for now) 2. if I have a drm driver, then sysctl -w hw.acpi.sleep.vbios=0 is needed. if not and using vesa, hw.acpi.sleep.vbios=2 is needed. and most important: 3. disable

suspend trouble

2016-07-17 Thread coypu
Hi, I've been trying to play with suspend on my laptop which has an ATI RV770 (I think ATI Mobility HD5430). Suspend & resume works once (most of the time, if I don't hit other bugs), but not a second time. I've also noted that with pcictl dump I saw some changed values: Before suspend->After

Re: Because nobody wants to develop modern machines all free?

2016-07-14 Thread coypu
On Thu, Jul 14, 2016 at 01:45:00PM -0300, Jorge Luis wrote: > It has come to my attention that in modern machines, the processor, the > memory controller, the pci > bridges, the drive controller; all of them contain non-free blobs. > The boot firmware is a non-free blob, which believes it owns the

Re: dhclient fails for iwn0 when no security

2016-06-29 Thread coypu
On Wed, Jun 29, 2016 at 10:44:55AM -0400, Dan LaBell wrote: > > > > >This might be a case of a network using 40MHz wide channel. I have > >personally experienced the same. it's faster for 802.11n, but it drops > >legacy support for 802.11b/g, which uses 20MHz wide channels. > > > >Unfortunately,

Re: /* folders to be moved into CGD

2016-06-21 Thread coypu
On Fri, Jun 17, 2016 at 10:14:28PM +0300, Cem Kayali wrote: > > Hello! > > I couldn't find any offical resources and would like to ask in this list. > > Could someone please shed light on this issue: Which folders and or files > can be moved into CGD partition? > >

Re: https://nxr.netbsd.org/ memory errors?

2016-06-17 Thread coypu
On Fri, Jun 17, 2016 at 07:50:06PM -0400, scole_m...@gmx.com wrote: > When searching, I'm gettings errors on that site such as: > > There was an error! > > java.lang.OutOfMemoryError: Java heap space > > Java heap space > > Can someone investigate? > > Just out of curiosity, what other

  1   2   >