Re: flashplayer disabled

2012-02-02 Thread Vance Pierce
Inquiring minds want to know... what exactly did you mess around with to get things working? On 02/02/2012 10:21 PM, Michael Havens wrote: well apt-get install flash* failed but I messed around with it and got things working. Thanks for your help. On Thu, Feb 2, 2012 at 8:31 PM, Technomage H

Re: flashplayer disabled

2012-02-02 Thread Michael Havens
well apt-get install flash* failed but I messed around with it and got things working. Thanks for your help. On Thu, Feb 2, 2012 at 8:31 PM, Technomage Hawke wrote: > the room mate here had the same problem a week or so back. I had to log in > and do an apt-get install flash* and it got anythin

Re: flashplayer disabled

2012-02-02 Thread Technomage Hawke
the room mate here had the same problem a week or so back. I had to log in and do an apt-get install flash* and it got anything with flash in the name and description. sure, it is a shotgun approach, but it did work. one thing you might want to try is get the vlc package and its various plugins.

flashplayer disabled

2012-02-02 Thread Michael Havens
I don't know what happened but I can't view flash content. I went to a video tutorial for Kompozer and the video wouldn't run. I emailed them and they responded that I needed flash. I then went to a page I viewed earlier today and it too wouldn't run. I ran apt-get to reinstall it but it still isn

windows box not printing

2012-02-02 Thread Michael Havens
we had the windows box printing about 6 months ago but for some reason it isn't doing so any longer. Why is this? The smbtree <1> has the print server in it showing the printer as being shared. It also has the windows box with the print driver showing as shared. I don't know if this would matter b

Re: problem installing plone

2012-02-02 Thread Michael Havens
it is already at the newest version. On Thu, Feb 2, 2012 at 10:22 AM, John wrote: > did you install libssl-dev? > > -- > *From:* Michael Havens > *To:* Main PLUG discussion list > *Sent:* Thursday, February 2, 2012 9:55 AM > > *Subject:* Re: problem installing plo

Re: problem installing plone

2012-02-02 Thread John
did you install libssl-dev? From: Michael Havens To: Main PLUG discussion list Sent: Thursday, February 2, 2012 9:55 AM Subject: Re: problem installing plone I'm checking to ensure the dependencies are installed What does this mean? bmike1@Michaels

Re: Question about USB R/W Speed

2012-02-02 Thread Mark Phillips
On Thu, Feb 2, 2012 at 9:22 AM, Matt Graham wrote: > From: Mark Phillips > > Matt Graham wrote: > >> If ehci_hcd isn't loaded, then USB2 devices will be limited to USB1 > speeds. > > OK, # lspci |grep -i ehci > > That just tells you whether an EHCI controller is present on the PCI bus > (one >

Re: problem installing plone

2012-02-02 Thread Michael Havens
I'm checking to ensure the dependencies are installed What does this mean? bmike1@Michaels-Laptop ~ $ sudo apt-get install g++ Reading package lists... Done Building dependency tree Reading state information... Done g++ is already the newest version. g++ set to manua

Re: Question about USB R/W Speed

2012-02-02 Thread Lisa Kachold
Hey Mark, On Thu, Feb 2, 2012 at 9:07 AM, Mark Phillips wrote: > > > On Thu, Feb 2, 2012 at 9:02 AM, Matt Graham wrote: > >> From: Mark Phillips >> > Gnome reported that the transfer speed was around 400 - 500 KB/sec. >> > I then plugged the same stick into the same port on my laptop, but >> > t

Re: Question about USB R/W Speed

2012-02-02 Thread Matt Graham
From: Mark Phillips > Matt Graham wrote: >> If ehci_hcd isn't loaded, then USB2 devices will be limited to USB1 speeds. > OK, # lspci |grep -i ehci That just tells you whether an EHCI controller is present on the PCI bus (one is). You want "lsmod | grep ehci", which will tell you whether the eh

Re: Question about USB R/W Speed

2012-02-02 Thread Mark Phillips
On Thu, Feb 2, 2012 at 9:02 AM, Matt Graham wrote: > From: Mark Phillips > > Gnome reported that the transfer speed was around 400 - 500 KB/sec. > > I then plugged the same stick into the same port on my laptop, but > > transferred files (~1.5 GB lots of little files) from Windows 7 > > running

Re: Question about USB R/W Speed

2012-02-02 Thread Matt Graham
From: Mark Phillips > Gnome reported that the transfer speed was around 400 - 500 KB/sec. > I then plugged the same stick into the same port on my laptop, but > transferred files (~1.5 GB lots of little files) from Windows 7 > running in VMPlayer, and got a transfer speed of 4-5 MB/sec - 10 > time

Re: Question about USB R/W Speed

2012-02-02 Thread Mark Phillips
You are probably correct. I went back and checked the sizes of the directories and the number of files: Slow transfer - 213,255 files, 3.5 Gb => ~16.4KB/file Fast Transfer - 803 files, 1.8 GB => 2.24 MB/file I guess I won't return the stick as defective...;) Mark On Thu, Feb 2, 2012 at 8:47 AM,

Re: Question about USB R/W Speed

2012-02-02 Thread Adam McCullough
I'm willing to bet that the 1.5GB of files were a lot larger and less numerous than the 8 GB of files you moved previously. It isn't Windows, it has to do with how file systems work. Moving a million 1 kb files is going to take a lot more time than moving a tarball of the same files -- even if the

Question about USB R/W Speed

2012-02-02 Thread Mark Phillips
I bought a new HP 32 GB USB stick. I plugged it into my Debian laptop to make a quick back up of a large directory (~8 GB, lots of little files), and it took overnight to transfer the files. Gnome reported that the transfer speed was around 400 - 500 KB/sec. I then plugged the same stick into the s

Re: problem installing plone

2012-02-02 Thread Stephen
To expand on this there is a page that gives a list of things that you specifically need for plone running on Ubuntu. I did an apt-get of this list and the plone "installer" ran without error. On Feb 2, 2012 5:55 AM, "Mark Phillips" wrote: > 1. Read the readme that came with the plone installatio

Re: problem installing plone

2012-02-02 Thread Mark Phillips
1. Read the readme that came with the plone installation software. 2. install the dependencies that are listed in that readme. Mark On Thu, Feb 2, 2012 at 1:41 AM, Michael Havens wrote: > okay, apparently that got rid of the 'bits' error but now I get : > > ImportError: No module named _s

Re: problem installing plone

2012-02-02 Thread Michael Havens
okay, apparently that got rid of the 'bits' error but now I get : ImportError: No module named _sha256 I tried to apt-get install it but no dice doing that. I then ran apt-file search and a list of 14 files popped up. Do I understand correctly that I need to reinstall all these files? I d