Hi
I was oping to introduce myself and our company to the Hampshire Linux
User group. I became aware of this group through Amanda Golding when I
did some work with her at Jamie's Computer club
Amanda is now working with us - us being Switch Concepts -
www.switchconcepts.co.uk. I am the Managing Director of Switch and
we've been running now 3 years.
So, we are a completely linux based software company that specialises in
building bespoke adserving software.
We would be interested to engage with hantslug on lots of levels. For
example...
- take part in the general discussions and contribute where we can to
the community.
- contribute anything we can to help - for example we have office
space that could be used for meetings and could host a free forum for
the group if interested (
www.myfreeforum.org is one of our tech's other
businesses)
- seek consultancy from any of the members who might be able to bring
expertise to our company that need - for example, right now we could use
people who expert in building racks of servers. We also are on the look
out for database/sql storage and query experts...
And generally, as I say, we are a linux based organisation with a strong
sense of value in the open source movement and all agreed that we'd like
to support your group.
I hope this is of interest and look forward to speaking/meeting you guys!
Tom
On 13/06/11 13:00, hampshire-request@??? wrote:
> Send Hampshire mailing list submissions to
> hampshire@???
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mailman.lug.org.uk/mailman/listinfo/hampshire
> or, via email, send a message with subject or body 'help' to
> hampshire-request@???
>
> You can reach the person managing the list at
> hampshire-owner@???
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Hampshire digest..."
>
>
> Today's Topics:
>
> 1. Sudo question (Owain Clarke)
> 2. Re: Sudo question (Keith Edmunds)
> 3. Re: Sudo question (Keith Edmunds)
> 4. Re: Asus EeePad Transformer (Samuel Penn)
> 5. Re: Asus EeePad Transformer (Sean Gibbins)
> 6. FW: Home n
> etwork cabling (Mike Austin)
> 7. Re: Sudo question (Owain Clarke)
> 8. Re: Sudo question (Andy Smith)
> 9. Re: Sudo question (Keith Edmunds)
> 10. Re: Sudo question (Simon Reap)
> 11. Re: Asus EeePad Transformer (Chris Dennis)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 12 Jun 2011 12:53:31 +0100
> From: Owain Clarke<simbobo@???>
> Subject: [Hampshire] Sudo question
> To: Hampshire LUG Discussion List<hampshire@???>
> Message-ID:<4DF4A8BB.70808@???>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I wonder if anyone could explain this to me?
>
> In my sudoers file I have:-
>
> %users ALL=NOPASSWD: /usr/sbin/pm-suspend
>
> but if I run "pm-suspend" I am told this can be only run by root, and if
> I run sudo pm-suspend I am asked for my password. I assume that there
> must be something wrong with the line above from /etc/sudoers, but my
> research hasn't thrown up an answer.
>
> Grateful as ever for any help
>
> Owain
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 12 Jun 2011 13:54:12 +0100
> From: Keith Edmunds<kae@???>
> Subject: Re: [Hampshire] Sudo question
> To: hampshire@???
> Message-ID:<20110612135412.0ab33294@???>
> Content-Type: text/plain; charset=US-ASCII
>
>> %users ALL=NOPASSWD: /usr/sbin/pm-suspend
> Try:
> %users ALL=(ALL) NOPASSWD: ALL
>
> Ensure that you are in the 'users' group (run "groups").
>
> Then run
> sudo pm-suspend
--