=== foo__ is now known as Guest7277 | ||
=== hxm is now known as Guest53837 | ||
=== TriJetSc- is now known as TriJetScud | ||
=== Nigel_ is now known as G | ||
=== KaeltenAway is now known as Kaelten | ||
=== RobertLaptop_ is now known as RobertLaptop | ||
=== dasjoe_ is now known as dasjoe | ||
=== Tzunamii_ is now known as Tzunamii | ||
=== inaddy is now known as tinoco | ||
=== Den_Beiren is now known as DenBeiren | ||
=== Lcawte is now known as Lcawte|Away | ||
=== superspring_ is now known as superspring | ||
=== dayangkun is now known as dayangkun_pto | ||
=== peter is now known as Guest58667 | ||
=== tsimpson_ is now known as tsimpson | ||
blkperl | so I'm running samba on Ubuntu Trusty and file creation / deletion works, but copying from windows does not, any ideas? | 01:45 |
---|---|---|
dustinspringman | what up fishes | 01:49 |
dustinspringman | blkperl: are you able to connect from the windows machine to the SMB without issue? | 01:50 |
dustinspringman | blkperl: also, that creation/deletion.. is that from a windows machine that is connected via SMB? | 01:52 |
blkperl | dustinspringman: yes and yes | 01:54 |
blkperl | the error is "not enough space" | 01:54 |
blkperl | and there is plenty of space, so I'm assuming it getting confused because the fs is nfs | 01:55 |
dustinspringman | blkperl: sounds "quota" related.. like there is a quota being imposed accidentally or improperly | 01:56 |
blkperl | nope | 01:58 |
blkperl | it was working on Ubuntu Precise | 01:58 |
dustinspringman | blkperl: and you upgraded or fresh install? | 01:59 |
blkperl | fresh install | 01:59 |
dustinspringman | blkperl: Have you looked at the directory permissions? If you can create/delete but not modify (copy) then maybe that's the issue? | 02:01 |
blkperl | on unix the perms are fine | 02:02 |
dustinspringman | blkperl: I'm not sure what that means.. on unix the perms are fine? | 02:03 |
blkperl | sry, the perms look ok on the ubuntu server | 02:03 |
blkperl | s/perms/permissions | 02:04 |
dustinspringman | brb* | 02:04 |
dustinspringman | blkperl: are you able to copy via SMB from another *nix machine to the NFS? | 02:16 |
blkperl | I've filed a bug, https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1363774 | 02:23 |
uvirtbot | Launchpad bug 1363774 in samba "Samba fails to copy to shares with NFS filesystems " [Undecided,New] | 02:23 |
dustinspringman | blkperl: good to know, i'll keep my eyes out for that if I run into it. | 02:26 |
blkperl | yeah i can't seem to connect to it from linux | 02:28 |
=== MattJ is now known as Guest31688 | ||
=== Guest31688 is now known as TheFearow | ||
=== PaulePan1er is now known as PaulePanter | ||
=== Guest53837 is now known as HackeMate | ||
=== andol_ is now known as andol | ||
=== _ruben_ is now known as _ruben | ||
=== pgraner` is now known as pgraner | ||
=== RoyK^ is now known as RoyK | ||
lordievader | Good morning. | 07:48 |
=== jhenke_ is now known as jhenke | ||
=== the_ktosiek is now known as ktosiek | ||
hadifarn_ | is there a script that adds a vhost on ubuntu for me? | 08:30 |
lordievader | hadifarn_: Why do you need a script for that, simply define one, enable it and reload apache. | 08:33 |
hadifarn_ | lordievader: if you're doing it way too often, a script helps | 08:33 |
lordievader | Not if every config is completely different from the other. | 08:36 |
ikonia | hadifarn_: then write a script | 08:37 |
ikonia | hadifarn_: if it's the same - make a tamplte and write a script that does "cp template $1" | 08:37 |
hadifarn_ | jee, thanks | 08:37 |
ikonia | "template" sorry | 08:37 |
=== sonne_ is now known as sonne | ||
=== Lcawte|Away is now known as Lcawte | ||
hadifarn_ | I get 500 error. in logs it says "configuration error: couldn't perform authentication. AuthType not set!" | 09:04 |
hadifarn_ | when I googled it, turns out I need to add allow all in httpd.conf | 09:05 |
hadifarn_ | but my httpd.conf is empty! | 09:05 |
hadifarn_ | or I don't know where it is | 09:05 |
=== kick__ is now known as kickinz1 | ||
pmorris | How can I load modules (from /etc/modules) before file systems are mounted? | 09:34 |
pmorris | On two of my 14.04 servers modules are loaded first but on the third they seem to occur the other way around and it causes problems because a module is needed to mount a filesystem | 09:37 |
pmorris | On the problem system I see `* Starting Mount filesystems on boot` as the very first entry in boot.log, before `* Starting load modules from /etc/modules` | 09:39 |
lordievader | pmorris: Put them into the initramfs. | 09:46 |
pmorris | lordievader: I tried that and it works but why, for two of my machines, is it adequate to simply modify /etc/modules but for this one I have to modify the initramfs? | 09:57 |
pmorris | They are all Ubuntu 14.04 server machines | 09:57 |
lordievader | pmorris: I've rarely done this on Ubuntu but I think you need /etc/initramfs-tools/modules and then update the actual initramfs with "sudo update-initramfs -u". | 09:59 |
=== Guest1601 is now known as peetaur2 | ||
pmorris | lordievader, again, I've tried that and it works | 10:01 |
pmorris | But I want to know why I have to do this for one out of three machines | 10:01 |
pmorris | And I want to not have to do it that way | 10:01 |
=== kamilboratynski_ is now known as boratynskikamil | ||
lordievader | pmorris: Err I cannot tell with the info you've given me. What module is required? | 10:13 |
pmorris | 'vboxsf' | 10:13 |
pmorris | It's a file system module so naturally it is required prior to mounting file systems | 10:13 |
lordievader | But that is used for shared folders right? Shouldn't stop a linux box from booting. | 10:14 |
lordievader | Or at least I don't suppose there are system files in the shared dirs. | 10:14 |
=== jamespag` is now known as jamespage | ||
pmorris | I added an entry in fstab to mount it there | 10:18 |
pmorris | At the time fstab is read it has not been loaded one the problem system | 10:18 |
pmorris | Because /etc/modules is read after mounting the file systems | 10:18 |
pmorris | BRB | 10:20 |
Vladimir | What's the best way to debug a tftp server ? | 10:55 |
=== kickinz1 is now known as kickinz1|luncj | ||
=== kickinz1|luncj is now known as kickinz1|lunch | ||
ikonia | Vladimir: I told you earlier - get it working using the loop back interface so you know there is no networking involved, then move forward from there | 11:10 |
Vladimir | well I tried to send from the same machine and it worked | 11:10 |
Vladimir | it updated the file date | 11:11 |
ikonia | so you know your tftp server is working file | 11:11 |
ikonia | so then - job done, your tftp server is working | 11:11 |
Vladimir | yeah but still I can't send files from other devices to it | 11:11 |
ikonia | you don't have a problem with your tftp server | 11:11 |
ikonia | thats not the tftp server | 11:11 |
ikonia | you've just proved it worked | 11:11 |
ikonia | so the problem is not with your tftp server | 11:11 |
Vladimir | I guess =) | 11:12 |
lordievader | Vladimir: Check your firewall, they allways like to mess with things. | 11:15 |
Vladimir | lordievader: Yeah, it's probably the firewall :/ | 11:32 |
Vladimir | lordievader: yeah it's probably the firewall, I tested to send to another tftp server machine | 11:34 |
Vladimir | and got the same error message, thou with a small addition to the error message: Error in sending rq message. Exceeded 5 retransmits. | 11:35 |
ikonia | Vladimir: what firewall rules does hour machine have | 11:37 |
ikonia | does your machine have sorry | 11:37 |
Vladimir | ikonia: you mean that the linux machine may have firewall rules that's in the way of tftp ? | 11:41 |
ikonia | Vladimir: on the tftp server, what firewall rules are there | 11:42 |
Vladimir | i'm gonna take a look | 11:42 |
ikonia | so you've not even checked this yet ? | 11:42 |
ikonia | [I told you 2 days ago to verify the file wall, especially around udp | 11:42 |
ikonia | firewall | 11:43 |
Vladimir | I did check the firewall but not on the machine but on network | 11:43 |
ikonia | I told you 2 days ago to do this | 11:43 |
Vladimir | And I checked if the linux machine have blocked udp | 11:43 |
ikonia | Vladimir: I told you to check the rules especially around udp | 11:44 |
Vladimir | but I haven't checked any firewall rules on the linux machine | 11:44 |
ikonia | not if the machine blocked udp | 11:44 |
ikonia | and I told you to do this on the tftp server | 11:44 |
sphenxes | @search french revolution | 12:10 |
ikonia | sphenxes: it's not that sort of but | 12:11 |
ikonia | bot | 12:11 |
sphenxes | no | 12:13 |
ikonia | no ? | 12:15 |
=== kickinz1|lunch is now known as kickinz1 | ||
=== trijntje_ is now known as trijntje | ||
=== YamakasY is now known as RandomGuy | ||
=== RandomGuy is now known as YamakasY | ||
jamespage | lynxman, you called? | 13:11 |
=== yofel_ is now known as yofel | ||
=== tetrahedron is now known as tetrah | ||
sarthor | Hi, Is there any free and open source hotel management system ? | 16:42 |
sarthor | Sorry, I was writing there in Linux chan. | 16:43 |
RoyK | sarthor: http://www.hoteldruid.com/ <-- first hit on google :P | 16:50 |
sarthor | RoyK: Checked that one, and have installed on my machine. but I am unable to understand that software. | 16:52 |
RoyK | ok | 16:52 |
=== utlemmin` is now known as utlemming | ||
=== Ursinha is now known as Ursinha-afk | ||
zertyui | hi | 17:56 |
zertyui | how to connect to an server from existing key ? | 17:56 |
dustinspringman | zertyui: please explain.. | 17:57 |
zertyui | i got an ssh public key | 17:57 |
dustinspringman | zertyui: for like an Amazon web services ubuntu server? | 17:57 |
zertyui | i don't know | 17:58 |
zertyui | i don't know | 17:58 |
zertyui | i got an ssh public key | 17:58 |
zertyui | i got an ssh private key also | 17:58 |
zertyui | i would like to connect to my server using that private key | 17:58 |
=== pleia2_ is now known as pleia2 | ||
zertyui | how to do ? | 17:59 |
RoyK | zertyui: ssh-copy-id user@yourservershostname | 18:01 |
zertyui | no | 18:03 |
zertyui | u don't undersand | 18:03 |
zertyui | i got public and private ssh key on textpad | 18:04 |
zertyui | and the key has been deployed allready | 18:04 |
zertyui | with my user id | 18:04 |
zertyui | i simply would like to connect using that key from windows pageant | 18:05 |
=== utlemming_away is now known as utlemming | ||
iclebyte2 | what is the best way to downgrade your php5-cgi on an ubuntu 14.04 setup? | 18:27 |
iclebyte2 | we foolishly rebuilt a web server with 14.04 and it's now in production | 18:28 |
iclebyte2 | i'm trying to use raring sources.list in a test environment but i just keep breaking deps | 18:28 |
=== utlemming_away is now known as utlemming | ||
=== hachre_ is now known as hachre | ||
=== Ursinha-afk is now known as Ursinha | ||
=== TREllis_ is now known as TREllis | ||
=== Ursinha is now known as Ursinha-afk | ||
=== lionel_ is now known as lionel | ||
=== Ursinha-afk is now known as Ursinha | ||
dustinspringman | hey folks, I've got a problem I don't know how to google an answer for... I've got a Ubuntu 14.04 server that is effectively a PPTP aggregation point.. I have about 12 routers all connecting to this one server.. The problem I'm having is that in "top", my average load is 134%... i am pretty sure its because there are DOZENS AND DOZENS of pppd processes running.. It almost looks as if when a client disconnects/reconne | 23:19 |
=== Pici` is now known as Pici | ||
dustinspringman | okay, i'm certain is the pppd tasks that are hosing this server... some of them have been running for 85:22:01 and such.... I can't seem to kill them either.. =/ | 23:39 |
dustinspringman | Welp, I can kill them manually, but not using sudo killall pppd | 23:41 |
pmatulis | dustinspringman: maybe http://goo.gl/9e9NEq | 23:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!