Re: [SLUG] Federal Gov Open Source Policy

2011-02-03 Thread Dean Hamstead
this legislation is meaningless as open source projects cant respond to tenders.

vendors are already selling products rooted in, or heavily based on open 
source. the basis of the softwares development was already irrelevant in the 
tender process.

this legislation should have also included statements requiring software 
licenses to be strictly adhered to - open source or otherwise - and some 
commitment to enforcing the disclosure of source code from the vendors when 
appropriate.

Dean


On 04/02/2011, at 7:57 AM, Marghanita da Cruz marghan...@ramin.com.au wrote:

 This looks like a step forward:
 The policy includes three principles as well as some draft text for 
 government departments and agencies to include in future RFT documentation:
* Principle 1:  Australian Government ICT procurement processes must 
 actively and fairly consider all types of available software.
* Principle 2: Suppliers must consider all types of available software 
 when dealing with Australian Government agencies.
* Principle 3:  Australian Government agencies will actively participate 
 in open source software communities and contribute back where appropriate.
 http://www.katelundy.com.au/2011/02/03/welcome-news-for-open-source/comment-page-1/
 
 Policy available in HTML at
 http://www.finance.gov.au/publications/guide-to-open-source-software/index.html
 
 Marghanita
 -- 
 Marghanita da Cruz
 http://ramin.com.au
 Tel: 0414-869202
 
 
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Optus broadband stick

2011-01-28 Thread Dean Hamstead
which model is it? this will dictate 3.6
or 7.2 meg max (dual frequency)

huawei modems typical appear as two usb serial devices. the first for data, the 
second provides a control plane of sorts. both use a classic hayes 'AT' like 
command set, and ppp is used to create an ip connection with the modem.

network-manager since about 18 months ago was perfectly able to fully configure 
and manage usb 3g devices from huawei.

google will show you many chat scripts for various ppp helpers if 
network-manager is not your ice cream flavor.

huawei have been very good at keeping a consistent command set so scripts for 
other huaei models will almost certainly work perfectly if your kernel 
recognises the device properly.

ive found huawei support in linux to be excellent, mostly as a result of using 
a simple interfacing technique and being consistent. 

Dean


On 29/01/2011, at 4:02 PM, Jim Donovan j...@aptnsw.org.au wrote:

 I have been lent a Huawei mobile HSPA USB stick which is supposed to have 5 
 months' worth of unlimited data on it via Optus GSM.
 
 I had a look; it is a hybrid device which wants you to run its install.exe 
 before first use.
 
 Can it be used on Linux somehow, please? What sort of data speeds might it 
 get in good areas?
 
 Jim Donovan
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] kvm network bridging etc

2011-01-24 Thread Dean Hamstead

using libvirt to manage kvm?

Dean

On 25/01/11 14:18, david wrote:

Can any kind soul point me at instructions or examples?

I need my guests and host to be seen as public static IP numbers and I
need to be able to do it all from command line.

I can find plenty of google fluff, but either it doesn't make sense (to
me) or it's very old, or incomplete, or it assumes GUI.

I can't help but think I'm missing something simple.
Host is Ubuntu 9.10 - guest is 10.04 server.


thanks

David.



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] kvm network bridging etc

2011-01-24 Thread Dean Hamstead

libvirt is a library, but libvirtd will manage kvm's for you

you just make xml (ew but oh well) configs for the vm, and use virsh to 
fire them  up


in terms of configuring network interfaces, you just set up a bridge 
interface (brXX) and bond it to eth0, then in the vm configurations you 
just specify the brXX interface. optionally you can set up network 
profiles and abstract that details and reference it


libvirt.org covers it all

you dont need newer hardware, but with kvm its always best to get the 
latest kernels and libvirt



Dean

On 25/01/11 15:33, david wrote:



Andrew Cowie wrote:

On Tue, 2011-01-25 at 14:18 +1100, david wrote:

I can't help but think I'm missing something simple.
Host is Ubuntu 9.10 - guest is 10.04 server.


If you're using libvirt to manage KVM (as Dean asked), then you _really_
want to be running something newer than that on the host. I'd recommend
(at least) Lucid. Also, depending on what you're doing, you may want to
run libvirt from a PPA (Lucid's will work, but upstream has fixed all
kinds of shit that hasn't made it into Ubuntu yet; libvirt is moving
fast [which is good]).



I will be setting up a new Lucid host, but currently experimenting on
Karmic. Should I buy the new host hardware first for the experimenting?

I've been looking at libvirt, but that's a library, not a configuration.
It doesn't tell me what I'm doing wrong. I'm getting messages like this:

warning: could not configure /dev/net/tun: no virtual network emulation
qemu: Could not initialize device 'tap'


I'm whistling in the dark right now. None of the man pages are clear to
me, and the google references are mostly old or confusing. I've been
using VirtualBox for quite a while but for my own reasons (read: Oracle)
I want to move away from it. In any case, VirtualBox is GUI based.

thanks

David.


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Which Virtualisation, and why?

2011-01-11 Thread Dean Hamstead

its FOSS, gpl etc

Dean

On 12/01/11 15:20, david wrote:



dave b wrote:

Hum ... easy virtualisation for those who don't want to do it manually
...
http://www.proxmox.com/ -


from their homepage:


Search Keyword licence

Total: 0 results found


you can use both kvm and openvz and it has a

nice webgui.


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Which Virtualisation, and why?

2011-01-10 Thread Dean Hamstead

Hi David

All the linux big boys are moving fast to KVM. Redhat and IBM have 
abandoned Xen completely, making it an out of kernel patch set 
maintained by Citrix and perhaps code from Oracle. Youll find that 
Debian has also elected to discontinue Xen in the next release.


Virtualbox is still nice for desktop quasi-trivial virtualisation. (Im 
sure someone objects to that, and has taken it to a huge scale...)


KVM is still the only in kernel hypervisor (if thats what it is, which 
it sort of isnt).


VMware is free as in beer.

At my telco of employ, we are using KVM extensively. Im of the opinion 
is the most sane design, gives you the most control and follows the unix 
way of re-using existing components to the nth degree.


Chances are its already installed on your reasonably recent release 
distribution of choice.


Dean

On 10/01/11 20:57, david wrote:

I've migrated a server to virtualbox for the purpose of experimentation
(namely, to resolve upgrade issues going from Ubuntu 8.04 to 10.04). I
used MondoArchive to clone the hardware server onto a Virtualbox virtual
server. All good so far.

I'm thinking of building future servers within virtual environments -
ie: the server built as a solitary virtual machine within its host.

I'm hoping that will make future upgrades, migration and back-up easier.
I currently run 3 public servers, none of which are heavily loaded.

What virtualisation solutions would people suggest? and is there any
reason this is not a good idea?

thanks..

David.



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Upgrading OS RAID

2011-01-09 Thread Dean Hamstead

1. How do I go about rebuilding the RAID with ALL brand new disks
(obviously no longer the same disks, but now newer spec larger disks)
such that I don't lose not only the data but don't have to rebuild the
whole machine again?


Your goal isnt clear. Can you please elaborate?


2. I'm better sticking with linux s'ware RAID rather than setting up a
m'board BIOS supported RAID aren't I?


yes. although that stops you from booting raid-0 or raid-5. However if 
you want root as raid-0 or raid-5 - usually what you want is to make a 
small /boot partition and soft mirror it (making it bootable), then make 
/ a raid-0 partition.


In any case, motherboard raid is called fake raid for a reason :)


3. It's been a while since I delved into h'ware etc. So SATA II disks
will simply plug into, and function correctly, SATA plugs, yes or no? Or
are we now at a stage where I also have to worry about whether or not
the m'board will actually support the disks I want to put in?


Essentially its just plug and play.

Dean
--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Upgrading OS RAID

2011-01-09 Thread Dean Hamstead

Just use a boot disk and cpio?

Dean

On 10/01/11 10:42, Kyle wrote:

My goal is to replace ALL the current 500GB disks with all new 1TB disks
into a new RAID 1 array and yet maintain the entire machine's
installation and configuration.

I.e. If it were as simple as;

1. as suggested by Menno - install disks separately; create new RAID 1
with appropriate /boot  /
2. Copy entire contents of old RAID1 /boot and / to new RAID
3. remove old RAID, replace old for new.
4. Perhaps some bios fiddling and presto new disks.

that would be nice.

But somewhere in there I've got to transfer the system onto the new
RAID. Just haven't figured out how yet. Plus any other gotchas I don't
yet know about.


Kind Regards

Kyle

On 10/01/11 9:32 AM, Dean Hamstead wrote:

1. How do I go about rebuilding the RAID with ALL brand new disks
(obviously no longer the same disks, but now newer spec larger disks)
such that I don't lose not only the data but don't have to rebuild the
whole machine again?


Your goal isnt clear. Can you please elaborate?




--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] website questionnaire software?

2011-01-06 Thread Dean Hamstead

Limesurvey is nice.

Typical Php+mysql

Its very feature filled, so setting up surveys has a learning curve. You 
have to wrap your head around how they have presented the (gui driven) 
survey configuration.


it can be found on fm, google, etc.

Dean

On 07/01/11 14:40, Sonia Hamilton wrote:

Can anyone recommend software for setting up website questionnaires?

What I mean is a friend wants customers to be able to login to a
website, answer a few questions, then get emailed the results.

Whilst I could obviously setup a website and write each questionnaire in
language de jour, I'm looking for something that easily allows a
computer novice to design/modify their own questionnaires, have multiple
questionnaires, enable/disable questionnaires, logins/passwords, etc,
etc.

BTW, by questionnaire I mean something like:

Name:_

Fav colour:  a) red b) blue c) green

Choose 3 sports: * cricket
  * football
  * soccer
  * hockey
  * golf
  * tennis
  * other (specify)

Thanks, Sonia.





--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Value of Red Hat certification ?

2011-01-03 Thread Dean Hamstead
Youll find that there is ample information on the internet to be able to 
study the RH exams without paying thousands on a training course.


You may also find it more cost effective to sit the exam, then go away 
and study, then sit it again.


Each exam sitting costing the (ridiculous) cost of about $600. Which is 
still cheaper to sit it twice rather than go to a training course.


of course, ymmv.

Dean


On Thu, Dec 30, 2010 at 11:35 PM, Rod Butcher
rbutc...@hyenainternet.com  wrote:

I have a background in mainframe computer programming on IBM systems but
want to move out of programming into Linux support. I've rolled my own linux
kernnal  apps for a few years and have a fair idea of how Linux works, but
only in a home-use environment.
So - I'm considering getting some proper qualifications and am considering
couses : Red Hat System Adminstrator + Network  Security
Adminstration + Certified Engineer. Total cost = $AU 9100. Any opinions out
there about how good an approcah this is - can I get a better return on my
retraining investment ?
thanks
Rod
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] A Toshiba Computer.

2010-12-28 Thread Dean Hamstead

On 29/12/10 15:16, wbenn...@turing.une.edu.au wrote:

So, I bought a new computer at the (ahem) Boxing Day Sales.


It happens :)


It's a Toshiba and I'd like some advice on

(a) heaving the (obligatory) Windows out of the system and
(b) installing the latest Ubuntu.


When buying laptops, its extremely hit and miss. Also ive not found 
individual brands to be consistenly good or bad, its very much luck of 
the draw as to what happens to be in the machine vs whats supported in 
linux.


Anything that sells well (i.e. is mid market) and uses lots of Intel  
Realtek hardware will generally be a winner - although not so much in 
terms of performance.


By that i mean that Intel video is generally well supported, although 
they are slow. Also Realtek hardware is also generally well supported, 
but is also often slow.


Wifi is extremely hit and miss.

Also youll almost certainly have more fiddle and disappointment with 
hardware that is new to the market, vs 6-9 months old. But this can also 
vary greatly.


In all of the above, i disclaim heavily that YMMV.

You can improve your mileage by installing the latest kernel available.


[I'm surprised at the reaction of some people on learning of my
intentions. Some regard me as a mindless iconoclast (don't mind that),
others give me a penny lecture on the superiority of Microsoft over
everything (do mind that).]


Sounds like what happens when you mention you believe in god... *boomtish*


So:---

1) Have never considered the 64-bit version of Ubuntu. Are there any caveats?


In some cases, some java has 32bit binaries. Java is not actually that 
platform independent (youll notice that feature isnt touted much these days)


Adobe Flash is available in 64bit again. Its 'beta' or 'alpha' or something.

Other than that, you get 2x more general purpose registers, SSE2 by 
default, access to as much memory as you could want etc.


Ive personally run amd64/x86_64 (depending on how you like it) on 
everything i own since 2004. Ive also run FreeBSD/AMD64 for several 
years now. We also run everything as amd64 in my neck of the woods at my 
workplace (a large well known telco).



2) There's a TV tuner in it (didn't ask for it, but it came anyhow). Will
wiping Windows and installing Ubuntu affect this?


Depends on the chip. =


3) Whilst trolling the Web, came across mention of a Toshset package,
installation of which causes all Toshiba-related Ubuntu problems to
evaporate. It's the result of someone reverse-engineering some Toshiba
interfaces. Has anyone heard of Toshset?


d...@soundwave:~$ apt-cache show toshset
Package: toshset
Priority: optional
Section: utils
Installed-Size: 252
Maintainer: Debian QA Group packa...@qa.debian.org
Architecture: amd64
Version: 1.75-2
Depends: libc6 (= 2.7), libgcc1 (= 1:4.1.1), libpci3 (= 1:3.1.4), 
libstdc++6 (= 4.1.1), zlib1g (= 1:1.1.4)

Filename: pool/main/t/toshset/toshset_1.75-2_amd64.deb
Size: 74178
MD5sum: f5be2ba2eaef44a6a109dc157ba9ac27
SHA1: 95f67ce2201a67f048bcd78d2a73f79384e3fa3c
SHA256: 0e0a5c45f072bec1b657c96cf2b90db460eb93517e3868b93b9fc605f317773b
Description: Access much of the Toshiba laptop hardware interface
 Toshset is a command-line tool to allow access to much of the
 Toshiba laptop hardware interface developed by Jonathan Buzzard. It can do
 things like set the hard drive spin-down time, turn off the display
 and set the fan speed without the help of the kernel.
 Toshset requires an experimental version of the toshiba_acpi kernel module
 with an ACPI-enabled kernel. Otherwise it works only if the laptop 
supports
 the old APM BIOS. (The last of these was produced something like 5 
years ago)

 Please read README.Debian how to install the experimental version of the
 toshiba_acpi kernel module. (Ubuntu users don't need it)
 .
 This package also includes the Toshsat1800-irdasetup by Daniele Peri.  It
 can be used to configure IrDA for laptops with ALI1533 bridge (LPC47N227
 SuperIO), smc-ircc and not initializing BIOS (tested on Toshiba Satellite
 1800-514).  Homepage: http://www.csai.unipa.it/peri/toshsat1800-irdasetup/
Homepage: http://www.schwieters.org/toshset/
Tag: admin::configuring, admin::power-management, hardware::laptop, 
implemented-in::c, implemented-in::c++, interface::commandline, 
role::program, scope::utility, use::configuring




Any help etc.


If youre really hesitant. Clone off the HDD using clonezilla or 
something. Then stick in the install disk of your distribution of 
choice. Its highly unlikely that the laptop will burst in to flames as a 
result :)



Dean
--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Banning non Australian IP's from Aussie ecommerce site

2010-10-10 Thread Dean Hamstead
There is a kernel module which you can build yourself. Or you can write 
a script to generate huge iptables rules from your geoips details.


You should be careful to update it regularly. And also keep in mind that 
long time 'unallocated' ranges are now allocated.


1/8 for example, a large chunk of which is now allocated to Optus 3g via 
APNIC.



Dean

On 11/10/10 13:29, Ben Donohue wrote:

Hi all,

I'm running an ecommerce site and currently I only deal with Australian
shoppers.

However there are many hacking attempts from non Aussie IP addresses.

I'm looking at blocking everything that is non-Australian.

Has anyone done this? Any issues/ gotcha's/ tips/ etc?

Should I do it at the ISP or iptables? (would need a hand with IP tables)

I've found geoip, still looking into it.



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Banning non Australian IP's from Aussie ecommerce site

2010-10-10 Thread Dean Hamstead
Denyhosts is a very useful program which allows you to configure 
automatic blocking of port 22 based on a range of criteria, with a range 
of banning lifetimes etc


Its a package in most distributions, well documented and afaik widely used.

Ive used it on deb, centos, freebsd, openbsd etc


Dean

On 11/10/10 15:09, Ben Donohue wrote:

Thanks all,

I'm seeing mostly brute force password attacks on ssh.

I've also found configserver firewall...

Anyway still looking at what is around.

Thanks,
Ben Donohue
donoh...@icafe.com.au


On 11/10/2010 2:41 PM, Michael Chesterton wrote:

On 11/10/2010, at 1:29 PM, Ben Donohue wrote:


I'm running an ecommerce site and currently I only deal with
Australian shoppers.

However there are many hacking attempts from non Aussie IP addresses.

I'm looking at blocking everything that is non-Australian.

Has anyone done this? Any issues/ gotcha's/ tips/ etc?

Should I do it at the ISP or iptables? (would need a hand with IP
tables)

I've found geoip, still looking into it.


I've thought about doing the same, but it's only a bandaid. It might
stop the zombie
probes, but won't stop a targeted attack, which will use a compromised
host in
australia to relay through and probably break in through the web server.

What sort of attacks are you seeing? A lot of the attacks I see are
harmless zombie
probes looking for old and well know exploits on unpatched systems, or
brute force
password attacks on ssh.

ie if you keep your system up to date, and use good passwords, or
better, keys, you
shouldn't be bothered by the probes.

The biggest risk as I see it is the web software, sql injection, xss,
etc. As far as iptables
is concerned, it's legitimate traffic, you need to look inside the web
requests coming
in, ie deep packet inspection. Also do penetration testing.

If you're running apache, look at mod_security.



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] copying binaries from one Centos to another?

2010-09-17 Thread Dean Hamstead

you can just force the older rpm to install


On 18/09/10 13:01, Voytek Eymont wrote:

I have a Centos 5x system with RRDTool 1.2x as in

# ls
bin  include  lib  share
# pwd
/usr/local/rrdtool-1.2.27

I want to use this on another Centos 5x, do I need to copy anything else
beside recursive
/usr/local/rrdtool-1.2.27
?

or is it a 'bad idea' to copy from one system ?

(I've setup a Centos 5 to run Cacti on Celeron 1.7GHz, but, it seems to
really struggle, maxing to 100% (guess it wants arithemetic processor that
Celeron doesn't have ?); so, I found a P4, and, setup Cacti, that was
better, till yum update updated RRDTool from 1.2 to 1.4, now, cacti web
page load really lags, hence I thought I'll backgrade to RRDTool 1.2)




--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] enabling snmp on NIC ?

2010-09-15 Thread Dean Hamstead
start with the command like snmpwalk to see that snmp is working properly.

as netsnmp allows you to not only have snmp v2 communities, but also IP
and oid access lists.


Dean

On 9/15/2010, Voytek Eymont li...@sbt.net.au wrote:

I've setup a Centos 5 with Cacti, it all seems to work, but, when I try to
get interface info from the Centos host itself, I get nothing, what am I
missing ?

Centos host is on 192.168.1.40, I've created a 'generic snmp host' in
Catci at 192.168.1.40, but, get Success though with  [0 Items, 0 Rows]

do I need to specifically enable something in /etc/snmp/snmpd.conf ?

I'm getting snmp contact stuff, just nothing for the interface



SNMP - Interface Statistics (Verbose Query) Uptime Goes Backwards
Success [0 Items, 0 Rows]

Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at
'/var/www/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at
'/var/www/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at
'/var/www/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at
'/var/www/cacti/resource/snmp_queries/interface.xml'


--
Voytek

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] High I/O file systems

2010-08-31 Thread Dean Hamstead

the first question that comes to mind is, are you using RAID?

Dean

On 31/08/10 20:48, Max Wright wrote:

Has anyone implemented any of the high I/O filesystems which have been added
to the kernel?
We have some busy databases which put ext3 under stress, I am wondering
about Oracle's fs for instance.

tia, Max Wright

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Weird X/Gnome issue

2010-07-29 Thread Dean Hamstead
Gnome display settings are perhaps overriding the x config.

If all else fails, try creating another user and logging in?

Dean



On 29/07/2010, at 7:22 PM, Erik de Castro Lopo mle+s...@mega-nerd.com wrote:

 Hi all,
 
 I have an laptop with a native resolution of 1280x800 running Debian
 testing with a Gnome desktop.
 
 When I power up the machine, the login screen comes up correctly at
 1280x800 resolution, but when I login it switches to 1024x767 for no
 good reason. I have to run
 
xrandr -s 1280x800
 
 Any clues to fixing this?
 
 Erik
 -- 
 --
 Erik de Castro Lopo
 http://www.mega-nerd.com/
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: [chat] WiFi AP, is WRT54G the way to go ?

2010-07-12 Thread Dean Hamstead
Hi Voytek

You may want to pick something with open source support that is more
modern.

For example a Netgear or an Asus.

Without knowing your requirements, i cant recommend a more specific model.

However the faster cpu, wireless-N and possibly gigabit ports may be
worth a few extra dollars to you.



Dean

On 7/12/2010, Voytek Eymont li...@sbt.net.au wrote:

I need to setup a WiFi access to a small LAN, if I recall from past
discussions, WRT54G was often mentioned, is that still a good choice ?

what version(s) of WRT54G to get/not get ?
what third party firmware should I look at ?
whilst I don't envisage needing anything beyond what standard device
provides, I don't mind trying some new stuff to see


--
Voytek

--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Hardware recommendations

2010-06-29 Thread Dean Hamstead

Zazz.com.au has ubuntu installed pc's from time to time.

They seem to be ex-leases, form factor is usually smallish. Although you 
have to wait for them to come around for sale :)


Dean

Erik de Castro Lopo wrote:

Hi all,

My mother-in-law has been using a Shuttle style PC running Ubuntu for
a number of years and that machine has just died.

Anybody have any recommendations for a small form-factor machine 
(shuttle sized or even mac-mini style) that can be bought without

paying the windows tax? Sydney local preferred but open to other
options.

Cheers,
Erik


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Virtualization - Whither goes thou?

2010-05-16 Thread Dean Hamstead



I suspect I'll stick to Xen until RHEL/CentOS 6 comes out and
officially supports KVM (unless I missed the change of status of KVM
in 5.5 from Technology Preview (its status in 5.4) to Supported,
have I?)


Yeah its supported, apparently. Or you can guy RHEV and get better 
features for a few hundred bucks. Cheaper than VMware by far, and less 
nauseating to use.



Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Virtualization - Whither goes thou?

2010-05-13 Thread Dean Hamstead
Stay away from Xen as IBM and RedHat have both abandoned it in favour of
KVM.
Stay away from vmware as its closed source and only developed by vmware :)

KVM is in centos 5.4 and every other distribution (debian etc). Centos
4.8 supports virtio for much faster io and network performance.

At my undisclosed business we are running 14 physical machines, 128gig
ram 2x6 core amd, each with ~100 VMs.

Pretty mind boggling stuff. But much more easily managed with KVM on
linux than that lock-you-out-make-you-use-our-gui vmware thing.

Stuff like SElinux around vm's for example, and KSM really works :)



Dean

On 5/13/2010, Jake Anderson ya...@vapourforge.com wrote:

Personally I'd go with the max memory setup you were talking about but I
wouldn't bother with the NAS.
With only 2 nodes DRBD is fairly easy to setup, it gives you complete
synchronisation of partitions, IE when you write in one place that write
will only come back as ok if it has made it across the network and been
written to disk on the remote machine (depending on settings). If your
ok with a manual change over with a little downtime (in the case of an
intentional transition between servers) I'd put something like ext4 on a
LVM ontop of the DRBD partition mainly to keep things fairly simple. to
migrate machines you shutdown the guests, unmount the file system on
host A, mount it on host B and start the guests there
If you want seemless transitions your going to want something like OCFS
or somesuch for the file system, which gives you the ability to have it
mounted at both locations and hence live migration, you might be able to
feed your VM's raw lvm partions on the DRBD system and not bother with
OCFS which would make life easier but I haven't looked into that.
Upside to this system is you don't have a NAS that can go down as a
single point failure.

For your offsite backup I'd then snapshot the machines and LVM's and
rsync them to your remote location.
rsync of the memory snapshot could consume a decent amount of bandwidth,
its probably going to be pretty volatile, if you can shutdown the guest
snapshot its disk then boot it back up again then the rsync traffic
should only be a little over the quantity of changes made to the disk IE
files added/changed, so not much more than your existing offsite backup
needs.


I'm using KVM for my virtuilisation and it seems to be working well,
very simple to use and the host has a full OS there to do whatever you
want with. Currently I run mysql on the host to get a bit more
performance out of the machines (with a ~20Gb database) and the
application servers in VM's on the same machine, with mysql replication
to pass the data between the hosts.




Nigel Allen wrote:
 Greetings

 I need to formulate a DRP for a customer and thought that I would ask
 the slug for it's collective wisdom.

 Customer currently has 3 x HP rackmounted servers runnning Centos 4.8
 and a Dell rachmounted server running Windows Server 2003.

 Backups are currently done to tape every night using Amanda.

 Given the nature of the business and the reliance it places on
 computer availability, we're looking at replication and virtualization
 a a first step and off-site replication of some sort as step two.

 First thought was to max out the memory on two of the servers, one for
 normal running and one as a hot or warm standby, and the virtualize
 all of the servers onto the two machines. An external consultant has
 already suggested doing this with VMware, installing the ESXi
 hypervisor on the two main servers and installing a NAS shared between
 the two systems (hot and cold) so that if the hot server fails, we can
 simply switch over to the cold server using the images from the NAS.

 Couple of things concern me about this approach. The first is using
 VMWare rather than a GPL solution. The second is where we would
 install the NAS. Physically, the office space is all under one roof
 but half the building has concrete floors and half has wooden. (The
 hot server is in the wooden main office, while the cold server was
 to go in the concrete floor area. There is also a firewall (a real
 one) in between the two areas).

 Questions:

 1) Can anyone offer any gotcha's, regardless of how obvious they may
 seem to you?

 2) Is there a GPL solution that fit's this scenario? Even if it's not
 a bare metal hypervisor and needs an O/S. Remember it has to virtuaize
 both Server 2003 and CentOS

 3) What's the minimum connection we would need between the NSA and and
 the two servers sharing it?

 4) What kind of speed/bandwidth should we be looking at for the
 off-site replication.

 I'll happily take anything else anyone would like to throw at this -
 suggestions, reading matter etc - it's not an area of great expertise
 for us having only paddled around the edges with Virtualbox.

 TIA

 Nigel.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - 

Re: [SLUG] Linux hosting providers - recommendations

2010-05-10 Thread Dean Hamstead






I was looking at crazydomains.com.au. Any experience with them?


Google for reviews about them, I don't have personal experience but
found many horror stories (now that I think - maybe on the whirlpool
forums too).


They are fantastically cheap for buying domains. But for hosting, their 
mail servers are frequently blacklisted. A relative had his business on 
their for a year, and the hassle of blacklisting wasnt worth the few 
dollars savings.


I have a VPS with crucial.com.au, they are quite good and competitively 
priced.



Dean

--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SLUG Membership decline

2010-04-05 Thread Dean Hamstead

My 2c.

Having been a SLUG troll for many years now (10+?, i think i was maybe 
15-16, now im edging dangerously closer to 30), of late i have found 
SLUG to be less and less interesting.


I have pondered on it from time to time as I used to really enjoy SLUG.

My thoughts are along two lines...

1. My ability has exceeded the average on slug
2. Slug has become less technical

Because i can only see myself in the first person, i can only 
confidently say that point 1 is at least half true (in that i am working 
full time on linux now, rather than as a high school hobbiest)


However the truth of the other half and point 2 is extremely subjective.

Its also possible that a point 3. might be that distributions are 
successfully building their own communities, which people are involved 
in rather than their local linux UG.


Certainly i now prefer the highly technical discussions on the debian 
and freebsd lists.


As i said my 2c. Nothing more than some thoughts.

Dean

dave b wrote:

From my perspective, the talks given at atlassian were always good or

interesting. Some of the talks when slug has been at google have been
less interesting.
While there have been a few BOF's which have been great - like the
multimedia one which would be an interesting talk on its own, there
seems to be a reduction in interesting or informative talks. I
remember listening to a talk on video editing which was really
informative from some one who was more of an end user of linux than a
dev. When people get busy / have other things on they are less likely
to attend unless there is good a social side or an interest side.


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Linux-based 802.11n routers for WDS

2010-03-21 Thread Dean Hamstead
Try this netgear

http://www.netgear.com/Products/RoutersandGateways/WirelessNRoutersandGateways/WNR3500L.aspx

Be careful to get the 'L' release, as i accidentally got the WNR3500
which cant run dd-wrt (etc).

Has 5 ports gig (1 is wan) and Wireless-N. A great buy and good to see
companies seeing open source as an opportunity for better products
rather than some sort of weird group of pirate hippies.

Dean

On 3/21/2010, Sridhar Dhanapalan srid...@dhanapalan.com wrote:

I'm looking to replace a WDS network, consisting of a Linksys WRT54GS
and a Linksys WRT54GL running Tomato. The WRT54GS is also the network
gateway, handling DHCP, DNS, firewalling and PPPoE for ADSL. Both
routers have a number of devices connected to them, both wired and
wirelessly.

What I'm looking for is an alternative that can handle 802.11n and
gigabit Ethernet.

Unfortunately Tomato doesn't appear to support any 802.11n devices,
but DD-WRT (which I used to use) handles quite a few.

Does anyone have any suggestions on what I should be purchasing and setting up?

Thanks

--
Bring choice back to your computer.
http://www.linux.org.au/linux
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] System admin graphing tools

2010-02-25 Thread Dean Hamstead

torrus is awesome

www.torrus.org


Dean

Ken Foskey wrote:

We all know we should do it.  Provide a monitoring system to see how our
system loads are going.  I have a couple of links that look interesting:

http://flapjack-project.com/
It is local so goes first :-)
Flapjack is a scalable and distributed monitoring system. It natively
talks the Nagios plugin format.

http://www.cacti.net/  (Language PHP)
Cacti is a complete network graphing solution...

http://munin.projects.linpro.no/ (Language Perl)
Munin is a networked resource monitoring tool that can help analyze
resource trends and what just happened to kill our performance?
problems. It is designed to be very plug and play. A default
installation provides a lot of graphs with almost no work.

http://oss.oetiker.ch/mrtg/
The Multi Router Traffic Grapher

http://support.nagios.com/knowledgebase
Cannot find a simple 'what is nagios' on website.
'Nagios is a host and service monitor designed to inform you of network
problems.' From whitepaper.

http://oss.oetiker.ch/smokeping/
SmokePing keeps track of your network latency

Any comments on the above and any others to add to the list?

Other reading:
http://wiki.nagios.org/index.php/White_Papers
Implementation of Cacti, Smokeping, Nagios (2004)


Based on a quick read, munin looks pretty good.


Ta
Ken





--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] editdns opinions?

2010-02-24 Thread Dean Hamstead

i have had good experiences with xname.org

it does what it says on the box, without fuss




Dean

david wrote:

I'm thinking of using editdns.net for dns secondaries

Does anyone have an opinion?

thanks

David


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Perl Modules

2010-02-23 Thread Dean Hamstead
Which distribution are you running? Most distributions have rpm/apt/ 
etc of rt. This makes life much easier.


Otherwise follow the rt install instructions...


Dean

On 24/02/2010, at 7:07 AM, Rick Phillips r...@greyheads.net wrote:


I am trying to install RT (Request Tracker) on a new server but have
found myself in Perl dependency hell.  RT uses a lot of Perl modules  
but

I have successfully installed RT a few times and for some reason this
one is harder than usual.

I have another server with the identical environment with all compiled
Perl modules installed correctly and to save time, I was wondering  
if I

could simply copy over the Perl modules from one server to another.

Are there any Perl aficionados who can confirm that this is a plan  
which

will work?  Time is not on my side on this job.

Regards,

Rick

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] RAID and LVM

2010-02-17 Thread Dean Hamstead
Regardless of the method used, with two drives you either get speed or 
reliability, you dont get both.


You either mirror (reliability) or stripe (speed).




Dean

Nigel Allen wrote:


Greetings

I want to set up a pair of 1 TB drives on an HP DL145 G3 and I'm looking 
for suggestions as to the best way to partition them.


Would I be best using software RAID and LVM? Given that it's a fairly 
busy machine (mail server for 40+ users) I'd like to achieve:


1) Speed
2) Reliability
3) Ease of maintenance.

Anyone care to take a punt at a layout?

TIA

Nigel.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] 64 bit.

2010-02-08 Thread Dean Hamstead
i have been running 64bit linux (admittedly debian not ubuntu) for 5 
years now, never had any issues - although i have also run linux on 
sparc and powerpc... so what i consider issues and what others consider 
issues may vary :)


x86_64 is as stable as any other port of linux, most companies are now 
deploying it as standard (in the large company i work for, you have to 
justify why you cant run on x86_64 with multi-arch. yes you can run 
32bit programs perfectly in a 64bit install)


running 32bit OS on 64bit hardware is a little bit like recording bluray 
audio on to an audio cassette ;)


Dean

Josh Smith wrote:

Those of you who are running 64 bit versions of Ubuntu . . are there any
pitfalls? Any problems with applications? Speed?



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Overheating

2010-02-01 Thread Dean Hamstead
I think youll find that this grease is actually a special highly thermal 
conductive fluid - which is designed to improve contact between the cpu 
and the heatsink


Check that the cpu fan is working, (cables could be blocking it), also 
examine the air flow through your case.


You could consider buying an aftermarket heatsink and cpu fan.


Dean

Ken Foskey wrote:
My computer crashed today and I have finally 


apt-get install sensors-applet

I found out that my temperature is exceeding 80 on both CPUs under load
and is always sitting at 76 for the GPU

I have pulled off and cleaned the fan for the CPU but I have not done
anything about the grease.  Will this make a lot of difference?

Thanks
Ken



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] custom kernel throws dpkg error

2010-02-01 Thread Dean Hamstead

why not use KVM or virtualbox?

Dean

david wrote:



After installing VMWare-Server following this howto:
http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-an-ubuntu-9.10-desktop-p2 




I now get this every time I do *any* apt-get install:

snip
Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-2.6.31.6-custom.postinst line 1186.

dpkg: error processing linux-image-2.6.31.6-custom (--configure):
 subprocess installed post-installation script returned error exit status 2
snip
ldconfig deferred processing now taking place
Errors were encountered while processing:
 linux-image-2.6.31.6-custom
E: Sub-process /usr/bin/dpkg returned an error code (1)


Everything appears to work OK. The custom kernel runs and boots etc.

I've also got an NVIDIA graphics driver installed.. which might be 
implicated.


I've had a look at line 1186 referred to above but my hacking skills are 
way below requirements. Google hasn't helped so far.


Any suggestions?

thanks.. David.


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Wireless Broadband?

2010-01-21 Thread Dean Hamstead




Part of the motivation for buying a modem out-right and use pre-paid
is that it doesn't tie us to any plan, plus we expect to use the
pre-paid modem very sporadically - in emergencies which happen when
the guy on call is out and just must access the network.



the down side of pre-paid is that the data expires fairly quickly.
a few gigs typically only has a 30 day expiry. larger data blocks tend 
to last longer (up to 90 days on optus)


you can just whip out your credit card and buy a data block.
that may not sit well with the on call person... heres a usb 3g modem, 
just add your CC# and expiry date as needed



Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Wireless Broadband?

2010-01-20 Thread Dean Hamstead
The Optus dongles 'just work', as the huawei modems are well supported 
in more recent kernels and network-manager. They are also trivial to get 
going using wvdial (which i use) or other ppp tools.


Virgin, Dodo, 3 and Voda dongles which are from Huawei are no doubt just 
as trivial to configure.


Dean

Peter Hardy wrote:

Hey hey.

On Wed, 2010-01-20 at 20:44 -0800, j blrown wrote:

I've been looking at getting a wireless Broadband Prepaid kit from
either Vodaphone,Optus or Bigpond.


I have experience with Vodafone and Bigpond post-paid wireless broadband
on Ubuntu 9.04.

The Vodafone dongle works fine. Plugged it in, it was properly detected,
I was able to set up a new wireless broadband connection using the
Network Manager applet. Using it is simple, just plug it in, and connect
using Network Manager.

