Re:

2020-09-15 Thread Zachary Crownover
This may sound crazy, but try reverting
7861d3451557ebf89a4cba963809a2232b65bd54 . If I leave that commit in
all my VMs go unstable and crash, but with it reverted I have
stability again.

On Tue, Sep 15, 2020 at 9:24 AM Matthew Dillon  wrote:
>
> I'm fairly sure whatever is causing it is related to the VM and not the 
> filesystem.  But what, I don't know.  Maybe something related to the storage 
> device implementation on the VM.
>
> -Matt


Re: Firefox can't display any web page

2020-08-31 Thread Zachary Crownover
There was a thread about this recently. Either manually change the config or 
use a plugin but disable the content encoding header and it magically works 
again.

> On Aug 31, 2020, at 09:45, Hung Nguyen Gia  wrote:
> 
> 
> The problem + screenshots on the FreeBSD forums: 
> https://forums.freebsd.org/threads/what-the-heck-happened-with-my-firefox.76730/
> 
> Clarification: this is a problem of Firefox on DragonflyBSD. On FreeBSD, it 
> was suddenly gone by reinstall the system with XFCE instead of MATE but the 
> same procedure doesn't work on DragonflyBSD. The problem still persists.


Re: download verification with md5?

2020-01-02 Thread Zachary Crownover
Sorry, this email wasn’t signed so I’m regarding it as purely trolling. What 
serious security minded person wouldn’t sign their email?

> On Jan 2, 2020, at 11:59, inter.service.intelligence 
>  wrote:
> 
> hey,
> I was thinking about installing dragonflybsd but the download page doesn't 
> show any hashes except md5, which is a joke at this point. Quote 
> "cryptographically broken and unsuitable for further use"
> 
> Is that the approach to security at dragonflybsd? a md5 approach?
> 
> furthermore: there is no https on the http://lists.dragonflybsd.org/ and it 
> handles sensitive information like an email.
> 
> 
> Really not encouraging for security minded users like me.
> 
> Greets
> 
> 


Re: rust 1.39 and errno

2019-12-27 Thread Zachary Crownover
The libc crate on dfly is very hit or miss. We’re a tier III platform for Rust 
which basically means maybe it builds maybe it doesn’t but there’s some code in 
the base to sort of try but commits have no requirement to pass any builds 
against it to be accepted. With that, one point release might build for dfly 
and one point release off might not. Another thing is that what you build and 
what you depend on can have varying version requirements, so any number of 
things potentially pulling in libc could be pulling a different version and 
that version has a decent chance of not building. From my experience that’s 
been the biggest pain point of doing any Rust development on dfly. There is a 
code bounty on www.dragonflybsd.org for getting a consistent working build of 
libc for Rust. I don’t know if more incentive on it would be entice more work, 
but I maintain hope. 

http://www.dragonflybsd.org/docs/developer/Code_Bounties/

