Re: sftp server empty password login

2024-03-26 Thread Manuel Giraud
is (except I'm using pubkey authentication). The only other difference I see is that I have not specified the "-d" option for the internal-sftp command. It is not clear to me (by manpages) if it should be the same as ChrootDirectory or a path *under* ChrootDirectory. Maybe you could try to remove this "-d" option. -- Manuel Giraud

Re: relayd fallback when using tag/tagged

2024-02-13 Thread Manuel Giraud
} > table { 192.0.2.7} > http protocol www { > block > match request header "Host" value "www.example" tag "example" > pass request tagged "example" forward to > } I've not tested it but maybe you're missing this last rule in the previous block: pass request forward to -- Manuel Giraud

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Manuel Giraud
t is related to httpd. You could also read pkg-readmes for mariadb and php-fpm. And, as Peter said, the rest will be on internet. Good luck. -- Manuel Giraud

Re: vmd and /dev/sd*

2023-10-13 Thread Manuel Giraud
Mike Larkin writes: > On Thu, Oct 12, 2023 at 09:24:33AM -0600, Theo de Raadt wrote: >> Manuel Giraud wrote: >> >> > > Manuel Giraud writes: >> > > >> > >> Hi, >> > >> >> > >> I can't find the information

Re: vmd and /dev/sd*

2023-10-12 Thread Manuel Giraud
Dave Voutila writes: > Manuel Giraud writes: > >> Hi, >> >> I can't find the information on this list (or elsewhere). Is it >> possible to have a vm that access a disk through its device? The >> following does not seem to work: >> >> # vm

vmd and /dev/sd*

2023-10-12 Thread Manuel Giraud
be the alternatives? Thanks, -- Manuel Giraud

Re: httpd and locale

2023-01-31 Thread Manuel Giraud
Omar Polo writes: > On 2023/01/30 15:57:03 +0100, Manuel Giraud wrote: >> Hi, >> >> Is it possible to serve files with non ASCII UTF-8 charaters in their >> names with httpd? I have tried to start httpd like this: >> >> $ env LC_CTYPE=en_US.

httpd and locale

2023-01-30 Thread Manuel Giraud
. -- Manuel Giraud

Re: Can I undo OpenBSD GPT partition table and recover my data? was: Triple booting Windows/Debian/OpenBSD?

2022-11-03 Thread Manuel Giraud
FI sys and openbsd area). But if what you sent before (from debian) is correct, you have all the numbers you need: that is what you should reproduce with fdisk to retrieve your 654264320 sectors of FAT32. And then, make a backup. -- Manuel Giraud

Re: Dell PowerEdge 730xd

2021-09-30 Thread Manuel Giraud
Jonathan Matthew writes: > On Mon, Sep 27, 2021 at 05:30:01PM +0200, Manuel Giraud wrote: >> Hi, >> >> Does anyone use one of those? I can reliably freeze them with some I/O >> load with rsync for example. I don't have much more to say. Here is the >> dmesg: >

Dell PowerEdge 730xd

2021-09-27 Thread Manuel Giraud
nt 18 usb1 at ehci1: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 pcib0 at pci1 dev 31 function 0 "Intel C610 LPC" rev 0x05 ahci1 at pci1 dev 31 function 2 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3 scsibus4 at ahci1: 32 targets isa0 at pcib0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: VMX/EPT efifb0 at mainbus0: 1024x768, 32bpp wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation) wsdisplay0: screen 1-5 added (std, vt100 emulation) dt: 445 probes uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub3 at uhub2 port 6 configuration 1 interface 0 "no manufacturer Gadget USB HUB" rev 2.00/0.00 addr 3 uhub4 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsibus5 at vscsi0: 256 targets softraid0 at root scsibus6 at softraid0: 256 targets root on sd2a (2e19b7092ee0e5d1.a) swap on sd2b dump on sd2b -- Manuel Giraud

Re: Reinstall to upgrade

2020-11-26 Thread Manuel Giraud
t but not the list of unused dependencies. This list seems to be part of the progress bar. With script, as proposed by Navan, the output is mangled with * and escape sequence. And if you use -x, you do not get the list either. -- Manuel Giraud

Re: Reinstall to upgrade

