Re: clocked speed not showing in dev.cpu.[0-7].freq

2021-04-27 Thread Ian Lepore
at various speeds between 4.25 - 5.0 ghz over the years (faster when it was younger, more conservative now that it's old). The value in parens (4250.09) changes accordingly, but the values in the sysctl never do. I'm sure this is running at the overclocked speed (various benchmark values cha

Re: Deprecating base system ftpd?

2021-04-04 Thread Ian Lepore
nconvenient unless there was a port/pkg to install it from. If there is a port, it would only be useful if I could set PREFIX=/usr when building/installing it, so that its behavior when installed as a port/pkg would be identical to how it was when it was part of base (in terms of where its

Re: Drastic slowdown for geli attach

2021-02-25 Thread Ian Lepore
all-ish number like 5000). Or, in your case, maybe something has changed like it used to use aesni accellerated instructions and now it doesn't for some reason, like different default flags got used on the build, or something changed in the crypto

Re: NTP, UTC, and (negative) leap seconds

2020-11-19 Thread Ian Lepore
4 us, TAI offset 36 ntp_adjtime() returns code 0 (OK) modes 0x0 (), offset 3.996 us, frequency 29.182 ppm, interval 128 s, maximum error 3000 us, estimated error 4 us, status 0x2101 (PLL,PPSSIGNAL,NANO), time constant 4, precision 0.001 us, tolerance 496 ppm, pps frequency 29.089 ppm, st

Re: Issue with gpart "Device Busy"

2020-04-16 Thread ian
Thank you for the advices, however it turns out it was user error.. I swapped the drive in from an apple machine, the new drive took ada0 and my existing drive moved to ada1. I’m just playing with ZFS at the moment and what I didn’t realise is that the system swap was still assigned to ada0p2 b

Issue with gpart "Device Busy"

2020-04-15 Thread ian
I have an issue with gpart, it will not let me delete partition ada0p2 responding with “Device Busy” The man page gpart(8) says this may be shown if a partition exists but I cannot seem to delete partition 2 in my case via gpart delete or gpart destroy This is a used disk but new to the machine

Re: make kernel ignore broken SATA disk

2020-04-12 Thread Ian Lepore
t; zpool replace command. > > The the loader prompt (or in loader.conf without 'set'): set hint.ada.1.disabled=1 -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: ntp problems stratum 2 to 14?

2020-03-05 Thread Ian Lepore
On Fri, 2020-03-06 at 07:49 +1100, Dewayne Geraghty wrote: > Ian, Good points. I did remove the fudge and 127.127.1.1 lines from the > config with the same result as below. Interestingly the clock at 10.0.7.6 > isn't really unreliable, as its been my time source since 2005, and se

Re: ntp problems stratum 2 to 14?

2020-03-05 Thread Ian Lepore
e stratum 14 server over the stratum 14 local clock. Eventually 10.0.7.6 steps its clock and resumes operation at stratum 2. Shortly after that, the problem system follows by stepping its clock then switching the system peer to 10.0.7.6. You're going to keep having these kinds of problems as long as local clocks are configured. Especially since multiple servers in your syncronization net are configured that way, and don't have enough peers to sanity-check the times. -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: [FreeBSD-Announce] FreeBSD 12.0 end-of-life

2020-02-25 Thread Ian Lepore
cpi code started causing problems which in the past might not have affected usb but now does. It's just a vague theory, based on my memory of some change happening last year that injected awareness of acpi data into the usb driver subsystem. I wonder if it would be possib

Re: ntpd doesn't like ASLR on stable/12 post-r350672

2019-09-10 Thread Ian Lepore
smaller, code using RLIMIT_STACK is going to end up with a stack smaller than it asked for because the gap it has no way of knowing about uses up some part (or all of) the limited space. If the default gap were 64K or less, things would be much more likely to work accidentally (and we might never h

Re: Geli prompts on gptzfsboot (Was:: Serious ZFS Bootcode Problem (GPT NON-UEFI -- RESOLVED)

2019-02-10 Thread Ian Lepore
On Sun, 2019-02-10 at 12:35 -0600, Karl Denninger wrote: > On 2/10/2019 12:01, Ian Lepore wrote: > > On Sun, 2019-02-10 at 11:54 -0600, Karl Denninger wrote: > > > On 2/10/2019 11:50, Ian Lepore wrote: > > > > On Sun, 2019-02-10 at 11:

Re: Fwd: Serious ZFS Bootcode Problem (GPT NON-UEFI)

2019-02-10 Thread Ian Lepore
mpted for the passphrase while booting (this is separate from the '-b' flag that enables mounting the encrypted partition as the rootfs). You can use "geli configure -g" to turn on the flag on any existing geli partition. -- Ian ___

Re: Fwd: Serious ZFS Bootcode Problem (GPT NON-UEFI)

2019-02-10 Thread Ian Lepore
On Sun, 2019-02-10 at 11:54 -0600, Karl Denninger wrote: > On 2/10/2019 11:50, Ian Lepore wrote: > > On Sun, 2019-02-10 at 11:37 -0600, Karl Denninger wrote: > > > On 2/10/2019 09:28, Allan Jude wrote: > > > > Are you sure it is non-UEFI? As the instructions you follo

Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-19:05.kqueue

2019-02-05 Thread Ian Lepore
On Wed, 2019-02-06 at 03:46 +0700, Eugene Grosbein wrote: > 06.02.2019 3:18, Ian Lepore wrote: > > > > 2019, of course. re@ does NOT make mistakes. What you fail to > > > realize is that NIST was using kqueue to check their atomic > > > clock, and > > &

Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-19:05.kqueue

2019-02-05 Thread Ian Lepore
lock, and > they lost the race. Enjoy the rest of 2020. > -Alan > I think you meant that as a joke, but the reality is that NIST measures their atomic clocks using gear that runs FreeBSD (made by the company I work for). :) -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Success updating stable/11 to /12; a couple things to note

2018-12-27 Thread Ian Lepore
On Thu, 2018-12-27 at 08:30 -0800, David Wolfskill wrote: > On Thu, Dec 27, 2018 at 09:13:09AM -0700, Ian Lepore wrote: > > > > On Thu, 2018-12-27 at 05:53 -0800, David Wolfskill wrote: > > > > > > * I found that I actually needed to create the ntpd user on th

Re: Success updating stable/11 to /12; a couple things to note

2018-12-27 Thread Ian Lepore
rect update sequence involves running mergemaster twice, once with the -p option, then again later without it. It's detailed at the bottom of UPDATING. People get in the habit of skipping the -p step because it's only really needed once every few years, such as when a new us

Re: zfsboot@12.0: Shortening read at xxxx from 16 to -479991569

2018-12-13 Thread Ian Lepore
up2() and rounddown2() macros from sys/param.h. In particular, a mix of 32 and 64 bit types of different signedness resulted in zero-extension instead of sign-extension of one of the values, and that masked off significant bits, then a later subtraction turned a result into a negative number. --

Re: /dev/crypto not being used in 12-STABLE

2018-12-07 Thread Ian Lepore
celleration hardware which is not implemenented as cpu instructions (or accessible in any way from userland). -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Boot loader stuck after first stage upgrading 11.2 to 12.0-RC2

2018-12-04 Thread Ian Lepore
f that will do better > thanks, > toomas > I don't think that will be an option.  If it hasn't gotten to the point of saying how much BIOS available memory there is, it's only halfway through loader main() and has hung before getting to interact(). In fact, if that line ha

Re: sudo not available after configuring ipmi serial over lan

2018-11-08 Thread Ian Lepore
On Thu, 2018-11-08 at 12:47 -0500, Jordan Caraballo wrote: > Hi Ian, > Changing the line following line from std.115200 to 3wire.115200 > worked. > Can you explain the why? I am not entirely sure of the difference > between > 3wire and std there. > > ttyu0   "/u

Re: sudo not available after configuring ipmi serial over lan

2018-11-08 Thread Ian Lepore
ty std.115200" vt100   on  secure > Use network access to perform the following: > > 1) Change "on" to "off" for ttyu0 then run "init q" to apply changes. > 2) Replace "ttyu0" with "cuau0" within same line then run "init q&

Re: How to boot from GPT partition without "bootme" attribute?

2018-10-30 Thread Ian Lepore
re for GPT? > While loader(8) is loading the kernel, interrupt it to get the console prompt (or ask the menu to give the prompt if you use menus) and do:  unload  set currdev=disk0p2  boot -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: FCP-0101: Deprecating most 10/100 Ethernet drivers

2018-10-04 Thread Ian Lepore
On Thu, 2018-10-04 at 11:58 -0600, Warner Losh wrote: > On Thu, Oct 4, 2018 at 11:47 AM Ian Lepore wrote: > > > > > On Thu, 2018-10-04 at 11:38 -0600, Warner Losh wrote: > > > > > > On Thu, Oct 4, 2018 at 11:26 AM Ian Lepore > > > wrote: > >

Re: FCP-0101: Deprecating most 10/100 Ethernet drivers

2018-10-04 Thread Ian Lepore
On Thu, 2018-10-04 at 11:38 -0600, Warner Losh wrote: > On Thu, Oct 4, 2018 at 11:26 AM Ian Lepore wrote: > > > > > On Thu, 2018-10-04 at 10:21 -0600, Warner Losh wrote: > > > > > > On Thu, Oct 4, 2018 at 10:15 AM Michelle Sullivan > > > wrote

Re: FCP-0101: Deprecating most 10/100 Ethernet drivers

2018-10-04 Thread Ian Lepore
into the kernel. We build systems with a lifespan in the field of 20 years or more, and the stability and compatibility across OS upgrades over that kind of span is a BIG reason to use freebsd rather than linux for such things. -- Ian ___ freebsd-stab

Re: Bind to port <1024 in jail

2018-08-20 Thread Ian Lepore
Thanks, but do I understand correctly that the > security.mac.portacl.rules are system-wide and not per-jail? > > I’m running ~10 jails on this host, and I don’t want to allow all of > them to bind to low ports. > Portacls are configure by userid. Just create a local userid that is dedicated to this one process that runs in the one jail, and only it (and root of course) would be able to bind to those ports. -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Bind to port <1024 in jail

2018-08-20 Thread Ian Lepore
gular processes to bind to low ports? > > > Stefan > You might be able to set up a specific local userid for this process, then use mac_portacl(4) to allow it to bind to those ports. I'm not certain that works inside a jail, however. -- Ian

Re: How do I stop using local_unbound ?

2018-08-07 Thread Ian Lepore
given up on removing it! > > Thanks for the advice though, I will dig into it on more detail when I  > have a moment. > > cheers, > > -pete. I wonder if OpenResolve is involved in rewriting the config. Do you have an /etc/resolvconf.conf file, and if so, does it contain conf

Re: -STABLE can no longer build -CURRENT kernel, linker missing ifunc

2018-07-25 Thread Ian Lepore
On Wed, 2018-07-25 at 15:55 -0600, Alan Somers wrote: > On Wed, Jul 25, 2018 at 9:04 AM, Kyle Evans > wrote: > > > > > On Wed, Jul 25, 2018 at 9:52 AM, Alan Somers > > wrote: > > > > > > On Wed, Jul 25, 2018 at 8:49 AM, Ian Lepore > > > w

Re: -STABLE can no longer build -CURRENT kernel, linker missing ifunc

2018-07-25 Thread Ian Lepore
bin:/usr/obj/data/freebsd.work/amd64.am > d64/tmp/legacy/bin:/usr/obj/data/freebsd.work/amd64.amd64/tmp/usr/sbi > n:/usr/obj/data/freebsd.work/amd64.amd64/tmp/usr/bin:/sbin:/bin:/usr/ > sbin:/usr/bin > make  -m /data/freebsd.work/share/mk  KERNEL=kernel cleandir > make[2]: "/dat

Re: uchcom update

2018-06-05 Thread Ian FREISLICH
USB to Maxim (Dallas) one-wire bus adapter.  The manual used to state that these are possibly the worst chips ever.  Is that still the prevailing opinion? Ian -- ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listi

Re: Call for Testing: 12.0-CURRENT amd64 memstick installer boot-testing wanted

2018-06-04 Thread Ian FREISLICH
hat I think was the download filesystem being read only.  I was able to install from the bundled distribution. Ian -- ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any ma

Re: lint errors in stable/11

2018-05-10 Thread Ian Lepore
> This all seems to originate with llib’s dependency on lint as described in > the email thread. It is in building llib where the error occurs. > > [1] https://reviews.freebsd.org/D13799 > > -Rick Releng/11.1 is cast in stone; as I understand it, only security fixes can get me

Re: [Bug 227323] [patch] [spi] sys/modules/spi/mx25l cannot be built outside of kernel build environment

2018-04-06 Thread Ian Lepore
found > #include "opt_platform.h" >  ^~~~ > 1 error generated. > *** Error code 1 > Does anybody know why mailing lists have recently started being spammed with bug reports?  Using the list to point out a bug that's been languishing without attentio

Re: KBI unexpexted change in stable/11 ?

2018-03-28 Thread Ian Lepore
, variables set in src.conf will override same- named variables set in make.conf.  Using VAR += value in both files will accumulate values into VAR rather than replacing them. -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Stability of 11.1S

2018-03-20 Thread Ian Lepore
ELENG_11&project=freebsd&;; > > -pete. I meant to get that done over the weekend but didn't actually get to it until today.  I've MFC'd it to 11 as r331262, and I'm checking to see whether it should go back to 10-stable as well. -- Ian __

Re: zfs problems after rebuilding system [SOLVED]

2018-03-12 Thread Ian Lepore
On Mon, 2018-03-12 at 17:21 +, Pete French wrote: > > On 10/03/2018 23:48, Ian Lepore wrote: > > > > I based my fix heavily on that patch from the PR, but I rewrote it > > enough that I might've made any number of mistakes, so it needs fresh > > testing.

Re: zfs problems after rebuilding system [SOLVED]

2018-03-10 Thread Ian Lepore
also removed the logic that limited the retries to nfs and zfs, because I think we can remove all the old code related to waiting that only worked for ufs and let this new retry be the way it waits for all filesystems.  But that's a bigger cha

Re: zfs problems after rebuilding system [SOLVED]

2018-03-10 Thread Ian Lepore
you're already set up for that world. -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: zfs problems after rebuilding system [SOLVED]

2018-03-10 Thread Ian Lepore
oblem could give it some testing.  I'd like to get it merged back to 11 before the 11.1 release (and back to 10-stable as well). With r330745 in place, the only setting that should be needed if your rootfs is on a device that is slow to arrive is vfs.mountr

Re: [CFT] [X11] graphics/drm-next-kmod now builds, loads and works on FreeBSD-11-stable

2018-02-18 Thread Ian Lepore
cs hardware.  Since I just bought a new x86 box whose builtin radeon R6 isn't supported by -current that sounds interesting to me, where do I find out more about drm-next and how to try it? -- Ian  ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Clock occasionally jumps backwards on 11.1-RELEASE

2018-02-12 Thread Ian Lepore
7;t know what could cause a system to > hang for up to 30 minutes without crashing, and I'm not sure how to tell > unless it happens during working hours.  I'll send another update if I > learn more. > > -Alan Under the hood, CLOCK_REALTIME and CLOCK_MONOTONIC are the same ha

Re: FreeBSD on 64MB memory

2018-02-12 Thread Ian Lepore
On Tue, 2018-02-13 at 01:40 +0700, Eugene Grosbein wrote: > 13.02.2018 1:30, Ian Lepore wrote: > > > > > > > > > > > > > >   PID USERNAME  THR PRI NICE   SIZERES STATETIMEWCPU COMMAND > > > >   911 root1  220  8

Re: FreeBSD on 64MB memory

2018-02-12 Thread Ian Lepore
tname of the system in some of the debugging output (ntp1.us.grundclock.com).  :) 24MB physmem gone before the kernel even starts seems a little much.  I wonder if some amount of that is being eaten up by a video frame buffer that maybe isn't needed on a headless system? -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: why does buildworld fail on stable/11 ?

2018-01-26 Thread Ian Lepore
.. when I do make -V MAKEPATH I get nothing, so the rm command would just be an error -- since that's from UPDATING in 2013, I'm thinking it may be out of date advice now. I think the right fix here is probably "rm -rf /usr/obj/*" followed by a make buildworld. -- Ian _

Re: why does buildworld fail on stable/11 ?

2018-01-25 Thread Ian Lepore
is what freebsd committers use.  It works fine.   svnlite is basically the full svn without the support for things like perl and python plugins so that base freebsd doesn't have dependencies on those things. -- Ian ___ freebsd-stable@freebsd.org mail

Re: why does buildworld fail on stable/11 ?

2018-01-25 Thread Ian Lepore
On Thu, 2018-01-25 at 00:25 -0600, Scott Bennett wrote: > Ian Lepore wrote: > > > > > On Wed, 2018-01-24 at 12:39 +0100, Dimitry Andric wrote: > > > > > > On 24 Jan 2018, at 09:51, Scott Bennett wrote: > > > > > > > > > &g

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Ian Lepore
ys.mk", line 51: Malformed conditional > > (${.MAKE.MODE:Mmeta*} != "") > > "/usr/src/share/mk/local.sys.mk", line 58: Malformed conditional > > (${.MAKE.MODE:Mnofilemon} == "") > > "/usr/src/share/mk/local.sys.mk", line 76: if-les

Re: Freebsd 10 to 11 sendmail compile issues..

2017-10-21 Thread Ian Lepore
raries are now added automatically unless you use the WITHOUT_OPENSSL build option, it contains this: .if ${MK_OPENSSL} != "no" # STARTTLS support CFLAGS+=-DSTARTTLS -D_FFR_TLS_1 LIBADD+=ssl crypto .endif I think that means you can now reduc

Re: programm to edit rc.conf key/values ?

2017-10-18 Thread Ian Smith
e, I've just added those references to rc.8 and rc.conf.5, > as you suggested. > > I forgot to set a MFC reminder, but I'll see that these references > are merged to 10 and 11 before the end of the month. What's wrong with you, man? Su

Re: console-only freebsd

2017-10-07 Thread Ian Smith
7;s still optional, isn't it? > > [1] by console, I mean the consoles accessed via alt-f1 to alt-f7 [2] > > [2] can the number of consoles be increased? > > Yes. Edit /etc/ttys to spawn more gettys. See "man 5 ttys" > for details. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: [Asterisk-bsd] Asterisk13 coredump on freebsd 11.1

2017-09-27 Thread Ian Lepore
rently testing. > This my best guess why Asterisk started segfaulting when upgrading to > 11.1. > > --HPS In 12-current we've switched to the unwind code from the llvm project.  I wonder if that can be MFC'd to 11? There are other problems in the contrib/gcc unwind code in

Re: FreeBSD 10.4-RC2 Now Available

2017-09-24 Thread Ian Smith
disc1 images. All disabled tools are still available with the > dvd1 images, though. 1) Does that also apply to the components installed on the memstick.img? 2) Are we any closer to gettng a larger memstick.img with dvd1 contents? cheers, Ian ___

