Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-13 Thread Josh Grosse via misc
On March 13, 2024 1:54:14 PM EDT, "Todd C. Miller" wrote: >I've just added support to our majordomo for rewriting the From: >header when the sender's domain has a DMARC policy. Messages from >domains using DMARC will now have a From: header like: > >From: "John Connor via misc" > >and the

Re: Weird VMD behaviour

2024-02-22 Thread Josh Grosse
On Thu, Feb 22, 2024 at 09:16:20AM -0300, pela0 wrote: > on dmesg: > vmd[30546]: can't open /etc/firmware/vmm-bios: No such file or directory Per the FAQ: "In some cases, virtualization capabilities must be manually enabled in the system's BIOS. Be sure to run the fw_update(8) command after

Re: DNS resolution when 1st nameserver does not know

2024-02-15 Thread Josh Grosse
On Thu, Feb 15, 2024 at 02:15:07PM +0100, rsyk...@disroot.org wrote: > my computer is connected to a LAN, from which it obtains its > IP and also local-DNS-server IP via DHCP. The latter is then > inserted into /etc/resolv.conf by, I believe, resolvd. The > computer is furthermore connected via

Re: Problem with WireGuard on OpenBSD 7.3

2023-05-04 Thread Josh Grosse
On Thu, May 04, 2023 at 03:06:13PM +0200, Odd Martin Baanrud wrote: > Hello, > > I???m configuring a WireGuard server on an OpenBSD 7.3 machine, using this > howto: > https://ianix.com/wireguard/openbsd-howto.html > > I don???t get the wg0 interface up. > The hostname.wg0 contains: > inet

Re: vlan autoconf fails to conf at boot

2022-04-29 Thread Josh Grosse
On Fri, Apr 29, 2022 at 09:33:50PM -0700, George Morgan wrote: > I created a hostname.vlan10 file which has a single line: > > inet autoconf parent vge0 vnetid 10 lladdr ... > > At boot the interface fails to configure but after boot I can login to the > console and run "doas sh /etc/netstart"

Re: Sysctl settings for transmission bittorrent (udp receive buffer size)

2022-04-26 Thread Josh Grosse
On Mon, Apr 25, 2022 at 07:47:37PM -, Stuart Henderson wrote: > On 2022-04-25, Daniel Schuermann wrote: > > I can't get transmission (bittorrent client) to work properly. > > > > From the logs: > > transmission-daemon: UDP Failed to set receive buffer: > > requested 4194304, got 41600 > >

Re: Unwind in rdomain1 returning NXDOMAIN for local queries

2022-03-25 Thread Josh Grosse
On Fri, Mar 25, 2022 at 11:41:08AM +0100, Francisco Gaitan wrote: > I have setup a WireGuard VPN so I run two instances of unwind, one for > rdomain 0 (unwind) and another for rdomain 1 (unwind1) this way: > lrwxr-xr-x 1 root wheel16 Mar 23 13:44 unwind1 -> /etc/rc.d/unwind > > $ cat

Re: No sound on ThinkPad X220 using current snapshot

2022-02-14 Thread Josh Grosse
On Mon, Feb 14, 2022 at 05:58:37PM +0100, Dirk-Wilhelm Peters wrote: > "Theo de Raadt" wrote: > > > > OpenBSD 7.0-current (GENERIC.MP) #325: Thu Feb 10 12:26:12 MST 2022 > > > > Your subject says "current snapshot". But then you show a 4-day old > > kernel. > > > > You can do better. > >

Re: i386 kernel relinking

2020-05-19 Thread Josh Grosse
On Tue, May 19, 2020 at 05:21:59PM +0200, Stefan Sperling wrote: > On Fri, Apr 10, 2020 at 10:25:14AM -0400, Nick Holland wrote: > > On 2020-04-10 10:10, Stefan Sperling wrote: > > > On Fri, Apr 10, 2020 at 09:35:16AM -0400, Nick Holland wrote: > > > FWIW, my soekris net5501 with 256MB of RAM and

Re: i386 kernel relinking

2020-04-12 Thread Josh Grosse
FWIW, the GNU linker can reorder the kernel on i386-current with 256MB RAM: # env LD=ld.bfd /usr/libexec/reorder_kernel --- relink.log: (SHA256) /bsd: OK LD="ld.bfd" LDFLAGS="-g" sh makegap.sh 0x gapdummy.o ld.bfd -T ld.script -X --warn-common -nopie -o newbsd ${SYSTEM_HEAD} vers.o

Re: Openssh over a mobile network

2019-12-01 Thread Josh Grosse
On Sun, Dec 01, 2019 at 07:13:18PM +0530, putridsou...@gmail.com wrote: > I am not able to ssh into my home computer connected to > router, the client device (termux on android) is on a > mobile network. Is there something I am supposed to > know?. Because I can ssh into my computer easily when