My mother regularly uses a Bigpond dongle on her Eee running the 9.04
netbook remix. I think it's one of the newer style dongles Telstra are
using. Setting it up was a little bit more complicated - I had to
install and configure the usb_modeswitch tool
( http://www.draisberghof.de/usb_modeswitch/ ), and then wvdial to dial
out and set up a PPP session through it. Now that's done, though,
actually using it is as simple as the Vodafone dongle. Plug in, wait
until the light turns blue, double click the wvdial icon.

Hope that helps,


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Wireless Broadband?

2010-01-20 Thread Dean Hamstead
From Optus (and its resellers), the 7.2mbps modems are definitely 
faster than their 3.6meg cousins and do hold the network better.


These are supposedly using two frequency's. Most likely their more 
advanced antennas and radios make them more robust as well.


Ive browsed the net (as a passenger) the length of the M4 (emu plains to 
parramatta road) without any drop outs using the Huawei E1762 ($250), 
this was during peak hour traffic and it was 300kb/s+


Youll also find that 3g is much slower (50-100kb/s) in the evenings 
(peak net usage) than first thing in the morning (600kb/s).


Grabbing something big off mirror.optusnet.com.au is usually a good way 
to see what you 'should' be getting, without border congestion etc



Dean

Mark Walkom wrote:

The Huawei were the easiest I tried too.
The Telstra was a bit of a hassle but not too bad.

Coverage wise 3 is the worst, then Vodafone, Optus and then Telstra at 
the opposite end of the scale.


2010/1/21 Dean Hamstead d...@fragfest.com.au mailto:d...@fragfest.com.au

The Optus dongles 'just work', as the huawei modems are well
supported in more recent kernels and network-manager. They are also
trivial to get going using wvdial (which i use) or other ppp tools.

Virgin, Dodo, 3 and Voda dongles which are from Huawei are no doubt
just as trivial to configure.

Dean




--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Desktop publishing

2010-01-13 Thread Dean Hamstead

I can vouch for scribus, its quite good and very actively developed.

Dean

Rodolfo Martínez wrote:

Hi Heracles,

Maybe Scribus (http://www.scribus.net) is a better option than
OpenOffice. I haven't used it, but I have heard it is good and stable,
and it is available for most of the Linux distributions (and other
platforms).

Have a nice day.

Rodolfo Martínez
Dirección de Proyectos | www.aleux.com | MSN: rodolfo.marti...@aleux.com



On Wed, Jan 13, 2010 at 8:59 PM, Heracles herac...@iprimus.com.au wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All,
I've recently taken back the job of creating the monthly magazine for a
computer club I have been a member of since 1982. The person who gave me
a couple of years rest used windows and word so I will have to recreate
the templates from scratch probably. The magazine is 24 pages for which
the format is fairly fixed.

Page 1 is a cover with graphics and some text, Page 2 has an index
(which obviously changes monthly) and other fixed text and page 24 is
basically fixed with only a small part (Dates) of its text changing monthly.
Pages 3 to 23 (where all the new content is placed) are set up as 2
columns with a footer but no header.

I used to use Open Office and made it in four parts which I combined and
created a pdf for the printer when I did it in the past but I was
wondering if there might be a simpler way to set up a template for the
whole magazine as one unit and just make the minor changes and drop in
the new body text each month.

Any recommendation would be appreciated.

Heracles

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAktOiK4ACgkQybPcBAs9CE85PACfafQ5gf7aoUHM6l1XVhoaLgeW
oRUAnAyuf0bC8R6tRkj530irBDBfw6Ri
=mOlx
-END PGP SIGNATURE-
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] logrotate hourly

2010-01-11 Thread Dean Hamstead
Depends on the impact of logrotation on the program for which the 
rotation is occurring.


Also if there is low log activity, you may find a large number of 
otherwise empty files will become troublesome to deal with.


Dean

david wrote:
Is there a good reason NOT to rotate logs hourly.. for example by moving 
the logrotate cron to hourly instead of daily? This is a file created 
hourly by cron for which I want to keep a history.


logrotate looks like a good way to do it. I'm assuming there is no 
hourly option in logrotate, so I was going to force it to rotate by 
specifying a very small file size.


Or is there a better way (tm).


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Australian government to censor your internets

2009-12-19 Thread Dean Hamstead



Martin Visser wrote:

Kevin The physical links to the rest of the Internet are not some vapourish,
unfathomable sort of web. They are real bits of optical fibre cabling (with
a smattering of satellite for backup) that terminate on real routers in real
data centres. They are certainly enumerable, probably only numbering in a
few hundreds at most. Already every large ISP and phone carrier will have
some sort of demarc room that allows the feds, state police or spooks to
execute wiretapping warrants. Given the judicial go-ahead, a little time and
resources pretty much any digital communication is already traceable and
able to captured for whatever analysis.


There are only 4 or 5 links to the greater internet (be it USA or Asia), 
with links to PNG and new caledonia.


Regardless, by making filtering law the government makes it a 
requirement for ISP's to filter the customers. Its not the governments 
responsibility to come up with the details solution for each ISP.
However they will be able to investigate that this lawful filtering is 
in place with penalties for failure to comply.


Obviously small fish may struggle with this, but no doubt big fish will 
be happy to provide it (at a fee of course).


This is no different to the interception laws which already are required 
of the ISPs.


Yes the feds can tap your phone and internet connection, without 
informing you.


Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Australian government to censor your internets

2009-12-19 Thread Dean Hamstead

If we want to take a really pessimistic
view, of where censorship of the net
could go, there are not only those who
deny Climate Change is being influenced
by Human activity, but also those who
deny evolutionbut there are enough
implementation issues to focus on.


Belittling peoples willingness to believe pop science or peoples 
religious beliefs is petty and distasteful.


In fact it is insulting and shows a complete lack of tolerance.

There is absolutely no need to preach your beliefs in a technical forum.

Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Australian government to censor your internets

2009-12-17 Thread Dean Hamstead

I don't consider gut wtetching violence freedom of speech.

I was interested in marches and so forth about wasting tax money on  
cisco hardware... I mean filtering.



Dean



On 17/12/2009, at 4:29 PM, Marghanita da Cruz  
marghan...@ramin.com.au wrote:



Dean Hamstead wrote:

Anyone heard of actual protests?


there is/was this...

Aussie Gamers all around the country are preparing to take to the  
streets this Saturday to protest the lack of an R18+ rating for  
video games in Australia


http://treatuslikeadults.wordpress.com/2009/11/18/protest-on-the-5th-of-december/ 

http://gamerblips.dailyradar.com/story/treat-us-like-adults-rally-for-an-r18-rating-brisbane/ 


http://www.growupaustralia.com/left-4-r18-rally-imminent-337/
http://left4r18.xtremenetworkonline.com/


BTW, regarding pirates, a tour guide on Rhodes explained it to  
methe people of Rhodes side with pirates from time to time,  
when they are no longer happy with their current legitimate owners.  
Then the pirates become legitimate rulers until the locals get a  
better offerin this way, the Arabs, Crusaders and Ottomans have  
come and gone. They are currently tolerating the Greeks and EU.


Marghanita



--
Marghanita da Cruz
http://ramin.com.au
Tel: 0414-869202



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Australian government to censor your internets

2009-12-16 Thread Dean Hamstead

Anyone heard of actual protests?

Dean

Adam Kennedy wrote:

Is anyone aware of any groups taking more direct technical action
against this proposal?

I'm more of a builder of things than a talker, and it occurs to me
that if the scope of potential blocking is as wide as it (naively, to
me) appears to be (and based on comments such as 80% of the 95
million porn sites fall under this criteria from the Sex Party etc)
then the theoretical maximum size of the block list is something like
100 million URLs and contains every online games shop that sells NC
video games, and so on and so forth.

I'm pondering the idea of automating the web trawling process to find
NC content, and then just submit all 100 million NC content URLs to
the people that maintain the blocklist...

This is to some degree idle speculation, and I'm sure that any
specific attempt to do something like this would need to be more
thoroughly researched, but if anyone can recommend any technical
anti-filter forums within the various groups protesting this it would
be handy...

Adam K

2009/12/15 Mike beatbreake...@gmail.com:

I'm not sure if this belongs here, sorry if it doesn't.

Well looks like the government got it's way. Our Internet will be censored
next year.

http://www.minister.dbcde.gov.au/media/media_releases/2009/115


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Australian government to censor your internets

2009-12-15 Thread Dean Hamstead
Youre forgetting how wholeheartedly the people of australia voted in the 
current labor government.


Although this should really move to slug-chat

Dean

Mike wrote:

I'm not sure if this belongs here, sorry if it doesn't.

Well looks like the government got it's way. Our Internet will be 
censored next year.


http://www.minister.dbcde.gov.au/media/media_releases/2009/115



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: Australian government to censor your internets

2009-12-15 Thread Dean Hamstead

Where do we get these people.


They congregate in to 'Parties', meet monthly, and people vote for them. 
They fill up three levels of government, with an upper and lower house 
for state and federal :)




Dean
--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Secondary Mail Server

2009-11-25 Thread Dean Hamstead
Ideally, a secondary MX should have the same configuration as the 
primary. How often does your user list change? It should be reasonably 
straight forward to provide a list of users to the secondary.


If you configure your secondary as a relay host for your primary, then 
it will accept mail from anywhere and deliver it to the primary when 
possible. This i believe is the behavior your wanting?


Spammers will usually exploit the relaxed rules on a secondary, and the 
trust relationship with the primary, to deliver spam. My understanding 
and from observation, is that spammers will try the highest value 
secondary and work their way down. A normal mail server should do the 
opposite, trying the lowest MX and working upwards. I have seen 
recommendations to put your real mail server a few MX's up, and make the 
rest of the MX's bogus entries, thus (arguably) tarpitting spammers and 
still allowing proper email delivery - albeit slightly delayed.


Keep in mind that if your primary mail server is down, other mail 
servers wanting to deliver will hold on to the mails and retry for days. 
So a secondary is not strictly necessary.


I must also advocate the use of Exim, it is the best MTA. People may 
flame away on that point.


Dean

Phillipus Gunawan wrote:

Hi SLUGgers,

I am planning to experimenting my own Secondary Mail server (MX)
Currently I had a Postfix on my shorewall and working fine to deliver all 
emails to stupid Exchange07
Setup the DNS, everything ok

To add the flavor, I am planing to ask my best mate so I can leave a small box 
over his house to host secondary mail server
What I would prefer the 2nd MX is to hold all emails in case my postix is not 
online

I read few articles, but most of them needing me to list all current email 
address hold on Postfix / Exch
Is there any way I can set a 2nd MX just to hold all the emails no matter 
whoever the users are, and deliver it to my primary mail server after its back 
online?

Thanks for any advice



  
__
Win 1 of 4 Sony home entertainment packs thanks to Yahoo!7.
Enter now: http://au.docs.yahoo.com/homepageset/


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Free DNS services ?

2009-11-24 Thread Dean Hamstead

xname


Dean

Kyle wrote:

Hi Slug,

whom can you recommend pls as reputable, reliable (as it gets for free) 
free full-control dns services along the lines of what dnsmadeeasy does 
please?





--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] 64-bit Karmic Koala or not?

2009-11-21 Thread Dean Hamstead




I'm going to get a new desktop at work and was wondering whether it's worth
moving to 64-bit.

I confess that I still dual boot 32-bit for one legacy application:
Vuescan. But with enough tinkering with ia32-lib or VirtualBox, I bet I
could get it to work. It used to work on 64-bit Intrepid. Other than that,
I've been running a 64-bit desktop happily for years.


This seems rather pointless when you can install a chroot 32bit system 
and run 32bits apps in it, or set up the ia32-libs


see

http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id292205
http://ornellas.apanela.com/dokuwiki/pub:multiarch

im sure ubuntu process would be similar if not identical

Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] 64-bit Karmic Koala or not?

2009-11-19 Thread Dean Hamstead

The lesson here may be not to use python :)

Dean

Robert Collins wrote:

On Fri, 2009-11-20 at 10:00 +0800, jam wrote:

On Friday 20 November 2009 05:57:09 slug-requ...@slug.org.au wrote:



otherwise, 32bit is better.

Pray wax lyrical


