Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
world. Alexis. With rsync(1): rsync -n -aim --delete-excluded \ --include-from=list \ --include='*/' \ --exclude='*' \ source/ target This would read your inclusion patterns from the file "list" (it

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
the built-in set utility without any arguments. $ (unset -v IFS; ksh -c 'set' | grep -A 1 IFS) IFS=' ' $ (unset -v IFS; ksh -c 'printf "%s" "$IFS" | hexdump -C') 20 09 0a | ..| 0003 i stand corrected. Alexis.

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
Страхиња Радић writes: Дана 24/05/12 07:31PM, Alexis написа: Omitting -r as a parameter to read would make it interpret backscape sequences, which would make the directory name in the filesystem different than the one command/script operates on, which is most likely undesired (unless

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
tradeoffs might be when dealing with the messiness of the real world. Alexis.

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
is not listed, because it's not 'set' in the shell variable sense. When it's not set, the shell assumes that IFS has the value you listed. (Additionally, a shell variable not being set is _not_ the same as that variable being set to the empty string.) Alexis.

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
directory name because they were assuming that it _would_ get interpreted when required? Alexis.

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Alexis
ot; && echo "$(echo $dirs | while read dir do find $dir done)\n" | sort | uniq > "$target_list" Alexis.

Re: Kernel debugging

2024-05-11 Thread Alexis
Daniel Hejduk writes: Is there any way to build the kernel on Linux preferably Arch Linux? In a VM, sure. Otherwise, no. Here's a comment from a thread about this topic, from a couple of years ago: https://www.reddit.com/r/openbsd/comments/r6wj3c/comment/hmwhk4a/ Alexis.

Re: Fwd: bad first impression of OpenBSD at install time

2024-04-25 Thread Alexis
roup with useless messages. Additionally, however, there are common behaviours that can result in volunteers not feeling inclined to put in the effort to help someone, which are described on the "I downvoted because ..." site: https://idownvotedbecau.se/ Hope that helps - please feel free to contact me off-list with any followup questions. Alexis.

Re: syntax error in httpd.conf file

2024-04-20 Thread Alexis
y to believe they wrote secure code than those without access to the AI assistant. Furthermore, we find that participants who trusted the AI less and engaged more with the language and format of their prompts (e.g. re-phrasing, adjusting temperature) provided code with fewer security vulnerabilities. Alexis.

Re: syntax error in httpd.conf file

2024-04-20 Thread Alexis
"Luca Leone" writes: thanks Alexis for pointing me to the right resources! Actually I did a search in the man pages, but I searched for "httpd" which gave me the page for httpd, and rightly so, page that was not useful for my problem. I *didn't *search for "http

Re: syntax error in httpd.conf file

2024-04-19 Thread Alexis
llama-3-ai-model/103744538 Alexis.

Re: Ping blocked by firewall

2024-04-12 Thread Alexis
outgoing requests to DNS servers for name resolution. Alexis.

Re: 7.5 /var/log/messages - vfprintf %s NULL in "%.*s"

2024-04-09 Thread Alexis
XFCE user myself.) Alexis.

Re: lcamtuf on the recent xz debacle

2024-04-04 Thread Alexis
the technical side, the versions of xz-utils since the malfeasant got involved, but prior to the confirmed-backdoored versions, are being looked at carefully.) Alexis.

Re: securelevel=2 and mount hardening

2024-03-26 Thread Alexis
astructure: https://www.copado.com/resources/blog/pets-vs-cattle-more-than-an-analogy-for-modern-infrastructures Alexis.

Re: Unable to get ip6 address

2024-03-15 Thread Alexis
ght not be immediately apparent to the person asking for help. Personally, if someone i'm trying to help keeps not providing the specific information i'm asking for, i'll stop wasting my time, and just walk away from the discussion. Alexis.

Re: [TUHS] Re: SunOS 4 in 2024

2024-03-13 Thread Alexis via misc
Sorry for accidentally sending this here, rather than to the TUHS list. :-/ Alexis writes: [snip]