Re: Raid0 max volume size

2019-11-09 Thread Josh Grosse
On Sat, Nov 09, 2019 at 07:01:02AM -0700, Raymond, David wrote: > Does raid0 allow the creation of file systems bigger than the 2 TB limit of > ffs? RAID 0 stripe sizes may be as large as the smallest physical extent. FFS2 -- see newfs(8) -- supports a filesystem size up to 64 PB.

Re: Virtual Web Server

2019-03-08 Thread Josh Grosse
On Fri, Mar 08, 2019 at 12:09:22PM +, daffodil...@protonmail.ch wrote: > I installed OpenBSD on my home server with the intention of running Wordpress > and some other things (maybe a TOR relay, I don't know). After installing, I > used some online guides to get PHP and MySQL as well as

Re: device node for sd1 not present

2019-02-08 Thread Josh Grosse
On Fri, Feb 08, 2019 at 04:42:42PM +0300, ??\_(???)_/?? ??\_(???)_/?? wrote: > Hi, > I need to mount sd1(install media) in install shell, but it only has device > nodes for sd0(hdd). > How do I create device nodes for sd1 ? > Also, I can't execute /dev/MAKEDEV("Permission denied"). # cd /dev &&

Re: vlan problem

2019-01-28 Thread Josh Grosse
On Mon, Jan 28, 2019 at 07:57:01PM +0800, johnw wrote: > hi, I want create vlan network vlan(4) **REQUIRES** switching equipment that supports 802.1Q Ethernet tagging. These are known as "managed switches".

Re: is there anything like pdfnup or pdfjam?

2019-01-21 Thread Josh Grosse
On Mon, Jan 21, 2019 at 04:50:08PM +, rsyk...@disroot.org wrote: > Dear list, > > I want to print a pdf, but with two pages put > on one physical page. > > On linux, pdfnup or pdfjam can do it. > > I cannot find these for OpenBSD. > What do you use then? Both pdfnum and pdfjam are included

Re: does this affect acme-client?

2019-01-21 Thread Josh Grosse
On Mon, Jan 21, 2019 at 03:18:04PM +0100, Peter J. Philipp wrote: > Does this affect the acme-client? > > https://community.letsencrypt.org/t/february-13-2019-end-of-life-for-all-tls-sni-01-validation-support/74209 > > Regards, > -peter I don't think so, Peter. Per acme-client(1): "acme-client

I love your Emails. This one made my day!

2018-11-20 Thread Josh Grosse
Thank you! On November 20, 2018 2:24:55 PM EST, Nick Holland wrote: >On 11/20/18 11:43, Chris Bennett wrote: >> I am almost certainly going to be replacing with a new server for an >> organization I am a member of. >> With all of this mess with Meltdown, Spectre, insecure motherboard >>

Re: How can I mount a HDD with full encryption on another system?

2018-08-02 Thread Josh Grosse
On Fri, Aug 03, 2018 at 12:06:41AM +0200, Felix Maschek wrote: > Hi! > > I've used a full encrypted HDD (created as described in the OpenBSD FAQ) on > a broken system and want to backup some data from it. > > I've assembled this HDD into an external USB case and want to mount the HDD > on

Re: 6.2-Release - Firefox and Codeblocks Issues

2017-11-20 Thread Josh Grosse
On 2017-10-16 20:30, Josh Grosse wrote: 1. Discussion was moved to ports@. 2. I have tested a fix, which I will publish for -current and 6.2-stable. 3. I will need to build and test the -stable package, and can then make it available to you if you want to trust an unsigned package from

Re: switching to DUIDs (and back)

2017-11-01 Thread Josh Grosse
On 2017-11-01 10:08, Alan Corey wrote: Thank you, I was thinking every partition has a UUID and I needed to find and use those. But even in Linux it's apparently only devices that have UUIDs. They're almost like DOS/Windows drive serial numbers, but those are generated when you format a

Re: switching to DUIDs (and back)

2017-10-29 Thread Josh Grosse
On Sun, Oct 29, 2017 at 11:30:51AM -0400, Josh Grosse wrote: > Basically, replace "wd0" with the drive's DUID. I'm wrong, of course. Replace "/dev/wd0" with the drive's DUID, then append "." followed by the partition.

Re: switching to DUIDs (and back)

2017-10-29 Thread Josh Grosse
On Sun, Oct 29, 2017 at 11:25:22AM -0400, Alan Corey wrote: > I thought this was documented somewhere but I'm not finding it in Googling. > > I don't really like DUIDs, but I want to stick in a second drive > controller temporarily to recover data off some old hard drives. > Which means /dev/wd0a

Re: 6.2-Release - Firefox and Codeblocks Issues

2017-10-16 Thread Josh Grosse
1. Discussion was moved to ports@. 2. I have tested a fix, which I will publish for -current and 6.2-stable. 3. I will need to build and test the -stable package, and can then make it available to you if you want to trust an unsigned package from the port maintainer.

Re: 6.2-Release - Firefox and Codeblocks Issues

2017-10-16 Thread Josh Grosse
On Sun, Oct 15, 2017 at 12:31:42PM -0400, tec...@protonmail.com wrote: > Hi, > > Firefox / Firefox-ESR > I can not access my protonmail.com email account on both of these versions > as I can't get to the login screen (it hangs on the loading screen) - this is > evident by going to

Re: How make X rotation work via xrandr or xorg.conf? Did not get it to work on wsfb at least

2017-10-06 Thread Josh Grosse
On Fri, Oct 06, 2017 at 05:11:05PM -, ti...@openmailbox.org wrote: > [...] > Any ideas how I get screen rotation in X going? $ xrandr -o right $ xrandr -o left $ xrandr -o normal

Re: What decides which port becomes a package?

2017-09-10 Thread Josh Grosse
On Sun, Sep 10, 2017 at 07:09:37AM +0200, Niels Kobsch??tzki wrote: > Hi, > > I wanted to install tarsnap today but in the packages I could only find > tarsnap-gui (and in the packages for 6.2-beta tarsnapper). The > installation fails because they cannot find tarsnap. Licensing decides whether

Re: touchpad input driver: testing needed

2017-07-31 Thread Josh Grosse
Feedback report --- Hardware: Thinkpad X220. Results:Excellent! wsconsctl configuration changes:None. mouse.type=synaptics mouse.rawmode=0 mouse.scale=1472,5768,1408,5062,0,65,136 mouse.tp.tapping=0

Re: Some questions about vmm and xorg

2017-07-27 Thread Josh Grosse
On 2017-07-27 11:30, G wrote: Hello. Some questions about vmm Does vmm (on openbsd current) support running xorg? I'll restate this question, because the X11 Windows System uses a client/server model, and X.Org software includes both clients and servers. * X11 Clients are the graphical

Re: vmctl: connect: /var/run/vmd.sock: No such file or directory

2017-07-22 Thread Josh Grosse
On Sat, Jul 22, 2017 at 08:38:56PM +0300, G wrote: > I get the following messages > > # vmd -vd > vmd: /dev/vmm: Operation not supported by device The vmm(4) driver requires hardware virtualization features, and if you have the right hardware, may require you to enable them in your BIOS. Your

Re: vmctl: connect: /var/run/vmd.sock: No such file or directory

2017-07-22 Thread Josh Grosse
On Sat, Jul 22, 2017 at 01:21:33PM -0400, I wrote: > # vmd -v I'd like to correct this. Add -d to prevent running in the background, and log output to stderr. # vmd -dv

Re: vmctl: connect: /var/run/vmd.sock: No such file or directory

2017-07-22 Thread Josh Grosse
vmd 2. Run vmd manually. Per the vmd(8) man page, you may add -v one or more times for additional information. # vmd -v > On 07/22/17 20:03, Josh Grosse wrote: > > On Sat, Jul 22, 2017 at 07:30:19PM +0300, G wrote: > >> Hello. > >> Im following vmctl man

Re: vmctl: connect: /var/run/vmd.sock: No such file or directory

2017-07-22 Thread Josh Grosse
On Sat, Jul 22, 2017 at 07:30:19PM +0300, G wrote: > Hello. > Im following vmctl manual and i get. > > # vmctl create disk.img -s 4.5G > vmctl: imagefile created > # vmctl start "myvm" -m 1G -i 1 -b /bsd -d disk.img > vmctl: connect: /var/run/vmd.sock: No such file or directory > > Any ideas?

Re: Mounting DVD with single file burned onto

2017-07-20 Thread Josh Grosse
Sending to ports@ to continue this part of the discussion. Please remove misc@ in any replies. On Thu, Jul 20, 2017 at 01:20:41AM +0200, Stefan Wollny wrote: > >> When it comes to backups one usual advice (among others) is to make use > >> of different storage types. So I have tar'ed one folder

Re: Mounting DVD with single file burned onto

2017-07-19 Thread Josh Grosse
On Wed, Jul 19, 2017 at 09:24:56PM +0200, Stefan Wollny wrote: > Hi there! > > Please excuse if this matter is not strictly OpenBSD-related even though > I use OpenBSD. That's OK, I happen to be the maintainer of archivers/p7zip, and also of sysutils/shunt, which you may want to experiment

Re: Get an MAC address of a LAN PC - OpenBSD

2017-06-23 Thread Josh Grosse
On Fri, Jun 23, 2017 at 11:10:42AM +0530, Indunil Jayasooriya wrote: > > > > > no idea what to do? > > > > Plug it back in. Power it up. Make sure it has a reachable IP. Ping > > it. > > > > very sorry. It is prohibited to plug it back in and power it up. > > To do it, We might need a

Re: Openbsd6.1 as firewall can access the internet but the LAN behind it cannot

2017-06-21 Thread Josh Grosse
On 2017-06-21 11:36, lu jian wrote: Hi I have an i386 machine with two network interfaces, one of which connect to the uplink ISP via pppoe, the other connects to the WAN port of a wireless router to which all LAN machines and cell phones connect (via wifi). The problem is that this i386

Re: vmm(4) - Virtual Machine owner and (re)starting VMs?

2017-04-15 Thread Josh Grosse
On Sat, Apr 15, 2017 at 12:10:14PM -0500, Ax0n wrote: > I'm still trying to figure out how VM ownership works. For disabled VMs, the owner (who also owns the disk image files) can start and stop the VM's, and connect to the console.

Re: Difficulties making local connection to Mailman

2017-02-19 Thread Josh Grosse
On Sun, Feb 19, 2017 at 04:51:41PM +0200, Anne Wainwright wrote: > Hi, > > I have OpenBSD 6.0 recently installed with the package for Mailman 2 > > When trying to connect locally I get a 500 Internal Server Error > eg: 192.168.0.21/mailman/cgi-bin/create . > > I believe I have a correct

Re: OpenBSD Stable

2017-01-18 Thread Josh Grosse
On 2017-01-18 12:51, George wrote: I didnt change any paths on dpb since i followed the pdf josg grosse send me. I run dpb as root so i guess permissions dont matter. They matter. dpb(1) went through a sea-change in its security model between when that out-of-date presentation was developed

Re: OpenBSD Stable

2017-01-18 Thread Josh Grosse
On 2017-01-18 09:37, Farid Joubbi wrote: I found this very informative: http://daemonforums.org/showthread.php?t=9374 As the OP on that thread, I can state it's well out-of-date. And the SEMIBUG presentation I wrote in December 2015 (date typo on the first page) is also out-of-date, as I

Re: kicad will not install on 6.0/i386

2017-01-02 Thread Josh Grosse
On Mon, Jan 02, 2017 at 04:23:57PM -0800, Tracy Bales wrote: > kicad will not install using pkg_add. It reports that it cannot resolve > wxWidgets-gtk2-2.8.12p12 Tracy, it appears to me that you have an old glib2 installed, from 5.9-release. The glib2 for 6.0-release is 2.48.1, whereas your

Re: fw_update stops with Fatal error: Unsigned package ...

2016-10-03 Thread Josh Grosse
On 2016-10-03 14:11, Mihai Popescu wrote: I've installed a snapshot somewhile ago, then I needed to update the firmware for athn device. I get this error: # fw_update UNSIGNED PACKAGES: athn-firmware-1.1p1 Fatal error: Unsigned package

Re: Multiple web servers behind NAT

2016-09-30 Thread Josh Grosse
On Fri, Sep 30, 2016 at 11:42:11AM +0200, Radek wrote: > Hi, > I have one web_serwer_1 behind OpenBSD 5.9 router/NAT with single IP. > > web_serwer_1 -apache,virtualhosts- (10.0.8.11): > 1.domain.com > 2.domain.com > 3.domain.com > > pf.conf: > pass in log quick on $ext_if inet proto tcp from

Re: USB ports disabled on Lenovo Thinkpad T61

2016-09-19 Thread Josh Grosse
On Mon, Sep 19, 2016 at 05:11:43AM -0400, Mike Schreckengost wrote: > Hello misc, > > Sometime between the OpenBSD-current snapshot released on Sep 10 2016 > and the snapshot dated Sep 18 2016, the USB ports on my Lenovo Thinkpad > T61 ceased to function. Upon plugging a device into any of the 3

Re: can't find fstab entry ?

2016-09-08 Thread Josh Grosse
On 2016-09-08 09:46, Bob Jones wrote: Soany one care to give a more sensible suggestion than Theo's unnecessary anti-Linux rant ?? Well, Bob, I didn't perceive it as anti, just that you want to use a Linux-specific fstab entry on an OS which isn't Linux. Of course, I was just a

Re: startx is taking a long time to initiate

2016-06-05 Thread Josh Grosse
On June 5, 2016 8:15:15 PM EDT, francois miville-deschenes wrote: >hello, > >i am encountering a problem when starting X server after login. >when my router is connected to the computer, startx takes about 2 >minutes to initiate. if i remove the power from the router,

Re: libtorrent build fail

2016-05-26 Thread Josh Grosse
On 2016-05-26 11:50, Thuban wrote: Hi, I'm trying to build libtorrent [1], but can't figure out how to have ./configure detect boost library. Have you tried installing the libtorrent package? :) If you'd like to see how libtorrent is built, see the net/libtorrent port, which includes

Re: httpd and php fastcgi in OpenBSD 5.9

2016-05-22 Thread Josh Grosse
On Sun, May 22, 2016 at 02:45:44PM +, andreas wrote: > Hi all, > > I'm struggling to set up php under httpd in 5.9. > > The example in the man page of httpd.conf use php-fpm, but the php-fpm > package seems to have disappeared from the package list between > versions 5.8 and 5.9. php-fpm is

Re: Any experience with D-Link DGS-1100 and static trunk aggregation?

2016-05-14 Thread Josh Grosse
On May 14, 2016 8:55:37 AM EDT, teckel wrote: >According to the D-Link website, the DGS-1100-08 supports "802.3ad Link >Aggregation [2 groups, 2-4 ports per group]". Here's the link: >

Re: problem with packages after update

2016-05-08 Thread Josh Grosse
On Sun, May 08, 2016 at 05:00:28PM +0200, Zoran Kolic wrote: > Sorry to bother the list, but I got stranded after updating to > the latest snapshot, amd64. > Update went as usual. Tried to update packages, but it failed, > saying "because of libraries". Some reading and I decided to > delete

Re: Small FW boxes for CORP use (was: T40E APU?)

2016-03-12 Thread Josh Grosse
On Sat, Mar 12, 2016 at 10:34:16AM +, Kapfhammer, Stefan wrote: > But how would you feed the CAT female jack out of the original > pcengines enclosure? There are no further mounting holes in it. I was thinking of the Alix, where enclosures are not included.

