=== Lord_Set2 is now known as Lord_Set === markthomas is now known as markthomas_away === markthomas_away is now known as markthomas === markthomas is now known as markthomas_away [03:42] I have a file in /etc/cron.d that does not seem to be running. I put a dummy job at the top, and the dummy job does not execute. The same line in a separate file works fine. How can I debug this? Can't seem to find a logfile for cron... [03:52] savid: I think you should see an entry in syslog when crontab finds that job [03:53] savid: can you pastebin your file? [03:57] raub: ok, I'll check syslog. The crontab file is rather long, lots of maintenance jobs in there. [03:58] Ah, wrong file owner :-) [03:59] savid: another mystery solved ;) [03:59] savid: I meant your file in /etc/cron.d, not in crontab [04:15] hey all [04:15] HI [04:15] having trouble getting samba to run on a 12.04 LTS server. I see that there are bugs posted, but havent seen fix. Can some one please shed some light on this for me [04:16] what error is samba giving [04:16] one sec will pull up [04:17] smbd/server.c:1107(main) [04:17] standard input is not a socket, assuming -D option [04:17] thats normal [04:18] it seems like I cant set up even a basic guest share [04:20] sheptard, even if I ignore error I cannot get a guest share up [04:21] so samba is listening, and you can connect to it, you just can't see any shares? [04:21] from windows I get an access denied [04:22] http://pastebin.com/nbnndKuE is what I have for the share [04:24] can you ls -al /shared [04:27] hey sheptard :) [04:28] yeh [04:28] i have shared 777'd for testing purpose [04:29] "/shared" ^ [04:29] hi sarnold [04:30] erixNICK: Hum [04:30] it looks like out of the box it wont allow guest shares... im also on a win8 box (unfortunatly) [04:31] if you do something like [04:31] smbpasswd -a test [04:31] then try to connect as test, does that work? [04:32] k [04:32] erixNICK: your ls -al /shared just returns "/shared"? no . or .. directory entries? o_O [04:33] it returns a directory list [04:33] also i am able to change user "test" password [04:35] erixNICK: can you connect to the samba share as test? [04:36] if you have test as an allowed user [04:37] not sure how I would do that [04:39] im trying to just do a net view \\liuux_box from a dos window [04:40] even set user.group to nobody for /shared [04:41] looks more like it doesnt no what to do with windows auth [04:43] unix password sync = Yes <- would that affect a guest share === markthomas_away is now known as markthomas [04:46] looks like alot of people are having this problem when they changed from 10.04 === markthomas is now known as markthomas_away [05:32] anyone alive? having trouble [05:32] with LAMP and UBuntu [05:32] server [05:33] !lamp [05:33] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [05:33] okay but... [05:34] the server was setup with root [05:34] I added an account [05:34] added to sudoers file [05:34] and now I want to change document root [05:34] ugh [05:37] yes? [05:39] sorry so how do I make the account I made which has sudo permisission ~/public_html my document root instead of /var/www [05:39] ? [05:40] edit your apache configuration files to set the DocumentRoot to your new location [05:40] it'll be somewhere in /etc/apache2/ if I'm remembering it correctly [05:41] k [05:41] and also [05:41] THANKS [05:41] first off [05:41] nevermind [05:41] I can find that out my own [05:42] the correct permissions of the fodler for /home/cameron/public_html [05:43] the directory will need to be readable and executable by the apache process; so you'll need to pick permissions that grant the www-data user the permissions it needs while still meeting the security needs of the rest of the system [05:44] SunkSullen: that might setting the directory to e.g. 755, so that everyone can read and execute the directory, or it might mean you need to set group ownership of the directory to www-data and then use e.g 750 [05:48] sarnold: ah confusing lol sorry [05:49] SunkSullen: unix permissions are amazingly concise and sharp. it takes a few years familiarity with them to appreciate how simultaneously flexible and concise they are [05:49] before then of course it's just baffling and confusing [05:50] hehe yea [05:55] rbasak: uvirtbot? === smb` is now known as smb === Ursinha is now known as Ursinha-afk === airtonix_ is now known as airtonix [11:03] I have a postfix, which logs maillog to syslog. How to split the log into mail.log ? [11:03] Ubuntu 13.10 and running rsyslog [11:22] jdo_dk: look at the syslog.conf and you should see the priorities/levels which determain what goes to what file [11:34] ikonia: http://privatepaste.com/c8c65eba26 [11:35] ikonia: As i can see in the /etc/rsyslog/50-default.conf, mail.* already goes to: /var/log/mail.log [11:37] jdo_dk: what's the actual line from your syslog that you want to into mail [11:37] it may not actually be a mail alert [11:37] (but look like a mail alert) [11:39] ikonia: http://privatepaste.com/40a7c0622f [11:39] that's probably not going to be classed as "mail" [11:39] thats an application/daemon reporting [11:39] Ok [11:40] But i would "expect" to see those "normal" log entries in mail.log [11:40] Should i try to install syslog instead of rsyslog ? [11:40] which normal ones ? [11:40] can you give me an example of a normal one ? [11:40] Will find another ubuntu server. [11:40] just a sec [11:43] Ikonia: mail.log is empty on all "my" servers... [11:43] jdo_dk: yes, I'd expect that [11:43] unless you have mail events [11:45] ikonia: http://privatepaste.com/af6174fe9c [11:45] I would expect mail.log to look like that file... [11:45] nah, [11:45] that's postfix [11:45] not mail [11:45] I have postfix installed. [11:45] postfix is an "application" from the point of view of the syslog [11:46] So i need to configure "postfix" in the syslog conf ? [11:46] you need to configure postfix to log to the correct places [11:46] or find out the "event" that syslog will monitor from postfix, I did this years ago with exim and ksyslogd (so it will be a bit different now) but it works out easier to configure the application to log correctly, rather than configure the syslog to try to manage it's events [11:47] Ok [11:47] I will try. Thanks mate. [12:01] ikonia: http://ubuntuforums.org/archive/index.php/t-1893739.html [12:02] stop rsyslog, chown / chmod start syslog solved the logging... [12:02] really ? [12:02] it picks up those postfix events as "mail" ? [12:27] hey rbasak, thanks for the info for the charm-tools thing. I have no idea why the packaging branch is a head of what's in precise I just need to update the bits about recommends, etc. I'll get a public bug filed from the private one in a few though. [12:27] How would i go about getting the right packaging branch for precise? [12:28] marcoceppi: I'm confused about that too. Yeah just updating the recommends is fine. With just an SRU bug I'm happy to upload that. [12:29] marcoceppi: I'm not sure how you can submit a UDD merge proposal based off the version that's in precise, but don't worry about that too much. I'll happily upload from a debdiff, or if you just update that MP without worry what it's based on, I'll fix it before upload. [12:29] rbasak: the entire charm-tools packaging is a giant bag of two headed snakes [12:29] so this somehow doesn't surprise me [12:31] marcoceppi: BTW, is this fixed in Trusty? We need that before uploading an SRU, but I presume it is? [12:33] rbasak: yes, it was fixed with charm-tools 1.0.0 [12:34] but 1.0.0 broke a package which is why there isn't a backport request [12:34] OK === Tribaal_ is now known as Tribaal [12:48] rbasak: here's the public bug, lp:1182905 [12:54] marcoceppi: great! Are you doing the SRU justification (are you familiar with that?) [12:54] rbasak: I'm not, this is a completely new process! I'm completely interested in learning though [12:55] * marcoceppi hunts down a wiki page [12:55] marcoceppi: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure [12:56] marcoceppi: it's for the SRU team, who will need to review before accepting any upload. And also to leave a trail for anybody who receives the update and wants to know why. [12:56] Or wants to know why everything broke, etc :) [13:09] ikonia: Yeah. Mail.log just works... So no need to configure syslog or postfix further... [13:29] jdo_dk: that is very surprising, but well done === Ursinha-afk is now known as Ursinha [13:30] ikonia: ;) === Guest30460 is now known as NCommander === NCommander is now known as Guest83929 [14:07] rbasak: Okay, I updated #1182905 with SRU template. It mentions uploading the package to release-proposed, but I'm not sure how or if I should do that [14:07] marcoceppi: OK, thanks. I'll take a look in a bit - a few too many balls in the air right now :-/ [14:08] rbasak: np np! I get that completely, thanks for the help thus far! :D === huats_ is now known as huats [14:40] I have a hard disk on a server that's filling at quite a rate. I can see with iotop that it's a remote user doing something over nfs but I can't figure out which user. How can I figure out which files are growing? [14:41] marcoceppi: juju-core doesn't exist in precise. How would you feel about just dropping the Recommends: juju to Suggests: juju? [14:41] rbasak: uh, yeah that works [14:42] rbasak: I realized that while writing the SRU [14:43] marcoceppi: charm-helper-sh can still suggest juju, right? I don't see why that would break anything. [14:44] Sorry I'm confusing myself. Let me pastebin you a debdiff in a moment. [14:45] rbasak: charm-helper-sh is installed solely server side, and doesn't need juju at all, in fact it's not even really associated with juju [14:45] is anything in /var/log/ important? and if so, can I mount it on tmpfs and setup logrotate to just delete things when they get so big? [14:45] marcoceppi: my proposed diff: http://paste.ubuntu.com/7073884/; full new control file: http://paste.ubuntu.com/7073885/ [14:46] rbasak: I suppose suggests is fine for charm-helpers [14:46] lgtm [14:46] I should just stick with mvp in the future === niemeyer_ is now known as niemeyer [15:03] hallyn: should containers be able to mount ext2/3/4 filesystems in loopback mode in trusty? [15:06] hallyn: looks like i still need to add some aa_profile/cgroup config to my lxc conf to get it to work [15:07] jhobbs, no. not by default. [15:07] i think there is a config that allows it though eplicitly [15:08] jhobbs, /etc/apparmor.d/lxc/lxc-default-with-mounting [15:10] smoser: ok - cool; i'm not really familiar with app-armor; how do i make that apply to new containers created via juju-local? [15:11] you can set some value in /etc/lxc/default.conf [15:11] to set the default app armor profile [15:11] but i dont have that handy at the moment [15:11] ah ok cool, i'll chase it down; thanks [15:11] lxc.aa_profile [15:11] (see man lxc.container.conf) [15:12] so i have some settings in there already that apply to containers that i create manually; i set the aa_profile to unconfied and change some cgroup settings [15:12] but those don't seem to apply to the containers that juju-local created [15:12] they wont. [15:12] only new ones. [15:12] they get copied. [15:12] i got to run. [15:13] yes, i had the settings there prior to creating the juju-local containers [15:13] ok [15:13] thanks for the lp [15:13] help [15:20] jhobbs: if you need it you need it, but of course it is disallowed bc there *is* danger in allowing it, [15:21] so i recommend against enabling by default [15:21] hallyn: ok [15:21] (sorry, had some hubbub around these parts) [15:22] hallyn: that's cool; i just wanted to know if the behavior i was getting matched what was expected === markthomas_away is now known as markthomas [16:01] rbasak, are you covering the HWE eol meeting? [16:02] jamespage: yes [16:02] great [16:02] listening in whilst I wait for mysql-xx to build [16:03] ahhhhh so this is why I'm always getting mentions from this channel. [16:14] howdy, i installed 13.10 to an hp dl320e g8, when the setup ran, (it setup off a bootable USB), grub installed to /dev/sda (which was the USB drive). I want to install grub to the HD. I've since rebooted the machine (it will only boot to ubuntu with the USB in there) and did sudu grub-install /dev/sda (/dev/sda is the HD once the setup rebooted), says no errors. reboot and the same issue. [16:14] any ideas on how i can verify that grub is indeed installed to the MBR on the HD [16:14] it's a SATA drive single volume on a b120i raid controller [16:14] when i boot without the USB in it says non system disk or disk error for C [16:19] irv, it sounds as though it still is not installed. Are you certain that once the system is booted that your SATA drive is /dev/sda? [16:20] when i run df -h when it's booted, i see 457 gb or something on /dev/sda1 [16:20] there's only the one drive and the USB is 8gb [16:20] so that's how i figured it was sda at that point [16:21] irv, okay. Try update-grub and then grub-install /dev/sda again. [16:21] k sec [16:22] rebooting now [16:22] If it doesn't work, then we may have to dissect it a bit. [16:23] sounds good. i did install a lowlatency kernel, but it must've run update-grub since that was the kernel that booted off the USB after i installed it [16:23] but who knows :p [16:23] just booting up now [16:24] hrm, still no joy [16:24] could it be something to do with the raid controller? [16:25] booting off hte USB now [16:30] okay, sudo blkid (after removing the USB that booted it) shows /dev/sda1 and /dev/sda5 as swap [16:30] sda1 is ext4 and is the partition all the files are on heh [16:31] irv, Just to be thorough, can you confirm whether your /boot is a separate partition? [16:34] it is not, i did a guided entire disk partioining [16:37] tried just running sudo grub-install /dev/sda and then sudo update-grub /dev/sda as per someone in #ubuntu [16:37] also didn't work [16:38] "non system disk error" [16:41] maybe an issue with my fakeraid? i can put it into legacy mode or AHCI mode as well [16:48] OH, fakeraid. [16:48] irv, Your best bet with fakeraid is to turn it off in the BIOS and use software RAID. [16:48] ya it's only a single drive, so i'm not actually doing any RAID [16:49] legacy mode? [17:04] irv: ahci it be [17:07] Is there some reason I would not see a process running if I ssh-ed in and ran it? ( not inside screen) [17:07] i set it to AHCI and then re-ran grub-update and install-grub but no joy, gonna do a full reinstall on the AHCI'd drive [17:07] genii: wehre are you looking to see if it's running? [17:08] different userspace? [17:08] irv: probably different mapping [17:08] irv: ps aux doesn't shor it, either on server or client machine running [17:10] RoyK: i'm surprised it even booted at all even off hte USB [17:10] i figured the files would be gone after i changed the controller's 'mode' [17:10] just writing a Ubuntu server USB again [17:10] since the one i used to install now has GRUB On it [17:10] minor side-lesson, select 'no' for grub install when installing from a USB :P === matsubara is now known as matsubara-afk [17:46] ok so after changing the sata config to AHCI, reinstalling ubuntu server and in the setup i picked "no" for the grub install which exposed a new screen that I was able to pick the destination of GRUB. i put it to /dev/sdb (which was the HD as the USB install key shows up as /dev/sda during hte install) [17:46] now it boots straight off the HD :) [17:46] thanks for the help all === keithzg_ is now known as keithzg [18:03] Well that's mysterious. Trying to use cygwin+rsync to periodically pull some Doxygen-generated documentation off of a Windows autobuild machine and put it up on our internal website, and the rsync share is including cygdrive, dev and proc? WTF? [18:19] gah, just realized its UDS this week. [18:29] UDS doesn't have the same pomp and circumstance it used to, eh? [18:29] Moving entirely online will do that, I suppose. [18:31] it is a lot more focused [18:31] ... but you have to drink alone afterwards === matsubara-afk is now known as matsubara [18:48] hallyn, if you are around can you take a look at https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1254872 [18:48] I'm trying to get to the bottom of it but this appears to be impacting openstack-gate in some way [18:51] jamespage: I can't keep up with the cutesy cloud archive names :) which ubuntu release is that libvirt from? [18:51] hallyn, so that bug appears to relate to 12.04 itself - 0.9.8 release [18:52] I have another [18:52] for 1.1.1 (saucy) [18:52] meaning you have the same error on both? [18:52] hallyn, oh - I see you already on https://bugs.launchpad.net/nova/+bug/1228977 [18:52] hallyn, good-oh [18:53] that was only yesterday [18:53] jamespage: right that one is in saucy only and no way am i backporting those patches to precise :) [18:54] but certainly the commit mentionedin comment #13 is worth trying [18:55] hallyn, no indeed [18:55] hallyn, is the 1.2.2 we have in trusty going to suffer from bug 1228977 as well? [18:56] jamespage: 1.2.2 was *just* released so i don't think so [18:56] oh, but, yes [18:56] hallyn, can you join me in #openstack-infra - doing piggy in the middle right now :-) [18:57] zul: ^ we'll probably need the patch in comment #40 of bug 1228977 added to trusty's libvirt [18:57] hallyn, zuls in florida on a beach [18:57] curses [19:13] hallyn, jamespage FWIW https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1248025 will eventually be a big issue for the upstream gate, at least the portions of it that run on rackspace. [19:13] stgraber, im happy to give you an instance on rackspace if you want to poke at that yourself ^ [19:13] adam_g, you mean smb [19:14] doh [19:14] smb, ^ :) [19:14] adam_g, :-) [19:15] adam_g, yeah, thanks. If you can have something running for me in the morning and email me the details for looking there tomoroow [19:15] *tomorrow [19:15] thanks smb [19:15] and adam_g [19:15] :-) [19:15] smb, sure. rackspace gave out a bunch of free credit at an ODS a while ago--might as well put it to good use [19:17] adam_g, Cool, yeah it really mysterious what is different there since all seems well on my test systems even with a cloud-image based guest [19:17] I suspect its something in the setup but hopefully one can find traces of that inside the guest [19:20] adam_g, Just as a note that the day is mostly over, so to make best use of any credits you can bring up the guest late your day (assuming you are on the other side of the Atlantic) :) [19:22] smb, just spun a precise and saucy up. should be fine to keep running as long as you need. ill email you the details [19:22] adam_g, Ok, thanks [19:26] What is the config file which has all installed packages in it? I need to force remove a package that wont't remove via apt-get purge properly or reinstall properly... I just forgot the name of the file that I have to remove the entries of the package so that Ubuntu doesn't even think it is installed. === SpamapS_ is now known as SpamapS [19:32] Lord_Set: I usually edit the maintainer script in /var/lib/dpkg/info to fix it so it does remove (eg. with an exit 0 at the top), and then do whatever cleanup it was trying to do manually instead. [19:33] I've always felt that this is cleaner. Then at least the package manager can maintain its own state, so no chance of corrupting it. [19:34] Thanks rbasak [19:36] But just in the other case what is the file that has a list of all installed packages? [19:44] adam_g, Ah, hm. So there is xe-guest-utilities which causes a xenfs mount to /proc/xen and that is causing the failure. That package probably comes from managing the guests with XenServer. There is also a nova-agent using some file exported in the. Not sure where that comes from, it does not seem to have a package installed. [19:45] smb, so essentially libvirt conflicts with xe-guest-utilities? [19:45] adam_g, So I think that is enough for first round of data gathering. I can check that locally tomorrow. And will put that info into the bug [19:45] Not really conflicts but it leads to some unexpected situation. Maybe the error of getting capabilities needs to be made a soft failure [19:46] Or it needs another check to avoid thinking the proc mount alone is hinting a dom0 [19:47] But it should be enough info for me to reproduce and then discuss this upstream [19:48] adam_g, So I am off the guests and you can shut them down to save credits [19:49] smb, great. thanks a bunch [20:09] How do you configre openldap to use a comodo-bought cert? i.e. what should I feed TLSCACertificateFile with? [20:09] rbasak: But just in the other case what is the file that has a list of all installed packages? === markthomas is now known as markthomas_away === Adri2000 is now known as Guest68283 [21:51] hallyn: if I snapshot a dir based lxc image with aufs, and the base container gets updated (update/upgrade), is it expected that the cloned image will works? [21:51] s/snapshot/clone/ [21:53] thumper: no. snapshots of dir backed containers should not be done [21:53] and lxc should be defaulting to a copy-clone [21:53] you should create an aufs clone first, then snapshotting that [21:53] unfortunately [21:53] I think I used snapshot wrong [21:54] let's step back [21:54] with juju, we want to improve the local testing process [21:54] the idea is to create containers with clone [21:54] so we can skip the apt update/upgrade step mostly [21:55] btrfs works wonderfully [21:55] but we want a stable solution that works for people without btrfs [21:55] that still gets them good speed, good disk combo [21:55] hallyn: do you think that cloned containers using aufs will give us this? [21:56] one thought was btrfs on loopback [21:56] which I had working locally, but there are issues around keeping track of the size, mounting in the right place, resizing etc [21:56] I could go down this track if it will give us the best user experience [21:56] thumper: btrfs *is* the ideal solution, [21:56] thumper: overlayfs has its own bugs, and aufs has its own (stgraber can tell you about them) [21:57] oh that's right, aufs doesn't do xattrs? [21:57] so in your opinion, if they don't have btrfs natively, offer btrfs with loopback devices? [21:57] anyway, if you want to use aufs, it shoudl mostly work [21:57] you just have to create a unchanging container base, then create clones from those [21:57] one problem with aufs that I have been told about, is that wordpress charm doesn't work [21:57] and not update the base [21:57] and given that is our CI, and used in all the examples [21:57] not ideal [21:57] heh [21:57] wonder why [21:58] wordpress installs nsf kernel modules [21:58] nfs [21:58] not nsf [21:58] that should fail with btrfs too [21:58] wordpress should not do that [21:58] hmm... [21:58] I should really go try [21:59] but would that also fail in plain containers? [21:59] yes [21:59] containers cannot install modules [21:59] ok, in which case it must be something different [21:59] because wordpress works in dir backed containers [22:00] backing up a little [22:00] if I wanted to test aufs backed clones [22:00] I should make sure that the base image is not updated for the lifetime of the clone? [22:01] yes [22:01] how badly will it break if it does happen? [22:01] depends on what is changed [22:01] still able to destroy the containers? [22:01] yeah [22:02] mainly, if file /a/b was overwritten in the clone, then updates in the main container to /a/b won't show up, [22:02] * thumper nods [22:02] also if a is updated and b is running [22:02] missing inotify for things that aren't overwritten? [22:02] stuff like that? [22:03] for things that are overwritten [22:03] remember, we're not sure (afaik) whether aufs will end up in final trusty kernel or not [22:04] ok [22:04] so, back to juju awesome user experience [22:04] for trusty, we are going with clone for creating containers [22:05] if you are on btrfs, it is awesome [22:05] if not, lots of I/O and disk usage [22:05] have a plugin to support btrfs on loopback [22:05] sound like the best option? [22:12] thumper: I dn't know how to prioritize the downsides. I think using aufs and never upgrading the base is good. [22:12] this also might be a use-case for a qcow backend, [22:12] (but that doesn't exist yet :) [22:12] qcow> [22:12] ah [22:13] and really it'd have the same expectations as aufs [22:13] is there a way to ask the container (aufs clone) what it is cloned from? [22:13] the base rootfs is in the config file [22:14] the rootfs for the clone will be "aufs::delta_dir" [22:14] so, could easily parse the config files for all the current containers [22:14] yeah, [22:14] hmm... [22:14] or juju could just call the canonical container "juju-precise-20140311" [22:14] well, the canonical one now is 'juju-precise-template' [22:14] then the next time it creates a base, 'juju-precise-20140315' [22:15] what do you mean 'next time it creates a base'? [22:15] make a dir based clone of the base template? [22:16] if juju ever updates teh template [22:18] hallyn: ok, so if I want to use clone with aufs, all I need is a base container to start with (dir backed), and go "lxc-clone -B aufs -o juju-precise-template -n new-name" right? [22:19] yeah (plus -s) [22:21] oh, need the --snapshot too? [22:22] the help says "The new container's rootfs should be a LVM or btrfs snapshot of the original." [22:22] but ok, will add it [22:22] i just thought that if I specified the backingstore, it would just know [22:24] thumper: there may be cases where someone doesn't include "-s" and really means "full copy". in that case aufs should retufn failure, asit can't do that [22:24] * thumper nods [22:24] ok [22:25] maybe the clearest thing to do would be to add a --nosnapshot option and have the default be "whatever is best" [22:25] but i don't nwat to change that right now [22:27] sure [22:27] * thumper goes to experiment with aufs [23:05] Could someone run dhcpdump on their machine and tell me if you're sending out continual bootp requests (about every 15 seconds or )? That's what my machine does and I'd like to know if anyone else is seeing this as well (and doesn't know it). [23:11] apb1963: nothing with 'sudo tcpdump -n -i wlan0 'udp and (port bootpc or bootps)'' when waiting a minute-ish here [23:13] sarnold: thank you... what version of ubuntu are you running? [23:13] apb1963: 13.10 [23:14] hmm... 12.04 here. [23:14] plus i'm wired with a cable provider [23:15] I need more of an apples to apples comparison I suppose [23:15] could be :) dhcp is finnicky. [23:15] is it? [23:16] the never-ending stream of bug reports of folks running in vms or containers when the kernel doesn't fill in the udp checksums because it thinks that's being offloaded to a NIC.. there must have been months of those bugs. :) heh [23:16] hmm [23:18] i'm glad I missed out on that spot o' fun [23:19] it was purely accidental that I found this issue.... I've added a whitelist to my firewall... and was logging dropped packets.... that's when I saw this. [23:21] nobody seems to know why it's happening. I've stumped the entire world :/ [23:21] apb1963: strace the process responsible? [23:23] that's actually a good idea... I'm not sure I know what's responsible, but I'm guessing it's dhclient [23:24] just killed it [23:24] lets see if that kills the packet stream [23:27] Any reason I can't get php to work with nginx? It gives me a 502 bad gateway error [23:27] whenever I try to load a php file, that is [23:28] sarnold: it seems to have stopped the outgoing, but I still have incoming Replys coming back... not sure if they're going to run out like they're buffered... or if it will continue forever. [23:29] GeekD00d: #nginx #php [23:29] thanks apb1963 [23:30] apb1963: oh that's odd.. [23:30] * teward yawnws [23:31] sarnold: it's broadcasting Reply packets [23:31] I presume it's my ISP since it's coming from a 10.65 address [23:32] apb1963: eww. gross. [23:32] IP: 10.65.192.1 (0:24:14:61:38:d9) > 255.255.255.255 (ff:ff:ff:ff:ff:ff) [23:33] wait, the ethernet mac is set to ff:ff:ff:ff:ff:ff? I thought dhcp replies were sent to the specific mac that asked for the address? [23:34] I THINK, that's an IP address, not a MAC [23:34] it's just converting to hex [23:35] wait... maybe not [23:35] heh, then it'd only be four bytes long rather than six [23:35] yeah, I was just about to say... that may be an IP6 address [23:36] in that case there'd be more than six bytes :) hehe [23:38] sarnold: you're right... so I guess it is a MAC... [23:44] sarnold: interesting conversation on it here: https://learningnetwork.cisco.com/thread/32255 [23:45] that is eithernet broadcast mac [23:45] is it CDP or something? [23:45] ? [23:45] cisco discovery protocol [23:45] no idea [23:45] I don't think so [23:46] but I couldn't tell you for sure [23:46] which brings me back to ... no idea :) [23:46] is that tcpdump? [23:46] I use ethernet to connect to my cable modem [23:47] beyond that... no idea [23:47] the abovfe? [23:47] yes, the above. [23:47] the output I posted? [23:47] it's actually dhcpdump [23:47] oh, i'm not familiar with that [23:48] it's like tcpdump... but... deciphers dhcp packets [23:49] this is tcpdump: 16:48:51.974312 IP 10.65.192.1.67 > 255.255.255.255.68: BOOTP/DHCP, Reply, length 300 [23:49] that wasn't much deciphering :) [23:49] oh, that's because I only took an isolated line [23:49] oh, pastebin the whole thing. [23:49] ok [23:49] a moment [23:50] tcpdump with -vv does a pretty good job of dhcp protocol decode [23:53] and tcpdump with -vv -X shows hexdump payload, and dhcp responses are reasonably readable [23:53] http://fpaste.org/84549/39458201/ [23:54] jrwren: good to know [23:56] o_O bootfile name.. [23:57] sarnold: yes? [23:58] it's what I'd expect in a bootp reply :) [23:59] just not necessarily broadcast to the world.. but according to that cisco doc.. it's not wrong. [23:59] apb1963: well yes and no, I'm curous what your ISP is trying to get you to boot :) [23:59] haha [23:59] yeah