> On Dec 27, 2019, at 21:05, Chuck Musser  wrote:
> 
> I attempted to compile Rust 1.39.0 using the bootstrap repo 
> (https://github.com/DragonFlyBSD/rust-bootstrap-dragonfly). Tuxillo is 
> probably already working on this, but I wanted to see if I could understand 
> the process. I didn't get very far.
> 
> After making mods that were pretty obvious (adding checksums, a subdirectory 
> for the new version, etc.), the build failed when compiling the getrandom 
> crate. The error was:
> 
> error[E0432]: unresolved import `libc::__error`
> --> 
> /home/chuck/src/build-1.39/rustc-1.39.0-src/vendor/getrandom/src/util_libc.rs:22:13
> |
> 22 | use libc::__error as errno_location;
> | ^^---^^
> | | |
> | | help: a similar name exists in the module: `ferror`
> | no `__error` in the root
> 
> Support for the error variable is somehow tied up in "thread local storage". 
> I have a vague understanding that every thread has its own copy of the 
> (traditonally global) errno variable, but I don't understand what the 
> implications are for supporting it in Rust. There's a tracking issue in Rust 
> regarding thread local storage, so it's obviously a non-trivial feature. That 
> issue is https://github.com/rust-lang/rust/issues/29594
> 
> There was a commit to the Rust libc a while back that purported to add 
> support for a function called __errno_location() for various OSes, but I 
> think it didn't actually do that for DragonFly. It did add __error, but not 
> __errno_location(). This was back in July and I don't think such a function 
> actually existed. The pull request was 
> https://github.com/rust-lang/libc/pull/1432/.
> 
> More recently, there was a commit to DragonFly itself that did add 
> __errno_location, so presumably the Rust libc could now really use it. That 
> commit was 
> https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/60d311380ff2bf02a87700a0f3e6eb53e6034920
> 
> I'd like to gain a better understanding of how all this stuff works. For 
> starters:
> 
> - The compile failure says that libc::__error does not exist, but the libc 
> included in the source does seem to have it defined. Is it unavailable 
> because thread local storage is disabled?
> 
> - Why does the __errno_location() function need to exist? It must differ 
> somehow from the __error() function.
> 
> - As of right now, __errno_location() may only exist in nightly, so I'm 
> assuming that if Rust's libc glue got updated to reference it, it would only 
> work correctly for dfly nightlies after that point, and any subsequent 
> releases (5.8+). Is that correct?
> 
> - Many prior version of rustc have been successfuly built for DragonFly. Did 
> those have something that avoided the use of errno, or is getrandom a new 
> addition to the build and that's why it's failing?
> 
> Thanks for any insight on this stuff,
> 
> Chuck


Re: Can't connect to IRC

2019-12-13 Thread Zachary Crownover
Some servers on EFnet are less reliable, there is only one server in the 
network that allows SSL connections for IRC. Several list it on the site but 
don’t work at all. The only one that consistently does falls over a fair bit so 
I’ll somewhat often get a lot of noise in irssi about reconnecting attempts to 
it.  I think the network needs more resiliency and better redundancy for SSL 
connections, but frankly, DragonFly BSD is just a user of the network like all 
of us emailing here and have no power in fixing the issue. At least none that 
I’m aware of.

> On Dec 13, 2019, at 05:19, eightbitastronomy 
>  wrote:
> 
> I also have this problem. Thinking it might be related to the client 
> application, I've tried Hexchat and Irssi. With neither can I connect.
> 
> 
> ‐‐‐ Original Message ‐‐‐
>> On Friday, December 13, 2019 9:44 AM, Pierre Abbat 
>>  wrote:
>> 
>> This happens pretty often. I have no trouble with Freenode except that
>> sometimes I get disconnected for no apparent reason, but I can't connect to
>> EFnet for hours on end. The messages look like this:
>> 
>> [04:38] [Info] Trying to connect to irc.paraphysics.net (port 6667) in 10
>> seconds.
>> [04:39] [Info] Looking for server irc.paraphysics.net (port 6667)...
>> [04:39] [Info] Server found, connecting...
>> [04:39] [Info] Negotiating capabilities with server...
>> [04:39] [Error] Connection to server irc.paraphysics.net (port 6667) lost: 
>> The
>> remote host closed the connection.
>> [04:39] [Info] Trying to connect to irc.choopa.net (port 6667) in 10 seconds.
>> [04:39] [Info] Looking for server irc.choopa.net (port 6667)...
>> [04:39] [Info] Server found, connecting...
>> [04:39] [Info] Negotiating capabilities with server...
>> [04:39] [Error] Connection to server irc.choopa.net (port 6667) lost: The
>> remote host closed the connection.
>> [04:39] [Info] Trying to connect to irc.teksavvy.ca (port 6667) in 10 
>> seconds.
>> [04:39] [Info] Looking for server irc.teksavvy.ca (port 6667)...
>> [04:39] [Info] Server found, connecting...
>> [04:39] [Info] Negotiating capabilities with server...
>> [04:39] [Error] Connection to server irc.teksavvy.ca (port 6667) lost: The
>> remote host closed the connection.
>> 
>> Any idea how to fix it?
>> 
>> Pierre
>> 
>> ---
>> 
>> When a barnacle settles down, its brain disintegrates.
>> Já não percebe nada, já não percebe nada.
> 
> 


Re: Computers for cross-platform development

2019-05-24 Thread Zachary Crownover
I double the sentiment for virtualization if your intent is a continuous 
integration system for testing and artifact building. As Justin mentioned, the 
frequency of the runs adjusts the value of VM vs physical. I don’t know if 
Travis CI supports every OS on your list, but it might and you could set up a 
testing framework with it. If it’s open source work it could also be free 
through them and you wouldn’t have to worry about computer costs at all.

> On May 24, 2019, at 9:39 AM, Justin Sherrill  
> wrote:
> 
> Get a single large machine and virtualize each one of the
> environments.  It won't be as fast, but that may not matter if you are
> only building, say, weekly.
> 
> On Thu, May 23, 2019 at 11:45 PM Pierre Abbat
>  wrote:
>> 
>> I'm planning to get several small computers so that I can test my software on
>> several OSes. One will compile binaries for Windows; the others will run
>> OpenBSD, NetBSD, probably FreeBSD, and maybe DragonFly (I already have a
>> DragonFly box, but it's slow compared to my laptop). I'm looking at these:
>> https://www.newegg.com/Barebone-Mini-Computers/Category/ID-3
>> How can I make sure that all the hardware works on all the BSDs?
>> 
>> The reason I say "probably FreeBSD" is that another computer I'm going to get
>> is a Power9 box from Raptor for big-endian testing. I know of two OSes that
>> are big-endian on Power9: Adélie Linux and FreeBSD. However, while it is Tier
>> 1 on Adélie, it is Tier 2 on FreeBSD. So I may or may not set it up as dual-
>> boot.
>> 
>> Pierre
>> --
>> I believe in Yellow when I'm in Sweden and in Black when I'm in Wales.
>> 
>> 
>> 


Re: What programming languages ​​and operating systems that will to be used after Jesus to return?

2019-04-14 Thread Zachary Crownover
THE END IS NEAR!

irb(main):001:0> end
SyntaxError: (irb):1: syntax error, unexpected keyword_end
from /usr/local/bin/irb:11:in `'

On Sat, Apr 13, 2019 at 11:48 PM Gabriel Silveira 
wrote:

> I just thought it a little weird or maybe someone playing with others
> beliefs.
>
>
>
> 
>
>
>-
> *https://www.youtube.com/user/tocadotux
> *
>-
> *http://www.tocadotux.com.br/  *
>- *http://www.tsu.co/tocadotux* 
>- *Caixa de Ferramentas do Unix*
>
>
>
>
> Em dom, 14 de abr de 2019 às 02:45, Siju George 
> escreveu:
>
>>
>>
>> On Sun, Apr 14, 2019 at 5:49 AM Matthew Dillon 
>> wrote:
>>
>>> Presumably the original post was just a spam.  In anycase...
>>>
>>>
>> In any case Abbat's answer was eye opening :-)
>>
>>
>>> -Matt
>>>
>>


Re: Hello, new here, how much activity

2019-02-24 Thread Zachary Crownover
I don’t see the correlation. I don’t know if DragonFly Bluetooth support, but 
the window manager should make no difference in the matter.

> On Feb 24, 2019, at 1:08 PM, Jonathan Engwall 
>  wrote:
> 
> What about bluetooth?
> Does fvwm2 have bluetooth support?
> 
>> On Sat, Feb 16, 2019, 9:42 PM Zachary Crownover 
>>  wrote:
>> Guest additions has not been ported to DragonFly yet. 
>> 
>>> On Feb 16, 2019, at 8:58 PM, Siju George  wrote:
>>> 
>>> Hi Jonathan,
>>> 
>>> As for desktop environmnt I use FVWM2 that comes with dports.
>>> https://github.com/DragonFlyBSD/DPorts/tree/master/x11-wm/fvwm2
>>> It works really well and takes muich less RAM.
>>> 
>>> cheers
>>> 
>>> Siju
>>> 
>>> 
>>>> On Sun, Feb 17, 2019 at 10:04 AM Jonathan Engwall 
>>>>  wrote:
>>>> Hi, I have been enjoying Dragonfly quite a lot. About this list, some
>>>> lists are quite active some less. So a hello to everyone.
>>>> Obviously freebsd has advanced to 12 something... I have been running
>>>> dragonfly as a virtualbox vm. I set up X11. It is not ideal I know, is
>>>> there a way to install guest additions?
>>>> Does anyone have suggestions for a desktop environment-I like xfce
>>>> what about people here?
>>>> Another thought, I installed an mc clone from the pkg lists. It is
>>>> interesting, but i see it has no maintainer. Do you have suggestions
>>>> for a file manager like midnight commander?
>>>> Thanks for any replies.
>>>> Jonathan Engwall


Re: Hello, new here, how much activity

2019-02-16 Thread Zachary Crownover
Guest additions has not been ported to DragonFly yet. 

> On Feb 16, 2019, at 8:58 PM, Siju George  wrote:
> 
> Hi Jonathan,
> 
> As for desktop environmnt I use FVWM2 that comes with dports.
> https://github.com/DragonFlyBSD/DPorts/tree/master/x11-wm/fvwm2
> It works really well and takes muich less RAM.
> 
> cheers
> 
> Siju
> 
> 
>> On Sun, Feb 17, 2019 at 10:04 AM Jonathan Engwall 
>>  wrote:
>> Hi, I have been enjoying Dragonfly quite a lot. About this list, some
>> lists are quite active some less. So a hello to everyone.
>> Obviously freebsd has advanced to 12 something... I have been running
>> dragonfly as a virtualbox vm. I set up X11. It is not ideal I know, is
>> there a way to install guest additions?
>> Does anyone have suggestions for a desktop environment-I like xfce
>> what about people here?
>> Another thought, I installed an mc clone from the pkg lists. It is
>> interesting, but i see it has no maintainer. Do you have suggestions
>> for a file manager like midnight commander?
>> Thanks for any replies.
>> Jonathan Engwall


Re: what firewall to use ? outdated/misguided/whatever documentation ?

2019-02-12 Thread Zachary Crownover
I use pf on DragonFly and it’s probably worth noting that pretty much any 
FreeBSD documentation on pf will hold equally true because of DragonFly getting 
it from FreeBSD. Sephe did a lot of work on it a few years back with Dillon to 
greatly improve performance. In any event, newer pf on OpenBSD has a slightly 
different syntax and FreeBSD and DragonFly both use the old style syntax.

On Feb 12, 2019, at 10:08 AM, karu.pruun  wrote:

 Basically, on OpenBSD, you use PF.  On DFly, you use IPFW.  On FreeBSD, 
 you can choose which style of packet filter you prefer (although I'd 
 recommend not using IPFilter).
>>> 
>>> I'd suggest pf in DragonFly mostly because I've been using it on
>>> DragonFly for years.  Like most things, it depends on what you want to
>>> do.
>> 
>> 
>> Didn't realise DFly had a PF port.  Interesting.
> 
> DragonFly's pf has evolved over time and is also SMP aware, have a
> look at sys/net/pf
> 
> https://github.com/DragonFlyBSD/DragonFlyBSD/commits/e7ab884bd49753f8884eb597d10d6569a08fa0df/sys/net/pf
> 
> I'm using it exclusively.
> 
> Cheers
> 
> Peeter
> 
> --


Re: system crashing with 5.2 and 5.0 but not with 4.8

2018-10-07 Thread Zachary Crownover
you could git bisect on a 5.0 and tell it the last commit from 4.8, was
good to track down the commit that broke it for you.

On Sun, Oct 7, 2018, 04:11  wrote:

> Hallo,
>
> my HP Microserver N40L (Turion2) keeps crashing while or shortly after
> installing
> any 5.x version of DragonFly.
> I reinstalled 4.8 and this is running for several days now.
>
> A memcheck run from a KNOPPIX CD test was successfull.
> KNOPPIX itself was also running for several days.
>
> Below are two ocr-ed screen photographs of these crashes. I do not know
> how to keep that text in a more elegant way.
>
> Now this is kind of a dilemma.
> - hardware ok -> run another OS
> - hardware defect -> renew server, run dfly ...
>
> Hopefully there's a better solution.
>
> Bye,
>  Sascha
>
>
>
> = 1 ==
> | /mnt/boot/kernel/radeonkmsfwTAHITI_rlc.ko copy-ok
>
> panic: Bad link elm 0xff8125709368 prev->next != elm
> cpuid = 1
> Trace beginning at frame 0xff81258d2870
> panic() at panic+0x236 0x805ec136
> panic() at panic+0x236 0x805ec136
> _callout_stop() at _callout_stop+0x3c3 0x80610973
> callout_reset[) at callout_reset+0x96 0x80610bd6
> ehci_interrupt() at ehci_interrupt+0x198 0x821aa3d8
> ithread_handler() at ithread_handler+0x2e9 0x805bal09
> Debugger("panic")
> CPU1 stopping CPUs: 0x0001
> stopped
> Stopped at Debugger+0x7c: movb $0,0xd31929(%rip)
> db> |
> = 1 ==
>
> = 2 ==
> ,-<<< Executing ‘/shin/newfs_hammer -f -L ROoT /dev/serno/2011090623F8.s2d'
> panic: Bad link elm 0xf80125b47368 prev->next != elm
> cpuid = 1
> Trace beginning at frame 0xf80125ccbB870
> panic() at panic+0x236 @x805f8666
> panie() at panic+0x236 0x805f8666
> _callout_stop() at _callout_stop+0x3d3 0x8061d803
> callout_reset() at callout_reset+0x96 0xfff8061d916
> ehci_interrupt() at ehei;interrupt+0x198 0x822973c8
> ithread_handler() at ithread_handler+0x2e9 0x805c5d09
> Debugger("panic")
> CPU1 stopping CPUs: 0x0001
> stopped
> Stopped at Debugger+0x7c: movb $0,0xe67a49(%rip)
> db> |
> = 2 ==
>


Re: Recommend system update

2018-05-09 Thread Zachary Crownover
Can you elaborate on the issue?

On Wed, May 9, 2018, 14:57 Matthew Dillon  wrote:

> Due to a fairly severe privilege escallation bug that was fixed yesterday
> across manby different operating systems, including ours, we recommend that
> you bring your DragonFlyBSD system to the latest release branch or master
> branch depending on your preference.  Both branches are quite stable at the
> current juncture.
>
> -Matt
>


Re: GUI problems on Dragonfly

2018-03-26 Thread Zachary Crownover
Are you on master or a release? Is this using Intel graphics?

On Mon, Mar 26, 2018, 15:37 Ravnengel  wrote:

> Hello fellow DragonFly BSD users,
>
> I am a newbie to DragonFly and have experienced some difficulties with
> setting up a graphical interface.
>
> After having installed the system itself;
> having done the obligatory pkg install xorg (and lumina-desktop);
> having added dbus_enabled="YES" to /etc/rc.conf;
> and doing a trick to start lumina - from a small shell script that contains
> exec xinit /usr/local/bin/start-lumina-desktop
> (this was taken from https://github.com/trueos/lumina/issues/280 )
>
>
> - it worked for a while, but in the last few days, I get into the same
> problem: the system boots up correctly, but starting a GUI ends up in "No
> Signal" on the screen and complete darkness.
>
> What else should I check?
> I see other users experiencing something similar, so I think it might be
> useful to set up a detailed troubleshooting.
>
> Does anyone have any further ideas on how to solve this?
> Thanks in advance!
>
> Sincerely,
>
> A.A. Arman a.k.a. Ravnengel
>
>
>
>


Re: Meltdown and Spectre information update

2018-01-07 Thread Zachary Crownover
Phoronix is about as reliable on benchmarks as a broken watch is on telling
time.

On Jan 7, 2018 2:16 PM, "Hleb Valoshka" <375...@gmail.com> wrote:

On 1/7/18, Matthew Dillon  wrote:

> The Meltdown protection is now stable in the master branch.  A number of
> minor bugs were fixed after the initial commit.  I am looking into
possibly
> getting into -stable but I don't know yet.

Phoronix's benchmarks show quite large performance drop:

https://www.phoronix.com/scan.php?page=article=
dragonfly-bsd-meltdown=2


Re: Segmentation Fault

2017-11-18 Thread Zachary Crownover
I just upgraded one of my systems running latest and reproduced the issue.

On Tue, Nov 7, 2017 at 4:55 AM, Mohammad BadieZadegan 
wrote:

> Yes, I upgraded my Df-BSD 20 minutes ago in whether to resolving my issue
> BUT it did not resolved my issue at all!
>
> On Tue, Nov 7, 2017 at 4:25 PM, Mohammad BadieZadegan  > wrote:
>
>> Yes, I upgraded my Df-BSD 20 minutes ago in whether to resolving my issue
>> BUT it did not resolved my issue at all!
>>
>> On Tue, Nov 7, 2017 at 3:56 PM, Aleksej Lebedev  wrote:
>>
>>> In the original email you mentioned you installed DragonFly BSD 5.0.0,
>>> but your "uname -a" says your kernel is from the development branch.
>>>
>>> Well, it doesn't mean it shouldn't work, but it means at least that your
>>> setup is not exactly as you described.
>>>
>>> I am not sure whether ABI has changed since the 5.0-RELEASE branch or
>>> not. Maybe somebody else will tell you.
>>>
>>> I will try to reproduce your setup this evening using vkernel and see if
>>> I have the same problem.
>>>
>>> --
>>> Aleksej Lebedev
>>>
>>> On 2017-11-07 12:49, Mohammad BadieZadegan wrote:
>>>
>>> # uname -a
>>> DragonFly  5.1-DEVELOPMENT DragonFly v5.1.0.214.g76b0b-DEVELOPMENT #0:
>>> Tue Nov  7 14:47:15 UTC 2017 
>>> root@:/usr/obj/usr/src/DragonFlyBSD/sys/X86_64_GENERIC
>>>  x86_64
>>> # file `which sudo`
>>> /usr/local/bin/sudo: setuid ELF 64-bit LSB executable, x86-64, version 1
>>> (SYSV), dynamically linked, interpreter /libexec/ld-elf.so.2, for DragonFly
>>> 5.0.0, stripped
>>> #
>>>
>>>
>>> On Tue, Nov 7, 2017 at 10:30 AM, Aleksej Lebedev  wrote:
>>>
 On 2017-11-06 12:10, Mohammad BadieZadegan wrote:

 Hi everybody,
> I installed DF-BSD 5.0.0 and then SUDO, But I get Segmentation Fault
> when I run sudo!
> How can I resolve that?


 It will be easier to guess what went wrong if you provide the output of
 the following commands:

 # uname -a
 # file `which sudo`

 --
 Aleksej Lebedev

>>>
>>
>>
>> --
>> [image: http://unixuser.us] 
>>
>
>
>
> --
> [image: http://unixuser.us] 
>


Re: Segmentation Fault

2017-11-06 Thread Zachary Crownover
that's not how sudo works. you are allowed to run specific commands allowed
by your group or user. wheel defaults to being allowed to run anything. if
not allowed you're denied access, not segfault.

On Nov 6, 2017 11:53 AM, "Mohammad BadieZadegan" <mbzade...@gmail.com>
wrote:

> Yes, Ofcourse I set my user to wheel group, Is it issue?
>
> On Mon, Nov 6, 2017 at 11:18 PM Harald Arnesen <har...@skogtun.org> wrote:
>
>> Mohammad BadieZadegan [2017-11-06 20:02]:
>>
>> > I installed it from the main repository.
>> >
>> > On Mon, Nov 6, 2017 at 7:10 PM, Zachary Crownover
>> > <zachary.crowno...@gmail.com <mailto:zachary.crowno...@gmail.com>>
>> wrote:
>> >
>> > What version of sudo?
>> >
>> > On Nov 6, 2017 3:10 AM, "Mohammad BadieZadegan" <
>> mbzade...@gmail.com
>> > <mailto:mbzade...@gmail.com>> wrote:
>> >
>> > Hi everybody,
>> > I installed DF-BSD 5.0.0 and then SUDO, But I get Segmentation
>> > Fault when I run sudo!
>> > How can I resolve that?
>>
>> I remember this from installing DragonFlyBSD on a QEMU VM. I have
>> deleted this VM, so I can't verify what I suggest.
>>
>> Are your user a member of the "wheel" group? I seem to recall that sudo
>> will segfault if not.
>> --
>> Hilsen Harald
>>
> --
> [image: http://unixuser.us] <http://unixuser.us>
>


Re: Segmentation Fault

2017-11-06 Thread Zachary Crownover
What version of sudo?

On Nov 6, 2017 3:10 AM, "Mohammad BadieZadegan"  wrote:

> Hi everybody,
> I installed DF-BSD 5.0.0 and then SUDO, But I get Segmentation Fault when
> I run sudo!
> How can I resolve that?
>


Re: DragonFly 5.0 released!

2017-10-17 Thread Zachary Crownover
By vesa he means vesa

On Oct 17, 2017 10:45 AM, "Carsten Mattner" 
wrote:

> On 10/16/17, Justin Sherrill  wrote:
> > No, I mean the proprietary binary-only driver that NVIDIA supplies.
>
> Sorry, should have quoted just the relevant part. Let's retry.
>
> On 10/16/16, Justin Sherrill  wrote:
>
> > The default vesa driver should perform very well, however.
>
> By "vesa driver" do you mean Nouveau?
>


Re: State of Rust on DragonFly

2017-06-29 Thread Zachary Crownover
That won't happen unless we have an active maintainer for it with Rust that
can get the project to move DragonFly from tier 3 to at least tier 2. I'd
like to take an active role in that though.

On Jun 29, 2017 9:55 AM, "Carsten Mattner"  wrote:

> On Wed, Jun 28, 2017 at 6:49 AM, Michael Neumann 
> wrote:
> > Hi,
> >
> > I am working on getting Rust 1.18.0 into the ports. There was an issue
> > with errors happening in parallel builds triggered by cargo (Rust's
> > package manager also used to build Rust itself). By disabling parallel
> > builds I were able to successfully bootstrap Rust 1.18.0 from 1.17.0.
> >
> > I need to produce dependency-free versions of cargo before I can work on
> > integrating everything into the ports tree.
> >
> > All scripts to bootstrap can be found on [1]. To build Rust 1.18.0, just
> > run "sh build-1.18.0.sh /working/directory/for/build". Because of the
> > version of cargo I am currently using, this might only work if you have
> > the same version of DragonFly (I am working on a statically linked
> > version of cargo).
> >
> > I will keep you updated on the progress. And sorry for the delay. I just
> > found the issue with cargo two days ago. This issue blocked all my
> > further efforts.
>
> Great work Michael!
>
> Please keep it up and ideally get it to the level of FreeBSD so
> that we can just use rustup to have all of the versions and
> toolchains and targets available. That would be a dream.
>


Re: QEMU upstream marked DragonFly BSD as unsupported host systems in 2.9 release

2017-05-20 Thread Zachary Crownover
Yes, running qemu in a dfly system will be unsupported. Running a dfly
instance as a vm on a supported host will be the same.

On May 20, 2017 9:10 PM, "Steve Petrie, P.Eng." 
wrote:

> A DragonFlyBSD Newbie Here,
>
> Thanks to Aaron Lee for posting the interesting news about QEMU and
> DragonFlyBSD.
>
> My business strategy for a new website has DragonFlyBSD running as a guest
> os on a QEMU / KVM virtual machine. I already have a prototype DragonFly
> installation on a VM at ElasticHosts. But I have not touched it in many
> months, due to changed business priorities. Nevertheless, I continue to
> follow this DragonFlyBSD email discussion forum with great interest. And I
> do plan eventually to get back to using DragonFlyBSD on that VM..
>
> * * *
> * * *
>
> Just looking to clarify the implications of the announcement by the QEMU
> folks.
>
> It is my understanding, that:
>
> 1. The announcement that DragonFlyBSD is now an unsupported *host* os for
> QEMU, refers to the ability of DragonFlyBSD to host the QEMU facilities
> that provide VMs.
>
> and
>
> 2. The announcement has nothing to do with running DragonFlyBSD as
> a *guest* os on a QEMU VM hosted on Linux.
>
> Is my understanding correct ?
>
> * * *
> * * *
>
> Thanks in advance for any responses.
>
> Steve
>
> * * *
>
> Steve Petrie, P.Eng.
>
> http://aspetrie.net/
> ITS-ETO Consortium
> Oakville, Ontario, Canada
> (905) 847-3253
> apet...@aspetrie.net
>
> - Original Message -
> *From:* Aaron LI 
> *To:* users@dragonflybsd.org
> *Sent:* Thursday, May 18, 2017 1:31 AM
> *Subject:* QEMU upstream marked DragonFly BSD as unsupported host systems
> in 2.9 release
>
> Hello DFlyers,
>
>
> I just noticed from the Phoronix news [1], that QEMU upstream are dropping
> supports of some host systems in the 2.9 release [2], and DragonFly BSD
> is one of them:
>
> > This release includes changes to the configure script so that it will
> > now report some host operating systems and platforms as "unsupported".
> > These are host setups which we do not have access to and are thus
> > unable to test. They will continue to work in this 2.9 release
> > (though configure will warn you about the unsupported status), but
> > in a future QEMU release we may drop support for those hosts unless
> > somebody volunteers to help us with maintaining them (and can provide
> > build/CI machines).
>
> The list of unsupported host systems are:
> * ia64 (architecture)
> * GNU/kFreeBSD
> * DragonFly BSD
> * NetBSD
> * OpenBSD
> * Solaris
> * AIX
> * Haiku
>
> Note that one of NetBSD developer already volunteered to maintain the
> NetBSD
> support in QEMU.
>
> As far as I known, QEMU may be the only emulator that works well on
> DragonFly
> BSD, therefore, it would be great to have better DFly support in QEMU.
> Somebody interested may have a further look at this.
>
>
> [1] Phoronix: NetBSD Looking to Improve QEMU Support:
> https://phoronix.com/sca
> n.php?page=news_item=QEMU-Better-NetBSD
> [2] QEMU: Warning of unsupported host systems: http://wiki.qemu.org/
> ChangeLog/
> 2.9#Warning_of_unsupported_host_systems
> [3] NetBSD maintainer in the QEMU project: https://blog.netbsd.org/tnf/
> entry/n
> etbsd_maintainer_in_the_qemu
>
>
> Cheers,
> --
> Aly
>
>


Re: [Bug #3032] IPFW3: memory leakage? objcache(xxx): Exhausted!

2017-05-04 Thread Zachary Crownover
Fail2ban integrates pretty seamlessly with pf.

On Thu, May 4, 2017 at 6:43 PM, Aaron LI <aaronly...@outlook.com> wrote:

>
> On Fri, May 05, 2017 at 01:16, Sepherosa Ziehau <sepher...@gmail.com>
> wrote:
>
> > On Thu, May 4, 2017 at 7:44 PM, Aaron LI <aaronly...@outlook.com> wrote:
> >> Dear Bill,
> >>
> >> I'm running into problems with the IPFW3, which seems to cause memory
> >> leakages and lead to the "objcache(xxx): Exhausted!" warning, and
> >> finally the system became unresponsive and need reset.
> >>
> >> On the same VPS with IPFW3 disabled, it runs rather smoothly (already a
> >> week now since last reset); as for my other machine at home, it had very
> >> good uptime (>100 days).
> >>
> >> Therefore, could you please have a look at my bug report #3032 (detailed
> >> as below) when it is convenient for you?  Thanks!
> >>
> >> 
> >>
> >> On the other hand, any other Dflyers ever came across such problems?
> >
> > Since you are not using NAT etc, could you try ipfw?
>
> Hi sephe,
>
> Thanks for the suggestion.  I don't use NAT, and I will try out the
> IPFW, and will report back.
>
> One reason for my choice of IPFW3 over IPFW, is that IPFW3 supports
> *lookup table* which makes it easier to work well with Fail2ban.
>
> On the other hand, I'm also planning to try PF, which I think also
> supports the lookup table feature (??).
>
>
> Cheers,
> --
> Aly
>



-- 
Sincerely,

Zachary Crownover


Re: master users - note NX support may break some ports

2017-04-04 Thread Zachary Crownover
Can this not be put in rc.conf with the recent patch that was done?


On Tue, Apr 4, 2017 at 8:00 PM, <jscottkas...@yahoo.com> wrote:

> qemu is probably another one that will have issues with it.
>
>
>
> On Wednesday, April 5, 2017, 11:02:19 AM GMT+8, Matthew Dillon <
> dil...@backplane.com> wrote:
> For master users, if you have problems with ports seg-faulting on you may
> need to disable the NX support, which you can do with a loader tunable (it
> requires a reboot):
>
> In /boot/loader.conf:
>
> machdep.pmap_nx_enable=0
>
> Will disable NX support.
>
> Currently it appears that ADA programs are having issues.  e.g. 'synth'.
>
> This work will eventually be MFC'd into -release, once we work out the
> issues that pop up.
>
> -Matt
>



-- 
Sincerely,

Zachary Crownover


Re: packagesite.txz: Not Found

2016-07-22 Thread Zachary Crownover
Wait a few days for muscles to build the new set. 4.6 and 4.7 were just
marked so it's the brief phase in between binary builds for the new abi.

On Jul 22, 2016 9:52 AM, "jungle Boogie"  wrote:

> On 22 July 2016 at 09:17, jungle Boogie  wrote:
> > After updating to the lastest Dfly (v4.5.0.1374.g8d327-DEVELOPMENT)
> > via quickworld and quickkernel, pkg reports the following:
>
>
> Solved by setting a env variable: setenv ABI dragonfly:4.6:x86:64
>
> Is this just a work around or something that will need to happen all the
> time?
>
> --
> ---
> inum: 883510009027723
> sip: jungleboo...@sip2sip.info
>


Re: Trouble running KDE or Gnome

2016-06-25 Thread Zachary Crownover
pw groupadd video; pw groupmod video -M youruser

On Sat, Jun 25, 2016 at 5:28 PM, Bernard Mentink <bment...@gmail.com> wrote:

> to add  The instructions are somewhat confusing and in-accurate ..
>
> For example, it tells you in the Xorg setup to add your user to the
> "video" group, but that group does not exist in the standard install .. and
> no mention of how to create it ..
>
>
>
> On Sun, Jun 26, 2016 at 12:24 PM, Bernard Mentink <bment...@gmail.com>
> wrote:
>
>> No, some other ones from the website/handbook ..
>>
>> However, when I follow those instructions and add the missing
>> hald_enable, it is worse ... X just crashes now ...
>>
>> I have never had so many problems getting X/Gnome running on Linux, so am
>> a bit concerned for this platform ...
>>
>> (I also hated the tcsh shell default with no command completion, and it
>> took me awhile to find out how to change it out for zsh)
>>
>>
>>
>>
>> On Sat, Jun 25, 2016 at 7:51 PM, John Marino <dragonfly...@marino.st>
>> wrote:
>>
>>> On 6/25/2016 4:51 AM, Bernard Mentink wrote:
>>>
>>>> HI All,
>>>>
>>>> I am having issues following the rather sparse instructions for getting
>>>> the desktop operational with either Gnome or KDE.
>>>>
>>>
>>> Were you using these instructions?
>>> https://www.freebsd.org/doc/handbook/x11-wm.html
>>>
>>>
>>> ---
>>> This email has been checked for viruses by Avast antivirus software.
>>> https://www.avast.com/antivirus
>>>
>>>
>>
>>
>> --
>>
>> -
>> Life is a sexually transmitted disease with a 100% mortality rate.
>>
>> -
>>
>
>
>
> --
>
> -
> Life is a sexually transmitted disease with a 100% mortality rate.
>
> -
>



-- 
Sincerely,

Zachary Crownover


Re: Valgrind

2016-02-02 Thread Zachary Crownover
It was never fully ported. It's a big task to undertake.
On 2 Feb 2016 06:03, "Pierre Abbat"  wrote:

> I'm developing a program and I just ran it on a data set under DragonFly
> and got quite different output than under Linux, with lots of occurrences
> of "ctrlpt garbage", which looks like a certain function is returning an
> uninitialized variable. I'd like to run it under Valgrind. I ran "pkg sea
> grind", which shows that there is a kcachegrind package (a program to look
> at the output of some of Valgrind's tools), but no package of Valgrind
> itself.
>
> Pierre
>


Re: DragonFly on DigitalOcean

2015-12-11 Thread Zachary Crownover
Vultr works quite well, but you have to submit a support ticket to unblock
SMTP traffic from your system, otherwise mail will just pool up on the
system and you'll see weird things like 50+ concurrent instances of dma
running.

On Fri, Dec 11, 2015 at 12:39 PM, Justin Sherrill <jus...@shiningsilence.com
> wrote:

> If they (or any other provider) offers an "install from ISO" option,
> you can buy one of the other instances and see if you can upload/use
> the DragonFly ISO as an installation media, installed over whatever
> premade operating system is already present.  There's a number of
> people who have been trying that lately at various VPS providers -
> Netcup, Vultr, etc.
>
> On Fri, Dec 11, 2015 at 3:16 PM, Pierre Abbat
> <p...@leaf.dragonflybsd.org> wrote:
> > Several days ago I set up a server on DigitalOcean. They offer several
> Linux
> > distros and FreeBSD, but no other BSD. How hard would it be for them to
> offer
> > DragonFly? They use Bochs for virtualization.
> >
> > Pierre
> > --
> > sei do'anai mi'a djuno puze'e noroi nalselganse srera
> >
>



-- 
Sincerely,

Zachary Crownover


Re: Re: Booting problem

2015-08-18 Thread Zachary Crownover
It would be the killing blow to DragonFlyBSD on any virtual hardware.

On Tue, Aug 18, 2015 at 12:23 PM, nans_nans1 nans_na...@yahoo.de wrote:


 Why not? All big linux distributions drop generation of  ISO images ...

 Von Samsung Mobile gesendet



  Ursprüngliche Nachricht 
 Von: Steve Petrie, P.Eng. apet...@aspetrie.net
 Datum: 18.08.2015 19:57 (GMT+01:00)
 An: users@dragonflybsd.org
 Betreff: Re: Booting problem


 I agree with Stephen Walker and Gennady Proskurin,

 Please don't drop generation of DragonFlyBSD ISO images.

 I am using DragonFlyBSD as a KVM guest os on Elastic Hosts (EH)
 www.elastichosts.com. EH supports custom os install for KVM by means of
 ISO
 image.

 Steve

 * * *

 Steve Petrie, P.Eng.

 ITS-ETO Consortium
 Oakville, Ontario, Canada
 (905) 847-3253
 apet...@aspetrie.net

 - Original Message -
 From: Stephen Welker stephen.wel...@nemostar.com.au
 To: users@dragonflybsd.org
 Sent: Sunday, August 16, 2015 3:13 AM
 Subject: Re: Booting problem


 Hi,

 Please don’t retire ISO generation.

 I only (clean) install production distributions from CD (ISO).


  On 15 Aug 2015, at 1:14 am, Matthew Dillon dil...@backplane.com wrote:
 
  It might be time to retire the ISO generation entirely.
 
  -Matt
 
  On Wed, Aug 12, 2015 at 1:30 PM, Gavin Reade grea...@gmail.com wrote:
  I could not get the iso to work and thinking it was the cheap CDs I
  bought, consigned it to the beer mat pile.  Tried the USB image and it
  worked perfectly.
 
  greadey
 
  On Wed, Aug 12, 2015 at 8:43 PM, nans_na...@yahoo.de wrote:
  Hi,
 
  again: The DragonFly-x86_64-LATEST-ISO.iso won't boot !!!
 
  But: Who cares?


 Stephen Welker.




-- 
Sincerely,

Zachary Crownover


Re: Future big ticket items in Dragonfly?

2015-06-28 Thread Zachary Crownover
Feel free to make a bounty for those on the site. Mention it to a group and
maybe more will commit to it if you're so inclined. It's not a guarantee,
the people here care more about the community and the technology than
money, but I suppose if they were already considering doing any of those
bounties then the money might make them consider prioritizing it, or it
could help bring attention from outsiders. Still, it's a way to persist
your thoughts on the site as well as gauge a relative level of interest
based on how much people are willing to devote to it.
On 28 Jun 2015 09:21, PeerCorps Trust Fund i...@peercorpstrust.org wrote:

 I am a bit late in getting back to the discussion on this, but I see it
 has been lively.

 As far as committing resources for particular itches, if there were some
 sort of a guide as to what it would potentially cost in developer time to
 add a feature, I would be interested in working to fundraise for smaller
 lower level features. I cannot commit code myself, but am definitely
 interested in helping in areas that might also benefit others.

 A few small ticket items that have been of interest for me (and perhaps
 to others) are:

 1) Installer is capable of handling special characters for use in
 passwords;

 2) Installer and console are unicode-aware (like in OpenBSD) so that
 typing in names that have umlauts and accents isn't an issue;

 3) It would be nice if the autoboot_delay=0 setting could be implemented
 in /boot/loader.conf. Earlier this year Matt Dillon commented the following
 pertaining to this: If someone wants to submit code to allow the
 autoboot_delay=0 case, I'll accept it.

 4) I look forward to the multiple copies feature under HAMMER2. But this
 is also a feature that could be useful for users of HAMMER1 systems until
 HAMMER2 is production ready. Is this difficult to do in HAMMER1?

 That would be my shortlist. I think others have already commented on
 bringing in security features from OpenBSD, but I don't think any of those
 are small ticket items.


 On 06/24/2015 02:00 AM, Carsten Mattner wrote:
  On Tue, Jun 23, 2015 at 11:10 PM, patric conant
  mirage.comput...@gmail.com wrote:
 
  I don't mean to rain on anyone's parade, but unless these suggestions
 come
  with some resources, I think we have our answer on the project
 direction,
  and as far as I can tell, Dragonfly is very open and welcoming to
 developers
  with a personal itch to scratch, whatever direction that might want to
 take
  the project, as long as it's not disruptive and inline with overall
 goals,
  but as far as suggestions from the peanut gallery go, I'm pretty sure
 that
  that and $7 US will get you a cup of coffee at Starbucks.
 
  Of course but how is that different from what I just wrote when I said
  whoever does the work decides what gets done? It's obvious and
  to me at least this turned into a call for ideas. It's important to
 collect
  feedback on what users would like to see to get a feel isn't it?
 

 --
 Michael





Re: Future big ticket items in Dragonfly?

2015-06-22 Thread Zachary Crownover
What security measures specifically? What power management that isn't
currently there? I don't know that we need RUMP when we have vkernel, which
to my understanding is the same concept.

On Mon, Jun 22, 2015 at 3:16 AM, Carsten Mattner carstenmatt...@gmail.com
wrote:

 On Sun, Jun 21, 2015 at 6:20 AM, Matthew Dillon dil...@backplane.com
 wrote:
  Whatever people want to bring in.  Graphics will be an ongoing process
 for a
  while.  Hammer2 will eventually be ready to go.  As far is work in
 progress
  goes, those are the two biggest items.
 
  What the future holds after that, I don't know.

 Some ideas:

 Capsicum?
 OpenBSD's security measures?
 RUMP?
 DTrace?
 Power Management enhancements?




-- 
Sincerely,

Zachary Crownover


Re: Aw: AW: Re: Development branch

2015-06-12 Thread Zachary Crownover
You can go from release to master, but you can't go back to release if you
do.
On 12 Jun 2015 17:38, nans_na...@yahoo.de wrote:

 Ok. Thank you all.
 Last question: I run 4.0.4. Is it possible to upgrade to master branch or
 have i to stay in release branch?

 
 Matthias Sund matthias_p...@gmx.net schrieb am Do, 11.6.2015:

  Betreff: Aw: AW: Re: Development branch
  An: nans_na...@yahoo.de
  CC: users@dragonflybsd.org
  Datum: Donnerstag, 11. Juni, 2015 22:51 Uhr


  You may also use the source repo. You should be able to
  check out tagged revision v4.0.5 before you start the
  build:

  'git checkout v4.0.5'.



  In case you want  to follow a release branch, let us
  say 4.0, you can check this revision out with:

  'git checkout DragonFly_RELEASE_4_0' and update
  your local copy as usual with

  'git pull'.




  The master branch really is the devoted to DragonFly
  development and that is you get every developer commit
  whereas the release branches only contain revisions of
  DragonFly releases.




  Gesendet: Donnerstag, 11. Juni 2015 um 17:40
  Uhr

  Von: nans_nans1 nans_na...@yahoo.de

  An: Matthias Sund
  matthias_p...@gmx.net, users@dragonflybsd.org

  Betreff: Aw: AW: Re: Development branch




  Ok. But sorry for my further question: And how can i
  update to 4.0.5 if i running 4.0.4?

  What is here difference?




  Von
  Samsung Mobile gesendet







   Ursprüngliche Nachricht 

  Von: Matthias Sund matthias_p...@gmx.net

  Datum: 11.06.2015 14:37 (GMT+01:00)

  An: nans_na...@yahoo.de

  Betreff: Aw: AW: Re: Development branch







  Hi,



  you need to check out the master branch from DragonFly
  source repo:



  cd /usr; make src-create  make
  src-checkout



  You should have checked out master branch after that.
  You might check that with:



  cd /usr/src; git branch



  which should write * master to the
  terminal.



  To actually upgrade the system, you need to issue the
  following steps with optional steps in paranthesis:



  1. cd /usr/src

  2. (git pull) updates the sources to the latest devel
  version

  3. make buildworld  make buildkernel

  4. make installkernel  make installworld
   make upgrade

  5. reboot



  In step 3, you may use make -j[number of
  available CPU cores] ... to speed up the build
  processes.



  Regards

  Matthias


  Gesendet: Donnerstag, 11. Juni 2015 um 13:49
  Uhr

  Von: nans_nans1 nans_na...@yahoo.de

  An: John Marino
  dragonfly...@marino.st, users@dragonflybsd.org

  Betreff: AW: Re: Development branch


  Thank you. But, please, give me instructions what i
  have to do in detail.






  Von
  Samsung Mobile gesendet







   Ursprüngliche Nachricht 

  Von: John Marino dragonfly...@marino.st

  Datum: 11.06.2015 13:25 (GMT+01:00)

  An: nans_na...@yahoo.de,users@dragonflybsd.org

  Betreff: Re: Development branch





  On 6/11/2015 13:18, nans_na...@yahoo.de wrote:

   Hi

  

   is it possible to stay in development branch for every
  update forever?

  

   If yes, how can i do this?

  





  Build from source and have git set to the master
  branch.  By

  definition, it is always development.  It got changed to
  version 4.3

  (from 4.1) this morning.












Re: Aw: AW: Re: Development branch

2015-06-11 Thread Zachary Crownover
Don't forget make rescue after reboot if it worked. You might also want to
do -j on your make commands and put the number of processors you have.
On 11 Jun 2015 08:43, nans_nans1 nans_na...@yahoo.de wrote:


 Ok. But sorry for my further question: And how can i update to 4.0.5 if i
 running 4.0.4?
 What is here difference?

 Von Samsung Mobile gesendet



  Ursprüngliche Nachricht 
 Von: Matthias Sund matthias_p...@gmx.net
 Datum: 11.06.2015 14:37 (GMT+01:00)
 An: nans_na...@yahoo.de
 Betreff: Aw: AW: Re: Development branch



 Hi,

 you need to check out the master branch from DragonFly source repo:

 cd /usr; make src-create  make src-checkout

 You should have checked out master branch after that. You might check that
 with:

 cd /usr/src; git branch

 which should write * master to the terminal.

 To actually upgrade the system, you need to issue the following steps with
 optional steps in paranthesis:

 1. cd /usr/src
 2. (git pull) updates the sources to the latest devel version
 3. make buildworld  make buildkernel
 4. make installkernel  make installworld  make upgrade
 5. reboot

 In step 3, you may use make -j[number of available CPU cores] ... to
 speed up the build processes.

 Regards
 Matthias
  *Gesendet:* Donnerstag, 11. Juni 2015 um 13:49 Uhr
 *Von:* nans_nans1 nans_na...@yahoo.de
 *An:* John Marino dragonfly...@marino.st, users@dragonflybsd.org
 *Betreff:* AW: Re: Development branch
  Thank you. But, please, give me instructions what i have to do in detail.


  Von Samsung Mobile gesendet



  Ursprüngliche Nachricht 
 Von: John Marino dragonfly...@marino.st
 Datum: 11.06.2015 13:25 (GMT+01:00)
 An: nans_na...@yahoo.de,users@dragonflybsd.org
 Betreff: Re: Development branch


 On 6/11/2015 13:18, nans_na...@yahoo.de wrote:
  Hi
 
  is it possible to stay in development branch for every update forever?
 
  If yes, how can i do this?
 


 Build from source and have git set to the master branch.  By
 definition, it is always development.  It got changed to version 4.3
 (from 4.1) this morning.



Re: vtnet0 error

2015-04-08 Thread Zachary Crownover
What are you using as a hypervisor?

On Wed, Apr 8, 2015 at 6:44 AM, nans_na...@yahoo.de wrote:

 Hi,

 while booting DF i get the following error message:
 vtnet0: error setting host MAC filter table

 What's the problem here and how can i solve this?

 Alex





-- 
Sincerely,

Zachary Crownover


Re: AsRock Vision3D 137D, NVidia GeForce 425 (X server conf)

2015-03-09 Thread Zachary Crownover
 sio0: can't drain, serial port might not exist, disabling
 sio1: can't drain, serial port might not exist, disabling
 ppc0: cannot reserve I/O port range
 hpt27xx: no controller detected.
 CAM: Configuring 4 busses
 CAM: finished configuring all busses
 disk scheduler: set policy of cd0 to noop
 cd0 at ata2 bus 0 target 0 lun 0
 cd0: Slimtype DVD A  DL8ATS XAB2 Removable CD-ROM SCSI-0 device
 cd0: 33.000MB/s transfers
 cd0: Attempt to query device size failed: NOT READY, Medium not present -
 tray open
 uhub4: 8 ports with 8 removable, self powered
 intr 19 on cpu3 at 40001/4 hz, livelocked limit engaged!
 ugen3.3: vendor 0x05e3 at usbus3
 uhub5: vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/77.64, addr 3 on
 usbus3
 uhub0: 6 ports with 6 removable, self powered
 uhub5: 4 ports with 4 removable, self powered
 ugen0.2: vendor 0x8087 at usbus0
 uhub6: vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2 on
 usbus0
 ugen3.4: vendor 0x05e3 at usbus3
 uhub7: vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/77.64, addr 4 on
 usbus3
 uhub6: 6 ports with 6 removable, self powered
 uhub7: 4 ports with 4 removable, self powered
 ugen0.3: Logitech at usbus0
 ukbd0: Logitech USB Receiver, class 0/0, rev 2.00/12.01, addr 3 on usbus0
 kbd2 at ukbd0
 ums0: Logitech USB Receiver, class 0/0, rev 2.00/12.01, addr 3 on usbus0
 ums0: 16 buttons and [XYZT] coordinates ID=2
 uhid0: Logitech USB Receiver, class 0/0, rev 2.00/12.01, addr 3 on usbus0
 ugen3.5: vendor 0x05e3 at usbus3
 uhub8: vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/9.01, addr 5 on
 usbus3
 uhub8: 4 ports with 4 removable, self powered
 no B_DEVMAGIC (bootdev=0)
 ugen3.6: vendor 0x05e3 at usbus3
 uhub9: vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/9.01, addr 6 on
 usbus3
 uhub9: 4 ports with 4 removable, self powered
 ugen3.7: HP at usbus3
 umass0: HP Photosmart B110 series, class 0/0, rev 2.00/1.00, addr 7 on
 usbus3
 disk scheduler: set policy of da8 to noop
 da8 at umass-sim0 bus 0 target 0 lun 0
 da8: HP Photosmart B110 1.00 Removable Direct Access SCSI-5 device
 da8: 40.000MB/s transfers
 da8: Attempt to query device size failed: NOT READY, Medium not present
 Mounting root from hammer:serno/23BBPJN0T.s1d
 HAMMER(ROOT) recovery check seqno=00233441
 HAMMER(ROOT) recovery range 3a56b9d8-3a56b9d8
 HAMMER(ROOT) recovery nexto 3a56b9d8 endseqno=00233442
 HAMMER(ROOT) mounted clean, no recovery needed
 DMA space used: 12416k, remaining available: 16384k
 Mounting devfs
 ugen3.8: vendor 0x05e3 at usbus3
 uhub10: vendor 0x05e3 USB Hub 2.0, class 9/0, rev 2.00/7.02, addr 8 on
 usbus3
 uhub10: 4 ports with 4 removable, self powered
 ugen3.9: Prolific Technology Inc. at usbus3
 ugen3.10: Prolific Technology Inc. at usbus3
 ugen3.11: Logitech at usbus3
 ums1: Logitech USB-PS2 Optical Mouse, class 0/0, rev 2.00/27.30, addr 11
 on usbus3
 ums1: 8 buttons and [XYZT] coordinates ID=0
 ugen3.12: Darfon at usbus3
 ukbd1: Darfon USB Combo Keyboard, class 0/0, rev 1.10/2.02, addr 12 on
 usbus3
 kbd3 at ukbd1
 uhid1: Darfon USB Combo Keyboard, class 0/0, rev 1.10/2.02, addr 12 on
 usbus3
 ulpt0: HP Photosmart B110 series, class 0/0, rev 2.00/1.00, addr 7 on
 usbus3
 ulpt0: using bi-directional mode
 ucom init
 uplcom0: Prolific Technology Inc. USB-Serial Controller, class 0/0, rev
 1.10/3.00, addr 10 on usbus3
 attach tty
 malloc:
 uplcom1: Prolific Technology Inc. USB-Serial Controller, class 0/0, rev
 1.10/3.00, addr 9 on usbus3
 attach tty
 malloc:
 ugen3.11: Logitech at usbus3 (disconnected)
 ums1: at uhub4, port 4, addr 11 (disconnected)
 ums1: detached
 ugen3.12: Darfon at usbus3 (disconnected)
 ukbd1: at uhub4, port 5, addr 12 (disconnected)
 ukbd1: detached
 uhid1: at uhub4, port 5, addr 12 (disconnected)
 uhid1: detached

 If someone can give me a pointer from what I have provided here that would
 be great.
 Thank you for making DragonFly!
 Cheers,
 George




-- 
Sincerely,

Zachary Crownover


Re: Which Firewall?

2014-12-15 Thread Zachary Crownover
For what it's worth, there is a lot of documentation on pf, arguably far
more than there is ipfw due to it's levels of usage. With regard to
pfsense, it gives you an easy to use webui where you don't really have to
know all that much about writing rules or setting anything up, or how to
install and configure the VPN aspects, and lets you use on old FreeBSD
build with patching to that. DragonFly wouldn't provide you with the webui
you're used to, but you would notice better performance.

On Mon, Dec 15, 2014 at 1:04 PM, Jeremy dyr...@gmail.com wrote:

 That's yet another in favor of ipfw.  I think I will try that out.  I may
 even try converting my pfsense box to dragonfly. I learn better when
 applying things to real life situations.

 Thanks all.

 (BTW, that openbsd pf faq link may be too current for the version of pf in
 dragonfly. Just a hunch)

 -Jeremy

 On Mon, Dec 15, 2014 at 3:49 PM, Ed edwar...@gmx.us wrote:

 On Mon, 15 Dec 2014 10:21:01 -0500
 Jeremy dyr...@gmail.com wrote:

  Hi all,
 
  the Dragonfly handbook states pf is the recommended firewall, yet goes
 on
  to say that the included pf is the older pf  that ipfw has features not
  yet available in pf.  Then it goes on to give very detailed instructions
  for ipfw  points pf users to (seemingly) broken link as a manual.
 
  I find this misleading  confusing, as it suggests that ipfw may be a
 more
  sensible way to go, despite stating that pf is recommended.
 
  Could someone kindly rectify my understand here?
 
  Thank you.
 
  -Jeremy

   I think  this is the howto that goes to that missing link?
   http://www.openbsd.org/faq/pf/

   I would suggest to use ipfw because a good howto already exists on
 dragonfly
   website.
   http://www.dragonflybsd.org/docs/newhandbook/Security/#index15h3

 --
 Edward M edwar...@gmx.us



-- 
Sincerely,

Zachary Crownover


Re: ipfw2 for dragonflybsd

2014-11-17 Thread Zachary Crownover
I would say follow in the steps that were taken for the pf code that was
touched recently for SMP support and prevention of locking for you
application of the same into ipfw.

On Sun, Nov 16, 2014 at 10:04 PM, bycn82 byc...@gmail.com wrote:

 Hi ,
 I am re-writing the ipfw for dragonflybsd. and once I cleanup the code, I
 will continue port some useful features like NAT and policy routing.( NAT
 will be the next one)

 And here is a simple wiki page for it,
 http://www.dragonflybsd.org/docs/ipfw2/

 any comment? Sure I need people's help in testing of it. thanks in
 advanced.

 Regards,
 bycn82




-- 
Sincerely,

Zachary Crownover


Re: two crashes

2014-11-07 Thread Zachary Crownover
From my experience, the odd numbers are the current/testing versions, so
with 4.0RC being RELEASE, I'd say 4.1.

On Fri, Nov 7, 2014 at 11:22 AM, Pierre Abbat p...@leaf.dragonflybsd.org
wrote:

 On Friday, November 07, 2014 10:15:59 Matthew Dillon wrote:
  I'm fairly sure that the token release bug has been fixed since
 3.6/3.7.  I
  suggest taking the time to fully upgrade the system (which will also mean
  fully upgrading the installed packages once you've rebooted into an
  upgraded system).

 I upgraded kernel and world and rebooted and ran pkg update. It replied:

 pkg:
 http://mirror-master.dragonflybsd.org/dports/dragonfly:4.2:x86:64/LATEST/digests.txz:
 Not
 Found

 Which version of the packages should I use?

 Pierre
 --
 li fi'u vu'u fi'u fi'u du li pa




-- 
Sincerely,

Zachary Crownover


Re: two crashes

2014-11-07 Thread Zachary Crownover
You're interpolating it in the file, but you can optionally hard code it. I
think the reporting of 4.2 is a bug.

On Fri, Nov 7, 2014 at 11:36 AM, Pierre Abbat p...@leaf.dragonflybsd.org
wrote:

 On Friday, November 07, 2014 11:27:26 Zachary Crownover wrote:
  From my experience, the odd numbers are the current/testing versions, so
  with 4.0RC being RELEASE, I'd say 4.1.

 Where do I change it? It's inside a variable called ABI.

 Pierre
 --
 La sal en el mar es más que en la sangre.
 Le sel dans la mer est plus que dans le sang.





-- 
Sincerely,

Zachary Crownover


Re: two crashes

2014-11-07 Thread Zachary Crownover
 cat /usr/local/etc/pkg/repos/df-latest.conf

# If multiple repositories are enabled, packages are taken in order in which

# the enabled repositories are listed.


Avalon: {

url : http://mirror-master.dragonflybsd.org/dports/${ABI}/LATEST,

mirror_type : NONE,

signature_type : NONE,

pubkey : NONE,

fingerprints : /usr/share/fingerprints,

enabled : yes

}


IRCAM: {

url : http://mirrors.ircam.fr/pub/DragonFlyBSD-dports/${ABI}/LATEST,

enabled : no

}


SchlundTech: {

url : http://dfly.schlundtech.de/dports/${ABI}/LATEST,

enabled : no

}


Wolfpond: {

url : http://pkg.wolfpond.org/${ABI}/LATEST,

enabled : no

}



Change your mirror of choice to use your ABI of choice if you don't want to
use the interpolated value of the ABI variable.

On Fri, Nov 7, 2014 at 11:40 AM, Zachary Crownover 
zachary.crowno...@gmail.com wrote:

 You're interpolating it in the file, but you can optionally hard code it.
 I think the reporting of 4.2 is a bug.

 On Fri, Nov 7, 2014 at 11:36 AM, Pierre Abbat p...@leaf.dragonflybsd.org
 wrote:

 On Friday, November 07, 2014 11:27:26 Zachary Crownover wrote:
  From my experience, the odd numbers are the current/testing versions, so
  with 4.0RC being RELEASE, I'd say 4.1.

 Where do I change it? It's inside a variable called ABI.

 Pierre
 --
 La sal en el mar es más que en la sangre.
 Le sel dans la mer est plus que dans le sang.





 --
 Sincerely,

 Zachary Crownover




-- 
Sincerely,

Zachary Crownover


Re: two crashes

2014-11-06 Thread Zachary Crownover
)() at 0x80139084d 0x80139084d
 (null)() at 0x8017d672c 0x8017d672c
 (null)() at 0x8017d6c6d 0x8017d6c6d
 (null)() at 0x8017d7a34 0x8017d7a34
 (null)() at 0x8017d7bf6 0x8017d7bf6
 (null)() at 0x802504dde 0x802504dde
 (null)() at 0x802d1c66e 0x802d1c66e
 (null)() at 0x802d2370c 0x802d2370c
 (null)() at 0x802d24971 0x802d24971
 (null)() at 0x802c4f0b7 0x802c4f0b7
 (null)() at 0x802d249f7 0x802d249f7
 (null)() at 0x802d1e133 0x802d1e133
 (null)() at 0x802d2370c 0x802d2370c
 (null)() at 0x802d24971 0x802d24971
 (null)() at 0x802d24fd8 0x802d24fd8
 (null)() at 0x802c0f2d2 0x802c0f2d2
 (null)() at 0x8022369eb 0x8022369eb
 (null)() at 0x801a9b192 0x801a9b192
 (null)() at 0x80183fb5a 0x80183fb5a
 (null)() at 0x8018400b6 0x8018400b6
 (null)() at 0x80183c738 0x80183c738
 (null)() at 0x80183e7a7 0x80183e7a7
 (null)() at 0x80183e9e8 0x80183e9e8
 (null)() at 0x8017d592e 0x8017d592e
 (null)() at 0x8017d6206 0x8017d6206
 (null)() at 0x8017d62b8 0x8017d62b8
 (null)() at 0x801390bad 0x801390bad
 (null)() at 0x801390f9e 0x801390f9e
 (null)() at 0x80210d3b2 0x80210d3b2
 (null)() at 0x8020594a3 0x8020594a3
 (null)() at 0x801ff0e93 0x801ff0e93
 (null)() at 0x801ff5106 0x801ff5106
 (null)() at 0x80259c965 0x80259c965
 (null)() at 0x80259cbbb 0x80259cbbb
 (null)() at 0x801ff711e 0x801ff711e
 (null)() at 0x802571a87 0x802571a87
 (null)() at 0x80253698d 0x80253698d
 (null)() at 0x801ff73c7 0x801ff73c7
 (null)() at 0x80259ad33 0x80259ad33
 (null)() at 0x801f7e722 0x801f7e722
 (null)() at 0x8011fe637 0x8011fe637
 (null)() at 0x80259ad33 0x80259ad33
 (null)() at 0x8011fea1c 0x8011fea1c
 kernphys() at 0x403450 0x403450
 kernphys() at 0x403676 0x403676
 boot() called on cpu#0
 Uptime: 7h43m59s
 Physical memory: 4042 MB
 Dumping 1484 MB: 1469 1453 1437 1421 1405 1389 1373 1357 1341 1325 1309
 1293
 1277 1261 1245 1229 1213 1197 1181 1165 1149 1133 1117 1101 1085 1069 1053
 1037 1021 1005 989 973 957 941 925 909 893 877 861 845 829 813 797 781 765
 749
 733 717 701 685 669 653 637 621 605 589 573 557 541 525 509 493 477 461 445
 429 413 397 381 365 349 333 317 301 285 269 253 237 221 205 189 173 157 141
 125 109 93 77 61 45 29 13

 Should I upload the core files and submit a bug report, or should I upgrade
 kernel and world?

 Pierre
 --
 La sal en el mar es más que en la sangre.
 Le sel dans la mer est plus que dans le sang.





-- 
Sincerely,

Zachary Crownover


Re: Resolving a pkg conflict

2014-09-21 Thread Zachary Crownover
Forcefully remove the conflicting packages, then install the other two.
UPDATING should tell you more.
On Sep 21, 2014 11:50 AM, Tim Darby t+df...@timdarby.net wrote:

 What's the best way to resolve this conflict? I want samba4 and git on the
 same machine, but krb5 and heimdal apparently can't coexist and I'm faced
 with these conflicting pkg dependencies:

 samb4 - samba-nsupdate - heimdal
 git - p5-Authen-SASL - p5-GSSAPI - krb5

 In the past, I think I was able to force git to install without krb5, but
 after upgrading to pkg-1.3.7 it seems as if that trick no longer works.
 The way I worked around it was to install p5-GSSAPI from source and remove
 the Makefile.Dragonfly file, which is what was creating the krb5
 dependency. So, I solved my problem but it feels like a hack.

 Tim



New pkgng issues

2014-08-09 Thread Zachary Crownover
 sudo pkg upgrade
Updating repository catalogue
Avalon repository is up-to-date
All repositories are up-to-date
pkg: Repo Avalon needs schema upgrade from 2006 to 2010 but it is opened
readonly
pkg: need to re-create repo Avalon to upgrade schema version
Checking for upgrades: 100%
Checking integrity... done (0 conflicting)

This is after freshly upgrading pkg from 1.2 to 1.3.

Any ideas on how one would upgrade the schema or is that something on the
server end that needs to be done?

-- 
Sincerely,

Zachary Crownover


Re: New pkgng issues

2014-08-09 Thread Zachary Crownover
Running on v3.9.0.407.g694b3e-DEVELOPMENT #299: Fri Aug  8 20:54:13 PDT 2014


 cat /usr/local/etc/pkg/repos/df-latest.conf
# If multiple repositories are enabled, packages are taken in order in which
# the enabled repositories are listed.

Avalon: {
url : pkg+http://mirror-master.dragonflybsd.org/dports/${ABI}/LATEST,
mirror_type : SRV,
signature_type : NONE,
pubkey : NONE,
fingerprints : /usr/share/fingerprints,
enabled : yes
}

IRCAM: {
url : http://mirrors.ircam.fr/pub/DragonFlyBSD-dports/${ABI}/LATEST,
enabled : no
}

SchlundTech: {
url : http://dfly.schlundtech.de/dports/${ABI}/LATEST,
enabled : no
}

Wolfpond: {
url : http://pkg.wolfpond.org/${ABI}/LATEST,
enabled : no
}


On Sat, Aug 9, 2014 at 2:29 AM, John Marino dragonfly...@marino.st wrote:

 On 8/9/2014 11:12, Zachary Crownover wrote:
  sudo pkg upgrade
  Updating repository catalogue
  Avalon repository is up-to-date
  All repositories are up-to-date
  pkg: Repo Avalon needs schema upgrade from 2006 to 2010 but it is opened
  readonly
  pkg: need to re-create repo Avalon to upgrade schema version
  Checking for upgrades: 100%
  Checking integrity... done (0 conflicting)
 
  This is after freshly upgrading pkg from 1.2 to 1.3.
 
  Any ideas on how one would upgrade the schema or is that something on
  the server end that needs to be done?
 

 Which ABI?  3.10 (which I updated last night) or 3.8 (which I haven't
 touched)?




-- 
Sincerely,

Zachary Crownover


Re: NFS and Samba Servers in DragonFlyBSD

2014-08-09 Thread Zachary Crownover
http://www.unixmen.com/how-to-install-samba-in-freebsd-9/

For the most part, following that will get you going for Samba. I think the
service name needs to be changed for rc.conf and the config file might need
to be adjusted slightly, but other than that, it'll get you up and running.
If I recall correctly, it's samba4 instead of samba.


On Sat, Aug 9, 2014 at 2:38 AM, Zachary Crownover 
zachary.crowno...@gmail.com wrote:

 I'm not positive about documentation, I'd have to get back to you a little
 later on that specifically, but I know numerous people use NFS with
 DragonFly and I've personally set up Samba on it.


 On Sat, Aug 9, 2014 at 2:28 AM, Mehmet Erol Sanliturk 
 m.e.sanlit...@gmail.com wrote:


 Dears All ,

 With respect to Documentation about DragonFlyBSD , there is no any
 information about NFS and Samba in DragonFlyBSD .


 Is there any documentation about these issues , or ,
 Is it possible to use NFS and Samba in DragonFlyBSD ? ( If YES , how ?
 ) .


 Thank you very much .

 Mehmet Erol Sanliturk





 --
 Sincerely,

 Zachary Crownover




-- 
Sincerely,

Zachary Crownover


Re: VM, resolving names

2014-08-05 Thread Zachary Crownover
You have no domain or search specified.

domain example.com
search subdomain.example.com
nameserver X.X.X.X
nameserver X.X.X.X


On Tue, Aug 5, 2014 at 11:06 AM, Christoph Harder shadow...@arcor.de
wrote:

 Good evening everybody,

 I did wanted to test drive Dragonfly BSD a bit, but I'm somehow stuck.

 I create a virtual machine with VMware and installed Dragonfly but I can't
 get networking to work properly.
 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.149.205
 Whereas the former one is my router (Fritz!Box 7362 SL) and the later ones
 are the name servers of my provider (if I'm not totally mistaken).

 In the rc.conf I did enter the following network settings:
 hostname=dragonfly(I'm a creative genius)
 ifconfig_em0=inet 192.168.178.202 netmask 255.255.255.0
 defaultrouter=192.168.178.1

 The network is set to bridged mode in the VM settings and my router does
 list the VM as new device.

 Now my router is set to dual stack mode (IPv4/IPv6). At the moment I'm
 using static IP's for IPv4 and dynamic ones (DHCP) for IPv6.
 In the beginning (after installation) there was a line ifconfig_em0=DHCP
 but it didn't work for me (I know horrible error description), so I did
 switch to the static address.

 Now this isn't a high priority, but it would be great if you have any
 hints to where my mistake might be or what I could have probably forgotten.

 Best regards,
 Christoph Harder




-- 
Sincerely,

Zachary Crownover
mobile (310) 487-5573


Re: VM, resolving names

2014-08-05 Thread Zachary Crownover
Also, now that I read the numbers more carefully, the range is 0-255. 262
is not a valid number for that octet. I can't test your internal DNS either.


On Tue, Aug 5, 2014 at 11:30 AM, Jeremy C. Reed r...@reedmedia.net wrote:

 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.149.205
  Whereas the former one is my router (Fritz!Box 7362 SL) and the later
 ones are
  the name servers of my provider (if I'm not totally mistaken).

 You can ping these nameservers?

 Does drill dragonflybsd.org @192.168.178.1 work to provide back an
 answer?  (Try the other two servers too.)




-- 
Sincerely,

Zachary Crownover


Re: pf slows down the network

2014-06-26 Thread Zachary Crownover
Lucky for you we have 4.8
On Jun 25, 2014 11:05 PM, Predrag Punosevac punoseva...@gmail.com wrote:

 Zachary Crownover zachary.crowno...@gmail.com wrote:

  Are you able to post your pf.conf? It could be the way you have it
  configured, because I'm using it in numerous systems and don't see any
  degradation in network performance.
 

 Here it is. I had very hard time recalling pre 4.5 syntax :)

 ext_if=em0

 NoRouteIPs={127.0.0.0/8, 240.0.0.0/4, 0.0.0.0/8, 169.254.0.0/16}
 table bruteforce persist
 table sshguard persist

 tcp_services = {ssh, http, https, submission, 8080}
 udp_services = {domain, ntp}


 set limit states 10
 set block-policy return
 set optimization normal
 set loginterface egress
 set skip on lo

 scrub in all

 # filter rules
 block all
 block quick from bruteforce
 block in quick on egress proto tcp from sshguard \
 to any port ssh label ssh bruteforce

 antispoof quick for { lo }

 block drop in quick from urpf-failed to any
 block in on ! lo0 proto tcp to port 6000:6010

 pass out on $ext_if inet proto tcp from any to any port $tcp_services
 keep state
 pass out on $ext_if inet proto udp from any to any port $udp_services
 pass log on $ext_if inet proto tcp from any to any port ssh \
 flags S/SA keep state \
 (max-src-conn 100, max-src-conn-rate 15/5, \
  overload bruteforce flush global)



 
  On Wed, Jun 25, 2014 at 10:21 PM, Predrag Punosevac 
 punoseva...@gmail.com
  wrote:
 
   I am running
  
   backup1# uname -a
   DragonFly backup1.int.autonlab.org 3.8-RELEASE DragonFly
 v3.8.1-RELEASE
   #16: Mon Jun 16 21:36:15 PDT 2014
   jus...@pkgbox64.dragonflybsd.org:
   /usr/obj/build/home/justin/src/sys/X86_64_GENERIC
   x86_64
  
  
   After enabling PF network really slows down to the point that server is
   unusable. ssh login hangs about a minute.  It looks very similar to
 this
   thread
  
  
 http://serverfault.com/questions/514046/pf-slows-traffic-extremely-down
  
   and as a matter of fact I am using em driver.
  
   Has anybody else noticed this?
  
   Predrag
  
  
 
 
  --
  Sincerely,
 
  Zachary Crownover
  mobile (310) 487-5573



Re: Starting application daemons

2014-06-25 Thread Zachary Crownover
I put things into rc.conf, I don't know if that's bad practice, but that's
what I do. rcstart, rcstop, rcrestart for the daemons. If that doesn't
work, you can try the older way of more directly referencing it.
/usr/local/etc/rc.d/servicename status|start|restart|stop or /etc/rc.d/


On Wed, Jun 25, 2014 at 10:27 PM, Predrag Punosevac punoseva...@gmail.com
wrote:

 What is the correct way to start application daemons on DF? I am trying
 to start sshguard on the boot.

 I added

 sshguard_enable=YES

 into /etc/rc.conf.local.

 Note that I also have rc.conf which doesn't contain any reference to
 ssh_guard.

 I also noticed that Red Hat/ FreeBSD sheme for starting daemons

 service sshguard start

 is not implemented in DF. Can somebody confirm this?

 Predrag




-- 
Sincerely,

Zachary Crownover
mobile (310) 487-5573


Re: pf slows down the network

2014-06-25 Thread Zachary Crownover
Are you able to post your pf.conf? It could be the way you have it
configured, because I'm using it in numerous systems and don't see any
degradation in network performance.


On Wed, Jun 25, 2014 at 10:21 PM, Predrag Punosevac punoseva...@gmail.com
wrote:

 I am running

 backup1# uname -a
 DragonFly backup1.int.autonlab.org 3.8-RELEASE DragonFly v3.8.1-RELEASE
 #16: Mon Jun 16 21:36:15 PDT 2014
 jus...@pkgbox64.dragonflybsd.org:
 /usr/obj/build/home/justin/src/sys/X86_64_GENERIC
 x86_64


 After enabling PF network really slows down to the point that server is
 unusable. ssh login hangs about a minute.  It looks very similar to this
 thread

 http://serverfault.com/questions/514046/pf-slows-traffic-extremely-down

 and as a matter of fact I am using em driver.

 Has anybody else noticed this?

 Predrag




-- 
Sincerely,

Zachary Crownover
mobile (310) 487-5573


Re: New dragonfly installation questions

2014-06-22 Thread Zachary Crownover
No. Reformat will be required.
On Jun 22, 2014 1:58 AM, Cory Smelosky b...@gewt.net wrote:

 Not sure if this is better suited to the HAMMER list or not...but as I'm
 not a filesystem expert lurking on the list wouldn't benefit me too much
 after asking a single question. :(

 Will HAMMER - HAMMER2 without recreation of the...volume be allowed?  I
 need to know as I'm planning a new dragonfly deployment and I'm not gonna
 want to have to poke the provider to attach a KVM again in several months.
 ;)

 Also: can a pfs be directly passed to vkernel or qemu as a block device,
 or do I need to do that file-backed?

 --
 Cory Smelosky
 http://gewt.net Personal stuff
 http://gimme-sympathy.org Projects



Re: 3.8 release plans

2014-05-29 Thread Zachary Crownover
Not that I'm defending an error, but why use UFS when you can use HAMMER?
I'm just curious.


On Thu, May 29, 2014 at 12:24 AM, karu.pruun karu.pr...@gmail.com wrote:

 On Wed, May 28, 2014 at 4:51 PM, Zenny wrote:
  Confirmation that iso works fine in VirtualBox 4.3.8 OSE with ACPI
  disabled. But the img file didn't.
 
  On 5/28/14, Justin Sherrill jus...@shiningsilence.com wrote:
  Hey this boots strangely oh wait it is just this particular version of
  VirtualBox that has the problem has been a reported problem at what
 feels
  like every release for years.  I'm starting to think that if anyone
 reports
  issues in VirtualBox, the first step should always be try a different
  version of VirtualBox, or a different virtual system.


 Point taken, suppose it's a good idea to test on different machines.

 However, now it looks again like a DFly problem. I tested on
 Virtualbox 4.1, 4.2, 4.3 and finally reproduced it on a physical
 machine too. It only concerns installations where all partitions are
 UFS. It does not show for a hammer system (ie root HAMMER and /boot
 UFS).

 I used the partition layout:

 ---
 /  UFS
 swap
 /usr  UFS
 ---

 when booting the system from hdd, the acpi/ehci error shows for DFly
 3.6.x and 3.8.0RC where both are x86_64. So it appeared already in
 3.6.x.

 Peeter

 --




-- 
Sincerely,

Zachary Crownover
mobile (310) 487-5573


Re: 3.8 release plans

2014-05-26 Thread Zachary Crownover
Are you testing the installer because I checked out the new branch and
built it locally. 3.8rc and 3.9 both working fine for me, granted it's been
less than a day so far.
On May 26, 2014 4:53 PM, Justin Sherrill jus...@shiningsilence.com
wrote:

 I tagged 3.8.0RC, for Release Candidate, and there is now a 3.8 branch of
 DragonFly.  I built images of 3.8RC, too, though I did not build GUI
 versions.

 http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-3.8.0RC.img.bz2
 http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-3.8.0RC.iso.bz2

 http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-3.8.0RC.img.bz2

 http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-3.8.0RC.iso.bz2

 Grab there or from your local mirror, which should have it soon.  Please
 test and give feedback.

 If you want to contribute any last-minute fixes, here's the checklist:

 http://bugs.dragonflybsd.org/versions/4

 Assuming there are no surprises, I will aim for a release on June 4th.
  I'll be building the release in the few days before, so treat the
 drop-dead-date for getting into the release as June 2-3.





oversized DMA transfer attempt

2014-05-25 Thread Zachary Crownover
I'm getting this error 609 times / second on 3.6.2 RELEASE.

ata1: FAILURE - oversized DMA transfer attempt 69632  65536
acd0: setting up DMA failed



 sudo grep DMA /var/log/messages | grep 03:00:30 | grep ata1 | wc -l
 609


The error is contant and causing the HAMMER daemon to peg the CPU
intermittently. Any ideas on what might be going on?

-- 
Sincerely,

Zachary Crownover


Re: oversized DMA transfer attempt

2014-05-25 Thread Zachary Crownover
This is in a VM.
On May 25, 2014 6:12 PM, Justin Sherrill jus...@shiningsilence.com
wrote:

 With it being on the ATA bus, to a CD/DVD device - my first hunch is that
 the cable is having trouble.  Just a hunch, though, as I haven't seen it
 before.

 Next guess would be some sort of odd configuration in BIOS for how the
 optical drive is connected?  Unplug it and see if the problem goes away.


 On Sun, May 25, 2014 at 6:26 AM, Zachary Crownover 
 zachary.crowno...@gmail.com wrote:


 I'm getting this error 609 times / second on 3.6.2 RELEASE.

 ata1: FAILURE - oversized DMA transfer attempt 69632  65536
 acd0: setting up DMA failed



  sudo grep DMA /var/log/messages | grep 03:00:30 | grep ata1 | wc -l
  609


 The error is contant and causing the HAMMER daemon to peg the CPU
 intermittently. Any ideas on what might be going on?

 --
 Sincerely,

 Zachary Crownover





Re: dbus library incorrectly set up. issue dbus-uuidgen fixed problem

2014-05-17 Thread Zachary Crownover
Is dbus enabled in your /etc/rc.conf?
On May 17, 2014 5:12 PM, Edward M edwardmarti...@openmailbox.org wrote:

 Hello,

 I installed epiphany from dports and when tried to execute epiphany from
 xterm in twm
 i received the following message and epiphany would not start:

   process 10809: D-bus library appears to be incorrectly set up: failed to
 read machine
   uuid: Failed to open /etc/machine-id: No such file or directory
  See the manual page for dbus-uuidgen to correct the issue:
 D-Bus not compiled with backtrace support so unable to print a
 backtrace

  I executed dbus-uuidgen  /etc/machine-id and I was able to start
 epiphany.
   my question is,  I don't know if I fix the problem correctly or made my
 system open for problems later
  on and if is a bug, where would be correct place to report it: dports or
 dragonfly bug report?

  Best regards
  ed



Re: Linux Emulation

2014-05-13 Thread Zachary Crownover
Will we ever support it in 64 bit?
On May 13, 2014 5:49 AM, Nikolai Lifanov lifa...@mail.lifanov.com wrote:

 On 05/12/14 23:12, Zachary Crownover wrote:
  I can't find our documentation on necessary steps to setup GNU/Linux
  binary emulation. If I want to run a binary compiled for GNU/Linux,
  namely Chrome, do I need to do anything other than kldload linux and
  then running the binary? Are there any special considerations that need
  to be made?
 
  --
  Sincerely,
 
  Zachary Crownover

 Last time I checked, DragonFly only supported 32 bit linux emulation on
 i386 kernels (no linux32 like FreeBSD). First step is to install i386
 DragonFly, hope that nothing is bitrotted, and then install a linux_base
 port. Please correct me if this is no longer true.

 - Nikolai Lifanov




Linux Emulation

2014-05-12 Thread Zachary Crownover
I can't find our documentation on necessary steps to setup GNU/Linux binary
emulation. If I want to run a binary compiled for GNU/Linux, namely Chrome,
do I need to do anything other than kldload linux and then running the
binary? Are there any special considerations that need to be made?

-- 
Sincerely,

Zachary Crownover


Re: pig-bootstrap or pig-bootstrap-force ?

2014-05-06 Thread Zachary Crownover
http://www.dragonflybsd.org/docs/howtos/HowToDPorts

That is the URL John was referencing documenting what you need to do. The
gist of it is this. There are sample files that you need to rename one of
in order to use, then two lines need to be modified slightly as the page
describes.


On Tue, May 6, 2014 at 1:31 AM, John Marino dragonfly...@marino.st wrote:

 On 5/6/2014 10:22, Siju George wrote:
  Hi
 
  I have a fresh installation of 3.6-RELEASE DragonFly v3.6.2-RELEASE
  After make dports-update
  I did a make-dports-bootstrap and I get the following
 
  # make pkg-bootstrap
 
  Error: Bootstrap not neccessary, /usr/local/sbin/pkg already exists
 
 
  But I cannot install packages
 
 
  # pkg install rsync
 
  Updating repository catalogue
 
  No valid repository found.
 
 
  How to fix this?
 

 Are you sure networking is active?
 e.g. does ping avalon.dragonflybsd.org work?

 Your messages look like pkg can't connect to a remote server.
 So check if the /usr/local/etc/pkg/repos configuration file is in place
 too (per HowToDports)
 John





-- 
Sincerely,

Zachary Crownover


Re: pig-bootstrap or pig-bootstrap-force ?

2014-05-06 Thread Zachary Crownover
If the documentation is unclear, please let me know how I can fix it.
On May 6, 2014 2:35 AM, Siju George sgeorge@gmail.com wrote:

 Yes it is working now
 Thanks :-)

 On Tue, May 6, 2014 at 2:56 PM, John Marino dragonfly...@marino.st
 wrote:
  On 5/6/2014 11:03, Siju George wrote:
  On Tue, May 6, 2014 at 2:26 PM, John Marino dragonfly...@marino.st
 wrote:
  Can you keep the replies to users@ instead of private?
  You started the conversation there so it needs to finish there.
  Otherwise nobody knows when it concludes.
  Please read the HowTo.  Almost nobody needs a file at
  /usr/local/etc/pkg.conf (the defaults are good).  You need to look at
  /usr/local/etc/pkg/repos/ per the howto.
  John
 
 
  Sorry I hit reply instead of reply all
 
  I have two files there
 
  dfly-bkpsrv2# cd /usr/local/etc/pkg/repos/
 
  dfly-bkpsrv2# ls
 
  df-latest.conf.sample   df-releases.conf.sample
 
  dfly-bkpsrv2#
 
  Should I remove the .sample from those files and try installing
 packages?
 
  yes, copy df-latest.conf.sample to df-latest.conf
  Apparently the pkg used by release didn't install this automatically, it
  does now.
 
  Remove /usr/local/etc/pkg.conf.
  Almost nobody needs it.  However, if you did need it, you could edit it.
   Just move it out of the way for now.
 
  John



Redmine Spammer

2014-04-27 Thread Zachary Crownover
The user sgeorge.ml is spamming the redmine system making bugs advertising
connecting to him on linkedin. I know that he's a member of the dragonfly
group, but even if he is, a bug report isn't the way to ask someone to join
his linkedin. I don't have any sort of admin priveleges on your redmine
instance, but can someone who does please remove his fake bug reports and
lock/delete his account?

-- 
Sincerely,

Zachary Crownover


Re: zeroconf-ioslave conflicts with kdnssd, pkg

2014-04-26 Thread Zachary Crownover
I don't know where that entry would be, and I think it should be like apt,
something where it says it will delete this package, upgrade that one, and
install this new one for dependencies.
On Apr 26, 2014 2:37 AM, John Marino dragonfly...@marino.st wrote:

 On 4/26/2014 10:56, Zachary Crownover wrote:
  Another case of a package conflict that pkgng is incapable of resolving
  related to updates of KDE packages. Again, the necessary actions is to
  take the confliting packages and sudo pkg delete -f packagename,
  followed by pkg upgrade, again. What's preventing pkgng from
  intelligence on this matter and a sense of dependency/conflict
  resolution? Is this something that aims to be addressed by next release?

 I already said a new solver is coming with pkgng 1.3 (the next release).
  That remains true.

 I don't know which package you are referring to, but if it really did
 require something like that, there would have been an entry in UPDATING
 -- one that doesn't require that but reassigns origins, etc.

 Did you look for an UPDATING entry?

 John



Re: postfix SASL is not compiled in

2014-04-20 Thread Zachary Crownover
You could compile it from dports if you need options not currently compiled
in.
On Apr 20, 2014 11:59 AM, Pierre Abbat p...@leaf.dragonflybsd.org wrote:

 Apr 20 13:50:25 darner postfix/smtp[10622]: warning: smtp_sasl_auth_enable
 is
 true, but SASL support is not compiled in
 Apr 20 13:50:25 darner postfix/smtp[10622]: warning: TLS has been
 selected, but
 TLS support is not compiled in

 I'm on a Hughes satellite connection, and the Hughes mailserver requires
 logging in to send a message. I've had SASL working on leopard, an Ubuntu
 Linux box which is currently four hours away on a Road Runner connection.
 How
 can I get SASL/TLS working on DragonFly, or should I tell darner to forward
 the mail to leopard?

 Pierre
 --
 sei do'anai mi'a djuno puze'e noroi nalselganse srera