Memory footprint. For instance, bzr memory use under 32-bit builds of
python is less than half that of the same workload on 64-bit builds.

-Rob





--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] 64-bit Karmic Koala or not?

2009-11-18 Thread Dean Hamstead

32bit is dead

flash works perfectly (linux vs windows aside) in 64bit and has done for 
ages.


by default the gpl flash is installed, youll just need to install the 
nonfree adobe flash package and use update-alternatives to make sure its 
selected as your flash plugin.


any archaic and annoying nonfree apps like skype which arent 64bit yet 
can still be run in amd64, just have to install a few 32bits to support 
them.


/rant


Dean

Amos Shapira wrote:

Hi,

I'm going to get a new desktop at work and was wondering whether it's
worth moving to 64-bit.

It'll have 4Gb RAM, which should be enough for my work needs.

Skype is an absolute must.
I use the system for mostly browsing/ssh/thunderbird (managing a few
dozens of remote CentOS 5 servers), I might want to have Windows in
VMware/kvm/whatever and maybe a private virtual CentOS for testing.

I found links like:
http://blog.dipinkrishna.info/2009/10/how-to-install-skype-on-ubuntu-910.html
(installing skype)
and 
http://technologycrowd.com/2009/11/01/installing-64-bit-flash-player-in-ubuntu-9-10-karmic-koala/
(installing 64-bit flash) which look encouraging.

What's the collective wisdom/experience on the list? Is it worth
moving to 64-bit or should I stay away?

I'd also like to move my home desktop to 64 bit when I get around to
buy extra RAM (it's 2Gb now).

Thanks,

--Amos


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] IPTables

2009-11-10 Thread Dean Hamstead

You most likely want to allow outbound dns and the subsequent reply

Keep in mind that blocking outbound usually requires a few more 
allowances than just the basic service you plan the box to provide.


NTP also springs to mind, so that you can keep the clock in sync.

You can also allow ping requests and limit the rate and packet size, 
which gives you the niceties of being able to determine some level of 
connectivity, whilst reducing scope for abuse.


Dean

Rick Phillips wrote:

I am not very good at IPTables and was seeking opinions as to whether
this formula would work to fully block a connection from computer A to B
but allow ssh and web only from B to A.  The tables would reside on A.

iptables -A INPUT -m multiport -p tcp --dport www,ssh -i ethX -j ACCEPT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -o ethX -j DROP

The network is off site and quite a distance away with no external admin
so I would like to have it right before I visit.

Thanks in advance.

Rick


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] IPTables

2009-11-10 Thread Dean Hamstead

Even though dns may not be 'turned on', almost everything tcpip related
wants dns look ups.

sshd for example, will stall for quite an annoying amount of time trying 
to do a reverse lookup. unless you dont actually have name servers 
configured at all.


also, not syncing the clock makes date stamps in logs almost entirely 
unreliable.



Dean

Rick Phillips wrote:

HI Dean

You most likely want to allow outbound dns and the subsequent reply

Keep in mind that blocking outbound usually requires a few more 
allowances than just the basic service you plan the box to provide.


NTP also springs to mind, so that you can keep the clock in sync.

You can also allow ping requests and limit the rate and packet size, 
which gives you the niceties of being able to determine some level of 
connectivity, whilst reducing scope for abuse.


Thanks for the comments but none of the services you mention are used or
even turned on.  It's an unusual situation I know.

Regards,

Rick


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] IPTables

2009-11-10 Thread Dean Hamstead



also, not syncing the clock makes date stamps in logs almost entirely
unreliable.


Also very true unless maybe his sever is a virtual one on top of a
platform which provides an accurate clock.


Or an external clock, perhaps GPS or some other solution for time sync.

Dean
--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Netgear's NMRP protocol

2009-11-10 Thread Dean Hamstead

maybe ask the dd-wrt or openwrt guys?

Dean

Peter Chubb wrote:

Has anyone reverse-engineered a tool to write NMRP packets?  It looks
pretty easym, but fiddly; I'd rather avoid the work if someone else
has already done it.  Especially as it looks as if I'd need to hook up
a serial port to be able to debug whatever I came up with.

(NMRP is a protocol spoken by U-Boot on Netgear routers.  Ethernet
code 0x0912.  It allows a router to be told to download and run a new
firmware image.  Because U-Boot is GPLed the source for the client
side is available; but I haven't been able to find a spec, or a server
source).

--
Dr Peter Chubb  www.nicta.com.aupeter DOT chubb AT nicta.com.au
http://www.ertos.nicta.com.au   ERTOS within National ICT Australia


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Asset Tracking / Inventory Management

2009-11-09 Thread Dean Hamstead

try racktables.org


Dean

Joel Heenan wrote:

SLUG,

Looking for a lightweight open-source asset tracking / inventory management
tool. Our needs are basic, but we may want to customize the model or
starting getting funky with it.

The tool should:

 - Have a reasonable web based interface
 - Allow us access to the data raw or otherwise leverage it for our
automated tools (monitoring, configuration management)
 - Allow us to customize the model

Basically we want to store the information about a number of xen guests and
their hosts, and some network related information in a database where we can
all access it.

Any suggestions? A simple rails/django app you have used would be
sufficient.

Joel


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] sydney wireless

2009-11-04 Thread Dean Hamstead

hey all,

anyone know what has happened to sydney wireless?

Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] quiet computer

2009-10-06 Thread Dean Hamstead
larger fans are quieter than smaller fans, and much cheaper than liquid 
cooling


you can also get extremely large cpu coolers that will reduce noise.


Dean

Ken Foskey wrote:

My computer is too noisy.   It is not graphics because it is not used
much and when it does there is enough background noise.  It is the power
supply and cpu fan that kicks in with cron at 2 am in the morning.

I was thinking about adding fluid cooling,   is this worth it or else
can I where can I get a powerful 24 hour home system that will run
quietly?

Thanks
Ken

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VPS hosting

2009-10-01 Thread Dean Hamstead

http://www.crucial.com.au/



Dean

Ashley Glenday wrote:
Can anyone recommend a good, cost effective, virtual hosting provider? 
I'm unhappy with the host I'm using now charging to reboot the server 
and for data transfers in and out. Basically what I'm looking for is a 
server I can reboot myself (I accidently flushed iptables twice


Any help is appreciated.

Ashley

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] RE WIRELESS BROADBAND ON NETBOOKS

2009-09-30 Thread Dean Hamstead



jam wrote:

On Thursday 01 October 2009 10:00:04 slug-requ...@slug.org.au wrote:

We use Westnet Huawei e169 usb drives on 701 EEEPC's
I guess any reseller that uses Optus as a carrier will be the same.
We use Mint and it has worked on Puppy and Ubuntu
 The default E program wont find 3g networks for us.
The trick is to get the settings right for APN and the dns servers for your
ISP. There are no pass words.
I have to say Westnet were very unhelpful, for the first time in five
years. But Linux is a mystery to them it seems. 


Did not iinet just absorb westnet. H


They certainly did, however most 3g carriers are just reselling optus.

Regardless, huawei modems have excellent linux support. Network-manager 
  will configure them happily, and the relevant ppp options are easily 
googled.


Using them on linux is much less painful than on windows or mac...


Dean

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] attaching lots of disks to PowerEdge 860?

2009-09-29 Thread Dean Hamstead



These servers have space for only two internal disks and I'd like to
try to convert a couple of them into servers of shared storage.
I'm thinking of just setting them up to sync their disks using DRBD
and providing access to the rest of the network via iSCSI.


I am not sure that you want to use it as an iSCSI host. This is a block 
level device and isnt really (easily) shared between more than one 
client system. Most likely you want NFS or CIFS/SMB.


External eSATA or USB devices is really the only low low cost option.

Using an external iSCSI or ATAoE (or even FCoE) is an option if the disk 
array is the right price. But then most of them come with an NFS/CIFS 
head on them anyway.


Take a look at Coraid. These guys made up ATAoE and their disk arrays 
are surprisingly cheap. http://www.coraid.com/



Keep in mind though, it may be cheaper still to just guy a cheap case 
with lots of disk space (perhaps this behemoth 
http://www.auspcmarket.com.au/show_product_info.php?input[product_code]=EL-PC-343Binput[category_id]=277

or this much cheaper icute case, of which i have its little brother
http://www.mwave.com.au/newAU/mwaveAU/productdetail.asp?SKU=16010594)

and then drop in a cheap CPU, a motherboard with a lot of sata 
connectors and some cheap 4 port sata2 cards.





Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] attaching lots of disks to PowerEdge 860?

2009-09-29 Thread Dean Hamstead



From what I hear they are proprietary and their technology is not

routable. I prefer to stick to an open standard, preferably something
which comes as part of CentOS 5.


ATAoE is l2 protocol so no its not routable, but ATAoE is a published 
standard and the drivers are in the kernel since 2.6.11.


If routing iscsi is a good idea or not, is a totally different discussion :)



Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Debian PPPoE problem

2009-09-29 Thread Dean Hamstead



3. On my gigabit NIC, it had 4 led lights; 2 for 10/100 link (led1 and led2); 
another 2 for 1000 link (led3 and led4)
When my debian box is off or in BIOS, on eth0 (connected to billion modem) led3 
and led4 will be on static green (as expected)
But after the debian connected with pppoe, led2 and led4 are blinking green
I
also notice before the upgrade, the billion modem connected to debian
will have a green light (indicate connected using 1G) where now is on
orange (connected 100mbps)

(note: my eth1 working fine and it has led3 and led4 as expected)

How can I make sure that eth0 using the proper driver and able to run 1G 
connection to my billion modem?
Or
this is a normal situation where a gigabit NIC used to do ppp auth even
my modem is built-in gigabit port? But why it was indicating with 1G
mbps previously?



ethtool is a command that will allow you to control the speed your nic 
is running at.



In linux there is usually only one driver for each device, although 
rarely a new driver is written from scratch and the old one is retired.


ethtool will also tell you which driver each interface is using

Dean
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Dreamweaver clone for Linux ?

2009-09-16 Thread Dean Hamstead

Try NVU

http://net2.com/nvu/

although its been dead for a long while.

http://kompozer.net/

which seems to be under development again!



Dean

Kyle wrote:

Hi Folks,

what is the best FOSS Dreamweaver clone for Linux?Junior wants to 
start building his own website, so he's going to require some assistance.


What do folks use pls?



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] IT asset tracking - IRM ? what else ?

2009-09-09 Thread Dean Hamstead

tried this ?

http://racktables.org/

Dean

Voytek Eymont wrote:

On Wed, September 9, 2009 10:00 pm, Chris Collins wrote:


On 09/09/2009, at 9:49 AM, Voytek Eymont wrote:



If you read the IRM website, you'd see that it forked into GLPI -
http://www.glpi-project.org/


I've just deployed GLPI out of frustration from having nothing and
have been reasonably happy with it so far - however, it's ticketing system
is very primitive.


Chris,

thanks

yes, I've found it, that links must be fairly recent, as when I looked
previously, I didn't see it, or, perhaps I wasn't very observant

tried installing GLPI, but, it seems I need PHP5, and, my server is '4'

I'll see if I can set up another PC to test

thanks for feedback





--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] DNS Appliances/Web Frontends

2009-08-29 Thread Dean Hamstead

Powerdns has a great front ending poweradmin.

Apt-cache search pdns

Dean

On 29/08/2009, at 2:23 PM, Ben Donohue donoh...@icafe.com.au wrote:


www.webmin.com

Ben




UnspecifiedId wrote:

Greetings,

a) can anyone recommend a good virtual DNS appliance with a decent  
Web GUI frontend or
b) good Web Front ends for DNS. I was thinking of looking at MyDNS,  
MyDNSConfig


either needs to have the ability to do zone transfers. Any  
recommendations or thoughts would be greatly appreciated.


Regards

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Kogan Agora Netbooks

2009-08-27 Thread Dean Hamstead

sounds like slug should arrange some kick backs

Dean

Marghanita da Cruz wrote:

Thanks Terry,

Your initial response prompted a whole lot of discussion,
and a few purchases.

Marghanita
Terry Dawson wrote:


(sorry, this one got lost too!)

Marghanita da Cruz wrote:

However,  I would like to know what ports are available and
whether Wifi is built in (as is the case with eeePC). Though,
I don't expect firewire - which my current laptop meets.


Wifi is built in. Bluetooth is not.
There are two (three?) USB 2.0 ports.
One 100Mbps ethernet port.


