[ubuntu-uk] Deleting a file in unity

2010-09-03 Thread Liam Wilson
Hi all; After installing Ubuntu Netbook Edition 10.10 beta on my netbook last night, I've found it impossible to delete files using the new file manager (By clicking the file icon in the launcher). I've tried right clicking, dragging it to the trash, pressing DEL, even the key betweenn altGR and C

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Jim Price
On 03/09/10 21:13, Jonathon Fernyhough wrote: > On 3 September 2010 21:09, Rob Beard wrote: >> >> VirtualBox is a reasonably easy way of trying it out if you have a half >> decent spec machine (Pentium 4/Athlon 64 or higher with say 1GB ram or >> higher). This way if it screws up you only screw u

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Steve Fisher
On 3 September 2010 21:09, Rob Beard wrote: > On 03/09/10 19:21, Steve Fisher wrote: > > OK, tried this once last week and crashed and burned with an ATI flgrx > > problem. As it was a new install I just chickened out and reinstalled. > > > > So, what is the best way to go about this, any recomm

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Jonathon Fernyhough
On 3 September 2010 21:09, Rob Beard wrote: > > VirtualBox is a reasonably easy way of trying it out if you have a half > decent spec machine (Pentium 4/Athlon 64 or higher with say 1GB ram or > higher).  This way if it screws up you only screw up the virtual machine. > > Rob > Normally I'd agree

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Rob Beard
On 03/09/10 19:21, Steve Fisher wrote: > OK, tried this once last week and crashed and burned with an ATI flgrx > problem. As it was a new install I just chickened out and reinstalled. > > So, what is the best way to go about this, any recommendations? I have > a spare partition, currently format

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Steve Fisher
On 3 September 2010 19:50, Jonathon Fernyhough wrote: > On 3 September 2010 19:37, Steve Fisher wrote: > > > > Kubuntu Lucid64 (re)install. Is xorg the problem? Running cairo-dock > and > > Compiz on Gnome (KDE person normally but am trying to like Gnome, but > still > > not sure), desktop effe

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Jonathon Fernyhough
On 3 September 2010 19:37, Steve Fisher wrote: > > Kubuntu Lucid64 (re)install.  Is xorg the problem?  Running cairo-dock and > Compiz on Gnome (KDE person normally but am trying to like Gnome, but still > not sure), desktop effects are not the end of the world, but I do need > compositing to run

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Steve Fisher
On 3 September 2010 19:24, Jonathon Fernyhough wrote: > On 3 September 2010 19:21, Steve Fisher wrote: > > OK, tried this once last week and crashed and burned with an ATI flgrx > > problem. As it was a new install I just chickened out and reinstalled. > > So, what is the best way to go about th

Re: [ubuntu-uk] Maverick upgrade

2010-09-03 Thread Jonathon Fernyhough
On 3 September 2010 19:21, Steve Fisher wrote: > OK, tried this once last week and crashed and burned with an ATI flgrx > problem.  As it was a new install I just chickened out and reinstalled. > So, what is the best way to go about this, any recommendations?  I have a > spare partition, currently

[ubuntu-uk] Maverick upgrade

2010-09-03 Thread Steve Fisher
OK, tried this once last week and crashed and burned with an ATI flgrx problem. As it was a new install I just chickened out and reinstalled. So, what is the best way to go about this, any recommendations? I have a spare partition, currently formatted to fat32 and was wondering if remastersys is

Re: [ubuntu-uk] apt-get update / apt-get upgrade question

2010-09-03 Thread Steve Fisher
Thanks everybody, will give aptitude a blast. Cheers Steve -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Jacob Mansfield
works :) On 3 September 2010 17:51, Alan Lord (News) wrote: > On 03/09/10 17:06, Jacob Mansfield wrote: > > but what would you do on a server, when the physical power button does > > nothing? > > What's a GUI doing on a server in the first place? > > ssh m...@server.com > sudo halt > exit > > :-

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Alan Lord (News)
On 03/09/10 17:06, Jacob Mansfield wrote: > but what would you do on a server, when the physical power button does > nothing? What's a GUI doing on a server in the first place? ssh m...@server.com sudo halt exit :-) -- The Open Learning Centre http://www.theopenlearningcentre.com -- ubuntu-

