/srv/irclogs.ubuntu.com/2019/05/28/#ubuntu-server.txt

plongshotI want to install this:  https://syncope.apache.org/  on a remote ubuntu 18.04 server (it's a linode).  Will I be able to use the gui interface shown in the screenshots out of the box with only installing syncope?  Or are there other dependencies? If so, what / how?00:34
plongshotThanks in advance for any help. It is much appreciated.00:35
tewardplongshot: for the record I am not an expert with Syncope, but in THEORY you should just be able to install the deb and get its GUI, but you would have to consult their documentation for it.00:36
tewardhttps://syncope.apache.org/docs/2.1/getting-started.html#debian-packages is probably where yo uwant to go for installation questions, etc.00:36
tewardand I don't see the 'screenshots' you are referring to00:37
plongshotteward: Thanks.   Will check it out.  I like chatting in these places before putting my had to things  It stimulates my mind and gets me in the mood.  :>00:41
tewardplongshot: my two cents?00:41
plongshotOh wow. Idk about screenshots but theres a demo  https://syncope.apache.org/demo00:41
plongshotsure00:41
tewardplongshot: demo suggests it's got web-based components00:41
tewardbut I'd deploy this locally in a VM or a container first to 'test' it before you deploy it remotely.  Just a thought.00:42
plongshotI see how it works now. I00:42
tewardin case something goes wrong.00:42
plongshotyes exactly  :>00:42
plongshotI've got an ear to ear grin on my face right now00:42
ruben23hi there guys how do i used grep command to find any name inside a config on the entire system.? any idea on the command03:24
samba35what is best and simple way to install/configure systemd-boot on 18.04.203:36
lordievaderGood morning07:34
Greyztarhello,all of a sudden my user seems to be able to run commands without using sudo,any tip where to start looking?09:53
Greyztari guess some time ago i must have changed something and dont remember ugh09:54
weedmicyou mean commands that would not normally require sudo?  check the ownership/group rights to the file09:57
Greyztarweedmic, im using systemctl command though which normally should require sudo?I checked sudo file theres no NOPASSWD entry either weird09:58
Greyztarwasent using the correct command,seems all other systemctl is ok without sudo just try restart sshd or so10:13
weedmicif i can fish to a server in dolphin, does that mean fstp is on the server?11:08
weedmicGreyztar: that's a relief b/c I couldn't really thing of anything other than group membership or rights issues11:09
Greyztarweedmic, yeah sorry sometimes i just tend to mix it up a little thanks for helping though (,")11:10
weedmicnvm11:22
weedmicis there a text version of dolphin one could run on a remote server to browse more easily than using konsole cd (want to call this from a script).12:25
uzeeHi, can I use a local machine to serve as an installation sopurce for preseed?12:54
uzee*source12:54
uzeeHi, I've copied the entire contents of the ubuntu 18 server iso to a local machine and am trying to use that machine as the installation source in preseed, for e.g:12:55
uzeed-i mirror/http/hostname string http://myhost.mydomain12:55
uzeed-i mirror/http/directory string /ubuntu/ubuntu1812:55
uzeebut the installer gives me an error saying "no kernel modules found" is having the iso copied locally not enough?12:55
coreycbsahid: nova 17.0.10 uploaded, thanks for that13:49
sahidcool ack13:49
samba35how to configure /install systemd-boot ?16:27
samba35bootctl install ?16:27
DelvienHave a local dns server, ubuntu-server can ping anything on the network, but the network cannot ping or ssh to the ubuntu-server18:40
lordcirthDelvien, did you enable ufw or another firewall?18:44
lordcirthAlso, run 'tcpdump' on the server, then try to ping it18:44
Delvienlordcirth: i have a constant ping going dm18:49
lordcirthDelvien, and what is the ping result? No route to host?18:50
Delvienlordcirth: turned off ufw, rebooted, still nothing, something to note: when i initiate a reboot, ping starts responding18:50
sarnoldwaaaat18:50
lordcirthSo some service is blocking it that turns off during shutdown18:51
Delvientcpdump is not showing anything from lan18:51
sarnoldyou haven't assigned an IP address to multiple machines, have you?18:51
Delviennope18:51
Delvienjust the one18:51
sarnoldand all the machines agree? :)18:51
Delvienyep18:52
Delvienresolved has the correct dns server, and i can make ALL outgoing connections18:55
Delviencan i just switch to resolv.conf instead of this resolved nonsense?18:58
DelvienI need a static entry thats it.18:59
lordcirthresolved is not your problem18:59
lordcirthDelvien, pastebin "iptables -L" please19:00
Delvienok so this is weird19:03
Delvieni am currently VPNed to the network with the ubuntu-server, windowsservers, debian servers, LXC and dockers can all be connected to while on this same connection, but not the ubuntu server.19:03
sarnolddo you have an ethernet bridge on that system as part of this?19:04
Delvieni had turned off ufw on the ubuntu server btw19:04
lordcirthDelvien, is the LAN a /24?19:04
Delvienyep /2419:04
Delvienan ethernet bridge on the VM host side, yes19:06
sarnoldan interface connected to an ethernet bridge doesn't have an ip address -- instead the address is assigned to the bridge19:06
DelvienPCs that are on the network can ping and connect to the ubuntu server19:07
lordcirthAlso, sometimes the bridge can get assigned a different MAC than the interface, and that doesn't work19:07
Delvienbut not this one, thats on the VPN19:07
sarnoldI suspect it could lead to the symptoms you've described here if you've got some configuration that tries to assign the IP to the interface left over from before the bridge was configured19:07
Delviensarnold: but then it wouldnt work for any other PC on the network19:13
Delviensarnold its specifically not allowing this VPN'ed pc19:13
lordcirthDelvien, traceroute?19:13
Delviengoes to gateway, then *  * * till end  (30 hops)19:16
Delvienwhats odd, is that this is the only machine that has this issue, i can access EVERYTHING else on the network, which is why im here, bc it may be a ubuntuserver related problem (not a bug just a config probably)19:17
=== jdstrand_ is now known as jdstrand
TJ-Delvien: the problem only affects the local PC which is VPNed into the remote network?19:21
DelvienIm on the VPNed pc, trying to connect (via ssh) to the ubuntu server + i cannot ping from the VPNed PC to the ubuntu server19:22
DelvienI remember running into this like 6 months or so ago with an ubuntu server, and its something to do with dns or a service running19:23
Delvienunfortunatly "history" didnt go back that far19:23
TJ-Delvien: sounds like a VPN config issue19:24
TJ-Delvien: or else *local* firewall/routing on the PC19:24
Delvienufw is off19:24
TJ-Delvien: on the *local* PC, if you "tcdump -ni tunX icmp" and then in another shell, run a ping to one of the GOOD hosts confirm you can see replies, then ping the BAD host19:25
Delvien" 15:32:01.327377 IP 10.10.11.2 > 10.10.10.12: ICMP echo request, id 18420, seq 26, length 6419:32
Delvienover and over19:32
Delviennothing in my firewall blocking traffic19:33
Delvienits something with the ubuntu-server configs.19:33
Delvienor a service19:33
DelvienAs soon as i initate the reboot, it starts responding to ping requests lol19:35
Delvienwhat is a negative trust anchor for systemd-resolvd?19:37
lordcirthDelvien, a domain that DNSSEC is turned off for19:39
DelvienStopped target "network is online" seems to be when the ping starts responding when i shut down19:42
lordcirthDelvien, What Ubuntu version?19:43
Delvien18.04.119:44
=== TJ_Remix is now known as TJ-
=== JanC_ is now known as JanC

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