2020-11-25 Thread Manuel Giraud
elete -an in a file? I tried the following (without luck): $ pkg_delete -an > /tmp/foo $ pkg_delete -an > /tmp/foo 2>&1 > Useful advice: Learn to use ed. It will save your butt during > disasters! Yes I know :-) I always have to look that up mostly to change DUID in /etc/fstab. -- Manuel Giraud

Re: Reinstall to upgrade

2020-11-25 Thread Manuel Giraud
Sebastien Marie writes: > looks at the output of: > # pkg_delete -a -n That was quick! Thanks to both of you. -- Manuel Giraud

Reinstall to upgrade

2020-11-25 Thread Manuel Giraud
pkg Or maybe, I should dump, do a complete reinstall, pkg_add -l mypkg, restore /home and, tediously, restore some /etc files. How would you do this? -- Manuel Giraud

Re: password-less user (without bothering security(8))?

2019-12-10 Thread Manuel Giraud
Evan Silberman writes: > Why not assign a long, random password and then not share it with the > user? Or you can set your encrypted password to "*" as it is done for other daemon users. You can use chpass(1) for this. -- Manuel Giraud

Re: sbcl vs uvm

2018-08-29 Thread Manuel Giraud
sbcl (w/ thread) compilation. AFAIU, for each thread sbcl mmap a rather big area (about 5MB) as MAP_STACK. Don't know if it is usual? -- Manuel Giraud

sbcl vs uvm

2018-08-29 Thread Manuel Giraud
My question is: should I look for sbcl doing something nasty here or should I look for a bug in uvm? (I've cc'ed Josh because he has taken care of upstream patch after the MAP_STACK introduction) -- Manuel Giraud

Re: httpd+relayd behind a proxy

2017-09-27 Thread Manuel Giraud
Manuel Giraud <man...@ledu-giraud.fr> writes: > Hi, > > I have a website that is served with httpd+relayd behind a proxy (that I > don't control). The said proxy is responsible for the public side TLS > handshake with clients and I serve with relayd TLS and a loca

httpd+relayd behind a proxy

2017-09-26 Thread Manuel Giraud
listen on $addr1 port 443 tls protocol reverse_proxy forward to port 8080 check tcp forward to port 8083 check tcp } relay wp { listen on $addr2 port 80 protocol http forward to port 8081 check tcp } -- Manuel Giraud

Re: Screen brightness

2017-07-23 Thread Manuel Giraud
ent or wait for 6.2. -- Manuel Giraud

reverse proxy with relayd(8) (but not nginx)

2017-06-29 Thread Manuel Giraud
/relayd.conf that does this to block an url: # Block disallowed sites match request label "URL filtered!" block request quick url "www.example.com/" value "*" But, I can't make it to forward to a server and port. Does anyone have such a config? -- Manuel Giraud

Re: Headphone with Conexant CX20724

2017-06-27 Thread Manuel Giraud
lay.errors=0 record.channels=2 record.bytes=0 record.errors=0 > $ mixerctl outputs.hp_mute=off I don't have this entry and mixerctl said so. I think I'll have to dive into understanding azalia, now. -- Manuel Giraud

Re: Headphone with Conexant CX20724

2017-06-27 Thread Manuel Giraud
-0:1,dac-2:3 record.volume=126,126 record.volume.mute=off record.volume.slaves=adc-0:1,adc-2:3 -- Manuel Giraud

Headphone with Conexant CX20724

2017-06-26 Thread Manuel Giraud
addr 3 uvideo0 at uhub0 port 9 configuration 1 interface 0 "Sonix Technology Co., Ltd. HP HD Camera" rev 2.00/1.06 addr 4 video0 at uvideo0 sdmmc0: can't enable card 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: 244197MB, 512 bytes/sector, 500116577 sectors root on sd1a (78813a0896b25226.a) swap on sd1b dump on sd1b iwm0: hw rev 0x200, fw ver 16.242414.0, address f0:d5:bf:1f:cb:5b -- Manuel Giraud

acme-client(1) and http_proxy

2017-04-21 Thread Manuel Giraud
this? -- Manuel Giraud

Re: Help with server not accepting new connections but is still accessible through ONE existing open ssh-session

