rnel reordering (in
/usr/share/relink/kernel by default). For example, I currently have
730MB here. So yes, /usr should be large enough.
--
Manuel Giraud
ils, you should read
unwind.conf(5) and maybe also resolvd(8)
--
Manuel Giraud
ted. FTR, here is what I have done:
- Select the "Help" menu entry, you get the following prompt:
Press F2 through F10 for details, or ENTER to boot:
- Type "install gfxpayload=text console=ttyS0,115200" and enter
- Press space, proceed with installation
--
Manuel Giraud
ions? I'm trying
the same vm.conf as you but when I start with "vmctl start -c 1", I'm
presented with a textual menu and I don't know what to do with it.
Best regards,
--
Manuel Giraud
ChallengeResponseAuthentication=no \
+ -o UsePrivilegeSeparation=no \
+ -o UseDNS=no
+ mount -ur /
+ route -qn flush
+ ifconfig em0 down delete
;;
12)
echo "Boot interrupted."
Best regards,
--
Manuel Giraud
Paul Pace writes:
> On 2024-05-02 07:32, Manuel Giraud wrote:
>> table { 127.0.0.1 }
>> table { 127.0.0.1 }
>> table { 127.0.0.1 }
>
> On 2024-05-02 07:02, Zé Loff wrote:
>> table { 10.17.16.10 }
>> table { 10.17.16.10 }
>> table {
with tls to port 80 check tls
forward with tls to port 8080 check tls
forward with tls to port 3 check tls
}
--8<---cut here---end--->8---
Best regards,
--
Manuel Giraud
ept 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
192.0.2.4 }
> 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
ges is what
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
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 informa
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:
>>
>>
would be the alternatives?
Thanks,
--
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.UT
.
--
Manuel Giraud
esh EFI 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
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
c 8 int 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
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
delete -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
Sebastien Marie writes:
> looks at the output of:
> # pkg_delete -a -n
That was quick! Thanks to both of you.
--
Manuel Giraud
_add -l mypkg
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
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
work for 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
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
Manuel Giraud 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 local httpd
> without TLS.
>
>
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
G writes:
> vga1 at pci0 dev 2 function 0 "Intel HD Graphics 520" rev 0x07
Hi, you have an Intel HD Graphics 520 for which inteldrm(4) support was
add very recently. So, to have graphic acceleration and backlight
support, you have to upgrade to current or wait for 6.2.
--
Manuel Giraud
c/examples/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
ecord.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
ume=126,126
record.volume.mute=off
record.volume.slaves=adc-0:1,adc-2:3
--
Manuel Giraud
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: 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
this?
--
Manuel Giraud
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
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
Peter Hessler 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
e
# dump -0a -f - /home | restore -rf -
--
Manuel Giraud
warrant that, though.
>
> Hm. This is dump of level 0, on a Monday morning,
> when I rm the previous dumps and start anew
> - could it be that the free space made by rm
> only becomes available a _bit_ late due to softdep?
>
> [ "x$l" = "x0" ] && rm -f $BKPDIR/dump$fsname.?
> f=$BKPDIR/dump$fsname.$l
> > $f && chown $BKPUSR:$BKPGRP $f && chmod 600 $f
> dump -$l -a -u -f - $fs > $f 2> $BKPLOG
>
> Because that happens, right? Create a few huge files
> on a softdep FS, then remove them; the free space
> only "appears a bit later".
>
> I will try to add a sync in between the rm and the dump -0
I have had this type of message when dump asks some question to the
operator. I don't remember what the issue was and cannot reproduce. It
was on level 1 dump too.
--
Manuel Giraud
Indunil Jayasooriya writes:
> How to find this mail.ssh ?
I'll start with a netstat -n
--
Manuel Giraud
."
I can then connect 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
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
Renaud Allard 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
sure
services fixed
ses0: unable to read enclosure configuration
vscsi0 at root
scsibus1 at vscsi0: 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
Chris Cappuccio 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
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.
Manuel Giraud 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)
route add
route change default 10.1.1.1 # <--- IP on tun0
It works as needed but now I need to access a service (e.g. a www
server) on and the www port is filtered by . How
can I do this? (I've tried some rdr-to and route-to rules on specific
port without success).
--
Manuel Giraud
blacklist 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
se FBI patches. Thanks.
--
Manuel Giraud
bd1: connecting to wsdisplay0
uhidev1 at uhub4 port 1 configuration 1 interface 1 "TypeMatrix.com USB
Keyboard" rev 1.10/1.30 addr 2
uhidev1: iclass 3/1, 3 report ids
uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
uhid1 at uhidev1 reportid 2: input=2, output=0, feature=0
uhid2 at uhidev1 reportid 3: input=2, output=1, feature=0
uhidev2 at uhub4 port 2 configuration 1 interface 0 "Dell Dell USB Optical
Mouse" rev 2.00/43.01 addr 3
uhidev2: 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
Mindless Gr 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
Really, 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
Jacob Meuser writes:
> On Tue, Feb 01, 2011 at 03:59:02PM +0100, Manuel Giraud wrote:
>> Jacob Meuser writes:
>>
>> > foomatic is pretty easy to set up.
>>
>> Thread hijacker here. I tried to setup a lpd/foomatic for a printer over
>> network and
o be related to this:
http://old.nabble.com/foomatic-stops-working-again-td29285534.html#a29287775
And might be already fixed in -current (i think i should shut up and
test then).
--
Manuel Giraud
Paolo Aglialoro 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
the man 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
le:
bind C-Down unmap
bind 4-Down movedown
--
Manuel Giraud
t;I'm running 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
-current with
> the goodies. I haven't looked back since.
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
n
error like "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
Jason Dixon writes:
> http://jigglypuffbsd.blogspot.com/
Pokemon on OpenBSD at last!
--
Manuel Giraud
Raimo Niskanen writes:
> You can always "mount -t ffs / /dev/sd1a".
Thanks for that! I didn't want to mess the real /etc/rc so I end up with
the following script that I put in /bin.
#!/bin/ksh
set_kbd() {
local _layout _resp _default=1
[[ -x /sbin/kbd ]] || return
while :; do
cannot edit /etc/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
x27; before. Does anybody doing this and have a better solution?
--
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
g files 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
66 matches
Mail list logo