Switch to DuckDuckGo Search
   May 9, 2019  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:00:28] <Cthulhux> hmm. so what's the most elegant fix?
[00:00:35] <andyf> the easiest way to fix this is to mount the rpool/opt dataset somewhere else, rsync the /opt/gcc-7 over to it, clean out /opt then clear the failed filesystem/llocal service
[00:00:45] <andyf> but really, you should not use a dataset for /opt.
[00:00:56] <andyf> You can use one for /opt/local if you want - that should be safe
[00:01:08] <andyf> obviously that means rearranging things a bit
[00:01:14] <Cthulhux> ew.
[00:01:17] <andyf> quick fix is something like:
[00:01:20] <Cthulhux> "a bit" ;-)
[00:01:25] <andyf> zfs set mountpoint=/opt2 rpool/opt
[00:01:32] <andyf> rsync -avr /opt/ /opt2/
[00:01:37] <andyf> rm -rf /opt/gcc-7
[00:01:43] <andyf> zfs set mountpoint=/opt rpool/opt
[00:01:48] *** Kurlon_ <Kurlon_!~Kurlon@98.13.72.207> has quit IRC (Remote host closed the connection)
[00:01:49] <andyf> svcadm clear fileystem/local
[00:02:22] <andyf> I might have missed a `zfs mount rpool/opt` after the first step
[00:02:26] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #omnios
[00:03:17] <lotheac> setting mountpoint will automount stuff as long as canmount=on
[00:03:25] <andyf> then I did not :)
[00:03:41] * Cthulhux tries
[00:04:02] *** dmip1 <dmip1!~Thunderbi@213-45-108.netrun.cytanet.com.cy> has quit IRC (Ping timeout: 252 seconds)
[00:04:13] <Cthulhux> i love how this will break with r1510...32 (gone are the days of yymmdd, it seems :-)) again if i'm lazy enough to sit through it
[00:04:47] <andyf> it will break any time there is an upgrade that requires a new BE, /and/ updates a package that delivers files to /opt
[00:04:55] <andyf> which probably only happens with a new release
[00:05:13] * Cthulhux googles "how to move a running pkgsrc ecosystem" ^^
[00:05:44] <Cthulhux> btw. ^ confirmed fixed!
[00:05:48] <Cthulhux> thanks :)
[00:07:17] <andyf> moving pkgsrc should be pretty simple actually
[00:07:30] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 268 seconds)
[00:08:40] <andyf> zfs set mountpoint=/opt2 rpool/opt; zpool create -o mountpoint=/opt/local rpool/pkgsrc; rsync -a /opt2/ /opt/; zpool destroy rpool/opt
[00:08:44] <andyf> with a few checks along the way
[00:09:03] <lotheac> zpool? :)
[00:09:18] <andyf> gah, no, zfs
[00:09:44] <andyf> zfs set mountpoint=/opt2 rpool/opt; zfs create -o mountpoint=/opt/local rpool/pkgsrc; rsync -a /opt2/ /opt/; zfs destroy rpool/opt
[00:10:20] <andyf> It's late, my only excuse
[00:10:32] <lotheac> much later here ;)
[00:10:33] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has joined #omnios
[00:10:47] <Cthulhux> 12:10 here 🤷‍♂️
[00:13:53] <Cthulhux> hmm... /opt/local is mounted and empty
[00:13:57] <Cthulhux> i MAY have made a mistake
[00:14:38] *** izaacf <izaacf!~izaac@janek.setec.org> has quit IRC (Quit: Leaving.)
[00:18:20] <Cthulhux> yup, i have -.-
[00:18:43] <Cthulhux> the "destroy" part was not wise ;)
[00:18:43] <andyf> Oh :(
[00:19:22] <Cthulhux> this is a good moment to talk about my non-existing backup concept :-)
[00:19:27] * Cthulhux sighs
[00:19:32] <andyf> we should have used `zpool checkpoint`
[00:26:18] <Cthulhux> probably. if we (i :-)) would have known wtf i do
[01:01:29] *** TwoADay <TwoADay!~hemi770@208.79.89.189> has quit IRC (Changing host)
[01:01:29] *** TwoADay <TwoADay!~hemi770@unaffiliated/hemi770> has joined #omnios
[01:19:52] *** andy_js <andy_js!~andy@94.14.32.34> has quit IRC (Quit: andy_js)
[01:30:30] <Cthulhux> omg
[01:30:44] <Cthulhux> for SOME reason, mariadb has remembered its databases
[01:31:00] <Cthulhux> AT LEAST
[01:31:03] <Cthulhux> :X
[01:42:26] <Cthulhux> ok, omnios surprises me here. destroyed a zpool with a metric ton of stuff, including all databases, rebooted a few times, reinstalled everything and all databases are back. honestly, i'm confused. but hy...
[01:42:29] <Cthulhux> time for bed
[03:32:46] *** baojg <baojg!~baojg@162.243.44.213> has joined #omnios
[05:40:24] *** dmip <dmip!~Thunderbi@213-45-108.netrun.cytanet.com.cy> has joined #omnios
[07:12:54] *** ENOMAD <ENOMAD!~nospam@lopsa/chartermember/ENOMAD> has quit IRC (Quit: ENOMAD)
[07:13:17] *** ENOMAD <ENOMAD!~nospam@lopsa/chartermember/ENOMAD> has joined #omnios
[08:04:11] *** dmip <dmip!~Thunderbi@213-45-108.netrun.cytanet.com.cy> has quit IRC (Ping timeout: 248 seconds)
[09:24:49] *** bens1 <bens1!~bens@161.122.2.81.in-addr.arpa> has joined #omnios
[10:03:26] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has joined #omnios
[10:54:49] *** Latr_work <Latr_work!uid4039@gateway/web/irccloud.com/x-gyvkervceubsgbbo> has joined #omnios
[11:05:02] *** andy_js <andy_js!~andy@94.14.32.34> has joined #omnios
[11:43:06] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has quit IRC (Ping timeout: 268 seconds)
[12:01:56] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has joined #omnios
[12:03:02] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has quit IRC (Read error: Connection reset by peer)
[12:03:31] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has joined #omnios
[12:19:16] *** trisk <trisk!~trisk@2601:196:4700:3f0b:225:31ff:fe02:7a11> has quit IRC (Ping timeout: 264 seconds)
[12:22:51] *** disposable2 <disposable2!~Thunderbi@213.164.31.89> has quit IRC (Ping timeout: 246 seconds)
[12:59:23] *** disposable2 <disposable2!~Thunderbi@213.164.31.89> has joined #omnios
[14:01:53] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has quit IRC (Quit: Leaving)
[14:08:37] *** baojg <baojg!~baojg@162.243.44.213> has quit IRC (Remote host closed the connection)
[15:13:44] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has quit IRC (Ping timeout: 252 seconds)
[15:20:06] *** baojg <baojg!~baojg@162.243.44.213> has joined #omnios
[15:26:05] *** trisk <trisk!~trisk@2601:196:4700:3f0b:225:31ff:fe02:7a11> has joined #omnios
[15:48:08] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #omnios
[16:02:52] *** neirac <neirac!~cneira@190.162.109.53> has joined #omnios
[16:40:35] *** dmip <dmip!~Thunderbi@cpe-387889.ip.primehome.com> has joined #omnios
[17:16:11] *** neirac <neirac!~cneira@190.162.109.53> has quit IRC (Ping timeout: 255 seconds)
[17:17:00] *** neirac <neirac!~cneira@190.162.109.53> has joined #omnios
[17:31:58] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has joined #omnios
[17:37:15] *** baojg <baojg!~baojg@162.243.44.213> has quit IRC (Remote host closed the connection)
[18:11:28] *** bens1 <bens1!~bens@161.122.2.81.in-addr.arpa> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[18:59:37] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 245 seconds)
[19:38:55] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #omnios
[20:24:34] *** Latr_work <Latr_work!uid4039@gateway/web/irccloud.com/x-gyvkervceubsgbbo> has quit IRC (Quit: Connection closed for inactivity)
[20:39:59] *** slx86 <slx86!~Thunderbi@92-110-137-173.cable.dynamic.v4.ziggo.nl> has joined #omnios
[20:40:58] *** slx86 <slx86!~Thunderbi@92-110-137-173.cable.dynamic.v4.ziggo.nl> has quit IRC (Client Quit)
[20:42:07] *** _alhazred <_alhazred!~Alex@mobile-access-bceed0-20.dhcp.inet.fi> has joined #omnios
[21:07:07] *** _alhazred <_alhazred!~Alex@mobile-access-bceed0-20.dhcp.inet.fi> has quit IRC (Remote host closed the connection)
[21:07:34] *** _alhazred <_alhazred!~Alex@mobile-access-bceed0-20.dhcp.inet.fi> has joined #omnios
[21:09:04] *** _alhazred <_alhazred!~Alex@mobile-access-bceed0-20.dhcp.inet.fi> has quit IRC (Remote host closed the connection)
[21:09:30] *** _alhazred <_alhazred!~Alex@mobile-access-bceed0-20.dhcp.inet.fi> has joined #omnios
[22:43:45] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has quit IRC (Quit: Leaving)
[22:56:23] *** jubal_ <jubal_!~jubal@226-5-237-24.gci.net> has quit IRC (Ping timeout: 258 seconds)
[22:56:31] *** Kurlon_ <Kurlon_!~Kurlon@bidd-pub-04.gwi.net> has joined #omnios
[23:00:08] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 252 seconds)
[23:00:59] *** Kurlon_ <Kurlon_!~Kurlon@bidd-pub-04.gwi.net> has quit IRC (Ping timeout: 258 seconds)
[23:06:58] *** bolt <bolt!~r00t@unaffiliated/bolt> has quit IRC (Remote host closed the connection)
[23:10:45] *** bolt <bolt!~r00t@unaffiliated/bolt> has joined #omnios
top

   May 9, 2019  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >