/srv/irclogs.ubuntu.com/2016/10/18/#ubuntu-server.txt

JavezimAnyone having issues with Samba 4.3.11 not being able to read/write from Windows Machines. Getting "a network error occured"00:01
=== Luke_ is now known as Guest47346
farhadcan i use restore systems like backintime on vps?07:11
=== degorenko|afk is now known as degorenko
farhadis there any body use backintime or rsnapshot09:15
cpaelzerfarhad: sorry only using duply (http://duply.net/wiki/index.php/Duply-documentation)09:21
cpaelzerrbasak: did you and nacc already complete the re-merge workflow?09:26
rbasakI'm not sure where the tooling is right now. Will need to check with nacc.09:27
cpaelzerrbasak: I'd have a case with dovecor to test it09:27
cpaelzerrbasak: ok09:27
cpaelzerrbasak: I'll just catch nacc around the IRC meeting then09:27
rbasakI'll guess that it probably works, but I would check with nacc :)09:28
rbasakNote that I@m out this afternoon.09:28
cpaelzerrbasak: enjoy it09:28
rbasakIn fact from around 90 minutes from now.09:29
cpaelzerrbasak: ah before you leave - I was picking a few bugs from the server-next list and assigning them to me09:36
cpaelzerrbasak: if you have any known one which might need urgent love let me know - I tihnk I'll assign 1-2 more09:37
cpaelzerthey always need some time to resolve with tests, package, discussion on repro and such anyway09:37
=== iberezovskiy|off is now known as iberezovskiy
rbasakcpaelzer: I don't recall anything urgent - feel free to examine and choose as you think best.09:41
lorenzo_Someone has experience with kamailio sip server setup on ubuntu?10:03
jamespageddellav, zul, coreycb: ok ocata/xenial branch builds are live - any failures are probably real now11:08
jamespagezesty - jobs created but zesty not open so ignore anything there atm11:08
coreycbjamespage, awesome thanks11:40
fuzzywuzzyHi11:52
fuzzywuzzyI'm trying to redirect my apache2 from HTTP to HTTPS to serve only HTTPS.  I've added .htaccess and it works when I go direct to https version but not when I go to http.  I've also commented out #80 in ports.conf.  Any ideas?11:55
fuzzywuzzyDo I have to have a HTTP site running to do the redirect to https?11:56
sarnoldsomething has to listen, accept, on port 80, and then hand back a 302 redirect to the URL that you want them to use, right?11:57
sarnoldmaybe that's apache, with mod_rewrite rules, maybe that's nginx configured to do rewrites .. it seems like a simple enough task I bet someone's written a tool that does -only- those 302 redirects...11:58
farhadcan we use rsnapshot by command? o12:16
fuzzywuzzysarnold, My friend who is a SEO expert said it should be listening on 80 but I just turned it up and now its all good.  Grasias12:26
sarnoldfuzzywuzzy: listening on port 80 and issuing redirects is certainly kind for the people who wouldn't know to type https:// in their browser when trying to reach your site :)12:27
joeliofarhad: sure can, rsnapshot {time period}.. ie rsnapshot hourly (or whatever)13:14
farhadjoelio: i installed rsnapshot, but i cant use it. i cant understand document. forexample what should i command. rsnapshot what?13:16
farhadjoelio: now, im working on backintime,it say me no error. but it doesnt work:       http://paste.ubuntu.com/23342988/13:18
joeliofarhad: I'd read the documentation.. man rsnapshot13:18
joeliono idea what backintime is, I can guess but never used I'm afraid13:19
joeliorsnapshot will run via a cron, you speciffy the direcotries to backup and how to back them up in /etc/rsnapshot.conf (iirc)13:19
joeliothe documentation is fairly comprehensive last time I used it (admittedly a few years back now)13:20
farhadit wrote about how config. how create bash file and other thing. but it doesnt say a bout how should backup or restore . atleast i cant find.13:20
farhadso i should just use cron. i cant use it via mannual command?13:20
joeliofarhad: it uses a cron job that calls rsnapshot {monthly,weekly,daily,hourly}13:21
joelioread the docs :)13:21
farhadjoelio: thanks alot for your feedback.13:21
joeliono worries13:22
sarnoldpart of what makes rsnapshot nice is that you can pickand choose the files to restore just by looking in the directories13:23
joelioyea, rsync and hardlinks make it pretty nifty.. it's basically what time machine uses I would imagine13:25
sarnoldexcept time machine uses directory hardlinks (!) which breaks all kinds of tools13:26
joelio:/13:26
farhadi want a software that if i make mistake. i can go back. i search internet find snapper, backintime, timeshift, rsnapshot.13:27
farhadbut i cant use none of them.13:27
farhadsnapper has bug on my distro13:27
Smurphyfarhad: That does not exist. Stupidity is not fixable ... Only experience can prevent fatal mistakes from happening.13:28
joeliofarhad: a better way would be to use a development/test environment for the specific thing you're doing - that way you can snapshot a good known state and then rollback if it gets broken. You don't do that on your live system then, but a developemnt vm or something13:29
farhadforexample i write a bash and i make a mistake on this line forexample:  echo blablabla > file       instead of echo blablabla >> file13:29
farhadand all of the file damage.d and then i had to13:30
farhadand all of the file damaged . then i had to install all things again.13:31
joeliofarhad: think before you press enter.. it's the only way13:31
Smurphyfarhad: That's why you don't make mistakes. Problem here is that you are overwriting data in a file at the same starting address, hence not recoverable13:31
farhadisnt there any solution for these mistakes?13:31
joeliodon't make them in the 1st place?13:32
farhadi know.13:32
Smurphyno. There is not. If you rm a file, then eventually you can use undelete. Overwriting an existing file at its same address, no.13:32
Smurphyfarhad: What you could try is use a versioning filesystem. Dunno if btrfs is doing that yet.,13:32
joelioyou could backup with rsnapshot of course13:32
joelioZFS does snapshotting too, it works well fwiw :)13:33
SmurphyZFS require 1GB of Ram per TB storage. What a waste.13:33
sarnoldit does not13:33
joelioif you us l2arc, yea..13:33
joelionot otherwise13:33
farhadsmurphy: btrfs great. i use snapper on btrfs. but now i should use ext4. and snapper doesnt work on it.13:33
sarnoldthat rule of thumb is mostly for de-dupe. do not use dedup.13:33
Smurphysarnold: ok. Will eventually rechheck it once.13:34
SmurphyWhen I "redo" my NAS :D13:34
Smurphywhich will not happen soon ...13:34
UssatHow is that a waste ?13:35
joeliogot a lot of time for ZFS personally, it 'just works' imho13:35
farhadjoelio: can i use mannually command to use rsnapshot. Iv seen, it just work by cron?13:36
joeliofarhad: cron calls the command you run manaually, as I mentioned13:37
joelioyou need to set your backup stores first of course13:37
dreadkopphey guys. which cloudstorage provider can you guys suggest? must be 'fuse-able' rw, minimum 200MBit/s connection, minimum 1TB best unlimited13:58
=== Guest62846 is now known as med_
RoyKdreadkopp: I use crowncloud for a few VMs14:03
dreadkoppRoyK: thanks. just checked crowncloud... however they only offer vServers (?) i am looking for a cloudstorage like Google drive / amazon s3 / whatsoever14:05
joeliodreadkopp: datacentred.co.uk - backblaze - google cloud - exoscale etc?14:17
dannfsmoser: do you know when the next maas dailies will be produced? looks like 20161014 is most recent14:22
dreadkoppjoelio: hmm.. backblaze says unlimited storage for 5$/m which sounds very nice. but is it mountable to a server somehow?14:25
joeliodreadkopp: yes, though not s3 afair14:27
joelioymmv, if unsure maybe stick to know s3 ones14:27
dreadkoppjoelio: thanks a lot. will start a trail and see what's possible ;) 5$ seems like a steal for unlimited data :)14:27
joeliothere's no such thing as a free lunch etc.14:28
joeliochoose 2 good/cheap/fast14:28
joelioetc etc :)14:28
dreadkoppjoelio: fast is not needed. ~20 MB/s would be sufficient :) exoscale is a bit expensive. for that price i could just rent another pair of vservers :)14:29
Chris_WHey Guys, I am trying to get an OpenStack setup up and running (trial/demo) running inside of VMware (if it makes a difference). When running openstack-install I choose Auto, and get to the screen where it looks for machines in MAAS. It just sits here and wont allow me to select Continue (it has detected 4 machines with power control).14:32
Chris_WAm I missing something here? As I have a green tick, and Continue is there, but its still waiting for sufficient resources in MAAS14:32
smoserdannf, i think dailies build ~ twice a week for stable releases. but i dont think they necessarily build at all unless there is a package change inside them.14:33
dannfsmoser: *nod*14:38
smosermaas images build with cloud-images entirely now. no separate process.14:38
dannfah, cool14:39
zulcoreycb: any reason why we didnt get a mir for python-ldap3?14:44
coreycbzul, I don't think so, I think we were just really late in the cycle14:45
zulcoreycb: ok #163453514:46
coreycbzul, thanks, would be great to drop that patch14:47
Chris_WCan anyone advise of logs to check for this OpenStack install, I have been searching for any logs for the last hour and just no luck. I even added another machine to MAAS which instantly shows up in the Openstack install, but still sits there waiting for sufficent resources15:03
=== Luke_ is now known as Guest38141
nacccpaelzer: has the importer been run on dovecot since your versionw as uploaded?15:10
nacccpaelzer: particularly in the y branch15:10
cpaelzernacc: hi15:10
cpaelzernacc: last importer run was my merge a few months ago15:11
cpaelzernacc: and current yakkety (and soon testy) is still at the same level I merged back then15:12
nacccpaelzer: excellent15:13
nacccpaelzer: let me do some checks and then i'll get back to you15:13
nacccpaelzer: do you have the MR handy?15:14
cpaelzernacc: the old one?15:14
cpaelzernacc: or the bug that now causes the need for a merge in zesty?15:14
nacccpaelzer: the old one that was completed15:14
cpaelzernacc: just a sec15:14
* cpaelzer checking15:15
cpaelzernacc: https://code.launchpad.net/~paelzer/ubuntu/+source/dovecot/+git/dovecot/+merge/29804015:17
nacccpaelzer: thanks15:33
nacccpaelzer: ah great, it's already tagged -- let me do a dry-run here to see if it 'just works' :)15:39
cpaelzernacc: I'm following only 80%, but I totally trust you know what you do15:39
cpaelzernacc: so you are currently trying to import the latest debian on top of our existing git right?15:40
cpaelzernacc: so that from there the process is as-usual then15:40
nacccpaelzer: right so let me see if i can draw a quick picture ;)15:40
cpaelzernacc: eventually IIRc you want to write a doc anyway - it is just that I ran into a bug that needs that15:41
cpaelzernacc: anyway - ping me once I can help or continue on it15:41
nacccpaelzer: it's a good test :)15:42
cpaelzernacc: that I thought15:43
cpaelzernacc: and it is good to start with a package that has not multiple versions in debian and ubuntu since then :-)15:43
cpaelzernacc: get the issues one by one :-P15:43
nacccpaelzer: yeah :)15:43
nacccpaelzer: http://paste.ubuntu.com/23344291/15:50
cpaelzernacc: fine for now15:58
nacccpaelzer: it seems to have worked (the importer), so i'm pushing the latest tree up now15:58
cpaelzernacc: thanks15:58
cpaelzernacc: I'll hopefully get to work on it tomorrow and let you know if I run into issues15:58
BravenI have a problem with dns and multihone linux server. One interface is dhcp (used for deployment) and one is static. The issue is that the static DNS record keep getting over written by dhcp IP16:00
nacccpaelzer: alright, pushed!16:02
=== Luke_ is now known as Guest23565
=== degorenko_ is now known as degorenko
=== degorenko is now known as degorenko|afk
zulcoreycb/jamespage/ddav: is there a reason why we are still carrying this patch? could we send it upstream? https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/cinder/tree/debian/patches/fix-long-casting.patch17:17
coreycbzul, seems like it could go upstream17:18
zulcoreycb: looks like it was a python2.7 problem fixed already https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/143524217:19
ubottuLaunchpad bug 1435242 in cinder (Ubuntu) "Problematic type casting between int/long?" [High,Fix released]17:19
zulcoreycb: im going to drop it and keep a eye on the daily ppa17:20
coreycbzul, cool sounds good17:20
=== Beret- is now known as Beret
=== devil is now known as Guest17894
=== ^robertj is now known as robertj
=== Guest17894 is now known as devil_
=== madwizar1 is now known as madwizard
=== Ussat is now known as VoteCthulu2016
kegan_hi, friends. I've forsaken windows as my environment after spending19:29
kegan_perhaps a week attempting to help a friend setup their MAMP stack19:29
kegan_might one of you suggest a good server stack for a standard 16.x installation?19:30
kegan_my MAMP worked fine, but I was so disgusted with the process I had to shower19:31
kegan_and it never worked in the end, anyway19:31
kegan_oh, look, a topic with precisely the answer to the question I asked19:48
kegan_sorry19:48
kegan_it was truncated, in my defense...19:49
kegan_and at a point which I might not immediately assume such, being unfamiliar with this client19:49
=== IdleOne is now known as Guest46640

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