Re: failure to build Firefox 54

2017-07-18 Thread Gary Duzan
In Message <2b33a67e-722d-a6df-699f-a46735890...@libero.it>, Riccardo Mottola <riccardo.mott...@libero.it>wrote: =>Hi, => =>Gary Duzan wrote: =>> =>Hi, =>> => =>> =>building Firefox fails for me due to undefined symbol. Error below.

Re: failure to build Firefox 54

2017-07-13 Thread Gary Duzan
get a similar symptom from xenkernel4[68]. It looks like cwrappers is overriding -fno-stack-protection, leading to the errors. Gary Duzan =>Thanks - Riccardo => => =>Executing: ../../../../.cwrapper/bin/c++ -std=gnu++11 -I/usr/pkg/include =>-I/usr/include

Re: NetBSD 8.0-BETA hangs at boot at xHCI (so does netbsd-7)

2017-07-06 Thread Gary Duzan
In Message

Re: Problem with httpd and openssl on NetBSD-7.1

2017-05-02 Thread Gary Duzan
ime with apache! You still can use rc.conf, if you'd like. Copy /etc/rc.d/httpd to /etc/rc.d/httpsd (or something like that), and tweak the copy to have a different name, rcvar, and command_args. Then you can specify httpsd=YES in /etc/rc.conf, along with other variables you need for command_args. Gary Duzan

pvmove

2017-02-28 Thread Gary Duzan
, and the xhci functionality in -current doesn't agree with my system. Thanks. Gary Duzan

Re: USB img NetBSD-7.0.1-amd64-install.img does not boot

2016-07-04 Thread Gary Duzan
h USB 2.0 and 3.0 ports. If you are using the 3.0 port, try the 2.0 port. Unfortunately, NetBSD's USB 3.0 support is experimental at best. Good luck... Gary Duzan

Re: NPF single NIC & NAT

2016-06-27 Thread Gary Duzan
g external traffic on a vlan (via a hardware switch) and routing it out on the native interface. Good luck. Gary Duzan

Re: Change default compat_linux path ?

2016-02-25 Thread Gary Duzan
odifies the process to look for executables under the e_path before looking under the real root. Gary Duzan

Re: How to install NetBSD on a USB stick

2016-02-13 Thread Gary Duzan
In Message <20160214054548.070dd115...@xen1.duzan.org>, "Gary Duzan" <g...@duzan.org>wrote: =>In Message <20160214052012.ga...@internode.on.net>, => Brett Lymn <bl...@internode.on.net>wrote: => =>=>On Sun, Feb 14, 2016 at 08:34:37AM +0530,

Re: How to install NetBSD on a USB stick

2016-02-13 Thread Gary Duzan
36002 Jan 3 01:57 set.xserver -r--r--r-- 1 root wheel19264 Jan 3 01:40 special Gary Duzan p.s., Interestingly, it was a bit more difficult to mount the wd0 image than I expected. It has an MBR partition table, but the disklabel on the vnd device I attached

Re: cvs update hangs 'amd' in tstile when 'firefox' is running

2016-02-12 Thread Gary Duzan
have another client on which I was editing an =>email during 'cvs update' and it survived (albeit with the aforementioned =>delay). Just a random thought: maybe mmap a file on the mount? If just the mmap doesn't do it, dirty at least one page and see if that does. Gary Duzan

Re: Support for Intel P3500 PCIe SSD drive

2016-01-28 Thread Gary Duzan
can't be more helpful. Looks like that's an NVMe SSD, which requires an NVMe driver, and I don't believe NetBSD has added one yet. It looks like -current has the PCI id, but that's about it. Gary Duzan

Re: (tutorial) How to use PulseAudio on NetBSD

2015-11-18 Thread Gary Duzan
/pkg/emul/linux32/dev/shm tmpfs rw,-m1777 Gary Duzan

Re: 7.0_RC2 pkg_summary.gz not found

2015-08-01 Thread Gary Duzan
/All = =You should be able to substitute 6.0 for 7.0 and get working packages. 7.0 should be fine, though. Maybe try http: instead of ftp:? Gary Duzan

Re: dhcpcd / IPv6 question

2015-04-07 Thread Gary Duzan
is the IPv6 address of the other end of the tunnel. Gary Duzan

Re: dhcpcd / IPv6 question

2015-04-07 Thread Gary Duzan
have a real IPv6 address yet. ifconfig re0 will most likely show a fe80::7a24:afff:fe3d:6410%re0 link local address, which is generated from your MAC, but nothing else. It looks like your router is IPv6 capable, but isn't actually providing IPv6 service. Gary Duzan

Re: py-usb problems

2015-02-18 Thread Gary Duzan
shows that bsd.c:usb_os_find_devices() is skipping anything that isn't ugen, so any USB devices you have drivers for won't show up. Not terribly helpful, but there it is. Gary Duzan

Re: After device resize in DOM-0, DOM-U disklabel unchanged

2014-10-12 Thread Gary Duzan
. Gary Duzan

Re: xentools42 compilation error

2014-08-24 Thread Gary Duzan
compilation error for 4.2. Is root= a later =feature? man page on my system doesn't show root=. Try putting bootdev=sd0 after console=pc. See the boot(8) man page, and the load command section. Gary Duzan

Re: ixg(4) performances

2014-07-01 Thread Gary Duzan
. Gary Duzan

Re: LD_PRELOAD and mixed architectures

2014-06-22 Thread Gary Duzan
before delegating to the =real exec. Anyone have a less ugly alternative that doesn't require =modifying system files (e.g., adjusting ld.so)? Just a thought, but have you tried putting a 32-bit version of the library under /emul/netbsd32 ? Gary Duzan

Re: [RAIDframe] system hangs while manipulating large files

2014-01-03 Thread Gary Duzan
system mounted with log can not be mounted with async. [...] Gary Duzan

flactag core in realpath(), PR#46618 Pullup?

2013-04-17 Thread Gary Duzan
Is there any chance this fix will be pulled up to the netbsd-6 branch? http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=46618 I'm on 6.1_RC3 and had to hack a patch into pkgsrc to get flactag to work. Thanks. Gary Duzan