Re: [TUHS] Re: SunOS 4 in 2024

2024-03-13 Thread Alexis via misc
to engage in forum discussions. i wish this sort of approach was more common. Alexis.

Re: files are going missing

2024-03-12 Thread Alexis
for typos (e.g. via the `-n` flag on programs like smtpd(8)): < nutbar> [root@linux!/usr/src/bind] grep "{" named.conf.newer | wc -l < nutbar> 19314 < nutbar> [root@linux!/usr/src/bind] grep "}" named.conf.newer | wc -l < nutbar> 19313 -- http://bash.org/?7748 :-) Alexis.

Re: httpd location question

2024-03-11 Thread Alexis
ather than just "location". In the latter case, shell globbing rules are used.) Alexis.

Re: No packages found for 7.5 snapshot on arm64

2024-03-09 Thread Alexis
cgi?action=article;sid=20240301064504: For upgrades to work correctly, you will need to run sysupgrade(8) with the -s flag and upgrade your installed packages by running pkg_add(1) with -D snap in addition to your usual options Alexis.

Re: browser titlebar doesn't support emoji

2024-03-08 Thread Alexis
e included. More details on Wikipedia: https://en.wikipedia.org/wiki/Regional_indicator_symbol Thus, the issue is that some of the software you're using doesn't 'know' that certain Unicode sequences need to be represented on-screen as a 'flag'. Alexis.

Re: as cannot do endbr64 instructions (too old)

2024-01-02 Thread Alexis
"Lorenz (xha)" writes: On Mon, Jan 01, 2024 at 08:47:07PM +1100, Alexis wrote: "Lorenz (xha)" writes: > just out of couriosity, why is "as" in the base system if it > is > outdated and is updating it an option? i presume it's due to subseque

Re: as cannot do endbr64 instructions (too old)

2024-01-01 Thread Alexis
"Lorenz (xha)" writes: just out of couriosity, why is "as" in the base system if it is outdated and is updating it an option? i presume it's due to subsequent versions being licensed under later versions of the GPL, but i'd be happy to be corrected on this point. Alexis.

Re: self-hosted man.openbsd.org script?

2023-12-27 Thread Alexis
implementation of a particular program, for portability reasons). Alexis.

Re: self-hosted man.openbsd.org script?

2023-12-24 Thread Alexis
always posts to their websites. Does someone happen to know where that is? Not sure if this is what you were specifically thinking of, but there's man.cgi(8): https://mandoc.bsd.lv/man/man.cgi.8.html Alexis.

Re: Firefox and DPMS

2023-05-20 Thread Alexis
Ricky Cintron writes: I was hoping to see if others have experienced the same behavior, if anyone can confirm my assumption about WMs/DEs, and if there's a better way to deal with it. https://bugzilla.mozilla.org/show_bug.cgi?id=1766064

Re: Reference/Citation Manager -- Zotero or JabRef? (+ compilation of Zotero?)

2023-04-03 Thread Alexis
ed working in the roff ecosystem in recent years, having spent more time in the LaTeX world, and i've been increasingly appreciating it. Alexis.

Re: Wayland

2023-02-09 Thread Alexis
What is the porting / development status of Wayland in OpenBSD? This Reddit thread has a discussion of Wayland and OpenBSD's privsep'd Xenocara: https://www.reddit.com/r/openbsd/comments/ys6bbx/linux_user_here_bsd_caught_my_attention_and_i/ Alexis.

Re: syslogd program logging

2023-01-24 Thread Alexis
for logging to be done), and the '!*' means that further evaluation will happen if there _isn't_ such a match. Alexis.

Re: Weirdness with du/df/my brain (latter more likely)

2023-01-22 Thread Alexis
usage. OpenBSD du(1) doesn't appear to have an inode-related option, but df(1) does; what numbers does `df -i` report in each case? Alexis.

Re: iridium/chromium webcam access

2022-12-26 Thread Alexis
. Blink/QtWebEngine? Alexis.

Re: Documentation of wsconsctl keyboard.map format?