Re: [ubuntu-uk] apt-get update / apt-get upgrade question

2010-09-03 Thread Anton Piatek
Upgrade ignores some packages and dost-upgrade tries to do more. Aptitude is often said to be better and supports safe-upgrade and full-upgrade as the equivalents to the above apt-get commands. Aptitude is said to have a better dependency resolution algorithm. Anton On 3 Sep 2010 13:44, "Mark Fr

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Alan Pope
On 3 September 2010 17:06, Jacob Mansfield wrote: > but what would you do on a server, when the physical power button does > nothing? > That's not the case on all servers, but on those where it is, any of the other methods outlined will work. Cheers, Al. -- ubuntu-uk@lists.ubuntu.com https://l

Re: [ubuntu-uk] Samba Shares

2010-09-03 Thread Jacob Mansfield
ah, so that's why my server broke when I got annoyed and did sudo chmod 777 /* On 3 September 2010 17:03, Paul Morgan-Roach wrote: > On Fri, Sep 3, 2010 at 11:37 AM, Jacob Mansfield wrote: > >> try running sudo chmod 777 * on the directorys and files >> >> Arghhh - while it's entirely possible

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Jacob Mansfield
but what would you do on a server, when the physical power button does nothing? On 3 September 2010 13:41, Glen Mehn wrote: > when you do the power pull, you could have data corruption for > anything that's not written to the filesystem (the details of this are > a) very boring and b) vary by f

Re: [ubuntu-uk] Samba Shares

2010-09-03 Thread Paul Morgan-Roach
On Fri, Sep 3, 2010 at 11:37 AM, Jacob Mansfield wrote: > try running sudo chmod 777 * on the directorys and files > > Arghhh - while it's entirely possible that this might resolve the issue, that's possibly the WORST thing you can do to resolve a permissions based issue! Please don't ever sugges

Re: [ubuntu-uk] Leeds & Surrounding Area - IT Businesses

2010-09-03 Thread Paul Morgan-Roach
On Fri, Sep 3, 2010 at 3:53 PM, Paul Morgan-Roach wrote: > Likewise - we have an IT support company in Skipton and would possibly be > interested :) Drop me an email to discuss, let me know the dates and we'll > try to get involved! > > Arghhh - apologies for the top post there - I replied to th

Re: [ubuntu-uk] Leeds & Surrounding Area - IT Businesses

2010-09-03 Thread Daniel Case
Simon, I can't see anywhere to post too? And it would be excellent if you could make it :) I will be bringing a few of my friends to show them what Ubuntu is and what were all about at Ubuntu, the more the better ^.^ Daniel On 3 September 2010 15:20, Simon Greenwood wrote: > Might be worth ask

Re: [ubuntu-uk] Leeds & Surrounding Area - IT Businesses

2010-09-03 Thread Paul Morgan-Roach
Likewise - we have an IT support company in Skipton and would possibly be interested :) Drop me an email to discuss, let me know the dates and we'll try to get involved! On Fri, Sep 3, 2010 at 3:20 PM, Simon Greenwood wrote: > Might be worth asking this on GeekUp. I'm in Leeds and would be intere

Re: [ubuntu-uk] Leeds & Surrounding Area - IT Businesses

2010-09-03 Thread Simon Greenwood
Might be worth asking this on GeekUp. I'm in Leeds and would be interested in getting involved. Simon On 3 Sep 2010 15:12, "Daniel Case" wrote: Hi there, Do you guys know of any businesses willing to sponsor a Ubuntu Installfest in Leeds City Center? The total costs look like they will be betw

Re: [ubuntu-uk] Northern Installfest

2010-09-03 Thread Les Pounder
Hi Daniel / All Manchester will be hosting an Ubuntu 10.10 release party, which will most likely incorporate an installfest. I am currently organising an Ubuntu stand for Software Freedom Day at Madlab in Manchester (18/09/2010). If I can offer any assistance / advice then please do let me know.

