Re: [PLUG] NFS 3 server going down.

2017-11-16 Thread Russell Senior
For me, its the simplicity of it, and the legacy of it working for a long time, and the utter lack of modern best practices documentation. If you go looking for NFS howto's, you almost immediately notice that they are all at least 10 years old, and there is pretty much nowhere to ask questions. At

[PLUG] Fun sed challenge!

2017-11-16 Thread Russell Senior
Can anyone suggest a nice unix pipeline filter using lightweight tools (no python) to output an ipv6 address in reduced format. That is, with the extra zeros removed and colons condensed according the normal ipv6 rules. Bonus for an example that leaves timestamps unscathed. In my case, the ipv6

Re: [PLUG] Fiber connectors?

2017-11-16 Thread Russell Senior
> "John" == John Jason Jordan writes: John> On Thu, 9 Nov 2017 15:02:23 -0800 John Jason Jordan John> dijo: >> When the CenturyLink dude installed my fiber the wall inside the >> house where it ended up had no sheetrock, so there is no jack - the >> skinny white fiber cable just dangles dow

Re: [PLUG] Fiber connectors?

2017-11-16 Thread Jim Garrison
> When the revolution comes, the field technicians will all have jobs. > The rest of them will loaded on the Golgafrinchan Ark Fleet Ship B with > account executives, hair dressers, tired TV producers, insurance > salesmen, personnel officers, security guards, public relations > executives and mana

Re: [PLUG] NFS 3 server going down.