Re: Small FW boxes for CORP use (was: T40E APU?)

2016-03-11 Thread Josh Grosse
On Fri, Mar 11, 2016 at 04:42:23PM -0500, Alan McKay wrote: > On Fri, Mar 11, 2016 at 4:36 PM, Josh Grosse <j...@jggimi.homeip.net> wrote: > > 100Mbit? You could go even smaller, such as the PCEngines Alix > > platform. They are 32-bit (i386) only, however. > > > &g

Re: change partition size impossible?

2016-02-24 Thread Josh Grosse
On 2016-02-24 07:55, dmitry.sensei wrote: Like this: http://daemonforums.org/showthread.php?t=5332 As the author of the guidance in that ancient forum thread, please note that the recommendation in my first response to use one large filesystem should be disregarded. The prevalent use of

Re: fsck_ffs mystic

2016-02-15 Thread Josh Grosse
On 2016-02-15 09:08, lilit-aibolit wrote: On 02/15/2016 04:03 PM, Josh Grosse wrote: See the words "NO WRITE" in that message? This happens because you are attempting to fsck(8) a *mounted* file system. Yes, it's true. But I can't unmount /var under normal boot. And then why erro

Re: fsck_ffs mystic

2016-02-15 Thread Josh Grosse
On 2016-02-15 07:57, lilit-aibolit wrote: Hi list. After unclear shutdown I've booted in single user mode by typing "boot -s". I executed "fsck -fp" and "fsck -fy" few times and got no problem, see screenshot here:

Re: carp dhclient

2016-02-01 Thread Josh Grosse
On 2016-02-01 11:32, sven falempin wrote: Dear Readers, Without IP carp is marked as inactive, i tried to set up a stupid IP on it and then call dhclient. It sends packet but does configure interface. :'( Any particular reason for this ? Thank you. Carp requires static addresses. You can

Re: Making and using a release

2016-01-31 Thread Josh Grosse
On Sun, Jan 31, 2016 at 02:38:59PM +, Mark Carroll wrote: > On 31 Jan 2016, Mark Carroll wrote: > > > I thought that one option might be to update my sources to the latest > > OPENBSD_5_8 revision, build and install the update on one, then make the > > release on it and copy and unpack it to

Re: Making and using a release

2016-01-31 Thread Josh Grosse
On Sun, Jan 31, 2016 at 12:24:03PM -0500, Josh Grosse wrote: > The folowing "update" script is what I use to update systems which > are already at an older -stable. I don't use this when > transiting releases; for that I use the bsd.rd upgrade script. For clarity, the

Re: ifconfig inet dhcp and static alias support

2016-01-17 Thread Josh Grosse
On Sun, Jan 17, 2016 at 12:21:51PM -0800, Yury Shefer wrote: > Hi misc, > > I was not able to find the information about ifconfig support for the IPv4 > address configuration where I have primary address assigned by DHCP > (Comcast) and alias with static IP. My cable modem mgmt IP belongs to >

Re: dpb question for understanding.

2016-01-15 Thread Josh Grosse
On Sat, Jan 16, 2016 at 03:09:57AM +0100, Christoph R. Murauer wrote: > Hello ! > > I used today dpb and readed also the man page. But I have a question > as none developer / coder. I followed the FAQ and put 3 ports in the > localfile. Everything builds fine. dpb is runned as root on a local >

