[Linux-users] ssh connection timed out

2010-11-14 Thread Roger Searle
Hi, I am trying to ssh to a Ubuntu 8.04.4 LTS virtual machine - 
temporary host is an XP box running VMWare Server 2.02.  Previously when 
hosted on an ubuntu box I could ssh to it, whether this move has 
something to do with this breakage or not I'm unsure.

The VM appears to function normally in other ways.  I can ping it from 
the network by name or IP address, I can ping from it by name or IP 
address.  I can ssh from this box to another on the network.

I believe the daemon is running and listening on port 22:
ro...@neptune:~$ sudo /etc/init.d/ssh restart
  * Restarting OpenBSD Secure Shell server 
sshd
   
[ OK ]
ro...@neptune:~$ sudo netstat -anltp | grep sshd
tcp6   0  0 :::22   :::*
LISTEN  6464/sshd

Nothing relevant in iptables:
ro...@neptune:~$ sudo iptables  -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination

Chain FORWARD (policy ACCEPT)
target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination

Nothing but commented lines in /etc/hosts.allow and hosts.deny.

Error is always this:
ro...@mercury:~$ ssh neptune
ssh: connect to host neptune port 22: Connection timed out
(same with ssh ro...@neptune or ssh ip-address)

This also:
ro...@mercury:~$ telnet neptune 22
Trying 10.2.1.202...
telnet: Unable to connect to remote host: Connection timed out

Here endeth my efforts.  Can anyone suggest where to from here?

Cheers,
Roger




___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Dependency probs on OpenProj

2010-11-16 Thread Roger Searle

On 17/11/10 15:49, Carl Turney wrote:
 Lee Begg wrote:


 Try installing openjdk-6-jre (or searching for java 6 in apt or aptitude).
  
Try apt-get install, and following the installation of openjdk-6-jre 
pay attention to the output you get as you will probably see openproj 
then able to continue with it's configuration.  Here's what I see on a 
lucid box up to the point of do you want to continue (I'm n as I'm not 
interested in actually doing this, you can just press enter to select 
the capitalised (default) Y option)

ro...@jupiter:~$ sudo apt-get install openjdk-6-jre

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
   ca-certificates-java icedtea-6-jre-cacao java-common 
libaccess-bridge-java libaccess-bridge-java-jni openjdk-6-jre-headless 
openjdk-6-jre-lib ttf-dejavu-extra
   tzdata-java
Suggested packages:
   default-jre equivs icedtea6-plugin sun-java6-fonts 
ttf-sazanami-gothic ttf-kochi-gothic ttf-sazanami-mincho 
ttf-kochi-mincho ttf-telugu-fonts ttf-oriya-fonts
   ttf-kannada-fonts ttf-bengali-fonts
The following NEW packages will be installed:
   ca-certificates-java icedtea-6-jre-cacao java-common 
libaccess-bridge-java libaccess-bridge-java-jni openjdk-6-jre 
openjdk-6-jre-headless openjdk-6-jre-lib
   ttf-dejavu-extra tzdata-java
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 35.8MB of archives.
After this operation, 96.1MB of additional disk space will be used.
Do you want to continue [Y/n]?




___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Dependency probs on OpenProj

2010-11-18 Thread Roger Searle
Plenty of google results on this type of error, seem to be bugs in a 
package that often later resolve themselves when running an update (e.g. 
when running sudo aptitude update;sudo aptitude safe-upgrade).  Times 
I've seen it I have not done anything and not noticed any issue.

Does openproj run OK, or do you notice any errors or issues of any type 
on your box generally subsequent to installing it?

Cheers,
Roger


On 18/11/10 08:00, Carl Turney wrote:
 Hi again All,

 Oops.  Sorry.  I forgot to include the worrying messages during that
 successful (?) install.  Here they are...

 u...@tower:~/Downloads$ sudo dpkg -i openproj_1.4-2.deb
 Selecting previously deselected package openproj.
 (Reading database ... 160021 files and directories currently installed.)
 Unpacking openproj (from openproj_1.4-2.deb) ...
 Setting up openproj (1.4-2) ...

 Processing triggers for desktop-file-utils ...
 Processing triggers for python-gmenu ...
 Rebuilding /usr/share/applications/desktop.en_NZ.utf8.cache...
 Processing triggers for shared-mime-info ...
 Unknown media type in type 'all/all'
 Unknown media type in type 'all/allfiles'
 Unknown media type in type 'uri/mms'
 Unknown media type in type 'uri/mmst'
 Unknown media type in type 'uri/mmsu'
 Unknown media type in type 'uri/pnm'
 Unknown media type in type 'uri/rtspt'
 Unknown media type in type 'uri/rtspu'
 Unknown media type in type 'fonts/package'
 Unknown media type in type 'interface/x-winamp-skin'
 Processing triggers for python-support ...


 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] virtualbox host blue screen on startup

2010-12-09 Thread Roger Searle
Thanks - I had all the APIC etc stuff the same, ended up being that the 
wizard put the hard disk under a SATA controller which seems reasonable 
but needed to be IDE (as for my user) and all is good now.  Now I'm 
discovering snapshot issues, and need to carefully get my head around 
merging them...

Thanks for the reply.
Roger



On 10/12/10 12:57, Henry Jenkins wrote:
 Are you sure you are using the same settings? There are a couple of
 things that windows require like ACPI support

 There should be some virtual machine settings file as well as the disk
 image file. Off the top of my head they are in ~/.VirtualBox/

 Henry

 On 10/12/10 12:48, Roger Searle wrote:

 Compliments of the season to you all,

 I'm successfully running a Windows 7 machine in VirtualBox on a 64bit
 Lucid box.  All is good running as my own user.

 When I create a new Lucid user, added to the vboxusers group, log on as
 that user and set up a new VM using the existing VDI hard drive, a few
 seconds in to the boot of the win7 machine (the very pretty little orbs
 flying around for about 3 seconds) it will bluescreen and quickly reboot
 without being able to see the error.  Next boot Windows will tell you
 there was a problem and offer to fix which it can't manage to do.
 However logging back on as my own user the VM will boot without issue.

 I've checked the permissions of the VDI file and given all users rwx,
 not made any difference.

 I haven't located any relevant answers yet in my googling and wonder if
 anyone has some experience of this or similar they might like to share?

 Cheers,
 Roger

 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

  

 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] delete huge nest of folders

2011-01-16 Thread Roger Searle
Hi, over the holiday period some weirdness occurred and rectifying is 
proving troublesome.  On a USB drive I have a very deeply nested folder 
structure of the same repeating name which probably ultimately ends in 
the same name and has a few 100MB of photos in it i.e. 
/media/drive/2003/2003/2003 (repeat many MANY times) 
/2003/somephotos.jpg.  Attempting to do rm -rf may be doing something 
(shows in htop, taking a few % of a core) but a few hours later is still 
not done.  Looking at the properties of the top level folder in a file 
manager, it reads for ages trying to determine number of folders and 
gets to a brick wall at about 140,000 folders and kills my KDE session!

Some googling isn't really getting me anywhere, ideas like this do not 
finish the job after a couple of hours:
ls | grep 2003 | xargs rm -rf

Any suggestions on how to remove the offending folders in some quick-ish 
and recursive fashion are welcomed, while leaving other folders in 
/media alone.

Secondary importance is ideas on how the situation arose in the first 
place might be interesting.  Possible relevant factors: a 1TB USB drive 
encrypted via TrueCrypt receiving backups via rsync, the host machine 
had a power failure on the boxing day quake such that the power cable to 
one of the internal hard drives (containing /home) came out and left the 
machine in a partially useable state.  Other top level folders on the 
same USB drive are fine.

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] delete huge nest of folders

2011-01-16 Thread Roger Searle
Thanks Jim and Craig for the suggestion to do fsck and possibly write 
off the partition, as noted it is a backup drive and 1 of 2 that are 
regularly rotated because you never know when something might go wrong! 
I expect (and will check) that my rsyncs will have the correct files 
copied over next time I use that drive, it will just be a longer than 
normal sync.  Not that it matters because it will be out of hours anyway.

So I'll consider the problem solved.

Cheers,
Roger


