-
sommerfeld
-
fenix
→ CODE REVIEW 4242: 17416 Want more xlocale.h functions for C++ locale support (NEW) |
illumos.org/issues/17416
-
sommerfeld
it builds. haven't tried running any of it yet.
-
racoon
hi, do i need to do anything special to get the ide driver to attach when using a compact flash card adapter?
-
Woodstock
no, that shouldn't be necessary
-
racoon
currently i've found that both illumos and solaris don't recognize any disks in the machine, while other OSes do
-
Woodstock
can you describe in detail what machine you have and how exactly those disks are connected?
-
Woodstock
and which distribution of illumos you're running?
-
racoon
tribblix on a sun blade 150, two compact flash cards plugged into IDE adapters with the primary disk as IDE master and the DVD driver (used to boot the installer) as IDE slave
-
racoon
ata driver appears in dmesg, format command reports no disks, no disk device nodes in /dev appear usable
-
Woodstock
can you put the output of 'prtconv -Dd' into a pastebin somewhere?
-
racoon
-
Woodstock
under ide, there is "disk", "cdrom", and "sd"
-
Woodstock
although if those are your devices, i'd expect them to show up in /dev
-
racoon
-
Woodstock
can you try 'prtvtoc /dev/rdsk/c1t1d0s0'? (or s2)
-
Woodstock
but maybe that's the cdrom, hm
-
Woodstock
i'm off to lunch, but i'll be back later
-
racoon
yeh it appears to be the cdrom
-
racoon
thanks, enjoy lunch
-
jbk
ptools ftw (again)
-
danmcd
@jbk do tell?
-
jbk
oh... just been trying to deal with a build issue on our stuff, and it turned out it was picking up an older version of a library (which was causing the problem)... pldd + penv on the core file pointed out it was using the wrong one (that most everyone forgot was there)
-
danmcd
Perfect use! Thanks for sharing.
-
jbk
since everyone forgot, i didn't think to look earlier
-
jbk
but then i tried updating the version I thought (incorrectly) it was using, and thought 'oh i should run pldd and check'
-
jbk
and was surprised (and then used penv to confirm why)
-
richlowe
jbk: if library things go wrong, pldd first
-
richlowe
if it runs and you don't understand it, pldd, if it doesn't ldd
-
richlowe
jbk: (the equivalent of) LD_DEBUG=files if it doesn't link