2022-12-01 Thread Alexis
setup. I don't know of any utility on OpenBSD that can help here. xev(1)? https://man.openbsd.org/xev.1 Alexis.

Re: Questions about OpenBSD and IRC

2022-08-16 Thread Alexis
buntu, and Wikimedia Foundation–moved their channels to Libera Chat, a network created by former Freenode staff." -- https://en.wikipedia.org/wiki/Freenode many FOSS communities have moved from Freenode to libera.chat. There's an #openbsd channel there. Alexis.

Re: doas and args matching

2022-07-29 Thread Alexis
u. Chris: There you go - as Alexander said, just don't specify any argument to wsconsctl in /etc/doas.conf. Alexis.

Re: doas and args matching

2022-07-28 Thread Alexis
the arguments specified in doas.conf? Just leaving out the "args ..." from the config should accomplish that. Not on 7.1, unless i'm doing something wrong? /etc/doas.conf: permit nopass alexis as root cmd /sbin/wsconsctl $ /sbin/wsconsctl display.brightness=50 wsconsctl:

Re: doas and args matching

2022-07-27 Thread Alexis
i'm misunderstanding, but doesn't this run into the same issue? Namely, that (as far as i'm aware) it's not possible to specify that a doas-permitted command be allowed to run with arbitrary arguments (or range of arguments), rather than only the arguments specified in doas.conf? Alexis.

Re: doas and args matching

2022-07-26 Thread Alexis
-u VAL wsconsctl display.brightness=${VAL} (Obviously the script should check that VAL is an appropriate value.) Alexis.

Re: Atom code environment

2022-05-09 Thread Alexis
Alexis.

Re: Another kernel fault incident on a Vultr OpenBSD VM

2022-04-17 Thread Alexis
. Alexis.

Re: /bsd: thread: table is full

2022-02-16 Thread Alexis de BRUYN
On 14/02/2022 17:19, Stuart Henderson wrote: On 2022-02-14, Alexis de BRUYN wrote: Hello Everybody, Since I have updated my -current deskop this morning (sysupgrade & pkg_add), the whole box seems slower, I have a lot of application crashes and I see this message a lot in /var/log/mess

/bsd: thread: table is full

2022-02-14 Thread Alexis de BRUYN
for your help, Alexis. OpenBSD 7.0-current (GENERIC.MP) #335: Sun Feb 13 16:41:43 MST 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 34298658816 (32709MB) avail mem = 33241968640 (31702MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-11 Thread Alexis
Jeffrey Walton writes: How do I tell pkg_add to install the latest version without prompting me? Proof-of-concept wrapper script, written in Perl: https://gist.github.com/flexibeast/816610233ebbb3745ec43852a96b9248 Alexis.

Re: Doku Wiki femail?

2022-01-02 Thread Alexis
wiki works correctly in general, exept femail. Do you actually have a properly-configured SMTP server running and listening as part of your setup? Your email doesn't say. Alexis.

Re: How to use macros in acme-client.conf?

2021-07-26 Thread Alexis
Are spaces around the '=' permitted? i thought they weren't. The example in acme-client.conf(5) man page certainly doesn't have them. Alexis.

Re: How can I contribute code to openbad

2019-09-28 Thread Alexis
cc writes: I recently started to study openbsd. I am a computer major student. How can I contribute to openbsd? See the FAQ: https://www.openbsd.org/faq/faq1.html#Support Alexis.

Re: How to clear the screen correctly in ksh

2019-07-04 Thread Alexis
. :-/ Alexis.

Re: How to clear the screen correctly in ksh

2019-07-04 Thread Alexis
Максим writes: In bash I can press Ctrl-l to clear the screen. In ksh this key combination does not work. I can clear the screen only using the command "clear". How can I do this using hotkeys in ksh? i have this in my .kshrc: bind -m '^L=^Uclear^J^Y' Alexis.

Re: phonetic alphabet on OpenBSD

2018-10-19 Thread Alexis
Chris Bennett writes: Is there any information out there to help actually learn the sounds? I couldn't find anything and I don't want to take classes. https://en.wikipedia.org/wiki/Help:IPA

Re: Selling things through the mailing list allowed? I have compatible THIN CLIENTS for Firewall / Router appliance use Available

2018-08-30 Thread Alexis
Jon Tabor writes: Yep, right there with ya. So, ah...what's everyone using for mail filtering these days? Spamassassin? ClamAV? Something else entirely? i use maildrop: http://www.courier-mta.org/maildrop/ Alexis.

Re: risc-v

2018-01-15 Thread Alexis
flipchan <flipc...@riseup.net> writes: I love risc-v ! But has risc-v started producing on real hardware and not kvm/qemu ? Yes; cf. e.g. https://riscv.org/risc-v-cores/#fe310-g000 which is used for the HiFive1 Arduino board. Alexis.

Re: Openbsd 6.1 and Current Console Freezes and lockup Proxmox PVE5.0

2017-10-12 Thread Alexis VACHETTE
Dear all, I tried to run OpenBSD 6.2 on Debian GNU/Linux 9.2 and qemu-kvm 2.8 no issue so far too. Proxmox is using Debian GNU/Linux as the core OS. Next step will be to use the same version of qemu-kvm that Proxmox 5.0 ship by default. Regards, On 12/10/2017 13:38, Scott Reese wrote:

Re: iwn0: no link after 6.1 upgrade

2017-08-19 Thread Alexis de BRUYN
On 08/19/17 16:16, Stefan Sperling wrote: On Sat, Aug 19, 2017 at 03:51:32PM +0200, Alexis de BRUYN wrote: Yes, I have double-checked, this is what is shown in the Web GUI. "Authentication PassPhrase Settings" : "WPA-Personal" "WPA Mode" : "WPA2 Only" &q

Re: iwn0: no link after 6.1 upgrade

2017-08-19 Thread Alexis de BRUYN
On 08/19/17 15:02, Stefan Sperling wrote: On Sat, Aug 19, 2017 at 02:54:05PM +0200, Alexis de BRUYN wrote: On 08/19/17 11:35, Stefan Sperling wrote: On Sat, Aug 19, 2017 at 11:12:04AM +0200, Alexis de BRUYN wrote: After an 6.1 upgrade (from 6.0-release to 6.1-release) on my Lenovo X230 laptop

Re: iwn0: no link after 6.1 upgrade

2017-08-19 Thread Alexis de BRUYN
On 08/19/17 11:35, Stefan Sperling wrote: On Sat, Aug 19, 2017 at 11:12:04AM +0200, Alexis de BRUYN wrote: After an 6.1 upgrade (from 6.0-release to 6.1-release) on my Lenovo X230 laptop, I can't get my wireless connection working anywore on different kind of access points or ISP boxes. Same

iwn0: no link after 6.1 upgrade

2017-08-19 Thread Alexis de BRUYN
"Intel Rate Matching Hub" rev 2.00/0.00 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> SCSI2 0/direct fixed sd1: 114470MB, 512 bytes/sector, 234435953 sectors root on sd1a (d70c277ea78ccc07.a) swap on sd1b dump on sd1b -- Alexis de BRUYN

Re: isakmpd dies quietly with over 100 tunnels

2017-05-29 Thread Alexis VACHETTE
I didn't think it was isakmpd related back then. Maybe a configuration issue on my end or the partner's. But sure we need to post traces. Nonetheless OpenBSD is an amazing piece of software, so thank you ! Regards, Alexis. On 29/05/2017 11:14, Theo de Raadt wrote: Great thing is you all have

Re: isakmpd dies quietly with over 100 tunnels

2017-05-29 Thread Alexis VACHETTE
Hi Michał, I'm having same issue without 100 ipsec tunnels and dedicated hardware. Unfortunately it's a production environment so I can't really troubleshooting this issue to track down the culprit. Anyway maybe it's not related to your issue. Regards, Alexis. On 28/05/2017 14:31, Michał

Re: error: [drm:pid10679:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... render ring idle

2016-10-10 Thread Alexis de BRUYN
driver Thanks Mark, this is now working fine. there. Otherwise, just delete the file. Cheers, Mark -- Alexis de BRUYN

error: [drm:pid10679:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... render ring idle

2016-10-01 Thread Alexis de BRUYN
class: X.Org XInput Driver [22.633] ABI class: X.Org XInput driver, version 22.1 [22.633] (II) Using input driver 'ws' for '/dev/wsmouse' [22.633] (**) /dev/wsmouse: always reports core events [22.633] (II) ws: /dev/wsmouse: debuglevel 0 [22.633] (**) Option "Device" "/dev/wsmouse" [22.633] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5 [22.633] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7 [22.633] (**) ws: /dev/wsmouse: associated screen: 0 [22.634] (II) ws: /dev/wsmouse: minimum x position: 0 [22.634] (II) ws: /dev/wsmouse: maximum x position: 3839 [22.634] (II) ws: /dev/wsmouse: minimum y position: 0 [22.634] (II) ws: /dev/wsmouse: maximum y position: 1079 [22.634] (==) ws: /dev/wsmouse: Buttons: 7 [22.634] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [22.634] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 7) [22.634] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [22.634] (**) /dev/wsmouse: (accel) acceleration profile 0 [22.634] (**) Option "AccelerationNumerator" "5" [22.634] (**) Option "AccelerationDenominator" "2" [22.634] (**) Option "AccelerationThreshold" "0" [22.634] (**) /dev/wsmouse: (accel) acceleration factor: 2.500 [22.634] (**) /dev/wsmouse: (accel) acceleration threshold: 0 -- Alexis de BRUYN

Re: Pictures are "blurred" in certain cases after snapshot upgrade (radeonrdrm related?)

2015-12-12 Thread Alexis de BRUYN
Problem solved [1]. Thanks jsd@ [1]: https://www.marc.info/?l=openbsd-tech=144984739021388=2 On 12/11/15 16:19, Alexis de BRUYN wrote: Hi Everybody, After upgraded from snapshots/amd64 12/09/2015 (previous was 12/04/2015), Puffy is blurred on xdm login screen (like [1]). Puffy (/etc/X11/xdm

Pictures are "blurred" in certain cases after snapshot upgrade (radeonrdrm related?)

2015-12-11 Thread Alexis de BRUYN
Hi Everybody, After upgraded from snapshots/amd64 12/09/2015 (previous was 12/04/2015), Puffy is blurred on xdm login screen (like [1]). Puffy (/etc/X11/xdm/pixmaps/OpenBSD_15bpp.xpm) displayed in feh is fine [2], while in eog is blurred [1]. Pictures/thumbnails displayed and all icon

Re: Octeon snapshots

2015-12-09 Thread Alexis de BRUYN
t the bsd.rd file you think the system did? That's why I put these details steps in here. I hope it help you some anyway. Daniel -- Alexis de BRUYN

Re: Octeon snapshots

2015-12-09 Thread Alexis de BRUYN
/octeon/usr/mips64-unknown-openbsd5.8/bin/objcopy Thank you Paul. bsd.rd is now booting. -- Alexis de BRUYN

Re: em(4) watchdog timeouts

2015-11-17 Thread Alexis VACHETTE
Hi Gregor, I use the same revision than yours : - "Intel 82583V" rev 0x00: msi Regards, Alexis VACHETTE.* * On 16/11/2015 10:12, Alexis VACHETTE wrote: > Hi Gregor, > > Thank you for your feedback. > > Did you have some timeout on 5.6 ? > > On amd64 version, I ex

Re: em(4) watchdog timeouts

2015-11-17 Thread Alexis VACHETTE
Hi Gregor, Thank you for your feedback. Did you have some timeout on 5.6 ? On amd64 version, I experienced some on heavy network load. Is it related ? Regards, Alexis VACHETTE. On 11/11/2015 21:19, Gregor Best wrote: Hi Alexis, On Wed, Nov 11, 2015 at 08:11:15PM +, Alexis VACHETTE wrote

Re: em(4) watchdog timeouts

2015-11-11 Thread Alexis VACHETTE
Hi Gregor, Even with heavy network load ? Regards, Alexis. De : owner-t...@openbsd.org <owner-t...@openbsd.org> de la part de Gregor Best <g...@unobtanium.de> Envoyé : mercredi 11 novembre 2015 15:20 À : Mark Kettenis Cc : t...@openb

Re: Libreoffice i386 crash on 5.8 snapshot

2015-07-12 Thread Alexis Parseghian
On Sun, Jul 12, 2015 at 5:23 PM, Edgar Pettijohn ed...@pettijohn-web.com wrote: Attempting to run libreoffice (be it writer, calc or the 'soffice' chooser component) fails with the error listed below. terminate called after throwing an instance of 'com::sun::star::uno::DeploymentException'

Libreoffice i386 crash on 5.8 snapshot

2015-07-11 Thread Alexis Parseghian
Hi all, I'm relatively new to OpenBSD, hope this is proper. Attempting to run libreoffice (be it writer, calc or the 'soffice' chooser component) fails with the error listed below. The problem has been observed over the last few snapshots (since 21 june). Haven't seen anything here or on bugs@

Xenocara/radeonsi_dri.so build failed on -current

2015-06-13 Thread Alexis de BRUYN
in . (bsd.subdir.mk:48 'realbuild') *** Error 2 in /usr/xenocara (Makefile:36 'build') Thanks for your help, -- Alexis de BRUYN

Re: usbhidctl(1) and usbhidaction(1)

2015-06-11 Thread Alexis de BRUYN
) and a Cherry KW 3000 (wireless), everything is working fine. Let me know if you need more information. Regards, -- Alexis de BRUYN

Re: [Cannot allocate memory][Qemu][x86 i386] limits ? login.conf ?

2014-07-17 Thread Alexis de BRUYN
with +256M RAM. Be sure that the user which launches qemu has your class (vipw(8)). Regards, -- Alexis de BRUYN

Re: APU firmware

2014-04-06 Thread Alexis Vachette
Glad to see it's working for you too ;) Thanks to Stuart for the debugging session and Theo ! Best regards, Alexis VACHETTE. _ From: Zé Loff [mailto:zel...@zeloff.org] To: misc@openbsd.org Sent: Sun, 06 Apr 2014 00:31:53 +0100 Subject: Re: APU firmware On Sat, Apr 05, 2014 at 08:14:22AM

Re: APU firmware

2014-04-06 Thread Alexis Vachette
Thank you for the tips Brett. I ordered my two boards from gooze.eu's website. The two APU have an old bios. One of them is up-to-date since my debugging session last evening. I will update the last one today ;) Best regards, Alexis VACHETTE. _ From: Brett Mahar [mailto:br

Re: APU firmware

2014-04-05 Thread Alexis Vachette
I don't know what to say. It's working now, thank you very much Stuart ;) Best regards, Alexis VACHETTE. _ From: Stuart Henderson [mailto:s...@spacehopper.org] To: Alexis Vachette [mailto:avache...@sisteer.com] Cc: misc@openbsd.org Sent: Sat, 05 Apr 2014 22:12:46 +0100 Subject: Re: APU

