Re: smplayer 14.9 gets muted when moving or resizing windows in xfce 4.12

2016-01-17 Thread Jan Lambertz
Hi, i had a similar Problem. turned out to happen with plain mplayer and any windowmanager. when you move the application Window, after a sec or so mplayer stops Sound. can you verify the behavior ?

Re: the problem with the OpenBSD installer

2016-01-17 Thread Clint Pachl
Jan Stary wrote on 01/17/16 14:29: After installing various UNIX-like systems today, I realized what the problem is with the installer: it makes installing any other system a DAMN ORDEAL. The installer is what initially addicted me to OpenBSD. Back in the late 90s until about 2003 I used

Re: codepage and iocharset in fat32 aka msdos filesystem

2016-01-17 Thread soko.tica
Not necessarily. OpenBSD does have pl locale and pl keyboard, while it does not have rs/hr locale nor kbd. See: $ locale -a $ kbd -l (may require doas/sudo) It isn't Linux (nor, for that matter, FreeBSD or DragonflyBSD). On Mon, Jan 18, 2016 at 2:26 AM, Zeljko Jovanovic <

Re: ifconfig inet dhcp and static alias support

2016-01-17 Thread Stuart Henderson
> On Sun, Jan 17, 2016 at 12:21:51PM -0800, Yury Shefer wrote: >> 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 >>

ifconfig inet dhcp and static alias support

2016-01-17 Thread Yury Shefer
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 192.168.100.0/24 subnet and to access it - I have to add an alias - but it

Re: codepage and iocharset in fat32 aka msdos filesystem

2016-01-17 Thread Stuart Henderson
> Lampshade wrote on Sun, Jan 17, 2016 at 04:12:39PM +0100: >> However OpenBSD's mount tells me: >> mount -t msdos -o codepage=852 /dev/sd0f /mnt/partycjaFat/ >> mount_msdos: -o codepage: option not supported On 2016-01-17, Ingo Schwarze wrote: > The ports tree may or may not

Re: permanent ARP being overwritten by ISP

2016-01-17 Thread Vijay Sankar
Not clear from your message so I was wondering if you have all the following on the same switch ISP interface External interface of your firewall Internal interface of your firewall Interfaces of your other systems I noticed behaviour similar to what you described when I did something like the

the problem with the OpenBSD installer

2016-01-17 Thread Jan Stary
After installing various UNIX-like systems today, I realized what the problem is with the installer: it makes installing any other system a DAMN ORDEAL. >From boot to a working mailserver in 15 minutes, as opposed to HOURS spend looking at a screen. Thanks for keeping it simple! Jan

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: current snap fails on gigabyte brix at uhub0