Re: entropy lockup

2017-09-11 Thread Ian Lepore
ropy". So all in all, this is a genuine problem of some sort.  The fact that the save-entropy process has accumulated 48+ minutes of cpu time is another problem indicator.  The process state is RL, runnable and waiting to acquire a lock, which seems contradictory (unless that means it's w

Re: FreeBSD 10.4-BETA1 Now Available [ AUSTRALIAN Mirror ]

2017-08-21 Thread Ian Smith
On Tue, 22 Aug 2017 03:02:30 +0800, Julian Elischer wrote: > On 22/8/17 2:54 am, Julian Elischer wrote: > > On 22/8/17 2:13 am, Ian Smith wrote: > > > Speaking of mirrors, just for Antipodeans: > > > ftp://ftp3.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.4/ &

Re: FreeBSD 10.4-BETA1 Now Available

2017-08-21 Thread Ian Smith
gt;1MB/s on ADSL. ftp.au was refusing connections, and ftp2.au has only up to 10.3 currently. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "fre

Re: FreeBSD 10.4-BETA1 Now Available

2017-08-21 Thread Ian Smith
On Mon, 21 Aug 2017 13:18:34 +, Glen Barber wrote: > On Mon, Aug 21, 2017 at 07:20:06PM +1000, Ian Smith wrote: > > On Sat, 19 Aug 2017 23:04:01 +0200, Marius Strobl wrote: > > > o The 2017Q3 package set used in the 10.4-RELEASE cycle does not include > > >

