| === pavel_ is now known as pavel | ||
| DrMax | is there a setting somewhere for somewhat smart new window placement? Now, if I have center new window at ON, every new window appears in the center of the screen, if it's OFF, all new window appear in upper left corner | 03:04 |
|---|---|---|
| DrMax | In versions before 26.04, the new window appeared in the least occupied portion of the screen | 03:04 |
| DrMax | is there a switch to enable that back ? | 03:04 |
| === timj1 is now known as timj | ||
| === hays76 is now known as hays7 | ||
| === juanschwartz6 is now known as juanschwartz | ||
| === Bayangan_ is now known as Bayangan | ||
| osh4rmi | Hello | 05:07 |
| === apk is now known as apt | ||
| === pppingme2 is now known as pppingme | ||
| user123 | 有没有真人阿 | 07:14 |
| user123 | HI | 07:14 |
| === Sidewyz1 is now known as Sidewyz | ||
| === eoli3n_ is now known as eoli3n | ||
| === pavel_ is now known as pavel | ||
| === pppingme2 is now known as pppingme | ||
| === richardjh1 is now known as richardjh | ||
| === root is now known as Guest5851 | ||
| BluesKaj | Hi all | 12:22 |
| d3fc0n | user123, yes, plenty | 12:34 |
| tomreyn | they left 10 minutes after posting | 12:35 |
| dima2016 | привет | 13:16 |
| Mekaneck | !ru | dima2016 | 13:23 |
| ubottu | dima2016: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. | 13:23 |
| myrlyn | #ubuntu-ru | 14:11 |
| === Origin_ is now known as Origin | ||
| === A-KO|desk is now known as A-KO | ||
| === kimiamania0 is now known as kimiamania | ||
| === EgonX_ is now known as EgonX | ||
| musor | Привет? | 18:32 |
| lotuspsychje | !ru | musor | 18:32 |
| ubottu | musor: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. | 18:32 |
| DrMax | how can I check if cron/anacron is running correctly? | 18:46 |
| cbreak_ | DrMax: you could ask a job to do something observable, like write a log message into a file | 19:01 |
| DrMax | I've installed plocate | 19:02 |
| DrMax | but it didn't update the locatedb this night | 19:02 |
| DrMax | also, where is the table for launch times? | 19:02 |
| cbreak_ | ls -la /var/lib/plocate/plocate.db, if that shows a recently modified db file, then it's updating | 19:03 |
| cbreak_ | DrMax: you mean systemd-analyze blame? | 19:03 |
| DrMax | >Aug 12 15:52 /var/lib/plocate/plocate.db | 19:04 |
| DrMax | what am I looking for in blame? | 19:04 |
| cbreak_ | it's not related to this. It's the time it takes to start up your system. | 19:05 |
| cbreak_ | if you want to know about plocate, run systemctl status plocate-updatedb.timer | 19:05 |
| cbreak_ | that'll show information on the timer that updates the plocate database. (it doesn't use cron) | 19:05 |
| DrMax | Loaded: loaded (/usr/lib/systemd/system/plocate-updatedb.timer; enabled; preset: enabled) | 19:06 |
| DrMax | Triggers: ● plocate-updatedb.service | 19:06 |
| cbreak_ | that tells you that it's turned on, and what it will do. | 19:07 |
| cbreak_ | you should also see "Trigger", which tells you when it'll trigger next | 19:07 |
| DrMax | it says n/a | 19:07 |
| cbreak_ | weird. | 19:07 |
| DrMax | indeedd | 19:07 |
| DrMax | it's not like it's a huge inconvenient to sudo updatedb, but it is a huge inconvenient | 19:08 |
| cbreak_ | for me it also shows a log entry, at the far bottom, that lists when it triggered previously | 19:08 |
| DrMax | (that's a fresh new 26.04 install, so it's not an effect of an interaction with 24.04 upgraded | 19:09 |
| DrMax | ) | 19:09 |
| DrMax | ○ plocate-updatedb.timer - Update the plocate database daily | 19:09 |
| DrMax | Loaded: loaded (/usr/lib/systemd/system/plocate-updatedb.timer; enabled; preset: enabled) | 19:09 |
| DrMax | Active: inactive (dead) | 19:09 |
| DrMax | Trigger: n/a | 19:09 |
| DrMax | Triggers: ● plocate-updatedb.service | 19:09 |
| DrMax | that's the output of systemctl status plocate-updatedb.timer | 19:09 |
| cbreak_ | hmm... tried starting it? | 19:09 |
| cbreak_ | systemctl start plocate-updatedb.timer | 19:10 |
| DrMax | hmm will that be permanent? | 19:10 |
| cbreak_ | no. | 19:10 |
| cbreak_ | the enabled thing the line above is the permanent thing | 19:10 |
| DrMax | you mean enabled; preset:enabled ? | 19:11 |
| cbreak_ | yes. | 19:11 |
| DrMax | ok, now for the other question: when will it run and is it configurable? | 19:12 |
| DrMax | So, next time I reboot, it should start automagically? | 19:12 |
| cbreak_ | the timer file describes how it's run: /usr/lib/systemd/system/plocate-updatedb.timer | 19:13 |
| elhoir | hello guys, do u know where do i have to go to ask for a problem with amdgpu module in 7.1.5 kernel? | 19:13 |
| cbreak_ | on my system it's configured to run once per day, at some random point | 19:13 |
| DrMax | same | 19:14 |
| cbreak_ | DrMax: man systemd.timer has a ton of information on what that file supports. | 19:14 |
| cbreak_ | I'm not sure if the intention is that users edit it directly though. | 19:14 |
| DrMax | ...and if I want it not that random, say, 5 in the morning? | 19:14 |
| cbreak_ | DrMax: OnCalendar=... | 19:15 |
| DrMax | it says only daily for now | 19:16 |
| DrMax | so, if it's a random moment, I'll wait so see if it runs at all today | 19:18 |
| cbreak_ | systemctl edit is apparently the way to edit those. You can read man systemd.time for docs on what you can put there | 19:18 |
| DrMax | then I'll fiddle to get it to run at 5 or 6 in the morning | 19:18 |
| DrMax | OK, thanks, that's been really helpful | 19:18 |
| DrMax | bbl; gtg; thanks again | 19:19 |
| cbreak_ | apparently systemd implements useful capabilities, such as being able to specify it like "tomorrow Pacific/Auckland" or "11min ago" | 19:19 |
| DrMax | lol, 11 minutes ago... | 19:20 |
| cbreak_ | also supports useful ones like 21:22:23 | 19:20 |
| === abhimanyu0 is now known as abhimanyu | ||
| === abhimanyu6 is now known as abhimanyu | ||
| === boplaid is now known as Guest6961 | ||
| === boplaid_ is now known as boplaid | ||
| === richardjh1 is now known as richardjh | ||
| eeycee | hi | 22:40 |
| === andr01d- is now known as andr01d | ||
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!