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: 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: 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: 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: How to clear the screen correctly in ksh

2019-07-04 Thread Alexis
. :-/ 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: 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: 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: 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: 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-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-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: Another kernel fault incident on a Vultr OpenBSD VM

2022-04-17 Thread Alexis
. Alexis.

Re: Atom code environment

2022-05-09 Thread Alexis
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: 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: 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: 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: 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: 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: self-hosted man.openbsd.org script?

2023-12-27 Thread Alexis
implementation of a particular program, for portability reasons). 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: httpd location question

2024-03-11 Thread Alexis
ather than just "location". In the latter case, shell globbing rules are used.) 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: 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: 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: 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: 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: 7.5 /var/log/messages - vfprintf %s NULL in "%.*s"

2024-04-09 Thread Alexis
XFCE user myself.) 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-19 Thread Alexis
llama-3-ai-model/103744538 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: 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: Ping blocked by firewall

2024-04-12 Thread Alexis
outgoing requests to DNS servers for name resolution. 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: 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: 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
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
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
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
Страхиња Радић 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
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.

No binary packages in snapshots lately

2011-09-15 Thread Alexis Fouilhe
time to follow the current state of affairs lately and the fact that none seems to ask questions about it leads me to think I have missed something obvious. Yet, could someone enlighten me of the situation? Thanks, Alexis PS: in case I am silly enough not the look at the right place, the folder I

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

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

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: 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

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: 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-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: 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: 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

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@

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'

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: 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:

Issues with ntpd on openbsd 3.7-stable (not running ?)

2005-08-10 Thread Alexis de BRUYN
suitable for synchronization found I guess 2036 seems no response from the ntpd. Does anyone can help me please? Best regards, -- Alexis de BRUYN email : [EMAIL PROTECTED] web : http://www.de-bruyn.fr

Re: openbsd 3.7 in-kernel pppoe issues

2005-08-03 Thread Alexis de BRUYN
a permanent (static) gateway address, you could plug that value into /etc/hostname.pppoe0. i don't think it's your problem though. jmc -- Alexis de BRUYN email : [EMAIL PROTECTED] web : http://www.de-bruyn.fr -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de

Re: openbsd 3.7 in-kernel pppoe issues

2005-08-03 Thread Alexis de BRUYN
Try to remove your /etc/mygate if exists. Hi, I have the same problem here in Hungary, running 3.7- (almost)stable. My ISP is Axelero (T-Online Hungary now) and the userland ppp worked like a charm. I switched to kernel pppoe but it only works if I specify the remote peer (gateway) IP address by

Re: raidctl -vF component0 raid0

2009-03-31 Thread Alexis de BRUYN
# the fake device /dev/wd1b The above looks weird. The 'b' partition is typically swap. What do the following commands tell you? $ sudo disklabel -n wd1 $ sudo disklabel -n wd2 -- Alexis de BRUYN email : ale...@de-bruyn.fr

Re: raidctl -vF component0 raid0

2009-04-02 Thread Alexis de BRUYN
Message- From: Alexis de BRUYN [mailto:ale...@de-bruyn.fr] Sent: 02 April 2009 13:39 To: Chris Harries Cc: misc@openbsd.org Subject: Re: raidctl -vF component0 raid0 Hello Chris, Before setting up your mirror, I recommanded you to read RAID options for OpenBSD from the OpenBSD FAQ

Re: raidctl -vF component0 raid0

2009-04-02 Thread Alexis de BRUYN
, Chris Harries a icrit : Thank you for your advice Alexis, I have now tried to do this using wd2d and it does indeed make sense. I am still having problems however. Everything seams to go fine, to what the 2 guides I am following suggest, but when reconstructing the data is where I get stuck

Re: FW: raidctl -vF component0 raid0

2009-04-02 Thread Alexis de BRUYN
checked. Now correct...finally, Apologies Chris -Original Message- From: Chris Harries [mailto:ch...@sharescope.co.uk] Sent: 02 April 2009 14:07 To: 'Alexis de BRUYN' Subject: RE: raidctl -vF component0 raid0 Afternoon, Well on an i386 system with 2 x 1 TB Seagate hard

Re: raidctl -vF component0 raid0

2009-04-02 Thread Alexis de BRUYN
the same results weather I use AHCI or not just using sd0 sd1 or wd0 wd1. So, sorry, just a typo there! Chris -Original Message- From: Alexis de BRUYN [mailto:ale...@de-bruyn.fr] Sent: 02 April 2009 14:24 To: Chris Harries Cc: misc@openbsd.org Subject: Re: raidctl -vF component0

