Re: ssh & rsh

2013-12-23 Thread Alexander Hall
On 12/23/13 11:58, Gregory Edigarov wrote: Hello, With rsh removed from base, and ssh now not falling back to rsh mode, shouldn't rsh be available from ports/pkgs? Ports are made by people who need it. I guess, so far, noone has. :-) /Alexander (I know where I can get it all from cvs ;-) so

Re: baseXXX.tgz in package(5)

2013-12-29 Thread Alexander Hall
frantisek holop wrote: >as openbsd distribution tarballs have been so far, and will be for >some years to come in the form of baseXY.tgz, etc, i am proposing >this simple nitpicking patch: > >- Note that the base distribution tarballs of OpenBSD (e.g. >baseXXX.tgz, >- compXXX.tgz, ...) are

Re: baseXXX.tgz in package(5)

2013-12-29 Thread Alexander Hall
Marc Espie wrote: >On Sun, Dec 29, 2013 at 01:20:03PM +0100, Alexander Hall wrote: >> frantisek holop wrote: >> >as openbsd distribution tarballs have been so far, and will be for >> >some years to come in the form of baseXY.tgz, etc, i am proposing >&

Re: wrong installpath in pkg.conf

2014-01-01 Thread Alexander Hall
On 01/01/14 14:35, Jan Stary wrote: On Dec 31 10:31:14, h...@stare.cz wrote: The last few installs have put this into my pkg.conf: installpath = ftp://ftp5.eu.openbsd.org/pub/OpenBSD/snapshots/packages// Apparently, the architecture part is empty somehow. Forgot to say, this is i386.

Re: wrong installpath in pkg.conf

2014-01-01 Thread Alexander Hall
On 01/01/14 22:07, Jan Stary wrote: On Jan 01 21:07:12, alexan...@beard.se wrote: On 01/01/14 14:35, Jan Stary wrote: On Dec 31 10:31:14, h...@stare.cz wrote: The last few installs have put this into my pkg.conf: installpath = ftp://ftp5.eu.openbsd.org/pub/OpenBSD/snapshots/packages//

Re: Cannot set stty parameters and read from /dev/ttyU0

