/srv/irclogs.ubuntu.com/2020/01/13/#ubuntu-server.txt

CyberFingersI am not able to update "sudo apt update|more04:27
CyberFingersWARNING: apt does not have a stable CLI interface. Use with caution in scripts.04:27
CyberFingersErr:1 http://archive.ubuntu.com/ubuntu bionic InRelease04:27
CyberFingers  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - co04:27
CyberFingersnnect (101: Network is unreachable)"04:27
cpaelzergood morning06:11
lordievaderGood morning07:20
=== lotuspsychje_ is now known as lotuspsychje
coreycbjamespage: sahid: I'm working through promotions to -updates across the cloud archives for anything that's verified13:53
sahidcoreycb: ack, can i help on anything?13:55
coreycbsahid: I think at the moment we're ok, thanks. got a lot of things verified last week and just need to get them released.13:56
sahidack, i'm trying to fix packages that are failling autopkgtest so13:57
jamespagecoreycb: awesome thanks14:11
coreycbsahid: thanks, good idea. if you come across networkx, I have that covered. I'm working on fixing up the component mismatches for that but also hitting other issues with it.14:14
shubjerocoreycb: Are you aware of these deprecation warnings for train cinder on 18.04? https://paste.ubuntu.com/p/Svw5CsZpsM/15:53
shubjerocoreycb: I guess they are more of OpenStack's problem and not Ubuntu. The one about policy enforcement is annoying though because I don't even use a cinder policy file and just rely on the built in "sane defaults".. which maybe are deprecated and causing this warning too?15:55
coreycbshubjero: hi, I don't think I've seen those. yes that would be my next question is whether they are an upstream issue or limited to our package code.15:55
coreycbshubjero: we try to use upstream config by default as much as possible whether that be the static copy from usptream source or a generated copy based on how upstream generates (ie. tox.ini)15:55
coreycbshubjero: right and policy is in code mostly now15:56
shubjerocoreycb: Yeah, it looks like I probably have to ignore these warnings for now and drop them from my ELK stack as its fairly frequent and clutters the logs15:57
coreycbshubjero: it'd be worth getting a bug opened upstream if it looks it's not yet fixed in master and there isn't already a bug open. unless your deployment tooling is possibly laying down any policy config.16:00
shubjerocoreycb: yeah ill look at upstream16:03
shubjerocoreycb: thanks16:03
vlmhow could i make sure i actually write to a disk mounted at mount point rather than the mount point itself in root disk or how does it work? I could do a conditional in my script and grep output of mount command is there another way though??18:19
lordcirthvlm, what does this script do, and how will it be run?18:24
lordcirthvlm, an easier way might be to touch a flag file inside the mount, and check for its existence. Alternatively, if this will be run as a systemd service, you can have systemd check18:25
vlmlordcirth: ohh you mean like create a lock file of some sort?That ive done before didnt remember ,thats actually good enough for thanks!18:27
lordcirthvlm, you could lock it as well, but simply "if this file is here, then it's mounted, because this is only on the mount" works18:27
vlmlordcirth: ive done that before thats just whats needed then i just exit script if its not present18:28
sdezielvlm: you might want to use "mountpoint" to test if the dir is a mountpoint or not18:31
vlmsdeziel: thats another good suggestion aswell thanks,always these usefull commands laying around always forget about or dont discover18:32
fluvvelQ: if I clone a partition with hard links, am I going to have any issues on the new drive?21:03
fluvvelI've been trying to rsync -avrH the contents and I'm 4 days into a 1.4TB copy, its killing me21:03
swebi i forward all syslog to services is all logs of my system will be captured ?21:23
swebis there any thing else to capture ?21:23
sdezielfluvvel: you should have no issue with the new drive but yeah, rsync can take a while (newer rsync versions (3+) are better)21:25
sdezielfluvvel: are you rsync'ing a BackupPC pool or a rsnapshot partition?21:26
sarnoldsweb: some things may be logged only to the systemd journal; other applications will log to their own files without using any other logging framework. auditd logs aren't included in syslog either.22:28

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!