[osol-discuss] snv_86 on a MacBook?

2008-04-09 Thread Stephen Lau
Has anyone had success installing snv_86 on a MacBook or MacBook Pro at all? I just tried it, following many of the blogs which detailed workarounds for the installation failure due to 6413235, but strangely I didn't hit this? I configured and installed just like normal and it appeared to ins

Re: [osol-discuss] Mysql's Innodb immensely slow on ZFS

2008-04-09 Thread Brandon High
On Sat, Apr 5, 2008 at 1:15 AM, Nico Sabbi <[EMAIL PROTECTED]> wrote: > - limiting zfs's usage of memory to 256MB (appending to /etc/system > set zfs:zfs_arc_max = 0x800 > and rebooting, hopefully I did the right thing) My gut reaction is that you've shot yourself in the foot by making the

Re: [osol-discuss] Last two weeks to submit papers to OpenSolaris Developer Conference 2008

2008-04-09 Thread Jim Grisanzio
Dirk Wetter wrote: > Hi all, > > just a reminder for whom it concerns: > > The OSDevCon Call for Papers closes in less than > two weeks. > > So if you want to present your work within the OpenSolaris > community, meet other developers and enjoy Prague, hurry up! > > Submission and web site is @ htt

Re: [osol-discuss] Bluetooth Stack in userspace

2008-04-09 Thread Anand Bheemarajaiah
Update - I have completed the basic functionalities of obex layer. Obex push profile is implemented. Now we can send files from pc to mobile only not the other way round. Further I am still in the process of cleaning up any hacks at the lower layers. There are certain things still left to do,

Re: [osol-discuss] USB drive unusable (with snv_85)

2008-04-09 Thread Jürgen Keil
> Well, I can't say it looks the same : > > # ptime dd if=/root/test.rar of=/dev/rdsk/c3t0d0p0 bs=8k count=6400 > 6400+0 records in > 6400+0 records out > > real 1:38.689 > user0.007 > sys 0.242 > # ptime dd if=/root/test.rar of=/dev/rdsk/c3t0d0p0 bs=4k count=12800 > 12800+0 r

Re: [osol-discuss] Right.... fetchmail, postfix/Qmail. IMAP.. but how?

2008-04-09 Thread Chris Linton-Ford
We're using the Blastwave versions of Postfix and Cyrus IMAP in production on Nevada - but use the "stable" repo for Postfix if you want it to use SMTP AUTH as the most recent version in "unstable" only has support for Dovecot SASL compiled in (no use unless you're running Dovecot imapd). Chris

Re: [osol-discuss] Right.... fetchmail, postfix/Qmail. IMAP.. but how?

2008-04-09 Thread Patrick Schlaepfer
You could probably also fetch all the sources of the packages mentioned in that how-to, and compile them on Sol 10. All the packages are OpenSource. > Plain Nevada, then moving the solution back to Sol 10 (it's a production > system). > > /tony > > > This message posted from opensolaris.org > ___

Re: [osol-discuss] Paging in network driver

2008-04-09 Thread Pradeepg
In ReceivePath of the packets first Rx Buffers are allocated, and the DMA address of this buffers is passed to the respective hardware engine and we use virtual address to pass it to stack ( as a mblk) . So in this case the buffers are allocated using combination of ddi functions 1.ddi_dma_m

Re: [osol-discuss] Right.... fetchmail, postfix/Qmail. IMAP.. but how?

2008-04-09 Thread Tony Albers
Plain Nevada, then moving the solution back to Sol 10 (it's a production system). /tony This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Right.... fetchmail, postfix/Qmail. IMAP.. but how?

2008-04-09 Thread Patrick Schlaepfer
Hi there Which of the OpenSolaris distros are you using? If you're using Nexenta then this tutorial might help: http://howtoforge.com/perfect_setup_debian_etch It's for debain, but Nexenta uses the same package system. I moved from one ISP to another, by creating two accounts with Outlook (or ano

[osol-discuss] Right.... fetchmail, postfix/Qmail. IMAP.. but how?

2008-04-09 Thread Tony Albers
Hi, I have this server that I would like to be able to fetch a large amount of mails from a pop3 account at my ISP. I would then like to be able to access the mails using IMAP and IMAPs and perhaps webmail. I was thinking something like postfix to get rid of sendmail(which I don't know anythin