Re: FW: raidctl -vF component0 raid0

2009-04-02 Thread Alexis de BRUYN
metadata version 8, expected 3 softraid0: raid0i can not read metadata version 8, expected 3 root on raid0a filesystem type 19 not known.. assuming ffs WARNING: / was not properly unmounted swapmount: no device raid0: Error re-writing parity! Chris -Original Message- From: Alexis de

Re: FW: raidctl -vF component0 raid0

2009-04-14 Thread Alexis de BRUYN
it? Well I did it after newfs and it displayed same output. And..ermmm yes :( missed that typo out, it should say i386 but you guessed that correctly :) Chris -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Alexis de BRUYN Sent: 02

Re: Raid + OpenBSD Problem

2009-04-21 Thread Alexis de BRUYN
a good opportunity to see if your hardware is really and fully working. If I remember well, you have already do that :) Did you try a 4.5 snapshot? Good luck... Alexis. Chris Harries a icrit : Misc, For several weeks I was battering with Raid 1 and OpenBSD. I had some help from a few

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

2012-08-02 Thread Alexis de BRUYN [Mailinglists]
, but it is not resolved. Does anyone have this device (or other usb2dvi) working ? Thanks for your help. Alex. -- Alexis de BRUYN

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

2012-08-02 Thread Alexis de BRUYN [Mailinglists]
Could this be related to the space preceding in the device declaration? Option device / dev/wsdisplay1 -- Option device /dev/wsdisplay1 Thanks for your reply, Вовочка, but this is a typo mistake I have made while I write my mail. -- Alexis de BRUYN

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

2012-08-02 Thread Alexis de BRUYN [Mailinglists]
-120 / DL-160 graphic chip. Regards, -- Alexis de BRUYN

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

2012-08-03 Thread Alexis de BRUYN
the same error message. Regards, -- Alexis de BRUYN

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

2012-08-04 Thread Alexis de BRUYN
[] = { 1920x1080px60, 1920x1080x60, 1280x1024x60, And rebuilt the kernel. But again same error. Thanks again for your help Mats. -- Alexis de BRUYN

OpenBSD USB display experience

2012-08-07 Thread Alexis de BRUYN
://www.mail-archive.com/misc@openbsd.org/msg114982.html. Does anybody have a working configuration with an USB Display ? Thanks for sharing your experience, -- Alexis de BRUYN

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

2012-08-11 Thread Alexis de BRUYN
On 02.08.2012 22:31, Alexis de BRUYN wrote: On 02.08.2012 21:48, Matthieu Herrb wrote: This is the xorg.conf I use to test wsudl: Section Devicë Identifier Card0 Driver wsudl Option Devicë /dev/ttyD0 EndSection (Yes that's it. Modern X can figure out

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

2012-08-11 Thread Alexis de BRUYN
help. -- Alexis de BRUYN

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

2012-08-11 Thread Alexis de BRUYN
modes: 162000 wsdisplay2 at udl1 mux 1 wsdisplay2: screen 0 added (std, vt100 emulation) vscsi0 at root scsibus0 at vscsi0: 256 targets softraid0 at root scsibus1 at softraid0: 256 targets root on wd0a (388f307771acfa52.a) swap on wd0b dump on wd0b clock: unknown CMOS layout -- Alexis de BRUYN

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

2012-08-12 Thread Alexis de BRUYN
On 11.08.2012 23:33, Alexis de BRUYN wrote: # wsconsctl -f /dev/ttyC0 display.type display.type=vga-pci # wsconsctl -f /dev/ttyD0 display.type display.type=displaylink # wsconsctl -f /dev/ttyE0 display.type display.type=displaylink I still have my previous issue, but I have another one

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

2012-08-14 Thread Alexis de BRUYN
On 13.08.2012 23:34, Matthieu Herrb wrote: On Sun, Aug 12, 2012 at 10:04:17PM +0200, Alexis de BRUYN wrote: On 11.08.2012 23:33, Alexis de BRUYN wrote: I still have my previous issue, but I have another one : while the in-board display device is actived through my xorg.conf, the udl devices

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

2012-08-14 Thread Alexis de BRUYN
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 23:34, Matthieu Herrb wrote: On Sun, Aug 12, 2012 at 10:04:17PM +0200, Alexis de BRUYN wrote: On 11.08.2012

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

Re: softraid to encrypt _AND_ raid?

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

  1   2   >