Switch to DuckDuckGo Search
   May 22, 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:12:10] *** peavey5150__ <peavey5150__!~na@ip68-0-189-112.tc.ph.cox.net> has quit IRC (Ping timeout: 258 seconds)
[00:15:29] *** peavey5150 <peavey5150!~na@ip68-0-190-79.tc.ph.cox.net> has joined #omnios
[01:09:48] *** andy_js <andy_js!~andy@94.14.32.34> has quit IRC (Quit: andy_js)
[01:34:24] *** xenol <xenol!~xenol@unaffiliated/xenol> has quit IRC (Ping timeout: 252 seconds)
[01:39:27] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has joined #omnios
[01:42:51] *** xenol <xenol!~xenol@2001:470:5bc7:1a6c::dead:beef> has joined #omnios
[01:43:46] *** ENOMAD <ENOMAD!~nospam@lopsa/chartermember/ENOMAD> has quit IRC (Quit: ENOMAD)
[01:50:12] *** ENOMAD <ENOMAD!~nospam@lopsa/chartermember/ENOMAD> has joined #omnios
[03:22:12] *** baojg <baojg!~baojg@162.243.44.213> has joined #omnios
[03:49:58] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has quit IRC (Ping timeout: 246 seconds)
[03:51:46] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has joined #omnios
[05:30:01] *** thebug <thebug!~thebug@unaffiliated/thebug> has quit IRC (Quit: Lost terminal)
[05:30:58] *** thebug <thebug!~thebug@unaffiliated/thebug> has joined #omnios
[05:35:18] *** idodeclare <idodeclare!~textual@cpe-76-185-177-63.satx.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[05:55:28] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has quit IRC (Remote host closed the connection)
[08:14:12] *** nahamu <nahamu!~nahamu@165.225.132.70> has quit IRC (Ping timeout: 268 seconds)
[08:25:46] *** dmip <dmip!~Thunderbi@212.34.48.70> has joined #omnios
[08:48:20] *** jimklimov <jimklimov!~jimklimov@ip-86-49-254-8.net.upcbroadband.cz> has joined #omnios
[08:50:53] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has quit IRC (Ping timeout: 258 seconds)
[09:02:32] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has joined #omnios
[09:11:44] *** bens1 <bens1!~bens@161.122.2.81.in-addr.arpa> has joined #omnios
[09:46:46] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has joined #omnios
[10:12:02] <sjorge> QQ, does the zoned bhyve on OmniOS also attach to zoneconsole (zlogin -C zonename) ?
[10:12:15] <andyf> sjorge - yes
[10:37:41] *** drscream <drscream!~drscream@coconut.frubar.net> has joined #omnios
[10:38:54] <drscream> Hello, might it be possible that not all pci devices are shown in /devices ? As I wrote some days ago I planed to add the wireless card to ppt and than to an bhyve machine. Based on the information from andyf I tried to configure ppt_matches and ppt_aliases but the regular device is not listed in /devices.
[10:39:19] <drscream> I more or less looking for that device path: "/devices/pci@0,0/pci8086,9c94@1c,1/pci8086,5210" but I only see the PCI controler which is pci8086,9c94@1c,1
[10:40:10] <drscream> https://gist.github.com/drscream/2db05297aaf63764e766c9708890f422
[10:43:38] *** yomi <yomi!~void@ip4d16bc9d.dynamic.kabel-deutschland.de> has joined #omnios
[10:44:01] *** yomi is now known as Guest9693
[10:47:08] *** dmip <dmip!~Thunderbi@212.34.48.70> has quit IRC (Ping timeout: 268 seconds)
[10:47:45] *** yomisei <yomisei!~void@ip4d16bc9d.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 268 seconds)
[11:10:54] *** dmip <dmip!~Thunderbi@83.220.236.139> has joined #omnios
[11:27:04] <andyf> drscream - I'm not sure. If you've updated ppt_aliases, then `prtconf -dD` should show that the device is now bound to the ppt driver
[11:27:34] <drscream> also if I do not use ppt the device is not listed on "/devices/pci@0,0/pci8086,9c94@1c,1/pci8086,5210"
[11:28:19] <drscream> I also tried update_drv -a -i "/devices/pci@0,0/pci8086,9c94@1c,1/pci8086,5210" ppt to bind the device manually ... but yea as the device doesn't exists how shout it work ;-)
[11:37:27] <Woodstock> drscream: don't include /devices there: update_drv -a -i "/pci@0,0/pci8086,9c94@1c,1/pci8086,5210" ppt
[11:37:50] <drscream> no device at specified path-oriented alias "/pci@0,0/pci8086,9c94@1c,1/pci8086,5210"
[11:38:19] <drscream> I've changed the entry in ppt_matches from pci8086,5210 to pciex8086,95b
[11:38:20] <Woodstock> can you show me a full prtconf -dD output?
[11:39:26] <drscream> http://ix.io/1JIV
[11:40:27] <drscream> after using "pciex8086,95b" in the ppt_matches I've an output via pptadm:
[11:40:30] <drscream> root@guantanamo:/etc# pptadm list -a -o dev,vendor,device,path
[11:40:31] <drscream> DEV VENDOR DEVICE PATH
[11:40:54] <drscream> so I assume only ppt_alias might be wrong now
[11:44:20] *** dmip <dmip!~Thunderbi@83.220.236.139> has quit IRC (Ping timeout: 272 seconds)
[11:44:31] <Woodstock> drscream: what does ls -l /devices/pci@0,0/pci8086,9c94@1c,1/ show?
[11:45:03] <drscream> total 0
[11:45:09] <drscream> as I said it's somehow not there
[11:45:17] <Woodstock> that is really weird
[11:48:12] <drscream> I know ;-)
[11:53:56] <drscream> the ppt_aliases contains the following entry:
[11:53:57] <drscream> ppt "/pci@0,0/pci8086,9c94@1c,1/pci8086,5210"
[11:59:25] <drscream> maybe the prtpicl output is also helpful? http://ix.io/1JIW
[11:59:47] <drscream> based on that info I used the devfs-path
[12:17:15] *** dmip <dmip!~Thunderbi@95.143.115.50> has joined #omnios
[12:18:01] <drscream> not sure if that would work but might it be possible to attach attach the pci8086,9c94 (Wildcat Point-LP PCI Express Root Port) via ppt?
[12:18:34] <drscream> well okey nope :p
[12:34:44] <drscream> I would assume I should also see the device via cfgadm ... also if no driver is attached or?
[13:15:42] *** Latr_work <Latr_work!uid4039@gateway/web/irccloud.com/x-xcuintiegqyuvfqq> has joined #omnios
[13:19:33] <drscream> it's me again! I assume I found the solution:
[13:19:34] <drscream> root@guantanamo:/etc# cat ppt_aliases
[13:19:34] <drscream> ppt "pciex8086,95b"
[13:19:35] <drscream> root@guantanamo:/etc# cat ppt_matches
[13:19:37] <drscream> pciex8086,95b
[13:19:40] <drscream> root@guantanamo:/etc# pptadm list -a
[13:19:42] <drscream> DEV VENDOR DEVICE PATH
[13:19:47] <drscream> /dev/ppt0 8086 95b /pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0
[13:19:51] <drscream> so if I use pciex8086,95b on ppt_matches and ppt_aliases it works
[13:19:59] <drscream> based on the pptadm output
[13:45:51] <sjorge> andyf nice! was talking to to a collegue about OmniOS as he wants to play with illumos but wants a smooth bhyve experience but also nfs server
[13:58:01] *** _Tenchi_ <_Tenchi_!~phil@d-207-255-80-203.paw.cpe.atlanticbb.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[14:11:34] *** andy_js <andy_js!~andy@94.14.32.34> has joined #omnios
[14:11:40] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has quit IRC (Ping timeout: 258 seconds)
[14:13:21] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has joined #omnios
[14:20:19] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has quit IRC (Ping timeout: 246 seconds)
[14:22:10] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has joined #omnios
[14:32:42] <drscream> andyf: about the 8:0,passthru,<path> ... should the path be /dev/ppt0 then?
[14:36:10] *** chrisBF <chrisBF!5698d980@gateway/web/freenode/ip.86.152.217.128> has joined #omnios
[14:38:36] *** andy_js <andy_js!~andy@94.14.32.34> has quit IRC (Quit: andy_js)
[14:44:24] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has joined #omnios
[14:45:10] <Woodstock> drscream: no, that needs to be the /devices path for the ppt device (likely /pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0:ppt in your case)
[14:46:41] <drscream> ERROR:root:Error b'bhyve: invalid passthru options
[14:46:41] <drscream> device emulation initialization error: Bad file number
[14:46:41] <drscream> '
[14:46:51] <drscream> INFO:root:/usr/sbin/bhyve -U 560a2209-32ef-c5d7-bac8-c7351ff8f2a2 -A -H -B 1,product=OmniOS HVM -c 1 -m 1G -l bootrom,/usr/share/bhyve/firmware/BHYVE_RELEASE_CSM.fd -s 0,hostbridge,model=i440fx -s 1,lpc -l com1,/dev/zconsole -s 7:0,ahci-cd,/rpool/iso/FreeBSD-12.0-RELEASE-amd64-bootonly.iso -s 4:0,virtio-blk,/dev/zvol/rdsk/rpool/bhyve0 -s 6:0,virtio-net-viona,gw0 -S -s
[14:46:56] <drscream> 8:0,passthru,/pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0:ppt gw
[14:55:49] *** andy_js <andy_js!~andy@94.14.32.34> has joined #omnios
[14:57:46] <Woodstock> drscream: does the file exist?
[14:59:02] <drscream> /devices/pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0:ppt and /devices/pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0 exists
[15:02:40] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has quit IRC (Ping timeout: 258 seconds)
[15:09:24] *** dmip <dmip!~Thunderbi@95.143.115.50> has quit IRC (Quit: dmip)
[15:09:55] *** dmip <dmip!~Thunderbi@95.143.115.50> has joined #omnios
[15:20:32] *** idodeclare <idodeclare!~textual@cpe-76-185-177-63.satx.res.rr.com> has joined #omnios
[15:23:26] *** baojg <baojg!~baojg@162.243.44.213> has quit IRC (Remote host closed the connection)
[15:32:25] *** idodeclare <idodeclare!~textual@cpe-76-185-177-63.satx.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[15:51:04] *** neirac <neirac!~cneira@190.162.109.53> has joined #omnios
[15:53:03] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #omnios
[15:56:29] <drscream> i've really no idea :p
[16:02:55] <Woodstock> drscream: that error can only happen if the device can't be opened
[16:03:09] <Woodstock> drscream: does that bhyve run in a zone, and is the device present in the zone?
[16:06:48] <drscream> I use the regular omnios tooling / zonecfg etc.
[16:11:44] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 248 seconds)
[16:13:24] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #omnios
[16:14:23] <Woodstock> drscream: i don't know what omnios does there, but from the symptoms you describe i'd say you're missing the ppt device file in the zone
[16:15:21] <Woodstock> you can try to manually add it to the zonecfg
[16:17:37] <drscream> i using zonecfg anyway to add the paramter to bhyve
[16:17:53] <drscream> so maybe something is missing ;-)
[16:21:54] <Woodstock> do you have a device entry for /device/pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0:ppt?
[16:22:04] <Woodstock> add device; set match=/device/pci@0,0/pci8086,9c94@1c,1/pci8086,5210@0:ppt
[16:45:48] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has quit IRC (Quit: Leaving)
[16:57:31] *** _Tenchi_ <_Tenchi_!~phil@d-207-255-80-203.paw.cpe.atlanticbb.net> has joined #omnios
[18:02:14] <drscream> Woodstock: I will have a look!
[18:21:41] *** bens1 <bens1!~bens@161.122.2.81.in-addr.arpa> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[19:04:56] *** wacki <wacki!~wacki@i577A5F1A.versanet.de> has joined #omnios
[19:13:37] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 246 seconds)
[19:18:17] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #omnios
[19:19:26] *** chrisBF <chrisBF!5698d980@gateway/web/freenode/ip.86.152.217.128> has quit IRC (Quit: Page closed)
[19:32:43] <drscream> Woodstock: http://ix.io/1JKu so looks good but the init.log still shows the same error: http://ix.io/1JKv
[19:36:24] <drscream> also the typo from /device to /devices doesnt fix it ;-)
[20:02:42] *** heinlein <heinlein!~heinlein@clayton.madboa.com> has joined #omnios
[20:08:58] *** heinlein <heinlein!~heinlein@clayton.madboa.com> has left #omnios
[20:10:52] *** heinlein <heinlein!~heinlein@clayton.madboa.com> has joined #omnios
[20:11:43] *** heinlein <heinlein!~heinlein@clayton.madboa.com> has left #omnios
[20:13:11] *** nahamu <nahamu!~nahamu@165.225.132.70> has joined #omnios
[20:14:59] *** heinlein <heinlein!~heinlein@clayton.madboa.com> has joined #omnios
[20:17:14] *** jubal <jubal!~jubal@226-5-237-24.gci.net> has joined #omnios
[20:49:38] *** dmip <dmip!~Thunderbi@95.143.115.50> has quit IRC (Ping timeout: 245 seconds)
[21:01:11] <heinlein> I've got some old omniti packages blocking my update from
[21:01:11] <heinlein> r151014 to r151022 (on the way to r151030). I need those
[21:01:11] <heinlein> packages to hang around, or else I'll be forced to rebuild
[21:01:11] <heinlein> a lot of software. Is there any way to get pkg to "forget"
[21:01:11] <heinlein> a package without actually uninstalling its files?
[21:10:42] *** asx <asx!~asx@94-35-40-159.client-mvno.tiscali.it> has quit IRC (Ping timeout: 244 seconds)
[21:16:14] *** asx <asx!~asx@5.102.3.9> has joined #omnios
[21:24:27] *** Latr_work <Latr_work!uid4039@gateway/web/irccloud.com/x-xcuintiegqyuvfqq> has quit IRC (Quit: Connection closed for inactivity)
[21:35:50] <v_a_b> heinlein Not really, you could save the content, uninstall the package(s) and restore the content.
[21:36:34] <v_a_b> Having said that, you could try and remove the dependencies from the IPS package metadata.
[21:40:36] <v_a_b> That is not really recommended :-)
[21:40:57] <v_a_b> What packages do you need? maybe it is better to rebuild the sw for r151030
[21:43:24] *** wacki <wacki!~wacki@i577A5F1A.versanet.de> has quit IRC (Quit: Lingo: www.lingoirc.com)
[21:43:24] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has quit IRC (Read error: Connection reset by peer)
[21:58:46] <heinlein> That's my thought too. I ended up running "pkg contents" against the packages and am trying to restore the contents.
[22:06:02] *** sabre_ <sabre_!~ircuser@87.214.62.128> has quit IRC (Read error: Connection reset by peer)
[22:12:36] *** sabre <sabre!~ircuser@87.214.62.128> has joined #omnios
[22:30:32] *** dmip <dmip!~Thunderbi@212.34.48.70> has joined #omnios
[22:34:57] <v_a_b> Maybe you could build the sw yourself and then submit the result to be included in the r151030 "extra" repository. Then everyone else can profit.
[22:46:56] *** asx <asx!~asx@5.102.3.9> has quit IRC (Ping timeout: 259 seconds)
[22:50:53] *** asx <asx!~asx@5.102.1.77> has joined #omnios
[22:56:37] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 244 seconds)
[23:01:37] *** jimklimov <jimklimov!~jimklimov@ip-86-49-254-8.net.upcbroadband.cz> has quit IRC (Quit: Leaving.)
[23:06:14] <sabre> how do i select the extra repository after in have installed and not selected it?
[23:08:58] *** asx <asx!~asx@5.102.1.77> has quit IRC (Ping timeout: 272 seconds)
[23:13:38] <andyf> pkg set-publisher -g https://pkg.omniosce.org/r151030/extra extra.omnios
[23:15:07] <sabre> i see i already have it. i wondered how to get postgresql
[23:21:33] <hadfl> https://pkg.omniosce.org/r151030/extra/en/search.shtml?token=postgres&action=Search << there are 2 (mediated) packages, depending what version you want to use. either postgresql-96 or postgresql-10
[23:25:16] <sabre> i see it is installing now
[23:25:40] <sabre> apparently i am not yet familiar how to find packasges
[23:25:41] *** idodeclare <idodeclare!~textual@cpe-76-185-177-63.satx.res.rr.com> has joined #omnios
[23:26:04] *** jubal <jubal!~jubal@226-5-237-24.gci.net> has quit IRC (Ping timeout: 244 seconds)
[23:30:31] <hadfl> just use 'pkg list -avf' that will list all the installed and available packages via publishers you set. which is easy to grep for
[23:37:48] *** idodeclare <idodeclare!~textual@cpe-76-185-177-63.satx.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:46:46] *** asx <asx!~asx@94-35-40-159.client-mvno.tiscali.it> has joined #omnios
[23:50:05] *** sabre <sabre!~ircuser@87.214.62.128> has quit IRC (Read error: Connection reset by peer)
[23:53:18] *** hemi770 <hemi770!~hemi666@unaffiliated/hemi770> has quit IRC (Ping timeout: 272 seconds)
[23:55:46] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has joined #omnios
top

   May 22, 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 | >