On 17/01/11 14:02, Jim Cheetham wrote:
 On Mon, Jan 17, 2011 at 1:27 PM, Roger Searlero...@stepahead.org.nz  wrote:
 /media/drive/2003/2003/2003 (repeat many MANY times)
 /2003/somephotos.jpg.  Attempting to do rm -rf may be doing something
 (shows in htop, taking a few % of a core) but a few hours later is still
 not done.  Looking at the properties of the top level folder in a file
 manager, it reads for ages trying to determine number of folders and
 gets to a brick wall at about 140,000 folders and kills my KDE session!
 So you have a structure of many directories, and at the bottom a set
 of files? Or something different?
 I presume you've removed the files at the bottom OK?

 Any suggestions on how to remove the offending folders in some quick-ish
 and recursive fashion are welcomed, while leaving other folders in
 /media alone.
 Errm, unlink() the top one (/media/drive/2003/2003 ?) using perl or C
 or something that isn't the shell, then unmount and fsck the
 filesystem :-) Then go remove anything left in the
 /media/drive/lost+found directory ...

 That's a little dangerous though, but if you like living on the edge, go for 
 it.

 Also, given that this is a backup drive, don't bother preserving the
 rest of /media/drive, consider nuking it completely with mkfs, and
 then re-establishing the backups.

 Not sure what caused your problem, but I like to leave marker files on
 my mount pounts, where they exist when a device is unmounted (i.e. not
 /media/...)

 So when my drive is unmounted I might have /data -- so in there I'll
 create a file called /data/STOP. When the correct device is mounted
 onto /data, this file effectively disappears -- so I can check for it
 in the top of any simple backup scripts ...

 if [ -e /data/STOP ]
 then exit 1
 fi

 This helps to detect unmounted directories, without having to know
 anything about how they are mounted in the script.

 -jim

 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] delete huge nest of folders

2011-01-16 Thread Roger Searle

On 17/01/11 14:02, Jim Cheetham wrote:
 Not sure what caused your problem, but I like to leave marker files on
 my mount pounts, where they exist when a device is unmounted (i.e. not
 /media/...)

 So when my drive is unmounted I might have /data -- so in there I'll
 create a file called /data/STOP. When the correct device is mounted
 onto /data, this file effectively disappears -- so I can check for it
 in the top of any simple backup scripts ...

 if [ -e /data/STOP ]
 then exit 1
 fi

 This helps to detect unmounted directories, without having to know
 anything about how they are mounted in the script.

 -jim

This is excellent, I'll be making use of this method!

Thanks,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] delete huge nest of folders

2011-01-16 Thread Roger Searle
On 17/01/11 14:56, Jim Cheetham wrote:
 On Mon, Jan 17, 2011 at 2:44 PM, Roger Searlero...@stepahead.org.nz  wrote:
 Thanks Jim and Craig for the suggestion to do fsck and possibly write
 off the partition, as noted it is a backup drive and 1 of 2 that are
 regularly rotated because you never know when something might go wrong!
 Well, if you are writing it off, how about trying the unlink/fsck
 trick and see if that helps? I'd be keen to hear from someone using it
 in practice ...

 -jim

OK - but I got kind of stuck, and time pressures took me right to write 
it off.  The drive must be mounted in TrueCrypt to be able to write to 
it, and while it is I got:

roger@mercury:/usr/share/man$ fsck /media/truecrypt1/
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
fsck.ext2: Is a directory while trying to open /media/truecrypt1

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
 e2fsck -b 8193 device

So first question: Does fsck correctly know it's a corrupt superblock 
given it's encrypted?

If I then unmount the drive in TrueCrypt, it does not show in the 
results of the mount command.  This being the point at which I decided 
to move on!  I've not yet done a mkfs.

How would I then run fsck without a TrueCrypt mount?  Or is the unlink 
suggestion done via other means?

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] start openvpn automatically

2011-02-02 Thread Roger Searle
Hi, I have an OpenVPN server installed and configured on Ubuntu 10.10 
and works well (clients can connect), except it doesn't start 
automatically. It starts fine from the command line, and I see that in 
/etc/init.d I have openvpn, and in each of /etc/rc2.d, rc3.d, rc4.d and 
rc5.d there is a S16openvpn - ../init.d/openvpn link.

What do I need to do or where do I need to look to have the server start 
automatically to run as a daemon or service?

I'm not clear from my googling just what needs to happen, aside from 
perhaps it needs to be further down the boot order via S99 instead of an 
S16, though I'm unsure of the best way of implementing this or if 
there's other issues I need to understand.

Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] start openvpn automatically

2011-02-07 Thread Roger Searle

On 03/02/11 14:11, Roger Searle wrote:

On 03/02/11 10:23, Jim Cheetham wrote:

On Thu, Feb 3, 2011 at 8:34 AM, Roger Searleroger.sea...@gmail.com   wrote:

Hi, I have an OpenVPN server installed and configured on Ubuntu 10.10
and works well (clients can connect), except it doesn't start
automatically. It starts fine from the command line, and I see that in
/etc/init.d I have openvpn, and in each of /etc/rc2.d, rc3.d, rc4.d and
rc5.d there is a S16openvpn -   ../init.d/openvpn link.

What do I need to do or where do I need to look to have the server start
automatically to run as a daemon or service?

Generally, just put the server config file into /etc/openvpn,
called_something_.conf

The init script isn't OpenVPN itself, it's just a script that searches
for config files and invokes OpenVPN with them, if they are there.

-jim


I suspect I created the situation by leaving a second .conf file (for
clients) in /etc/openvpn.  Looks like everything else was as it should
be.  The opportunity to re-test is Monday morning.  Thanks to everyone
for their replies, confirmations, other options - which would only now
be renumbering the various rcX links.

Cheers,
Roger
Server reboot and OpenVPN restarts  now there's the single .conf file.  
Thanks for the replies.


Cheers,
Roger
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] How to revert to old version of Kompozer

2011-02-16 Thread Roger Searle
On 17/02/11 1:34 PM, Carl Turney wrote:
 Hi All,

 Just spent ~6 hours on this problem, and no closer to a solution...

 Until about 2-3 months ago, I was using Kompozer to edit websites.  It
 was perfect, for me.


 Here are the other web page editing tools I have already
 considered/tried and rejected...
 IceApe = SeaMonkey ... mostly a browser and email client.  Am already
 completely happy with Thunderbird and Firefox, and do NOT want to waste
 days porting my data across, re-configuring emails etc.

Reconsider seamonkey.  I've got a 10.10 box here that can do a sudo 
apt-get install seamonkey with no errors, and (after wgetting your 
site) open it in the tool you are looking for - composer - from the 
Window menu.  It has a normal edit mode that is the wysiwyg editor you 
seek, as well as source view.

You are not obliged to move from thunderbird or firefox.  Just cancel 
the wizard that tries to import emails etc.

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] OT: Any CLUGgers need RW help after Quake 2.0?

2011-02-27 Thread Roger Searle



On 27/02/11 19:04, Adrian Mageanu wrote:

Hey, that was my line!

All well and good here, inside the cordon. Movement restrictions pretty
heavy in the area, but if anyone think I can help in any way from where
I am - like rescuing an abandoned car (already done that several times)
- just ask. I know, a bit OT here.

Adrian


Fancy getting my daughter's car out of a car park?  That one next to the 
Grand Chancellor.  Let me know if you're keen and we'll throw keys over 
the army officers.


Roger
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] OT: Any CLUGgers need RW help after Quake 2.0?

2011-02-28 Thread Roger Searle

On 28/02/11 13:18, Adrian Mageanu wrote:
 On Mon, 2011-02-28 at 02:56 +1300, Roger Searle wrote:
 On 27/02/11 19:04, Adrian Mageanu wrote:
 Hey, that was my line!

 All well and good here, inside the cordon. Movement restrictions pretty
 heavy in the area, but if anyone think I can help in any way from where
 I am - like rescuing an abandoned car (already done that several times)
 - just ask. I know, a bit OT here.

 Adrian


 Fancy getting my daughter's car out of a car park?  That one next to the
 Grand Chancellor.  Let me know if you're keen and we'll throw keys over
 the army officers.

 Roger
 Sorry, not going nowhere near that site. Actually the entire area is a
 no-go even for USAR teams.
My apologies, I should have included a winking face, I wasn't at all 
serious.

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] Fwd: Help

2011-03-05 Thread Roger Searle
Hi list members, no idea why I received this request, maybe others here 
have also, it's not something I have experience in, but some of you may 
well do?

Cheers,
Roger

 Original Message 
Subject:Help
Date:   Sun, 6 Mar 2011 16:06:10 +1300
From:   Ray Tainui r...@sigmacom.co.nz
To: roger.sea...@gmail.com



Hello Roger
We are a munted chch based call centre that needs someone to set up an 
Asterisk PABX with Vicidial to run remote agents.
www.vicidial.org http://www.vicidial.org
Do you know of anyone that can help?
My contact details are:
Raymond Tainui
029 238 5999
Many Thanks

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Weird browser problem

2011-05-01 Thread Roger Searle
On 02/05/11 07:14, Robert Fisher wrote:
 I cannot seem to open the TV guide at skytv.co.nz
 http://www.skytv.co.nz/Default.aspx?tabid=116

 on either Firefox 4, Epiphany 2.30.6 or Chromium 6.0.472.63 (on Linux)

 I can load the page on IE 8 or Google Chrome on Windows 7 (in a
 Virtualbox VM on the same machine).

 Any ideas? Do I need a plug-in or something? It has worked before on
 Linux boxes.

 Rob
