/srv/irclogs.ubuntu.com/2013/03/16/#ubuntu-server.txt

dsmythiessarnold: Thanks for replying to my question earlier, and sorry for the "." line separators in my description.00:19
HelloWorld321thanks all for your help with my router this afternoon, esp tx qman__01:02
=== rook is now known as Guest45443
=== r0tha is now known as big_league
=== wedgwood_away is now known as wedgwood
=== wedgwood is now known as wedgwood_away
{aaron}hi guys, i fired up an "ubuntu cloud" branded image on ec2 today. i just wanted to confirm - besides Amazon EC2 charge there's no additional charge to run those images right?03:53
TheLordOfTimedon't think so.03:56
* TheLordOfTime runs two EC2 instances with Ubuntu on them *shrugs*03:56
sunusleesunuslee10:28
sunuslee6:1110:28
sunusleehi, is anyone there to help me debugging a network problem? i have three servers(A,B,C) in a subnet. A,C can ping to EACH OTHER. but neither of them can ping to b. then i check the arp table. A got the correct hwaddr of b. but b got the incomplete of A.10:28
sunuslee6:1110:28
sunusleeA, B has dual nics. but i think i set up right. eth0 in a subnet, eth1 in another.10:28
sunuslee6:1210:28
sunusleeA send arping to b can not get reply. but B send arping to a can get reply. but it seems like B didn't received it.10:28
sunuslee6:1310:28
sunusleeanyone?10:29
sunusleesunuslee10:40
sunuslee6:1110:40
sunusleehi, is anyone there to help me debugging a network problem? i have three servers(A,B,C) in a subnet. A,C can ping to EACH OTHER. but neither of them can ping to b. then i check the arp table. A got the correct hwaddr of b. but b got the incomplete of A.10:40
sunuslee6:1110:40
sunusleeA, B has dual nics. but i think i set up right. eth0 in a subnet, eth1 in another.10:40
sunuslee6:1210:40
sunusleeA send arping to b can not get reply. but B send arping to a can get reply. but it seems like B didn't received it.10:40
sunuslee6:1310:40
sunusleeanyone?10:40
sunusleeip addr show dev eth110:57
sunuslee3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br100 state UP qlen 1000 —— what is master br100 do?10:57
elemay2hi guys, i use bonding on our servers, but one server sets its link up for eth1 only with 100mbps. its an intel dualport 1000 nic, so why he does it? switch is on 1gbps12:06
RoyKelemay2: does it use gigabit without bonding? and what sort of bonding is this?12:13
elemay2RoyK: yep it uses gbit without. bond-mode 802.3ad12:14
RoyKusing LACP really shouldn't change the link speed12:15
elemay2i have set this bond-lacp-rate 112:16
elemay2i have the exact same setup on another server, there it works12:16
RoyKwhat does dmesg output say about links speed?12:16
elemay2RoyK: e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx  e1000e 0000:01:00.1: eth1: 10/100 speed: disabling TSO bonding: bond0: link status definitely up for interface eth1, 100 Mbps full duplex.12:21
RoyKwierd12:28
RoyKno idea, sorry12:28
RoyKand it comes up with gigabit without LACP?12:29
RoyKsame switch type?12:29
elemay2yep. same switch, same port. port speed is also set to automatic12:30
RoyKwhat if you force both ends to gigabit? really shouldn't be needed, though12:30
=== alamar is now known as a
=== a is now known as alamar
elemay2RoyK: i just tried it on another switch, same manufacturer. if i enable bonding in ubuntu i get an ip, all is well. as soon as i setup LAG on the switch, i can't reach some ip's in my network, also i have the same symptons on the other switch. eth0 = 1gbps, eth1 = 100mbps13:18
RoyKelemay2: I haven't setup LACP from linux for some time, but last I did it (two years back?) it worked well and gave me full speed13:20
elemay2also it doesn't matter if i use 2 separate intel nics, or the dual port one. or one from netgear and one from intel and so on. exactly the same setup on my other machine. bonding set up, switch set up. all is fine.13:20
RoyKa dual-port is just two nics on a single board13:21
elemay2RoyK: i wanted to say that it can't be the nics ;)13:21
RoyKthat's highly unlikely anyway13:21
RoyKif it works without LACP, it's software13:21
RoyKwhich distro/kernel??13:22
elemay2but i don't get it why. other machine is almost the same. same ubuntu version. 12.04 x64 3.2.0-38-generic13:22
RoyK3.2 on the other as well? 12.04.2 comes with 3.513:23
RoyK(for some moronic reason, they changed the kernel version on .2)13:23
elemay2yep 3.2. i don't do dist-upgrades13:24
RoyKdist-upgrade won't upgrade the kernel13:24
* RoyK always uses dist-upgrade13:24
elemay2i could try to upgrade kernel. but it works on the other machine... strange13:25
RoyKsame machine make?13:26
RoyKcan you try the same switchports the other machine is using?13:27
elemay2yup, i'll try13:27
elemay2takes a moment, i have to shutdown it first13:28
RoyKseems something may be broken in the bridging16:37
RoyKjust upgraded my precise box and bridging works now and then16:39
RoyKworks fine from localhost to vm's, but not always from remote16:39
=== cwillu_also_at_w is now known as cwillu_at_work
=== nonotza_ is now known as nonotza
brian_petersenI am running Ubuntu 12.04 LTS server edition and I notice that two packages are being held back, linux-headers-generic-lts-quantal and linux-image-generic-lts-quantal. I did not explicilty set this packages to be held back and I am wondering what caused them to be held back automatically. Any insight would be appreciated!20:30
andolbrian_petersen: Running apt-get upgrade? Will apt-get dist-upgrade want to upgrade those packages?20:30
andolbrian_petersen: The difference is that apt-get upgrade won't upgrade packages which require new depencies to be installed, and those packages are meta packages depending to the newest such kernel package.20:31
brian_petersenandol: ah, I see. That's a little different that what I am used to. I'm coming from Arch's pacman and they didn't have that distinction. Thanks!20:32
brian_petersenSo right now it's downloading a new kernel version, that means that I will have multiple kernels installed now, correct?20:33
andolYepp20:34
brian_petersenhow would you recommend cleaning up older kernel versions?20:34
jcastrosudo apt-get autoclean seems to catch most of them for me20:34
=== jetole is now known as guest1234asdfcra
=== guest1234asdfcra is now known as jetole
Nine_9hello guys, do you know any webmail that will allow me to use multiple imap accounts at once? I've installed roundcube but it doesn't have this feature, squirrelmail doesn't seem to have also, and horde is impossible to install22:31
patdk-lapwhy is horde impossible to install?22:31
Nine_9patdk-lap: i couldn't find a way to install it22:35
Nine_9and I don't think it supports multiple accounts also22:35
patdk-lapwell there is a ubuntu package, but I never liked it22:35
patdk-lapit doesn't22:36
patdk-lapjust use something like dovecot that supports shared and/or master accounts22:36
Nine_9it's not my local machine, i don't think i can install it22:37
Nine_9roundcube has a paid plugin22:37
Nine_9it seems no such software exists.22:40
Nine_9a similar question: http://stackoverflow.com/questions/2490818/webmail-client-that-can-open-multiple-email-addresses-at-once-like-a-desktop-cli22:40
histoNine_9: What do you mean multiple imap accounts at once?22:52
Nine_9histo: like any desktop email cliente, you can 'manage' multiple emails at once.23:19

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