Re: [gentoo-user] Re: chrony-3.3 hangs at boot
On Monday, 3 September 2018 22:47:50 BST Holger Hoffstätte wrote: > On Mon, 03 Sep 2018 22:23:18 +0100, Mick wrote: > > This is repeatable if I try to stop it manually. Version 3.3 didn't have > > this problem. > > Ah yes, that's from upgrading. Apologies for the misleading advice, > I fixed that locally and forgot. :} > > 1) Edit /etc/init.d/chronyd and change occurrences of /run/chronyd.pid to > /run/chrony/chronyd.pid (i.e. add the subdirectory). > > 2) file a bug so that the init file gets fixed in portage as well. :) > > cheers > Holger Done! https://bugs.gentoo.org/665210 https://bugs.gentoo.org/665212 Interestingly, two Intel systems running 3.3 are booting normally. It was only an AMD system here which was hanging at boot. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
[gentoo-user] Re: TRAMP is not working
Melleus writes: > "J. Roeleveld" writes: > >> On Monday, September 3, 2018 2:51:11 PM CEST Melleus wrote: >>> Hi all! >>> >>> After emerging new Emacs (v.26) I got TRAMP broken. I do not use it >>> often, so I hit the problem only today. Instead of opening file it >>> complains with the following message (regardless of protocols and >>> local/remote files): >>> >>> "Couldn't find local shell prompt for zsh" >>> >>> I might be possibly doing something wrong, but before the update there >>> were no issues. Reading TRAMP manual brought to me no enlightenment on >>> what's happening either. >>> >>> Thanks ahead. >> >> Is "zsh" installed and working? >> >> -- >> Joost > > Yes, sure. And it is available for Emacs terminal: > > me@myhost ~ % sh > sh-4.4$ zsh > me@myhost ~ % exit > sh-4.4$ exit > exit > me@myhost ~ % I have found the solution: from now on there should be the following stanza: [ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' put in .zshrc file. (source: https://emacs.stackexchange.com/questions/27410/cant-connect-with-tramp-tramp-file-name-handler-couldn-t-find-local-shell-prom#27418) I do not quite understand why I could not find that in manual. But anyway TRAMP is working now.
[gentoo-user] libreoffice 6
Hello, I recently upgraded to LO 6.0.6.2; the upgrade went fine. When saving docs, I had it default to ".doc" as the most common format and I mostly use libreoffice for doz based folks. Now the save option does not list out all of those choices to save a file as, like ::pdf .doc .docx, etc etc. all I see now is 3 types of 'odg' : All formats odg drawing odg drawing template fiat xml odg dreawing I can File --> export --> .pdf So where do I set the default file type (.doc) for save? did I miss a flag or extra module for this traditional behavior to set automatically. ? TIA, James
Re: [gentoo-user] [OT] Is that possible or nonsense (3D-Printing via WiFi) ?
On 03/09/18 05:50, J. Roeleveld wrote: If the printer requires a near constant stream of data over the USB port, you might want to look into a physical cable instead of wifi for the communication. And DON'T hang ANYTHING else on USB (except, of course, the keyboard and mouse). Actually, if you've got separate USB-1, -2, and -3 ports, make sure it's the only thing on the -3 ports. Sharing devices on a hub (and a lot of mobos have internal hubs so you don't know if ports are shared or not) can cause all sorts of grief if you're unlucky. Cheers, Wol
Re: [gentoo-user] libreoffice 6
On Tue, 4 Sep 2018 at 21:08, james wrote: > So where do I set the default file type (.doc) for save? Possibly in Tools -> Options -> Load/Save -> General > did I miss a flag or extra module for this traditional behavior > to set automatically. ? I don't seem to have anything special in my compile settings for libreoffice, so I don't think so. Interestingly, I don't have any of the three options you list, it's suspicious that all of them are some kind of 'drawing' format... Cheers, Arve
[gentoo-user] Re: libreoffice 6
On 2018-09-04, james wrote: > I recently upgraded to LO 6.0.6.2; the upgrade went fine. > > > When saving docs, I had it default to ".doc" as the most > common format and I mostly use libreoffice for doz based > folks. > > > Now the save option does not list out all of those choices to save > a file as, like ::pdf .doc .docx, etc etc. all I see now is > 3 types of 'odg' > > : All formats > odg drawing > odg drawing template > fiat xml odg dreawing I don't use LibreOffice myself (openoffice-bin here), but those look like native formats for LibreOffice Draw. Any chance you opened LibreOffice Draw by mistake? (Or that they changed the UI so that what you used to do to open a blank text document now opens a "draw document"?) -- Nuno Silva
Re: [gentoo-user] libreoffice 6
On 9/4/18 4:25 PM, Arve Barsnes wrote: > On Tue, 4 Sep 2018 at 21:08, james wrote: >> So where do I set the default file type (.doc) for save? > > Possibly in > Tools -> Options -> Load/Save -> General Yea it's there; but I have not yet found how to make it permanent (default). > >> did I miss a flag or extra module for this traditional behavior >> to set automatically. ? > > I don't seem to have anything special in my compile settings for > libreoffice, so I don't think so. Interestingly, I don't have any of > the three options you list, it's suspicious that all of them are some > kind of 'drawing' format... > It a pdf government form. Libreoffice has a whole bunch of graphics boxes along the left hand side, so I guess those defaults are do to how the (pdf) file creator set defaults. Gotta test on a blank text from. Testing a raw (newly created) text file does give a differnet list of file save options. (gasp) I guess I just gott bite the bullet and sink a couple hours into this 6.x libreoffice. I was back a few version on LO-5.x, just for this reason. thx for the help. James > Cheers, > Arve > >
[gentoo-user] disable Intel Mgr Engine
Just ran across this: https://wiki.gentoo.org/wiki/Sakaki's_EFI_Install_Guide/Disabling_the_Intel_Management_Engine Anyone try something like this before? Any discussion or sharing would be appreciated. James