It loads OK for me via Chrome 11.0.696.57, Firefox 3.6.16, 64bit 
Maverick.  Not though in Konqueror with flashplugin-alternative.so.

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Weird browser problem

2011-05-01 Thread Roger Searle

On 02/05/11 07:30, Roger Searle wrote:
 On 02/05/11 07:14, Robert Fisher wrote:
 I cannot seem to open the TV guide at skytv.co.nz
 http://www.skytv.co.nz/Default.aspx?tabid=116

 on either Firefox 4, Epiphany 2.30.6 or Chromium 6.0.472.63 (on Linux)

 I can load the page on IE 8 or Google Chrome on Windows 7 (in a
 Virtualbox VM on the same machine).

 Any ideas? Do I need a plug-in or something? It has worked before on
 Linux boxes.

 Rob
 It loads OK for me via Chrome 11.0.696.57, Firefox 3.6.16, 64bit
 Maverick.  Not though in Konqueror with flashplugin-alternative.so.

 Cheers,
 Roger

OK a bit more info and specifically answers your question as to needing 
a plug-in.  On same box as earlier post, having first updated firefox to 
v4, and now having upgraded to natty, I can still see the TV guide but 
not if I disable the shockwave flash (10.2 r159) plugin.  Is that 
enabled or listed in FF Tools  Add-ons  Plugins?

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] time stamp in bash script

2011-05-23 Thread Roger Searle
Hi, I have various bash scripts for backing up to S3 storage, run via 
s3cmd and cron which kindly sends me a nice email with the output of 
either s3cmd or  echo 'some text'  lines in the script.  One such 
script for user emails changes to bob's email folder, does the backup, 
changes to jane's email folder, backs up etc.

I'm interested in knowing how long each user's backing up takes by 
putting a time stamp in the script at the start (after changing to the 
user's folder, before the s3cmd runs) and end (after the s3cmd runs) via 
date +%H:%M:%S.  I can then make a comparison between the 2 myself to 
see elapsed time (or later extend the idea to get the difference between 
the 2).  I could do this maybe:

echo start time:
date +%H:%M:%S

and think this will work but it would be nice if I could get this on a 
single line, however I'm confused/lost about the finer (important) 
points of where quotes need to go and when they should be single or 
double. Could someone clarify for me please?

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Direct links to Seamonkey Composer

2011-06-01 Thread Roger Searle
Exploring all the menus, particularly settings under Edit  Preferences 
is essential when playing with something new.  There you find under 
Appearance is what will happen when Seamonkey starts up.  Turn off 
Browser, turn on Composer.

Right click Seamonkey entry in Internet menu  add to panel.

whereis seamonkey gets you going on a different route as suggested by 
Nick.

Cheers,
Roger


On 02/06/11 15:01, Nick Rout wrote:
 You are a little arrogant. we are not all sitting here waiting for your 
 emails.

 How about working out what the name of the binary is that runs the
 editor. Then create a shortcut to start the command.

 On Thu, Jun 2, 2011 at 2:45 PM, Carl Turneycarl.tur...@orcon.net.nz  wrote:
 Hi,

 No responses yet.  Too boring, too pedestrian, a request?

 Cheers,

 Carl

 On 01/06/11 23:31, Carl Turney wrote:
 Hello,

 Have just installed Seamonkey Composer (WYSIWYG HTML editor) 2.0.11 onto
 my Ubuntu 10.4.2

 ...
 Have looked and can only find one way of getting into Composer...
 ApplicationsInternetSeaMonkeyFileOpen File
 (Navigate
 to and select desired page.)File Edit Page (am now in Composer,
 at last).

 Anyone know how I could create a Launcher directly into Composer, for
 insertion in the Internet menu and/or in the Panel?

 Thanks very much,

 Carl
 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] State of 64 bit flash?

2011-06-12 Thread Roger Searle
On 12/06/11 16:58, yuri wrote:
 Hi CLUG,

 we're looking at getting a new laptop and they all seem to have a 64 bit CPU.
 I know that x86-64 is backwards compatible with 32 bit software, and I
 don't need to address more that 4GB of RAM.

 Any compelling reason to install a 64 bit distro?
 If there's no 64 bit flash player yet, then that's a deal breaker and
 we'll stick to 32 bit.

 Cheers
 Yuri


Regarding flash, I can happily report that both my main work and home 
desktop machines, 64bit Natty, both have functioning flash including 
(importantly) sound.  This is the first time I have got to this state.  
I have not made any effort to fix/install/do anything other than a 
distro upgrade.  Something of a relief.  I can't say why, I'd only guess 
that it's due to sufficient maturing on the part of 
Ubuntu/Adobe/developers and don't care, happy in the knowledge that it 
Just Works.  I long ago tired of the random outcome of the next flash or 
distro update and what state I would find things in, and what the 
solution might be (it seemed that it was always a different cause/solution).

Only minor issue I can comment on is a flickering and invisibility of 
the progress bar in the player on the home desktop, which I currently 
have no energy for investigating.

Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] moving grub to another partition

2011-10-21 Thread Roger Searle
Hi, I'm running Linux Mint 11, a second OS install on this box, the 
first being various k/ubuntus ending at Natty.  I'm not interested in 
the Natty install now and want to make use of the partition for 
something else, however this is where the working grub is installed.  
There is a second grub (/etc/default/grub, /etc/grub.d/) for the Mint 
install, however editing of this /etc/default/grub and running 
grub-update have no effect on the grub menu when the machine boots, 
leading me to realise I have 2 grubs.  I've done enough googling to 
get me this far and realise I don't really know what I should do to have 
the box use the grub files in the Mint install, the likely outcome would 
be rendering it unbootable and needing to reinstall grub.  Could someone 
point me in the right direction please?

Some more info that's probably relevant: sda6 is where the Natty 
installation is, sdc1 is / and sdc6 is /home for Mint.  The single 
partition on sdb (sdb1) is my /video, the fact that it has the bootable 
flag set may be a hangover from a previous install.  And of note, sdc1 
does not have the boot flag set.

roger@gemini ~ $ sudo fdisk -l

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003330c

Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   30159   30401 1951897+  82  Linux swap / Solaris
/dev/sda4   1   30158   2422440735  Extended
/dev/sda5   1   25294   203173992   83  Linux
/dev/sda6   25295   3015839070048+  83  Linux

Partition table entries are not in disk order

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00054fc7

Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *   1   38914   312568832   83  Linux

Disk /dev/sdc: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000785a6

Device Boot  Start End  Blocks   Id  System
/dev/sdc1   138923122   83  Linux
/dev/sdc23892   38914   2813132815  Extended
/dev/sdc538924872 7875584   82  Linux swap / Solaris
/dev/sdc64872   38914   273436672   83  Linux


Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] moving grub to another partition

2011-10-24 Thread Roger Searle
Normally I'd be OK with that approach, however this is now a well 
behaved mythtv box, so not keen!  Looks like Kevin's suggestion of an 
uninstall then reinstall is the option, or do nothing.  Thanks for the 
replies.

Roger




On 22/10/11 18:39, Robert Fisher wrote:

 I would backup and then install a fresh clean Linuxmint 12 which is 
 due in November.
 Rob
 On Oct 22, 2011 9:40 AM, Roger Searle roger.sea...@gmail.com 
 mailto:roger.sea...@gmail.com wrote:
 
  Hi, I'm running Linux Mint 11, a second OS install on this box, the
  first being various k/ubuntus ending at Natty.  I'm not interested in
  the Natty install now and want to make use of the partition for
  something else, however this is where the working grub is installed.
  There is a second grub (/etc/default/grub, /etc/grub.d/) for the Mint
  install, however editing of this /etc/default/grub and running
  grub-update have no effect on the grub menu when the machine boots,
  leading me to realise I have 2 grubs.  I've done enough googling to
  get me this far and realise I don't really know what I should do to have
  the box use the grub files in the Mint install, the likely outcome would
  be rendering it unbootable and needing to reinstall grub.  Could someone
  point me in the right direction please?
 
  Some more info that's probably relevant: sda6 is where the Natty
  installation is, sdc1 is / and sdc6 is /home for Mint.  The single
  partition on sdb (sdb1) is my /video, the fact that it has the bootable
  flag set may be a hangover from a previous install.  And of note, sdc1
  does not have the boot flag set.
 
  roger@gemini ~ $ sudo fdisk -l
 
  Disk /dev/sda: 250.1 GB, 250059350016 bytes
  255 heads, 63 sectors/track, 30401 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x0003330c
 
 Device Boot  Start End  Blocks   Id  System
  /dev/sda1   *   30159   30401 1951897+  82  Linux swap / 
 Solaris
  /dev/sda4   1   30158   2422440735  Extended
  /dev/sda5   1   25294   203173992   83  Linux
  /dev/sda6   25295   3015839070048+  83  Linux
 
  Partition table entries are not in disk order
 
  Disk /dev/sdb: 320.1 GB, 320072933376 bytes
  255 heads, 63 sectors/track, 38913 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x00054fc7
 
 Device Boot  Start End  Blocks   Id  System
  /dev/sdb1   *   1   38914   312568832   83  Linux
 
  Disk /dev/sdc: 320.1 GB, 320072933376 bytes
  255 heads, 63 sectors/track, 38913 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x000785a6
 
 Device Boot  Start End  Blocks   Id  System
  /dev/sdc1   138923122 83  Linux
  /dev/sdc23892   38914   281313281 5  Extended
  /dev/sdc538924872 7875584   82  Linux swap / 
 Solaris
  /dev/sdc64872   38914   273436672   83  Linux
 
 
  Cheers,
  Roger
 
 
  ___
  Linux-users mailing list
  Linux-users@lists.canterbury.ac.nz 
 mailto:Linux-users@lists.canterbury.ac.nz
  http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


 ___
 Linux-users mailing list
 Linux-users@lists.canterbury.ac.nz
 http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Dave Merrick invited you to Dropbox

