[osol-discuss] b95 kernel panic

2008-08-26 Thread alessioc
i got twice the following kernel panic on opensolaris 95, is it any known bug? Aug 25 15:45:28 pitagora ^Mpanic[cpu0]/thread=e059ea00: Aug 25 15:45:28 pitagora genunix: [ID 683410 kern.notice] BAD TRAP: type=e (#pf Page fault) rp=ddc72e6c addr=e05f84b4 Aug 25 15:45:28 pitagora unix: [ID 10 ke

Re: [osol-discuss] SATA problems on chipset VIA VT8237R (epia EK)

2007-07-24 Thread alessioc
it worked by tweaked the bios settings, thank you (changed sata mode from raid to ide) This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] SATA problems on chipset VIA VT8237R (epia EK)

2007-07-24 Thread alessioc
i'm trying to install osol b68 but it seems it does not recognize the hdd attached to the sata controller of my motherboard (chipset via VT8237R). is there any way to know what's going wrong? is there any way to know if this chipset is supported? This message posted from opensolaris.org __

[osol-discuss] Re: opensolaris laptop stickers

2007-06-29 Thread alessioc
They will be really welcome, thank you! You can contact me at: alessio.c (at) gmail.com This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] opensolaris laptop stickers

2007-06-29 Thread alessioc
where is it possible to buy (or get for free :) the opensolaris laptop stickers, as the one shown in this pic? http://www.flickr.com/photos/chandanlog/62643922/ This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris

[osol-discuss] Re: Re: Re: getting current open FDs

2006-04-15 Thread alessioc
> My proposed kstat values should be the right ones. thank you, i will give it a try :) This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Re: Re: getting current open FDs

2006-04-15 Thread alessioc
> There's no such limit in Solaris so there's no reason > to make the > number of file*s in use easily observable. not "easily observable" means that i can only do something like this? n=0; for i in $(find /proc -name "fd" -type d); do n=$[$(ls -l $i | wc -l) + $n]; done; echo $n if you wonder

[osol-discuss] Re: getting current open FDs

2006-04-15 Thread alessioc
i mean the total number of open file descriptors, i'm not sure the command you reported shows this. (what i'm trying to transpose to solaris is the concept explained here: http://www.netadmintools.com/art295.html) This message posted from opensolaris.org __

[osol-discuss] getting current open FDs

2006-04-15 Thread alessioc
is there an equivalent to "cat /proc/sys/fs/file-nr" under Solaris to get the current number of open FDs? This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] how to crypt a folder?

2005-11-17 Thread alessioc
Is there a way to crypt/decrypt a folder by using the opensolaris crypto service? (i'm talking about some crypt/decrypt system based on a symmetrical key provided by the user at mount time) This message posted from opensolaris.org ___ opensolaris-discus

[osol-discuss] Re: build 27a on x86 : panic at boot

2005-11-16 Thread alessioc
how did you install it? was it an upgrade or a clean install? i have had a similar problem with b24 http://www.opensolaris.org/jive/thread.jspa?threadID=2745&tstart=0 This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolar

[osol-discuss] Re: The OpenSolaris Store is OPEN

2005-11-15 Thread alessioc
> Everything in the store is available at cost plus > actual shipping. As we > get more stuff, we'll throw it in there. what about the opensolaris stickers? (http://www.opensolaris.org/jive/thread.jspa?threadID=3213&tstart=0) This message posted from opensolaris.org _

[osol-discuss] Re: App porting forum?

2005-11-15 Thread alessioc
> Hi, > I remember some talk about the creation of a > application porting > discussion forum. I can't find that list in > http://www.opensolaris.org/os/discussions/ > Is there plans to have that list? Is it ok to send > app port questions to > opensolaris-discuss meanwhile? One successful commu

[osol-discuss] Opensolaris on EPIA?

2005-11-15 Thread alessioc
Has anyone tried to install Opensolaris on an EPIA Mini-itx mainboard? I'd be interested to know if Opensolaris supports the following mobo chipset: - VIA CN400 North Bridge - VT8237R South Bridge and the folowing nic chipset: - VIA VT6122 10/100/1000 Base-T Ethernet Controller (GbE LAN) - VIA VT61

[osol-discuss] Re: Anyone succeded in porting xine to Nevada?

2005-11-14 Thread alessioc
> Yes, I tried and it works nice. The only thing I miss > is Xv output and a > more modern gxine. > I should tell you that blastwave xine-ui fails with a > similar core dump > when run under Solaris Express. try to file a bug on http://www.blastwave.org/bugtrack/, maybe the maintainer of the pa

[osol-discuss] Re: Anyone succeded in porting xine to Nevada?

2005-11-14 Thread alessioc
In Blastwave we have it, take a look at www.blastwave.org This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Re: fd limit on 32bit solaris i386 box

2005-11-14 Thread alessioc
thank you Casper, you always shed some light in the darkness :) This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Re: fd limit on 32bit solaris i386 box

2005-11-12 Thread alessioc
> Instead of > fclose, use close, etc. Using those routines you'll > have (depending on > the OS and settings) the ability to use thousands of > descriptors. For > vanilla Solaris 10 you'll have 1024 by default with a > hard limit of 65536. why the hard limit is 65536? This message posted fro

[osol-discuss] fd limit on 32bit solaris i386 box

2005-11-12 Thread alessioc
I heard about a 256 fd limit on solaris 32bit boxes due to some stdio limit... will anything change in opensolaris? is it possible to increase this limit? This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@o

[osol-discuss] Re: minimal opensolaris

2005-11-01 Thread alessioc
> A "complete" OpenSolaris (the whole ON) takes 480 MB. > The SchilliX "complete" 32 bit x86 RAM Disk takes180 > MB. SchilliX! That's the name i was trying to remember thank you This message posted from opensolaris.org ___ opensolaris-discuss mailing lis

[osol-discuss] minimal opensolaris

2005-11-01 Thread alessioc
i was wondering if there's a reliable opensolaris install not bigger than 100-200Mb, to put it on a small DOM memory or USB stick. i read about it on some blog but i can't find it anymore... This message posted from opensolaris.org ___ opensolaris-discus