Re: VM, resolving names

2014-08-05 Thread Jeremy C. Reed
On Tue, 5 Aug 2014, Christoph Harder wrote: > All servers can be pinged but the drill command just says ";; no packet > returned" for all of them. Maybe try a known working DNS server like @8.8.8.8 (https://developers.google.com/speed/public-dns/) or @84.200.69.80 (https://dns.watch/) using dri

Re: VM, resolving names

2014-08-05 Thread Jeremy C. Reed
On Tue, 5 Aug 2014, Christoph Harder wrote: > The adapter seems to work fine, I can ping various IP's. However when I try to > ping a host by name it doesn't work. > > In the resolv.conf I did enter the following lines: > nameserver 192.168.178.1 > nameserver 217.237.262.51 > nameserver 217.237.1

Re: Package download statistics

2013-06-03 Thread Jeremy C. Reed
On Sun, 2 Jun 2013, John Marino wrote: > Except you can't mix these systems. This is misleading. If pkgsrc does not work when dports is used, then it is a bug and should be fixed. Pkgsrc is designed to work when other software is installed. And if some are already using pkgsrc (with their requ

Re: Having issues using enlightement package on Dragonfly

2012-11-30 Thread Jeremy C. Reed
On Fri, 30 Nov 2012, Mark McNeely wrote: > Hi.  I am hoping that I am sending this to the correct mailing list.  > But, basically I installed Dragonflybsd 3.2.1 and tried building > enlightment from pkgsrc.  Everything seemed to go well.  However, I > can't seem to locate enlightement_start to

Re: Unified BSD?

2012-11-13 Thread Jeremy C. Reed
On Tue, 13 Nov 2012, Julian H. Stacey wrote: > Johnny Billquist wrote: > > And what about 2BSD, BSD 3 and BSD 4 with all their releases? > > (And I assume that there was probably something that in retrospect would > > have been called 1BSD as well...) > No they were sequential from same team, n

Re: adding a packages to pkgsrc for DragonflyBSD only?

2012-11-02 Thread Jeremy C. Reed
On Fri, 2 Nov 2012, B. Estrade wrote: > I would like to add a package to pkgsrc, but the immediate purpose is > specifically to make it available for DragonflyBSD. > > Can I add something to DragonflyBSD's pkgsrc without having to worry > about the upstream, or would I have to get it added up str

Re: /bin/ls vs .dotted files

2012-09-14 Thread Jeremy C. Reed
The ls.c modified by Joy in 1977 included: Aflg = getuid() == 0; ... case 'A': Aflg = !Aflg; continue; See that -A didn't enable/disable but simply toggled the behavior. ... if (dentry.d_ino==0 ||