2011-10-25 Thread Roger Searle
On 25/10/11 17:21, Nick Rout wrote:
 I advocate having everything important stored *both* locally *and* on the 
 net.
 When done appropriately, I agree. Dropbox isn't for anything you want
 kept securely though.
 I've often thought of partnering with someone in a different city to
 mirror each others important data.

 I back up my office server to amazon s3 every night and get bills in
 the order of $0.19 (yes 19 cents) a month. For the hassle of pairing
 up with someone else, and ensuring their server is up when you want to
 back up, and vice versa, and their hard drive isn't about to die, that
 the data on theor machine is encrypted etc etc I think amazon provides
 a good solution.

 The advantage is that you can partner with someone you know and trust.

 yes, but I value the uptime and ease of use of amazon much more.

I'm an S3 fan too, once set up it's just a matter of reading an emailed 
log of what last night's cron job did.  To help speed the process of a 
restore to another site a sync back down can be performed now and then - 
doing that just now it took 10 minutes to get changed files since last 
week, could make it much quicker if it was run hourly.

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] moving grub to another partition

2011-10-25 Thread Roger Searle
On 25/10/11 13:37, C. Falconer wrote:
 Roger Searle wrote, On 10/22/2011 09:39 AM:
   Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *   30159   30401 1951897+  82  Linux swap / Solaris
 /dev/sda4   1   30158   2422440735  Extended
 /dev/sda5   1   25294   203173992   83  Linux
 /dev/sda6   25295   3015839070048+  83  Linux
 ...


 I have to admit I haven't seen a simple partition table like that for ages.
 Why did you put swap first on the disk?
I have no idea, other than to say the various disks in the box have come 
and gone over the years, been in there varying times and it has been 
through quite a few reinstalls and new installs, various partitions have 
been removed and recreated as a result.  And of course I sometimes don't 
use my brain very well...  It will have become swap on a second 
drive.  This current install has /, /home, swap, all on sdc. 4 drives 
in there right now.

Your pv/lvraid info below is very interesting, no questions right now.  
I've temporarily resolved my mythtv disk space issue with creating 
another storage group using a spare partition, but thanks for the 
insight into another possibility which I've not played with before but 
am keen to.  I definitely need a new drive for this box at some point 
soon. It may well coincide with building a front end box when funds 
allow - the above sda and another coming out, a TB (or 2) going in.

 By contrast, here's my desktop, which is still FC13 based.



  Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *2048 4098047 2048000   fd  Linux raid
 autodetect
 /dev/sda2 4098048   490233855   243067904   fd  Linux raid
 autodetect


 which leads to:

 [~]$ cat /proc/mdstat
 Personalities : [raid1]
 md5 : active raid1 sda2[0] sdb2[1]
 243066748 blocks super 1.1 [2/2] [UU]
 bitmap: 1/2 pages [4KB], 65536KB chunk

 md0 : active raid1 sda1[0] sdb1[1]
 2047988 blocks super 1.0 [2/2] [UU]


 So /boot is a raid1, the machine could use either to boot.   When the OS
 is up, both bits are synched.




 [~]$ sudo pvdisplay
 --- Physical volume ---
 PV Name   /dev/md5
 VG Name   vg_0
 PV Size   231.81 GiB / not usable 25.87 MiB
 Allocatable   yes (but full)
 PE Size   32.00 MiB
 Total PE  7417
 Free PE   4260
 Allocated PE  3157
 PV UUID   m5RtvB-3BQj-P7Rg-I5qA-BRH0-nARY-xzYuh3


 md5 is a raid1 also, which is a physical space for LVM





 [~]$ sudo lvdisplay
 --- Logical volume ---
 LV Name/dev/vg_0/root
 VG Namevg_0
 LV UUIDXrjNoQ-ycDQ-Npph-SKAS-Bs52-tWli-SCIOy2
 LV Write Accessread/write
 LV Status  available
 # open 1
 LV Size97.66 GiB
 Current LE 3125
 Segments   1
 Allocation inherit
 Read ahead sectors auto
 - currently set to 256
 Block device   253:0

 --- Logical volume ---
 LV Name/dev/vg_0/swap
 VG Namevg_0
 LV UUIDg06aAs-2N6H-d1CW-fr1X-6DSI-FSmh-kJmc03
 LV Write Accessread/write
 LV Status  available
 # open 1
 LV Size1.00 GiB
 Current LE 32
 Segments   1
 Allocation inherit
 Read ahead sectors auto
 - currently set to 256
 Block device   253:1


 Inside the PV  there are two LVs and some spare space, so I can expand
 either partiiton or make a new one as I see fit.
 So here's the  mount table


 [cfalconer@ttt07 ~]$ df
 Filesystem   1K-blocks  Used Available Use% Mounted on
 /dev/mapper/vg_0-root
100791728  15221400  80450328  16% /
 /dev/md0   2015812129332   1784084   7% /boot
 junk:/rsync/iso 1465058560 1274893824 190164736 88% /mnt/iso
 //bruce/shared   262244212 207756388  54487824  80% /mnt/shared
 /dev/sdc1  7955256   5679460   2275796  72% /media/Camshot




 I've done similar for a mythbox for a coworker   sda 160 GB +  sdb 1TB
 md0first 500 MB of each disk raid1 for /boot
 md5Rest of sda plus 159 GB from middle of sdb as a PV for LVM
 /mythdata700GB as sdb3


 Any questions?





___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Pet Peeve

2011-11-25 Thread Roger Searle
On 25/11/11 4:32 PM, C. Falconer wrote:
 Derek Smithies wrote, On 11/25/2011 03:51 PM:
 more ram is actually an environmentally friendly activity
 And its astonishingly cheap these days.
I put 8GB of RAM in my current work desktop machine, htop tells me 
nearly all of it is allocated.  Partly due to having several VMs 
running.  Runs nicely (helps that it is quad core).  Trickier is fixing 
up someone's current and underspec'd purchase.  More RAM in a windows 
machine always helps.  If no spare slots for adding, then replace.  Good 
for current generation, poss. a bit pricey for the previous, not worth 
it for the one before that.

On another tack, I've just seen for myself what a huge difference the 
window manager makes.  I put mythbuntu 10.10 (for a front end) on a box, 
an Athlon dual core 1350 MHz with 4GB RAM.  It uses xfce, and has 
blazingly fast boot time: POST is the usual 11 secs, desktop (including 
an auto log in) a further 19 secs!  Mythtv loaded ready to select a 
recording for a total time of 50 seconds from pressing the power 
button.  Loading an application like Firefox happens in a snap.  Shut 
down takes about 3 seconds.  A bit different from the usual KDE 4.x or 
XP/7 experience, that's for sure.

Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] internal openvpn through pfsense

2011-12-11 Thread Roger Searle
I've put a pfsense install on an alix box - some [0]nice gear from the 
nice people at nicegear.co.nz - to replace an ipcop 1.4 box that was 
approaching 10 years old.  On the LAN I have a Lucid LTS box running 
OpenVPN, previously I had UDP/1194 open on the IPCop box and on the DSL 
router, and could connect nicely.

I'm not clear how (or if) I can do similar port forwarding on pfsense, 
seems to insist on on being the OpenVPN server itself if I choose 1194, 
therefore use it's certificate manager etc, effectively leading to 
abandoning a perfectly good OpenVPN service.

