Re: crontab

2019-05-28 Thread Andreas Kusalananda Kähäri
On Tue, May 28, 2019 at 05:43:03PM -0400, System Administrator wrote: > On 28 May 2019 at 15:14, Carlos Aguilar wrote: > > > Hi, > > > > I am having lots of problems to execute a shell script at boot time. > > > > My crontab is as follows; > > >> > > SHELL=/bin/ksh > > > > @reboot

Re: The right way to view the current input layout in X

2019-05-28 Thread Максим
Thank you. It really does the job. --  Best Regards Maksim Rodin 28.05.2019, 16:24, "Lévai, Dániel" : > That's the thing, that doesn't tell you which specific layout is active (from > us,ru). > > I've been using skb for ages for this: https://plhk.ru/ > > It does the job. > > Dani > > ‐‐‐

Re: Random system freeze.

2019-05-28 Thread Stuart Henderson
On 2019-05-28, Paco Esteban wrote: > Hi Stuart, > > On Tue, 28 May 2019, Stuart Henderson wrote: > >> Some things to try: >> >> Does it seem to be in ddb? Try typing "call cpu_reset" blindly and see >> if it reboots. > > I'll take a look at the manpages to see how that works. Never used the >

Re: Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread Jonathan Gray
On Tue, May 28, 2019 at 09:58:58AM -0700, Chris Cappuccio wrote: > David Anthony [d...@silentsystems.org] wrote: > > All, > > > > The Lenovo release of T*95 series laptops with AMD Ryzen CPU appears > > imminent. > > > > Would these be poor choices for OpenBSD? Are there any anticipated > >

Re: PF firewall for desktop

2019-05-28 Thread James Huddle
Lots of miscommunications in these threads. The original poster here was talking about setting up a virtual firewall machine to deal with traffic on a single box. Most of the war stories are from sys admins protecting a corporate LAN (or larger) with lawyers and accountants weighing in. Of

Re: crontab

2019-05-28 Thread System Administrator
On 28 May 2019 at 15:14, Carlos Aguilar wrote: > Hi, > > I am having lots of problems to execute a shell script at boot time. > > My crontab is as follows; > >> > SHELL=/bin/ksh > > @reboot $HOME/bin/app-ferre > << > My shell script is as follows: > >> > #!/bin/ksh > >

Re: crontab

2019-05-28 Thread Andreas Kusalananda Kähäri
On Tue, May 28, 2019 at 03:14:58PM -0500, Carlos Aguilar wrote: > Hi, > > I am having lots of problems to execute a shell script at boot time. > > My crontab is as follows; > >> > SHELL=/bin/ksh > > @reboot $HOME/bin/app-ferre > << > My shell script is as follows: > >> > #!/bin/ksh > >

Re: crontab

2019-05-28 Thread Edgar Pettijohn
On May 28, 2019 3:14 PM, Carlos Aguilar wrote: > > Hi, > > I am having lots of problems to execute a shell script at boot time. > > My crontab is as follows; > >> > SHELL=/bin/ksh > > @reboot $HOME/bin/app-ferre > << > My shell script is as follows: > >> > #!/bin/ksh > >

crontab

2019-05-28 Thread Carlos Aguilar
Hi, I am having lots of problems to execute a shell script at boot time. My crontab is as follows; >> SHELL=/bin/ksh @reboot $HOME/bin/app-ferre << My shell script is as follows: >> #!/bin/ksh lua=/usr/local/bin/lua53 for f in $(ls /home/alberto/app/service-*.lua) ;do echo

Re: The right way to view the current input layout in X

2019-05-28 Thread Jan Stary
On May 28 15:45:30, a23s4a2...@yandex.ru wrote: > I saw this option > Not exactly what I want: > > "~ $ setxkbmap -query > rules: base > model: pc105 > layout: us,ru > options:grp:alt_space_toggle" > > I would like to know whether it is "en" or "ru" right now setxkbmap -layout

