Dear Sir or Madam,

I'm currently looking for someone familiar with Mambo open course ware to
assist me with learning the software program.

If anyone in the Calgary region has this experience and has the time to
train me, say for one to five hours, I will pay that individual.

Please advise.

Kindest regards,
Susanne Marie Cardwell
[EMAIL PROTECTED]



On Tue, November 11, 2008 13:00, [EMAIL PROTECTED] said:
> Send clug-talk mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of clug-talk digest..."
>
>
> Today's Topics:
>
>    1. Re: question re; shutdown on hp pavilion laptop. (Gustin Johnson)
>    2. Re: question re; shutdown on hp pavilion laptop. (Gustin Johnson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 10 Nov 2008 16:46:36 -0700
> From: Gustin Johnson <[EMAIL PROTECTED]>
> Subject: Re: [clug-talk] question re; shutdown on hp pavilion laptop.
> To: CLUG General <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=windows-1252
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mark Carlson wrote:
>> On 11/10/08, Dan Mueller <[EMAIL PROTECTED]> wrote:
>>> Hello all. I was the newbie to the meeting last Wednesday. Thanx
>>> for welcoming me and for all the info. I appreciate it.
>>>
>>> I have a couple of quick questions on 2 of my laptops.
>>>
>>> #1. Hp Pavilion 533 MHz running kubuntu.  All runs great except for
>>>  shutdown. It shuts down but the logo stay's on the screen and I
>>> still need to press and hold the on/off button to get it to power
>>> off. What might be missing from the script and how do I change it.
>>>
>>
>> This happens on some hardware for me.  There is no harm to the system
>>  by just holding down the power button to shut it off.  If it is
>> really bugging you, there are a few things you can try.
>>
>> Last post here:
>> http://ubuntuforums.org/showthread.php?t=776036&page=3 "I had the
>> same problem with Kubuntu 8.10, In the System Settings, Go to
>> advanced->login manager, in that go to the ShutDown tab.
>>
>> For Halt, give the command :/sbin/shutdown -P This will enable
>> shutdown."
>>
>> This may also be an issue with APM (the issue being it may not be
>> enabled since your hardware is so much older than the OS, and I think
>>  new hardware uses ACPI.)
>>
>>> #2 question I was told that gustin might be able to answer?. I
>>> hacked my eeepc and installed a sd card in the bottom. Its plugged
>>> into a usb port that is soldered into the bottom of the
>>> motherboard. All is great with the computer finding and mounting it
>>> but the only things that I can do with it is read from it. The info
>>> that was on it is readable but I cant write to it. Im thinking that
>>> there is something there with the read write portion. Any thoughts
>>> and suggestion on how to fix??
>>>
>>
>> Is it the kind of card that could have a hardware write lock (the
>> little slider) on it?  If so, the lock may have been accidentally
>> enabled.
>>
> This was the first thing I was going to ask.
>
>> Alternately, you may have caused it to be read-only if you made an
>> /etc/fstab entry for it that has "ro" in the mount options.
>
> What does /etc/mtab say about this mount?  An example from my Acer:
> /dev/mmcblk0p1 /opt/mmc ext3 rw 0 0
>
> The /dev/mmcblk0p1 is the SD/MMC device
> /opt/mmc is the mount point
> rw tells me that it is read write
> 0 0 you can ignore.
>
> Also what file system is this?
> df -Th
> will tell you.
>
> If it is not a FAT variant you may just need to give your user
> permission to write to the drive.
>
> What is the purpose of this card?  What sorts of things do you want to
> store on it?
>
> For simple file storage the following may be of use:
>
> A simple fix
> sudo chmod 777 /path/to/mount/point/* -R
> Will recursively give everyone full access
>
> A more elegant fix
> sudo chown username /path/to/mount/point/* -R
> will cause the specified user to own that mount point and everything
> underneath it.
>
> If you are putting home directories or system folders on this card, then
> do *NOT* do any of the above, at least not with the -R option.
>
>> A third possibility is that card is not supported properly by the SD
>> card reader.
>>
> This is the least likely scenario, but certainly possible.
>
> Hth,
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJGMfcwRXgH3rKGfMRAo4VAJ98DSJtJJjBZDtUaxt1A+nYw8cJAgCfX+Fb
> lYg54VP4X6hPKc21TDV65E0=
> =pU4h
> -----END PGP SIGNATURE-----
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 10 Nov 2008 16:57:45 -0700
> From: Gustin Johnson <[EMAIL PROTECTED]>
> Subject: Re: [clug-talk] question re; shutdown on hp pavilion laptop.
> To: CLUG General <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=windows-1252
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mark Carlson wrote:
>>> #1. Hp Pavilion 533 MHz running kubuntu.  All runs great except for
>>> shutdown. It shuts down but the logo stay's on the screen and I still
>>> need
>>> to press and hold the on/off button to get it to power off. What might
>>> be
>>> missing from the script and how do I change it.
>>
>> This happens on some hardware for me.  There is no harm to the system
>> by just holding down the power button to shut it off.  If it is really
>> bugging you, there are a few things you can try.
>>
>> Last post here:
>> http://ubuntuforums.org/showthread.php?t=776036&page=3
>> "I had the same problem with Kubuntu 8.10,
>> In the System Settings, Go to advanced->login manager, in that go to
>> the ShutDown tab.
>>
>> For Halt, give the command :/sbin/shutdown -P
>> This will enable shutdown."
>>
>> This may also be an issue with APM (the issue being it may not be
>> enabled since your hardware is so much older than the OS, and I think
>> new hardware uses ACPI.)
>>
> Yes it is likely a buggy BIOS (ACPI is sketchy on older machines).
> There are a couple of work arounds if the shutdown thing does not work.
>  I am curious to see if
> sudo shutdown -P
> works.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJGMp4wRXgH3rKGfMRAnrlAKCP0mjbysZtYjJUQRC2AdQs4uj/BwCfYWue
> DbGejNd6rnVKNmxDQfzgGaQ=
> =5RQN
> -----END PGP SIGNATURE-----
>
>
>
> ------------------------------
>
> _______________________________________________
> clug-talk mailing list
> [email protected]
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
>
>
> End of clug-talk Digest, Vol 49, Issue 15
> *****************************************
>
>
>





_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to