Re: Connect to OpenVPN from OpenBSD

2016-01-02 Thread Josh Grosse
On Sat, Jan 02, 2016 at 08:55:35PM +0500, art.istom wrote: > Is it possible to connect to OpenVPN (riseup.net) from OpenBSD without > installing openvpn client to OpenBSD? No. OpenVPN servers require OpenVPN clients. > I don't understand all this vpn-technologies very well, but know that >

Re: dpb - wow!

2015-11-02 Thread Josh Grosse
On 2015-11-02 13:33, Alan Corey wrote: I'd never tried it before but it's saving me a lot of babysitting to start the next build compared to doing them one at a time. There's probably a way to do this but I'd never tried dpb because I didn't have a list of pkgpaths to feed it. I could query

Re: Avahi daemon, dbus daemon

2015-10-24 Thread Josh Grosse
On Sat, Oct 24, 2015 at 04:14:40PM -0400, Richard Thornton wrote: > I am now using the 5.8 release. I have tried to start avahi in my > rc.conf.local file but it always fails to load. In 5.7 I never had this > problem. What's the correct way to load these daemons? Richard, If I recall correctly,

Re: Question about core dumps and swap space.

2015-10-20 Thread Josh Grosse
On 2015-10-20 07:55, Nick Holland wrote: But still -- remember what developers ask for most often: a good problem report: panic message, trace and ps output, a dmesg and info about how to repeat the problem. If people would reliably provide that, they'd make developers very very happy. Not

Re: Install on compact flash

2015-10-18 Thread Josh Grosse
On Mon, Oct 19, 2015 at 04:34:31AM +0200, Einfach Jemand wrote: > No. As far as I understand it: > The type (char or block), the major and minor number of the device > special file and its name are means to activate the corresponding device > handler ("driver") in the kernel and the bytes are

Re: Install on compact flash

2015-10-18 Thread Josh Grosse
On Sun, Oct 18, 2015 at 01:08:48PM +0200, Paolo Aglialoro wrote: > ...Still cannot understand why some of you have adviced to put /dev on > ramdisk: isn't MAKEDEV just run at install time and then only manually? > From what emerged in the discussion it looks that, besides /home, /var is > the

Re: pip for python3.4

2015-10-17 Thread Josh Grosse
On Sat, Oct 17, 2015 at 06:58:44PM +0300, Joseph Oficre wrote: > Hello! > How can i install pip for 3.4 python? I want to set up virtualenv and > stuff, but in packages just 2.7 version. > I've found out that pip3 can be installed from ports, but i want easy way > solution without ports. Is it

Re: Install on compact flash

2015-10-15 Thread Josh Grosse
On 2015-10-15 12:19, Paolo Aglialoro wrote: MyTL;DR - Don't bother. I used to create "live media" read/only systems, with MFS filesystems for read/write. You'll find maintaining a read-only system much more difficult. I recommend just treating your flash memory like a disk drive. Modern

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Josh Grosse
On 2015-10-05 10:41, Theo de Raadt wrote: On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson wrote: > I'm hoping it isn't this, but please try backing out the last commits to > if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29 if_em*") to > see if it makes a

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-04 Thread Josh Grosse
On Fri, Oct 02, 2015 at 09:09:37PM -0700, Scott Vanderbilt wrote: > On 10/2/2015 8:32 AM, Gregor Best wrote: > >Looks similar for my machine, em0 works for a short time and then > >timeouts. `ifconfig em0 up` seems to hang though. I had the same issue after updating from a September 22 snapshot.

Re: rookie questions about flavors

2015-09-23 Thread Josh Grosse
On 2015-09-23 09:41, Peter N. M. Hansteen wrote: On Wed, Sep 23, 2015 at 02:55:21PM +0200, Thuban wrote: Is it possible to upgrade from 5.7 yo 5.8 using this flag : cvs -d$CVSROOT checkout -rOPENBSD_5_8 -P src In almost all cases, a binary upgrade followed by sysmerge will be quicker

Re: rookie questions about flavors

2015-09-23 Thread Josh Grosse
On 2015-09-23 10:52, Ted Unangst wrote: You may well be the first person to even try it. Peter was correct, though. It is *possible*. :) I haven't produced live media since 5.1, so it's been several years since I last needed to do this. And, if I'd done a better job of pre-launch

Re: update/upgrade

2015-09-20 Thread Josh Grosse
On Sun, Sep 20, 2015 at 10:36:12PM -0400, Quartz wrote: > >Does your embedded storage run NOR/NAND or something like SDHC Memory > >Cards? > > > >If your systems are running SDHC you can easily create clones with a > >laptop& the DD utility. > > A couple of them do, but it doesn't matter in this

Re: update/upgrade