[ubuntu-uk] Leeds & Surrounding Area - IT Businesses

2010-09-03 Thread Daniel Case
Hi there, Do you guys know of any businesses willing to sponsor a Ubuntu Installfest in Leeds City Center? The total costs look like they will be between £150 and £200 and I am willing to go halves with any company if they would be willing to pledge half. Daniel -- ubuntu-uk@lists.ubuntu.com htt

Re: [ubuntu-uk] apt-get update / apt-get upgrade question

2010-09-03 Thread Mark Fraser
On Friday 03 Sep 2010 10:12:23 Alan Pope wrote: > On 3 September 2010 10:09, Steve Fisher wrote: > > I am a Mandriva refugee! I know rpm inside out, but not apt. When I > > issue the above, sometimes I see e.g.: > > 26 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. (KDE > > update

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Glen Mehn
when you do the power pull, you could have data corruption for anything that's not written to the filesystem (the details of this are a) very boring and b) vary by filesystem. To avoid problems, stop (or kill) all running programs, and do: sudo halt or sudo shutdown -h now (which is what the

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Alan Pope
On 3 September 2010 12:50, Liam Proven wrote: > You don't even need to do that much. Switch to a vconsole with > Ctrl-Alt-F1 to F6 and then just press Ctrl-Alt-Del. This will force a > reboot with no need to login or anything. When the machine reboots, > just turn it off. > Or just tap (not hold

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Liam Proven
On 3 September 2010 12:36, Alan Lord (News) wrote: > On 03/09/10 09:50, Rowan Berkeley wrote: >> Hi, >> >> Once again I lost my shutdown function; not only did shutdown vanish >> from my main menu, but when I added the Session Indicator Applet to the >> panel, the shutdown option on this did not w

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Alan Lord (News)
On 03/09/10 09:50, Rowan Berkeley wrote: > Hi, > > Once again I lost my shutdown function; not only did shutdown vanish > from my main menu, but when I added the Session Indicator Applet to the > panel, the shutdown option on this did not work either; only the user > switcher option worked. Therefo

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Andy Braben
Ctrl+Alt+Del, comes up with a dialog box where you can select "shutdown". Selecting "shutdown" will shutdown the computer neatly and switch it off. No need to switch it off yourself. On 3 September 2010 11:35, Jacob Mansfield wrote: > using CTRL+ALT+DEL would work, just kill the power when the bi

[ubuntu-uk] Software Freedom Day

2010-09-03 Thread pmgazz
We're doing a day of demos and presentations for the voluntary sector on Software Freedom Day, details on our website: http://fossbox.org.uk/blog/?p=216 Everyone welcome whether individuals or representing organisations, if anyone else works with VCS organisations, please do pass it on to them

Re: [ubuntu-uk] Northern Installfest

2010-09-03 Thread Liam Proven
On 1 September 2010 21:52, Daniel Case wrote: > Hi there fellow's! > In tonight's meeting I brought up the possibility of having an installfest > up in the north for those of us who cannot get all the way down to London. As an adoptive Londoner, no comment, but please be careful where you scatter

Re: [ubuntu-uk] Dual boot splash screen - Ubuntu 10.04, grub 2

2010-09-03 Thread Liam Proven
On 2 September 2010 11:26, Gordon Burgess-Parker wrote: >  Dual booting Windows 7 and Ubuntu 10.04. > Every time there's a kernel update I get a new entry in the grub 2 boot > screen > I am very confused on how to edit this new version of Grub - in the old > days I just edited menu.1st file. > Wha

Re: [ubuntu-uk] [OT] Basic network gateway server setup

2010-09-03 Thread Jacob Mansfield
the firestarter firewall has this built in, and so would be verry easy to use On 1 September 2010 10:07, Jon Spriggs wrote: > On 1 September 2010 09:29, Cornelius Mostert > wrote: > > Hi > > 1 thing that no one mentioned as yet that might be obvious is the Subnet > > Mask. > > I have a similar

Re: [ubuntu-uk] Samba Shares

2010-09-03 Thread Jacob Mansfield
try running sudo chmod 777 * on the directorys and files On 3 September 2010 01:48, Cornelius Mostert < corneliusmost...@googlemail.com> wrote: > Further more: > -- > Loged in as the cAdmin user on the command prompt > > $ smbclient -L //rs0002 > Enter

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Jacob Mansfield
using CTRL+ALT+DEL would work, just kill the power when the bios runs again On 3 September 2010 11:21, Andy Braben wrote: > Having had someone mention this problem to me and solved it via a hard > shut down, my advice was to NEVER hard shutdown, but to press > ctrl+alt+delete and select shutdown

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Andy Braben
Having had someone mention this problem to me and solved it via a hard shut down, my advice was to NEVER hard shutdown, but to press ctrl+alt+delete and select shutdown from the dialog box that appears. That worked perfectly and seems to be the simplest option which does not involve the command lin

Re: [ubuntu-uk] apt-get update / apt-get upgrade question

2010-09-03 Thread John Matthews
On 03/09/10 10:12, Alan Pope wrote: > On 3 September 2010 10:09, Steve Fisher wrote: >> > I am a Mandriva refugee! I know rpm inside out, but not apt. When I issue >> > the above, sometimes I see e.g.: >> > 26 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. (KDE >> > updates

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Rowan Berkeley
On Fri, 2010-09-03 at 10:01:28 +0100, John Matthews wrote: > On 03/09/10 09:50, Rowan Berkeley wrote: > > Hi, > > Once again I lost my shutdown function; not only did shutdown vanish > > from my main menu, but when I added the Session Indicator Applet to > > the panel, the shutdown option on thi

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Tony Pursell
On Fri, 2010-09-03 at 10:03 +0100, Steve Fisher wrote: > On 3 September 2010 09:50, Rowan Berkeley > wrote: > Hi, > > Once again I lost my shutdown function; not only did shutdown > vanish > from my main menu, but when I added the Session Indicator >

Re: [ubuntu-uk] apt-get update / apt-get upgrade question

2010-09-03 Thread Alan Pope
On 3 September 2010 10:09, Steve Fisher wrote: > I am a Mandriva refugee! I know rpm inside out, but not apt.  When I issue > the above, sometimes I see e.g.: > 26 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. (KDE > updates coming down). > If I use the gui or synaptic, it will le

[ubuntu-uk] apt-get update / apt-get upgrade question

2010-09-03 Thread Steve Fisher
I am a Mandriva refugee! I know rpm inside out, but not apt. When I issue the above, sometimes I see e.g.: 26 upgraded, 0 newly installed, 0 to remove and *132 not upgraded*. (KDE updates coming down). If I use the gui or synaptic, it will let me update fully. Why won't it do it from a terminal

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Steve Fisher
On 3 September 2010 09:50, Rowan Berkeley wrote: > Hi, > > Once again I lost my shutdown function; not only did shutdown vanish > from my main menu, but when I added the Session Indicator Applet to the > panel, the shutdown option on this did not work either; only the user > switcher option worke

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread John Matthews
On 03/09/10 09:50, Rowan Berkeley wrote: > Hi, > > Once again I lost my shutdown function; not only did shutdown vanish > from my main menu, but when I added the Session Indicator Applet to the > panel, the shutdown option on this did not work either; only the user > switcher option worked. There

Re: [ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread A J Binnie
On 3 September 2010 09:50, Rowan Berkeley wrote: > Hi, > > Once again I lost my shutdown function; not only did shutdown vanish > from my main menu, but when I added the Session Indicator Applet to the > panel, the shutdown option on this did not work either; only the user > switcher option worked

[ubuntu-uk] Does a hard shutdown actually damage anything?

2010-09-03 Thread Rowan Berkeley
Hi, Once again I lost my shutdown function; not only did shutdown vanish from my main menu, but when I added the Session Indicator Applet to the panel, the shutdown option on this did not work either; only the user switcher option worked. Therefore, I had to shutdown by pressing and holding the po