Re: ntpd segfaults on start

2019-09-07 Thread Cy Schubert
In message <20190907161749.gj2...@kib.kiev.ua>, Konstantin Belousov writes: > On Sat, Sep 07, 2019 at 08:45:21AM -0700, Cy Schubert wrote: > > I've been able to set the memlock rlimit as low as 20 MB. The issue is > > letting it default to 0 which allows ntp to ml

Re: ntpd segfaults on start

2019-09-09 Thread Cy Schubert
In message <66f80012757134b6317b673f9eeb24db66c996a2.ca...@freebsd.org>, Ian Le pore writes: > On Sat, 2019-09-07 at 09:28 -0700, Cy Schubert wrote: > > In message <20190907161749.gj2...@kib.kiev.ua>, Konstantin Belousov writes: > > > On Sat, Sep 07, 2019 at 08:45

Re: ntpd segfaults on start

2019-09-09 Thread Cy Schubert
In message <20190909184446.gu2...@kib.kiev.ua>, Konstantin Belousov writes: > On Mon, Sep 09, 2019 at 12:13:24PM -0600, Ian Lepore wrote: > > On Mon, 2019-09-09 at 09:30 -0700, Rodney W. Grimes wrote: > > > > On Sat, 2019-09-07 at 09:28 -0700, Cy Schubert

Re: wlan can't discover known networks after relocating

2019-09-19 Thread Cy Schubert
doing network_enable x in wpa_cli and it all >comes >> > back. I asked Adrian about this in the past, but it needs some >> > debugging >> > to pin down. >> >> >> Is this iwm(4) as well in your case or another card? >> >> /bz >>

Re: wlan can't discover known networks after relocating

2019-09-19 Thread Cy Schubert
roaming. All of the > > roaming and network preferences when wpa_supplicant is running is done > > in wpa_supplicant. That's where you have to look. Ideally > > wpa_supplicant would be triggering bgscan too periodically rather than > > only when the RSSI is low. > > >

Re: wlan can't discover known networks after relocating

2019-09-19 Thread Cy Schubert
as empty in ifconfig output. Sometimes it stays the same long after I > leave the network. Do you suspend/resume your laptop? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. > > > On Thu, Sep 19, 2

Re: Fwd: [NTP] "Unexpected origin timestamp 0xe180e455.d15bf3fb does not match aorg 0000000000.00000000 from server" (kernel reports TIME_ERROR: 0x41: Clock Unsynchronized)

2019-11-25 Thread Cy Schubert
d machines in the PR? I'd also be interested in seeing ntpq -p outputs side-by-side. -- Pardon the typos and autocorrect, small keyboard in use. Cy Schubert FreeBSD UNIX: Web: https://www.FreeBSD.org The need of the many outweighs the greed of the few. Sent from my Android device with K-

Re: ntpd errors after upgrade on current amd64

2015-04-02 Thread Cy Schubert
ase of the moon. Although we can re-gen them after r280915, > upstream does not support BSD yacc. Ntp_parser.y is not redundant. It is referenced by ntp_parser.c. I put that fix in two days ago. I'll re-merge based on your second patch/the posted fix. I'll try it first in the po

Re: ntpd errors after upgrade on current amd64

2015-04-03 Thread Cy Schubert
In message <20150403080118.ga2...@roberto-aw.eurocontrol.fr>, Ollivier Robert w rites: > According to Cy Schubert on Thu, Apr 02, 2015 at 06:26:42PM -0700: > > Ntp_parser.y is not redundant. It is referenced by ntp_parser.c. I put that > > > fix in two days ago. >

Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Cy Schubert
; > make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> > *** [_depend] Error code 2 > > make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> > 1 error > > make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBS

Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Cy Schubert
I think jenkins copy of head still contains ntp_parser.y. I see no issue here. Cy Schubert You need to do a better job at figuring out why you broke things. This is not the first time you've broken things with an ntp import. -- Craig On May 4, 2015 8:45 AM, "Cy Schubert" wrot

Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Cy Schubert
Thanks. That fixed the jenkins build. Cy Schubert On May 4, 2015 10:52 AM, "Li-Wen Hsu" wrote: > On Mon, May 04, 2015 at 10:46:10 -0700, Garrett Cooper wrote: > > > > On May 4, 2015, at 10:38, Cy Schubert wrote: > > > > > I think jenkins copy of he