I have also heard reports about issues with the fan.


We've not experienced any fan issues.


Have you used an external DVD/CD burner or other external
storage?


Yes, I've used both external USB hard disk and I installed the Ubuntu 
Netbook respin on mine from an external USB DVD drive without issue.



I assume it has no problems with USB drives/cameras/phones?


I've not tried any of those with it, other than my HTC G1 phone, which 
works as expected.


Terry


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Mini-notebook Sales Jump 398%

2009-08-26 Thread Dean Hamstead

Hopefully an alternative to the Atom will hit the market soon

Need some competition to heat things up and bring prices down.


Dean


yes, I saw similar articles (and it seems to be confirmed when spec-browsing)

according to an OEM offer out of PRC someone showed me, the cost of OEM
XPH was USD30 or 35 (no idea if it was genuine)

also saw some article claiming Intel won't allow 1.6Ghz CPUs for the 11
netbooks (as not to compete with laptops), and I see Acer's 11 is 1.3 CPU
not 1.6



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Mini-notebook Sales Jump 398%

2009-08-26 Thread Dean Hamstead

Definitely,

It wasnt long ago that the $999 desktop, then the $999 laptop was a 
massive breakthrough.


I hope someone (amd maybe) breaks the Atom monopoly and brings some more 
cores, bits, fpu and pipelines to the netbook cpu market.



Dean

Marghanita da Cruz wrote:

Dean Hamstead wrote:

Hopefully an alternative to the Atom will hit the market soon

Need some competition to heat things up and bring prices down.



The cost and pricing model has changed completely.

12 years ago, you had to pay a premium for a small laptop. My NEC Versa 
4200c
(no camera, but mutlimedia capable) cost around $6,000 retail (I used 
it until 2004).


My Targa cost $1000 (with additional memory, firewire) in 2004.

Today, the Kogan Pro (with camera/microphone) is just $439 and the
Motorolla U9 telephone (with camera and voice recorder) running 
Linux/Java is $99.


The Battery technology also contributes to the price and weight. 
However, given
environmental concerns, I suggest this is the area where we need to and 
hopefull

will see most improvements.

We might also go back to the future - with desktop workstations for 
portable

devices.



Dean

yes, I saw similar articles (and it seems to be confirmed when 
spec-browsing)


according to an OEM offer out of PRC someone showed me, the cost of OEM
XPH was USD30 or 35 (no idea if it was genuine)

also saw some article claiming Intel won't allow 1.6Ghz CPUs for the 11
netbooks (as not to compete with laptops), and I see Acer's 11 is 
1.3 CPU

not 1.6








--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Anyone with a Beyonwiz PVR - looking for clues on how to transcode the video

2009-08-21 Thread Dean Hamstead
I was under the impression 'freeview' was a united front of the free to 
air channels against paytv (eg. foxtel/austar and any incoming iptv 
offerings) more so now that digital free to air now has a lot more 
channels[1] and some paytv like features (digital, show information 
etc), it kind of seemed like a marketing ploy.


certainly onehd is a reasonably good answer to the growth that fox 
sports has been making with foxtel.


personally, i dont mind paying for tv each month to enjoy the specialty 
channels which would never make free to air, but which for me make tv 
worth watching. i also enjoy watching a movie free of ads, and enjoying 
tv shows with smaller and somehow less annoying ad breaks.


air active is cool as well. nice digital radio in a large variety of 
genres, with no ads or talk.


Dean

[1] most of which arent very good

Rick Welykochy wrote:

elliott-brennan wrote:


Just picked up a Beyonwiz DP-P2 sans Freeview (who
needs less functionality advertised as more?)


Freeview is a con. Checkout an FAQ on the subject.

http://www.dtvforum.info/index.php?showtopic=77923



The video on the machine is some odd
format/container??? (.tvwiz) which seems specific
to Beyonwiz.


I have a DP-S1. A recording is stored in lots of small chunks
named serially as 0001, 0002, etc.

When you download all of the segments, simply do this:

cat 0*  {recording-name}.ts

which creates a (slackly headed) transport stream in MPEG-2 format.

MPlayer and VLC can play .ts files just fine.


cheers
rick




--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: Pro now discounted...Re: [SLUG] Kogan Agora (non-pro) Netbooks discounted again, was: Kogan Agora Netbooks

2009-08-13 Thread Dean Hamstead

that is good news, thanks for the heads up Marghanita


Dean

Marghanita da Cruz wrote:

The Agora Pro has now also been discounted...to  $439
http://www.kogan.com.au/shop/kogan-agora-netbook-pro/
Marghanita da Cruz wrote:

Dean Hamstead wrote:
only difference is 1/2 the battery (3 cell rather than 6) and 1/2 the 
ram

(1 rather than 2 gig)

amazing how much some battery acid and ram can add to the price



Thanks for pointing out the difference. For $140 more the pro (listed 
at $539)

seems good value.

To date, I've been ambivalent about battery life as my laptops have 
outlived the
batteries. But in the case of a netbook, I  would suggest it is pretty 
important.

Though it probably also adds to the weight.

With regard to RAM, this has always been expensive and I have 
generally bought and

recommend an upgrade to what the standard machine comes with.

Marghanita

Dean

On 7/28/2009, Terry Dawson t...@animats.net wrote:

I just received an email from kogan advising that their non-Pro 
Agora is

now $399, which is a much more attractive price compared to their Pro.

regards
Terry

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html








--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] ftp client recomendations ?

2009-08-13 Thread Dean Hamstead

sounds firewall related?

bloat your browser more with http://fireftp.mozdev.org/


Dean

Voytek Eymont wrote:

what is a good ftp client for windoze ?

I have a user with Filezilla, since he moved ISP, his Filezilla times out
with my ProFTPd on Centos (but, it worked till now with the former ISP)

googling brings similar issues elsewhere;
increasing timeout in Filezilla didn't help

I can log to the ProFTPd from command line, and, upload with no issues

I suspect the issue is with Filezilla rather than at the ProFTPd end ?

---
Status:Resolving IP-Address for domain.com.au
Status:Connecting to 111.222.333.444:21...
Status:Connection established, waiting for welcome message...
Response:220 FTP Server ready.
Command:USER domain.com.au
Response:331 Password required for domain.com.au
Command:PASS 
Response:230 User domain.com.au logged in.
Command:SYST
Response:215 UNIX Type: L8
Command:FEAT
Response:211-Features:
Response: MDTM
Response: MFMT
Response: MFF modify;UNIX.group;UNIX.mode;
Response: MLST
modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response: REST STREAM
Response: SIZE
Response:211 End
Status:Connected
Status:Retrieving directory listing...
Command:PWD
Response:257 / is the current directory
Command:TYPE I
Response:200 Type set to I
Command:PORT 192,168,97,49,226,65
Response:500 Illegal PORT command
Command:PASV
Response:227 Entering Passive Mode (116,197,145,51,175,75).
Command:LIST
Error:Connection timed out
Error:Failed to retrieve directory listing




--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Sound system details

2009-08-12 Thread Dean Hamstead

Pci or ISA?

Lspci will list pci devices and give you a starting point.

Dean

On 13/08/2009, at 10:29 AM, Adam Bogacki a...@paradise.net.nz wrote:


Hi, I have just set up a lenny system on old box and
am having trouble getting audio up.

It is a while since I have done this, but could someone
suggest how to find out details of the sound card ?

Regards,

Adam Bogacki,
a...@paradise.net.nz

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Cheap 3G mobile internet broadband plans ... what they don't have!

2009-08-06 Thread Dean Hamstead

Keep in mind that mobile data (on average) halves in cost each year.
So prepaid is preferable over 24 month contracts, no matter how cheap 
they seem now.



Dean

jam wrote:

On Friday 07 August 2009 10:00:05 slug-requ...@slug.org.au wrote:

That's a given, mobile internet or not!

2009/8/6 Kevin Shackleton kev...@reachnet.com.au


Telstra == being shafted.
Could not agree more .. the masters of If on the first rainy tuesday of a 
leap year you stand with one foot in a copper vase of water on a mountain top 
during a thunderstorm and proclaim that all gods are bastards  THEN ...

(Appologies to Terry Pratchett)
James 


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] linux firewall/vpn devices wanted

2009-08-03 Thread Dean Hamstead
check out pfsense.org

its bsd based and in many ways more advanced than ipcop


Dean

On 8/3/2009, Grant Parnell par...@muli.com.au wrote:

Something sub $500.00 that's small, runs linux and is customisable. It
probably should have 256MB of RAM and at least the same in flash and two
ethernet ports and at least one USB port.

Now I can probably do this with a small form factor box with a via
fanless motherboard in it.

I've looked at NSLU2 and similar but they're a bit light on RAM and flash.

My task is to obtain/build a unit to be the VPN endpoint for many
clients' LAN's and the client's LAN's may also have the same LAN IP
addresses. This means policy routing needs doing. Something I haven't
really had a chance to sink my teeth into yet. The customers will most
likely have one of the same boxes installed at their end.

I suppose I should also look at the requirements for IPCOP... it
*almost* does what I want.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Kogan Agora (non-pro) Netbooks discounted again, was: Kogan Agora Netbooks

2009-07-27 Thread Dean Hamstead
only difference is 1/2 the battery (3 cell rather than 6) and 1/2 the ram
(1 rather than 2 gig)

amazing how much some battery acid and ram can add to the price

Dean

On 7/28/2009, Terry Dawson t...@animats.net wrote:


I just received an email from kogan advising that their non-Pro Agora is
now $399, which is a much more attractive price compared to their Pro.

regards
Terry

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Kogan Agora Netbooks

2009-07-23 Thread Dean Hamstead

How does battery life fare?

Dean

Terry Dawson wrote:

Marghanita da Cruz wrote:

Any thoughts on these?
Powering the Kogan Agora Netbook is gOS, a very aesthetically 
pleasing, powerful, intuitive, and fast operating system. Combined 
with the power and great value of our hardware, it brings you one 
step closer to cloud computing. gOS facilitates easy access to a 
number of Googleâ„¢ services as well as a host of easy to use, powerful 
open source programs.

http://www.kogan.com.au/shop/kogan-agora-netbook/
http://www.kogan.com.au/shop/kogan-agora-netbook-pro/


Marghanita,

I realise you posted this message quite a while ago now, but I've 
recently purchased four of the Agora Pro Netbooks and if you're still 
considering purchase I thought you might be interested in my comments. 
In summary I'm really very happy with them.


They're surprisingly solidly built for a machine of their class. They 
feel well-built with no flimsiness and I suspect you'd have to try 
pretty hard to do any real physical damage to them.


The operating system has been well localised for Australia and is Ubuntu 
8.04 based. The 8.04 is a little out of date, but the update process is 
obvious and works as expected. It was almost disappointing to discover 
that I didn't need/want to do much after creating my login account to 
customise it; the setup is quite sensible. All I ended up doing was 
disabling the Google gadgets on the desktop because they're not to my 
taste and installing a few application package that I like to use.


I find the keyboard quite comfortable to use, with the possible 
exception of the '/' key being a little awkward to get to from some 
angles. The touchpad works well, but again, from some angles I find that 
my thumbs sometime accidentally stray onto it while I'm typing. I'm sure 
both of these problems will dissipate with time as I become more 
familiar with it.


Wireless/sound work as expected. Bluetooth, as you will know, manifests 
as a small USB dongle which I haven't yet tried, but suspect will work 
just fine.


The screen is quite pretty, with default fonts small but readable even 
for someone rapidly turning middle-aged and both short and far-sighted :)


Happy to field any particular questions you (or others) might have.

regards
Terry


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Extracting string from a file - shell script

