What is OpenZFS doing during boot?

2021-04-30 Thread Ulrich Spörlein
Hi folks, this is a stable/13 question but I figured it's still close enough to -CURRENT to count. So I wanted to update my (remote) system with freebsd-update, but that installed half a kernel and bricked the machine upon reboot. Lucky me I fixed OOB access just the day before. Did the usual wor

Re: poudriere && moving from svn to git for downloading source

2021-01-07 Thread Ulrich Spörlein
On Thu, 2021-01-07 at 09:27:59 +0100, Matthias Apitz wrote: Hello, I use poudriere to compile my used ports. Could someone please explain or point me to a document which explains the now to be used syntax to create (i.e. checkout) the jail and the ports tree. Actually I'm using something like:

Re: Finding a commit in cgit, given output from uname -a

2021-01-03 Thread Ulrich Spörlein
On Sat, 2021-01-02 at 19:21:44 +, Graham Perrin wrote: On 02/01/2021 18:53, Michael Gmelin wrote: On 2. Jan 2021, at 19:44, Graham Perrin wrote: FreeBSD mowa219-gjp4-8570p 13.0-CURRENT FreeBSD 13.0-CURRENT #0 main-c530-g8b4c3a03f: Fri Jan 1 15:27:15 GMT 2021 root@mowa219-gjp4-8570p:/u

Re: git and the loss of revision numbers

2020-12-30 Thread Ulrich Spörlein
On Mon, 2020-12-28 at 19:38:05 -0500, monochrome wrote: what would be the git command for reverting source to a previous version using these numbers? for example, with svn and old numbers: svnlite update -r367627 /usr/src this is needed often when it blows up for someone tracking current You n

Re: git and the loss of revision numbers

2020-12-30 Thread Ulrich Spörlein
On Mon, 2020-12-28 at 17:06:26 -0800, David Wolfskill wrote: On Mon, Dec 28, 2020 at 04:56:39PM -0800, John-Mark Gurney wrote: monochrome wrote this message on Mon, Dec 28, 2020 at 19:38 -0500: > what would be the git command for reverting source to a previous version > using these numbers? for

Re: src: continued use of Subversion for getting updates

2020-12-26 Thread Ulrich Spörlein
On Sat, 2020-12-26 at 02:55:30 +0100, Steffen Nurpmeso wrote: Warner Losh wrote in : |On Fri, Dec 25, 2020 at 3:25 PM Steffen Nurpmeso \ |wrote: |> Warner Losh wrote in |> : |>|> On Fri, Dec 25, 2020 at 2:41 PM Steffen Nurpmeso |>|> wrote: |>|>> Ulrich Spörlein wro

Re: src: continued use of Subversion for getting updates

2020-12-25 Thread Ulrich Spörlein
On Wed, 2020-12-23 at 15:35:45 +0100, Steffen Nurpmeso wrote: Jeffrey Bouquet wrote in : |On Wed, 23 Dec 2020 11:13:07 +0100, Johan Hendriks wrote: |> On 23/12/2020 09:49, Warner Losh wrote: |>> On Wed, Dec 23, 2020, 1:48 AM Graham Perrin \ |>> wrote: ... |> First of all a big thank you for all

Re: HEADS UP: FreeBSD src repo transitioning to git this weekend

2020-12-23 Thread Ulrich Spörlein
On Wed, 2020-12-23 at 12:19:47 -0800, John Kennedy wrote: On Mon, Dec 21, 2020 at 12:47:38PM -0800, John Kennedy wrote: On Wed, Dec 16, 2020 at 05:46:35PM -0700, Warner Losh wrote: > The FreeBSD project will be moving it's source repo from subversion to git > starting this this weekend. The docs

Re: git tools for building in base?

2020-12-23 Thread Ulrich Spörlein
On Fri, 2020-12-18 at 14:02:08 +0100, Miroslav Lachman wrote: On 25/11/2020 06:54, Thomas Mueller wrote: NetBSD users face a similar problem with their upcoming switch from cvs to hg (Mercurial). Do anybody have a link to some documents stating why FreeBSD chose Git and why NetBSD chose Merc

Re: git tools for building in base?

2020-12-17 Thread Ulrich Spörlein
On Wed, 2020-11-25 at 10:05:48 -0500, Shawn Webb wrote: On Wed, Nov 25, 2020 at 04:00:50PM +0100, Baptiste Daroussin wrote: On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: > On Tue, Nov 24, 2020 at 2:19 PM tech-lists wrote: > > > As subject - what will there be in base to interact

Re: HEADS UP: FreeBSD src repo transitioning to git this weekend

2020-12-17 Thread Ulrich Spörlein
On Thu, 2020-12-17 at 13:39:09 -0700, Warner Losh wrote: On Thu, Dec 17, 2020 at 12:53 PM Alan Somers wrote: On Thu, Dec 17, 2020 at 12:06 PM Warner Losh wrote: On Thu, Dec 17, 2020 at 12:01 PM Nathan Whitehorn One question I didn't see in the (excellent!) docs is whether we should > be PGP-

Re: Please check the current beta git conversions

