syeekick | Anyone got some working examples of their personal rsync commands they use ? i need some for reference:) I apreicate it | 00:44 |
---|---|---|
=== gugugaga is now known as punisher | ||
b4r | syeekick: 10 practical examples http://tecmint.com/rsync-local-remote-file-synchronization-commands | 01:31 |
syeekick | b4r thanks my google-fu lacks somewhat lol | 01:33 |
b4r | you'd be surprised how bad mine can be | 01:33 |
syeekick | it's frustrating | 01:34 |
syeekick | i know good use of keywords and dont include product names yeild good results, its just knowing the damn keywords :P | 01:34 |
b4r | good point | 01:35 |
=== rodlogic is now known as Guest23118 | ||
flaccid | hey guys i’m getting invalid manifest for the vmdks in the current xenial ova’s from cloud-images. is the build broken in some way? | 02:49 |
flaccid | this is when i try to deploy ovf in vsphere client | 02:49 |
flaccid | in the .mf | 02:51 |
flaccid | SHA256(ubuntu-xenial-16.04-cloudimg.vmdk)= 50998ddbddb01404370057f0c65020fab2fab77356a62a25a9badb29f7d44d0a | 02:51 |
flaccid | SHA256(ubuntu-xenial-16.04-cloudimg.ovf.ovf)= 203f259a5fd7bd0a9c98693d7e93eaef927014e3c0585c46a797470b22b1dcf7 | 02:51 |
flaccid | smoser: ^^ | 03:16 |
berglh | just upgraded to ubuntu 16.04, was running zfs | 03:24 |
berglh | zol* everything is working ok in the new version | 03:25 |
berglh | but i noticed some dkms modules that read: Diff between built and installed module | 03:25 |
berglh | i'm wondering if i can remove zfs-dkms package now or do i still need it | 03:25 |
thekrynn_ | in the case where a stat * of a directory results in arg list too long, is there any faster way of achieving the same thing than ls -1 | xargs stat? | 06:48 |
thekrynn_ | (other than obviously changing the way the files are stored and sharding it into sub dirs) | 06:48 |
jelly | use find, not ls | 07:12 |
=== gugugaga is now known as TheGreatGudsby | ||
=== TheGreatGudsby is now known as LowLifePerv | ||
netcrime | How can you check what permissions user has ? | 10:01 |
=== ashleyd is now known as ashd | ||
=== ashleyd is now known as ashd | ||
ShekharReddy | hey guys hello guys when i do php artisan serve in terminal i get this error {"error":{"type":"ErrorException","message":"date_default_timezone_set(): Timezone ID '' is invalid","file":"\/var\/www\/eppudoo.com\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/start.php","line":167} | 12:51 |
fermulator | Anyone who runs Landscape; recently I've started getting the useless error message on the web interface: "Landscape is unavailable, Service will resume shortly." -- but it never "resumes shortly" (it's been over 24hrs now....). Which logs in /var/log/landscape-server are relevant to help debug? http://paste.ubuntu.com/16804420/ | 13:34 |
fermulator | If I reboot the entire server the service comes back. a bunch of services are clearly stopped: http://paste.ubuntu.com/16804515/ | 13:38 |
fermulator | i dunno if this is relevant; http://paste.ubuntu.com/16804813/ (some connection refused stuff, but I don't see why that would cause services to stop themselves) | 13:46 |
blueking | anyone been into this ? -> sudo apt-get install vlan | 14:07 |
patdk-lap | blueking, is that a question? | 14:08 |
blueking | kinda, just wonder how much work there are to get vlan tagging up and go | 14:08 |
patdk-lap | 10seconds to 10hours or more? | 14:09 |
patdk-lap | depends on your skills | 14:09 |
blueking | I am thinking about to skip ISP's homecentral unit and connect mine pc router directly to mediaconverter fiber <-> cat6 | 14:09 |
patdk-lap | do you have an question somewhere in there that can be answered? | 14:09 |
blueking | a sec | 14:10 |
blueking | https://wiki.ubuntu.com/vlan | 14:10 |
blueking | I need to add some more to get tv, phone and lan/data ? | 14:10 |
patdk-lap | heh? | 14:11 |
blueking | they have lan tag-ID 100 101 and 102 | 14:11 |
patdk-lap | you will have to talk to your isp for answers | 14:11 |
blueking | I have the info I need but what I need to do on ubuntu ? | 14:12 |
blueking | trying to find wiki page that has more info about vlan tagging | 14:13 |
patdk-lap | what do you mean more? | 14:14 |
patdk-lap | that page has *all* the info | 14:14 |
patdk-lap | there is nothing *more* | 14:14 |
blueking | :/ | 14:14 |
Sling | well there is plenty more information about vlan tagging, but not so much from a host PoV | 14:33 |
patdk-lap | or how to setup/configure it | 14:34 |
compdoc | blueking, somehow I doubt your ISP allows its customers to bypass their equipment. interesting science experiment | 15:18 |
devster31 | how can I make changes to /proc/sys/fs/file-max persist across reboots | 16:30 |
devster31 | ? | 16:30 |
Sling | in /etc/sysctl.conf | 16:32 |
ShekharReddy | hey guys how do i know the php.ini file used by apache2 | 16:42 |
Sling | ShekharReddy: php_info(); output will tell you | 16:46 |
Sling | probably the quickest way of finding out | 16:46 |
=== LeMike is now known as ScreamingDev | ||
ShekharReddy | php_info() where ?? | 16:47 |
ShekharReddy | Sling: ^^ | 16:47 |
shauno | it's just phpinfo(). but just create a new page on your server that contains just <?php phpinfo; ?> and then visit it | 16:49 |
shauno | er, phpinfo() rather heh | 16:49 |
Sling | oh yeah phpinfo :) | 16:53 |
devster31 | Sling: thanks | 16:53 |
devster31 | should I change /etc/pam.d/common-session or common-session-noninteractive? | 16:53 |
Sling | devster31: what do you want to do? | 16:54 |
devster31 | add pam_limits.so to change ulimit for mysql | 16:54 |
Sling | one is for interactive sessions and the other is for non-interactive sessions | 16:54 |
Sling | for mysqld it would be noninteractive | 16:55 |
devster31 | ok, is that step required or does it work without that rebooting the system? | 16:55 |
Sling | the pam config files are read as they are used | 16:57 |
Sling | so should be no reboot of the system needed | 16:57 |
devster31 | right, also for interactives there's already a line in pam.d/login | 17:04 |
ShekharReddy | shauno: hello | 17:09 |
ShekharReddy | shauno: I did create a php file containg the line <?php phpinfo(); ?> and ran it on server | 17:10 |
ShekharReddy | but i am getting output as phpinfo(); | 17:10 |
ShekharReddy | Sling: ^^ | 17:10 |
=== terje is now known as Guest63702 | ||
blueking | compdoc it's doable | 18:39 |
blueking | compdoc do googletranslate norwegian-english on this https://freak.no/forum/showthread.php?t=219922 | 18:40 |
devster31 | can I untar an archive merging existing directories? like in the tar there's a/b/file1 and I have a/b | 20:16 |
RoyK | if you untar an archive onto an existing directory hierarchy, it'll just overwrite any existing files with the same name | 20:18 |
patdk-lap | did boot_degraded just vanish in 16.04? | 20:23 |
=== rodlogic is now known as Guest64172 | ||
=== rodlogic is now known as Guest66916 | ||
=== TJ_ is now known as Dachi | ||
Dachi | A friend installed Ubuntu 16.04 to use as a server for Multicraft. His power went out and he can't log in to the profile he was in. He also can't open the gnome terminal. Did a restart and for a long while the login screen flashed a lot. Help? | 23:21 |
=== jelly-home is now known as jelly |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!