Do others have an internal OpenVPN server working OK through pfsense?  
Is the right approach to use a different port inside the DSL router, for 
example, forward UDP/1194 from the internet to UDP/1195 on the pfsense 
WAN address, have a pfsense WAN rule for UDP/1195 and NAT port forward 
to the OpenVPN server's IP address, and have the server listen on 1195?  
This is what I am trying without success so perhaps I am overlooking 
something further or this is a bad approach, any feedback to resolve 
this would be appreciated.  Clients attempting to connect give this in 
their log indicating the firewall blocking:

Mon Dec 12 11:49:38 2011 TLS Error: TLS key negotiation failed to occur 
within 60 seconds (check your network connectivity)
Mon Dec 12 11:49:38 2011 TLS Error: TLS handshake failed

Regards
Roger

[0]https://nicegear.co.nz/single-board-computers/pc-engines-alix-2d3/


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] internal openvpn through pfsense

2011-12-11 Thread Roger Searle
On 12/12/11 14:01, C. Falconer wrote:
 Roger Searle wrote, On 12/12/2011 12:20 PM:
 I've put a pfsense install on an alix box - some [0]nice gear from the
 nice people at nicegear.co.nz
 Excellent choice - I'm doing the same with a 2D2, but everything is on
 vlans on one port.   Its supposed to do this in 5 watts. I have an intel
 mini PCI NIC in there too, next thing to do is set all that up and
 replace the old dlink AP.
 Do others have an internal OpenVPN server working OK through pfsense?
 Not personally, but all you need to do is disable the openVPN server on
 the pfsense box, and NAT port 1194 UDP through to the internal host.
 Shouldn't be a major change.   I have SMTP, ssh, etc natted through to
 various internal hosts.
Thanks for the replies and please forgive the apparent stupidness of 
this question - but where/how is the openvpn server disabled?  Is it 
sufficient that on VPNOpenVPN page that the server and client tabs both 
have no entries?  Otherwise where else is this done?  I have looked and 
googled and looked and feel increasingly dumb.

I'm kind of back where I was to start with, configuring NAT port 
forwarding and Rules for UDP/1194, the internal box is on 1194, the DSL 
router forwarding 1194.  After a save/apply of the rule, always it 
returns to:

Interface: WAN
Protocol: UDP
Source port range: (from and to) OpenVPN (where I had manually entered 1194)
Destination: WAN address (as suggested by the docs)
Destination port range: (from and to) OpenVPN (where I had manually 
entered 1194)
Redirect target IP: 10.2.1.201 (the internal server's address)
Redirect target port: OpenVPN (where I had manually entered 1194)

And clients continue to get the TLS handshake error and restart every 2 
minutes.  Anything looking out of place here?

Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] wireless switch with power-off button

2012-01-12 Thread Roger Searle
Not that model, though a few weeks ago added a TCL supplied WNR1000 I 
had sitting around unused to my home network to have as a second 
wireless network, similar to your situation in that I'm using it as an 
access point only (not using DHCP or the WAN port).  It has all the 
usual configuration options you want for securing WPA2.


Just works, bonus is the wireless light flashes very brightly so your 
client can see when it's on  :)


Cheers,
Roger


On 12/01/12 22:17, Adrian Mageanu wrote:

I think I found it:

http://support.netgear.com/app/products/model/a_id/16696

is available at most web stores in NZ

Does anybody have any good or bad stories using it?


On Thu, 2012-01-12 at 21:16 +1300, Volker Kuhlmann wrote:

On Thu 12 Jan 2012 20:15:30 NZDT +1300, Adrian Mageanu wrote:


I know, but I was hoping to avoid using one.

I know what you mean, but the alternatives are hiring someone to replace
the wall socket with a decent one, or if the thingemebob has a plug
pack, solder a switch into the plug pack cable. The power board is
easier. Unfortunately cheap consumer stuff doesn't tend to have have
switches (maybe you could pull the plug), since it never crashes why
would you need one anyway...

Volker



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] laptop ram giveaway

2012-01-16 Thread Roger Searle
Hi, I have a 512MB stick of ddr2 so-dimm surplus to requirements free to 
a good home - this means a suitable laptop running any version of 
linux.  First person to reply off-list can have it and I could post to 
you if you aren't in Chch.


Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] laptop ram giveaway

2012-01-16 Thread Roger Searle

Thanks for the emails, the RAM has found a home.

Cheers,
Roger


On 17/01/12 12:26, Nick Rout wrote:


Clearly won't get it as you didn't follow the instructions to reply OFF list :)
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Is it just me or...

2012-03-05 Thread Roger Searle

On 06/03/12 11:38, Phill Coxon wrote:
Is Firefox getting more bloated, slower, buggy and leaking memory 
everywhere?


Maybe it's just the plugins I use but I'm getting really tired of 
it.   Frequently my desktop is locking up completely with disk io so 
badly that the desktop and mouse starts locking up for 30-60 seconds 
at a time.  If I'm lucky I can manage to kill firefox and wait a 
couple of minutes for the io activity to calm down to get a responsive 
desktop back.


I love Firefox but find myself using Chromium more and more often.

Surely memory leaks in firefox and popular addons should be improving 
over time, not getting worse...


Does anyone else have similar problems with Firefox?

Kubuntu 11.04 64bit, 6Gb RAM, good fast CPU, lots of disk.


If it's happening frequently enough, maybe you could make an educated 
guess and turn most add-ons off, or just turn them all off, turning back 
on slowly enough that you can pin down the offender?


As a former firefox devotee, I'm happy on chrome these days though at 
home approx. weekly will get a cpu core hitting 100% which htop reports 
being chrome.  I'm certain it is some bit of flash wonderment rather 
than chrome as such, though I have no inclination to figure out which 
site(s) is responsible given the frequency.  Only mentioning since it's 
unlikely there's no browser experience totally free from issue unless 
you are using lynx.  Which has a different set of issues . . .


Cheers,
Roger
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] save button frustration

2012-03-10 Thread Roger Searle
Hi, I replaced my aged and failing dsl router with a TP-Link TD-8840T. I 
attempt making this sufficiently on topic by mentioning it connects to 
my trusty linksys wrt54gl and on to various linux boxes primarily my 
mythtv back and front ends, and mint desktop.


Efforts to set up port forwarding fail simply in that the save button, 
while appearing to click, just will not function to actually save a set 
of start/end ports, protocol and destination IP address that is 
entered.  This device is fairly close to the factory settings, only 
having changed the LAN IP addressing to be 10.1.1.0/8 so as to be 
different from the network inside the linksys.  NAT is enabled on the 
relevant virtual circuit, I am using the virtual servers section under 
Advanced Settings  NAT on page 24, 25 of the manual below if that is 
helpful for anyone wanting to see what I see.  I've attempted numerous 
variations of port numbers, protocol, using built in application combo 
box or custom entry, and am yet to see an entry appear in the listing of 
rules.


I have already updated to the latest firmware, tried multiple browsers 
(even resorting to using IE) all to no avail.  My googling fails to find 
anything that helps.


Does anyone have experience resolving a similar situation? Where a 
button of some sort won't work initially?  Or have any suggestions what 
I could try?  It seems to function in any other regard, so not 
physically faulty, I wonder if some other setting means the virtual 
server settings won't save, but really have no clue what/where.


This is the router:
http://www.tp-link.com/en/products/details/?model=td-8840t

and manual here:
http://www.tp-link.com/resources/software/201121711212519.pdf

Cheers,
Roger



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] UEFI, Ubuntu Precise, ARCH Linux

2012-04-10 Thread Roger Searle

On 11/04/12 15:47, Nick Rout wrote:

On Wed, Apr 11, 2012 at 3:22 PM, Roger Searleroger.sea...@gmail.com  wrote:

Fastest machine at home is a mythtv box (when not being used as a myth front
end) which is running xfce - start up time (to desktop) is under 20 seconds,
apps open really fast (well under a second generally), shut down time is
about 3 seconds.  Sure, it's not running loads of services, though aside
from a good amount of memory the box's specs aren't particularly amazing.

Yep it is the mythbuntu default desktop and seems very quick and light.

Upgraded to myth 0.25 yet?
Oh right - missed the announcement (not keeping up with the volume of 
traffic on the myth lists).  So no, not yet, no desire to be much of an 
early adopter here since our current setup is so stable.  Saturday 
perhaps, database backup first!  I'd be in BIG trouble if it was 
unusable for even one evening, WAF is very high.  We never watch live TV 
these days!


I imagine you have Nick - it went without issue or was readily resolved 
I hope?  What do you most like about it over 0.24?


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Internal speakers stopped working

2012-06-20 Thread Roger Searle

On 21/06/12 13:56, Aidan Gauland wrote:

Well, now that exams are over, I tried Puppy Linux, but the BIOS refused
to boot from the disc.  I have no idea why.
I've had numerous occasions where a particular cd/dvd drive fails to see 
a particular disk with distro burnt to it.  The md5sum of the downloaded 
ISO is always correct, k3b (or what ever) reports a successful burn, 
it's not that.  It's simply that some drives and some disks randomly 
just won't play nice.  Burn another one and try again.


Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] slow write speed to USB ports