Re: APU firmware

2014-04-05 Thread Alexis Vachette
Hum, maybe too quick. I can't type anything in the shell, it's always blank ;( Best regards, Alexis VACHETTE. _ From: Stuart Henderson [mailto:s...@spacehopper.org] To: Alexis Vachette [mailto:avache...@sisteer.com] Cc: misc@openbsd.org Sent: Sat, 05 Apr 2014 22:12:46 +0100 Subject: Re

Re: APU firmware

2014-04-05 Thread Alexis Vachette
Thank you for the tips Stuart. It's mandatory to use the same speed ? Best regards, Alexis VACHETTE. _ From: Stuart Henderson [mailto:s...@spacehopper.org] To: Alexis Vachette [mailto:avache...@sisteer.com] Cc: misc@openbsd.org Sent: Sat, 05 Apr 2014 21:43:15 +0100 Subject: Re: APU

Re: APU firmware

2014-04-05 Thread Alexis Vachette
After booting a recent snapshot of OpenBSD 5.5, it's working without big issues. I don't have any mSSD card right know (firmware issues), I will only test network card (wired and wireless) ;) Best regards, Alexis VACHETTE. _ From: Stuart Henderson [mailto:s...@spacehopper.org] To: Alexis

Re: APU firmware

2014-04-05 Thread Alexis Vachette
Good evening, The board boot successfully with OpenBSD 5.5. I'm unable to get the login prompt with serial port. I enabled the serial port with /etc/ttys file : - tty00 /usr/libexec/getty std.9600 vt220 on secure I am missing something here ? Best regards, Alexis VACHETTE. _ From