2015-09-20 Thread Josh Grosse
On Sun, Sep 20, 2015 at 09:36:55PM -0400, Quartz wrote: > >You think the master builds are done on a machine that is identical to > >yours at home? > > Obviously not, but that doesn't have any bearing on what I said. > > > >Build a -stable release on a same platform faster machine. Now unpack

Re: update/upgrade

2015-09-20 Thread Josh Grosse
On Sun, Sep 20, 2015 at 04:49:45PM -0400, Quartz wrote: > We have a bunch of low power embedded devices that we'd like to keep > reasonably up to date, but the disk space and cpu overhead of tracking > -stable is kind of a nonstarter. Is there another/better way of doing things > these days?

Re: Problems building userland

2015-09-19 Thread Josh Grosse
On Sat, Sep 19, 2015 at 10:35:07AM -0500, Amit Kulkarni wrote: > Hello, > > How are you guys able to build userland? I double-checked that the > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125=text/plain > > is still referring to ${SUDO} > > here is the result.

Re: file sets and CVS tree

2015-09-16 Thread Josh Grosse
On Wed, Sep 16, 2015 at 09:27:25PM +0100, Mark Carroll wrote: > When I first install OpenBSD there is a phase where I choose file sets > like base57.tgz which it then downloads and untars. Then for upgrades I > can check out the CVS tree and build and install the patch branch or > whatever. > >

Re: per-vlan traffic control

2015-08-20 Thread Josh Grosse
On 2015-08-20 08:47, Paulo Coimbra wrote: Hi all, I'm now doing some tests with openbsd+pf+queueing. My scenario is: [MIKROTIK 1] - [OPENBSD BOX]--[MIKROTIK 2] I've configured vlan 100 with physical interface em0 at openbsdBox and mikrotik 1, and create two queues

Re: pf_rules

2015-08-12 Thread Josh Grosse
On 2015-08-12 14:13, Holger Glaess wrote: hi i miss the option pf_rules= for rc.conf.local in current ( build today ) is this correct ? holger See http://www.openbsd.org/faq/current.html#20150502

Re: Repartitioning

2015-08-10 Thread Josh Grosse
On 2015-08-10 11:21, Benny Lofgren wrote: Sacrifice a chicken at sunset. For clarity, I recall best practice is to use a rooster. :)

Re: Repartitioning

2015-08-09 Thread Josh Grosse
On Sun, Aug 09, 2015 at 12:01:30AM -0400, Quartz wrote: The disklabel(8) tool is used to delete and create partitions. So part of the reason I started this thread is that I want to be clear since OpenBSD has two different kinds of partitions. For what I'm doing, on an i386 platform, I don't

Re: Repartitioning

2015-08-09 Thread Josh Grosse
On Sun, Aug 09, 2015 at 12:10:38AM -0400, Quartz wrote: Also, another question: this system keeps nothing in the user's home directories past a few dot files. /home is using less than 1m of space. Would it be safe from a security/reliability standpoint to just move the home folders directly

Re: Repartitioning

2015-08-08 Thread Josh Grosse
On Sat, Aug 08, 2015 at 08:24:53PM -0400, Quartz wrote: One man already asked you for disklabel output. That WAS the disklabel output (minus sizes and offsets). When I next get a chance to ssh into it from somewhere else I'll copy the actual output, but the exact blocks shouldn't really

Re: Which tools to monitor traffic and alert ?