2012-07-03 Thread Roger Searle
Hi, thanks for the reply and suggestions.  lsusb shows 3.0, 2.0 and 1.1 
root hubs, more tests (ssh to box, use cp command) on all the USB 
ports give similar times, between 5:00 and 5:45, giving me speeds 
approaching 20mbps.  The motherboard specs say all rear ports and 
headers (for front panel) are USB 2.0 (or 3.0).  I see that the 1.1 hubs 
use ohci_hcd driver, 2.0 the ehci_hcd, and 3.0 the xhci_hcd drivers, 
though this doesn't offer me any clarity about what may be the issue or 
where/if I can improve the situation.


Sadly further testing with other boxes is suggesting I have rubbish 
transfer rates via USB other places too.  And that the above stick will 
receive the same file in 2:00 via Windows.Any other suggestions are 
appreciated, but at this point it looks like I return the box to it's 
owner stating that USB copies will be s  l  o  w . . .


Cheers,
Roger


On 04/07/12 10:01, Derek Smithies wrote:

Hi,
 Since we know that the stick does copy quite quickly on a different 
box, we know the stick is good.
 Note that write speeds are invariably slower than read speeds for usb 
flash sticks.



However,  the listing on the usb devices is the giveaway.

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10  -- this means that it is usb 1 
(seriously slow).


lines like the above suggest suggest that there are usb 1 devices - or 
the hub is slow.


I could work out from the listing what the fault is, but it is 
simplest to say;

a)take all usb entities off the computer.

a.1)reboot the computer if paranoid

b)ssh into the box from a second computer

c)put the usb device into the usb sockets at the back, which are 
directly connected to the motherboard. (rather, are on the motherboard).
  ***The usb sockets at the back, which are on the motherboard are 
most likely to be usb2. The other sockets may, or may not be usb2.


d)now try the file copy operation, which should be quicker.
   If not quicker, move usb stick to another socket on the back and 
try it. At this stage, it is all bad..


e)now attach other usb devices, and see what the times are - or try 
other usb sockets and see what the times are. This tells you which

   socket (or devices) are usb 1.


Above is fault finding the simple way Delving through listings can 
be tedious..


Cheers,
 Derek.

On 04/07/12 06:09, Roger Searle wrote:
Hi, I am trying to determine what if anything might be wrong or can 
be done on a mythbuntu 12.04 64bit box, write speeds to USB sticks 
seem painfully slow.  This is true of both front and rear ports and 
to different sticks, which will perform much better on other boxes. 
As examples, copying of a 700MB iso file is generally taking around 
5:30 minutes where as same stick on a good box is more like 1:30. 
The times I have measured are for the displaying of the file copy 
dialog box to disappear, and have shown variations of +/- 30 seconds 
however the bad box seems painfully/noticeably slow, maybe a third 
the rate of the good box.


Some info from lshw, lspci and lsusb -v below, can anyone suggest 
what I should take a look at from here?


Cheers,
Roger


 lots deleted..




___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] (no subject)

2012-07-11 Thread Roger Searle

On 11/07/12 19:46, David Merrick wrote:

Need help setting up Ubuntu on windows 7 laptop
For an alternative that does not have the risk associated with 
partitioning a disk with an existing OS installation that you may wish 
to retain you could take a look at the wubi installer method. The 
installation begins while booted to Windows and inserting your Ubuntu 
disk.  This could be a worthwhile route to take if this is your first 
install and use of linux in any flavour.  While there is something of a 
learning curve to move up, it certainly is a lot flatter than it once was.


Check out this wikipedia article on wubi:

http://en.wikipedia.org/wiki/Wubi_(Ubuntu_installer) 
http://en.wikipedia.org/wiki/Wubi_%28Ubuntu_installer%29


Regardless of which route you go down, heed Yuri's advice of backing up 
important files first, and verifying you can access them somewhere 
else.  Feel free to ask questions on this list as you will have plenty.  
But please include a subject when you compose a new message.


Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Handheld SSH client

2012-07-22 Thread Roger Searle

On 23/07/12 00:08, Phill Coxon wrote:

On 22/07/12 22:34, Roger Searle wrote:

Can be done easily from my Galaxy S2, there are numerous ssh apps in
Play.  You'd want a large screen - not compatible with cheap.

It's a bit awkward - small text and screen height, no obvious
equivalents for up arrow or ctrl + r I make frequent use of,
though I've not looked into it greatly.

Cheers,
Roger

For my Galaxy S2 I use ConnectBot as the SSH client and Hacker's
Keyboard to provide the full keyboard including control key, ESC, tab,
tilde etc.

Thanks for the hacker's keyboard tip, that looks to fill the gap nicely.
Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Image of Tux

2012-08-05 Thread Roger Searle


On 06/08/12 08:34, Vik Olliver wrote:

On 05/08/12 17:40, Christopher Sawtell wrote:
On 3 August 2012 18:41, Nick Rout nick.r...@gmail.com 
mailto:nick.r...@gmail.com wrote:


On Fri, Aug 3, 2012 at 3:31 PM, Ross Drummond
r...@ashburton.co.nz mailto:r...@ashburton.co.nz wrote:
 Steve Holdoway is currently in the process of updating the CLUG
web site.

 He has asked me to pass on a request for any list member who is
skilled in
 graphics to produce an image of Tux the penguin customised to
reflect
 Christchurch.



http://attachments.techguy.org/attachments/184360d1292858919/bouncing-penguin.gif

Vik :v)


Those being earthquake shock waves radiating from the epicentre perhaps?
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] postfix config

2012-08-12 Thread Roger Searle
Hi everyone, I have an Ubuntu server 10.04.4 LTS box, I want to 
understand more about how it sends emails, replicate on other boxes, get 
some goodness such as nagios alerts going out, for example.  I know my 
knowledge in this area is quite weak.


The configuration details (related to the MTA at least) were not 
documented during install.  It's clear from /var/log/mail.log that 
postfix is the MTA.  I can read system emails via mail.  Output of 
cron jobs are being emailed successfully to an external address 
specified in the MAILTO= line of each crontab.


crontab MAILTO addresses set as u...@mydomain.com however will NOT 
arrive.  I believe that somewhere I have unwisely set the box's domain 
to be mydomain.com since when I view system emails via mail they are 
going to r...@mydomain.com.  What config file am I needing to edit to 
put the box in some other internal domain so it can send messages out to 
mydomain.com?  If I am not on the right track here, could someone nudge 
me in an  appropriate direction?


Thanks,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Chit chat Re: Testing List - please delete

2012-10-11 Thread Roger Searle

On 11/10/12 10:49, C. Falconer wrote:

Roger Searle wrote, On 10/10/2012 11:25 PM:
I have a Foscam FI8905W IP Camera on the end of my garage looking 
across the driveway to the road, transmits to one of the 2 wireless 
APs in the house. Recordings are handled by Zone Minder on what is 
primarily our MythTV backend box

...

Why Zone minder?

I specifically put motion on the not-myth server, purely to avoid 
potential confusion with v4l and /dev/videoX nodes.

Possibly could merge them these days of /dev/dvb/  but can't be bothered.
That's sensible putting on a different box but sadly I don't have 
another one available for that.  It is pretty well specced, quad core 
Phenom, 8GB RAM.


Initially I didn't even know if there was linux support for the camera, 
I saw it demo'd in the neighbourhood and knew that I could at least run 
it through an XP vm.  I knew of ZoneMinder via there being the MythTV 
plugin, which I've not really looked at.  I did ask a question on 
(this?) list at the time about IP cameras, I don't recall there being 
any replies.


That particular camera was quite easy to get a stream to VLC.  It didn't 
take too long to figure out the slightly different incantations to have 
it work in ZoneMinder. I've never noticed any issue with it and MythTV 
which is via /dev/dvb.


The main issue I have with the setup itself is that our drive is very 
long, and it's views from the garage to the road have several trees 
which means motion detection won't work reliably. This is despite being 
able to create zones in the view where the trees are to ignore motion 
triggering the recording.  It just means it needs to record 24/7 and 
needs a suitable (large) amount of storage to retain some weeks of 
recordings.


Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] OT a bit: Android support

2012-10-22 Thread Roger Searle

On 23/10/12 10:03, Steve Holdoway wrote:
Can anyone suggest me a decent Android support forum? I've got some 
DNS problems when swapping from an internal LAN to 3G to external LAN, 
where IP addresses change, and my google fu is just finding (generally 
poor quality) apps that I've just got to try. Apparently.


Cheers,

Steve


Try http://androidforums.com/

Cheers,
Roger
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Top posting

2013-09-12 Thread Roger Searle
I've interestingly noted that thunderbird (favoured by many of us) 
encourages bottom posting by it's default setting, but every time I set 
it up for someone (or myself) I always change that.


