Switch to DuckDuckGo Search
   July 13, 2014  
< | 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:52:44] *** Cenbe_ has quit IRC
[00:54:45] *** Cenbe has joined #openindiana
[01:51:30] *** Kelzier has quit IRC
[03:13:45] *** mrTapir has quit IRC
[03:43:27] *** ancoron has joined #openindiana
[03:44:56] *** echobinary has joined #openindiana
[03:47:22] *** echobinary1 has quit IRC
[03:47:25] *** ancoron_ has quit IRC
[04:40:34] *** rfm has quit IRC
[05:03:18] *** mixomathoze has quit IRC
[05:11:09] *** mixomathoze has joined #openindiana
[05:55:11] *** basic6 has joined #openindiana
[05:58:33] *** basic6_ has quit IRC
[06:42:56] *** ZzBloopzZ has quit IRC
[06:45:35] *** basic6_ has joined #openindiana
[06:46:33] *** basic6 has quit IRC
[07:00:45] *** ZzBloopzZ has joined #openindiana
[07:09:39] *** sc0tty8 is now known as WFeather|sux
[07:10:06] *** WFeather|sux is now known as sc0tty8
[08:03:47] *** Kelzier has joined #openindiana
[09:00:42] <EisNerd> moin
[09:03:52] <tsoome> moin
[09:04:21] <EisNerd> is this sektor size mess still an issue with hipster?
[09:04:35] <tsoome> depends how you look on it
[09:05:17] <EisNerd> would I need to create my rpool by hand on an adv format drive?
[09:05:31] <EisNerd> to get the ashift right?
[09:06:44] <EisNerd> ashift: 12
[09:06:55] <EisNerd> looks like it was fitted automatically
[09:08:27] <tsoome> current zfs is using locical block size from DKIOCGMEDIAINFO (EXT) ioctls
[09:08:47] <tsoome> logical*
[09:09:03] <tsoome> https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/fs/zfs/vdev_disk.c line 530+
[09:11:15] <tsoome> so disks reporting lb 512 pb 4096 will use ashift=9
[09:13:10] <EisNerd> hm ok
[09:13:24] <tsoome> the actual issue was/is about disks reportin 512 but being actually 4k, but for such disks you can overwite block size in sd.conf
[09:13:27] <EisNerd> but thoose should be better used with ashift=12
[09:13:51] <EisNerd> hm or use fine hgst drives
[09:14:00] <tsoome> that as well, yes
[09:14:07] <EisNerd> reporting their size correctly
[09:14:15] <EisNerd> as I did
[09:14:18] <EisNerd> :)
[09:14:47] * EisNerd goes huging his fine correctly working drives
[09:14:48] <tsoome> I have no idea what is the reason of using logical block size in that code
[09:15:09] <EisNerd> ok back to problems
[09:15:25] <tsoome> perhaps its just left over relict and noone has had time or will to deal with it.
[09:15:40] <EisNerd> as my stuff works so far I need a convienient way to integrate it on my laptops
[09:16:14] <EisNerd> my nfs mount has dissolved by suspend but autofs fails to reastablisch it
[09:16:43] <EisNerd> so it comes to the question anyway prefering cifs or nfs for this matter
[09:17:08] <EisNerd> afaik nfs is a bit tricky in things like suspend and such
[09:18:15] <tsoome> aye
[09:18:52] <tsoome> oh well, must get some fiood and coffee and then back to the code and drawing board:D
[09:19:57] <EisNerd> I have to hug my daugther
[09:24:15] *** Kelzier has quit IRC
[09:26:30] *** Kelzier has joined #openindiana
[09:27:52] <EisNerd> hm I get an access dinied
[09:29:41] <EisNerd> lol
[09:41:47] <tsoome> from daugther?:P
[09:44:50] <_Tenchi_> lol
[10:04:01] *** Botanic has quit IRC
[10:13:38] *** nikolam has joined #openindiana
[10:56:46] <EisNerd> no from nfs
[10:57:06] <EisNerd> but this missunderstanding was the reason for my lol
[10:57:14] <tsoome> ;)
[10:57:15] <EisNerd> as I read the chatlog on my own
[10:58:08] <EisNerd> tsoome: do you know what privs are minimally needed to mount an nfs share
[10:58:32] <EisNerd> I suspect the everyone@:rwxpdDaARWcCos:fd----I:deny as root cause breaking nfs
[10:58:49] <EisNerd> as linux performs the initial mount as root, which get squashed
[11:00:35] *** jevgeniug has joined #openindiana
[11:00:54] <tsoome> you can do test with unix permissions first, then translate it to acl
[11:10:09] <EisNerd> yeah this is it
[11:10:33] <EisNerd> everyone@:--x---a-------:-d-----:allow is also needed to allow nfs mounting of a directory
[11:19:46] <EisNerd> tsoome: but sometimes even that ^^ (access denied from daugther)
[11:19:55] <tsoome> :D
[11:20:05] <EisNerd> but this is a really dynamic access control
[11:20:15] <EisNerd> mostly depended on moods
[11:20:41] <EisNerd> and therefore really unpredictable
[11:24:03] <EisNerd> hm nfs4 seems to work quite fine
[11:24:19] <EisNerd> and with hard,intr it souldn't do any harm
[11:24:43] <EisNerd> when I get some anoying effects I could always try to move over to cifs automounting
[11:25:00] <EisNerd> so creat job here
[11:25:03] <EisNerd> great
[11:26:40] *** nikolam has quit IRC
[11:50:16] <EisNerd> hm is there a step by step checklist for adding additional users to an oi installation
[11:50:39] <EisNerd> especially respecting the creation of a home share
[12:06:13] *** Kelzier has quit IRC
[12:13:12] <EisNerd> ha solved
[12:13:27] <EisNerd> I only have had to reset nfsidmapping on my client
[12:23:02] <EisNerd> hm what is the command for the pakcagemanager ui?
[12:23:07] <EisNerd> gui
[12:24:17] <EisNerd> hm or just use commandline pkg update
[12:25:48] <EisNerd> so last topic is to configure timeslider
[12:26:40] <EisNerd> but the default schedule on rpool sould do it I think
[12:30:00] *** Kelzier has joined #openindiana
[12:31:00] <tsoome> packagemanager ui is dead anyhow;)
[12:40:00] <EisNerd> uh ok?
[12:42:31] <tsoome> noone has been willing to update the python bits to keep it working
[12:50:56] <EisNerd> btw what are thoose feature@ pool props
[12:52:54] <tsoome> its the way how new functionality is implemented, instead of zpool versions
[12:53:30] <EisNerd> ah ok
[12:53:54] <tsoome> some features can be switched on and off, some can only be switched on
[12:55:06] <tsoome> its sort of more flexible way to manage functionality instead of fixed upgrade process.
[12:56:55] *** Seony has quit IRC
[13:22:25] *** lblume has quit IRC
[13:46:42] *** jevgeniug has quit IRC
[14:16:04] *** alanc has quit IRC
[14:16:29] *** alanc has joined #openindiana
[14:16:29] *** ChanServ sets mode: +o alanc
[14:17:04] <EisNerd> is there a command on oi like dmidecode
[14:18:02] <tsoome> smbios ?
[14:18:35] *** master_of_master has joined #openindiana
[14:18:49] <EisNerd> uhm looks like :)
[14:21:51] *** master_o1_master has quit IRC
[14:33:25] *** ancoron has quit IRC
[14:34:07] *** ancoron has joined #openindiana
[14:56:00] *** W0rmDr1nk has joined #openindiana
[15:27:19] *** eki has quit IRC
[16:30:34] *** Seony has joined #openindiana
[16:35:03] *** Seony has quit IRC
[17:04:58] *** nikolam has joined #openindiana
[17:07:25] *** Seony has joined #openindiana
[17:10:56] *** alp has quit IRC
[17:12:24] *** Seony has quit IRC
[17:29:01] *** echobinary1 has joined #openindiana
[17:31:32] *** echobinary has quit IRC
[17:33:23] *** echobinary has joined #openindiana
[17:34:38] *** echobinary1 has quit IRC
[17:49:00] *** echobinary1 has joined #openindiana
[17:49:21] *** echobinary2 has joined #openindiana
[17:50:50] *** echobinary3 has joined #openindiana
[17:52:04] *** echobinary has quit IRC
[17:52:58] *** echobinary1 has quit IRC
[17:53:33] *** echobinary2 has quit IRC
[17:56:14] *** RandomL has joined #openindiana
[17:56:46] *** RandomL has left #openindiana
[17:58:16] *** RandomL has joined #openindiana
[17:58:31] *** Lee- has quit IRC
[17:58:35] *** echobinary3 has quit IRC
[17:58:52] *** Lee- has joined #openindiana
[17:58:53] <RandomL> Hello. What command do I use to install gcc under hipster?
[18:06:20] <RandomL> I just found this link: http://wiki.openindiana.org/oi/Building+with+oi-userland ...I'll try using the sun studio compiler from oracle instead.
[18:08:20] *** Seony has joined #openindiana
[18:13:47] *** Seony has quit IRC
[18:19:47] <tsoome> all installs in hipster are with pkg command.
[18:20:01] <tsoome> unless its 3rd party software.
[18:57:34] *** W0rmDr1nk has quit IRC
[19:02:18] <RandomL> @tsoome pkg install gcc complains about mutliple choices; pkg install gcc48 worked, tho.
[19:09:17] *** Seony has joined #openindiana
[19:13:56] *** Seony has quit IRC
[19:16:31] *** alp has joined #openindiana
[19:18:03] *** nikolam has quit IRC
[19:18:33] <_Tenchi_> hipster
[19:18:34] <_Tenchi_> what is it ?
[19:18:46] <_Tenchi_> is that like docker but only cooler? hahahaha
[19:18:54] <alanc> the rolling release branch
[19:18:58] <_Tenchi_> oh ok
[19:19:00] <alanc> like Fedora's "rawhide"
[19:19:04] <_Tenchi_> gotcha
[19:19:49] <alanc> lets you find all the hot new bugs in the latest packages before they're cool & widespread
[19:21:37] *** alp has quit IRC
[19:22:06] *** alp has joined #openindiana
[19:22:30] *** eki has joined #openindiana
[19:29:01] *** Aim has quit IRC
[19:52:27] *** rfm has joined #openindiana
[19:55:38] *** Scall has quit IRC
[19:58:43] *** nikolam has joined #openindiana
[20:03:26] *** Scall has joined #openindiana
[20:10:10] *** Seony has joined #openindiana
[20:15:01] *** Seony has quit IRC
[20:19:12] *** nikolam has quit IRC
[20:19:13] *** rocketeer has quit IRC
[20:21:13] *** nikolam has joined #openindiana
[20:22:51] *** Aim has joined #openindiana
[21:06:16] *** nikolam has quit IRC
[21:11:07] *** Seony has joined #openindiana
[21:13:47] *** Seony has quit IRC
[21:18:20] *** lblume has joined #openindiana
[21:39:22] *** Botanic has joined #openindiana
[21:39:23] *** Botanic has joined #openindiana
[22:03:31] *** jevgeniug has joined #openindiana
[22:05:06] *** yalu_ is now known as yalu
[22:09:48] *** Seony has joined #openindiana
[22:20:51] *** jevgeniug has quit IRC
[22:48:40] *** rocketeer has joined #openindiana
[23:53:33] *** Seony has quit IRC
top

   July 13, 2014  
< | 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 | >