Re: APU firmware

2014-04-05 Thread Alexis Vachette
. Best regards, Alexis VACHETTE. _ From: Stuart Henderson [mailto:s...@spacehopper.org] To: misc@openbsd.org Sent: Sat, 05 Apr 2014 10:14:22 +0100 Subject: Re: APU firmware On 2014-04-04, Zé Loff zel...@zeloff.org wrote: On Thu, Apr 03, 2014 at 07:22:52AM -0600, dera...@cvs.openbsd.org

Re: APU firmware

2014-04-03 Thread Alexis VACHETTE
Thanks Theo, I will test that ASAP ;) When my two boards will be at home ! Regards, *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette, 92240 Malakoff -- France Direct line: +33 1 70 95 51 19 | Fax: +33 1 70 95 50 90 www.sisteer.com http://www.sisteer.com

Re: OpenBSD and NetFlow

2013-12-04 Thread Alexis VACHETTE
suivant. *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette, 92240 Malakoff – France Direct line: +33 1 70 95 51 19 | Fax: +33 1 70 95 50 90 www.sisteer.com http://www.sisteer.com Le 03/12/2013 18:28, sven falempin a écrit : # nc -zvu 192.168.1.19 9995 Connection

Re: OpenBSD and NetFlow

2013-12-04 Thread Alexis VACHETTE
the configuration is broken. I don't see any traffic passing through the carp2 interface. *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette, 92240 Malakoff -- France Direct line: +33 1 70 95 51 19 | Fax: +33 1 70 95 50 90 www.sisteer.com http://www.sisteer.com

Re: OpenBSD and NetFlow

2013-12-04 Thread Alexis VACHETTE
Hi Patrick, Yes you're are right. *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette, 92240 Malakoff -- France Direct line: +33 1 70 95 51 19 | Fax: +33 1 70 95 50 90 www.sisteer.com http://www.sisteer.com Le 04/12/2013 14:10, Patrick Lamaiziere a écrit : Le

Re: OpenBSD and NetFlow

2013-12-04 Thread Alexis VACHETTE
Hi Giancarlo, This can be an option but we have one more router which export is netflow data. We need to have a single point of data collection. *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette, 92240 Malakoff -- France Direct line: +33 1 70 95 51 19 | Fax

Re: OpenBSD and NetFlow

2013-12-04 Thread Alexis VACHETTE
Hi Peter, What you mean by the local one, it's the one with which I have trouble ? *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette, 92240 Malakoff -- France Direct line: +33 1 70 95 51 19 | Fax: +33 1 70 95 50 90 www.sisteer.com http://www.sisteer.com Le 04

OpenBSD and NetFlow

2013-12-03 Thread Alexis VACHETTE
out of the em2 interface. On a lab environment with GNS3, I clearly see the UDP packets going out of the sender interface. Is there a best way to troubleshoot this issue ? I don't know how to fix this behaviour, I tried to destroy and recreate the pflow0 interface but still no luck. -- *Alexis

