Re: init: single user shell terminated, restarting

2023-01-16 Thread Barry Grumbine
ERIT_COPY, MADV_RANDOM, UVM_FLAG_COPYONW | UVM_FLAG_SYSCALL))) { uao_detach(sigobject); On Mon, Jan 16, 2023 at 2:33 PM Theo de Raadt wrote: > kettenis figured out what the problem is. > > There might be a solution tomorrow. > > > Johan Huldtgren wrote: > > > hell

Re: init: single user shell terminated, restarting

2023-01-15 Thread Barry Grumbine
Memory Protection ---> Execution Prevention [Enable] Everything works just peachy now. If anyone here knows user stanl on daemonforums: https://daemonforums.org/showthread.php?p=73746 Let him know he probably doesn't have to toss his X220 Later, -Barry On Wed, Jan 11, 2023 at 8:57 PM Barry

init: single user shell terminated, restarting

2023-01-12 Thread Barry Grumbine
Hi misc@ Just wondering if anyone's aware of this. Knowing OpenBSD, there's a good chance it's already fixed. I'm having an issue with snapshots on my Thinkpad T520. I don't think I'm alone. Someone over on daemonforums.org is having the same issue on an X220. Same vintage systems, we might have

Re: sftp script put help

2015-05-15 Thread Barry Grumbine
Hi, I have never used sftp, but from the man page it looks like the sftp commands need to be in a separate file. Something like: fetch2.sh: #!/bin/sh sftp -b /home/jungle/batchfile jungle@host /home/jungle/batchfile: cd /home/jungle put file_*.csv aaa_completed If it were me, I would just use

Re: Documentation on rc.conf.local lacks important warning

2014-02-09 Thread Barry Grumbine
The FAQ says the same: We strongly suggest you do not alter /etc/rc.conf itself. Instead, create or edit the file /etc/rc.conf.local, copy just the lines you need to change from /etc/rc.conf and adjust them as you like. rc.conf is gives a good hint as well: # To select the service options you

Re: BeagleBone Black cereal

2013-10-03 Thread Barry Grumbine
Should the other end of the serial cable be the traditional RS-232 connector, or do serial/USB cables also work? Specifically, have you succesfully used any of the following with the BeagleBone Black? http://www.adafruit.com/products/954 I am successfully using this cable for my BBB. black

Re: Problems w/apache+php+mysqld since 4.9-5.0 OpenBSD Upgrade

2013-05-22 Thread Barry Grumbine
IIRC 4.9-5.0 was a little ugly, maybe you missed the PHP upgrade instructions here: http://www.openbsd.org/faq/upgrade50.html#Pkgup On Wed, May 22, 2013 at 4:44 PM, Damon Getsman damo.g...@gmail.com wrote: Bryan, after doing that it appears that it's not even getting executed. I put the

Re: remove old distfiles no longer associated with ports?

2013-05-22 Thread Barry Grumbine
Have a look at clean-old-distfiles(1) On Wed, May 22, 2013 at 9:10 PM, f5b f...@163.com wrote: how to auto clean old distfiles no longer associated with new ports source. any clue?

Re: USB temperature sensors

2013-05-09 Thread Barry Grumbine
If you're willing/able to test some new code, you may be interested in two recent threads on tech@ http://marc.info/?l=openbsd-techm=136472023131435w=2 http://marc.info/?l=openbsd-techm=136762807930749w=2 On Thu, May 9, 2013 at 4:19 AM, rafaello konfekte peleekaiskardina...@gmail.com wrote:

Re: httpd and php-mapi

2013-02-20 Thread Barry Grumbine
If you're just testing, why don't you quit pestering Antoine and try a snapshot. 5.3 is just around the corner. By the time you have zarafa tested, you will be able to upgrade today's snapshot to 5.3-release and call it good. On Wed, Feb 20, 2013 at 1:52 PM, Philippe Grégoire

Re: Use pax instead of cpio in FAQ 14.4 (Adding extra disks)

2013-01-13 Thread Barry Grumbine
On Sat, Jan 12, 2013 at 3:44 AM, Jiri B ji...@devio.us wrote: On Sat, Jan 12, 2013 at 01:10:16AM +, Christian Weisgerber wrote: I tend to recommend dump|restore, but those aren't on bsd.rd. Really? I had feeling that the best way to do disaster recovery is to use bsd.rd, make partitioning

Re: Unused swap

2013-01-13 Thread Barry Grumbine
I ran into the same problem. Was running into the datasize-cur=512M limit in the staff section of login.conf I'm not saying this is the right thing to do, but I bumped it to 1024M and haven't had a firefox seg-fault since. This is a system I use as my desktop, so I'm not concerned with other

Re: question about built-in support for full disk encryption

2012-11-09 Thread Barry Grumbine
On Fri, Nov 9, 2012 at 7:58 PM, hepta tor hepta...@gmail.com wrote: Hi Are there any plans to provide some simple ways for full disk encryption in OpenBSD? I now that there are some approaches/tools to encrypt volumes, but I'd like to know if it also possible to encrypt the boot and swap

Re: portmap didn't start at boot OpenBSD5.2

2012-10-28 Thread Barry Grumbine
On Sat, Oct 27, 2012 at 11:57 AM, Mike Korbakov mike-...@yandex.ru wrote: I see, compatibility section overwrites what was entered before. Two blocking light switches are very comfortable in a long corridor, but i can't understand why 2 switches are where it affects on security. 27.10.2012,

Re: portmap didn't start at boot OpenBSD5.2

2012-10-28 Thread Barry Grumbine
Sorry for the noise, as long as portmap_flags is defined, portmap should be started by /etc/rc, I get confused sometimes... On Sun, Oct 28, 2012 at 1:21 PM, Barry Grumbine barry.grumb...@gmail.com wrote: On Sat, Oct 27, 2012 at 11:57 AM, Mike Korbakov mike-...@yandex.ru wrote: I see

Re: Ports security updates in 5.1 or 5.2

2012-09-18 Thread Barry Grumbine
On Tue, Sep 18, 2012 at 11:06 AM, Alessandro Baggi alessandro.ba...@gmail.com wrote: ah, sorry but when run pkg_add -a -u I must give also ftp://ftp.openbsd.org/pathamd64repo/... ? http://www.openbsd.org/faq/faq15.html#Easy and read about PKG_PATH in pkg_add(1) -u Update the

Re: spamd greylisting: false positives

2012-05-25 Thread Barry Grumbine
On Thu, May 24, 2012 at 11:09 PM, David Diggles da...@elven.com.au wrote: Can messages get dropped if mail servers fail to resend within time interval, after receiving the initial temporary failure message? Yes, but that is entirely up to the sending mailserver. If you do not receive a

Re: Where's my bandwidth going?

2012-04-25 Thread Barry Grumbine
On Tue, Apr 24, 2012 at 9:27 PM, Alan Corey ab...@devio.us wrote: I'm on a modem, so there's only about 3 K/sec anyway, but is there anything that'll show me at least pids of what's using bandwidth? I've learned to close Firefox and even mc sessions I'm not using, and I'm watching a wget

Re: spamd: ftp: Improper response from www.spamhaus.org

2012-04-22 Thread Barry Grumbine
On Sun, Apr 22, 2012 at 2:01 AM, Ivo Chutkin open...@bgone.net wrote: Hello, Does anyone else get this message when update spamd blacklist: ftp: Improper response from www.spamhaus.org I use their blacklist with spamd and started to get this since yesterday. Thanks, Ivo Yes, odd. The

Re: My OpenBSD 5.0 installation experience (long rant)

2012-03-08 Thread Barry Grumbine
On Thu, Mar 8, 2012 at 3:18 AM, Dmitrij D. Czarkoff czark...@gmail.com wrote: Though OpenBSD installer is not the main feature of OpenBSD for me (it is only used to install OS anyway), I wouldn't like it to change in any way now, as I just can't think of a way to make it better. Sorry, hate

Re: pf doesn't work after changing isp

2012-02-27 Thread Barry Grumbine
Hey Scott, I'm no PF guru, been having some of my own problems, thought I'd give yours a look for a change of pace... On Mon, Feb 27, 2012 at 6:00 PM, Scott amorphous.yet@gmail.com wrote: Hello, I had previously run pf with no problem. Then I switched to comcast, and clients can no longer

Re: Blender causes system freeze.

2012-02-12 Thread Barry Grumbine
On Sun, Feb 12, 2012 at 6:01 AM, Mihai Popescu mihp...@gmail.com wrote: Iy was not ok for me to run blender on OpenBSD, mainly because interface errors like freezes, bad render of interface and eventually .core files. I found this on internet, long time ago, and it was ok since then. Run

Blender causes system freeze.

2012-02-11 Thread Barry Grumbine
I'm not sure how to troubleshoot this. Would appreciate some pointers. When I start blender I get to the splash screen. As long as I don't touch the keyboard or mouse, the system responds to ping. As soon as I touch the keyboard or move the mouse, I immediately have no mouse, no keyboard, no

Re: locate weirdness

2012-01-11 Thread Barry Grumbine
On Wed, Jan 11, 2012 at 9:49 AM, L. V. Lammert l...@omnitec.net wrote: At 10:41 AM 1/11/2012, Theo de Raadt wrote: Have a 4.3 server [rest deleted] There is a ton of documentation that makes it clear you are on your own more than two releases back. So, you're advocating incomplete

Re: locate weirdness

2012-01-11 Thread Barry Grumbine
Bite the bullet, upgrade, life is better at 5.0 ...knew I forgot something. There aren't many North American mirrors that go back to 4.2. I was fortunate to find obsd.cec.mtu.edu which Nick Holland recently notified us that he needs to take down very soon. After Looking through all the

Re: Proper way to update system + ports?

2011-12-22 Thread Barry Grumbine
On Thu, Dec 22, 2011 at 3:29 PM, Corey clinge...@gmail.com wrote: On 12/21/2011 06:46 PM, Stuart Henderson wrote: On 2011-12-21, Coreyclinge...@gmail.com wrote: On 12/20/2011 11:16 AM, Stuart Henderson wrote: Then afterwards, can I check out the -current branch from CVS as I do with

test(1)

2011-11-18 Thread Barry Grumbine
man [ used to give me the test(1) manpage, doesn't anymore. Is that something that needs fixin'?

Re: Detect APC UPS is on battery

2011-10-17 Thread Barry Grumbine
mailing list list at sprymed.com writes: Hello Everyone, I have a machine running OBSD 4.4 which as an APC Back-UPS ES 550. Anyway to have OpenBSD detect when power is coming from Battery? (Plan on sending the system sending me an sms if so) I found the following:

Re: Multi-homing in same subnet with pf?

2011-01-05 Thread Barry Grumbine
Hi, I know that on a bridge interface -learn em0 in hostname.bridge0 will alleviate the arp: attempt to add entry ... errors. Maybe if you put em0, em1 and em2 all in a bridge you could use -learn. I'd probably try something like: hostname.bridge0: add em0 add em1 -learn em1 add em2

ssh-agent socket permissions

2010-11-29 Thread Barry Grumbine
Running the 20101126 snapshot, I was poking around a bit this morning and noticed a possible permissions issue. $ ls -l /tmp/ssh-U7b26QotNu5v/agent.12708 srwxr-xr-x 1 test wheel 0 Nov 28 15:57 /tmp/ssh-U7b26QotNu5v/agent.12708 ssh-agent (1): $TMPDIR/ssh-XX/agent.ppid

multiple tun interfaces with qemu [SOLVED] - bug? creating /dev/tunX

2010-08-23 Thread Barry Grumbine
When using qemu, /dev/tunX interfaces are being created with the wrong permissions. It's not a /dev/MAKEDEV problem # cd /dev ./MAKEDEV tun4 works just peachy. The problem is when /dev/tunX is created on the fly. ...Are /dev/tunX created on the fly? hmmm... maybe that happens when I run my

Firefox and Thunderbird print crash - cups 1.4.4 related

2010-07-27 Thread Barry Grumbine
Just a heads up: I've been running -current (snapshots) and having trouble printing from firefox and thunderbird. As soon as I hit ctrl-p it crashes. All other programs seem to print just fine. Tracked down the problem. A change in cups-1.4.4 exposes a bug in mozilla that causes this crash.

Re: X exiting after update (inteldrm error)

2010-06-15 Thread Barry Grumbine
I am running the June 5th snapshot with no problems: OpenBSD 4.7-current (GENERIC) #19: Sat Jun 5 20:15:56 MDT 2010 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC [...] vga1 at pci0 dev 2 function 0 Intel 82945GM Video rev 0x03 [...] drm0 at inteldrm0 Intel 82945GM Video rev

Re: X exiting after update (inteldrm error)

2010-05-23 Thread Barry Grumbine
I am having the same problem on a Lenovo R60e running snapshots from May12th and May 22nd. Looks like it may be fixed: http://marc.info/?l=openbsd-cvsm=127457255931742w=2 , will try the next snapshot. Thanks. From /var/log/messages: May 17 14:11:42 CN212314 /bsd: render error detected, EIR:

spamd bogus config line message

2007-07-17 Thread Barry Grumbine
Good Afternoon, I am using OpenBSD 4.1 Release, patched as of today. When starting spamd in debug mode I receive a bogus config line message. Where it says need 'tag;message;a/m;a/m;a/m...' this looks like the format for spamd.conf, but I am using the default spamd.conf with no changes, so I