[03:21] cannot seem to install on hp probook 6560b [03:21] i just get a black screen with flashing cursor [03:23] fiddle with secure boot and uefi/legacy bios settings? === GitDug is now known as TheRealGitGud [07:32] hello! [07:38] is it possible to make site on my ubuntu server to be available only with ssl secure connection with usage of certificates, but i give to the client my self made certificate. Not the browser download it [07:38] sorry for my bad english [07:39] So I installed Ubuntu server with hyper-V on a Windows 10 host [07:40] However startx isn't working [07:40] And lspci returns absolutely nothing [08:00] torodoro: ssl only apache setup (there are many more sources if you google for it) http://ubuntuforums.org/showthread.php?t=1455655 [08:00] torodoro: and for making/installing certificates https://help.ubuntu.com/lts/serverguide/certificates-and-security.html#installing-the-certificate [08:01] torodoro: If I understand you correctly you want to avoid the message "invalid certificate, to you want to ... accept" [08:01] torodoro: which almost sounds like wanting to exploit someone [08:01] torodoro: never the less the install certificate locally from the link should help to make the local system believe [08:01] torodoro: browsers might need an extra step I don't know [08:02] Shoe16: not even a lspci -vvv shows anything? [08:03] Shoe16: how does that guest even work :-) [08:03] Shoe16: unfortunately no hiper-v around to test [08:03] torodoro: you can also use letsencrypt for a free and browser-accepted SSL cert [08:03] hateball: while it doesn't anwer what he asked for I like your suggestion way more! [08:04] Shoe16: should be something like here http://www.overclock.net/t/1478179/lspci-produces-no-output (last post) [08:14] rbasak: if you are around you might want to throw another bug or merge at me [08:14] rbasak: if it is a merge please do the import into the repo and let me know [08:14] rbasak: I doubt that I start today, but looking at m other loose ends I might have some time on Monday - and nothing is worse than idling [08:15] cpaelzer: nope [08:15] nothing [08:15] and xorg fails saying [08:16] something along the lines of no screen attached [08:16] however the VM runs fine, has network and all [08:16] Shoe16: if it has network it has to have some virtual card at least - hmmm [08:17] cpaelzer: thats exactly what i dont get [08:17] network works perfectly fine [08:17] but lspci is empty [08:17] Shoe16: well lets go backward from there - what does ifconfig report your network is on? [08:17] cpaelzer: the usual, eth0 and lo [08:17] sometimes also the easy mistakes - "sudo lspci" maybe ? [08:18] cpaelzer: nothing [08:18] ls -laF /sys/class/net/ [08:18] ? [08:19] cpaelzer: eth0 and lo [08:19] Shoe16: eth0 should be a symlink to somewhere - where is it pointing to? [08:19] Shoe16: mine for example is "enp0s25 -> ../../devices/pci0000:00/0000:00:19.0/net/enp0s25/" [08:20] /devices/LNXSYSTM:00/ something [08:20] let me take a screenshot [08:21] cpaelzer: http://puu.sh/pTeFR/5d885cbbe7.png [08:23] Shoe16: ok, now we start :-) [08:23] Shoe16: virtual devices on hyper-v do not use pci [08:23] Shoe16: they use vmbus [08:23] oh [08:23] Shoe16: that is why we don't see anything in lspci [08:23] Shoe16: and that is what matches your screenshot [08:24] and thats why xorg detects no screen [08:24] hmm [08:24] Shoe16: possible, at least for old xorg [08:24] Shoe16: if it wouldn't work in general I'd expect more people to complain [08:24] (or older hiper-v) [08:24] cpaelzer: i just made this VM 2 hours ago [08:25] cpaelzer: and i updated windows last night [08:25] Shoe16: good, is the ubuntu in the guest a recent release ? [08:25] cpaelzer: 16.04 [08:25] Shoe16: yeah that should really be fine - I wonder if it is just missing a little piece to recognize the HiperV stuff in xorg [08:26] Shoe16: but as I said initially I don't have one around to test quickly [08:26] cpaelzer: should i just forget this and use znc or something? [08:26] i have no experience with that kinda stuff though [08:26] znc is an irc bouncer - did you mean vnc ? [08:27] Shoe16: if you need graphics you likely want a Desktop install anyway - and vice versa people using server usually prefer just a network console [08:28] right, vnc [08:28] Shoe16: if you can afford the time I'd wonder if graphics work if you install Ubuntu Desktop 16.04 in another hiper-v VM [08:28] cpaelzer: i just need to use a web browser on the guest [08:28] and for that i need graphics [08:28] otherwise im fine with tty [08:31] Shoe16: if you really want to run your X against vnc you could follow http://askubuntu.com/questions/621313/vnc-server-for-headless-ubuntu-14-04 [08:31] Shoe16: but I'd prefer digging down why it doesn't atch the graphic -and installing an Ubuntu Desktop to see if it is a general issue on your setup would be my first step [08:32] cpaelzer: i just realized, i have 90MB of upgrades pending [08:32] cpaelzer: im downloading those now, will report back [08:32] connection is slow so [08:32] will take time [08:37] cpaelzer: ubuntu live desktop works [08:37] cpaelzer: however shows some 'fatal error' stuff at frist [08:37] and then goes black for a while [08:37] i thought it wasnt gonna work [08:37] and then it did [08:38] however, lspci still returns nothing [08:39] cpaelzer: http://puu.sh/pTfij/06ae930c2f.jpg [08:39] Shoe16: lspci will not show soemthing as it doesn't use pci as I pointed out before [08:39] I don't know if there are tools for vmbus [08:39] cpaelzer: how else could you display graphics without pci though [08:39] let me check [08:40] you have a graphics adapter, just not on a pci bus [08:40] Shoe16: https://msdn.microsoft.com/en-us/library/cc768520(v=bts.10).aspx [08:49] cpaelzer: could it have something to do with generation 1 vm vs generation 2 vm? [08:49] im using generation 2 on both the ubuntu desktop and server [08:49] Shoe16: some older hiper-v used pci [08:49] gui appears fine on ubuntu desktop [08:49] Shoe16: maybe that generation thing is what decides pci or vmbus [08:49] Shoe16: but since it is working fine you are good [08:50] cpaelzer: arch wiki however says that arch doesnt work properly with gen2 [08:50] Shoe16: very likely your server install misses some packages that make it working in hiper-v whicih are default in the Desktop install [08:50] Shoe16: unfortunately I don't know which packages [08:51] Shoe16: essentially Desktop and Server are not so different - the are made fromt he same apckages, just the selection is different [08:51] cpaelzer: arch wiki says to use 'xf86-video-fbdev'. do you know what package this is on ubuntu? [08:51] i did a quick search with aptitude but i cant make sense of the packages [08:52] xserver-xorg-video-fbdev [08:52] Shoe16: they are usually all installed as dependency of xorg [08:54] yeah thats installed cpaelzer [08:54] :/ [08:55] cpaelzer: installing vnc now [08:55] Sorry - maybe someone in #ubuntu-desktop has the experience to track down your startx issu [08:55] cpaelzer: i asked there first [08:56] they directed me here haha [08:58] well, even if not working we got a bit further [08:58] \O/ [09:09] cpaelzer: i got headless vnc working [09:09] good enough for me [09:09] :D [10:18] cpaelzer: how about bug 1595901 and bug 1571295. Neither are urgent. [10:18] bug 1595901 in pacemaker (Ubuntu) "Missing dependency on dbus" [High,New] https://launchpad.net/bugs/1595901 [10:18] bug 1571295 in pptpd (Ubuntu Xenial) "pptpd module config loaded at wrong location" [Medium,Triaged] https://launchpad.net/bugs/1571295 [10:25] rbasak: not urgent but need to be done is just right [10:25] rbasak: thanks [10:27] rbasak: I assinged them to me and will have a look next monday if nothing else pops up then [10:38] Thanks! [11:29] rbasak: I won't be available tomorrow, do you care to poll the bug status or do you want to wait til next week? [11:29] rbasak: I could also just send it to you, but I hate to dump so much at you - it is surely less confusing in a two person session [11:44] cpaelzer: can we wait until next week please? I'm still wading through MySQL :-/ [11:51] rbasak: of course we can wait - this is up to you only [11:51] rbasak: let me know if you need a saving lifeboat or so to esacpe any swamp you are wading [11:52] Thanks :) [11:52] We are slowly untangling everything. It gets better all the time. === ivoks is now known as mirka === mirka is now known as ivoks === Pap00se is now known as BadboyKAS [13:58] does someone know how to set the "mouse focus" on montitor via xrandr or another application via command line/bash script? [13:58] I would need to start chromium browser 1 on monitor 1 and chromium browser window 2 on montir 2 [13:59] *monitor [14:02] /win/win 4 [14:40] adac: try asking in #ubuntu. It's not really a server thing, so you're less likely to find people to help you on that here. [14:42] rbasak, kk. I found a solution that seems to work just fine: http://askubuntu.com/a/616395 [16:19] nacc: bug 1596056 [16:19] bug 1596056 in init-system-helpers (Ubuntu Xenial) "output of invoke-rc.d for systemd units un-debuggable on failure" [Wishlist,Triaged] https://launchpad.net/bugs/1596056 [16:53] Hello all is anyone here using FAI to install 16.04? I am having issues creating the nfsroot due to systemd and dracut I think === JanC is now known as Guest55200 === JanC_ is now known as JanC [18:23] hello there. [18:23] I have problem in kvm actually networking in kvm [18:23] I hope you can help me for my problem [18:24] I installed kvm to my ubuntu server. And I created guest machine. I want to access to guest from outside [18:25] easy to create a bridge. you have more than 1 nic? [18:25] I installed network using bridge but I can access just in host machine. [18:26] then not done well [18:26] compdoc: actually I generally using one nick named temhaa. But I asked to sysadmin channel using different nick. [18:26] no. nic = network card [18:27] compdoc: omg sorry. My english is very bad. [18:27] nick = temhaa [18:29] compdoc: actually I installed ubuntu server to my laptop. And I want to create multiple virtual server to that. I assigned static ip to host machine something like 192.168.1.100 but how can I assign ip to use from host network. Actually I want to access from out of host. [18:30] compdoc: Do I use nic more than 1 I dont know. [18:31] compdoc: you can think me as inexperienced [18:31] can you use pastebin.com, and show the file /etc/network/interfaces [18:33] temhaa, you have a desktop installed on ubuntu server? [18:33] hopefully useful http://wiki.libvirt.org/page/Networking#Debian.2FUbuntu_Bridging [18:34] compdoc: Actually I didnt desktop installation but I installed gnome-shell after [18:34] compdoc: http://pastebin.com/ePkMvYJV [18:34] compdoc: my ifconfig output: http://pastebin.com/T5PW5nC7 [18:35] Im surprised that works. not how I do it at all === pentiumone133_ is now known as pentiumone133 [18:48] dont mess with virbr0/virbr1 etc. those are auto-created by kvm. I think this will work, but all my servers have more than one nic so I have no examples: http://pastebin.com/nrS7Dr4D [18:49] compdoc: so How can I configure network interfaces in guest [18:50] guests are assigned br1 [18:52] compdoc: I can assign static ip range 192.168.1.0/24 network and using br1? [18:54] you should add --network bridge:br1 to the command line that creates the guest. then in the guest, use dhcp or assign an address [18:55] first, see what ifconfig tells you after you change /etc/network/interfaces [18:56] (note that reboots are the best way to test changes to that file) [18:57] I install ubuntu server then add the mate desktop just so I can use virt-manager and the other amazing tools [18:57] compdoc: sarnold I am trying now But I have already exist guest. I will apply them === Kenrinx is now known as kenrin [19:28] hello [19:29] i need to configure postfix to send mail from my server to a gmail user how can i do that ? [19:31] does anyone know a way to swap escape and capslock keys ? [19:31] and no, not physically ;-) [19:32] bvi: the Xmodmap manpage has an example for that specific use :) [19:33] i need to configure postfix to send mail from my server to a gmail user how can i do that ? [19:33] phoenix_: what have you tried so far? [19:34] googling for 'postfix relay to gmail' will give you many good tips :) [19:34] phoenix_, https://easyengine.io/tutorials/linux/ubuntu-postfix-gmail-smtp/ [19:35] bvi, my domain is dahliaco.com [19:35] have you read the page he linked? [19:35] i need to send email from my server for example info@dahliaco.com to a gmail user [19:36] if you need spoonfeeding for things like this, you shouldn't be running a mailserver.. [19:36] Sling, this link is used to send email from gmail [19:37] i dont mean spoofing [19:37] i need to my customers see emails from my company [19:38] sorry, cba working trough this language and knowledge barrier :) [19:39] in gmail you can configure your own domain [19:39] and send mails from your own domain etc. [19:42] i am using laravel and i set smtp in my laravel but hen i send message i see the message has been sent but it is from my gmail account and not from my domain [19:43] what [19:43] so which smtp did you configure there? [19:44] smtp.gmail.com port=1587 [19:45] well of course your mails will come from gmail then [19:45] you're sending them trough their smtp [19:46] if you are running postfix, configure that host as your smtp [19:46] could you introduce me a link for that [19:46] for what [19:47] replacing smtp.gmail.com and that port for your own smtp host and port? [19:47] yess [19:47] francia su rigore [19:47] there is no link for that [19:47] sorry [19:48] you maintain your own laravel application [19:48] you configure it :) [19:48] read up on smtp and postfix if this is all a mystery [19:50] so Sling is https://easyengine.io/tutorials/linux/ubuntu-postfix-gmail-smtp/ all i want ? [19:51] no [19:51] so what ? [19:51] 21:48:25 < Sling> read up on smtp and postfix if this is all a mystery [19:52] start here http://www.postfix.org/documentation.html [19:52] do you know and dont want to say me ? [19:52] If you're going to run an email server on the public internet _you_ have to understand what you're running. That's all there is to it. [19:54] i am configuring postfix and in System mail name: what should i enter ? [19:55] i entered dahliaco.com [19:57] i am going to soccer see you again guys about half an hour please wait for me here [20:11] compdoc: If I use that one: http://pastebin.com/nrS7Dr4D so I can't connect to internet [20:12] compdoc: If I remove br1 part in interfaces file then I can access to internet in host machine but It is not creating bridge interface [20:20] phoenix_: please really listen to what sarnold said: when you are intending to manage a public facing smtp server you **must** know what you are doing (and why) - so get your feet wet with an internal one first. [20:21] temhaa, you there? [20:29] compdoc: yes [20:30] http://pastebin.com/gk0R7dA0 [20:30] compdoc: I tried that one: http://pastebin.com/ic000gyL [20:30] compdoc: I think they are same :) [20:31] the way you created it was correct, but you shouldnt mess with the virtual nets that are created [20:31] br1 can be any name you wish [20:32] compdoc: But host machine is taking ip address and it is connecting to internet. But I edited guest machine something like that: http://pastebin.com/dn10UHjA But Guest machine is not taking ip address. [20:32] if you use dns-nameservers 8.8.8.8 192.168.1.1, sometimes it will use 8.8.8.8 and sometimes 192.168.1.1, so you will get inconsistant results [20:33] compdoc: dns server is not related for this issue? [20:34] no, you cannot define br1 in the guest. the guest should see the virtual nic assigned to it [20:34] like e1000 [20:34] or rtl8139 is fine [20:34] compdoc: I couldnt understand [20:35] the guest cant see the bridge [20:35] or shouldnt [20:36] compdoc: when I reboot host machine I see output of ifconfig: http://pastebin.com/vQumFSNg [20:36] that looks great [20:36] compdoc: so How can I edit guest configuration file for network(I should write bridge network but how) [20:40] when you create a guest you define an virtual nic (rtl8139), and tell kvm what the rtl8139 connects to. (br1). The guest only sees the virtual nic. kvm handles the rest [20:42] you should install a desktop and virt-manager. it visually walks you through all the choices and shows you br1, if its created correctly. it makes a lot more sense that way [20:50] compdoc: I have virt-manager unfortunately I couldnt :( I guess I am idiot [20:50] the guest doesnt need to know the bridge. kvm does [20:51] guest <> rtl8139 <> br1 <> lan [20:52] teh guest only sees rtl8139 [20:55] no idea why you wouldnt use dhcp [20:59] compdoc: thank you for your replies. you have been very helpful. how can I provide connection between rtl8139 and br1. I am not sure should I provide === devil is now known as Guest36675 === Guest36675 is now known as devil_ [22:06] Hi all. I run Ubuntu Server 14.04. When others (outside of my LAN) enter my domain name in their browser it resolves fine and my apache2 webpage is loaded. However, all devices on my LAN is unsuccessful at connecting to the webpage as the connection times out. [22:06] is=are* [22:07] I made sure that the domain name is resolving, dns name servers are correct, flushed dns cache in both browser and computer. Most of my troubleshooting is being done from a Windows10 laptop [22:08] compdoc: I recreated guest machine and It seems succesfully. I guess "virsh edit" command is not working (doesnt affect). Thanks a lot [22:09] cool [22:12] Not sure what happened there [22:14] jaguardown_: you didn't miss anything while you were ping timing out [22:14] jaguardown_: can the LAN machines route to that IP address? [22:14] jaguardown_: are you doing the usual RFC 1918 addresses inside the LAN, NAT to a single IP outside? [22:15] jaguardown_: .. not all routers will do 'hairpin' routing to allow the internal side of a NAT to contact internal hosts using the external IP address; for those devices it's usually best to configure DNS to give an internal address to internal hosts [22:15] Ok [22:16] Ok LAN ip in browser works. [22:16] Sorry I am listening to you but I am a bit of a newbie with networking. [22:18] Most likely the answer to your questions are yes, I have a pretty standard setup [22:19] Nothing out of the ordinary. [22:19] I know that doesn't help much, sorry [22:22] Okay to answer your question about routing more intelligently, no the requests are timing out. [22:22] im back [22:39] brb updating my irc client [22:44] Sarnold: Thanks for the help, I think you've showed me the problem/what I need to do. === freeflying__ is now known as freeflying [23:47] Hello all. I have a problem with maas. Can anyone help? [23:49] ikat: start by stating the problem, and wait for someone to help you. Not stating the problem means we don't know whether we can or cannot help you out. [23:49] !ask [23:49] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [23:49] (that includes giving a general description of the problem) [23:51] Trying to enlist nodes to my rack-controller. I start the node, it gets an IP from the DHCP and thet TFTP times out