openup failing?

2019-05-28 Thread Adam Thompson
I've seen a large number failures recently from m:tier's openup tool, complaining of: ftp: connect: Host is down !!! Cannot retrieve https://stable.mtier.org/openup !!! Please verify your Internet connection, proxy settings and firewall. I'm seeing this from two different

Re: Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread Daniel Boyd
must some kind of bizarre coincidence On Tue, May 28, 2019 at 11:16:51AM -0600, Theo de Raadt wrote: > I am hoping to get one also... and as a rule whatever I get my hands on tends > to work out well. > > danieljb...@icloud.com wrote: > > > I just ordered some E495s (not 'T', but pretty

Re: Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread Theo de Raadt
I am hoping to get one also... and as a rule whatever I get my hands on tends to work out well. danieljb...@icloud.com wrote: > I just ordered some E495s (not 'T', but pretty similar). I think > they're supposed to arrive today. I'll do a test boot and send in a > dmesg. > > On Tue, May 28,

Re: Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread danieljboyd
I just ordered some E495s (not 'T', but pretty similar). I think they're supposed to arrive today. I'll do a test boot and send in a dmesg. On Tue, May 28, 2019 at 10:44:44AM -0400, David Anthony wrote: > All, > > The Lenovo release of T*95 series laptops with AMD Ryzen CPU appears > imminent.

Re: OpenBSD on VMware ESXi

2019-05-28 Thread Hendrik Meyburgh
We have been running succesfully for a very long time, earlier editions (5.5) didn’t recover so well after storage hiccups, but these days running very well, no customizations needed. Sorry I can’t download the vmx right now. OpenBSD 6.3 GENERIC.MP#107 amd64 Running openbgpd, pf and relayd.

Re: Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread Chris Cappuccio
David Anthony [d...@silentsystems.org] wrote: > All, > > The Lenovo release of T*95 series laptops with AMD Ryzen CPU appears > imminent. > > Would these be poor choices for OpenBSD? Are there any anticipated > ???gotchas??? that I should be aware of? Any thoughts would be greatly >

Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread David Anthony
All, The Lenovo release of T*95 series laptops with AMD Ryzen CPU appears imminent. Would these be poor choices for OpenBSD? Are there any anticipated “gotchas” that I should be aware of? Any thoughts would be greatly appreciated. Respectfully, David Anthony

Re: The right way to view the current input layout in X

2019-05-28 Thread Максим
I saw this option Not exactly what I want: "~ $ setxkbmap -query rules: base model: pc105 layout: us,ru options:grp:alt_space_toggle" I would like to know whether it is "en" or "ru" right now --  Best Regards Maksim Rodin 28.05.2019, 15:41, "Robert Klein" : > On Tue, 28 May

Re: The right way to view the current input layout in X

2019-05-28 Thread Lévai , Dániel
That's the thing, that doesn't tell you which specific layout is active (from us,ru). I've been using skb for ages for this: https://plhk.ru/ It does the job. Dani ‐‐‐ Original Message ‐‐‐ On Tuesday, 28 May 2019 14:39, Robert Klein wrote: > On Tue, 28 May 2019 14:50:30 +0300 >

Re: The right way to view the current input layout in X

2019-05-28 Thread Robert Klein
On Tue, 28 May 2019 14:50:30 +0300 Максим wrote: > Hello, > The following command is run from my .xsession file to allow me to > switch between english and russian layout: "setxkbmap -layout "us,ru" > -option grp:alt_space_toggle" > > But how can I view the current input layout? “man

The right way to view the current input layout in X

2019-05-28 Thread Максим
Hello, The following command is run from my .xsession file to allow me to switch between english and russian layout: "setxkbmap -layout "us,ru" -option grp:alt_space_toggle" But how can I view the current input layout? --  Maksim Rodin

Re: Random system freeze.

2019-05-28 Thread Jesper Wallin
On Tue, May 28, 2019 at 08:10:09PM +1000, Jonathan Gray wrote: > On Tue, May 28, 2019 at 09:25:52AM -, Stuart Henderson wrote: > > > > Does it seem to be in ddb? Try typing "call cpu_reset" blindly and see > > if it reboots. Hi, I'm having the same issue here, on a X1 Carbon (3rd gen) No

Re: PF firewall for desktop

2019-05-28 Thread Kevin Chadwick
On 5/24/19 8:30 PM, Jean-Francois Simon wrote: > Hi, > > Out of interest, I'd like to let you know a specific use of OpenBSD with PF, > in > virtualbox, 2 virtual network card Bridged to physical NIC, and building up a > subnet with NAT and hence running Packet Filter as the machine's firewall.

Issue with file not showing up in directory mounted over local NFS

2019-05-28 Thread Andreas Kusalananda Kähäri
Hi, I'm building current ports in a chroot with dpb(1), and I'm keeping the ports tree in /extra/ports which is mounted over local NFS to both /usr/ports and /extra/proot/usr/ports (in my chroot). Recently I've seen this happening: $ ls -l /extra/ports/packages/amd64/all/wget* -rw-r--r-- 3

Re: Random system freeze.

2019-05-28 Thread Paco Esteban
Hi Stuart, On Tue, 28 May 2019, Stuart Henderson wrote: > Some things to try: > > Does it seem to be in ddb? Try typing "call cpu_reset" blindly and see > if it reboots. I'll take a look at the manpages to see how that works. Never used the kerned debugger. > Does it start responding again if

Re: PF firewall for desktop

2019-05-28 Thread Kapetanakis Giannis
On 28/05/2019 11:12, Janne Johansson wrote: > Den sön 26 maj 2019 kl 10:03 skrev Walt : > >> I like having a firewall that would pretty much require someone physically >> entering the computer room in order to attack the firewall. With OpenBSD, >> your firewall can control your network traffic

Re: hw.ncpu=1, hw.ncpuonline=1, hw.ncpufound=4

2019-05-28 Thread Ipsen S Ripsbusker
Thank you I was not aware of the security issues of hw.smt. Fortunately, things are fast enough without it, and I'm setting up a true multicore AMD system soon. On my hypothesis about CPU usage competition, I was using "interrupt" in the sense that doesn't involve computers. For example, suppose

Re: Random system freeze.

2019-05-28 Thread Jonathan Gray
On Tue, May 28, 2019 at 09:25:52AM -, Stuart Henderson wrote: > On 2019-05-23, Paco Esteban wrote: > > Hi misc@, > > > > I've been having some system freezes lately, as others using intel > > graphics. > > > > Sometimes it does not hit in days but sometimes the system hangs 2 or 3 > > times a

Re: Random system freeze.

2019-05-28 Thread Stuart Henderson
On 2019-05-23, Paco Esteban wrote: > Hi misc@, > > I've been having some system freezes lately, as others using intel > graphics. > > Sometimes it does not hit in days but sometimes the system hangs 2 or 3 > times a day. > > I was wondering if there's any iformation I can supply to devs that >

Re: PCIe SFP Network Adapter's

2019-05-28 Thread Stuart Henderson
On 2019-05-27, Patrick Dohman wrote: > Hoping to clarify if any PCI Express SFP adapters are currently considered > compatible. > I've recently upgraded my managed switch & now have two SFP 100/1000 uplinks. > At this point I consider my existing Broadcom NetXtreme 10/100/1000 ethernet > card

Re: PF firewall for desktop

2019-05-28 Thread Janne Johansson
Den sön 26 maj 2019 kl 10:03 skrev Walt : > I like having a firewall that would pretty much require someone physically > entering the computer room in order to attack the firewall. With OpenBSD, > your firewall can control your network traffic without having an IP address > at all. > One thing