Re: Panic from vesa_configure()

2016-01-07 Thread Cy Schubert
at isa_probe_children+0x211/frame 0x81e4fc90 mi_startup() at mi_startup+0x108/frame 0x81e4fcb0 btext() at btext+0x2c Uptime: 1s acpi0: reset failed - timeout Automatic reboot in 15 seconds - press a key on the console to abort It's getting late here. I'll try diggin

Re: Panic from vesa_configure()

2016-01-07 Thread Cy Schubert
g about using the same mobo and cpu combination on all my machines (except laptops), failures are completely reproducible. Might be a good idea to put in a dtrace probe too. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the gr

Re: Panic from vesa_configure()

2016-01-08 Thread Cy Schubert
In message <201601080107.u0817kdw078...@slippy.cwsent.com>, Cy Schubert writes: > In message om> > , Adrian Chadd writes: > > Ok, > > > > So try adding this check: > > > > vmbuf = x86bios_alloc(&offs, sizeof(*buf), M_WAITOK); > > if (vmbuf

Re: Panic from vesa_configure()

2016-01-08 Thread Cy Schubert
Cy Schubert writes: > In message <201601080107.u0817kdw078...@slippy.cwsent.com>, Cy Schubert > writes: > > In message c > > om> > > , Adrian Chadd writes: > > > Ok, > > > > > > So try adding this check: > > > > > >

Re: Panic from vesa_configure()

2016-01-09 Thread Cy Schubert
t; On 01/09/2016 13:48, Adrian Chadd wrote: > >> On 9 January 2016 at 11:30, John Baldwin wrote: > >>> On Thursday, January 07, 2016 01:47:32 AM Cy Schubert wrote: > >>>> In message il.c > >>>> om> > >>>> , Jeremie Le Hen writes: >

Re: CURRENT slow and shaky network stability

2016-04-01 Thread Cy Schubert
41M Wired, 41K Buf, 4179M Free > ARC: 790M Total, 575M MFU, 169M MRU, 16K Anon, 9618K Header, 36M Other > Swap: 40G Total, 50M Used, 40G Free > > Do you use tmpfs? Anything stored in there will get stashed in inactive > memory and/or swap. Tmpfs objects are treated as any other in m

Re: CURRENT slow and shaky network stability

2016-04-02 Thread Cy Schubert
apps have a small or large locality of reference? Remember, O/S tuning is a matter of robbing Peter to pay Paul. Reducing the resources used by applications will pay back bigger dividends. Hope this helps. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org

Re: CURRENT slow and shaky network stability

2016-04-02 Thread Cy Schubert
e inactive pages are part of your free pool that were active at one time but now are not. They may be reclaimed and if they are, you've just saved more I/O. Top is a poor tool to analyze memory use. Vmstat is the better tool to help understand memory use. Inactive memory isn't a bad t

Re: CURRENT slow and shaky network stability

2016-04-02 Thread Cy Schubert
In message <20160402105503.7ede5be1.ohart...@zedat.fu-berlin.de>, "O. Hartmann" writes: > --Sig_/VIBPN0rbNwuyJuk=dxEGA+U > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > Am Sat, 02 Apr 2016 01:07:55 -0700 > Cy Sc

Re: CURRENT slow and shaky network stability

2016-04-02 Thread Cy Schubert
t; > > Am Sat, 2 Apr 2016 10:55:03 +0200 > > > "O. Hartmann" schrieb: > > > > > > > Am Sat, 02 Apr 2016 01:07:55 -0700 > > > > Cy Schubert schrieb: > > > > > > > > > In message <56f6c6b0.6010...@protected-networks

Re: CURRENT slow and shaky network stability

2016-04-02 Thread Cy Schubert
O. Hartmann" schrieb: > > > Am Sat, 2 Apr 2016 10:55:03 +0200 > > "O. Hartmann" schrieb: > >=20 > > > Am Sat, 02 Apr 2016 01:07:55 -0700 > > > Cy Schubert schrieb: > > > =20 > > > > In message <56f6c6b0.6010...@prot

Re: CURRENT slow and shaky network stability

2016-04-02 Thread Cy Schubert
. Hartmann" schrieb: > > > Am Sat, 02 Apr 2016 01:07:55 -0700 > > Cy Schubert schrieb: > >=20 > > > In message <56f6c6b0.6010...@protected-networks.net>, Michael Butler wr= > ites: =20 > > > > -current is not great for interactive use at al

Re: CURRENT slow and shaky network stability

2016-04-04 Thread Cy Schubert
In message <20160405082047.670d7...@freyja.zeit4.iv.bundesimmobilien.de>, "O. H artmann" writes: > On Sat, 02 Apr 2016 16:14:57 -0700 > Cy Schubert wrote: > > > In message <20160402231955.41b05526.ohart...@zedat.fu-berlin.de>, "O. > > Hartmann&qu

Re: CURRENT slow and shaky network stability

2016-04-05 Thread Cy Schubert
In message <20160405092712.131ee...@freyja.zeit4.iv.bundesimmobilien.de>, "O. H artmann" writes: > On Mon, 04 Apr 2016 23:46:08 -0700 > Cy Schubert wrote: > > > In message <20160405082047.670d7...@freyja.zeit4.iv.bundesimmobilien.de>, > > "O. H &

Re: CURRENT slow and shaky network stability

2016-04-10 Thread Cy Schubert
In message <20160409105444.7020f2f1.ohart...@zedat.fu-berlin.de>, "O. Hartmann" writes: > --Sig_/SqWr.x1C_BgJVIYh7m_9T5y > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > Am Mon, 04 Apr 2016 23:46:08 -0700 > Cy Sc

Cross-build Brokenness

2016-06-25 Thread Cy Schubert
PILER_VERSION} +.if ${MACHINE_CPUARCH} == ${_HOST_ARCH} PROGS+=h_raw .endif .endif .endif +.endif PROGS+=h_read PROGS+=h_readlink PROGS+=h_snprintf -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org