Re: FreeBSD 10.4-BETA1 Now Available

2017-08-21 Thread Ian Smith
uch packages are not part of > the amd64 and i386 DVD images either. Does this imply that KDE4 pkgs should be included in later BETA|RC DVDs? Thanks for all your good work, folks. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://li

Re: TSC timekeeping and cpu states

2017-08-15 Thread Ian Smith
On Mon, 14 Aug 2017 09:48:07 -0700, Kevin Oberman wrote: > On Mon, Aug 14, 2017 at 8:38 AM, Ian Smith wrote: [..] > > > > As far as possible TSC impact, I think older processors had TSC > > > > issues when not all cores ran with the same clock speed. That said,

Re: TSC timekeeping and cpu states

2017-08-14 Thread Ian Smith
you wouldn't want to use it .. but others might. I have no personal experience beyond 2 cores, but I'm perennially curious about such issues, as Kevin knows :) Are you using powerd? And what says, for example: sysctl -a | egrep 'cx|available|_freq|freq_|choice' | grep -v n

Re: Error in /usr/src/release/release.sh

2017-08-14 Thread Ian Lepore
On Mon, 2017-08-14 at 14:34 +, Glen Barber wrote: > On Mon, Aug 14, 2017 at 08:26:59AM -0600, Ian Lepore wrote: > > > > On Mon, 2017-08-14 at 13:23 +, Glen Barber wrote: > > > > > > On Mon, Aug 14, 2017 at 01:18:14PM +, Glen Barber wrote: > &g