I'd add that if I am coming in to a thread as the 2nd or subsequent 
reply, to follow what the method used already, so while I personally 
prefer top, I'll follow a bottom posted thread in my replies.


Cheers,
Roger


On 12/09/13 21:58, Derek Smithies wrote:

Hi,
 we have discussed top posting.

we agreed it was sensible to cut a lot of the old text out of the reply.

I think we agreed that it does not matter which way you go (top or 
bottom) as

long as you remove the old text.

My personal view is that top posting is the default of most mail 
systems, and it is easier

to not swim against the tide.

Far too much time has been wasted in petty email wars over top vs 
bottom posting.


Since smart phone usage is increasing all the time, it is considerate 
if you put your email

in a format that is convenient for the maximum number of people.

my view: Edit wisely, write clearly, and top post.

Derek.
On 12/09/13 21:46, Ross Drummond wrote:

I am bucking the orthodxy regarding top posting.


To avoid a repeat of this I am now using top posting.



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] anyone on Voda ADSL?

2014-09-29 Thread Roger Searle

On 30/09/2014 12:55 p.m., Nick Rout wrote:

On Tue, Sep 30, 2014 at 12:46 PM, Steve Holdoway st...@greengecko.co.nz wrote:

On Tue, 2014-09-30 at 12:41 +1300, Roy Britten wrote:

On 30 September 2014 12:13, Steve Holdoway st...@greengecko.co.nz wrote:

I'm having massive delays with web based traffic today. I use voda adsl
services.

As an example, a wget of the homepahe of a reference site in Sydney took
over 40 seconds. However, a repeat attempt then took under half a
second.

Is it just me?

Does http://www.speedtest.net/ shine any light?

Might do if I could get on it. The problem is *only* http traffic
afaict. https is no problem, not is ssh...

next step is to route via a VPN and see if that helps

Seems OK here at work.
Fairly broked on VF DSL today too - Linwood/City - for most of today.   
Similarly, http bad, https ok.


Cheers,
Roger

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] anyone on Voda ADSL?

2014-09-30 Thread Roger Searle


On 30/09/2014 4:40 p.m., Steve Holdoway wrote:
Back to the helldesk... Steve 

Fortunately a good sleep has it working normally this morning . . .
Roger
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Box is locking up

2014-10-21 Thread Roger Searle
I have sometimes experienced this kind of thing and agree it is usually 
indicative of faulty hardware, however have also found it can be caused 
by graphics drivers, particularly if the box has just gone through a 
major distribution upgrade.  These days it's the thing I (slightly) 
worry about causing some inconvenience on an upgrade.  Happened on a 
couple of ubuntu boxes I took to 14.04 LTS recently.


Sadly, the fix isn't necessarily ensuring the latest drivers are 
installed, it can mean going back a version.  It's a bit random, and 
somewhat frustrating . . .


Also sometimes, the fix for issues following a distro upgrade is running 
the apt-get update/upgrade (equivalent for Mageia) as this might pick up 
something missed first time round?


Good luck with it all :)
Roger


On 22/10/2014 1:30 p.m., Barry wrote:
Thanks for your replies everyone. I ran memtester for abt 5 hrs 
yesterday without noticing any thing. Box has not been altered for 
over a year. Gut feeling is that Mageia 4 has a faulty app which runs 
before login. No probs before installing Mageia 4. Not related to wifi 
problems. Opera was a dog trying to run facebook and thought at 1st 
this was the problem but not so so have gone over to firefox with a 
far better response.


Currently running Mageia 2 on a 2nd hd in the same box. Going out now 
so will shut all apps down and leave memtest86 alone running


thanks

Barry
-
On 21/10/14 16:02, Barry wrote:

Hi all, could  I have some words of wisdom pls re this problem.

Every so often the box just stops and screen freezes. No mouse, no
keyboard. I have to switch off then reboot. The 2nd last time this
happened I had booted, got to the login screen and left it idle for a
time. Screen was frozen so tried to login from another box but wifi had
not started (naturally). Next time I logged in  went straight to kde
system guard to see what was running. The last item started was sleep
with cmd K sleep 60. There was another app started by mgaapplet but
was a zombie so I deleted mgaapplet  crashed the box. Until now I
thought it was an app I was running but not now.

Any suggestions as to where to look to solve this problem are most 
welcome.


uname -a = Linux TheBox 3.12.20-server-1.mga4 #1 SMP Fri May 16
16:03:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Memory currently 501.4mg/1.5gb. sleep is still running with the highest
pid.

TIA

Barry
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] media transfer to android tablet

2015-08-04 Thread Roger Searle
Hi, I am looking for list wisdom / experience with software that plays 
nice between a recent Ubuntu and Android tablets / phones, for the 
transfer of photos, music, movies over wifi.  The more user friendly the 
better as this is primarily for family members who are not technical.


I've had a look at AirDroid which partly fits the bill, the non-friendly 
aspect to that is the need to navigate the android file system - I can 
work it out but others are going to have little chance.  Are there some 
better options anyone knows of?


Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] media transfer to android tablet

2015-08-06 Thread Roger Searle
Thanks everyone for the various replies, I really appreciate all the 
suggestions, I will be exploring many of them this coming weekend.


Cheers,
Roger


On 04/08/2015 8:46 p.m., Robert Fisher wrote:


What about cloud storage?

Robert Fisher

On 4 Aug 2015 8:41 pm, Nick Rout nick.r...@gmail.com 
mailto:nick.r...@gmail.com wrote:


Another thought, are you trying to transfer from android to PC or
from PC to android?

Setting up something like andftp means you can easily use the
'share' button to quickly use andftp to 'share' a photo or video
to the PC.

On Tue, Aug 4, 2015 at 8:26 PM, Robert Fisher
rob...@fisher.net.nz mailto:rob...@fisher.net.nz wrote:

I use Airdroid or a USB cable and MTP

Robert Fisher

On 4 Aug 2015 8:14 pm, Roger Searle roger.sea...@gmail.com
mailto:roger.sea...@gmail.com wrote:

Hi, I am looking for list wisdom / experience with
software that plays nice between a recent Ubuntu and
Android tablets / phones, for the transfer of photos,
music, movies over wifi.  The more user friendly the
better as this is primarily for family members who are not
technical.

I've had a look at AirDroid which partly fits the bill,
the non-friendly aspect to that is the need to navigate
the android file system - I can work it out but others are
going to have little chance.  Are there some better
options anyone knows of?

Cheers,
Roger


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
mailto:Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
mailto:Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
mailto:Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] modem recommendations - VoIP on 2talk

2016-04-17 Thread Roger Searle
Hi everyone, I am seeing experience or recommendations on a reliable 
modem/router for our in-house VoIP system (FreePBX / Asterisk to make it 
list relevant) to replace one that is now showing some unreliability.  
Service provider is 2talk on an ADSL line dedicated to VoIP.


We initially had a recommended DrayTek Vigor120 which wouldn't ever 
establish a trunk (SIP peering) with 2talk despite the best efforts of a 
(well-known on this list) expert.  Whereas a cheap Belkin thing we had 
spare would work - this is the device that is now needing replacement.  
The 2talk support pages are often not very helpful or out of date, 
however the BYOD requirements listed include SIP V2 or above compliant, 
one of iLBC, GSM, G.711 codec (our server uses gsm), T.38 pass through 
(for faxing), and support for H.264 or H.263 (future proofing for video 
calling).  I'll admit to total confusion about PPPoE/PPPoA/passthrough 
requirements.


Any specific models anyone has found to be good, including better/other 
DrayTek devices, in particular with a 2talk service, would be welcomed - 
with first lot of thanks in advance :)


Cheers,
Roger
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] modem recommendations - VoIP on 2talk

2016-04-19 Thread Roger Searle
Hi - thanks to everyone for the replies (and the phone call), they have 
all been really helpful and help confirm I'm not going mad.


We'd ditch ADLS in a flash if there was another option.  UFB by July 
2017.  Apparently.


Cheers,
Roger


On 19/04/2016 5:12 p.m., Pete Mundy wrote:


The Draytek routers can definitely be problematic with SIP! I've had 
my fair share. Issues completely resolved by swapping hardware to 
another vendor; no other changes required.


