Re: made swap too small

2014-07-15 Thread Matt Graham
On 2014-07-15 15:36, Kevin Fries wrote: the vanilla kernel's suspend-to-disk feature. If you're using that, then your swap partition size should be roughly equal to your RAM There are two types of swap in Linux.  The one everyone knows is the swap partition.  But you can also have a file based

Re: unlock profile

2014-07-15 Thread Michael Havens
I didn't know they use the same profile but I've had both running (and working properly) at the same time before. :-)~MIKE~(-: On Tue, Jul 15, 2014 at 3:45 PM, Stephen Partington wrote: > Did you try a sudo killall chromium-browse. It looks like chromium is in > use and chrome cannot runb at t

Re: unlock profile

2014-07-15 Thread Stephen Partington
Did you try a sudo killall chromium-browse. It looks like chromium is in use and chrome cannot runb at the same time as they use the same profile. On Jul 15, 2014 3:22 PM, "Michael Havens" wrote: > nope. that didn't do anything I reboot it and it said chrome was running > on the same ps. : > > bm

Re: made swap too small

2014-07-15 Thread Kevin Fries
There are two types of swap in Linux. The one everyone knows is the swap partition. But you can also have a file based swap. And while you are limited to one partition based swap, you can have many file based swaps. However, that being said, swap is a poor substitute for ram on a Linux based sy

Re: unlock profile

2014-07-15 Thread Michael Havens
but I changed the command to: rm -Rf $(find ~/.config/cgoogle-chrome/|grep -i lock) and it worked! Thanks ET. :-)~MIKE~(-: On Tue, Jul 15, 2014 at 3:30 PM, Michael Havens wrote: > that didn't do anything. I want to kill the profile that has chrome. > not chromium. > > :-)~MIKE~(-: > >

flash flood watch tonight

2014-07-15 Thread der.hans
moin moin, Flash flood watch in place until 20:00 tonight for Maricopa County. Hope you can make it to the job fair, but play it safe. ciao, der.hans -- # http://www.LuftHans.com/http://www.LuftHans.com/Classes/ # "This country has nothing to fear from the crooked man who fails. We pu

Re: unlock profile

2014-07-15 Thread Michael Havens
that didn't do anything. I want to kill the profile that has chrome. not chromium. :-)~MIKE~(-: On Tue, Jul 15, 2014 at 3:25 PM, wrote: > rm -Rf $(find ~/.config/chromium/|grep -i lock) > And be done with it... > ET > > > Michael Havens writes: > >> nope. that didn't do anything I reboot i

Re: unlock profile

2014-07-15 Thread kitepilot
rm -Rf $(find ~/.config/chromium/|grep -i lock) And be done with it... ET Michael Havens writes: nope. that didn't do anything I reboot it and it said chrome was running on the same ps. : bmike1@CQ57-1:~$ google-chrome [3101:3101:0715/151501:ERROR:process_singleton_linux.cc(309)] The pr

Re: unlock profile

2014-07-15 Thread Michael Havens
nope. that didn't do anything I reboot it and it said chrome was running on the same ps. : bmike1@CQ57-1:~$ google-chrome [3101:3101:0715/151501:ERROR:process_singleton_linux.cc(309)] The profile appears to be in use by another Google Chrome process (16915) on another computer (Presario-CQ57). Ch

Re: unlock profile

2014-07-15 Thread Stephen Partington
sudo -ps -A | grep chro it might be running under an elevated process by accident during install. worst case you can reboot the machine. On Tue, Jul 15, 2014 at 2:29 PM, Michael Havens wrote: > The thing about this is the error says the ps is 16915 but ps -e has no ps > 16915 I just checke

Re: made swap too small

2014-07-15 Thread Matt Graham
On 2014-07-15 14:23, Sesso wrote: No, the rule is usually to have half as much swap as your ram. Unless you're using the vanilla kernel's suspend-to-disk feature. If you're using that, then your swap partition size should be roughly equal to your RAM size. Yes, the RAM image can be and ofte

Re: unlock profile

2014-07-15 Thread Michael Havens
The thing about this is the error says the ps is 16915 but ps -e has no ps 16915 I just checked again. :) :-)~MIKE~(-: On Tue, Jul 15, 2014 at 2:24 PM, Michael Havens wrote: > I am having a bear of a time with Chromium so I figured I would see if > Chrome worked any better so I download ch

unlock profile

2014-07-15 Thread Michael Havens
I am having a bear of a time with Chromium so I figured I would see if Chrome worked any better so I download chrome and then tried to start it. Nothing happened. So I opened a terminal emulator and started it from there to see what errors would appear. Well, it seems to think chrome is running and

Re: made swap too small

2014-07-15 Thread Sesso
No, the rule is usually to have half as much swap as your ram. So. 1G would have been enough. Swap is to free up space when ram is full. It moves the memory that isn't being used by applications but still in ram. It's very slow compared to ram since it's hard drive space. Sent from my iPhone

Re: made swap too small

2014-07-15 Thread Michael Havens
I figured the less ram you had the more swap you'd need. or else what is swap for? isn't it to free space in ram? :-)~MIKE~(-: On Tue, Jul 15, 2014 at 12:55 PM, Sesso wrote: > It looks fine to me. You only have 2G of ram so it's ok. > > Sent from my iPhone > > > On Jul 15, 2014, at 12:50 PM, M

Re: made swap too small

2014-07-15 Thread Sesso
It looks fine to me. You only have 2G of ram so it's ok. Sent from my iPhone > On Jul 15, 2014, at 12:50 PM, Michael Havens wrote: > > I think I made my swap partition too small. It is only 2 gig. This is what > free says: > $ free > total usedfree

made swap too small

2014-07-15 Thread Michael Havens
I think I made my swap partition too small. It is only 2 gig. This is what free says: $ free total usedfree shared buffers cached Mem: 16538121512472 141340 32440 156544 427816 -/+ buffers/cache: 928112 725700