Re: Error in /usr/src/release/release.sh

2017-08-14 Thread Ian Lepore
ss is baked in during the > world > build, making it infeasible to create the ftp bits. > > Glen > Except the u-boot loader address hasn't actually been used for about 2 years in arm builds.  I don't know anything about this ftp stuff or what this thread is about, b

Re: issues with powerd/freq_levels

2017-08-02 Thread Ian Smith
On Wed, 2 Aug 2017 13:30:03 +0300, Daniel Braniss wrote: > > On 1 Aug 2017, at 20:45, Ian Smith wrote: > > > > On Mon, 31 Jul 2017 12:03:27 -0700, Kevin Oberman wrote: > >> On Mon, Jul 31, 2017 at 3:48 AM, Ian Smith wrote: > >> > >>> On

Re: issues with powerd/freq_levels

2017-08-01 Thread Ian Smith
On Mon, 31 Jul 2017 12:03:27 -0700, Kevin Oberman wrote: > On Mon, Jul 31, 2017 at 3:48 AM, Ian Smith wrote: > > > On Mon, 31 Jul 2017 10:09:11 +0300, Daniel Braniss wrote: > > > > > I am trying out PCengines latest apu2 boards, and I just noticed that > >

Re: issues with powerd/freq_levels

2017-07-31 Thread Ian Smith
ll of these for clues. > so, any ideas as to what is going on? Pure guesswork on experience with older versions, I'm not up to date. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Unable to boot 11.0-release on Unisurf Notebook

