lonebandit_usa | 1 May 01:26

Starting PPP on S10u3..?

I think I asked this a year ago and didnt get any reply I can think 
of...so if I did (sorry!)...

I was wondering if anyone incorporated starting PPP(PPPoE) on solaris 
under SMF and could provide a method/manifest to look at.

OTOH, this cant be that difficult...I just need to know what 
dependancies I need to NOT ignore. I am running IPFilter and know all 
of the tricks to get -that- to work with PPPoE...but starting out 
of /etc/rc2.d seems so lame now that SMF is here...

Anyone?

-JD

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 

 
Ian Collins | 1 May 01:34
Favicon

Re: Thunderbird thirsty for cycles?

Jon LaBadie wrote:
> On Tue, May 01, 2007 at 10:12:23AM +1200, Ian Collins wrote:
>   
>> Has anyone else seen Thunderbird chewing through a lot of CPU? 
>>
>> On my AMD64 4600+ desktop it's using almost one core when idle.
>>
>>     
>
> My firefox, even if left on the initial blank page, does the same.
>
>   
I don't know if it was the version, or the whether it was because I used
the JDS launcher, but the build 62 version run from the command line
does not show this problem.

Ian

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 

 
Tony Reeves | 1 May 20:59
Picon

Re: Thunderbird thirsty for cycles?

Ian Collins wrote:
> 
> 
> Has anyone else seen Thunderbird chewing through a lot of CPU?
> 
> On my AMD64 4600+ desktop it's using almost one core when idle.
> 

Currently running thunderbird (and firefox) on b62/Turion X2 with c96% 
idle on both cores.  Started from JDS launcher.

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 

 
rogerfujii | 1 May 08:03

Re: DCHP eventhook workaround

--- In solarisx86 <at> yahoogroups.com, "J.D. Bronson" <jbronson@...> wrote:

> This didnt show anything helpful ironically and just hung.
> agentout was full of truss info but again, nothing of value.
> 
> Heck, I appreciate the help - but at least my solution worked.

it would be nice to figure out what the defect is, just so others who
might run into this might be helped by google... (since yahoo search
blows serious chunks).  Since it is supposed to print debug statements
when getting a release and a config and you are seeing nothing, could
it possibly be that you installed solaris in "secure" mode and that
ipfilter may be stripping out the bootp packets somehow?

-r

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 

 
J.D. Bronson | 1 May 12:55

Re: Re: DCHP eventhook workaround

At 01:03 AM 05/01/2007, you wrote:
> > This didnt show anything helpful ironically and just hung.
> > agentout was full of truss info but again, nothing of value.
> >
> > Heck, I appreciate the help - but at least my solution worked.
>
>it would be nice to figure out what the defect is, just so others who
>might run into this might be helped by google... (since yahoo search
>blows serious chunks).  Since it is supposed to print debug statements
>when getting a release and a config and you are seeing nothing, could
>it possibly be that you installed solaris in "secure" mode and that
>ipfilter may be stripping out the bootp packets somehow?
>
>-r

I do run in secure mode, but from what I had gathered that basically 
shuts off un-needed services an what not.

Talking with a few people from Sun, they can't seem to duplicate this 
while I can and rather consistently.

It really doesn't matter anymore as my solution is actually better (I 
think) and can be cron'd if needed.

-JD 

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 
(Continue reading)

Dan Lorenzini | 1 May 15:08

Re: GRUB, SVM & LU

Your message dated: Mon, 30 Apr 2007 23:07:30 +0200
--------
> 
> I followed the man to create the S10 mirror (and asked a colleague with 
> more experience on that to double-check my commands).
> But the /boot was on another disk, not yet mirrored, and that one became 
> the mirror for the BE.
> Should metaroot be used on a mirror that is not yet a root FS?

I suspect this is the problem.  Since menu.lst is under /boot, which is
not part of your root mirror, LU, SVM and GRUB are unable to handle
this situation.  Perhaps it's a bug, or a configuration that is not
addressed in the code.  Or, it could be that your sequence of
operations is the cause.  

The metaroot command tells the system that / is mirrored.  It modifies
/etc/vfstab and sets up boot parameters as appropriate, including the
locations of your metadb's.  These things change over time.  For
instance, the mddb information used to be in /etc/system.  Then it
moved to /kernel/drv/md.conf (or maybe the other way around).   Now I
don't know where it is, since I only seem to find out when something
goes wrong :-/

I don't have any experience with a separate /boot.  However, I believe
that if you had /boot in the normal place your problem would disappear.

Regards,

Dan Lorenzini
RBS Greenwich Capital
(Continue reading)

Laurent Blume | 1 May 15:30
Favicon

Re: GRUB, SVM & LU