2017-02-01 Thread Manuel Giraud
ot much more to do now except for crossing my fingers...) Err, yes but won't pf be enabled at boot time? Hopefully, some of your pf tables will be reset. -- Manuel Giraud

dump(8) file size

2015-10-13 Thread Manuel Giraud
Hi, Say I have a dump file of some level (>0) and I want to know the size of files in it, how can I do that? It seems that the ls of restore -i can only gives me inode numbers. -- Manuel Giraud

Re: lynx is gone?

2015-03-04 Thread Manuel Giraud
Peter Hessler phess...@theapt.org writes: 1) lynx has some amazingly insecure code 2) the installer installs a functional pkg.conf if you installed from the network. 3) nethack is not in base -- Manuel Giraud

Re: disk change-out and packages

2015-03-04 Thread Manuel Giraud
-rf - -- Manuel Giraud

Re: DUMP: fopen on /dev/tty fails

2015-01-05 Thread Manuel Giraud
the issue was and cannot reproduce. It was on level 1 dump too. -- Manuel Giraud

Re: mail.ssh with netstat command

2014-06-20 Thread Manuel Giraud
Indunil Jayasooriya induni...@gmail.com writes: How to find this mail.ssh ? I'll start with a netstat -n -- Manuel Giraud

Re: Encrypting httpd/nginx and friends

2014-03-28 Thread Manuel Giraud
as root (with the correct authorized_keys) and bioctl the crypto softraid and finally kill this sshd. Drawbacks: - compile a self-content sshd (see crunchgen(8) for this) (if possible do this with after the time_t patch) - be careful with /etc/rc merge -- Manuel Giraud

ntfs with big files

2013-10-10 Thread Manuel Giraud
tried this (with same behaviour) on i386 5.3 release and on i386 last week current. I'm willing to do some testing to fix this issue but don't really know where to start. -- Manuel Giraud

Re: Xwindows Startup without user login

2013-04-10 Thread Manuel Giraud
Renaud Allard ren...@allard.it writes: # echo 'su - auser -c /usr/X11R6/bin/startx' /etc/rc.local The problem with this is that the end /etc/rc won't be executed. Most notably you won't have cron running. -- Manuel Giraud

rtorrent is pmrwaiting

2013-01-07 Thread Manuel Giraud
: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on wd0a (c917c85befe4920c.a) swap on wd0b dump on wd0b WARNING: / was not properly unmounted -- Manuel Giraud

Re: OpenBSD's webpage desing

2012-06-27 Thread Manuel Giraud
Chris Cappuccio ch...@nmedia.net writes: Duh, this is OpenBSD. We use banner `ftp -o - http://www.openbsd.org/` You mean: banner `lynx -dump http://www.openbsd.org/` -- Manuel Giraud

libc.so.64.1?

2012-05-16 Thread Manuel Giraud
Hi, I've just tried to update and it seems that the current snapshots/i386/base51.tgz doesn't contains /usr/lib/libc.so.64.1. If that's to be expected following -current, i'll wait a couple of day before re-update.

[SOLVED] Re: ssh vpn

2011-12-01 Thread Manuel Giraud
Manuel Giraud man...@ledu-giraud.fr writes: Hi, I've set up an openssh based vpn as described in ssh(1). Now, I want to send all my traffic through this pipe. So I've put the following nat rules on both ends of the pipe: match out on em0 from tun0:network nat-to (em0) and modified

ssh vpn

2011-11-30 Thread Manuel Giraud
success). -- Manuel Giraud

spamd-setup in crontab