2020-10-06 Thread Ulrich Spörlein
On Mon, Oct 5, 2020 at 7:21 PM Steffen Nurpmeso wrote: > Ulrich Spörlein wrote in > : > |On Sun, Oct 4, 2020 at 1:53 AM Bakul Shah wrote: > |> git clone --bare https://cgit-beta.freebsd.org/src.git > |> cd src.git > |> git fetch origin 'refs/notes/*:ref

Re: Please check the current beta git conversions

2020-10-05 Thread Ulrich Spörlein
On Sun, Oct 4, 2020 at 1:53 AM Bakul Shah wrote: > FWIW, I have a bare repo with the following config file > > [core] > repositoryformatversion = 0 > filemode = true > bare = true > logallrefupdates = true > [remote "origin"] > url = https://cgit-beta.freeb

Re: on moving freebsd from svn to git; would this be of any help?

2020-09-19 Thread Ulrich Spörlein
On Fri, Sep 18, 2020 at 10:04 PM Ed Maste wrote: > > On Fri, 18 Sep 2020 at 15:07, Chris wrote: > > > > While contemplating a massive re-tooling job ahead to accommodate > > any/all changes when freebsd fully lands in git. I ran across this[1][2] > > and wondered if it may be of any assistance fo

Re: Please check the current beta git conversions

2020-09-02 Thread Ulrich Spörlein
On Wed, 2020-09-02 at 15:16:38 +0200, Olivier Certner wrote: > Hi, > > > > 2.5 GB in .git directory sounds crazy and incomprehensible to me. > > > > 2.5GB is for the full history, if you only care about the main branch, > > you can clone with: > > > > (snip) > > I do not reproduce this, but ins

Re: openssl in base should install c_rehash

2018-02-08 Thread Ulrich Spörlein
2018-02-08 21:00 GMT+01:00 Jung-uk Kim : > On 02/08/2018 08:52, Jan Bramkamp wrote: > > On 08.02.18 14:24, Ulrich Spörlein wrote: > >> Hey, > >> > >> c_rehash has somehow disappeared from the base system. We still > >> install the > >> manpage

openssl in base should install c_rehash

2018-02-08 Thread Ulrich Spörlein
Hey, c_rehash has somehow disappeared from the base system. We still install the manpage it seems, but the tool itself is missing. Can we have that back? root@acme:/etc/ssl# locate c_rehash ... /usr/share/openssl/man/man1/c_rehash.1.gz /usr/src/crypto/openssl/doc/apps/c_rehash.pod /usr/src/secur

Re: 11.x deadlocking during pfault (was Re: FreeBSD 11.x grinds to a halt after about 48h of uptime)

2016-10-27 Thread Ulrich Spörlein
2016-10-27 14:51 GMT+02:00 Daniel Nebdal : > > On Wed, Oct 26, 2016 at 6:45 PM, Ulrich Spörlein wrote: > > > > On Wed, 2016-10-26 at 18:43:43 +0200, Ulrich Spörlein wrote: > > > On Mon, 2016-10-24 at 19:43:27 +0200, Ulrich Spörlein wrote: > > > > On S

Re: 11.x deadlocking during pfault (was Re: FreeBSD 11.x grinds to a halt after about 48h of uptime)

2016-10-26 Thread Ulrich Spörlein
On Wed, 2016-10-26 at 18:43:43 +0200, Ulrich Spörlein wrote: > On Mon, 2016-10-24 at 19:43:27 +0200, Ulrich Spörlein wrote: > > On Sat, 2016-10-15 at 09:36:27 -0700, Kevin Oberman wrote: > > > On Sat, Oct 15, 2016 at 9:26 AM, Hans Petter Selasky > > > wrote: >

11.x deadlocking during pfault (was Re: FreeBSD 11.x grinds to a halt after about 48h of uptime)

2016-10-26 Thread Ulrich Spörlein
On Mon, 2016-10-24 at 19:43:27 +0200, Ulrich Spörlein wrote: > On Sat, 2016-10-15 at 09:36:27 -0700, Kevin Oberman wrote: > > On Sat, Oct 15, 2016 at 9:26 AM, Hans Petter Selasky > > wrote: > > > > > On 10/15/16 18:18, Ulrich Spörlein wrote: > > > > >

Re: FreeBSD 11.x grinds to a halt after about 48h of uptime

2016-10-24 Thread Ulrich Spörlein
On Sat, 2016-10-15 at 09:36:27 -0700, Kevin Oberman wrote: > On Sat, Oct 15, 2016 at 9:26 AM, Hans Petter Selasky > wrote: > > > On 10/15/16 18:18, Ulrich Spörlein wrote: > > > >> Hey all, while 11.x is -STABLE now, this happens to my machine ever > >> sinc

Re: FreeBSD 11.x grinds to a halt after about 48h of uptime

2016-10-15 Thread Ulrich Spörlein
2016-10-15 18:36 GMT+02:00 Kevin Oberman : > > On Sat, Oct 15, 2016 at 9:26 AM, Hans Petter Selasky > wrote: > > > On 10/15/16 18:18, Ulrich Spörlein wrote: > > > >> Hey all, while 11.x is -STABLE now, this happens to my machine ever > >> since I upgr

FreeBSD 11.x grinds to a halt after about 48h of uptime