Re: OpenBSD and NetFlow

2013-12-03 Thread Alexis VACHETTE
give me a correct answer : # nc -zvu 192.168.1.19 9995 Connection to 192.168.1.19 9995 port [udp/*] succeeded! If you need anything else don't hesitate. Right now, I'm stuck because I don't see anything wrong. *Alexis VACHETTE | Network and System Engineer * Sisteer France: 43 rue Pierre Valette

Re: radeondrm(4): only 1 screen displaying over 3

2013-09-01 Thread Alexis de BRUYN
Thanks to jsg@, problem solved: CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/09/01 04:39:39 Modified files: sys/dev/pci/drm/radeon: si.c sid.h Log message: drm/radeon: update line buffer allocation for dce6 [...] On 28.08.2013 09:51, Alexis de

radeondrm(4): only 1 screen displaying over 3

2013-08-28 Thread Alexis de BRUYN
Hi misc@, On an ATI Radeon HD 7870 display card with 6 mini-display-ports, only 1 screen over 3 connected is displaying correctly : [ 4026.582] (II) RADEON(0): Output DisplayPort-0 connected [ 4026.582] (II) RADEON(0): Output DisplayPort-1 connected [ 4026.582] (II) RADEON(0): Output

nwflag hidenwid : SIOCS80211FLAGS: Invalid argument