However there is another less drastic trick you can use since you're 
using 2talk. In essence, one just needs to avoid the broken SIP ALG 
code in the NAT portion of the router. Ironically, simply disabling it 
via the router's UI often doesn't work (speaks volumes about the code 
doesn't it), however it can very easily be achieved by simply changing 
the signalling to another port, if your upstream SIP host supports it. 
This effectively bypasses the ALG completely. So much for DPI! It 
never looks any further than layer 4.


Luckily for you, 2talk do support an alternative port! Just use port 
'50600' instead.


Hope this helps,

Pete

(VoIP is my day-job :)


On 18/04/2016, at 10:23 am, Roger Searle <ro...@stepahead.org.nz 
<mailto:ro...@stepahead.org.nz>> wrote:


Hi everyone, I am seeing experience or recommendations on a reliable 
modem/router for our in-house VoIP system (FreePBX / Asterisk to make 
it list relevant) to replace one that is now showing some 
unreliability.  Service provider is 2talk on an ADSL line dedicated 
to VoIP.


We initially had a recommended DrayTek Vigor120 which wouldn't ever 
establish a trunk (SIP peering) with 2talk despite the best efforts 
of a (well-known on this list) expert.  Whereas a cheap Belkin thing 
we had spare would work - this is the device that is now needing 
replacement.  The 2talk support pages are often not very helpful or 
out of date, however the BYOD requirements listed include SIP V2 or 
above compliant, one of iLBC, GSM, G.711 codec (our server uses gsm), 
T.38 pass through (for faxing), and support for H.264 or H.263 
(future proofing for video calling).  I'll admit to total confusion 
about PPPoE/PPPoA/passthrough requirements.


Any specific models anyone has found to be good, including 
better/other DrayTek devices, in particular with a 2talk service, 
would be welcomed - with first lot of thanks in advance :)


Cheers,
Roger



___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] startup woes

2017-01-23 Thread Roger Searle

Sorry to hear :(

Motherboard failure?

Roger

On 23/01/2017 7:36 p.m., Barry wrote:
Hi All, the heading understates my problem - I can no longer boot my 
desktop!!!


The setup is I have 2 hard drives, 1 with 6 ptns and the other with 8. 
Each drive has (or should have) 2 bootable ptns. I am using grub to 
start any one of them but none work. All attempts to reinstate boot 
records have failed and the mbr has some funny entries.


Rescue disks on hand include install disks for Mageia 4, and Mageia 5 
and a live dvd for Mageia 5. Also a Knoppix 5 disk and a 
Boot-Repair-Disk. None of the install disks appear to be writing to 
the mbr.


Does the live dvd run in a ramdisk only? I have tried to set up a 
bootable ptn (sdb1 or sdb6) from this disk several times but it does 
not appear to overwrite the mbr by the look of the choices when I 
reboot. Also tried to make small changes which should show up on a 
real disk later


The last install from the live disk was to /dev/sdb, with bootloader 
grub on /dev/sda . This time the grub menu was correct. It started to 
boot but stopped when dependencies failed for sda9 (swap) and sdb5 (data)


Help and condolencies will be most appreciated

Barry

___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] Thunderbird woes cont.

2017-02-27 Thread Roger Searle
When you right click the account name in the left-most pane > Settings > 
Server Settings, is the Local Directory set to the folder your profile 
resides in?  I have several accounts in my current install, they end 
with the following path (one per account)


\Profiles\w92z88kc.default\ImapMail\imap.googlemail.com
\Profiles\w92z88kc.default\ImapMail\imap.googlemail-1.com

If not there is a browse button to point it to the correct place.

Another option: from the command line, run "thunderbird 
--profilemanager" (note 2 hyphens there) where you can create (or delete 
or rename) a profile, from where you can choose the folder containing 
your existing folder.


Good luck - sorry I can't help in person.

Cheers,
Roger

On 27/02/2017 3:53 p.m., Barry wrote:
Helmut, thank you for your reply. I followed your advice before 
finally losing the mail.


Right now, I think I need some hands on assistance with this problem, 
(in Linwood) copious coffee+biccys are available + peace and quiet 
once you have said "hello" to the dog!


If anyone could help It will be greatly appreciated.

Barry.

ps this comes from my lappie,which is not giving any problems.
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


[Linux-users] bbswitch boot delay

2017-08-09 Thread Roger Searle
Hi, can anyone help me interpret the following lines from dmesg. This is 
on a new i7 laptop with SSD drive that should be booting in under 30 
seconds but has this 90 second delay involving bbswitch. The ACPI 
Warning line here also shows up 20 or so times 1 second earlier, and 
then a few times later (at 103 seconds).  My reading about bbswitch took 
me to confusing, sometimes conflicting, often not current, info on 
disabling modules, changing graphics drivers, or other suggestions with 
potential to disrupt DayJob for long periods!  I'm not at all clear on a 
good approach here.


Any pointers on where/how to investigate further are welcomed.

Regards
Roger


[5.298003] audit: type=1400 audit(1502312170.476:10): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="/sbin/dhclient" pid=960 comm="apparmor_parser"

[   94.165812] bbswitch: version 0.8
[   94.165816] bbswitch: Found integrated VGA device :00:02.0: 
\_SB_.PCI0.GFX0
[   94.165821] bbswitch: Found discrete VGA device :01:00.0: 
\_SB_.PCI0.PEG0.PEGP
[   94.165832] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)

[   94.165886] bbswitch: detected an Optimus _DSM function
[   94.165902] bbswitch: Succesfully loaded. Discrete card :01:00.0 
is on

[   94.217434] Bluetooth: BNEP (Ethernet Emulation) ver 1.3


[  103.731374] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[  103.731438] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[  103.956534] nvidia-modeset: Allocated GPU:0 
(GPU-7a28f76d-7f9f-6616-b4ca-b963c69a79a0) @ PCI::01:00.0
[  103.957127] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)




roger@omen:~$ lspci -v

00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 
04) (prog-if 00 [VGA controller])

DeviceName: Intel Kabylake HD Graphics GT2
Subsystem: Hewlett-Packard Company Device 8259
Flags: bus master, fast devsel, latency 0, IRQ 133
Memory at b200 (64-bit, non-prefetchable) [size=16M]
Memory at c000 (64-bit, prefetchable) [size=256M]
I/O ports at 5000 [size=64]
[virtual] Expansion ROM at 000c [disabled] [size=128K]
Capabilities: 
Kernel driver in use: i915
Kernel modules: i915




___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


Re: [Linux-users] GNU/Linux support Weds 7.30pm

2019-04-30 Thread Roger Searle
Some interesting project topics there Robert, I'd be interested in 
coming a few times a year (but doubt I could manage monthly)


Cheers,
Roger


On 1/05/19 7:26 AM, Robert Fisher wrote:

Hi Rik (and all),

I have never been to one of your sessions, mainly because I play 
basketball on Wednesday nights.


Reading your reminder emails I get the impression (maybe wrong) that 
you discuss Distros and Linux "Desktops". When we used to have CLUG 
meetings we often had "agendas" which included preplanned 
presentations which often enlightened me (I am not a geek, guru or 
programmer).


If you still do run such presentations then ignore this email but if 
you don't perhaps you and others could discuss the possibility and ask 
for presenters.


I would be happy to share my Linux journey and what I have achieved 
(with help from CLUG and Google).


I now have headless servers running MythTV, Emby, Transmission, Home 
Assistant, Virtual machines, ZoneMinder, NextCloud and WordPress and I 
am sure others could add to this list to offer other presentations.


Robert Fisher

On Tue, 30 Apr 2019, 10:07 PM Rik Tindall, > wrote:


Hi all, monthly notice, May 1.

Wednesday night is the GNU/Linux Users' workshop: 7.30pm-9.30pm in
the
South Learning Centre (SLC), through rear door of South Christchurch
Library at 66 Colombo Street, Cashmere -
https://my.christchurchcitylibraries.com/locations/SOUTH/ - held
on the
first Wednesday monthly, Feb-Dec.

LiveCD/DVD/thumbdrive installs of freenix* operating system
distributions are used to demonstrate alternative desktop
environments,
in the SLC computer lab of i5, all-in-one, touchscreen PCs.

Ubuntu-MATE is the Debian GNU/Linux variant we most display and Long
Term Support releases like 18.04 are recommended, though rolling
upgrades (19.04 is latest, April release) tend to run fastest with
very
latest kernel drivers and software incorporated. Both are up-to-date,
secure, and will run well on a lot of aged equipment to extend its
life.
See http://debian.org background and http://ubuntu-mate.org/download/
for these distros and http://distrowatch.com for a great many other
variants to choose from. Portable devices welcome, esp. laptops.

BYO distributions and any new tech you like; overhead projector - let
us know if you have a presentation to offer.

Thank you for the support of these workshops and the Software Freedom
Day annual installfest event.

Kind regards,

Rik Tindall

pp Sydenham GNU/Linux Users
http://lists.ourshack.com/mailman/listinfo/gnuz
Software Freedom Day, Team Christchurch South, 21-September-2019
http://www.facebook.com/TeamChristchurchSFD
* Freenix: Unix-derived Free and Open-Source Software (FOSS) esp.
Linux
& BSD
___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz

http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users


___
Linux-users mailing list
Linux-users@lists.canterbury.ac.nz
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users