On Fri, Feb 16, 2018 at 03:17:28AM +, niya wrote:
> hi
>
> i have installed openbsd 6.2 on a lenovo thinkcentre i5 desktop computer,
>
> the installation completes fine afaics.
>
> i reboot, the dmesg report scrolls up then the screen goes blank,
>
> i can't tell if dmesg completes or stops
Stuart Henderson wrote:
> It can already be monitored to some extent, base snmpd does already
> support a number of things in OPENBSD-PF-MIB, but not queues yet.
Any chance that you share with us how you plot the data you recover with
snmpwalk from those MIBs. I would be most interested in
LibreN
> Not sure what your environment is, but I'm a big fan of sshfs for light
> usage.
>
Zero config and fast enough for light usage, sshfs is pretty cool.
hi
i have installed openbsd 6.2 on a lenovo thinkcentre i5 desktop computer,
the installation completes fine afaics.
i reboot, the dmesg report scrolls up then the screen goes blank,
i can't tell if dmesg completes or stops half way through,
after which the machine doesn't respond to keyboard
On Thu, Feb 15, 2018 at 07:31:07PM -0500, Jiri B wrote:
> On Thu, Feb 15, 2018 at 04:18:33PM -0800, Mike Larkin wrote:
> > On Thu, Feb 15, 2018 at 07:10:26PM -0500, Jiri B wrote:
> > > Is it possible to run 'dummy' based X11 (should be better that Xvfb)[1]
> > > inside
> > > VMM VM?
> > >
> >
>
I have this trivial program that I keep getting a segfault trying to use
event_asr_run(). I have #if 0'd working code to show my progression from
getaddrinfo() to event_asr_run(). It is hopefully something trivial that
I'm overlooking. Anyway I compiled like so:
cc -g -o test test.c -levent
Thu, 15 Feb 2018 17:23:34 + Kaya Saman
> [...]
> just updated now and ran pkg_delete / pkg_install again for pftop /
> pfstat but unfortunately they still come up with the same error.
> [...]
>
Hi Kaya,
Try this process for pftop and see if this makes a difference for you.
Here is the outpu
On Thu, Feb 15, 2018 at 04:18:33PM -0800, Mike Larkin wrote:
> On Thu, Feb 15, 2018 at 07:10:26PM -0500, Jiri B wrote:
> > Is it possible to run 'dummy' based X11 (should be better that Xvfb)[1]
> > inside
> > VMM VM?
> >
>
> what are you trying to accomplish?
A persistent remote display sessio
On Thu, Feb 15, 2018 at 07:10:26PM -0500, Jiri B wrote:
> Is it possible to run 'dummy' based X11 (should be better that Xvfb)[1] inside
> VMM VM?
>
what are you trying to accomplish?
> $ Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile
> ./10.log -config ./xorg.conf :10
Is it possible to run 'dummy' based X11 (should be better that Xvfb)[1] inside
VMM VM?
$ Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile
./10.log -config ./xorg.conf :10
(EE)
Fatal server error:
(EE) xf86OpenConsole: No console driver found
Supported drivers: wsco
On 2018-02-15, Xianwen Chen wrote:
> Dear Carlin and Erling,
> Thank you both!
> Yes, I am using 6.2 with mupdf-1.11p1. Then I shall just wait until next
> release and use Firefox to read the document at the moment.
> Sincerely,
> Xianwen
BTW I've just backported this fix to the 6.2-stable ports
On 2018-02-15, Kaya Saman wrote:
>
>
> On 02/15/2018 01:34 PM, Stuart Henderson wrote:
>> On 2018/02/15 13:27, Kaya Saman wrote:
>>>
>>> On 02/15/2018 12:13 PM, Stuart Henderson wrote:
On 2018-02-15, Kaya Saman wrote:
> does queueing still function with pfstat? As far as I'm aware it sti
On Thu, Feb 15, 2018 at 12:05:31PM -0800, Mike Larkin wrote:
> On Thu, Feb 15, 2018 at 09:50:19AM -0500, Jiri B wrote:
> >
> > Hi,
> >
> > one cannot boot vmm-bios if not having newer hw than Westmere CPU.
> > And booting host kernel for a VM which has FDE does not work, that's clear.
> >
> > Wh
Dear Carlin and Erling,
Thank you both!
Yes, I am using 6.2 with mupdf-1.11p1. Then I shall just wait until next
release and use Firefox to read the document at the moment.
Sincerely,
Xianwen
On Thu, Feb 15, 2018 at 5:13 PM, Erling Westenvik
mailto:erling.westen...@gmail.com>> wrote:
On Fri, Feb
On Thu, Feb 15, 2018 at 09:50:19AM -0500, Jiri B wrote:
>
> Hi,
>
> one cannot boot vmm-bios if not having newer hw than Westmere CPU.
> And booting host kernel for a VM which has FDE does not work, that's clear.
>
> What about a feature to support somehow softraid-crypto (or similar) for
> vmct
On Thu, Feb 15, 2018 at 02:44:57PM -0500, Jiri B wrote:
> Hi,
>
> qemu-nbd[1] is a way to "attach" qcow2 image to a nbd[2] device,
> but we don't have nbd yet. Though Patrick made it working
> for Bitrig[3]. Would it be usable in OpenBSD?
>
> If qemu-nbd is not an option, what are other ways to g
Dear Jim and Tobias,
It worked like charm! Thank you very much for helping me solve the problem!
Sincerely,
Xianwen
On Thu, Feb 15, 2018 at 6:00 PM, Tobias Ulmer
mailto:tobi...@tmux.org>> wrote:
On Wed, Feb 14, 2018 at 07:42:53AM -0700, James Anderson wrote:
> Xianwen,
>
> If you create ~/.conf
Hi,
qemu-nbd[1] is a way to "attach" qcow2 image to a nbd[2] device,
but we don't have nbd yet. Though Patrick made it working
for Bitrig[3]. Would it be usable in OpenBSD?
If qemu-nbd is not an option, what are other ways to get
data from various qemu-supported images (if not running qemu
itself
On Wed, Feb 14, 2018 at 07:42:53AM -0700, James Anderson wrote:
> Xianwen,
>
> If you create ~/.config/user-dirs.dirs with the following lines it will
> prevent Firefox from creating those folders:
>
> XDG_DESKTOP_DIR="$HOME"
> XDG_DOCUMENTS_DIR="$HOME"
> XDG_DOWNLOAD_DIR="$HOME"
Needs to be "$H
On 02/15/18 07:48, Glenn Faustino wrote:
After deleting and installing pfstat it now works, thanks guys!
Feb 15 14:26:37 OpenBSD pkg_delete: Removed pfstat-2.5p1
Feb 15 14:27:02 OpenBSD pkg_add: Added pfstat-2.5p1
$ doas pfstat -q -d /var/db/pfstat.db
$
Regards,
Glenn
Hi,
I'm experiencin
On Fri, Feb 16, 2018 at 05:38:11AM +1300, Carlin Bingham wrote:
> On 16/02/2018 4:28 a.m., Xianwen Chen wrote:
> > mupdf crashes and reports segmentation fault when I try to open a
> > particular PDF file:
> > https://brage.bibsys.no/xmlui/bitstream/handle/11250/2440173/SoL-Rapport-2014-06.pdf?sequ
Hi,
My FTTH home-box provides IKEv2 server support.
I connected my iPhone, via 3G, to it. I can now access my internal
home-LAN. So I know it works.
I want to do the same with an OpenBSD server hosted in "the Cloud" ; in
transport mode as far as I understood the docs.
I've struggled with ipse
On 16/02/2018 4:28 a.m., Xianwen Chen wrote:
Dear OpenBSD users,
mupdf crashes and reports segmentation fault when I try to open a particular PDF
file:
https://brage.bibsys.no/xmlui/bitstream/handle/11250/2440173/SoL-Rapport-2014-06.pdf?sequence=1&isAllowed=y
If you use mupdf too, could you t
Dear OpenBSD users,
mupdf crashes and reports segmentation fault when I try to open a particular
PDF file:
https://brage.bibsys.no/xmlui/bitstream/handle/11250/2440173/SoL-Rapport-2014-06.pdf?sequence=1&isAllowed=y
If you use mupdf too, could you try to open the file and see whether mupdf
cras
Hi misc@,
This enquiry follows after ~15 hours of tinkering with making a system
UEFI-boot.
While EFI is almost totally undocumented in OpenBSD's manual today, one
of the few things that the documentation says is that
"fdisk -igy -b 960 sdN" will format a block device to GPT
partitionioning sche
We used SMB locally: the server was on macos, the clients on macos, windows and
linux. The problem with file permissions on macos had solution in the windows
registry, but windows had a mind of its own and kept changing itself. A robust
solution was to move the server to linux and enforce file p
Hello Tom,
All relevant ports are already open on the clients. This morning all clients
failed to mount the shares. Resetting the software servers solved the problem.
The logs are quiet.
Sent from ProtonMail Mobile
On Wed, Feb 14, 2018 at 19:07, Tom Smyth wrote:
> Hello Rupert, I might hazar
Hi,
one cannot boot vmm-bios if not having newer hw than Westmere CPU.
And booting host kernel for a VM which has FDE does not work, that's clear.
What about a feature to support somehow softraid-crypto (or similar) for
vmctl create?
A variation for native LUKS support in QEMU:
qemu ... -objec
On 02/15/2018 01:34 PM, Stuart Henderson wrote:
On 2018/02/15 13:27, Kaya Saman wrote:
On 02/15/2018 12:13 PM, Stuart Henderson wrote:
On 2018-02-15, Kaya Saman wrote:
does queueing still function with pfstat? As far as I'm aware it still
uses the old altq method which has long been abando
On 2018/02/15 13:27, Kaya Saman wrote:
>
>
> On 02/15/2018 12:13 PM, Stuart Henderson wrote:
> > On 2018-02-15, Kaya Saman wrote:
> > > does queueing still function with pfstat? As far as I'm aware it still
> > > uses the old altq method which has long been abandoned.
> > you're correct, pfstat
On 02/15/2018 12:13 PM, Stuart Henderson wrote:
On 2018-02-15, Kaya Saman wrote:
does queueing still function with pfstat? As far as I'm aware it still
uses the old altq method which has long been abandoned.
you're correct, pfstat hasn't been updated to follow changes in PF for
a long time.
Ok, in this case, what I understood is that the "optimal rate algorithm" needs
to be updated, rewritten, corrected . . . etc. I was also a programmer once,
and I know that this can't happen from one day to another, so as a workaround I
propose the following: mention about these "issue" in the af
On 2018-02-15, Kaya Saman wrote:
>
> does queueing still function with pfstat? As far as I'm aware it still
> uses the old altq method which has long been abandoned.
you're correct, pfstat hasn't been updated to follow changes in PF for
a long time. the only change in pfstat since 2007 has been
On Thu, 15 Feb 2018 10:17:22 +0100
> If you get motivated, there's probably some "mount this sftp server
> as a drive" software for windows, and then you can get rid of Samba.
> But I've never looked for such a thing.
These tend to be pay for and you may need to run ntfs as I found some
inconsis
Hi,
does queueing still function with pfstat? As far as I'm aware it still
uses the old altq method which has long been abandoned.
It would be great if pfstat would graph queues again but the config
example in: /usr/local/share/examples/pfstat/pfstat.conf still has the
old altq style?
W
Hi,
Is there a way to get a 'Ruby on Rails' application running with the
embedded OpenBSD httpd(+slowcgi??) ?
Thank you very much anyway!
/Wesley
On 2018-02-15, Theo Buehler wrote:
> On Thu, Feb 15, 2018 at 12:29:23AM +, Stuart Henderson wrote:
>> On 2018-02-14, Glenn Faustino wrote:
>> > Hi,
>> >
>> >
>> >> Did you upgrade your packages after upgrading to -current? Can you
>> >> share your /etc/pfstat.conf?
>> >
>> > Every time I upgr
On 02/15/2018 12:03 AM, Martin Hanson wrote:
How do you share files between OpenBSD, Linux, and Windows boxes?
[...]
How do you manage file sharing between these systems (if it all)?
Not sure what your environment is, but I'm a big fan of sshfs for light
usage.
Then you can view Samba as a s
38 matches
Mail list logo