2013-07-01 Thread Alexis de BRUYN
DS11 media DS11 mediaopt hostap media DS11 mediaopt monitor -- Alexis de BRUYN

Re: OpenBSD freeze after DRM changes

2013-04-28 Thread Alexis Fouilhe
. When booting for the first time in a while, if I reboot before the machine freezes, the system does not subsequently freeze. 3. The system freezes after a couple of minutes when resuming from suspend. I hope this helps. Alexis

Re: OpenBSD freeze after DRM changes

2013-04-26 Thread Alexis Fouilhe
investigating, I would be grateful. I can test patches if helpful. Cheers, Alexis OpenBSD 5.3-current (GENERIC.MP) #103: Wed Apr 24 09:33:02 MDT 2013 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 1987788800 (1895MB) avail mem = 1927221248 (1837MB) mainbus0 at root

nxsshd dies when client connecting

2013-03-09 Thread Alexis de BRUYN
. Regards, -- Alexis de BRUYN

Xorg + wsudl(4) DL-165 consumes a lot of cpu

2013-03-02 Thread Alexis de BRUYN
: 7547M Cache: 130M Swap: 0K/8197M PID USERNAME PRI NICE SIZE RES STATE WAIT TIMECPU COMMAND 29293 alexis 20 101M 78M sleep/3 poll 3:22 129.83% minitube 12128 _x11 20 10M 31M sleep/3 select1:13 52.88% Xorg 17482 _sndio 2 -20 480K 944K

Re: Xorg + wsudl(4) DL-165 consumes a lot of cpu

2013-03-02 Thread Alexis de BRUYN
] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [ 156.886] (**) /dev/wsmouse: (accel) acceleration threshold: 4 [ 3767.061] damage command failed, giving up! -- Alexis de BRUYN

Re: Xorg + wsudl(4) DL-165 consumes a lot of cpu

2013-03-02 Thread Alexis de BRUYN
, afaict. It's all purely done on the CPU. Actually I find it kind of amazing that it works at all... Yes it is ! It is sufficient for me in many cases. -- Alexis de BRUYN

Re: softraid to encrypt _AND_ raid?

2012-11-30 Thread Alexis de BRUYN
/sd0d softraid0 sd1 is your raid+crypto device. -- Alexis de BRUYN

Re: DisplayLink CONV-USB2DVI : wsudl(0): We are not attached to the udl driver

2012-08-20 Thread Alexis de BRUYN
On 14.08.2012 23:57, Matthieu Herrb wrote: On Tue, Aug 14, 2012 at 10:35:40PM +0200, Alexis de BRUYN wrote: On 14.08.2012 17:58, Matthieu Herrb wrote: On Tue, Aug 14, 2012 at 04:39:57PM +0200, Matthieu Herrb wrote: On Tue, Aug 14, 2012 at 10:31:24AM +0200, Alexis de BRUYN wrote: On 13.08.2012

  1   2   >