2011-11-14 Thread Manuel Giraud
uatrapsWriting -: : Illegal seek Broken pipe If i call spamd-setup as root i have no error message. (note: I've used the default /etc/mail/spamd.conf file). How can I sort this out? -- Manuel Giraud

Re: i386 softraid crypto panic

2011-06-07 Thread Manuel Giraud
FBI patches. Thanks. -- Manuel Giraud

i386 softraid crypto panic

2011-06-06 Thread Manuel GIRAUD
: iclass 3/1 ums0 at uhidev2: 3 buttons, Z dir wsmouse0 at ums0 mux 0 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on wd0a (41e54036910b1fd3.a) swap on wd0b dump on wd0b -- Manuel Giraud

Re: install on softraid

2011-04-08 Thread Manuel Giraud
Mindless Gr nomindles...@yahoo.com writes: The last time i have done it i remember that was a little tricky from install to initialize second disk from the shell Dont remember how have done it though AFAICR, you have to cd to /dev/ and sh MAKEDEV the new devices. -- Manuel Giraud

Re: restore wants a new tape but none exists!

2011-03-09 Thread Manuel Giraud
, this is well known unix sys admin procedure. That make sense but it makes me wonder how one practically use dump/restore to do regular backup ? Tell users, go to the machine room, boot -s and dump ? I thought that it was something done in cron on a running machine. -- Manuel Giraud

Re: Printing (well anything) using lpd...

2011-02-02 Thread Manuel Giraud
Jacob Meuser jake...@sdf.lonestar.org writes: On Tue, Feb 01, 2011 at 03:59:02PM +0100, Manuel Giraud wrote: Jacob Meuser jake...@sdf.lonestar.org writes: foomatic is pretty easy to set up. Thread hijacker here. I tried to setup a lpd/foomatic for a printer over network and always end

Re: Printing (well anything) using lpd...

2011-02-01 Thread Manuel Giraud
shut up and test then). -- Manuel Giraud

Re: Running ksh -l in terminal window under XFCE

2011-01-25 Thread Manuel Giraud
Paolo Aglialoro paol...@gmail.com writes: Is there some variable to set or am I missing some obvious parameter config? I had the same problem and starting my .xsession with #!/bin/ksh -l does the trick as any child process (not just shells) will have the correct environment. -- Manuel Giraud

Re: bioctl -P, change passwords on crypto volumes

2010-12-20 Thread Manuel Giraud
page says When creating volume and it seems in sync with source because the number of rounds are read from disk in the bio_changepass function (AFAIU). -- Manuel Giraud

Re: application key mappings in cwm

2010-04-09 Thread Manuel Giraud
: bind C-Down unmap bind 4-Down movedown -- Manuel Giraud

-current or -stable [was: Not another Browser Question]

2010-03-03 Thread Manuel Giraud
not good version of libc. In fact, I thought that having a -release (and -stable) was a strength of OpenBSD (if not why put so much effort for that). -- Manuel Giraud

Re: -current or -stable [was: Not another Browser Question]

2010-03-03 Thread Manuel Giraud
. Maybe I'll stick to -current too. But I'd like to give try staying -stable for a while and I could still play with the new toys every 6 month anyway. I wonder why does the FAQ recommend -stable over -current? -- Manuel Giraud

Re: -current or -stable [was: Not another Browser Question]

2010-03-03 Thread Manuel Giraud
OpenBSD X.Y Stable, and the interesting fellow replied, You should be running current. Said interesting fellow turned out to be Theo. It's good to know that -current stays such a stable system. But I think that the 6 month release cycle is good thing in OpenBSD. -- Manuel Giraud

Re: Announcing: JigglyPuffBSD

2010-01-20 Thread Manuel Giraud
Jason Dixon ja...@dixongroup.net writes: http://jigglypuffbsd.blogspot.com/ Pokemon on OpenBSD at last! -- Manuel Giraud

Re: the root is on

2010-01-18 Thread Manuel Giraud
/fstab from here since the root_device is mounted read-only. In fact, I first do a mount -uw / and now I can edit fstab. But if the root_device (as detected by kernel) is not what is said in fstab then this won't work. -- Manuel Giraud

Re: the root is on

2010-01-18 Thread Manuel Giraud
} / set_kbd decrypt build_fstab fsck -p -- Manuel Giraud

Re: the root is on

2010-01-16 Thread Manuel Giraud
solution? -- Manuel Giraud

the root is on

2010-01-15 Thread Manuel Giraud
Hi, Here's a probably stupid question: since the kernel can detect the root on sd0a why is there still a need for fstab entry for it? -- Manuel Giraud

Re: What does your environment look like?

2010-01-06 Thread Manuel Giraud
from system to system. Do you make this usb drive your home, or rsync, or what? I've once setup an usb thumb drive with a complete OpenBSD and boot on it everywhere I can but the writes were so slow that the thing is barely usable (I think I might try it with an external HD). -- Manuel Giraud