2017-03-26 Thread Ian Lepore
ter/uni > surf/ > Marius is currently updating our mmc/sd stack for better support of modern emmc, there's a good chance that support will hit 11-stable in a while. There is also work in progress on sdio, but that's still focused on the lower level support.  Once that infrastruc

Re: Unable to boot 11.0-release on Unisurf Notebook

2017-03-26 Thread Ian Smith
support S3 suspend! No thermal zone passive control, still, at 8W for 4 CPUs flat out that might be ok. You'd likely want to force HPET event timer (to get C3 idle state), and get that MMC to show up for it to be any use. cheers, Ian ___

Re: Booting Raspberry Pi with input on serial console

2017-03-11 Thread Ian Lepore
ay=0  stderr=lcd  stdout=lcd That will prevent uboot from stopping if the gps receiver sends some text, and prevent uboot from sending most of its text output to the serial port, which may confuse the gps receiver (the uboot startup banner text still appears on the serial port tho). -- Ian

Re: slow machine, swap in use, but more than 5GB of RAM inactive

2017-03-07 Thread Ian Smith
is to be slow, for any new work anyway .. there's next to no idle on any CPU. I'd be asking, what's all of that system usage? cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-

Re: usb 3.0 thumb drive speed limit

2017-01-02 Thread Ian Smith
On Mon, 2 Jan 2017 12:59:49 +0300, Marat N.Afanasyev wrote: > Ian Smith wrote: > > On Mon, 2 Jan 2017 11:27:49 +0300, Marat N.Afanasyev wrote: > > > I wonder is there a speed limit on usb 3.0? I've bought > > > > > > ugen0.4: at usbus0 >