Dan Lorenzini a écrit :
> I suspect this is the problem.  Since menu.lst is under /boot, which is
> not part of your root mirror, LU, SVM and GRUB are unable to handle
> this situation.  Perhaps it's a bug, or a configuration that is not
> addressed in the code.  Or, it could be that your sequence of
> operations is the cause.  

Because in the beginning, I installed an old SX build (current at the 
time). It went on the first slice.
Then later I installed S10 on the s4 slice, and started to use that, 
then mirrored it. But the /boot stayed always on s0.

What I really need is a way to move /boot. Does installgrub do that? Can 
you move /boot specifically to an md device that's not s0?
I'll have to check tomorrow, when the weekend ends, but it's not a box 
that I can shutdown at any time.

> The metaroot command tells the system that / is mirrored.  It modifies
> /etc/vfstab and sets up boot parameters as appropriate, including the
> locations of your metadb's.  These things change over time.  For
> instance, the mddb information used to be in /etc/system.  Then it
> moved to /kernel/drv/md.conf (or maybe the other way around).   Now I
> don't know where it is, since I only seem to find out when something
> goes wrong :-/

Ok, I see, I've got some exploration to do there to understand how it 
all works. I do believe it's a case that wasn't expected, and there's no 
check nor warning for that.

> I don't have any experience with a separate /boot.  However, I believe
(Continue reading)

rogerfujii | 1 May 15:50

Re: About serial ports

--- In solarisx86 <at> yahoogroups.com, Marc Lobelle <ml@...> wrote:

> Thanks, I tried this (sacadm -d -p zsmon), then,
> tempest-[20]-~# ls -l /dev/cua
> total 18
> lrwxrwxrwx   1 root     root          50 mars 21 14:18 0 ->
> ../../devices/pci <at> 0,0/pci108e,534d <at> 2/device <at> 4:0,cu
> lrwxrwxrwx   1 root     root          50 avr. 27 10:19 1 ->
> ../../devices/pci <at> 0,0/pci108e,534d <at> 2/device <at> a:0,cu
> tempest-[21]-~# ls -l /devices/pci\@0\,0/pci108e,534d <at> 2/device <at> a:0,cu
> crw-rw-rw-   1 root     sys       65, 131088 avr. 27 10:19
> /devices/pci <at> 0,0/pci108e,534d <at> 2/device <at> a:0,cu
> tempest-[22]-~#
> 
> but if I try to run minicom (even as root) it says
> 
> tempest-[22]-~# minicom
> LANG/ja
> LANG/ko
> LANG/ru
> minicom: ATTENTION: n'exécutez pas minicom en tant que root lorsque vous
>                     ne le maintenez pas (avec l'option -s) car tous les
>                     changements de configuration seront GLOBAUX !.
> minicom: ne peut ouvrir /dev/cua/1: No such device or address
> tempest-[23]-~#

er, looks gree^h^h^h^hfrench to me....   :)   I'd first try using tip
by editing /etc/remote (create a new entry, or modify hardwire).  

> The two existing cua's are usb-to -serial adaptors and the two devices
(Continue reading)

Jerry Kemp | 1 May 17:46

getting started with Xen on Solaris X86

Hello,

I have just purchased an Ultra 20 config 3 system, for among other 
things, coming up to speed with Xen.

I have archived a lot of good notes and URL's from the list, and I see 
that there are many HOWTO's, both from the opensolaris.org web site, and 
many write ups by individuals.

To get to the point, I am not intent on asking any RTFM questions, but I 
would comment that the bulk of online documentation discuss older 
versions of software.

Do I really need to use Build 44 to play with Xen.  Do I still need to 
use those special Python packages, or are they now integrated?

TIA for any comments,

Jerry K

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 

 
Patch Nag | 2 May 03:35

New Solaris Patches available at riddleware.com 20070501

108726-25    SunOS 5.8_x86: st driver patch
109078-20    SunOS 5.8_x86: dhcp server and admin patch
110663-24    SunOS 5.8_x86: ksh patch
114678-14    SunOS 5.9_x86: International Components for Unicode Patch
119118-33    Evolution 1.4.6_x86 patch
119811-04    SunOS 5.10_x86: International Components for Unicode Patch
120630-05    SunOS 5.10_x86: libpool patch
122213-18    GNOME 2.6.0_x86: GNOME Desktop Patch
117482-01    Obsoleted by: 122301-06 SunOS 5.9_x86: c2audit Patch
125015-03    SunOS 5.10_x86: IP filter patch
125101-06    SunOS 5.10_x86: Kernel Update patch

Please check the Links page before posting:
    http://groups.yahoo.com/group/solarisx86/links
Post message: solarisx86 <at> yahoogroups.com
UNSUBSCRIBE:  solarisx86-unsubscribe <at> yahoogroups.com 

 

Gmane