2009-07-02 Thread Dean Hamstead
in perl, depending on how strictly you want to enforce the format of the 
TF0220 (in this case, just any string between 'End of' and 'at'.


#!/usr/bin/perl
use warnings;
use strict;
my $string = q|*** End   of  TF0220  at  Thu Jul 2 10:06:51 EST 2009  - 
 RC =  0|;

my ($var) = $string =~ /End\s+of\s+([\w\d]+)\s+at/;
print $var if $var;


Dean

Kyle wrote:

Hi Folks,

I am trying to extract a substring from a string found in a file.

The string is: *** End   of  TF0220  at  Thu Jul 2 10:06:51 EST 2009  - 
RC =  0


and the substring I want to extract is TF0220. This is a program name 
and the length of this name varies. In other words I want to extract 
whatever is between the words of and at in a script.


How would I likely go about that please?



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Server Monitoring: RAID6, VMs, disk usage

2009-06-22 Thread Dean Hamstead
I would have to recommend NUT over apcupsd.

Dean

On 6/22/2009, Ben shadr...@gmail.com wrote:

Hi Lindsay,

Thanks for that comprehensive answer.

So collectd runs on each system itself, but I assume Nagios is centralised
at some point, so where would be the most sensible place to do that? Is
there ultra reliable hosting built for just that purpose?



2009/6/22 Lindsay Holmwood lind...@holmwood.id.au

 Hi Ben,

 2009/6/22 b...@bensand.com b...@bensand.com:
 
  Features:
   + Email notifications on critical events (that I can specify)
   + Overview of all systems being monitored showing current status
 
 
  Monitoring:
 
  Critical:
  * status of software RAID6 array (eg. if any drive fails, even if a hot
  spare is available)
  * usage % of various partitions
  * monitor the status of my VMs (I intend to use virtualbox)
  * monitor the status of backups (haven't yet determined what system I'll
 be
  using)
 
  Desirable:
  * monitor my UPS
   + trigger shutdowns in VMs and then main system if power goes out.
 
  Future:
  * monitor web logs on servers for hits, usage, etc.
  * monitor security related logs on servers.
 
  Will it be simpler to use multiple tools, or is there some giant swiss
 army
  knife that it's worth learning?

 What you're trying to achieve broadly falls into two categories:

  * data collection
  * notification

 I find that most of the monitoring tools out there try to do both, and
 don't quite manage to pull it off.

 For the data collection, I would recommend using something like
 collectd[0]. It can collect stats on disk space, io throughput, ups
 usage, web server usage (apache2 + nginx), vm utilisation, and a whole
 bunch of other things. It's also network aware, so you can collect
 stats on all your machines individually, and aggregate the results in
 one place.

 For the notification, the easiest option would be Nagios[1]. collectd
 provides a collectd-nagios[2] binary which can be used to query stats
 that collectd has collected, and return warnings depending on whether
 values are out of range (which Nagios will pick up and notify you
 about). For quick status checks (questions like is mdadm reporting
 any failures?), you can Google for one that suites your taste, or
 write a Nagios check yourself to do it.

 The main advantage of breaking the problem up like this is you can
 swap out parts of the system when something better comes along.

 Oh, and for triggering shutdowns from your UPS, try something like
 Apcupsd[3].

 Lindsay

 [0] http://collectd.org/
 [1] http://nagios.org/
 [2] http://collectd.org/documentation/manpages/collectd-nagios.1.shtml
 [3] http://www.apcupsd.com/

 --
 http://holmwood.id.au/~lindsay/ http://holmwood.id.au/%7Elindsay/ (me)
 --
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Ubuntu friendly 12' netbook

2009-06-08 Thread Dean Hamstead

I have a ~$1000 acer laptop and an acer aspire one.

The former is utter garbage, the later is really nice.

I suspect this aspire one goodness, rests mainly on an intel developed 
reference board which has had minimal customization. The cheapy one has

all sorts of strange quirks.

Dean

Adrian Chadd wrote:

My experience with the acer aspire one running XP has been one of
pleasant happiness.

I'm not a normal user though; I install very little extra software on my
user machines.

Now to get Linux/Xen and FreeBSD working on it..



Adrian

On Tue, Jun 09, 2009, Kyle wrote:

My only one experience with an Acer laptop has left me with the impression;

I will never buy another Acer laptop.

I can't quantify it, but it has effectively been slow since the day it 
was bought. Granted it runs MS, but it was always slow.



Kind Regards

Kyle



Voytek Eymont wrote:

I have no idea if Acer does Linux, BUT, (as I'm also on a netbook research
for someone (though, with XP)):

there is a new Acer out with 11.6 and 3g slot:

btw, is there a site with Linux netbook compatibility ?

 

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html




--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Ubuntu friendly 12' netbook

2009-06-08 Thread Dean Hamstead
I would certainly not consider running gentoo or freebsd and rebuilding 
world.


However my aspire one serves as a very chep, v small, v quiet and low 
power dhcp/dns/monitoring server. Add one usb2ps2 converter, and one 
connection to a kvm or an ssh connection, and its crapped keyboard is no 
longer a problem :)


Dean

Ken Foskey wrote:

On Tue, 2009-06-09 at 12:10 +1000, Dean Hamstead wrote:

I have a ~$1000 acer laptop and an acer aspire one.

The former is utter garbage, the later is really nice.


Brother has an aspire running Linux for wife.Works well from what I
can see.  It is not exactly stressed though,  would not want to compile
a kernel on it.  Pentium 100 it was an overnight job,  ah the good old
days.

Ken



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Synchronizing from Windows to Linux

2009-05-25 Thread Dean Hamstead

you can also apply rsync over ssh.

there are a number of OS ssh servers for windows.


Dean

Gonzalo Servat wrote:

On Tue, May 26, 2009 at 9:44 AM, Andre Kolodochka kol...@gmail.com wrote:


Given that my Lacie Ethernet disk just died, I was thinking of solid
backup solutions for my personal files (20-30Gb). Since I have already
Linux hosting with way more disk space than I need, I thought it will
be great if I could sync a folder on my local drive to a folder on
that Linux box... somewhere there.

The problem is my local box running Windows, otherwise rsync would do
wonders. Anybody knows of a good tool I could use to sync Windows
folders to Linux ones? And the one that will work over Internet, not
just LAN.



There's also a port of Rsync for Windowshttp://www.itefix.no/i2/node/10650.
Have you tried it? I've been using rsync on a Windows box and it works
pretty well. There are probably Windows native tools to do this kinda thing,
would be good to hear what others have to say on the subject.

Cheers,
Gonzalo



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Synchronizing from Windows to Linux

2009-05-25 Thread Dean Hamstead

why not use ftp then?


Dean

Andre Kolodochka wrote:

Is there something not necessarily based on rsync? ftp, for example?

Andre.





2009/5/26 Christopher Vance cjsva...@gmail.com:

On Tue, May 26, 2009 at 9:55 AM, Alan L Tyree a...@austlii.edu.au wrote:

I use unison: http://www.cis.upenn.edu/~bcpierce/unison/

It claims to run on Windows, but I have no experience with that.

It does. I've used it on Ubuntu, Windows, OpenBSD, MacOS, and Solaris.

The biggest problem with Unison is that the protocol changes so
frequently that you may have difficulty finding precompiled versions
for your different operating systems which run compatible protocols.

It may be easier to compile from source, but then you'll need to have
ocaml compilers on the relevant machines...

--
Christopher Vance



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] HTTP server recommendations?

2009-05-17 Thread Dean Hamstead
Apache is always a great choice. Apache 2 is extremely modular and allows
for some mind boggling configuration arrangements. The configuration is
somewhat intimidating, but debian has packaged it up to make it much
more convenient (and possibly less intimidating). If ubuntu has borrowed
this arrangement then the same will be true for ubuntu.

Its worth considering that lighttpd, boa etc have significantly less
features than apache (how many of these features are in the 80% commonly
used 20% rare ratio is of course debatable). So you may find yourself
setting up non-apache now, then finding yourself having to convert to
apache later, or implement something in an awkward way that apache would
do elegantly.

I would certainly advocate something like nginx as a load balancer or ssl
reverse proxy if the website warranted it.


Dean

On 5/17/2009, Erik de Castro Lopo mle+s...@mega-nerd.com wrote:

Erik de Castro Lopo wrote:

 Apache, boa, lighttpd, something else?

Rob Collins on irc suggested Apache so I installed that from an
Ubuntu Hardy package. The setup was much easier than I remember
it being. Standard HTTP and CGI worked out of the box.

I would still be interested in hearing about people using other
servers and their reasons.

Cheers,
Erik
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Backup theory

2009-05-17 Thread Dean Hamstead


PS: On a Mac,  you can usually take a hard drive out of one machine and 
put it in another and it will just work. How much tweaking to get the 
same result on linux/ubuntu?


network cards and significantly different disk devices (ie pata, sata, 
some strange raid) are usually the only hurdle, but also gfx card if you 
are using X.


network cards are usually just a matter of changing the mac address, or 
some other minor changes


gfx is usually just a matter of reconfiguring X, if you are using 
anything inside the nvidia range, you can change cards without much fuss.


hard disk games with /dev/hda /dev/sda /dev/cciss 
/dev/someotherraidthing are usually just a matter of editing the fstab 
and rebooting. in this instance setting init=/bin/bash in grub/lilo is 
your friend.




Dean
--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Web hosting recommendations

2009-05-12 Thread Dean Hamstead

bur.st used to be good, but they arent taking any more users

i have VPS with crucial but they also do web hosting.

3gig HDD, 60gig downloads 5.95/month or $59.95/year

mysql, perl, php, RoR, fp, etc etc

http://www.crucialp.com/web-hosting/


Dean

Paul Robinson wrote:

Hi Mary,

What about monthly bandwidth? You mention disk space, but for most
Australian hosts bandwidth is the killer. Do you have an estimated
bandwidth requirement?

Cheers,
Paul
Mary Gardiner wrote:

Hi all,

I've looked through the archives but haven't found a lot of relevant stuff:
most people are looking for VPSes and/or hosting within Australia only.

I'm after a web host for a work project. What I need:

 - 3+GB disk space (this rules out the bulk of Australian hosts)
 - shared/managed hosting (I admin enough LAMP servers as it is, thanks, please
   no more VPSs)
 - Linux/PHP/MySQL (I guess that likely implies Apache)

Preferences:
 - prefer good uptime, good service and good performance to cheap-as-chips
   prices
 - prefer a reasonable history of business in some form

For a price: say ballpark AU$40 a year at most.

-Mary
  



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Linux netbook?

2009-04-22 Thread Dean Hamstead

the kogan looks really good.

i would like to know the sound and network chipsets though.

chances are intel or realtek sound, and broadcom or realtek network.

the intel video is properly supported by x, although its far from a 
power house.



Dean

Rev Simon Rumble wrote:

This one time, at band camp, Danny Yee wrote:

Does any vendor in Australia sell Linux netbooks?  The only one I can
find is the original 7 Asus EeePC - everything else seems to be XP.

Dell in the US or UK will happily configure me a Mini 9 with Ubuntu,
but Dell Australia doesn't offer that as an option.


Kogan.

http://www.kogan.com.au/shop/kogan-agora-netbook/
http://www.kogan.com.au/shop/kogan-agora-netbook-pro/

Anyone got one of these?  Comments?  I'd like some reviews from clueful 
people, whereas everything I've read is either from Windows weenies 
(clueless about what they're seeing) or Kogan cheerleaders.




--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Increasing RAM

2009-04-18 Thread Dean Hamstead
RAM is so cheap now, that if you start using swap heavily people just 
drop in a bit more !


I tend to roughly match swap and memory. At least when i first install.

Dean

Michael Chesterton wrote:


On 18/04/2009, at 10:02 PM, Kyle wrote:


Hi Slug,

I've decided to increase the RAM on my home CentOS server. As best I 
can recall, the accepted wisdom is to have SWAP approx.~ 2 x RAM. Or 
was that approx.~ 50% of RAM?


Can someone point me in the direction of an explicit tutorial on how I 
might go about increasing SWAP without destroying data on my other 
partitions please?


Or if I'm actually upping the RAM, should I just not worry about it?


These days there's no hard rules about swap. The old rule was 2 x RAM.

I don't think you mentioned how much ram you had or how big your swap was,
but if you aren't running out of swap, you don't need any more.




--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Certifications

2009-04-02 Thread Dean Hamstead

Although cisco are the spawn of all evil, CCNA has good street cred.

You should also consider investing a few years at university and getting 
computer science or engineering degree.



Dean

Meijer, Luke wrote:

Hello

What (if any) Linux certifications have / are you guys doing?

I am looking at the NCLE as I passed the NCLP last year, anyone else doing this 
track?

I am also interested in the RHCE path if anyone can recommend texts.

Thanks for any info!

Luke
**
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Sound Problem - Chipset Specs

2009-04-01 Thread Dean Hamstead

have you run alsaconf?

Dean

Malcolm Johnston wrote:

The scanpci command has produced the following info:

Intel Corporation 82801EB/ER (ICH5/ICH5R) AC '97 Audio Controller

A -v flag to this command produces much more information, but I'm not sure 
that this is necessary for the moment. 

I am aware of the modules suite of commands and of the possibility that I 
may need to load further modules.  There is an ac97 sub-directory in the
/lib/modules/2.4.33.3/kernel/sound/pci directory, with the following 
entries:


snd-ac97-codec-o.gz
snd-ak4531-codec.o.gz

Further suggestions on precisely which steps to take would be appreciated.

PS.  alsactl store ICH5 got rid of the error message on boot, but as I noted 
I don't think the ALSA setup (or lack of it) is the problem.


Cheers,
Malcolm Johnston


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Clients accessing web server

2009-03-25 Thread Dean Hamstead

vsftpd has a good reputation

if you are very paranoid, you can set up sftp with keys.



Dean

Rick Welykochy wrote:

Rick Phillips wrote:


I have never allowed FTP, SFTP nor SSH access to the server for security
reasons (other than myself) but this customer wants to directly edit his
new web site from time to time. 


We had a very similar prob on a machine running many guest hosts on
Linux Vserver.

It was trivial to set up vsftpd to handle the odd client who required
direct FTP access to their own virtual. The sandboxing capabilities and
security of vsftpd are claimed to be second to none (famous last words?)


cheers
rickw





--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] virtualisation solutions?