Re: usb 3.0 thumb drive speed limit

2017-01-02 Thread Ian Smith
v/null bs=1m count=1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 25.688997 secs (40818098 bytes/sec) > > why we have such a limit? Seems you've plugged it into a USB 2 port, not USB 3 At least you're getting full USB 2 performanc

Re: bugs in memstick GPT table, and in gpart(8)

2016-12-26 Thread Ian Smith
On Mon, 26 Dec 2016 19:39:23 -0800, Perry Hutchison wrote: > Ian Smith wrote: > > On Sun, 25 Dec 2016 17:03:46 -0800, Perry Hutchison wrote: > > > ... > > > The 10.3-RELEASE-i386-memstick has the smallest possible GPT table > > > (one sector), three GPT

Re: bugs in memstick GPT table, and in gpart(8)

2016-12-26 Thread Ian Smith
that mention this, but I'm just looking through about a dozen tabs on svnweb here .. While one may agree that we'll never need 128 table entries, surely 4 is too few? On and64, we already assign 4 partitions including the extra 1MB swap partition, so there's now no scope to ad

Re: suspend/resume on Skylake (Lenovo T460s) with FreeBSD11 stable

2016-12-19 Thread Ian Smith
> [1]https://wiki.freebsd.org/SuspendResume That poge points to https://wiki.freebsd.org/DebuggingSuspendResume which may be helpful, especially re reducing your system to minimum services and loaded modules. Odds seem to favour video card issues. You could browse freebsd-acpi@ and freebsd-