2015-08-06 Thread Josh Grosse
On Thu, Aug 06, 2015 at 10:44:01AM +0200, Joel Carnat wrote: Hi, I run several standard services (Web, Mail, DNS, b I was wondering what was the usual OpenBSD way for proactive/real-time traffic monitoring and alerting. That is, which software to use that would, for example, read HTTPD

Re: Possible fix for i217 problem

2015-08-04 Thread Josh Grosse
On Tue, Aug 04, 2015 at 07:16:48PM -0600, Theo de Raadt wrote: On Wed, Aug 05, 2015 at 02:04:28AM +0200, Hrvoje Popovski wrote: On 4.8.2015. 23:47, Stuart Henderson wrote: On 2015/08/04 22:40, Stefan Fritsch wrote: someone mentioned to me the i217-LM problems that were reported on

Re: Possible fix for i217 problem

2015-08-04 Thread Josh Grosse
On Wed, Aug 05, 2015 at 02:04:28AM +0200, Hrvoje Popovski wrote: On 4.8.2015. 23:47, Stuart Henderson wrote: On 2015/08/04 22:40, Stefan Fritsch wrote: someone mentioned to me the i217-LM problems that were reported on misc end of May. It is possible that the patch below helps. This

Re: dhclient.conf alias declarations?

2015-07-27 Thread Josh Grosse
On Mon, Jul 27, 2015 at 01:34:09PM +0300, Kimmo Paasiala wrote: ...I can live without the alias address, it would have been a convinient way to access the ADSL modem on the WAN side from inside the LAN network. Perhaps you could add an ifconfig(8) command to rc.local(8) to set the alias. Or,

Re: Intel Atom?

2015-07-27 Thread Josh Grosse
On 2015-07-27 11:22, Quartz wrote: What's Intel Atom support like these days? I remember they used to be a little weird. Are they handled pretty much like any other x86 chip now or are some things still unsupported? Are they capable of handling pf on a saturated 100-base-t connection? How about

Re: dhclient.conf alias declarations?

2015-07-26 Thread Josh Grosse
On 2015-07-26 19:12, Kimmo Paasiala wrote: Hello, I'm in the process of migrating my router/firewall system from FreeBSD to OpenBSD and I came across a minor problem. I want to have a static alias address on an interface that is otherwise configured with DHCP. What I had in FreeBSD was this

Re: tor not working in 5.8 #1024

2015-07-15 Thread Josh Grosse
On 2015-07-15 15:05, Theo de Raadt wrote: PIE and ASLR other security features are either turned off on i386, in compatibility modes, or are dialled down versions. It's not just about a small speed difference, there are big security differences between the architectures. That is false.

Re: tor not working in 5.8 #1024

2015-07-15 Thread Josh Grosse
On 2015-07-15 11:52, Chris Cappuccio replied to Michael McConville. First, a quick reply to Michael: Michael McConville [mmcco...@sccs.swarthmore.edu] wrote: Someone correct me if I'm wrong, but it seems that the days of i386 images being reasonable to run on amd64 hardware are coming to an

Re: Microsoft Now OpenBSD Foundation Gold Contributor

2015-07-08 Thread Josh Grosse
On 2015-07-08 13:04, Jorge Gabriel Lopez Paramount wrote: I would like to say only this: if people to not want big companies meddling with OpenBSD as it has been happening with Linux better its users support it. Jorge, Its users should support it, yes. True. And many of us do. However, the

Re: Cannot run Snort

2015-06-28 Thread Josh Grosse
On Mon, Jun 29, 2015 at 09:14:40AM +0800, Wong Peter wrote: Dear All, OpenBSD 5.7 Arch: i386 Snort Version:2.9.7.3 This is not the -release (or -stable) version of net/snort, which is 2.9.7.0. The version you mention, 2.9.7.3 was committed a month *after* 5.7 was released. Installed

Re: openssh client alive not default

2015-06-27 Thread Josh Grosse
On Sat, Jun 27, 2015 at 05:10:54PM -0700, jungle Boogie wrote: Hello All, I know fewer defaults the better for all, but if there a reason TCPKeepAlive in openssh is disabled along with the clientalive option? Is it just too risky and/or unneeded? Well, Mr. Boogie, TCPKeepAlive is enabled

Re: # sign

2015-06-17 Thread Josh Grosse
On 2015-06-17 13:58, Terry Tyson wrote: On 6/17/2015 12:52 PM, Max Power wrote: Hi guys! In Enghlish_US way, you have no certainties. # symbol, I've always named 'hash', but from recent research I found which is also named: number, pound, octothorpe, octothorp, octothorn... which is the exact

Re: Boot problem custom Kernel 5.7

2015-06-09 Thread Josh Grosse
On 2015-06-09 13:34, Oliver wrote: On Tue, 09 Jun 2015, Theo de Raadt wrote: entry point at 0x1000160 [7205c766, 3404, 24448b12, 1080a304] == At this point the system reboots. No further messages. Your kernel is probably too large. A limitation in the bootblocks. Do you mean the

Re: How does it work, shell_exec and exec of php-fpm in OpenBSD 5.6?

2015-06-01 Thread Josh Grosse
On Mon, Jun 01, 2015 at 04:45:01AM -0400, dan mclaughlin wrote: On Sun, 31 May 2015 22:20:17 -0500 Okupandolared kan...@darkmail.mx wrote: does not exist, so I can copy /usr/bin/whoami to /var/www/usr/bin/whoami? that try ls and /bin/ls and /var/www/bin/ls and it does not work,

Re: How does it work, shell_exec and exec of php-fpm in OpenBSD 5.6?

2015-06-01 Thread Josh Grosse
Corrected for typos. What I'd just Emailed was without any coffee... On Mon, Jun 01, 2015 at 06:05:28AM -0400, Josh Grosse wrote: Also, in a chrooted filesystem, every dynamically linked executable needs access to ld.so and its shared libraries. Which means /var/www/usr/lib and /var/www

Re: booting OpenBSD with grub

2015-05-27 Thread Josh Grosse
On Wed, May 27, 2015 at 07:48:49AM -0400, cobalt wrote: any idea on the the proper way to get grub to boot openbsd: set root=(hd1,4) is what i have, but i am missing something and i do not know what. any thoughts would help. regards. gilles I have an old netbook with sysutils/grub

  1   2   3   4   5   >