Re: crossbuild buildworld on amd64 for arm fails to find KERNCONF GENERIC after r302865

2016-07-15 Thread Cy Schubert
RTUALBOX amd64 Thanks for the report. I've reverted it now until I get the time to look at it more closely. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _

Re: crossbuild buildworld on amd64 for arm fails to find KERNCONF GENERIC after r302865

2016-07-15 Thread Cy Schubert
In message , Guy Yur writes: > On Fri, Jul 15, 2016 at 6:11 PM, Cy Schubert wrote > : > > In message c > > om> > > , Guy Yur writes: > >> Hi, > >> > >> I am trying to crossbuild arm on an amd64 machine and buildworld > >> is chec

Re: rc.d/ntpdate broken since r311103 - /head/etc/ntp.conf - Update ntp.conf to use the ntpd pool feature

2017-01-10 Thread Cy Schubert
 else                   > >   {print $2}} > >   ' < "$ntpdate_config"` > > > > > > Regards, > > > > Ronald. > > Ooops, my bad, I'll get i

Re: Strange issue after early AP startup

2017-01-17 Thread Cy Schubert
t finally boots. Disabling early AP start allows it to boot past that point first time. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ freebsd-current@freebsd.org maili

Re: Strange issue after early AP startup

2017-01-17 Thread Cy Schubert
In message <1492450.xzfnz8z...@ralph.baldwin.cx>, John Baldwin writes: > On Tuesday, January 17, 2017 12:53:19 PM Cy Schubert wrote: > > In message , Hans Petter > > Sela > > sky writes: > > > Hi, > > > > > > When booting I

Re: Strange issue after early AP startup

2017-01-18 Thread Cy Schubert
In message <1922021.4hjeqfj...@ralph.baldwin.cx>, John Baldwin writes: > On Tuesday, January 17, 2017 05:08:58 PM Cy Schubert wrote: > > In message <1492450.xzfnz8z...@ralph.baldwin.cx>, John Baldwin writes: > > > On Tuesday, January 17, 2017 12:53:19 PM Cy Schu