Re: Upgrading boot from GPT(BIOS) to GPT(UEFI)

2016-12-17 Thread Ian Smith
On Sat, 17 Dec 2016 10:49:48 +0100, Stefan Bethke wrote: > > Am 17.12.2016 um 07:12 schrieb Ian Smith : > > > > On Fri, 16 Dec 2016 18:08:34 +0100, Fernando Herrero Carrón wrote: > >> My only reason for wanting to boot with UEFI is faster boot, > >>

Re: Upgrading boot from GPT(BIOS) to GPT(UEFI)

2016-12-16 Thread Ian Smith
ical that UEFI boot would be any or noticeably faster than via BIOS, but am interested in hearing of any experiences regarding that. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubsc

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Ian Lepore
On Tue, 2016-12-13 at 10:13 -0700, Ian Lepore wrote: > On Tue, 2016-12-13 at 10:00 +, tech-lists wrote: > > > > On 12/12/2016 23:40, Herbert J. Skuhra wrote: > > > > > > > > > PORTS_MODULES does not work if KERNCONF contains multiple > > >

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Ian Lepore
DIR}  PORTSMODULESENV=\   PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \   SRC_BASE=${SRC_BASE} \ -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Ian Lepore
tomatically generated and only lists > those > values which are specific to src.conf (WITH_ and WITHOUT_) and > describes > its use. It is used as input for system builds and installs but > should not > be accessed for any other purpose. make.conf is always read by make > with no > regard to what is being made. (N.B. I believe that some people have > ignored > this in some ports stuff.) Anything that is put into make.conf may be > placed in src,conf if you only want to have it used when > building/installing the kernel and world. > > I'm probably forgetting something, but I hope this explains it a bit. The BUILDKERNELS variable is part of the build system's internal machinery for building multiple kernels when the user has set KERNCONF= to more than one name.  It's not a thing that a user can set. -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Bogus turbo mode with Intel(R) Core(TM)2 Duo CPU P9700 (2.80GHz)

2016-11-26 Thread Ian Smith
is a virtue, and I recall it definitly ran somewhat cooler at full load. Not that 67C is particularly hot; running say sysutils/stress with '-c 4 -t 20m' gets my X200 to >80C in warmer weather, but the fan holds it ok. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: 1MB swap partition on 11.0 memstick

2016-11-04 Thread Ian Smith
On Fri, 4 Nov 2016 14:44:52 +, Glen Barber wrote: > On Fri, Nov 04, 2016 at 06:50:16PM +1100, Ian Smith wrote: > > 1431696 2048 md0p4 freebsd-swap (1.0M) > I would need to look through the commit logs to confirm, but if I recall > correctly, the memstick images

1MB swap partition on 11.0 memstick

2016-11-04 Thread Ian Smith
if so, b) what can usefully be done with 1MB of swap .. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: huge nanosleep variance on 11-stable

2016-11-02 Thread Ian Smith
.acpi.disabled=mwait" loader tunable > without hacking the code. And set sysctl hw.acpi.cpu.cx_lowest to C1 to > enforce use of hlt instruction even when mwait states were requested. But hw.acpi.cpu.cx_lowest=C1 disables C2 & C3 etc, and Jason wanted those -

1MB swap partition on 11.0 memstick

2016-10-31 Thread Ian Smith
'Live CD' and have not run the installer, but am wondering if a) that swap partition is really needed and if so, b) what can usefully be done with 1MB of swap .. cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.or

Re: boot0cfg on does not set default selection on gmirror device

2016-10-23 Thread Ian Smith
On Sun, 23 Oct 2016 15:53:59 +0200, Patrick M. Hausen wrote: > > Am 22.10.2016 um 05:36 schrieb Ian Smith : > > [...] > > I wonder two things: > > > > Do 'boot0cfg -v ada0' and 'boot0cfg -v ada1' both report the same? Summary: yes, both