2017-11-16 Thread Russell Senior
The most current document says this: "The differences between Version 2 NFS, Version 3 NFS, and Version 4 NFS will be explained later on; for now, you might simply take the suggestion that you will need NFS Version 3 if you are installing a dedicated, high-volume, or production file server. NFS Ver

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Tom
sipcalc can do this - to do this right is not trivial as it requires parser with lookahead or batracking. The shortening rules are designed to be smart not simple for parsers. sipcalc $(echo "ipv6 Thu Nov 16 00:05:34 PST 2017 [2603:01c2:1800:a8c0::::0001] foo bar baz" | sed 's/.*\[\([^

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Russell Senior
Yeah, perl and perl packages count as too heavy. I'm not against multiple steps. Super long command chains give me a thrill. I got reasonably close, but I was having particular trouble keeping my time formatting intact. On Thu, Nov 16, 2017 at 2:01 AM, Tom wrote: > sipcalc can do this - to do

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread David Fleck
On Thu, 2017-11-16 at 00:09 -0800, Russell Senior wrote: > Can anyone suggest a nice unix pipeline filter using lightweight > tools > (no python) to output an ipv6 address in reduced format.  That is, > with > the extra zeros removed and colons condensed according the normal > ipv6 > rules.  Bonus

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Russell Senior
On Thu, Nov 16, 2017 at 4:30 AM, David Fleck wrote: > On Thu, 2017-11-16 at 00:09 -0800, Russell Senior wrote: >> Can anyone suggest a nice unix pipeline filter using lightweight > tools >> (no python) to output an ipv6 address in reduced format. That is, > with >> the extra zeros removed and col

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Robert Citek
On Thu, Nov 16, 2017 at 12:09 AM, Russell Senior wrote: > Can anyone suggest a nice unix pipeline filter using lightweight tools > (no python) to output an ipv6 address in reduced format. Why not python/perl/ruby/etc.? If only given an IPv6 address, this would work: echo '2603:01c2:1800:a8c0:00

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Russell Senior
On Thu, Nov 16, 2017 at 6:05 AM, Robert Citek wrote: > On Thu, Nov 16, 2017 at 12:09 AM, Russell Senior > wrote: >> Can anyone suggest a nice unix pipeline filter using lightweight tools >> (no python) to output an ipv6 address in reduced format. > > Why not python/perl/ruby/etc.? Embedded platf

Re: [PLUG] NFS 3 server going down.

2017-11-16 Thread Frank Filz
> For me, its the simplicity of it, and the legacy of it working for a long time, and > the utter lack of modern best practices documentation. > If you go looking for NFS howto's, you almost immediately notice that they > are all at least 10 years old, and there is pretty much nowhere to ask > ques

Re: [PLUG] NFS 3 server going down.

2017-11-16 Thread Russell Senior
On Thu, Nov 16, 2017 at 6:54 AM, Frank Filz wrote: >> For me, its the simplicity of it, and the legacy of it working for a long >> time, and >> the utter lack of modern best practices documentation. >> If you go looking for NFS howto's, you almost immediately notice that they >> are all at least

Re: [PLUG] Fiber connectors?

2017-11-16 Thread Dick Steffens
On 11/15/2017 10:39 PM, John Jason Jordan wrote: On Thu, 9 Nov 2017 15:02:23 -0800 John Jason Jordan dijo: <...> On a personal level Portland CL people are pretty good folks. Same thing with most of the Comcast techs I've dealt with. Good guys who know their stuff. Phone staff, not so much.

[PLUG] Swapping key functions with .Xmodmap

2017-11-16 Thread Rich Shepard
I'm using a new keyboard that has a short space bar because there are two 'Windows' keys on that row, one on each side. The left 'Windows' key is on the left side of the left Alt key. The left Alt key is an alias for the Meta key and I want to swap the two key's positions for ease of reach. U

Re: [PLUG] NFS 3 server going down.

2017-11-16 Thread Frank Filz
> On Thu, Nov 16, 2017 at 6:54 AM, Frank Filz > wrote: > > >> For me, its the simplicity of it, and the legacy of it working for a > >> long time, and the utter lack of modern best practices documentation. > >> If you go looking for NFS howto's, you almost immediately notice that > >> they are al

[PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Galen Seitz
Hi, Firefox ESR 52.4.0 (64-bit) crashes every time I attempt to go to aliexpress. CentOS 6.9 on x86_64 is the host. I'm curious whether others have similar results. thanks, galen -- Galen Seitz gal...@seitzassoc.com __

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Dick Steffens
On 11/16/2017 12:26 PM, Galen Seitz wrote: Hi, Firefox ESR 52.4.0 (64-bit) crashes every time I attempt to go to aliexpress. CentOS 6.9 on x86_64 is the host. I'm curious whether others have similar results. No problem when I go there with: Firefox 57.0 (64-bi

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Bill Barry
On Thu, Nov 16, 2017 at 12:26 PM, Galen Seitz wrote: > Hi, > > Firefox ESR 52.4.0 (64-bit) crashes every time I attempt to go to > aliexpress. CentOS 6.9 on x86_64 is the host. > > > > I'm curious whether others have similar results. > > > Running the same version o

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Ali Corbin
On Thu, Nov 16, 2017 at 12:49 PM, Dick Steffens wrote: > On 11/16/2017 12:26 PM, Galen Seitz wrote: > >> Hi, >> >> Firefox ESR 52.4.0 (64-bit) crashes every time I attempt to go to >> aliexpress. CentOS 6.9 on x86_64 is the host. >> >> >> >> I'm curious whether othe

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Tomas Kuchta
Anchor the changes to [] only On Nov 16, 2017 3:36 AM, "Russell Senior" wrote: > Yeah, perl and perl packages count as too heavy. I'm not against > multiple steps. Super long command chains give me a thrill. I got > reasonably close, but I was having particular trouble keeping my time > forma

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Rich Shepard
On Thu, 16 Nov 2017, Galen Seitz wrote: Firefox ESR 52.4.0 (64-bit) crashes every time I attempt to go to aliexpress. CentOS 6.9 on x86_64 is the host. Galen, The 32-bit version of the same release (on Slackware-14.2) does not crash. Rich ___ PL

Re: [PLUG] NFS 3 server going down.

2017-11-16 Thread Russell Senior
Size didn't seem to be the issue. I could cp the files without trouble. It seemed to be a problem of small writes, iirc from the last time I tried to figure it out. On Nov 16, 2017 9:01 AM, "Frank Filz" wrote: > > On Thu, Nov 16, 2017 at 6:54 AM, Frank Filz > > wrote: > > > > >> For me, its the

Re: [PLUG] Swapping key functions with .Xmodmap

2017-11-16 Thread Bryan Linton
On 2017-11-16 08:06:18, Rich Shepard wrote: > > [...] > > I tried modifying my existing .Xmodmap which swaps the left CapsLock and > Ctrl keys by copying the remove and add sequence for Super_L and Alt_L. > Unfortuately, xmodmap did not like this: > > remove Lock = Caps_Lock > remo

Re: [PLUG] Swapping key functions with .Xmodmap

2017-11-16 Thread Rich Shepard
On Fri, 17 Nov 2017, Bryan Linton wrote: My .xmodmap is the following: remove Lock = Caps_Lock keysym Caps_Lock = Escape ! This maps the kanji-conversion keys to keycode 129 = space keycode 131 = space keycode 208 = space ! Map the yen

Re: [PLUG] Fiber connectors?

2017-11-16 Thread Chuck Hast
No, we send all of them to "tend" garbage scows out on the Lagrange points, they will have to deal with the fauna already aboard that eats everything. Generally the techs for anything are good folks. Since I have moved to OKC, I have had to deal with AT&T Uverse (not good) and Cox (FS folks great

Re: [PLUG] Fiber connectors?

2017-11-16 Thread Rich Shepard
On Thu, 16 Nov 2017, Chuck Hast wrote: Generally the techs for anything are good folks. While we're grousing about telcos, cable companies and the differences between the customer-facing employees and those invisible ones hidden away somewhere ... Yesterday I received an e-mail message fr

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread John Jason Jordan
On Thu, 16 Nov 2017 12:58:23 -0800 Ali Corbin dijo: > 56.0 (64-bit) on Mint also works. That's what I have on Xubuntu 14.04, and no problem with aliexpress. ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Galen Seitz
Thanks for the responses. Looks like I'm the outlier. I tried visiting aliexpress in a new Firefox profile and got the same crash. Not sure what's different about my setup, but it's not important enough to chase down. I'll browse on a different platform to work around the problem. galen -- G

Re: [PLUG] Firefox crash when visiting aliexpress

2017-11-16 Thread Bill Barry
On Thu, Nov 16, 2017 at 4:55 PM, Galen Seitz wrote: > > Thanks for the responses. Looks like I'm the outlier. I tried visiting > aliexpress in a new Firefox profile and got the same crash. Not sure > what's different about my setup, but it's not important enough to chase > down. I'll browse o

Re: [PLUG] Fiber connectors?

2017-11-16 Thread Russell Senior
But, the FCC and Congress has agreed that competition is possible now, so therefore it must magically exist. The hidden hand and all was supposed to provide. On Nov 16, 2017 3:23 PM, "Rich Shepard" wrote: > On Thu, 16 Nov 2017, Chuck Hast wrote: > > Generally the techs for anything are good folk

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread David Fleck
On Thu, 2017-11-16 at 04:48 -0800, Russell Senior wrote: > Nice, that's a notch better than I came up with.  But, sadly, it > still > munges the timestamps with leading zeros in minutes and seconds. Oops, didn't notice the timestamp.  How about: cat testline | sed -e 's/ \(..\):\(..\):\(..\) /x\1x

Re: [PLUG] Fun sed challenge!

2017-11-16 Thread Russell Senior
On Thu, Nov 16, 2017 at 5:40 PM, David Fleck wrote: > On Thu, 2017-11-16 at 04:48 -0800, Russell Senior wrote: >> Nice, that's a notch better than I came up with. But, sadly, it >> still >> munges the timestamps with leading zeros in minutes and seconds. > > Oops, didn't notice the timestamp. Ho