Re: What about KVM VMs when Suspending?
On Monday 24 June 2013 11:28 AM, Mihamina Rakotomandimby wrote: Hi all, I read a bit about the difference between "Hibernate" and "Suspend". I use my laptop as virtualization host too, and wonder what about the VMs when Suspending. I works fairly well when no VM is launched. What is suposed to happen if I have KVM VMs started? -- RMA. they will be auto suspended by the host OS -- _ °v° /(_)\ ^ ^ Jatin Khatri RHCSA,RHCE,CCNA Registerd Linux user No #501175 www.linuxcounter.net No M$ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: What about KVM VMs when Suspending?
On Friday, 28 June 2013, Jatin K wrote: > On Monday 24 June 2013 11:28 AM, Mihamina Rakotomandimby wrote: > > Hi all, > > I read a bit about the difference between "Hibernate" and "Suspend". > I use my laptop as virtualization host too, and wonder what about the VMs > when Suspending. > > I works fairly well when no VM is launched. > What is suposed to happen if I have KVM VMs started? > > > -- > RMA. > > > > they will be auto suspended by the host OS > Actually the interesting question is what happens when they wake up? IOW Does the suspended guest kernel know that it was suspended and for example update its notion of the current time? poc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: question: F-19 and CUPS upgrade.
> I think that change is just an internal detail cups cares about. > > I've been just copying my /etc/cups/ppd/ files from one fedora to the > next for years now and printing keeps working (and seemed to work > in fedora 19 beta as well). Thank-you for your comments, Tom. Did any of those changes involve something as fundamental as the change from ps to pdf that is happening here? And is your printer a GDI printer, a ps printer, or a pdf printer? In other words, how good of a test is your experience? Bill. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: question: F-19 and CUPS upgrade.
> Did any of those changes involve something as fundamental as the change from > ps to pdf that is happening here? I'm pretty sure the ps versus pdf is just the way the print job is handed to the driver that converts it to whatever the printer actually needs. Certainly my Brother HL-2040 doesn't print postscript of any kind natively, it needs HP PCL. My Epson Artisan doesn't even use a native driver from the fedora repos, it is from some place that produced a 3rd party driver for epson. It has worked unchanged through several releases (including fedora 19). -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Chron curiosity
I have this line in /etc/crontab: 30 23 * * * geoff /usr/local/bin/fp.pl which executes the program every day at 2330. The script terminates by executing system 'sudo systemctl start poweroff.target'; Generally this works as expected. However, when I realize that the shutdown happened too soon, and I restart the system, it re-executes the script. Any suggestions as to where I've gone wrong? Thanks. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
retrofitting LUKS encryption on installed system
I've got a F19 installation that I'd like to turn into a fully encrypted system with LUKS. There are many howtos on the web for encrypting a partition, but they all show doing it to /home. the implication is that you need to be logged in as root on the actual system you're modifying, though I don't think that is explicitly stated. That would mean you can't encrypt the root partition itself, since you've got to have an empty partition to work on, then restore its contents from backup. So, my question(s): -can you do it while being booted into a recovery environment? -if not, is there any way to convert the whole thing that I'm not able to figure out on my own (perhaps I'm having a whole series of senior moments) ??? -Or would it simply be best to do a fresh installation? Thanks! -- Fred Smith -- fre...@fcshome.stoneham.ma.us - The Lord is like a strong tower. Those who do what is right can run to him for safety. --- Proverbs 18:10 (niv) - -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: What about KVM VMs when Suspending?
Patrick O'Callaghan wrote: > Actually the interesting question is what happens when they wake up? IOW > Does the suspended guest kernel know that it was suspended and for example > update its notion of the current time? basically, yes. It's not (much) different than hibernate on laptops. -- rex -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: What about KVM VMs when Suspending?
On 28.06.2013 15:50, Rex Dieter wrote: > Patrick O'Callaghan wrote: > >> Actually the interesting question is what happens when they wake up? IOW >> Does the suspended guest kernel know that it was suspended and for example >> update its notion of the current time? > > basically, yes. It's not (much) different than hibernate on laptops. Can you be more concise. :) poma -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: retrofitting LUKS encryption on installed system
So, my question(s): -can you do it while being booted into a recovery environment? -if not, is there any way to convert the whole thing that I'm not able to figure out on my own (perhaps I'm having a whole series of senior moments) ??? -Or would it simply be best to do a fresh installation? I think a fresh install is the only practical way. - Mike -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: What about KVM VMs when Suspending?
On 24.06.2013 13:09, Matthew Miller wrote: > On Mon, Jun 24, 2013 at 08:58:17AM +0300, Mihamina Rakotomandimby wrote: >> I read a bit about the difference between "Hibernate" and "Suspend". >> I use my laptop as virtualization host too, and wonder what about >> the VMs when Suspending. >> I works fairly well when no VM is launched. >> What is suposed to happen if I have KVM VMs started? > > Just like any other process -- they will be suspended too. If one doubt validity of the host power management related to the guest, there is always availability of the guest power management, in addition to the 'virsh' power management, right. Therefore, man 1 virsh poma -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
RE: retrofitting LUKS encryption on installed system
-Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Fred Smith Sent: Friday, June 28, 2013 3:42 PM To: users@lists.fedoraproject.org Subject: retrofitting LUKS encryption on installed system I've got a F19 installation that I'd like to turn into a fully encrypted system with LUKS. There are many howtos on the web for encrypting a partition, but they all show doing it to /home. -Original Message- No, just re-install. One partition with /boot and another with an encrypted volume-group, holding /, swap and the rest. But before embarking on that trip, do you really need full disk encryption? I mean, the content of /usr is on any fedora-cd ;-) And when up-and-running, everything is unlocked. The only valid reason I can think about, is that other people have physically access to your machine and could get root-access by booting from cd/dvd, and might alter your system. It surely works, but at a performance price. And the certainty that you have to enter the LUKS-key each time you boot. __ Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, wordt u verzocht dat aan de afzender te melden en het bericht te verwijderen. De Staat aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die verband houdt met risico's verbonden aan het electronisch verzenden van berichten. This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. The State accepts no liability for damage of any kind resulting from the risks inherent in the electronic transmission of messages. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
F18: GDM sometimes won't load desktop
Howdy All, For some reason, there are times when I log into the system and it simply won't load the desktop. The GDM shows me the login prompt, I select my username, enter my password, and it says 'Logged In' with the little green checkmark next to it. But it just sits there. It doesn't load the desktop and the only way to get to the desktop is to restart the system and log in again. This happens with no rhyme or reason. Just 'sometimes' and always at system boot. I'm running F18, fully patched, with XFCE as the DE. Has anyone experienced this? How do I fix it? Thanks! Anthony -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: retrofitting LUKS encryption on installed system
On 28.06.2013, j.witvl...@mindef.nl wrote: > The only valid reason I can think about, > is that other people have physically access to your machine If somebody has physical access to your machine, you're hosed. A hardware keylogger could have been installed, a camera which spies on you and captures your passphrase and other evil things. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: retrofitting LUKS encryption on installed system
On Fri, Jun 28, 2013 at 05:21:34PM +0200, j.witvl...@mindef.nl wrote: > -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Fred Smith > Sent: Friday, June 28, 2013 3:42 PM > To: users@lists.fedoraproject.org > Subject: retrofitting LUKS encryption on installed system > > I've got a F19 installation that I'd like to turn into a fully encrypted > system with LUKS. > > There are many howtos on the web for encrypting a partition, but they > all show doing it to /home. > -Original Message- > > No, just re-install. > One partition with /boot and another with an encrypted volume-group, holding > /, swap and the rest. > > But before embarking on that trip, do you really need full disk encryption? > I mean, the content of /usr is on any fedora-cd ;-) And when up-and-running, > everything is unlocked. > > The only valid reason I can think about, is that other people have physically > access to your machine and could get root-access by booting from cd/dvd, and > might alter your system. Well, I have employer VPN information, ssh keys allowing me to ssh into my own home system, and sometimes customer's VPN (and possibly other) information on it too, so for all those reasons it has seemed like encrypting the whole thing would make sense. Fred -- --- Under no circumstances will I ever purchase anything offered to me as the result of an unsolicited e-mail message. Nor will I forward chain letters, petitions, mass mailings, or virus warnings to large numbers of others. This is my contribution to the survival of the online community. --Roger Ebert, December, 1996 - The Boulder Pledge - -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Chron curiosity
Geoffrey Leach writes: > I have this line in /etc/crontab: > > 30 23 * * * geoff /usr/local/bin/fp.pl > > which executes the program every day at 2330. The script terminates by > executing system 'sudo systemctl start poweroff.target'; > > Generally this works as expected. > > However, when I realize that the shutdown happened too soon, and I > restart the system, it re-executes the script. > > Any suggestions as to where I've gone wrong? You didn't wait a minute for before restarting the computer? ;-) Look at the top of /etc/cron.hourly/0anacron and add logic just like this to your script. Cron is stateless across reboots (as far as I know) and has no way to tell if it already ran. You have to record that fact yourself. -wolfgang -- g+: https://plus.google.com/114566345864337108516/about -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Chron curiosity
On Fri, 28 Jun 2013 12:25:02 -0700 Wolfgang S. Rupprecht wrote: > Look at the top of /etc/cron.hourly/0anacron Speaking of anacron, you may want to eradicate all the anacron junk if you actually want jobs to run at the times you specified rather than at random times anacron picks to be as inconvenient as possible. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: audio in wireshark: how?
On or about 06/27/2013 09:26 AM, Dr. Michael J. Chudobiak stated for us to ponder: > I want to play back some recorded voip calls in wireshark, but I get no > audio when I press "play". Audio/video playback in firefox works fine. > What secret sauce do I need to make this work? > > > [mjc@xena ~]$ wireshark > ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear > ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM > cards.pcm.center_lfe > ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side > jack_client_new: deprecated > Cannot connect to server socket err = No such file or directory > Cannot connect to server request channel > jack server is not running or cannot be started > jack_client_new: deprecated > Cannot connect to server socket err = No such file or directory > Cannot connect to server request channel > jack server is not running or cannot be started > Cannot connect to server socket err = No such file or directory > Cannot connect to server request channel > jack server is not running or cannot be started I'm not sure, but some of the errors relate to the jack server, which you obviously are not running. Might it not have something to do with the jack-audio-connection-kit not being installed/running? > > - Mike -- Kevin J. Cummings kjch...@verizon.net cummi...@kjchome.homeip.net cummi...@kjc386.framingham.ma.us Registered Linux User #1232 (http://www.linuxcounter.net/) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: retrofitting LUKS encryption on installed system
On 28.06.2013 17:21, j.witvl...@mindef.nl wrote: > It surely works, but at a performance price. And the certainty that you have > to enter the LUKS-key each time you boot. Intel Sandy/Ivy Bridge processors and later (AMD also) have something called AES-NI which significantly speeds up disk encryption. I haven't done any benchmarks but I see no difference between encrypted and plain LVM in everyday use. User can unlock LUKS volume using key on SD card or any other media that can be mounted during system boot. So no passphrase is needed every time system is rebooted. Mateusz Marzantowicz -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: retrofitting LUKS encryption on installed system
On Fri, Jun 28, 2013 at 10:44:09PM +0200, Mateusz Marzantowicz wrote: > On 28.06.2013 17:21, j.witvl...@mindef.nl wrote: > > It surely works, but at a performance price. And the certainty that you > > have to enter the LUKS-key each time you boot. > > Intel Sandy/Ivy Bridge processors and later (AMD also) have something > called AES-NI which significantly speeds up disk encryption. I haven't > done any benchmarks but I see no difference between encrypted and plain > LVM in everyday use. that would be lovely. but this, unfortunately, is a dual core Atom processor, so it's gonna be dog slow. > > User can unlock LUKS volume using key on SD card or any other media that > can be mounted during system boot. So no passphrase is needed every time > system is rebooted. > > > Mateusz Marzantowicz -- Fred Smith -- fre...@fcshome.stoneham.ma.us - The Lord detests the way of the wicked but he loves those who pursue righteousness. - Proverbs 15:9 (niv) - -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org