Re: boot0cfg on does not set default selection on gmirror device

2016-10-21 Thread Ian Smith
with boot0 the other day from FreeBSD 9.3 and it showed version=2.0 with a (dummy) volume serial ID, the same time as finding that setting active with gpart had no effect. cheers, ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd

Re: boot0cfg on does not set default selection on gmirror device

2016-10-21 Thread Ian Smith
> the MBR of a gmirror device - as gpart proves. The boot0cfg pops up > since FreeBSD 8 when we started using a mirrored NanoBSD setup. You might need to script the above, ie setting -s on both disks, unless someone who actually knows something about gmirror has a better clue. cheers, Ian

Re: I'm upset about FreeBSD

2016-10-20 Thread Ian Smith
On Wed, 19 Oct 2016 16:38:09 -0700, Kevin Oberman wrote: > On Wed, Oct 19, 2016 at 3:39 PM, Warner Losh wrote: > > > On Wed, Oct 19, 2016 at 12:21 PM, Rostislav Krasny > > wrote: > > > On Tue, Oct 18, 2016 at 21:57:29 +1100, Ian Smith > > wrote: > >

Re: I'm upset about FreeBSD

2016-10-18 Thread Ian Smith
g FreeBSD to fix a Windows bug should be out of the question. > Or even better: Complain to Microsoft. Even if the GPT is invalid it > should crash the kernel. Well, exactly so, given s/should/should not/ .. and they'll have at least three images to test against: 10.3 (i386 only)

Re: How's 11.0-RELEASE coming?

2016-09-07 Thread Ian Smith
org/pipermail/freebsd-stable/ HTH, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: zfs crash under load on 11-Prerelease r305056

2016-09-03 Thread Ian Smith
b0.b1t.name/incoming/IMG_20160903_120545.jpg > > > > This is MINIMAL kernel with minor additions. No idea about the panic, but after a little dig(1)ging: s/limb0/limbo/ cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.fr

Re: leapsecond file

2016-08-24 Thread Ian Lepore
Update. (I think it would be better to test Last Update first, then use Expiration as the tie-breaker, but that fails with these broken files.) Testing both Expiration and Last Update will allow for a corrected file to be published after accidentally publishing bad data, and we'd take the

Re: Call for testing: VM bugs in 10.3

2016-08-02 Thread Ian Lepore
t; > Index: sys/kern/vfs_subr.c > [...] I run 10-stable on my everyday desktop/build machine, but my mail client ruined the format of the patches. Can I just 'svn up' on the 10 -stable branch and then MFC the revs you list above, or are there hand -tweaks to the patches you attached?

Re: Significant missing item in 11.0 release notes

2016-08-01 Thread Ian Smith
On Mon, 1 Aug 2016 18:47:37 +0300, Andrey V. Elsukov wrote: > On 01.08.16 18:43, Ian Smith wrote: > > Fast work Andrey, and sorry for rushing in. I ASSumed, after reading > > the new tables section in 11.0-R ipfw(8), that Kevin had run into: > > > >Tables re

Re: Significant missing item in 11.0 release notes

2016-08-01 Thread Ian Smith
least regarding existing ruleset table configuration? Is that right? cheers, Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Significant missing item in 11.0 release notes

2016-08-01 Thread Ian Smith
of features, or additional options for existing features, that caused any breakage of existing rulesets. What on earth could be invalid about "table 1 flush"? cc'ing ipfw@, which is most likely where this should be discussed .. cheers, Ian _

Re: FreeBSD 10.3 slow boot on Supermicro X11SSW-F

2016-07-14 Thread Ian Lepore
l > > Any pointer to a commit or three that fixed it ? > I think this is the one... https://svnweb.freebsd.org/base?view=revision&revision=298230 -- Ian ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/list

Re: Not-so stable if you take a CAM error....

2016-07-11 Thread Ian Lepore
On Mon, 2016-07-11 at 12:44 -0500, Karl Denninger wrote: > On 7/11/2016 12:39, Ian Lepore wrote: > > On Mon, 2016-07-11 at 12:30 -0500, Karl Denninger wrote: > > > On 7/11/2016 11:32, Ian Lepore wrote: > > > > On Mon, 2016-07-11 at 09:50 -0400, Brandon Allbery wrote:

  1   2   3   4   5   6   >