/srv/irclogs.ubuntu.com/2018/10/04/#ubuntu-server.txt

keithzg[m]Hmm, running a 16.04 -> 18.04 upgrade I'm seeing a whole whack of "no candidate ver:" listings for ancient packages that I haven't had installed for good reason for quite some time (ex. a whole bunch of 3.x kernels).  Is there some way to clear out those old listings?00:27
tomreynkeithzg[m]: you must have packages installed which still reference these00:42
tomreynmay i suggest https://github.com/tomreyn/scripts#foreign_packages to sort out leftover packages (after cleaning up your apt sources, i.e. removing those you no longer need).00:43
keithzg[m]tomreyn: Thanks!  I'll definitely give that a shot once I'm done the upgrade. I'd be somewhat surprised if there was anything really, but then again this is a VM I actually inherited from the previous sysadmin so who knows what skeletons are in its closet, hah00:45
tomreyna good idea then. also "ubuntu-support-status"00:46
tomreynkeithzg[m]: ^ and maybe debsums -as00:48
tomreyn+ deborphan ;)00:48
keithzg[m]Huh, fail2ban is "unsupported" these days? Even more surprising, lazily searching packages.ubuntu.com returns no results for it, but that just seems to be that the website search isn't working (a local `apt policy fail2ban` shows that it's in universe, which I suppose would be the reason for ubuntu-support-status to report it as "unsupported" even though that seems misleading).01:27
tomreyn!info fail2ban01:28
ubottufail2ban (source: fail2ban): ban hosts that cause multiple authentication errors. In component universe, is optional. Version 0.10.2-2 (bionic), package size 321 kB, installed size 1698 kB01:28
tomreynkeithzg[m]: https://help.ubuntu.com/community/Repositories#Universe01:29
keithzg[m]tomreyn: Oh I know what 'universe' means for the Ubuntu repos. It's just that "supported" or "unsupported" seems like a misleading binary state to me in this case; that it's from a maintained package in the repos is surely at least *some* level of support, particularly compared to, say, if it was installed from a third-party repository that's no longer configured on the system.01:31
tomreynhere 'supported' refers to 'canonical provides security support for it'01:32
sarnoldfail2ban has been in universe since at least precise, probably earlier01:32
keithzg[m]Like, the distinction makes sense, it just means that `ubuntu-support-status` isn't necessarily too useful to me.01:32
sarnoldkeithzg[m]: the important takeaway here is that if there's a bug in it that you want fixed, *you're* the one supporting it :)01:32
keithzg[m]sarnold: Eh, that's not the takeaway is it? Surely it's just, if there's a bug in it that I want fixed, it just isn't *Canonical's* problem :D01:33
sarnoldkeithzg[m]: yeah :) it's just that all too often folks expect Someone Else to solve their problems..01:34
keithzg[m]sarnold: Yeah, fair! Although I can't imagine such folks would let a package being in "universe" stop them, hell I bet rarely would "I downloaded this from some random website and half-followed the instructions" stop 'em ;)01:35
sarnoldkeithzg[m]: too right you are ;)01:36
lordievaderGood morning06:01
jellykeithzg[m]: what else would you have "unsupported" mean but "unsupported by distro vendor"07:42
=== coconut is now known as coconut_
ahasenackgood morning12:15
ahasenackrbasak: thanks for the reviews. Could you take a quick look at https://code.launchpad.net/~ahasenack/ubuntu/+source/squid/+git/squid/+merge/356100/comments/926735 for one extra commit I added to squid? It's on top of what you reviewd already, I just had to regenerate the changelog after it12:49
rbasakahasenack: +1 (commented)13:08
ahasenackrbasak: thanks13:09
ahasenackrbasak: I think I'll take over https://code.launchpad.net/~paelzer/ubuntu/+source/strongswan/+git/strongswan/+merge/35558913:10
ahasenackit was trumped by two security updates in the meantime, and the upload was rejected (https://launchpad.net/ubuntu/cosmic/+queue?queue_state=4&queue_text=strongswan)13:10
ahasenackrbasak: is there a place to see why it was rejected, although in this case I think that was the reason?13:10
rbasakahasenack: only the uploader gets the reject message unfortunately13:16
ahasenackok13:16
rbasakAsk in #ubuntu-release perhaps?13:16
ahasenackchecked, it was the secteam's upload13:30
ahasenackI'll resubmit13:30
ahasenackrbasak: what happens with the git tree in this case?13:31
ahasenackI guess since it was never uploaded, it will never be imported13:31
ahasenackso the changes will never show up in the pkg git tree, just the upload tag13:32
ahasenackwhich won't match what was actually uploaded as that version/release13:32
rbasakahasenack: correct. Best to delete the upload tag to avoid confusion.13:35
rbasak(which is the ugly part, but it's the least worst option IMHO)13:35
=== lotuspsychje_ is now known as lotus|NUC
ahasenackrbasak: https://code.launchpad.net/~ahasenack/ubuntu/+source/strongswan/+git/strongswan/+merge/356135 3rd mp about this :)13:44
rbasakack14:04
Slashmanhello, am I missing some kind of package to have libvirt support zfs pool on 18.04? trying "virsh pool-define-as nvme1 zfs --source-path /dev/zvol/nvme1" gives me "error: internal error: missing backend for pool type 11 (zfs)"14:22
Slashmanit works on 16.04, I don't remember that I had to install something special14:22
ahasenackhm14:23
ahasenackSlashman: try installing libvirt-daemon-driver-storage-zfs14:24
Slashmanahasenack: thanks! this package does not exist on 16.0414:24
Slashmanahasenack: hm, same error, do I have to restart something or modify a config somewhere ?14:25
ahasenacktry restarting libvirtd-bin (iirc)14:25
Slashmanahasenack: "libvirtd.service", and it works now, thanks! time to update my ansible role14:26
ahasenackcool14:26
masonDoes libvirt-daemon-driver-storage-zfs end up setting up zvols per VM?14:32
masonI've been doing this by hand, and I like the idea of it automatically happening.14:32
ahasenackare there particular advantages in using zvols instead of plain image files on a zfs dataset?14:33
ahasenackI find the image file quite convenient, mainly because of its name and ease of moving around if needed14:34
Slashmanahasenack: very useful to transfer, clone, backup, etc14:34
ahasenackwell, that's about zfs, not zvols in particular14:34
masonahasenack: Yes. send/receive/snapshot per VM14:34
ahasenackhm, per vm, instead of per directory where all vms are you mean?14:34
masonSorry, I should have said "per VM"14:34
Slashmanyes, datasets per VM is great, you can have several per VM too, I usually have at least one for the OS and an other for the data14:35
sdezielahasenack: I didn't benchmark it but I'd expect better performance from zvol when compared to raw|qcow2 on zfs14:36
ahasenackthere are benchmarks out there comparing the two, and it's not that clear cut14:36
Slashmanyou can snapshot the tree too, eg: "tank/VM/xenial/root and tank/VM/xenial/data", "zfs snapshot -r tank/VM/xenial"14:36
Slashmanor make a different tree to snapshot only the data14:37
ahasenackhttp://jrs-s.net/2018/03/13/zvol-vs-qcow2-with-kvm/14:37
Slashmantank/VM/root/vm1 tank/VM/root/vm2 tank/VM/data/vm1 tank/VM/data/vm2 => zfs snapshot -r tank/VM/data14:38
sdezielahasenack: interesting, thanks14:38
sdezielthe per VM snapshot is just too nice for me to abandon zvols though14:40
ahasenackyeah, I can see that14:42
Slashmanon a side note, using "ashift=13" on ssd is not a good idea in reality14:42
sdezielthis becomes especially nice when coupled with pre-boot snapshort that a qemu hook can do :)14:42
Slashmanit destroys the compressratio and the performance is basically the same14:42
Slashmanbackups and migration of VM are also much more easier with zvol per VMs14:44
ahasenackrbasak: I applied your suggestions and ran the tests again, all good. Could you take another look? https://code.launchpad.net/~ahasenack/ubuntu/+source/sssd/+git/sssd/+merge/35552414:45
masonI'm kind of excited about libvirt-daemon-driver-storage-zfs now.14:45
ahasenackrbasak: and, do you have a preference whether to squash it all now or later? I think it's easier to review leaving as is14:45
masonAnd since my hypervisors are Bionic, I can leap right in.14:45
ahasenackmason: does it create the zvol, or do you have to hand it one already created?14:46
ahasenack(if you have tried it already)14:46
Slashmanseems like libvirt-daemon-driver-storage-zfs is only the driver and does nothing else14:46
masonahasenack: We'll find out! I assume it creates it, because if it doesn't, the package doesn't do much.14:47
masonHrm. In that case, what's it actually do? I'm creating zvols by hand and passing them in as block devices.14:47
Slashmanmason: it activate the zfs pool storage, you cannot have one if you don't have it14:47
ahasenackyou can create a pool with a random block device, no? Then what would be the difference indeed between that and a zvol?14:47
masonSlashman: I can say for sure that I can have one without that package. :P14:47
Slashmanmason: I can't14:47
Slashmanmason: I tried before14:48
Slashmansee above14:48
masonSlashman: Worked fine for me in Xenial, continues to work fine in Bionic...14:48
rbasakahasenack: +1 - commented14:48
Slashmanmason: it worked in xenial fine, this machine was installed with bionic, it was not upgraded14:48
Slashmanthe nuance may be here14:48
masonSlashman: Same here. I redid my hypervisor from scratch.14:49
rbasakahasenack: I'm caught up with you now I think? Anything else pending review for you right nwo?14:49
masonSlashman: I have both cases. Desktop/hypervisor is an upgrade, and dedicated hypervisor was a fresh install.14:49
masonSlashman: screenshot incoming14:49
ahasenackrbasak: nope, you've been stellar, thanks14:49
Slashmanmason: well, I had "error: internal error: missing backend for pool type 11 (zfs)" before I installed libvirt-daemon-driver-storage-zfs14:49
SlashmanI tried to define it via xml, via virsh pool-define-as and via virt-manager, same error14:50
masonSlashman: https://imgur.com/a/E8jyKQp14:50
Slashmanmason: this is a raw disk14:50
masonSlashman: And I don't have libvirt-daemon-driver-storage-zfs on either system.14:50
masonSlashman: Yes.14:51
Slashmanthat's not the same14:51
masonSlashman: How so?14:51
Slashmanyou can have pool of type zfs14:51
masonSlashman: What's that buy me if zvols aren't autogenerated when I create a VM?14:51
Slashmanmason: maybe then, I have never used the autogeneration of storage14:52
SlashmanI have scripts that create everything and then define the VM14:52
masonSlashman: I'm curious now. What does a "pool type of zfs" mean, tactically?14:52
rbasakahasenack: do you want to continue with triage for bug 1787739? I have some questions I'd like answered but I don't want to pull the reporter in two different directions at once.14:53
ubottubug 1787739 in bind9 (Ubuntu) "postfix name lookup failed after dist-upgrade (Aug-2018)" [Undecided,Incomplete] https://launchpad.net/bugs/178773914:53
ahasenackhm, I got that email14:53
rbasak(I see you're subscribed but it came up in my triage today)14:53
Slashmanmason: https://apaste.info/cwL114:53
ahasenackrbasak: let me take a quick look14:54
Slashmandamn, no type14:54
rbasakahasenack: no rush - just don't want it to get lost if I leave it14:54
ahasenackrbasak: I still think it's something on his setup, the vagrant image doesn't help14:54
masonSlashman: Well. But what does it do for you that I don't have passing in zvols as raw disks?14:54
ahasenackrbasak: this is now falling under support I think. Asking for tcpdump packet captures and the like14:54
ahasenackI have never used vagrant, though14:55
rbasakahasenack: yeah I'd ask him for reproduction instructions (rather than an image) and that hit public infrastructure14:55
Slashmanmason: well, in virt manager, you see a pool and can select the drives, etc, not sure about the definition of the host themselves14:56
ahasenackrbasak: I'd say we can't reproduce it14:56
ahasenackmaybe suggest that he inspect the traffic with tcpdump, and bump the logs on his 192.168.0.130 nameserver14:56
ahasenackrbasak: ^14:56
Slashmanmason: but you make a good point, I'm not really using that, I guess that you have a driver type "zfs" that should have bnetter perf than the "raw" one14:57
rbasakahasenack: I'd avoid going into support detail. That encourages a more-support-help response and he's better of getting that from askubuntu.com or Ubuntu forums or wherever rather than in a bug.14:57
rbasakahasenack: I wonder if this is https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-5738.html14:57
rbasak(ie. deliberate somehow)14:57
ahasenackrbasak: you mean as a regression, or that he hasn't updated? (didn't check the version number)14:58
rbasakI mean that a security hole was closed and he's noticed14:58
rbasak(I haven't looked in detail, but he seems to be claiming a regression-update?)14:58
ahasenackI think not, because he does get a correct response, but with an error status14:58
rbasakAt the least he can pin it down to a specific update for us.14:58
ahasenackit's odd. That's why I thought it was some sort of truncation14:58
rbasakYeah I don't know why that would be SERVFAIL rather than refused.14:59
mdeslaurjamespage: hi! what's up with openvswitch (2.5.5-0ubuntu0.16.04.1) xenial?14:59
rbasakahasenack: you want me to reply?14:59
mdeslaurjamespage: I want to fix some cves, and wonder if that's going to get released soon or not14:59
masonSlashman: I'll compare performance sometime, as that's a fair bet.14:59
Slashmanmason: "zfs" driver type doesn't exists at least on xenial15:00
ahasenackrbasak: I think we should at least try his vagrant config, since he went through so much effort to try to help and give a reproducer15:00
sdezielmason: Slashman: having a pool in libvirt (be it a zpool or a lvm one) means one can create new disks with only virsh access, no direct SSH required15:00
ahasenackrbasak: leave it to me15:00
rbasakThanks]15:01
Slashmansdeziel: okay, that make sense15:01
masonsdeziel: Okay. Okay, that's also reasonable.15:01
tewardsdeziel: just an FYI, ngx_brotli will only work over HTTPS :|15:01
tewardso it has no benefit for non-https connections15:01
Slashmansince I'm always creating the VM and their disk via automation, I never really looked at that, I just found useful to see the zpool with the volume in virt-manager when I needed to debug something15:02
sdezielteward: I don't maintain a single HTTP only site ;)15:02
sdezielteward: I looked at BREACH and the compression with HTTPS is only problematic when you compress stuff with secrets inside (like CSRF tocken)15:03
Slashmanteward: ideally your http site should only be here to redirect to https15:04
Slashmanteward: interesting, do you have a source for the BREACH stuff about secret? also from my researches, brotli uses a lot of CPU unless you compress in advance your content15:05
tewardSlashman: as that's its own discussion in itself, we'll store this argument later.15:05
tewardfor later*15:05
sdezielteward: so I _think_ I'm safe to use (gzip|br) for only CSS and JS15:05
tewardsdeziel: indeed.  There's a headache in the brotli code though, if you give it text/html and a list of other MIMEtypes it throws a warning15:05
tewardsdeziel: but yeah all 'should' be OK.15:05
tewardsdeziel: basic tests seem to work in a container, so it'd work, but as there's some... code issues... that sarnold found, it wouldn't be in main15:06
tewardthere's some overflow / out of bounds concerns15:06
tewardwhich could cause segv15:06
sdezielteward: thanks for looking into this15:06
Slashmanyou need much more mime type if you want to have a real gain, depending on your applciation15:06
tewardsdeziel: thank sarnold as well15:06
sdezielsarnold: yeah, thank you indeed15:07
tewardsdeziel: one concern is text/html is *always* compressed15:07
tewardeven if you only want to compress css and js15:08
tewardso unless you configure properly there may be a risk15:08
tewardI don't have details on how BREACH works, the Security team might know more than me on that for testing15:08
tewardsdeziel: but yeah it should be doable, provided that the issues sarnold found are non-issues15:08
teward(we're waiting for upstream responses)15:08
Slashmanteward: what do you think of something like that for compression: https://paste.ubuntu.com/p/54fCqsc883/ (in httpd format)15:08
tewardsdeziel: it wouldn't be added until next cycle though15:08
tewarda bit late in the cosmic cycle to add L|15:09
tewardSlashman: i'm not sure how this got onto a discussion of "Is this sane" or not15:09
tewardI was following up with sdeziel on something from yesterday15:09
sdezielteward: indeed, upstream doc confirms that text/html is always compressed when gzip is enabled15:09
tewardsdeziel: issues 21 and 22 are Seth's discoveries15:10
Slashmanteward: okay, but you seem to have some experience in compression for httpd servers15:10
tewardand those are what i'd wait on first :p15:10
tewardSlashman: not necessarily?15:10
tewardSlashman: i'm the nginx package maintainer15:10
tewardsdeziel asked me if getting brotli support in NGINX was doable15:10
sdezielteward: EMISSINGREFERENCE, is there a bug I should be looking at?15:10
tewardsdeziel: upstream bugtracker, on the repo15:11
sdezielthx15:11
tewardhttps://github.com/eustas/ngx_brotli/issues, 21 and 2215:11
tewardcode level concerns15:11
Slashmanteward: okay, I'm also interested in brotli for nginx15:11
tewardsdeziel: if sarnold ACKs for Main inclusion then I can add this to the standard module set for all the flavors15:11
tewardif he doesn't then it's stuck to -extras at the least15:11
teward(because 'all the flavors' would include -core)15:11
teward(for nginx, anyways)15:12
tewardsdeziel: TL;DR, there's a conditional ACK on this because of the code problems/risks15:15
tewardif there's no issues then all it determines is whether we want to MIR that plugin *into* the nginx-core flavor :P15:16
sdezielI understood as much15:16
teward*yawns, and goes to find more coffee*15:16
sdezielSlashman: re your compression config for apache httpd, it includes text/html which opens a BREACH when using HTTPS15:17
sdezielSlashman: for details see http://www.breachattack.com/ and more specifically the "Am I affected" section as more conditions are needed to be vulnerable15:19
tewardsdeziel: I wonder if that's a risk with brotli then as well, because it always compresses text/html?15:21
tewardnot sure but thought I'd ask.15:21
tewards/ask/mention it/15:21
sdezielteward: the way I understood this applies to every compression algo15:21
tewardsdeziel: then this would introduce another BREACH risk if left on the defaults (cc sarnold)15:21
sdezielteward: anything that compresses the HTML body containing a secret thing15:22
sdezielteward: well, same caveat as with gzip15:22
tewardindeed.  with nginx you can configure brotli in a location block that matches only .css and .js or such to be enabled, thereby protecting against BREACH =15:22
tewardbut that gets complex fast heh15:23
sdezielteward: I must admit I don't like the always on compression for text/html15:23
tewardsdeziel: agreed15:23
tewardsdeziel: upstream issue 23 about breach opened.15:25
Slashmansdeziel: okay thanks, I'll check with the dev team if we have all the condition to be vulnerable15:28
sdezielteward: for the gzip part there is this bug already https://trac.nginx.org/nginx/ticket/108315:29
tewardsdeziel: yes, I know, but gzip_types actually lets you override to ignore text/html in NGINX code15:29
tewardthat's the workaround15:29
tewardand it works15:29
tewardbut brotli doesn't have that workaround15:29
tewardso it's a risk15:30
sdezielteward: what I understood from the doc, is that gzip_types has an implied text/html15:31
tewardsdeziel: if you don't specify `gzip_types` and override it, yes.15:31
tewardbut that's easily overridden15:31
tewardmy point is that the workaround which protects against text/html that is adjusting the config.15:32
tewardif you provide it, say, `gzip_types application/javascript text/css;` it ignores text/html15:32
tewardthat isn't the case in the brotli plugin15:32
sdezielteward: please re-read https://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_types15:32
tewardoop you're right i reread15:32
tewardi need to bump this i think15:32
tewardsdeziel: the other way is to just shut off gzip which is actually a default change I think15:33
tewardat least, for the configs we ship... *double checks*15:33
tewardsdeziel: given that the default is `gzip off;` this is only really a risk for people who use GZIP on their site15:33
tewardbut you're not wrong15:33
tewardit's still a risk15:33
sdezielteward: yup15:34
jamespagemdeslaur: I'll kickoff the testing now and clear the way for your CVE's15:42
mdeslaurthanks jamespage!15:42
tewardsarnold: lol, apparently I get a faster response to my "BREACH Risk" issue on ngx_brotli than your code related questions get a reply to lol16:14
sarnoldteward: nice find.17:13
tewardsarnold: thanks.  yeah it was a "WTF" for a moment, but it looks like NGINX Upstream has the same problem and didn't do anything about it17:19
sarnoldcute.17:19
=== jdstrand_ is now known as jdstrand
petershawHow to install XEN on Ubuntu 18.04. Seams that the repo is not installed by default. Any ideas?18:22
ahasenackpetershaw: can you check if you have universe enabled in /etc/apt/sources.list?18:23
ahasenackpetershaw: the 18.04 server installer had a bug where it would only enable the main repository18:23
petershawAh. yes only main18:24
petershawThank you very much, ahasenack18:25
ahasenackpetershaw: welcome, sorry about the bug18:25
ahasenackit's fixed in the last release18:25
tewardahasenack: it still has that bug, actually.18:40
tewardunless you mean the 18.04.1 ISO?18:40
ahasenackI thought 18.04.118:41
ahasenackbut *could* be mistaken18:42
ahasenack18.10 is fixed for sure, I tested that recently18:42
tewardahasenack: just tested with the copy that got synced down on my local mirror, it only enabled main18:43
tewardso hopefully for 18.04.2 that'll be fixed?18:43
ahasenack:(18:43
ahasenackno reason why not, since 18.10 is fixed18:43
ahasenackteward: if you are curious, you may get the fixed version even with the 18.04.1 iso18:43
ahasenackjust switch to a terminal and issue snap refresh, if networking is up already18:44
ahasenack"snap refresh subiquity" probably18:44
ahasenackI haven't tried that, but heard it should be possible18:44
tewardahasenack: maybe.  I have a script that I run to update everything currently to get what I need in terms of repos.18:52
tewardso heh18:52
=== Miidlandz is now known as ChunkzZ
jak2000sorry i asked before but not found the answer, how to do this: AFTER only  AFTER start the server (after 2 minutes execute a command stored in: /usr/scripts/reloadApplication.sh)  of course the script have +x any advice?22:30
petershawjak2000 it is not really ubuntu related, but what is about a good old init.d script in combination with a sleep 120?22:40
jak2000petershaw thanks, and sorry  why not ubuntu related?22:42
jak2000apply to any distro?22:42
genii... that uses sysvinit scripts still, yes22:42
geniiYou could also use some method like rc.local script which measures result of uptime against the timestamp of the last dmesg entry22:45
genii( or just also waits the 120 seconds, etc)22:47
sarnoldor cron @reboot sleep 120; /usr/local/bin/blah22:47
genii..since rc.local is ran after system is otherwise fully booted22:47
* genii slides sarnold a fresh mug22:49
sarnoldawwwwww yissss22:49
geniihehe22:49
jak2000interesting cron...22:50
jak2000i want restart the server every Friday (it do)......22:50
jak2000and after boot up, run the script: /usr/scripts/reloadApplication.sh22:50
jak2000sarnold, then: crontab -e and write: 30 1  *    *    5 /sbin/shutdown -r now22:52
jak2000and ?22:52
petershawDoes someone has a tutorial-link for xen with netplan? I can't get the link working in my guest system. Since hours. I am getting mad.22:53
sarnoldand @reboot sleep 120 ; /usr/scripts/reloadApplication.sh22:53
sarnoldpetershaw :(22:53
cyphermoxpetershaw: not sure what you mean exactly, what kind of link?22:53
sarnoldpetershaw: most folks using ubuntu for virtualization either go with full openstack or libvirt.. xen's just not getting much love22:53
sarnoldpetershaw: where are you stuck? maybe someone's seen it..22:54
jak200030 1  *    *    5  @reboot sleep 120 ; /usr/scripts/reloadApplication.sh          <--- reboot and after 120 seconds run the script?22:54
petershawsarnold i have a xenbr0 and a vlan, but my guest does not get a connection while installation.22:54
cyphermoxis the guest the one you're trying to configure with netplan, or the host?22:55
sarnoldjak2000: no, the @reboot takes the place of the time/date/dow/dom specification entirely22:55
petershawsarnold  this is my netplan conf https://pastebin.com/a9WGsANp22:56
cyphermoxok, the host.22:56
cyphermoxpetershaw: I guess the guest is getting connected on xenbr0?22:57
petershawshould be.22:57
cyphermoxmy guess is the subnet is wrong22:58
cyphermoxin your config for enp4s0f0 you use /1922:58
petershawjap. that is correct. it is a /19 net.22:58
cyphermoxin xenbr0 you use /24, there's possibly some mess there, where the dhcp server on that network can't reach the devices behind the bridge?22:58
cyphermoxthose look to be on the same network -- enp4s0f0 and vlan 1 are both on "vlan 1"22:59
cyphermoxunless you do some magic with vlan tagging, that is22:59
petershawah... I do not understand bridges, i guess.22:59
petershawWhat ip shoud the bridge have?23:00
cyphermoxyou might also need to set ip forwarding, if the main network is supposed to give DHCP23:00
petershawip forwarding is enabled, also (network-script network-bridge) is incommented23:00
cyphermoxpetershaw: I don't know, it depends on your network setup, but it's one number off from the IP you set for enp4s0f0, except in /24 instead of /1923:00
cyphermoxso that /24 looks like it probably should be a /19?23:01
jak2000for testing purposes:23:02
sarnoldpetershaw: I don't know bridges either but it kind of looks like you've assigned an ip address to the interface that's attached to the bridge; I thought linux required the interface to not have an address, but give the bridge the address?23:02
jak2000@reboot sleep 120 ; /home/jak/ftp/c.sh23:02
jak200003 17 * * * /sbin/shutdown -r now23:02
jak2000its ok?23:02
sarnoldjak2000: I'm pretty sure that'll reboot your machine every day. is that what you want?23:04
jak2000yes23:04
jak200017:0323:05
jak2000restarted :)23:05
jak2000how to know if run my script: /usr/scripts/reloadApplication.sh23:05
jak2000?23:05
jak2000see:23:05
jak2000jak@vmi103461:~$ date23:05
jak2000jue oct  4 17:05:47 MDT 201823:05
jak2000and:23:05
jak2000jak@vmi103461:~$ uptime23:06
jak2000 17:05:49 up 1 min,  1 user,  load average: 3.40, 1.55, 0.5823:06
jak2000sorry how to know if: /home/jak/ftp/c.sh    was exxecuted?23:06
sarnoldwhat does it *do*? :)23:11
jak2000i use glassfish... and every restart need restart the domain (the Glassfish server)....23:11

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