debian preseed net configuration

2018-02-18 Thread John Ratliff
I'm trying to setup a debian preseed with a pxeboot setup. But it always seems to ignore the netcfg section; or perhaps I am configuring it wrong. I am getting the preseed file from tftp. I'm fine if it needs to use DHCP while it's installing, but why doesn't it configure it for static after

Re: vipw and vigr default editor

2018-01-05 Thread John Ratliff
On 1/5/2018 3:25 PM, Roberto C. Sánchez wrote: On Fri, Jan 05, 2018 at 03:00:43PM -0500, John Ratliff wrote: When I run sudo vipw or sudo vigr, it uses nano as the default editor. I've already used update-alternatives to select vim as my default editor, but this doesn't seem to work for vipw

vipw and vigr default editor

2018-01-05 Thread John Ratliff
When I run sudo vipw or sudo vigr, it uses nano as the default editor. I've already used update-alternatives to select vim as my default editor, but this doesn't seem to work for vipw/vigr. I have to do sudo EDITOR=vim vipw How can I make vim the default editor for vipw/vigr. Or how can I

Re: NFSv4 without Kerberos and permissions

2017-10-24 Thread John Ratliff
On 10/19/2017 8:31 PM, John Ratliff wrote: On 10/16/2017 3:35 PM, Christian Seiler wrote: On 10/16/2017 07:57 PM, John Ratliff wrote: On 10/15/2017 3:38 AM, Christian Seiler wrote: Furthermore, the MANAGED_GIDS setting is only for NFSv2/3 and only for supplementary groups, not the primary

Re: NFSv4 without Kerberos and permissions

2017-10-19 Thread John Ratliff
On 10/16/2017 3:35 PM, Christian Seiler wrote: On 10/16/2017 07:57 PM, John Ratliff wrote: On 10/15/2017 3:38 AM, Christian Seiler wrote: Furthermore, the MANAGED_GIDS setting is only for NFSv2/3 and only for supplementary groups, not the primary group. It is not a security setting, it really

Re: NFSv4 without Kerberos and permissions

2017-10-16 Thread John Ratliff
On 10/15/2017 3:38 AM, Christian Seiler wrote: On 10/15/2017 03:55 AM, John Ratliff wrote: In my case, the user on the client I was testing was UID 1003, which on the server he was UID 1000. So they both had the group, but UID 1003 on the server did not have the group, because that user did

Re: NFSv4 without Kerberos and permissions

2017-10-14 Thread John Ratliff
On 10/14/2017 3:39 PM, Elena evlt wrote: perhaps value defaults of nfs in ubuntu and debian are different  and perhaps nfs versions are different and any of these paremeters aren't recognized in the host client. 2017-10-14 21:28 GMT+02:00 John Ratliff <j...@bluemarble.net <ma

NFSv4 without Kerberos and permissions

2017-10-14 Thread John Ratliff
I recently set up an NFS v4 server on debian stretch. If I use a debian client to mount the share, everything works fine. However, if I use a CentOS or a Ubuntu client, the permissions don't work. I have synchronized the group ids manually, and that's the only permissions I'm interested in.

RE: need help on audio recording

2017-08-13 Thread John Ratliff
I would suggest trying audacity. It’s pretty useful and will give you immediate feedback of what is being recorded. From: Long Wind [mailto:longwi...@yahoo.com] Sent: Sunday, August 13, 2017 6:41 PM To: Debian Users Subject: need help on audio recording it

RE: name for wireless interface

2017-08-13 Thread John Ratliff
Create file /etc/udev/rules.d/70-persistent-net.rules Add line: SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="[MAC_ADDRESS]", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wl*", NAME="wlan0" Replace [MAC_ADDRESS] with the MAC address of your wireless card. Reboot. This

Re: delay the start of a service until LACP negotiation is complete

2017-08-11 Thread John Ratliff
> Do you really need STP? Do you really need STP on that group of ports? > Why not disable it completely. I'm not aware of any way to disable spanning tree on a per port basis, and no, I cannot disable it on the switch entirely. > > I have the same, but the systemd.unit restarts conntrackd

Re: delay the start of a service until LACP negotiation is complete

2017-08-11 Thread John Ratliff
> John Ratliff <jratl...@bluemarble.net> wrote: > >> I have a 4 port LAGG (LACP / bond-mode 4) interface named bond0. It >> seems >> to take about 45 seconds after the links come up to negotiate with the >> switch. > > This long delay is not normal.

Re: Debian 9.1 amd64 Xfce panel clock broken

2017-08-11 Thread John Ratliff
> On Wed, Aug 09, 2017 at 05:13:55PM -0700, David Christensen wrote: >> Time Settings >> Timezone PST8PDT >> Appearance >> Layout Digital >> Tooltip format Wednesday 09 August 2017 >> Clock Options >> Format 05:04:55 PM >> >> Once

delay the start of a service until LACP negotiation is complete

2017-08-10 Thread John Ratliff
I need two services to wait until the network is fully up before I start them. In Jessie, I made an rc.local script that pinged google 20 times until it got a response. After that, it started the services. This seemed to work great. I upgraded one of the systems to stretch, and the script stopped