2016-10-15 Thread Ulrich Spörlein
Hey all, while 11.x is -STABLE now, this happens to my machine ever since I upgraded it to 11-CURRENT years ago. I have no idea when this started, actually, but what always happens is this: - System and X11 is up and running, I keep it running over night as I'm too lazy to reboot and restart evert

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-12-04 Thread Ulrich Spörlein
2015-11-08 12:06 GMT+01:00 Ulrich Spörlein : > 2015-11-08 11:32 GMT+01:00 Ulrich Spörlein : >> 2015-11-08 2:51 GMT+01:00 Alfred Perlstein : >>>> >>> Uli, >>> >>> One of the biggest concerns I've heard from folks using FreeBSD's git

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-10 Thread Ulrich Spörlein
2015-11-08 21:05 GMT+01:00 Oliver Pinter : > Hi Uli! > > I can not find your original svn2git repo in gitorius > (https://gitorious.org/ is down) , could you please the source code > somewhere to git-repo? For example github.com/freebsd/svn2git? You mean http://svn.freebsd.org/base/user/uqs/git_co

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-08 Thread Ulrich Spörlein
2015-11-08 11:32 GMT+01:00 Ulrich Spörlein : > 2015-11-08 2:51 GMT+01:00 Alfred Perlstein : >>> >> Uli, >> >> One of the biggest concerns I've heard from folks using FreeBSD's git mirror >> is that the hashes can change. >> >> I have a q

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-08 Thread Ulrich Spörlein
2015-11-08 2:51 GMT+01:00 Alfred Perlstein : >> > Uli, > > One of the biggest concerns I've heard from folks using FreeBSD's git mirror > is that the hashes can change. > > I have a question about this. Is it possible to keep track of what the > "official" git mirror (on github) is doing and keep

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-06 Thread Ulrich Spörlein
2015-11-05 15:46 GMT+01:00 Ulrich Spörlein : > 2015-11-04 18:57 GMT+01:00 Ulrich Spörlein : >> The recent SVN update on the cluster broke svn2git in certain circumstances. >> >> To fix this and make sure no content was dropped, the converter has >> been stopped and

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-05 Thread Ulrich Spörlein
2015-11-04 18:57 GMT+01:00 Ulrich Spörlein : > The recent SVN update on the cluster broke svn2git in certain circumstances. > > To fix this and make sure no content was dropped, the converter has > been stopped and we're working on bringing a fixed version online, as >

FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-04 Thread Ulrich Spörlein
The recent SVN update on the cluster broke svn2git in certain circumstances. To fix this and make sure no content was dropped, the converter has been stopped and we're working on bringing a fixed version online, as well as vetting the correctness of the published git repositories. ETA is currentl

Re: Coverity down?

2015-10-28 Thread Ulrich Spörlein
[resent to avoid moderator approval] 2015-10-28 11:43 GMT+01:00 Ulrich Spörlein : > 2015-10-28 3:44 GMT+01:00 NGie Cooper : >> On Tue, Oct 27, 2015 at 1:11 PM, Alan Somers wrote: >>> I just noticed that our last Coverity scan happened on either July-6 >>> (accord

Re: Coverity down?

2015-10-28 Thread Ulrich Spörlein
2015-10-28 3:44 GMT+01:00 NGie Cooper : > On Tue, Oct 27, 2015 at 1:11 PM, Alan Somers wrote: >> I just noticed that our last Coverity scan happened on either July-6 >> (according to my inbox) or June-26 (according to Coverity's website). >> Prior to that, we seemed to get scanned about once per w

Re: pkg 1.5.0 is out

2015-07-07 Thread Ulrich Spörlein
2015-07-01 13:38 GMT+02:00 Baptiste Daroussin : > > On Wed, Jul 01, 2015 at 01:36:14PM +0200, Hans Petter Selasky wrote: > > On 04/21/15 12:34, Slawa Olhovchenkov wrote: > > > On Tue, Apr 14, 2015 at 10:05:00PM +0200, Baptiste Daroussin wrote: > > > > > >> Hi all, > > >> > > >> Final pkg 1.5.0 has

Re: [HEADSUP] man(1) now uses mandoc

2014-11-23 Thread Ulrich Spörlein
Thanks! 2014-11-23 1:18 GMT+01:00 Baptiste Daroussin : > Hi, > > The default renderer on HEAD has been switched to mandoc(1) by default > The man(1) command has been instrumented to first test the manpage and > fallback > on groff if the man page cannot be rendered with mandoc(1). > > If base is

Re: unused in_cksum_update() ?

2014-01-27 Thread Ulrich Spörlein
On Fri, 2014-01-10 at 19:24:48 +0100, Luigi Rizzo wrote: > On Fri, Jan 10, 2014 at 02:31:40PM +0400, Gleb Smirnoff wrote: > > On Thu, Jan 09, 2014 at 08:21:14PM +0100, Luigi Rizzo wrote: > > L> a lot of arch-specific headers (sys/${ARCH}/include/in_cksum.h) > > L> have a lengthy definition for > >

Re: md2 on current and 10.

2013-12-27 Thread Ulrich Spörlein
On Fri, 2013-12-20 at 16:46:42 -0500, Mikhail T. wrote: > Thinking more about the MD2, I'd say, FreeBSD should not have removed the > algorithm. > > Although no longer deemed sufficiently secure, it is still in use and people > using it on FreeBSD-8.x and 9.x today may wish to continue doing so a

Re: iconv in base breaks multiple ports

2013-10-23 Thread Ulrich Spörlein
2013/10/23 Sergio de Almeida Lenzi : > ... and the verdict is in. Building src w/o iconv, then re-installing > converters/libiconv and rebuilding the ports fixes at least > newsbeuter, I'll now let multimedia/xbmc (and requirements) rebuild > over night and then prepare a patch to allow -CURRENT +

Re: iconv in base breaks multiple ports

2013-10-22 Thread Ulrich Spörlein
2013/10/22 Ulrich Spörlein : > 2013/10/22 Tijl Coosemans : >> On Mon, 21 Oct 2013 22:34:45 +0200 Ulrich Spörlein wrote: >>> On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskinöz wrote: >>>> * Ulrich Spörlein [Sun, 20 Oct 2013 20:27:23 +0200]: >>>>> e

Re: iconv in base breaks multiple ports

2013-10-22 Thread Ulrich Spörlein
2013/10/22 Tijl Coosemans : > On Mon, 21 Oct 2013 22:34:45 +0200 Ulrich Spörlein wrote: >> On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskinöz wrote: >>> * Ulrich Spörlein [Sun, 20 Oct 2013 20:27:23 +0200]: >>>> ever since that iconv thing replaced the ports version

Re: iconv in base breaks multiple ports

2013-10-21 Thread Ulrich Spörlein
On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskinöz wrote: > hi Ulrich, > > * Ulrich Spörlein [Sun, 20 Oct 2013 20:27:23 +0200]: > > ever since that iconv thing replaced the ports version, I run into > > trouble with several ports that I have installed on a -CURRENT (now

Re: iconv in base breaks multiple ports

2013-10-21 Thread Ulrich Spörlein
On Sun, 2013-10-20 at 23:20:10 +0200, Tijl Coosemans wrote: > On Sun, 20 Oct 2013 20:27:23 +0200 Ulrich Spörlein wrote: > > ever since that iconv thing replaced the ports version, I run into > > trouble with several ports that I have installed on a -CURRENT (now >

iconv in base breaks multiple ports

2013-10-20 Thread Ulrich Spörlein
Hey all, ever since that iconv thing replaced the ports version, I run into trouble with several ports that I have installed on a -CURRENT (now stable/10 system). These are not compile-time errors, but crashes or limited functionality where I blame iconv :) 1. www/newsbeuter crashes during star

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-10 Thread Ulrich Spörlein
2013/9/9 David Chisnall : > On 9 Sep 2013, at 14:27, Ulrich Spörlein wrote: > >> Case in point, I only recently switched to clang in base and now the >> newsbeuter port crashes during startup (yeah, it builds fine). So all >> I'm asking for now is: how can I overr

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-09 Thread Ulrich Spörlein
On Fri, 2013-09-06 at 21:19:32 +0100, David Chisnall wrote: > Hi Everyone, > > As of r255321, we are no longer building gcc or libstdc++ as part of the > default install on platforms where clang is cc. > > If you are using gcc, you have two options: > > 1) Install one of the lang/gcc* ports (Wa

Re: Sound lag over HDMI

2013-07-15 Thread Ulrich Spörlein
2013/7/12 Alexander Motin : > On 12.07.2013 23:54, Ulrich Spörlein wrote: >> >> I'm trying to setup XBMC on a -CURRENT box with an IvyBridge CPU and >> GPU. While testing playback via mplayer on a LG TV over HDMI, I noticed >> that sound is lagging video by about 1

Sound lag over HDMI

2013-07-12 Thread Ulrich Spörlein
Hey, I'm trying to setup XBMC on a -CURRENT box with an IvyBridge CPU and GPU. While testing playback via mplayer on a LG TV over HDMI, I noticed that sound is lagging video by about 100-200ms or so. When I switch to using the jack outputs powered by some Realtek chip, audio is perfectly fine. Is

Re: CURRENT: Changes in lib/msun/math.h make ports to fail

2013-07-12 Thread Ulrich Spörlein
On Fri, 2013-07-12 at 09:02:31 +0200, O. Hartmann wrote: > > Updating CURRENT from r253216 to r253252 triggers an updating of > several ports to fail, namely, for instance, > > www/firefox > graphiks/webkit-gtk2 > deskuitls/fbreader > graphics/gdal > > The error is in all ports when compiled wit

Re: Building current no longer possible on 8.2, worked 7 days ago

2013-05-22 Thread Ulrich Spörlein
On Tue, 2013-05-21 at 04:10:30 +0200, Ulrich Spörlein wrote: > On Mon, 2013-05-20 at 23:06:40 +0200, Matthias Andree wrote: > > Am 20.05.2013 15:49, schrieb Ulrich Spörlein: > > > Hey all, > > > > > > I'm running the coverity builds/scan on a 8.2 VM, b

Re: Building current no longer possible on 8.2, worked 7 days ago

2013-05-20 Thread Ulrich Spörlein
On Mon, 2013-05-20 at 23:06:40 +0200, Matthias Andree wrote: > Am 20.05.2013 15:49, schrieb Ulrich Spörlein: > > Hey all, > > > > I'm running the coverity builds/scan on a 8.2 VM, buildworld was fine 7d > > ago, now it's kaput: > > ... > >

Building current no longer possible on 8.2, worked 7 days ago

2013-05-20 Thread Ulrich Spörlein
Hey all, I'm running the coverity builds/scan on a 8.2 VM, buildworld was fine 7d ago, now it's kaput: >>> Building an up-to-date make(1) >>> World build started on Mon May 20 13:43:09 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims -

Re: clang static analyzer page: scripts

2013-05-05 Thread Ulrich Spörlein
On Sun, 2013-05-05 at 12:29:55 +0200, John Smith wrote: > Hi, > > > Im looking at the clang static analyzer page over at > http://scan.freebsd.your.org/. Im thinking about setting up something > similar to that for another project. Would it be possible to get a > copy of the (buildbot ?) scripts

Re: [PATCH] Minor spelling error in sound/pci/hda

2013-02-19 Thread Ulrich Spörlein
On Thu, 2013-02-14 at 11:13:10 +, Matt Burke wrote: > Only a simple spelling error, but it's been driving me nuts... > > > --- a/sys/dev/sound/pci/hda/hdaa.c > +++ b/sys/dev/sound/pci/hda/hdaa.c > @@ -557,7 +557,7 @@ hdaa_presence_handler(struct hdaa_widget *w) > HDA_BOOTVERBOSE( >

Re: geli(8) breaks after a couple hours of uptime

2013-02-08 Thread Ulrich Spörlein
On Fri, 2013-02-08 at 09:57:09 +0100, Fabian Keil wrote: > Ulrich Spörlein wrote: > > > On Thu, 2013-02-07 at 15:33:22 +0100, Fabian Keil wrote: > > > Ulrich Spörlein wrote: > > > > > > > Yes, it's pretty much as weird as it sounds. All new ma

Re: geli(8) breaks after a couple hours of uptime

2013-02-07 Thread Ulrich Spörlein
On Thu, 2013-02-07 at 15:33:22 +0100, Fabian Keil wrote: > Ulrich Spörlein wrote: > > > Yes, it's pretty much as weird as it sounds. All new machine, forklifted > > the image from on old i386 machine running 8.x to current on amd64. > > > > Everything s

geli(8) breaks after a couple hours of uptime

2013-02-07 Thread Ulrich Spörlein
Yes, it's pretty much as weird as it sounds. All new machine, forklifted the image from on old i386 machine running 8.x to current on amd64. Everything seemingly works fine, attaching geli volumes shortly after boot is fine, attached devices continue to work fine. There are no strange crashes with

Re: Zpool surgery

2013-01-30 Thread Ulrich Spörlein
On Tue, 2013-01-29 at 15:52:50 +0100, Fabian Keil wrote: > Dan Nelson wrote: > > > In the last episode (Jan 28), Fabian Keil said: > > > Ulrich Spörlein wrote: > > > > On Mon, 2013-01-28 at 07:11:40 +1100, Peter Jeremy wrote: > > > > >

Re: Zpool surgery

2013-01-28 Thread Ulrich Spörlein
On Sun, 2013-01-27 at 20:13:24 +0100, Hans Petter Selasky wrote: > On Sunday 27 January 2013 20:08:06 Ulrich Spörlein wrote: > > I dug out an old ATA-to-USB case and will use that to attach the old > > tank to the new machine and then have a try at this zpool replace thing. >

Re: Zpool surgery

2013-01-28 Thread Ulrich Spörlein
On Mon, 2013-01-28 at 07:11:40 +1100, Peter Jeremy wrote: > On 2013-Jan-27 14:31:56 -, Steven Hartland > wrote: > >- Original Message - > >From: "Ulrich Spörlein" > >> I want to transplant my old zpool tank from a 1TB drive to a new 2TB > &g

Re: Zpool surgery

2013-01-27 Thread Ulrich Spörlein
On Sun, 2013-01-27 at 14:56:01 +0100, Fabian Keil wrote: > Ulrich Spörlein wrote: > > > I have a slight problem with transplanting a zpool, maybe this is not > > possible the way I like to do it, maybe I need to fuzz some > > identifiers... > > > > I want to

Re: svn2git exporter is down on git-beta.freebsd.org?

2013-01-27 Thread Ulrich Spörlein
On Sun, 2013-01-27 at 12:48:13 -0500, Ryan Stone wrote: > > On Sun, Jan 27, 2013 at 11:46 AM, Oliver Pinter wrote: > > Hi All! > > The svn2git exporter is down on git-beta.freebsd.org? The last update > was 2013.jan.15. > > > The mirror on GitHub is still getting updates: > https:

Zpool surgery

2013-01-27 Thread Ulrich Spörlein
Hey all, I have a slight problem with transplanting a zpool, maybe this is not possible the way I like to do it, maybe I need to fuzz some identifiers... I want to transplant my old zpool tank from a 1TB drive to a new 2TB drive, but *not* use dd(1) or any other cloning mechanism, as the pool was

Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2013-01-16 Thread Ulrich Spörlein
8:34 +0100, Ulrich Spörlein wrote: > Just a reminder that this re-roll will happen in almost two weeks. > > Thanks to a couple of volunteers, I now have independent confirmation > that the process is deterministic and repeatable and the switch can > progress as planned. > > Rega

Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2012-12-30 Thread Ulrich Spörlein
Just a reminder that this re-roll will happen in almost two weeks. Thanks to a couple of volunteers, I now have independent confirmation that the process is deterministic and repeatable and the switch can progress as planned. Regards, Uli On Sat, 2012-12-15 at 14:22:46 +0100, Ulrich Spörlein

Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2012-12-16 Thread Ulrich Spörlein
On Sat, 2012-12-15 at 16:44:52 -0800, Alfred Perlstein wrote: > > > On Dec 15, 2012, at 1:16 PM, Ulrich Spörlein wrote: > > > > Ok, scrap that, I have too many copies of the conversion lying around > > and got confused. > > > > I'd like to th

Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2012-12-15 Thread Ulrich Spörlein
On Sat, 2012-12-15 at 22:07:46 +0100, Ulrich Spörlein wrote: > On Sat, 2012-12-15 at 16:10:46 +, Chris Rees wrote: > > On 15 December 2012 13:22, Ulrich Spörlein wrote: > > > Bad news everyone, > > > > > > tl;dr The git mirror of the source repository nee

Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2012-12-15 Thread Ulrich Spörlein
On Sat, 2012-12-15 at 16:10:46 +, Chris Rees wrote: > On 15 December 2012 13:22, Ulrich Spörlein wrote: > > Bad news everyone, > > > > tl;dr The git mirror of the source repository needs to be re-rolled to > > make the conversion deterministically repeatable, this

HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2012-12-15 Thread Ulrich Spörlein
Bad news everyone, tl;dr The git mirror of the source repository needs to be re-rolled to make the conversion deterministically repeatable, this will change pretty much all git commit hashes. The re-roll will be done January 15, 2013. Not affected are the ports and doc repositories, nor is the s

Re: 9.1-RC3 LiveCD missing features

2012-12-10 Thread Ulrich Spörlein
On Fri, 2012-12-07 at 16:11:37 -0600, Chuck Burns wrote: > On 12/7/2012 3:50 PM, CeDeROM wrote: > > Hello :-) > > > > I have tried to chceck for badblocks on my / but I did not find badblocks > > program on LiveCD and there is no option to install it. This is very useful > > utility, please add it

Re: src.conf WITHOUT_GROFF

2012-12-08 Thread Ulrich Spörlein
On Mon, 2012-12-03 at 19:57:36 -0600, Chris Petrik wrote: > Adding in WITHOUT_GROFF=yes to src.conf and doing make delete-old ... > etc.. and then installing it again renders the man pages without any > format. I had to do a make distribution DESTDIR=/usr/local/freebsdtest > and copy over the groff

Re: RFC: removal of share/doc/{papers,psd,smm,usd} in 2 months

2012-10-21 Thread Ulrich Spörlein
On Sun, 2012-10-21 at 10:40:45 +0200, Hans Ottevanger wrote: > On 10/19/12 16:36, Ulrich Spörlein wrote: > > Hi all, > > > > those roff sources have been very naughty and will be removed from the > > tree by the end of the year. Most of those papers are severely out

Re: RFC: removal of share/doc/{papers,psd,smm,usd} in 2 months

2012-10-20 Thread Ulrich Spörlein
On Sat, 2012-10-20 at 14:24:28 +0200, Julian H. Stacey wrote: > Ulrich =?utf-8?B?U3DDtnJsZWlu?= wrote: > > On Fri, 2012-10-19 at 12:14:28 -0400, Eitan Adler wrote: > > > On 19 October 2012 10:36, Ulrich Spörlein wrote: > > > > Should people feel strongly about them, we might be able to move them

Re: RFC: removal of share/doc/{papers,psd,smm,usd} in 2 months

2012-10-20 Thread Ulrich Spörlein
On Fri, 2012-10-19 at 09:24:33 -0700, Gregory Shapiro wrote: > > > > Ulrich Sprlein wrote this message on Fri, Oct 19, 2012 at 16:36 +0200: > > > > those roff sources have been very naughty and will be removed from the > > > > tree by the end of the year. Most of those papers are severely out of >

Re: RFC: removal of share/doc/{papers,psd,smm,usd} in 2 months

2012-10-20 Thread Ulrich Spörlein
On Fri, 2012-10-19 at 12:14:28 -0400, Eitan Adler wrote: > On 19 October 2012 10:36, Ulrich Spörlein wrote: > > Should people feel strongly about them, we might be able to move them > > over to the doc repository. > > Moving them to the doc repo loses the history, for what g

RFC: removal of share/doc/{papers,psd,smm,usd} in 2 months

2012-10-19 Thread Ulrich Spörlein
Hi all, those roff sources have been very naughty and will be removed from the tree by the end of the year. Most of those papers are severely out of date and provide no more use to the system. They can probably also be found online using a search engine of your choice. Should people feel strongly

Re: git.freebsd.org is down?

2012-10-16 Thread Ulrich Spörlein
Also, someone killed the machine with too much I/O by pulling too often, frequently or in parallel. In any case, please use github.com/freebsd for pulling and leave git.freebsd.org to do the conversion work. Thanks Uli On Sun, 2012-10-14 at 17:35:20 -0700, Adrian Chadd wrote: > The cluster is be

Re: Buying recommendation for silent router/fileserver

2012-10-12 Thread Ulrich Spörlein
On Fri, 2012-10-12 at 13:03:23 +0200, Hendrik Hasenbein wrote: > On 12.10.2012 11:03, Ulrich Spörlein wrote: > > On Thu, 2012-10-11 at 17:05:46 +0200, Rainer Duffner wrote: > >> Am Thu, 11 Oct 2012 16:54:53 +0200 > >> schrieb Ulrich Spörlein : > >> > >>

Re: Buying recommendation for silent router/fileserver

2012-10-12 Thread Ulrich Spörlein
On Fri, 2012-10-12 at 10:48:22 +0300, Volodymyr Kostyrko wrote: > 11.10.2012 17:54, Ulrich Spörlein wrote: > > Hey guys, > > > > I need to replace an aging Pentium IV system that has been serving as my > > router, access point, file- and mediaserver for quite some ti

Re: Buying recommendation for silent router/fileserver

2012-10-12 Thread Ulrich Spörlein
On Thu, 2012-10-11 at 17:05:46 +0200, Rainer Duffner wrote: > Am Thu, 11 Oct 2012 16:54:53 +0200 > schrieb Ulrich Spörlein : > > > Hey guys, > > > > I need to replace an aging Pentium IV system that has been serving as > > my router, access point, file- an

Buying recommendation for silent router/fileserver

2012-10-11 Thread Ulrich Spörlein
Hey guys, I need to replace an aging Pentium IV system that has been serving as my router, access point, file- and mediaserver for quite some time now. The replacement should have: - amd64 CPU (for ZFS, obviously) - 2x GigE (igress, egress interfaces) - some form of wlan interface (I currently us

Re: [HEADSUP] geli(4) weak master key generation on -CURRENT

2012-08-21 Thread Ulrich Spörlein
On Mon, 2012-08-20 at 22:24:56 +0100, Simon L. B. Nielsen wrote: > Hello, > > If you are not using geli(4) on -CURRENT (AKA FreeBSD 10) you can safely > ignore this mail. If you are, please read on! > > -CURRENT users of geli(4) should be advised that, a geli(4) device may > have weak master key,

Re: OptionalObsoleteFiles.inc completeness

2012-06-01 Thread Ulrich Spörlein
On Fri, 2012-06-01 at 07:20:42 +1000, Peter Jeremy wrote: > On 2012-May-30 13:27:03 +1000, Peter Jeremy wrote: > >On 2012-May-29 02:18:25 +0400, Dmitry Marakasov wrote: > >>Then you should try to profile it - my script basically runs > >>delete-old delete-old-libs for every knob (131 of them), an

Re: posix_fadvise noreuse disables file caching

2012-01-31 Thread Ulrich Spörlein
On Mon, 2012-01-30 at 09:36:45 -0500, John Baldwin wrote: > On Sunday, January 29, 2012 10:08:10 am Tijl Coosemans wrote: > > On Wednesday 25 January 2012 17:29:22 John Baldwin wrote: > > > On Friday, January 20, 2012 2:12:13 pm John Baldwin wrote: > > >> On Thursday, January 19, 2012 11:39:42 am T

Re: Build Option Survey results

2012-01-17 Thread Ulrich Spörlein
On Thu, 2012-01-12 at 07:45:34 +, Bjoern A. Zeeb wrote: > Hey, > > after two years I had the opportunity to run the build option survey, > initially done by phk, again. The number of options seems to have grown > quite a bit it felt. I have not even looked at the results yet but here > they

Re: WITHOUT_PROFILE=yes by default

2011-12-22 Thread Ulrich Spörlein
On Mon, 2011-12-19 at 12:50:42 -0700, Warner Losh wrote: > > On Dec 2, 2011, at 9:52 AM, Lyndon Nerenberg wrote: > > >> Using profiled libs and gprof to profile your code has been obsolete > >> in FreeBSD on i386 and amd64 for over six years now. > > > > Funny, it still seems to work on my syste

Re: dogfooding over in clusteradm land

2011-12-16 Thread Ulrich Spörlein
On Thu, 2011-12-15 at 18:39:59 -0800, Doug Barton wrote: > On 12/14/2011 05:20, Sean Bruno wrote: > > We're seeing what looks like a syncher/ufs resource starvation on 9.0 on > > the cvs2svn ports conversion box. > > ... sounds like a good reason not to migrate the history to me. :) Sounds more l

Re: weekly_catman not generating the right result?

2011-07-31 Thread Ulrich Spörlein
On Sun, 2011-07-31 at 05:43:39 -0700, Xin LI wrote: > On 07/31/11 05:17, Ulrich Spörlein wrote: > > On Sun, 2011-07-31 at 01:22:36 -0700, Xin LI wrote: > >> Hi, > >> > >> I just noticed that weekly_catman is not generating the right > >> result, e.g. i

Re: weekly_catman not generating the right result?

2011-07-31 Thread Ulrich Spörlein
is :) This is due to the recent changes that made groff emit ANSI sequences and catman(1) is still putting col(1) in the pipe, which is not really required and gobbles up part of the escape sequences. Please try the attached patch. Thanks. Uli commit 363e4ce24b5017eb060d6a54bebbf92608ba3873 Au

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-17 Thread Ulrich Spörlein
On Wed, 13.07.2011 at 00:40:49 +0300, Gleb Kurtsou wrote: > On (11/07/2011 16:36), m...@freebsd.org wrote: > > On Mon, Jul 11, 2011 at 4:00 PM, Ali Mashtizadeh > > wrote: > > > Maybe someone can setup something like reviewboard [1] for developers > > > to use. This may also help folks who want to

Re: Thoughts on TMPFS no longer being considered "highly experimental"

2011-07-01 Thread Ulrich Spörlein
On Fri, 01.07.2011 at 11:33:42 -0400, Sean M. Collins wrote: > On 7/1/11 2:42 AM, Stefan Bethke wrote: > > The box shouldn't wedge in this situation. If tmpfs can create > > a memory starvation situation on the kernel level, it is not > production ready. > > The full message was "swap zone exhau

Re: Switch from legacy ata(4) to CAM-based ATA

2011-04-20 Thread Ulrich Spörlein
On Wed, 20.04.2011 at 12:57:47 +0300, Alexander Motin wrote: > Hi. > > With 9.0 release approaching quickly, I believe it the best time now to > manage migration from legacy ata(4) ATA to the new CAM-based one. New > ATA code present in the tree for more then a year now, used by many > people and

Re: Finding typos using codespell

2011-04-19 Thread Ulrich Spörlein
On Tue, 19.04.2011 at 12:15:00 +0100, Bruce Cran wrote: > There's a new tool that can be used to find spelling mistakes in code: > codespell > from http://www.politreco.com has already been used to find mistakes in both > Linux and LLVM. I ran it on sys/ and it found lots of potential typos - th

RFC: let man(1) depend on users PATH?

2011-04-18 Thread Ulrich Spörlein
is to be able to switch back and forth between base/ports groff-suite without having to alter any configuration files. Cheers, Uli commit 4f1cfe61ede418f795095c2d3c021db64c860e20 Author: Ulrich Spörlein Date: Sat Mar 12 12:40:21 2011 +0100 Let users' PATH decide which groff suite to pi

Re: $PATH and buildworld not getting along

2011-02-20 Thread Ulrich Spörlein
On Fri, 18.02.2011 at 16:36:13 +, Alexander Best wrote: > On Fri Feb 18 11, Ulrich Spörlein wrote: > > On Tue, 15.02.2011 at 21:10:29 +, Alexander Best wrote: > > > hi there, > > > > > > i've run into an issue where $PATH doesn't get dis

Re: Use meaningful directory prefixes in lib32 build

2011-02-18 Thread Ulrich Spörlein
On Tue, 15.02.2011 at 16:18:21 -0500, John Baldwin wrote: > This patch adjusts the various lib32 targets to use a suitable DIRPRFX so > that > when lib32 builds certain areas of the tree the full path to those areas > shows > up in the make output: > > Index: Makefile.inc1 > ==

Re: $PATH and buildworld not getting along

2011-02-18 Thread Ulrich Spörlein
On Tue, 15.02.2011 at 21:10:29 +, Alexander Best wrote: > hi there, > > i've run into an issue where $PATH doesn't get discarded during buildworld. is > this behavior to be expected? to reproduce do: > > 1) be sure /usr/local/bin comes *before* /usr/bin in your $PATH > 2) ln -s /bin/cat /usr/

Re: looking for a fast way to dump a dvd to a file on my hdd

2011-02-03 Thread Ulrich Spörlein
On Thu, 03.02.2011 at 03:19:44 -0800, Xin LI wrote: > On Thu, Feb 3, 2011 at 3:07 AM, Gary Jennejohn > wrote: > > On Wed, 2 Feb 2011 22:02:11 +0100 > > Ulrich Spörlein wrote: > > > >> On Wed, 02.02.2011 at 12:04:58 -0800, Xin LI wrote: > >> > On 02/0

Re: looking for a fast way to dump a dvd to a file on my hdd

2011-02-02 Thread Ulrich Spörlein
On Wed, 02.02.2011 at 12:04:58 -0800, Xin LI wrote: > On 02/02/11 11:54, Alexander Best wrote: > > so far dd(1) with a bs=2048 finished after: > > > > 4676648960 bytes transferred in 1639.108763 secs (2853166 bytes/sec) > > Just curious - how will recoverdisk(1) perform? I haven't tried it > mys

Re: missing us.dvorakr.kbd

2011-01-30 Thread Ulrich Spörlein
On Sat, 29.01.2011 at 11:13:57 +0100, Gary Jennejohn wrote: > On Fri, 28 Jan 2011 14:28:09 -0800 (PST) > Neil Short wrote: > > > us.dvorakr.kbd is missing from /usr/share/syscons/keymaps/ > > > > > > I found one on the web; but wonder if it's been fixed. > > > > $ uname -a > > FreeBSD carmen.o

Re: [head tinderbox] failure on powerpc64/powerpc

2011-01-30 Thread Ulrich Spörlein
[Picking a random tinderbox mail] As I've broken the powerpc64 build a couple of days ago, I was amazed that none of these emails went to my Inbox. Whenever the ports' INDEX build is broken, there's a list of committers that are most likely to blame for it. I would welcome the same type of emails

Re: RFC vgrind in base (and buildworld)

2011-01-21 Thread Ulrich Spörlein
On Thu, 20.01.2011 at 21:17:40 +0100, Ulrich Spörlein wrote: > Hello, > > Currently our buildworld relies on groff(1) and vgrind(1) being present > in the host system. I have a patch ready that at least makes sure these > are built during bootstrap-tools and completes the WIT

  1   2   >