2016-01-17 Thread Andrew
> I had the same problem with a Gigabyte GA-970A-UD3 based computer, but the > latest snapshot (#1846: Sun Jan 17 02:34:54 MST 2016) fixed it for me. > > Kind regards, > > > Martijn Rijkeboer Just downloaded GENERIC.MP #1847 amd and it boots seamlessly to a login prompt. As always, thanks to

Re: current snap fails on gigabyte brix at uhub0

2016-01-17 Thread Martijn Rijkeboer
> FYI -- the current snapshot fails on a Gigabyte Brix. > > The boot process blows up at:uhub0 > > -- > uhub0: device problem, disabling port 1 > uhub0: device problem, disabling port 2 > ehci_sync_hc: tsleep() = 35 > ehci_sync_hc: tsleep() = 35 > ehci_sync_hc: tsleep() = 35 > ehci_sync_hc:

Re: piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Joel Rees
Well, after posting this On Mon, Jan 18, 2016 at 10:09 AM, Joel Rees wrote: > Trying to put some scripts together so I can set an update going one > night, check it in the morning, reboot, and finish the update while > I'm at work. > > So I want to do something like > >

Re: the problem with the OpenBSD installer

2016-01-17 Thread Brandon Vincent
On Sun, Jan 17, 2016 at 2:29 PM, Jan Stary wrote: > Thanks for keeping it simple! I had to reinstall Compaq Tru64 UNIX a year ago on a system. That experience will make anyone love the OpenBSD installer. Brandon Vincent

Re: codepage and iocharset in fat32 aka msdos filesystem

2016-01-17 Thread Zeljko Jovanovic
On 17.01.2016. 16:12, Lampshade wrote: I am using Windows 8.1 64-bit and OpenBSD-current amd64. When I used Gnu/Linux I mounted fat32 partitions with these options: iocharset=iso8859-2,codepage=852 However OpenBSD's mount tells me: mount -t msdos -o codepage=852 /dev/sd0f /mnt/partycjaFat/

piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Joel Rees
Trying to put some scripts together so I can set an update going one night, check it in the morning, reboot, and finish the update while I'm at work. So I want to do something like cd /usr/src && cvs -d$CVSROOT up -Pd | tee /var/log/build/cvssrc.log cd /usr/xenocara && cvs -d$CVSROOT up

Re: ifconfig inet dhcp and static alias support

2016-01-17 Thread Gregor Best
Hi Yury, On Sun, Jan 17, 2016 at 12:21:51PM -0800, Yury Shefer wrote: > [...] > 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: the problem with the OpenBSD installer

2016-01-17 Thread keeper
The OpenBSD installer is a work of art. It makes me hate setting up Apache, irssi, or mutt, because those things take forever to get just right. But the OS itself is an absolute pleasure! And scriptable, for crying out loud! BTW, I'd love to see your 15-minute mail server setup. I'd like to get

Re: piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Delan Azabani
Put the commands that are to be logged in a grouping command, and then apply 2>&1 to that grouping command: { cd ../compile/GENERIC.MP && \ make clean && make && make install; } \ 2>&1 | tee /var/log/build/buildsys.log Note that grouping commands that use braces (i.e. those that execute

Re: piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Joel Rees
On Mon, Jan 18, 2016 at 10:38 AM, Delan Azabani wrote: > Put the commands that are to be logged in a grouping command, and > then apply 2>&1 to that grouping command: > > { cd ../compile/GENERIC.MP && \ > make clean && make && make install; } \ > 2>&1 | tee

Re: Asrock Rack C2750D4I -- unsupported watchdog ?

2016-01-17 Thread Brendan Horan
On 15 Jan, 2016, at 8:45 PM, Stuart Henderson s...@spacehopper.org wrote: > On 2016-01-15, Brendan Horan wrote: >> One thing I would like to get working if I can is the watchdog. > >> acpi0: tables DSDT FACP FPDT FIDT HPET AAFT SPMI MCFG WDAT UEFI APIC BDAT >> SSDT >

codepage and iocharset in fat32 aka msdos filesystem

2016-01-17 Thread Lampshade
Hello, I am from Poland. I am using Windows 8.1 64-bit and OpenBSD-current amd64. When I used Gnu/Linux I mounted fat32 partitions with these options: iocharset=iso8859-2,codepage=852 However OpenBSD's mount tells me: mount -t msdos -o codepage=852 /dev/sd0f /mnt/partycjaFat/ mount_msdos: -o

Re: codepage and iocharset in fat32 aka msdos filesystem

2016-01-17 Thread Ingo Schwarze
Hi, Lampshade wrote on Sun, Jan 17, 2016 at 04:12:39PM +0100: > I am from Poland. > I am using Windows 8.1 64-bit and OpenBSD-current amd64. > When I used Gnu/Linux I mounted fat32 partitions > with these options: > iocharset=iso8859-2,codepage=852 The only charset supported by the OpenBSD base

Re: permanent ARP being overwritten by ISP

2016-01-17 Thread Martin Pieuchot
On 16/01/16(Sat) 18:40, Doug Moss wrote: > (my apologies for last message - unfamiliar with Yahoo and forcing plain text > email) > > Why is a manually entered permanent arp entry being overwritten? It should not, are you running -current? If not could you try? > > At my home, I have an ISP