Re: r314670: buildworld compile failure: undefined reference to `xdr_attrstat'

2017-03-04 Thread Cy Schubert
The reason it's supposed to link in rpcsvc. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <24642190-36ea-45e7-f392-de2b6e224...@protected-networks.net>, Micha el Butler writes: >

Re: AMD CPU/APU temperature driver

2017-03-06 Thread Cy Schubert
t doesn't exist yet. If permissions allow, you may create it by clicking on \u201cCreate this page\u201d. I have three older AMD X2 boxes in my basement. I could give it a spin when I get a chance. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org

Re: buildworld error

2017-03-11 Thread Cy Schubert
src > 1 error > > make: stopped in /usr/src > 1551.754u 434.064s 17:54.86 184.7%12598+328k 113045+55926io 25455pf+14w That's from a r314812 five days ago. I rebuilt world in one of my development trees since then with no problem. Consider running make delete-old. There m

Re: buildworld error

2017-03-11 Thread Cy Schubert
make install > > Then retry building world. If this actually fixes it, it (the build) is wrong. You shouldn't have to build and install src in order to build another part of src. The procedure has always been documented as make installworld first then make

Re: buildworld error

2017-03-12 Thread Cy Schubert
In message <1c4e6a09-86ad-4dc7-aa65-336a1643e...@freebsd.org>, Dimitry Andric w rites: > > > --Apple-Mail=_41B95E0F-96E1-4E0A-A996-DE3C34E4B13B > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; > charset=us-ascii > > On 12 Mar 2017, at 02:46, C

Re: buildworld error

2017-03-12 Thread Cy Schubert
In message , Roberto Rodriguez Jr writes: > Hey, > > Even with a fresh checkout of sources ( today 935am EST). Buildworld/kernel > fail 10 seconds into build. Can you post output, please? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need

Re: ntpd dies nightly on a server with jails

2017-03-15 Thread Cy Schubert
d the messages still are displayed at boot. I'm not sure if it's possible for a kernel to damage the RTC. In my case that doesn't cause ntpd any problems. It's probably good to check anyway. > > If there are known issues with jails (the problem occurs since I use

Re: ntpd dies nightly on a server with jails

2017-03-17 Thread Cy Schubert
efore it can > > capture enough samples from the external servers to determine the > > true > > local clock drift rate. > > Do not set ntpd.drift contents to zero.  Delete the file.  There's a > huge difference between a file that says th

Re: Is ipfilter firewall with ippool working?

2017-04-05 Thread Cy Schubert
fied). The ippool parser thinks the pool type is a positional argument not an option. I'd like to verify Darren Reed's (original author's) intention before blindly "fixing" anything. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org Th

Re: Is ipfilter firewall with ippool working?

2017-04-06 Thread Cy Schubert
In message <58e656c6.8000...@gmail.com>, Ernie Luzar writes: > Cy Schubert wrote: > > In message <58e50379.6090...@gmail.com>, Ernie Luzar writes: > >> I have been a ipfilter user since Freebsd 3.0 without any complaints. > >> Now I'm trying to get i

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Cy Schubert
c++: note: diagnostic msg: PLEASE submit a bug report to > https://bugs.freebsd.org/submit/ and include the crash backtrace, p$ > eprocessed source, and associated run script. > ... You have a bad DIMM. I had this same problem on my laptop but not on my servers downstairs. That suggested th

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Cy Schubert
In message , Ngie Cooper writes: > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrote: > > ... > > > You have a bad DIMM. I had this same problem on my laptop but not on my > > servers downstairs. That suggested that since all four machines were > > running th

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-07 Thread Cy Schubert
In message , Andrey Fesenko writes: > On Sat, May 6, 2017 at 2:52 AM, Ngie Cooper wrote: > > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrot > e: > > > > ... > > > >> You have a bad DIMM. I had this same problem on my laptop but not on my > >> s

Re: ino64: desastrous update - recommendations not working!!!

2017-05-24 Thread Cy Schubert
> > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > > To unsubscribe, send any mail to > > > "freebsd-current-unsubscr...@freebsd.org" =20 > >=20 > > Stefan Esser was so kind and pushed me towards COMPAT_FREEBSD11 options req= >

Re: svn commit: r318757 - head

2017-05-24 Thread Cy Schubert
t. So this > bug is limited to -m src|null|tar. Hi Bryan, If do you choose to fix this, please provide a facility to override the liberal rebuilds. I for one know when I need to blow away all my package repos and start from scratch, which BTW I commenc

Re: Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

2017-06-21 Thread Cy Schubert
ss changed, ifconfig should return an error when user attempts to > > do it, and if_setlladdr() should do the same. > >=20 > > Thoughts? > >=20 > > [1] > > https://www.freebsd.org/doc/handbook/network-aggregation.html#networkin= > g-lagg-wired-and-wireless >

Re: ipfilter fails to compile WITHOUT_INET6

2017-06-22 Thread Cy Schubert
only need the kernel from > drm-next. Possibly. That code is in an ifdef only for inet6 and has been tinderbox built on a universe machine. I'm rebuilding locally to verify the report. Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outwe

Re: ipfilter fails to compile WITHOUT_INET6

2017-06-22 Thread Cy Schubert
ADDRSTRLEN + 1]; const char *str; @@ -54,9 +54,7 @@ } else { PRINTF("\tAddress: family: %d\n", np->ipn_addr.adf_family); -#ifdef AF_INET6 } -#endif printm

Re: ipfilter fails to compile WITHOUT_INET6

2017-06-23 Thread Cy Schubert
: 7bit > > On 22.06.2017 21:20, Cy Schubert wrote: > > Can you try the attached patch please? > Yes, replacing: > > -#ifdef AF_INET6 > +#ifdef USE_INET6 > > lets the build succeed. Is it Ok to modify stuff under contrib/ though?.. Yes, I've already

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-06-27 Thread Cy Schubert
For users doing poudriere jail -c or poudriere jail -u, use -J 1, though poudriere should only perform parallel builds only, not parallel installs. Parallel installs is simply asking for trouble regardless. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-06-27 Thread Cy Schubert
In message <201706271956.v5rjujqp065...@slippy.cwsent.com>, Cy Schubert writes: > In message <83207990-cd7c-90ea-6893-c0b3b1321...@passap.ru>, Boris > Samorodov wr > ites: > > 27.06.2017 20:06, Trond Endrestøl пишет: > > > > > Try running ma

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-06-27 Thread Cy Schubert
In message , Antoine Brodin writes: > On Tue, Jun 27, 2017 at 9:56 PM, Cy Schubert wrote > : > > In message <83207990-cd7c-90ea-6893-c0b3b1321...@passap.ru>, Boris > > Samorodov wr > > ites: > >> 27.06.2017 20:06, Trond Endrestøl пишет: > >>

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-06-27 Thread Cy Schubert
In message , Ngie Cooper writes : > > > > On Jun 27, 2017, at 13:21, Cy Schubert wrote: > > ... > > > Yes. I've had issues with parallel installs breaking badly before this. > > Be that what it may be, papering the issue over via poudriere is the wrong

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-06-27 Thread Cy Schubert
In message <201706280054.v5s0svs3036...@slippy.cwsent.com>, Cy Schubert writes: > This is a multipart MIME message. > > --==_Exmh_1498611286_142500 > Content-Type: text/plain; charset=us-ascii > > In message , Ngie Cooper > writes > : > > > > &g

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-07-05 Thread Cy Schubert
rotected-headers="v1" > From: Bryan Drewery > To: Cy Schubert > Cc: Boris Samorodov , freebsd-current@freebsd.org, > b...@freebsd.org > Message-ID: <291c901c-7b78-7f4f-dd8d-d808406fb...@freebsd.org> > Subject: Re: [base package build] [fail] r320347 -> r32039

Re: small patch for /etc/rc.d/nfsd, bugfix or POLA violation?

2017-07-09 Thread Cy Schubert
ges in the protocol. > > However, this will result in a POLA violation, in that after the patch, nfs= > userd won't > start when booting, unless nfsuserd_enable=3D"YES" is added to /etc/rc.conf= > . > > So, what do people think about this patch? rick=

Re: [autofs] problems with "dirty" UFS2 partitions

2017-08-07 Thread Cy Schubert
said that, this treats the symptom rather than addressing the cause. It's preferred to discover the cause so that autofs (or amd) can mount a clean filesystem. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of th

Re: [autofs] problems with "dirty" UFS2 partitions

2017-08-08 Thread Cy Schubert
In message <20170808132621.1f14c...@freyja.zeit4.iv.bundesimmobilien.de>, "O. H artmann" writes: > On Mon, 07 Aug 2017 23:48:15 -0700 > Cy Schubert wrote: > > > Just for convenience, I 'glued" Warner Losh's messages below and reply inline >

Re: swapfile query

2017-08-19 Thread Cy Schubert
't be swapping anyway. If your system is you have more serious problems than the lack of swap. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ freebsd-current

Re: swapfile query

2017-08-19 Thread Cy Schubert
In message , David Chisnall w rites: > On 19 Aug 2017, at 17:54, Cy Schubert wrote: > > > >> 3. should total swap be 1x 2x or some other multiple of RAM these days? > > > > Depends. If you're running some kind of database server or OLTP > > ap

Re: swapfile query

2017-08-19 Thread Cy Schubert
In message , tech-lists writes: > On 19/08/2017 17:54, Cy Schubert wrote: > > Then it doesn't matter if you use one or many swapfiles and deleting the 4 > > GB won't make a difference. Just add the desired swap as required. > > > > With 128 GB RAM you

Re: swapfile query

2017-08-19 Thread Cy Schubert
In message <201708192100.v7jl0vfk003...@slippy.cwsent.com>, Cy Schubert writes: > (On my -CURRENT laptop I see a scan rate in the hundreds on a totally idle > laptop and in the teens of my idle firewall. IMO this doesn't seem right, > at least not compared to previous re

Re: swapfile query

2017-08-19 Thread Cy Schubert
In message <20170819213149.GA34140@raichu>, Mark Johnston writes: > On Sat, Aug 19, 2017 at 02:24:19PM -0700, Cy Schubert wrote: > > In message <201708192100.v7jl0vfk003...@slippy.cwsent.com>, Cy Schubert > > writes: > > > > > (On my -CURRENT laptop I se

Re: swapfile query

2017-08-20 Thread Cy Schubert
lly this is a good starting point and generally a sound recommendation. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ freebsd-current@freebsd.org mailing list ht

Re: [RFC] future of drm1 in base

2017-09-02 Thread Cy Schubert
ormally use my i945 and i915 laptops (mostly the former) but on occasion I may fire up X on one of the other three. Having a drm-legacy port in the tree would benefit to me. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed

Re: [RFC] future of drm1 in base

2017-09-03 Thread Cy Schubert
low the machine to have display. > > Please try to maintain the older drivers, thanks. > > Best, > Owen I wouldn't mind taking care of and feeding the new port if it's created. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of

ifconfig alias

2011-11-24 Thread Cy Schubert
.1.2.99 netmask 0x broadcast 10.1.2.99 media: Ethernet autoselect (100baseTX ) status: active cwsys# -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the g

Smartmontools

2012-02-01 Thread Cy Schubert
://smartmontools.sourceforge.net error sending CAMIOCOMMAND ioctl: Inappropriate ioctl for device Unable to get CAM device list /dev/ad0: Unable to detect device type Smartctl: please specify device type with the -d option. Use smartctl -h to get a usage summary slippy# -- Cheers, Cy Schubert FreeBSD UNIX: Web

Re: Smartmontools

2012-02-01 Thread Cy Schubert
In message , Scott Long writes : > > On Feb 1, 2012, at 9:49 PM, Cy Schubert wrote: > > > Other than nooptions ATA_CAM, is there a fix or circumvention to allow > > smartmontools to work correctly under 9.0 and -CURRENT? > > > > slippy# smartctl -a /dev/ad0 &

Amd(8) Hangs at Boot

2012-12-29 Thread Cy Schubert
db> -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsub

Re: /usr/bin/as: out of memory allocating 4194304 bytes after a total of 524288000 bytes

2012-04-21 Thread Cy Schubert
Well then, I don't have any bright ideas for so > lving this problem in the short run. > > > > I take it back. There's spotty mangling coverage for variables. I'll try > to add full coverage. > > I'm now using the attached. It seems to work... It didn't work for me. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: /usr/bin/as: out of memory allocating 4194304 bytes after a total of 524288000 bytes

2012-04-21 Thread Cy Schubert
In message <4f92f020.1000...@protected-networks.net>, Michael Butler writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/21/12 13:21, Cy Schubert wrote: > > In message <4f91c8fe.4070...@freebsd.org>, Dimitry Andric writes: > >> This

Re: Chrome crashing system (amd64-10.0-CURRENT)

2012-05-31 Thread Cy Schubert
what's going on here. Any > > suggestions as to how to obtain some useful info? > > > > To add to this, I've had the same problem on 10-CURRENT for several months > now. I think we're dealing with two issues here. First, the application is passing out of b

Re: Panic on head (r255759) [_callout_stop_safe()-> panic: Lock lle not exclusively locked @ /usr/src/sys/kern/kern_rwlock.c:140]

2013-09-21 Thread Cy Schubert
rip =3D 0, rsp =3D 0xfe118aeefcb0, rbp =3D 0 --- > >=20 > >=20 > > +1 from me; I guess introduced somwhere between 255569 and 255758, > > as these are my edges of kernel.old and kernel. > >=20 > > r255726 was stable for me. r255759 is not. > > r2

Re: [Heads Up] RCS removed from base

2013-10-08 Thread Cy Schubert
and arange to replace it by 11 > I'm officially asking core to allow this to stop what I consider a bad > POLA problem. > it can not be said that there was no pushback against this change. > and it was sprung on us with no real warning. Probably a good idea. Though I've pu

Re: [Heads Up] RCS removed from base

2013-10-08 Thread Cy Schubert
> Thank you very much . > > sure but lets keep the one one in the the tree untill there is a > replacement ready to commit. ro 10 will have NO RCS which is a POLA. We do now have an rcs57 port which is the same as what was in base. The port could be made to _optionally_ install into /usr instead of ${LOCALBASE}. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: rcs

2013-10-08 Thread Cy Schubert
text of > add-on tools like rcs. > > What we need to discuss is lowering the bar to making custom installs. > > I personally find that installing FreeBSD is useless until I install > "screen, zsh, vim-lite, git" why is that so

Re: [Heads Up] RCS removed from base

2013-10-08 Thread Cy Schubert
to do this instead of rcs57). Would the majority here rather have it in base? Just finished schlepping the OpenBSD source to my laptop (the link to the OpenRCS site returns a TCP RST). I don't mind either way. It's the groups's and the Project's call. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: rcs

2013-10-08 Thread Cy Schubert
eriously, it's not the same. To import something different doesn't replace what was removed. We have two options. Put it back, or something like it, e.g. OpenRCS, back, or put it in ports. Personally I don't think it matters where it lives as long as the same functionality is

tcl & tk ports on FreeBSD 10 amd64

2013-12-03 Thread Cy Schubert
/tk. My 11-CURRENT partition on my laptop is still i386 so I haven't been able to reproduce it under 11 with amd64. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___

Re: [head tinderbox] failure on i386/i386

2014-06-27 Thread Cy Schubert
pped in /src > *** Error code 1 > > Stop. > bmake: stopped in /src > *** [buildworld] Error code 1 > > Stop in /src. > TB --- 2014-06-28 05:18:36 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2014-06-28 05:18:36

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-23 Thread Cy Schubert
. Sure, some of us maintain software because a personal need however without funding one has to fit maintaining software into whatever time is left. For those of us who do this without funding you manage to squeeze in an hour here or there. > So, please step up! We'll all love you for it.

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-23 Thread Cy Schubert
dp dns=20 > =2D the sheer update rate was causing collisions and state drops / resets= > of=20 > other connections to the point of being really hard to use. > > Those two tweaks - stopping heavy dns use from thrashing the state tabl= > es, and=20 > having a safe place to send fragm

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-23 Thread Cy Schubert
ld add capability to pf on a piecemeal basis. Option (b) but as time permits. Remember, people have jobs and commitments. Funding would help address this. f) Finally, how does NetBSD's npf compare to OpenBSD's pf? Is it more compatible with our IP stack? Could this be an option?

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-23 Thread Cy Schubert
f the latter is indeed the case, there is little incentive for anyone > to go to the effort of porting the newer pf. After all, the reward for > the work is chiefly in glory, and if there is to be no glory, the work > is unlikely to be done. I disagree. One does not do this for the glory.

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-25 Thread Cy Schubert
Sorry for the late reply. It's a busy time right now. In message <53d0239d.1050...@a1poweruser.com>, Fbsd8 writes: > Cy Schubert wrote: > >> On 20.07.2014 18:15, Maxim Khitrov wrote: > >>> In my opinion, the way forward is to forget (at least temporarily) the

Re: FreeBSD Quarterly Status Report - Second Quarter 2014

2014-07-25 Thread Cy Schubert
t, and will integrate with the Lightweight Directory >Access Protocol (LDAP) service. Will it also integrate with NIS (as SunOS and Solaris do)? FreeBSD's amd currently integrates with NIS as well. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org T

Re: FreeBSD Quarterly Status Report - Second Quarter 2014

2014-07-25 Thread Cy Schubert
In message <20140725211249.ga3...@brick.home>, Edward Tomasz =?utf-8?Q?Napiera= C5=82a?= writes: > On 0725T1019, Cy Schubert wrote: > > In message <20140724183353.gl1...@hub.freebsd.org>, Glen Barber writes: > > > New Automounter > > > >

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-26 Thread Cy Schubert
In message <53d395e4.1070...@fastmail.net>, Darren Reed writes: > On 24/07/2014 1:42 AM, Cy Schubert wrote: > >>> > >>> But, lack of ipv6 fragment processing still causes ongoing pain. That'= > >>> s our=20 > >>> #1 wish list item for

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-29 Thread Cy Schubert
In message , Kevin Oberman writes: > On Mon, Jul 28, 2014 at 2:41 AM, Darren Reed wrote: > > > On 27/07/2014 4:43 AM, Cy Schubert wrote: > > > In message <53d395e4.1070...@fastmail.net>, Darren Reed writes: > > >> On 24/07/2014 1:42 AM, Cy Schubert wrot

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Cy Schubert
diff > > This should probably be done like we did for CVS for ports. Mark it as > deprecated, then remove the Handbook section once the code is removed. Sorry, I'm coming in late on this discussion. I'm willing to take it on as I've been planni

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Cy Schubert
o would be fine too. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org In message <8adc8f0961dd8f7972300837db7403ce.squir...@ma.sdf.org>, c...@sdf.org writes: > Ok, seems someone has taken the job. > > > > In message , Warren Block > > wr

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Cy Schubert
ich use IP Filter is a plus. If there's a maintainer, it only makes FreeBSD richer. Losing IP Filter would be a loss. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org ___ freebsd-current@freebsd.org mailing list

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Cy Schubert
In message , Scott Long writes: > > On Apr 15, 2013, at 11:48 AM, Cy Schubert wrote: > > > In message <18df99b0-6e66-4906-a233-7778451b8...@felyko.com>, Rui Paulo > > writes: > >> 2013/04/15 9:55$B!"(BCy Schubert > >> $B$N%a%C%;!<%8

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Cy Schubert
In message <20130415195544.gy76...@freebsd.org>, Gleb Smirnoff writes: > Cy, > > good news that you volunteered to work on this! > > On Mon, Apr 15, 2013 at 10:48:43AM -0700, Cy Schubert wrote: > C> The initial plan was to import IP Filter 5.1.2 into HEAD. darr

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Cy Schubert
2005 license change, would that be a problem? If it's OK then I'll maintain it in src. If not then a port is in order. Having said that, a port would be messy as IPF's own install scripts update src/sys/netinet, among other locations. -- Cheers, Cy Schubert FreeBSD

<    1   2   3   4   5   >