2014-01-07 Thread Alexander Hall
On 01/07/14 21:17, Jurjen Oskam wrote: Philip Guenther gmail.com> writes: On Tue, Jan 7, 2014 at 8:23 AM, Theo de Raadt cvs.openbsd.org> wrote: What you need to instead is wrap all this in a way which keeps the tty open ( stty 9600 sane parenb -parodd crtscts cs7 igncr

Re: cleaning old files

2014-01-08 Thread Alexander Hall
On 01/08/14 09:11, Didier Wiroth wrote: > Hello, > I've been updating my computer from binaries over the years, I'm mostly > running current. > What is the best way to clean/delete old (zombie unused) binary, libraries > /etc files ...? > How are you doing it? > Thank you very much for your feedb

Re: mail(1) encrypt daily(8) output

2014-02-03 Thread Alexander Hall
On 02/04/14 00:27, Simon Drewitz wrote: Hi misc@, I have set up mail(1) so that it forwards mails such as the output of /etc/daily to my mail account and now I want to encrypt these mails using my public gpg-key. The best solution I have come up with is changing these two lines at the end of /et

Re: mail(1) encrypt daily(8) output

2014-02-03 Thread Alexander Hall
On 02/04/14 00:27, Simon Drewitz wrote: > Hi misc@, > > I have set up mail(1) so that it forwards mails such as the output of > /etc/daily to my mail account and now I want to encrypt these mails > using my public gpg-key. The best solution I have come up with is > changing these two lines at the

Re: ksh: expr 2147483648 / 2 = -1073741824 expected behavior or bug?

2014-02-24 Thread Alexander Hall
On February 25, 2014 12:27:41 AM CET, Stuart Henderson wrote: >On 2014-02-24, Fabian Raetz wrote: >> Hi misc@, >> >> while calculating my phys. memory (mb) with the >> folllowing shellsript i get as a result -424. >> >> sysctl -n hw.physmem returns 3849830400 >> >> >> #!/bin/sh >>

Re: Linux partition appears as ext2 partition in disklabel

2014-03-06 Thread Alexander Hall
On March 6, 2014 7:23:50 PM CET, "Dmitrij D. Czarkoff" wrote: >Ted Unangst said: >> On Thu, Mar 06, 2014 at 18:49, Dmitrij D. Czarkoff wrote: >> > Hello! >> > >> > I have a strange problem. Recently I added following to my >/etc/fstab: >> > >> > /dev/sd0i /mnt/arch ext2fs rw,nodev,nosuid,noex

Re: Linux partition appears as ext2 partition in disklabel

2014-03-06 Thread Alexander Hall
[cc:ing misc@ for the archives] On 03/06/14 21:29, Dmitrij D. Czarkoff wrote: Alexander Hall said: The offset must be >= 104859648 and < 625137345, the limits of the OpenBSD portion of the disk. The 'b' command can change these limits. > Any other ideas? Read th

Re: Dovecot bsdauth(user): unknown user

2014-03-09 Thread Alexander Hall
On 03/08/14 23:30, Атанас Владимиров wrote: Hi, I have a very strange problem with one user. After upgrade from "home made" release today dovecot stoped authenticating my account. Root and other accounts are working well. I also made two new accounts which worked as they should. It seems that for

Re: Broken links on faq

2014-03-12 Thread Alexander Hall
On 03/12/14 23:31, Benjamin Baier wrote: Your URL is "wrong", try http://www.openbsd.org/faq/faq1.html Heh, that's funneh. I wouldn't expect that behaviour between "//" and "..". Interesting. /Alexander On 03/12/14 22:55, Maurice McCarthy wrote: Just for info, many of the links on http:/

Re: [patch] update FAQ for signify(1)

2014-03-14 Thread Alexander Hall
> On 3/14/14 5:09 AM, Jean-Philippe Ouellet wrote:> Hello, >> ... >> Anyway... we have signfiy now and the FAQ still says otherwise. > > Oh, I forgot these: > > tedu's backport > http://www.tedunangst.com/flak/post/signify-backport > > my osx "port" > https://github.com/jpouellet/signify-osx I'm n

Re: pf and nat

2014-03-24 Thread Alexander Hall
On 03/24/14 15:44, Giancarlo Razzolini wrote: Secondly, the proper way of doing nat, is using match rules, not pass. Why would you say that? 'pass ... nat-to ...' makes perfect sense to me. Using "match" was an easy transition from the old nat rules, but being "*the* proper way", no way.

Re: dhclient

2014-03-27 Thread Alexander Hall
On 03/27/14 23:07, Philip Guenther wrote: On Thu, Mar 27, 2014 at 3:00 PM, Philip Guenther wrote: On Thu, Mar 27, 2014 at 2:28 PM, sven falempin wrote: Sometimes i feel curse (or maybe just tired) : main::(/bin/check_network.pl:164): my $src = system('/usr/bin/pkill -HUP -f "dhclient: t

Re: dhclient

2014-03-27 Thread Alexander Hall
On 03/27/14 23:26, Alexander Hall wrote: On 03/27/14 23:07, Philip Guenther wrote: On Thu, Mar 27, 2014 at 3:00 PM, Philip Guenther wrote: On Thu, Mar 27, 2014 at 2:28 PM, sven falempin wrote: Sometimes i feel curse (or maybe just tired) : main::(/bin/check_network.pl:164): my $src

Re: dhclient

2014-03-27 Thread Alexander Hall
On 03/27/14 23:36, Adam Thompson wrote: my $src = system('/usr/bin/pkill -HUP -f "^dhclient: trunk0"'); my $src = system('/usr/bin/pkill', '-HUP', '-f', '^dhclient: trunk0'); /Alexander

Re: dhclient

2014-03-27 Thread Alexander Hall
On 03/27/14 23:58, sven falempin wrote: On Thu, Mar 27, 2014 at 6:42 PM, Alexander Hall wrote: On 03/27/14 23:36, Adam Thompson wrote: my $src = system('/usr/bin/pkill -HUP -f "^dhclient: trunk0"'); my $src = system('/usr/bin/pkill', '-HUP',

Re: httpd(8) online manual page missing

2014-04-01 Thread Alexander Hall
On April 2, 2014 6:41:01 AM CEST, Raf Czlonka wrote: >Hi all, > >As I go through the FAQ I've noticed a httpd(8) online manual page >missing[0]. The link in question comes from 4.8 section[1] of the FAQ: > >[...] >/var/www: OpenBSD's web server lives here. >[...] > >[0] http://www.openbsd.org/cgi-

Re: httpd(8) online manual page missing

2014-04-01 Thread Alexander Hall
On April 2, 2014 8:14:11 AM CEST, Theo de Raadt wrote: >> On April 2, 2014 6:41:01 AM CEST, Raf Czlonka > wrote: >> >Hi all, >> > >> >As I go through the FAQ I've noticed a httpd(8) online manual page >> >missing[0]. The link in question comes from 4.8 section[1] of the >FAQ: >> > >> >[...] >> >/v

Re: Only two holes in a heck of a long time, but why?

2014-04-07 Thread Alexander Hall
On August 27, 2014 10:16:21 PM CEST, Kevin Chadwick wrote: > ... Kevin, FYI, your time is horribly off...

Re: Slow IO on SSD disk

2014-04-18 Thread Alexander Hall
On April 18, 2014 12:39:16 PM CEST, Paco Esteban wrote: >Hi all, > >I've a Lenovo T400 laptop with a SanDisk 64GB SSD disk. >It used to have Debian 7 on it (everything working just fine), and now >I >want to use it as my personal laptop with OpenBSD. > >I've installed 5.4. Everything is working gr

Re: Slow IO on SSD disk

2014-04-18 Thread Alexander Hall
On April 18, 2014 2:38:08 PM CEST, Paco Esteban wrote: >On Fri, 18 Apr 2014, Alexander Hall wrote: > >> >> >> On April 18, 2014 12:39:16 PM CEST, Paco Esteban >wrote: >> >Hi all, >> > >> >I've a Lenovo T400 laptop with a SanDisk 64

Re: Slow IO on SSD disk

2014-04-18 Thread Alexander Hall
On April 18, 2014 2:45:33 PM CEST, Paco Esteban wrote: >On Fri, 18 Apr 2014, Alexander Hall wrote: > >> >> >> On April 18, 2014 2:38:08 PM CEST, Paco Esteban wrote: >> >On Fri, 18 Apr 2014, Alexander Hall wrote: >> > >> >> >>

Re: Slow IO on SSD disk

2014-04-18 Thread Alexander Hall
On April 18, 2014 2:55:33 PM CEST, Paco Esteban wrote: >On Fri, 18 Apr 2014, Alexander Hall wrote: > >> >> >> On April 18, 2014 2:45:33 PM CEST, Paco Esteban wrote: >> >On Fri, 18 Apr 2014, Alexander Hall wrote: >> > >> >> >> >&

Re: sasyncd usable or not?

2014-05-12 Thread Alexander Hall
On 05/12/14 13:11, andy wrote: NB; My 'patches' are not really patches as they are not code diff's. They are just suggested changes i've posted on the lists. When I get more time (I'm a one man band at the mo for my company!) I want to get more familiar with the code base etc and contribute diff

Re: sed(1) and line number 0

2021-08-14 Thread Alexander Hall
One ugly take on these cases is adding an extra line at the beginning of the input. | sed 1p | And then change that 0 to 1. Not pretty but does the job. /Alexander On August 14, 2021 10:46:53 AM GMT+02:00, Philippe Meunier wrote: >Michael Hekeler wrote: >>Your first address is 0? >>What do

Re: Accessing LAN behind gateway from Road Warrior on wg(4) based tunnel

2021-09-01 Thread Alexander Hall
On Fri, Aug 27, 2021 at 03:03:36PM +0200, Erling Westenvik wrote: > Hello all, > I have successfully set up a wg(4) based VPN tunnel from my laptop > (current) to my home/office gateway (6.9) but have problems > understanding how to access the LAN behind the gateway. > > [Laptop] > - wg0 (10.0.0.4

Re: Why is tmpfs not working on OpenBSD?

2021-09-07 Thread Alexander Hall
Unless you explicitly want tmpfs, there's "mfs" for ram based temporary filesystems. /Alexander On September 5, 2021 9:59:26 AM GMT+02:00, iio7 wrote: ># mount -t tmpfs tmpfs /home/foo/tmp/ >mount_tmpfs: tmpfs on /home/foo/tmp: Operation not supported > >Sent with [ProtonMail](https://protonmai

Re: Problem configuring multiple wireguard tunnels

2022-02-15 Thread Alexander Hall
On February 15, 2022 10:26:54 AM GMT+01:00, "Łukasz Moskała" wrote: >W dniu 15.02.2022 o 10:19, Carlos Lopez pisze: >> >> >>> On 15 Feb 2022, at 10:16, Łukasz Moskała wrote: >>> >>> >>> >>> Dnia 15 lutego 2022 10:13:57 CET, Carlos Lopez >>> napisał/a: Hi all, I am tryin

Re: No longer able to mount NFS shares

2022-04-11 Thread Alexander Hall
Is reverse DNS properly working at all sides? On April 7, 2022 1:17:00 AM GMT+02:00, Aric Gregson wrote: >Hello, > >I have several NFS mount points shared on my local network from a >FreeNAS server running version 11.1-U7. My OBSD client computer is >running 7.0 GENERIC#224 amd64. > >For the pas

Re: ksh (and bash) dying with SIGPIPE when using echo builtin command

2022-06-11 Thread Alexander Hall
On June 9, 2022 3:19:56 AM GMT+02:00, Philippe Meunier wrote: >Hi, > >Try: > >$ mkfifo fifo >$ while true; do /bin/echo > fifo; echo -n "$? "; done > >then in another shell: > >$ tail -f fifo > >and everything works as expected. Now repeatedly interrupt and restart >this tail(1) command and

Re: Fanless amd64 sytem recommendations

2022-07-18 Thread Alexander Hall
Hi Nick! On July 11, 2022 7:33:30 PM GMT+02:00, Nick Holland wrote: >On 7/11/22 1:13 AM, B. Atticus Grobe wrote: >> I've been running a Hewlett-Packard HP t620 Quad Core TC for a couple of >> years now in that role, with the AMD GX-415GA SOC in it. It's the bigger >> brother of that found in the

Re: 'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-20 Thread Alexander Hall
On July 20, 2022 6:06:45 AM GMT+02:00, Adriaan wrote: >I am testing autoinstall for a VPS hosted in a datacenter. By using an >OpenBSD native VM on my desktop >I got all my issues with 'install.conf' and 'install.site' solved. > >To provide some access control I created an '.htaccess' file for

Re: doas tab completion

2024-07-29 Thread Alexander Hall
In this specific case, I believe $ alias doas='doas ' # Note the space might have done the trick as well, for ksh at least. /Alexander On July 29, 2024 7:30:57 PM GMT+02:00, Robert Palm wrote: >Thanks a lot for sharing all this great solutions! > >Am 29. Juli 2024, 17:37, um 17:37, Stuart He

Re: doas tab completion

2024-07-30 Thread Alexander Hall
On July 30, 2024 8:03:45 AM GMT+02:00, Jason McIntyre wrote: >On Tue, Jul 30, 2024 at 12:42:04AM +0200, Alexander Hall wrote: >> In this specific case, I believe >> >> $ alias doas='doas ' # Note the space >> >> might have done the trick as well, f

Re: verbose sftp per user ?

2009-04-09 Thread Alexander Hall
jul wrote: > anyone ? > > jul wrote on 5/04/09 14:50: >> i'm using chroot sftp with the following command: >> #Subsystem sftpinternal-sftp -l VERBOSE -f AUTH >> Subsystem sftpinternal-sftp -l INFO -f AUTH >> >> from http://marc.info/?l=openssh-unix-dev&m=120969706821519&w=2 >>

Re: Can you subscribe to the PF mailing list? I can't

2009-04-09 Thread Alexander Hall
Bob Beck wrote: >> Because gmail doesn't resend e-mails from the same host the first delivery >> attempt was made from. It fucks up spamd and every other greylisting app out >> there. Of course it can be worked around, but it seems not everyone is >> willing >> to do so. > > > It's easy

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
man mount Juan Jimenez Galdos wrote: > Also, i have many packages in a cdrom and i would like to install them with > "export PKG_PATH" and "pkg_add". I have found the cdrom as cd0 "disklabel > cd0", but when I write "export PKG_PATH=/mnt/cd0" it says "No packages > available in the PKG_PATH". Have

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
man mount Juan Jimenez Galdos wrote: > Hi, maybe this is basic, but i can't find my usb device though i think i > have found it, this is my dmesg (*usb in boldface*): > > OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 > dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERI

Re: pf, scrub in "syntax error"

2009-04-10 Thread Alexander Hall
Neal Hogan wrote: > As of recent updates to -current, the latest of which was today > (04/10/09), my pf rules are not loading due to a "syntax error" in my > scrub line. I have not touched my pf.conf in a while, so the > difference must be from recent source. I don't remember exactly when > this st

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
Juan Jimenez Galdos wrote: Hi, maybe this is basic, but i can't find my usb device though i think i have found it, this is my dmesg (*usb in boldface*): ... *umass1 at uhub5 port 2 configuration 1 interface 0 " USB DISK Pro" rev 2.00/1.00 addr 4* umass1: using SCSI ov

Re: Traceroute

2009-04-10 Thread Alexander Hall
Alexandr Shadchin wrote: > Hi! > > Small code cleaning :) > > inetname() is called with nflag = 0 > In inetname() is checking nflag != 0, why? Seems reasonable to me, but also change the comment above the function. /Alexander

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
Juan Jimenez Galdos wrote: > Ok, thank you very much Alexander, Jacek :). > > A question: if i need to download a package with the dependences, is there a > command? is there in OpenBSD a cache with the packages? > > Thank you very much again. I am not really sure if you mean download only or do

Re: ssh tunnel tun device forwarding without root

2009-04-12 Thread Alexander Hall
Lars Noodin wrote: > Lars NoodC)n wrote: >> What way is there to use sudo on both the local and the remote machine >> instead? ... > > Ok. (so that this goes in the archives) One work-around is to change > the group for the relevant tun device on the remote machine. Then give > the group rw pri

Re: I need to mount in a normal account

2009-04-16 Thread Alexander Hall
Juan Jimenez Galdos wrote: > Sorry, I pressed enter. Pressing Enter sends your email? > I add to sudoers (cd0 is the directory in /mnt/): > db ALL=/sbin/mount /cd0,/sbin/umount /cd0 > > But when I try "mount /dev/cd0c /mnt/cd0" and i write the password it says > "try again", and i have writt

Re: Slow SATA write speeds with SMB

2009-04-19 Thread Alexander Hall
Syntic wrote: > Hi there, > > I recently installed OpenBSD on one of my servers and I have noticed that I > am experiencing slow SATA write speeds when using SMB to copy files across > my network. > > I currently have 1xSATA disk & 2xPATA disks in my server. > When I copy files across my network

Re: Slow SATA write speeds with SMB

2009-04-20 Thread Alexander Hall
added (80x25, vt100 emulation) > drm at vga1 unsupported > isa0 at pcib0 > isadma0 at isa0 > com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo > pckbc0 at isa0 port 0x60/5 > pckbd0 at pckbc0 (kbd slot) > pckbc0: using irq 1 for kbd slot > wskbd0 at pckbd0: console keyboard

Re: Multiple layers of NAT

2009-04-21 Thread Alexander Hall
Lars Nooden wrote: > Sometimes I have to set up a LAN inside a pre-existing NAT'd LAN and > traffic from the inner LAN (B) does not make it to the Internet or even > to final, external interface (4). > >+---+ ++ > LAN B ---+ 1 + + Box2 + >

Re: Multiple layers of NAT

2009-04-21 Thread Alexander Hall
Lars Nooden wrote: > Alexander Hall wrote: >> Lars Nooden wrote: >>> Sometimes I have to set up a LAN inside a pre-existing NAT'd LAN and >>> traffic from the inner LAN (B) does not make it to the Internet or even >

Re: European orders(Sweden) - nohup.se

2009-04-25 Thread Alexander Hall
Maxim Bourmistrov wrote: > Hello misc@, > it has been almost a week since I sent an invoice for OpenBSD 4.5 > CD/t-shirt to nohup.se. Did you really mean you sent an _invoice_ to them? > Well, there is no answer so far and the webpage is outdated and > promoting old releases. > > Any one from Swe

Re: soekris 5501, ral(4) and 4.5-current

2009-04-27 Thread Alexander Hall
I'll second this; from a gw of mine: $ sudo crontab -l | grep ral0 # Down and up ral0 on failure * * * * * ifconfig ral0 | grep -q OACTIVE && { ifconfig ral0; echo "\n *\n"; ifconfig ral0 down; sleep 1; ifconfig ral0 up; ifconfig ral0; } /Alexander Stuart Hend

Re: soekris 5501, ral(4) and 4.5-current

2009-05-02 Thread Alexander Hall
Tom Murphy wrote: > Alexander Hall wrote: > >> I'll second this; from a gw of mine: >> >> $ sudo crontab -l | grep ral0 >> # Down and up ral0 on failure >> * * * * * ifconfig ral0 | grep -q >> OACTIVE && { if

Re: configuration of switch ports

2009-05-04 Thread Alexander Hall
Fortunato wrote: > Hello misc, > > Could someone point me towards the conf file (or docs) that sets up ports as > switch ports? http://www.openbsd.org/faq/faq6.html#Bridge

Re: no init scripts, what is the best way to start dnsmasq

2009-05-06 Thread Alexander Hall
Mark Shroyer wrote: > On Tue, May 05, 2009 at 02:11:57PM +0200, Coert Waagmeester wrote: >> I have installed dnsmasq on OpenBSD. >> >> What is the best way to start it? Should I start it >> from /etc/rc.securelevel, or rc.local? > It's best not to think of this in terms of SysV-style init scripts.

Re: Someone has working setup of sound in rdesktop?

2009-05-06 Thread Alexander Hall
Toma Bodar wrote: > Hi all, > > I'm trying to bring sound up in connection with Windows XP trough > rdesktop(1),but still no success.Googling recommend solutions which I > tryied yet and no special info in man page. > Here is my script for connection : > > #!/bin/sh > /usr/local/bin/rdesktop -u

Re: authpf for incoming connections

2009-05-22 Thread Alexander Hall
Aaron Martinez wrote: >> On 22 May 2009 at 15:05, Aaron Martinez wrote: >> >>> Hi All, >>> >>> I am setting up an openbsd 4.5 stable based pf firewall and was >>> wondering if there is a way to make it so only certain users could log >>> in from certain IP addresses. I have authpf set up and worki

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Alexander Hall
Daniel Ouellet wrote: > My deepest apologies for the nose! I don't mind it. > > Daniel

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Alexander Hall
Daniel Ouellet wrote: > Alexander Hall wrote: >> Daniel Ouellet wrote: >> >>> My deepest apologies for the nose! >> I don't mind it. > > Men, should have been "noise" not "nose". > > Fair picking, I deserved it! (;> Hey! I did not pick your nose. :-)

Re: slow network thread

2009-06-06 Thread Alexander Hall
Jan Klemkow wrote: > hi, > > I've a problem with the network speed. > If I download the a file with openbsd, > it has only a speed round about 250 kBit/s > > I could start several downloads with the same speed. > So that a program like aget has a speed from 600 till 900. > > I've this effect wit

Re: screen, ksh with .profile loaded

2009-06-15 Thread Alexander Hall
Jennifer Ma wrote: > hi all, > > i am new to openbsd and screen and ksh ... > > my question is how to use screen(from package) to load ksh with > $HOME/.profile loaded(like a full login shell), so my alias can work > again. > > i've already tried > # screen -s /bin/ksh > no luck. > > please hel

Re: ntpd dies on startup if using "-s" option

2009-06-17 Thread Alexander Hall
Stefan Unterweger wrote: > Hello! > > I have noticed a rather curious behaviour of ntpd on startup. I > recently started setting the '-s' option to ntpd in rc.conf.local > on my machines. The sloppy hardware clocks on those machines > combined with the lack of any kind of USV often leads to severa

Re: ntpd dies on startup if using "-s" option

2009-06-17 Thread Alexander Hall
Stefan Unterweger wrote: > * Alexander Hall on Wed, Jun 17, 2009 at 10:40:58AM +0200: >> What is your network setup? > > The network setup is rather simple: > | lo0: flags=8049 mtu 33160 > | priority: 0 > | groups: lo > | inet 127.0.0.1 netmask 0

Re: exec/unexec

2009-06-22 Thread Alexander Hall
Joachim Schipper wrote: > On Mon, Jun 22, 2009 at 12:00:31AM +0300, Cem Kayali wrote: >> Hi, >> >> Thanks for your reply. >> >> -I If scripts exist for a given package, do not execute them. >> >> >> This does not work... I will re-check, but "pkg_add -vvvI" shows that >> scripts are exe

Re: tmux newbie "prefix key" question

2009-07-07 Thread Alexander Hall
Didier Wiroth wrote: > Hello, > > I would like to migrate from screen to tmux. May be I'm to tired ... > but, I've been trying to detach from a tmux session without success, > using "CTRL-b + d" results in exiting the session not detaching it. > (I'm holding "CTRL and B", and the I press D", I hav

Re: tmux vs screen questions

2009-07-13 Thread Alexander Hall
Nicholas Marriott wrote: I see, thanks. I don't think a customisable message is necessary, ... as long as the default is not "Wuff Wuff!!" :-) /Alexander

Re: pdksh typeset

2011-12-13 Thread Alexander Hall
On 12/09/11 10:05, Paul de Weerd wrote: echo does this. echo "$x $y" Well, for the record, it has little to do with `echo' per se. This is merely normal shell argument parsing. Same thing would happen with print, printf, banner, ... /Alexander Paul 'WEiRD' de Weerd On Fri, Dec 09, 2011 at

Re: system crashed recently: uvm_fault ( 0xe33d7ea0,0x0,0,3) ->e

2011-12-15 Thread Alexander Hall
On Thu, 15 Dec 2011 11:31:40 +0800, "co...@tetrachina.com" wrote: > Hi, > > OpenBSD 4.1 as firewall crashed sometimes recently everyday ,and the > debug messages are like that: > > uvm_fault ( 0xe33d7ea0,0x0,0,3) -> e > kernel:page fault trap,code=0 > stopped at pipe_create+ 0x16: Mo

Re: Install without the DNS domain name from DHCP

2012-01-12 Thread Alexander Hall
On 01/12/12 18:18, ropers wrote: On 12 January 2012 13:33, wrote: BTW, what seems to work is: supersede domain-name "."; Makes sense, because the . means root (i.e. the domain name root), which incidentally is why http://www.openbsd.org./ also works. Not incidentally. Intentionally. It ex

Re: locate weirdness

2012-01-13 Thread Alexander Hall
On 01/13/12 14:47, Otto Moerbeek wrote: On Fri, Jan 13, 2012 at 08:38:37AM -0500, Kenneth R Westerback wrote: On Thu, Jan 12, 2012 at 03:28:37PM +0100, Fritz Wuehler wrote: Hey Henning, off-topic diatribes? coming to this mailing list asking for help about a 4 year old release when it is cle

Re: locate weirdness

2012-01-13 Thread Alexander Hall
On 01/13/12 13:50, Fritz Wuehler wrote: Spoke the self-proclaimed guru: Upgrading is a rule of this list. It cannot get anymore simple than that. So you're saying OpenBSD and Windows are really the same? No need to actually diagnose problems just upgrade. Whatever it is is fixed in the curren

Re: rsync screams about read-only filesystem

2012-03-08 Thread Alexander Hall
On 03/05/12 21:24, Jiri B wrote: OK I agree I was very vague, mostly because I have thought it must be very obvious PEBKAC. Sorry. Well, here is as much info as I collected. The goal of the script below is to synchronize in memory filesystem directories to USB stick. Some lines are just to prin

Re: SSH, root can repeat commands with up arrow, others cannot

2012-03-11 Thread Alexander Hall
On 03/11/12 20:43, Chris Bennett wrote: This started for me a while back. Login as root, I can repeat older commands with up down arrows. History command shows history. su -l otheruser Cannot use up down arrows to access history. History command shows correct history. Login remotely as otherus

Re: remotely provide entropy

2012-03-13 Thread Alexander Hall
Torsten Valentin wrote: >Hi! > >I have a couple of machines that run as VM and are lacking good entropy >data. I was wondering if there is a way of feeding the local random >number pool of a VM with entropy that was generated on a hardware >random >number generator on a physical machine. > >I tho

Re: Strange sshd + /etc/nologin behaviour

2012-03-14 Thread Alexander Hall
On 03/14/12 22:04, "AndrC) S." wrote: > After some more testing I dare to say that this whole /etc/nologin-thing > in conjunction with ssh can be considered buggy. > > Some users get the contents printed before their session is > disconnected, some users don't. To be honest, I don't really care >

Re: Strange sshd + /etc/nologin behaviour

2012-03-15 Thread Alexander Hall
"AndrC) S." wrote: >> Indeed, it seems v. 1.251 of session.c got it wrong. >> >> Can you see if this helps? >> >> /Alexander >> >> >> Index: session.c >> === >> RCS file: /cvs/src/usr.bin/ssh/session.c,v >> retrieving revision 1.

Re: OpenBSD and Apache

2012-03-20 Thread Alexander Hall
Kevin Chadwick wrote: >On Tue, 20 Mar 2012 14:29:48 -0300 >Friedrich Locke wrote: > >> Dear list members, >> >> i have just installed my openbsd box and would like to configure my >> server to handle http requests. I would like to set apache to spawn >at >> most 10 processes and each handle at m

Re: manual about jobs control

2012-04-11 Thread Alexander Hall
f5b wrote: >In OpenBSD we can use commands like "jobs" "fg" or something else, but >why "man jobs" "man fg" not work? > >and are there anything about "jobs control" in the base Manual? Yup. man $SHELL

Re: smtpd(8), aliases(5), forward(5): non-zero exit code causes deliveries abort

2012-04-14 Thread Alexander Hall
MERIGHI Marcus wrote: >hello Gilles, > >gil...@poolp.org (Gilles Chehade), 2012.04.14 (Sat) 20:18 (CEST): >> On Sat, Apr 14, 2012 at 07:48:24PM +0200, MERIGHI Marcus wrote: >> > hello (opensmtpd-) folks, >> > >> > I think OpenSMTPd aborts delivery to multiple aliased recipients as >soon >> > as

Re: OpenBSD 5.1 SSD

2012-04-14 Thread Alexander Hall
On 04/14/12 20:38, Laurence Rochfort wrote: Hi, I'm considering purchasing a domestic SSD for my laptop. Does OpenBSD 5.1 support SSDs and the TRIM command if needed? As already said; yes and no, respectively. It matters little though, but if you're really concerned about the missing TRIM su

Re: fdisk flag bootable partition during install

2012-04-24 Thread Alexander Hall
Erling Westenvik wrote: >Please ignore and forgive my obviously unforgivable ignorance: > >I wanted to test a snapshot of OpenBSD 5.1 on my ThinkPad T500 which >runs 5.0 Release. I decided to overwrite the Windows 7 installation >which I never use anyway. fdisk(8) before installation was more or

Re: Why does the ports system delete distfiles?

2012-04-25 Thread Alexander Hall
Alan Corey wrote: >I've seen this before, I wonder if there's some environment variable I >can set to stop it? > >I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C >to >stop it, it goes to the next site and downloads the file. Then it >deletes >the file when it finishes.

Re: Why does the ports system delete distfiles?

2012-04-26 Thread Alexander Hall
On 04/26/12 08:31, Marc Espie wrote: > On Wed, Apr 25, 2012 at 11:34:24PM -0400, Alan Corey wrote: >> I've seen this before, I wonder if there's some environment variable >> I can set to stop it? > > Nope. > >> I try make fetch on a port, it fails due to a bad site. I hit >> Ctrl-C to stop it, i

Re: authorized_keys and security(8)

2012-05-03 Thread Alexander Hall
On 05/03/12 21:05, Mike Erdely wrote: On Thu, May 03, 2012 at 02:48:14PM -0400, Mike Erdely wrote: FYI: For a test, I added "foo" with useradd(8) and "bar" with adduser(8): # grep -E "(foo|bar)" /etc/master.passwd foo:*:1002:1002::0:0::/home/foo:/bin/ksh bar:*:1003:1003::0:0:bar:/hom

Re: authorized_keys and security(8)

2012-05-03 Thread Alexander Hall
On 05/04/12 00:06, Mike Erdely wrote: On Thu, May 3, 2012 at 5:43 PM, Alexander Hall wrote: I'm not sure about this. The check in security is there for a reason. If you want to bypass it, it might be better to have to do it manually. The inconsistancy is annoying though, as i

Re: authorized_keys and security(8)

2012-05-03 Thread Alexander Hall
Alexander Hall wrote: >On 05/04/12 00:06, Mike Erdely wrote: >> On Thu, May 3, 2012 at 5:43 PM, Alexander Hall >wrote: >>> I'm not sure about this. The check in security is there for a >reason. If you >>> want to bypass it, it might be better to have to do

Re: Ftpd chroot in a user folder name

2012-05-08 Thread Alexander Hall
Wesley wrote: Thank you very much for your explanation. I understand better. I finally use sftp using this in the file /etc/ssh/sshd_config : ... Match User site1 ChrootDirectory /var/www/htdocs/website1 ForceCommand internal-sftp PasswordAuthentication yes Match User site2 ChrootDirectory /va

Re: How can i boot a bsd.rd from windows 2000 ?

2007-10-24 Thread Alexander Hall
Christopher Bianchi skrev: Hello everyone. My situation is this: i've a laptop, a Sharp pc-ax10 with Windows 2000 preinstalled , without cdrom, floppy. I wish install OpenBSD on it. Naturally bios can't boot from USB. So i've thinked to boot the bsd.rd , but how ? The faq explain the procedure fr

Re: Samba files used logging

2007-10-28 Thread Alexander Hall
[EMAIL PROTECTED] wrote: I've set up a little samba server on my OpenBSD box. I would like to know which files are being accessed (write, copy) by smbd. I tried fstat, pstat but none of them give me the name of the files. Try combining it with ncheck(8) for inode to filename conversion. /Alex

Re: Cannot ssh after reboot

2007-11-15 Thread Alexander Hall
Han Boetes wrote: Jake Conk wrote: I rebooted my server and now I get this error when I try to ssh: -bash: can't load library 'libintl.so.3.0' Connection to 192.168.10.2 closed. Why can't it load libintl? What causes this with a simple reboot? Maybe that it was deleted? Borked? I dunno. Yo

Re: nptd regression in 4.2

2007-11-16 Thread Alexander Hall
Otto Moerbeek wrote: On Fri, Nov 16, 2007 at 11:43:38AM +0100, frantisek holop wrote: i have upgraded to 4.2 and because i am frequently without net access i see the following: at startup time ntpd just hangs indefinitely and must be terminated. Are you sure this did not happen before? I'

Running cwm and fvwm at the same time?

2007-11-20 Thread Alexander Hall
Hi! I'm just curious how come it its possible to start (and run) cwm at the same time as running fvwm (from base). AFAIK a window manager normally cannot (or refuses to) run if another window manager is already in use. Is this only a courtsey from the second window manager? I thought there we

Re: Running cwm and fvwm at the same time?

2007-11-20 Thread Alexander Hall
Jan Stary wrote: On Nov 20 10:26:22, Alexander Hall wrote: I'm just curious how come it its possible to start (and run) cwm at the same time as running fvwm (from base). How exactly does that happen on your box? Well, using fvwm as window manager, I simply run cwm from a shell. I did

Re: Open BSD Physical Storage

2007-12-06 Thread Alexander Hall
Shachi Rai wrote: Hi, Great to see your reply, I would like to explain you in detail, I am currently writing a java code which tries to find out the total physical storage of an OpenBSD machine. Infact I would like to know the complete partition table in an OPenBSD machine. I have gone throu

Re: BIND and the measure of system entropy (randomness?)

2007-12-11 Thread Alexander Hall
Hi, mufurcz wrote: Greetings, A disk in one of the old firewalls (not exactly critical) failed (running OpenBSD 2.9!), and I urgently need a DNS server to work. Replaced the disk and installed 4.2. Starting `named -g` (listing below), produces a few surprising messages, like: a) line 3:

Re: Inaccurate restart of Apache 1.3

2007-12-13 Thread Alexander Hall
Mats Erik Andersson wrote: Hello, three weeks I set up a Subversion/Apache2 on my private OpenBSD 4.2 to be publicly available. It was not migrated from an earlier system. Doing this I hade cause to restart Apache 1.3 and Apache 2.2 repeatedly until my access control worked correctly. This discl

Re: cvsweb browsing out of sync with latest src?

2007-12-13 Thread Alexander Hall
Nick Guenther wrote: On 12/10/07, Mayuresh Kathe <[EMAIL PROTECTED]> wrote: Hey Nick, sorry to go against you, but do take a look at; http://www.openbsd.org/cgi-bin/cvsweb/src/gnu/usr.bin/sudo/ It's been eliminated since there's a replacement by Todd under a non-GNU license. ~Mayuresh Crazy,

Re: cvsweb browsing out of sync with latest src?

2007-12-18 Thread Alexander Hall
[ returning after a long weekend ] Constantine A. Murenin wrote: On 13/12/2007, Nick Guenther <[EMAIL PROTECTED]> wrote: http://www.openbsd.org/cgi-bin/cvsweb/src/gnu/usr.bin/sudo/sudo/Attic/tgetpass.c?rev=1.15&content-type=text/x-cvsweb-markup "Error Error: Unexpected output from cvs co pbCh

<    1   2   3   4   5   6   7   8   >