2009-03-18 Thread Dean Hamstead

 Yes, it's Solaris 10. I was under the impression that Virtualbox was
 focused more on desktop virtualisation and is less geared for servers.
 Is that incorrect?

They are feeling the lure of data center virtualisation. However Virtualbox

is probably not mature enough for system critical applications.
 
 Xen is pretty powerful, but there is still a lack of good, solid
 management
 tools that cover HA, iSCSI integration, replication, migration etc etc.
 
 A lack of good management tools is what concerns me. I want to get
 productive quickly and not have to spend unnecessary time setting up
 and managing. I don't need zillions of features, but I do want
 something that's solid and easy to use.

Xen is snapping at VMwares heels, however if you want basics and
simplicity,
why are you resisting the free VMware server. Granted  you cant get at all
the source code. And i understand the moral high ground. However, from a
solution
point of view it is free, its the leader of the pack and unless you are
in dire need to hack the source of the virtualisation suite xen vs vmware
free
is largely the same. VMware tools is now FOSS software, and vmware provides
API's for its server component which will allow tight integration. Also its
guest machines can easily be transported from servers to desktops etc.

Im all about open source, and not settling for 'close enough'. But in terms
of my 9-5 often times slipping of my moral high ground just a little, goes
a
long way to keeping my natural hair color :)

Dean

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] A little SAMBA help, maybe?

2009-03-09 Thread Dean Hamstead

I think you are approaching this in the wrong way

try the write list flag.

[tv5]
comment = TV Shows
path = /volumes/tv5
write list = @files
read only = No
create mask = 0644
directory mask = 0775
guest ok = Yes


Dean


Kyle wrote:

Hi folks,

version 3.0.28-1.el5_2.1 with a share config of;

[media]
path = /home/shares/media
comment = Movies, downl. Videos, Music, etc
guest ok = Yes
writable = No
write list = @restrict
force group = +extended

according to the man files, everyone in group 'restrict' should have 
write access irrespective of the 'writable' (read only) param.


Does anyone have any ideas why someone in group 'restrict' would NOT be 
able to write to it pls? I can, but then I'm also the samba admin.




--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] OpenIPMI vs FreeIPMI

2009-03-06 Thread Dean Hamstead

Im interested in peoples thoughts on OpenIPMI vs FreeIPMI.

Googling hasnt really given me a concise list of pro's con's, 
strength's, weakness's etc.


Basically im just after shortest path to SOL and power control. 
Monitoring other functions would be nice but is already done using 
lmsensors etc so not a huge driver.



Dean
--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] compress videos post Kino?

2009-03-02 Thread Dean Hamstead
Mencoder is your Swiss army knife of encoders. It's not on debian by  
default  so it may not be in ubuntu.



Dean

On 02/03/2009, at 8:01 AM, Sonia Hamilton so...@snowfrog.net wrote:


I've been using Kino to record videos of my BJJ training and
competitions [1]. Kino's all working nicely but I've noticed that the
videos (.avi version 2) are large - too large to record to dvd for  
backup.


What's the canonical way of compressing videos? Any tool people would
recommend?

[1] http://en.wikipedia.org/wiki/Bjj

--
Sonia Hamilton.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] MySQL

2009-02-18 Thread Dean Hamstead

apt-get install mysql-server


Dean

Chris Allen wrote:

I am running Ubuntu 8.04 and want to teach myself MySQL.

I thought it would be simple enough to select it from the options 
Add/Remove Applications
I can see option to install an administrator and a browser but not the 
server itself.

Have I missed something or should I go elsewhere for that?

Chris Allen

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Network sound

2009-02-01 Thread Dean Hamstead

ages ago i experimented with getting esound working over a network.

my experiment was successful and having achieved my goal i did nothing 
more with it.


but i had a quirky combination of softwares and hardware...

xmms running on a clamshell ibook running debian pcc via wireless 
ethernet playing onto freebsd for intel, via an aureal vortex sound card.


the vintage of the hardware reinforces how ages ago was.
and yes it seemed to work fine. so feeling satisfied by my achievement i 
never did anything more with it.


esound is way old.

kde uses jack, and netjack can play over a network. pulseaudio seems to 
also.



Dean

Gerald wrote:

Hi to one and all,
Since some machines have no sound systems in them. I would like to get
network sound working.
I am using PCLOS 2008/2009 and KDE 3.5.10
Your thoughts will be greatfully recived
Gerald


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] NAS device for home?

2009-01-13 Thread Dean Hamstead

for anyone interested, zazz.com.au has a cheap nas on sale today

the usual disclaimers apply (ie i dont work for them etc)

Dean

Matthew Hannigan wrote:

On Wed, Jan 14, 2009 at 08:33:48AM +0900, jam wrote:
Seagate published this 
http://www.seagate.com/content/docs/pdf/whitepaper/D2c_More_than_Interface_ATA_vs_SCSI_042003.pdf


It says multiple drives in close mechanical proximity WILL fail !

Like This: 
Drive1 seeks to track

That movement shakes Drive2 off track, so it corrects
THAT movement shakes Drive1 off track so it corrects
...


Here's a nice article and video on how vibration (in this case mere shouting)
can affect disk performance.

http://blogs.sun.com/brendan/entry/unusual_disk_latency

Nice demo of Sun's dtrace and fishworks too :-)

Matt



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VLC to TV

2009-01-07 Thread Dean Hamstead

mythtv in all its flavours, but i recommend the popcorn a-110

i put a review of it at

http://rantage.com.au/item/1229558115/

Dean

Ben Donohue wrote:

Hi all,

I'm looking to setup a pc with an output to a tv (big flatscreen) to 
play video files. Sort of like home theatre.


or video files over a lan connection from a server.

recording tv is not necessary but may be good.

Is there a Linux distro that does this or do people go for a hardware 
appliance?


Thanks
Ben




--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VLC to TV

2009-01-07 Thread Dean Hamstead
are you installing the nvidia drivers? or just the out of the box open 
source ones?





Dean

jam wrote:

On Thursday 08 January 2009 10:00:05 slug-requ...@slug.org.au wrote:

I'm looking to setup a pc with an output to a tv (big flatscreen) to
play video files. Sort of like home theatre.

or video files over a lan connection from a server.

recording tv is not necessary but may be good.

Is there a Linux distro that does this or do people go for a hardware
appliance?


As others have enthused, mythtv on your choice of distro.
I'd never go without myth either HOWEVER the actual graphics performance is 
aweful. Even on high end nvidea cards the display jitters, movies are 'OK' 
footy or Motor  Racing etc is terrid. 
Even modest hardware is distinctly better and high end hardware eg sony bravia 
is much smoother.


We've tried Core2, AMD-X2, Intel and Nvidia graphics: Mobo, 8500, 8600 without 
significant -aaah's


James

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] NAS device for home?

2009-01-04 Thread Dean Hamstead
4 port sata cards are about $50, so motherboard density isnt really that 
big of a deal. what i would worry about is how well the sata controller 
chip is supported. the aforemented $50 cards are 99% silicon image chips 
with excellent drivers. my mileage hasnt been so good with other onboard 
sata chipsets.


Dean

Ben wrote:

I'm using a Gigabyte motherboard with 4x1TB SATA drives,and 2x 200MB
IDE drives. I could give you the model number but it's out of date, so
wouldn't be of any use.

My main PC has 8 SATA ports and will become the file server when done,
again the motherboard is out of date.

You should have too much trouble tracking down a new Gigabyte
motherboard with 8 SATA ports on it, but four should be enough - I
have 4.4TB of capacity (configured as 2.2 + 2.2 with daily rysnc
between them).

Oh, and you misspelt pr0n. ;-)

Speaking of pr0n, here's some really nice pics of my home built NAS
cabinet. Hard drives tend to vibrate, and get warm when near one
another so I got a bit creative:

old drawer + elastic shock cord + 2 coat hangers + L shaped aluminium
cut to size and drilled:
http://shadroth.nfshost.com/hdd-rack/hdd-rack2.jpg

cables:
http://shadroth.nfshost.com/hdd-rack/hdd-rack7.jpg

next to the beast powering it:
http://shadroth.nfshost.com/hdd-rack/hdd-rack8.jpg



On Fri, Dec 19, 2008 at 1:56 PM, Sonia Hamilton so...@snowfrog.net wrote:

Can anyone recommend a NAS device for home? ie something for that takes more
than 2 large disks, does RAID5, does NFS and CIFS. (I've seen a few devices
for home, but they were limited to 2 disks).

I'm wondering if buying such a NAS device would be more expensive than
buying a barebones mobo/cpu + case and putting Linux on. If so, any
recommendations for a mobo that takes a large number of SATA drives (eg 6 or
8) and doesn't have some weird BIOS thing that requires Windoze to support
said large number of drives?

Thanks, Sonia,
who has much p0rn to store (martial arts videos)
:-)
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] How do you un-partition a HD

2008-12-22 Thread Dean Hamstead

did you install on to the external hard disk?

what format was the external hard disk before and after?

Dean

Daryl Thompson wrote:

Help Help Help

Last night a copied all my data onto a external Hard disk. then precoded to
install Linux forgetting to remove the external Hard disk.

Now how can I un-partition my external Hard disk and recover all my data 4
years worth of it.

I need most of it back

Thanks
Daryl

The silly one


--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Netbook experiences?

2008-12-11 Thread Dean Hamstead

acer aspire one  eepc

i did pay the windows tax but oh well.

the eepc is tonnes of fuss to install
http://wiki.debian.org/DebianEeePC

the acer just took linux and loved it
http://wiki.debian.org/DebianAcerOne

the msi looks like the same hardware as the aspire one.
the main difference i have seem from the eepc to the aspire
is better support for the network hardware in the aspire.

Dean

Rev Simon Rumble wrote:

Hi folks.

I'm in the market for one of these ultra-portable little laptops.  I'm 
keen on a 9 screen, and would prefer not to pay the Redmond tax.


So what's people's experiences?  The MSI Wind is looking like a front 
runner from the reviews I've read.


What are the real world experiences?



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Netbook experiences?

2008-12-11 Thread Dean Hamstead

i have the 120gb A150X

the keyboard is a little cramped for my beefcake hands, however its tiny 
size and weight make up for that inconvenience. plus i mainly ssh into 
it, my experience in that regard is tainted.


im still waiting on my cash back though, acers cash backs typically take 
3 months.


Dean

Rev Simon Rumble wrote:

This one time, at band camp, Dean Hamstead wrote:


the msi looks like the same hardware as the aspire one.
the main difference i have seem from the eepc to the aspire
is better support for the network hardware in the aspire.


MSI Wind apparently has a great keyboard.  What's the Aspire's like?

Which model have you got?  The Windows one seems to have a better spec, 
but I suppose you'd need it.

http://en.wikipedia.org/wiki/Acer_Aspire_One#Specifications



--
http://fragfest.com.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


  1   2   3   4   5   6   7   8   >