/srv/irclogs.ubuntu.com/2010/11/27/#ubuntu-server.txt

uvirtbotNew bug: #681986 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.37-1ubuntu5.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/68198601:01
ziesemerIsn't there a virtual package that always provides the latest version of the proper linux-headers package?  (I have DKMS installed to automatically recompile some kernel modules when I upgrade the kernel, but it doesn't work without getting the headers, too...)01:23
patdk-laplinux-headers?01:27
patdk-lapwell, guess you need the right one, linux-headers-server01:28
ziesemerAhh, that did it, thanks.01:28
VSD20Ccan i use a ubuntu server to monitor bandwidth consumption and statistics for a network? I figure if i make it the DC then all that information is going through it...  would it be a 3rd party software or is ther open source alternatives?01:50
VSD20Cif its possible at all...01:52
patdk-lapthe DC?01:53
patdk-lapit's much easier to figure that stuff out by using a managed switch or something, that gives that info via snmp01:53
talcitehi guys. I've got a question about NFS write concurrency. Is it safe to perform r/w operations on the filesystem being hosted on NFS directly from the server? (i.e. will it respect the proper locks?)01:59
patdk-lapI doubt it for nfs3, but nfs4 does some kind of odd loopback mounting thing, so I think it would be fine02:00
talcitee.g. I've got a server hosting /mnt/storage over NFS, bound to /exports/storage using mount --bind. Is it safe to read and write to /mnt/storage directly?02:00
talcitepatdk-lap: hmm yeah it's nfs4. What's the loopback thing you're mentioning?02:01
patdk-lapsounds like nfs402:01
patdk-lapthe --bind02:01
patdk-lapthat isn't needed for nfs302:01
talciteah. is there anywhere I can read more about this?02:01
patdk-lapgoogle nfs4 :)02:01
talcitehmm. alright, I just really want to make sure I don't end up causing data corruption, especially since there's a high chance this will be happening while the clients are writing02:02
twbsquid or squid3?02:52
=== Evet_ is now known as Evet
dassoukii distro upgraded my ubuntu03:32
dassoukiand lost some stuff like /var/run/network and i can't get apache to work again03:32
twbAnswer: squid2 -- it has an upstart job and is in main.03:32
twbdassouki: /var/run/ should be a tmpfs and empty every boot03:33
dassoukitwb: i guess that's why i shouldn't have hard upgraded a linode image :(03:33
Error404NotFoundis there a way i can install mysql 4 on lucid?03:36
dassoukitwb: now i managed to get an error of dav not allowed here03:37
Error404NotFoundI am trying to dapper server release, but i can't find its CD version, all i see is dvd.03:59
JanCError404NotFound: http://releases.ubuntu.com/releases/6.06.2/04:02
JanCremember you only have 1 year of support left on that...04:03
JanCwhy on earth do you want mysql 4 anyway?  ;)04:04
Error404NotFoundJanC, ya, just need to try mysql4 and php4 for somethings...04:04
Error404NotFoundJanC, a 3rd party product that won't agree to upgrade04:04
JanCand it doesn't work with mysql 5 ?04:05
Error404NotFoundJanC, nope... tried and failed, now setting up another dapper server, installing app on that, purchasing upgrade license, upgrading, then upgrading dapper to lucid and changing DNS04:07
Error404NotFoundJanC, not my idea of a good weekend :(04:07
JanCI can imagine  ;)04:07
JanCgood luck04:08
Error404NotFoundJanC, really need that... sucks big time04:09
Edwin_achhi everybody, i have a problem trying to write (p.e. create a single text file) inside a directory where i have rwx permission and i am root. What could be wrong... filesystem, permission, attributes (has no attributes set)? some idea, friends? (it is a ubuntu server 8.04.1) 0_004:34
ailoEdwin_ach: Are you getting an error message when you try?04:56
Edwin_achailo, yes... it tells me that the system is read-only (and I am root) =/05:21
Edwin_achailo, the problem is in specific on that partition, /storage, because i have tried creating a single txt file on / and it let me create it  o_005:25
ailoI'm no expert, but did some searching and found that one cause could be that the filesystem is mounted as read only05:26
ailoEdwin_ach, check fstab05:29
Edwin_achailo, I have tried to "remount" option as r,w but it doesn't work =(05:29
Edwin_achailo, this is the /etc/fstab of the server: http://paste.ubuntu.com/536950/05:30
Edwin_achactually, that server runs an application that allow me use the server as a backup server05:31
ailoEdwin_ach, did you try a file system check - fsck?05:32
ailoEdwin_ach, supposedly, if the disk is damaged it might be mounted as read-only05:34
Error404NotFoundis there a good AMI available for dapper on amazon?06:16
dragoon123Hi, I currently have a bandwidth problem on my ubuntu server machine, my max speed is being limited to 1.7 MB/s not sure why any ideas?06:26
simplexiodragoon123: mii-tool can tell what mode cards are, ifconfig will tell if you have alot dropped packages06:29
simplexiodragoon123: iperf can be used to test speeds, or just use netcat06:30
dragoon123simplexio: How do i test speed with netcat?06:34
simplexiohttp://deice.daug.net/netcat_speed.html tell google06:41
simplexiothe idea behind using netcat is that when starting it you can use /dev/zero as file and on endpoint you can just > /dev/null06:42
dragoon123how does this help me fix/find the bandwidth limitation bw?06:43
simplexiodragoon123: or just use iperf06:43
simplexiowell, if iperf dosent get more that 1,7MB/s speed, then problem is in your network06:44
simplexioif it is faster, then problem is server program which dosent put more than 1.7MB/s to net or harddisk06:45
dragoon123I only have a bandwidth limit problem on my linux machine/partition if i reboot the pc into windows it runs at full speed06:45
dragoon123I have tested the network speed on both LAN and from a remote server06:45
dragoon123result on both was 1.8MB/s06:46
simplexioover which file tranfer protocol06:46
dragoon123I used aria2 (80) and vsftpd (21)06:46
dragoon123so http and ftp06:47
simplexiodragoon123: did mii-tool tell you that your card is 100baseT...06:47
dragoon123100Mbit06:48
dragoon123= 11.8MB/s06:48
simplexioand harddisk are ok ?06:48
simplexioand no errors etc. show in ifconfig06:48
dragoon123yes, as I said before this is a dual boot pc, with windows and linux server06:49
dragoon123on the windows partition everything runs at full speed06:49
dragoon123under ifconfig 0 dropped and06:49
simplexiowell, linux uses different fs, driver for disk etc06:49
dragoon1238360errors frame 836006:49
dragoon123for RX packets06:49
=== KB1JWQ is now known as oracle
simplexiodragoon123: does windows have errors too ?06:50
dragoon123for packets, no06:50
=== oracle is now known as KB1JWQ
dragoon123windows is windows heh06:51
simplexiosound like you have somekind problem with network driver06:51
simplexiowhat driver it uses ?06:52
dragoon123hmm06:52
dragoon123no idea tbh :s06:53
simplexiolsmod helps06:54
dragoon123hmm, do not see any modules related to networking listed06:55
simplexiodragoon123: and try ethtool eth0 (or what ever it is =06:56
dragoon123hmm06:56
dragoon123MII?06:57
simplexioin some point i had problems to force nvidia 1G ethernet card to full dublex06:57
dragoon123it is set for correct speed and duplex06:57
dragoon123100Mb/s and Full06:58
simplexiomii-tools can be used to channge negotiated network speeds06:58
simplexiodragoon123: it would help to know netcards model07:01
dragoon12302:08.0 Ethernet controller: Intel Corporation N10/ICH 7 Family LAN Controller (rev 01)07:02
simplexiohave to say that i dont have anyideas. if duplex and other are ok on both sides, then problem must be on drivers07:15
=== rjp is now known as sazhen86
IrishWristwatchdoes anyone know if changing the cipher on openssh is possible?08:37
IrishWristwatchRight now I'm using RSA keys to auth, but for the encryption itself I want to use 3des.08:38
joschiIrishWristwatch: actually 3des is default09:05
joschiIrishWristwatch: see ssh_config(5) and sshd_config(5)09:05
IrishWristwatchI saw it now, thanks you joschi09:07
IrishWristwatchthank you*09:07
twbHere -t rsa is the default.09:12
april__having trouble restarting vsftpd -> /etc/init.d/vsftpd restart = error of script has been converted to upstart job- use restart utility. sudo service vsftpd restart, sudo restart vsftpd both = restart:unknown instance:   -vsftpd is running, i can log into it :( any ideas?09:16
IrishWristwatchhave you tried "sudo service vsftpd restart"?09:17
IrishWristwatchoh wait09:17
IrishWristwatchI misread.09:18
april__same thing ' restart: unknown instance'09:18
april__also, i have the options for chroot_local_user=yes however the ftp user still can go up levels into the '/' folder09:19
april__soehow i don't think my /etc/vsftpd.conf file is being read, or something :/09:19
IrishWristwatchweird.09:22
SpamapSapril__: type 'status vsftpd'09:22
SpamapSapril__: does it say start/running ?09:22
april__it says 'stop/waiting' but i dont' understand, because I can log into my ftp server09:23
twbIrishWristwatch: oh, you mean -oCiphers.  Note that -oCipher=3des is only for SSHv1 -- everything is (or should be) SSHv2 now, i.e. -oCiphers, for which the default is aes128-ctr.09:24
IrishWristwatchaah09:24
IrishWristwatchSo it goes down that list then?09:24
IrishWristwatchWell I guess aes128 is pretty secure too.  3.4 * 10^38 combinations09:26
april__is there any possible way vsftpd could read another .conf other than /etc/vsftpd.conf?09:27
cemcwhat script generates /etc/motd ?09:27
IrishWristwatchhave you just tried killing the entire process april__ ?09:27
cemc(for when updates are available)09:27
twbIrishWristwatch: yes, it goes through the list on the client and server sides until a cipher they both support is found09:28
IrishWristwatchso if on the server I only specify 3des in the ciphers parameter, it will only allow 3des I take it.09:29
IrishWristwatchAlright, I'll give it a try.09:30
IrishWristwatchdid it work, april_ ?09:35
april_no, i typed sudo start vsftpd and it said start/running process 1862, so i typed kill 1862 - bash: kill" 1862 no such process09:37
IrishWristwatchps aux | grep vsftp09:41
april_nothing comes up09:42
april_it's not in htop anywhere either09:42
IrishWristwatchyet you can still log in?09:43
IrishWristwatchweird...09:43
april_yea09:43
april_and I still don't understand why my 'chroot_local_user=YES' doesn't work either09:44
april_and my log files aren't being created09:44
IrishWristwatchare you on a standard port?09:44
IrishWristwatch20/2109:44
april_yes, at least i assume so, i didn't specify a different port09:45
IrishWristwatchthen you can try09:45
RoyKcemc: IIRC that comes from landscape-sysinfo09:45
IrishWristwatchsudo lsof -i TCP:2109:45
IrishWristwatchwhile you're logged in09:46
april_on my server? or on the ftp client09:47
RoyKserver09:47
IrishWristwatchserver09:47
april_there was no output09:47
IrishWristwatchok09:47
RoyKapril_: that means something like 'wtf is listening to tcp/21'09:47
IrishWristwatchare you sure your ftp client is connecting to that server and not some other random server?09:48
april_yes, i'm sure it's my server, i recognize my file structure and files09:48
IrishWristwatchwhat client are you using09:48
IrishWristwatchin case you're using scp or something09:48
april_'andFTP' - android app09:48
IrishWristwatchcheck the protocol09:49
IrishWristwatchis it ftp/sftp/ftps?09:49
april_i was using winSCP at my dads house, and it did the same thing09:49
IrishWristwatchI use the same app.09:49
april_how can i ensure that it's sftp?09:49
IrishWristwatchehh09:49
IrishWristwatchftp and sftp are similar but different09:49
april_i 'assumed' sftp was just ftp through an ssh tunnel?09:50
IrishWristwatchgo to your andftp settings and go to edit09:50
april_each machine asked me to verify the cert09:50
IrishWristwatchyeah it is, but it doesn't use your vsftp software09:50
IrishWristwatchit uses openssh09:50
IrishWristwatch:p09:50
april_ooooh09:50
IrishWristwatchyeaaah09:51
IrishWristwatchsftp is ftp over ssh09:51
IrishWristwatchHOWEVER09:51
april_which would possibly explain why my vsftp.conf file seems to be ignored?09:51
IrishWristwatchftps is regular ftp with ssl09:51
IrishWristwatchvsftp isn't even being used for sftp09:51
april_is it even being used?09:51
IrishWristwatchno09:51
IrishWristwatchbut on the bright side, I just did this like 2 days ago09:51
IrishWristwatchand I can tell you how to chroot openssh09:51
april_well, the functionality is exactly what I need, so that would be very helpful09:52
twbNo, SFTP is a module within SSH that provides similar functionality to FTP, but is actually a totally different protocol.09:52
twb(A much BETTER protocol.)09:52
IrishWristwatchit's a file transfer protocol09:52
IrishWristwatchhence, FTP09:52
IrishWristwatchanyway, april_09:53
april_yea, i didn't want just FTP, because I've read that it's really un-secure. which I need secure, because I need to roll out a server for my dads business09:53
twbhttp://mywiki.wooledge.org/FtpMustDie09:54
IrishWristwatchftp is unencrypted09:54
april_i just need a folder for which 4 employees have access to (using 1 username/password)09:54
IrishWristwatchftps is better09:54
IrishWristwatchsftp is the best09:54
IrishWristwatchapril_, ok do this09:54
IrishWristwatcheh, I'll pm it to you09:56
twbI agree with IrishWristwatch that you should be using SFTP, not FTP or FTP/S.09:57
twbAnd HTTP instead of FTP for anonymous read-only access to documents.09:57
IrishWristwatchalso sftp is much easier to set up09:57
IrishWristwatchwith ftps you gotta make all your certs and it's just a pain09:58
twbIrishWristwatch: especially in the current versions where chrooting is handled inside opensshd09:58
IrishWristwatchyeah it's a new feature10:03
Dibbler_hey all. Do any of you know if there's a way to install XFE or Nautilus without installing any of the X dependencies. I don't even have a video card in the computer , i am only planning to use it from another computer on the network that has an x server installed10:13
Dibbler_does anyone have any pointers on this10:13
twbDibbler_: you can install X apps without installing an X server.10:13
twbDibbler_: you cannot install X apps without the X libraries they depend on10:14
Dibbler_so  x11-common is not really x ..10:15
Dibbler_it just seems very big .. 30 megs10:15
Dibbler_for nautilus10:15
Dibbler_i just don't wnat my server to crap out on me wfter reboot for not finding a video card .. i'm actually no where near the thing10:16
twbgrep-available -sInstalled-Size -P x11-common ==> Installed-Size: 56810:16
twbIt is not a big package.10:16
Dibbler_nautilus is 36 megs ..10:17
Dibbler_it seems big10:17
twbThat's because gnome = bloat10:17
Dibbler_mmk10:18
twbYou could, of course, just learn to use a tty file manager like Emacs' dired.10:18
Dibbler_the thing is .. it's for my boss10:19
Dibbler_don't ask10:19
twbI know what that's like10:19
Dibbler_i'm fine with MC10:19
twbHe could just run nautilus on his local machine nad use gnome-VFS URLs like (IIRC) ssh://boss@example.net/etc/default/grub10:20
Dibbler_whisper : he's got windows , with winaxe on top10:21
twbIf he has windows you'll need a w32 X server10:22
Dibbler_yes10:23
Dibbler_winaxe10:23
twbOh right10:23
Dibbler_i'm actually not comfortable with him rummaging in the roadwarriro box i use ubuntu server for10:24
Dibbler_but he needs to be able to stay on top of it10:24
Dibbler_i just hop ehe doesn't touch anything10:24
twbHe needs to learn his place is what he needs10:25
Dibbler_smike , shake hands , go to the dinners with his wife , and shut the fuck up10:26
Dibbler_if it was up to him we'd still be using the AS400 and everyone would have a terminal on their desk10:26
=== ogra_ is now known as ogra
uvirtbotNew bug: #682085 in samba (main) "Tryd sharing installed samba Unknown process runing not allowing log out" [Undecided,New] https://launchpad.net/bugs/68208511:51
l3dxI'm considering building a home server based on ubuntu. It's main purpose will be NAS, but I also want to run irssi, a couple of Tomcat apps and also smaller tasks. My current concern is maintaining the "NAS". Both configuration and monitoring.12:13
l3dxany good guides/articles on this topic?12:13
UndiFineDl3dx, did you look at freenas or something similar ?12:27
l3dxyes I've had a look at freenas12:37
l3dxbut to me it didn't seem like it is possible to install additional software12:37
l3dxlike Tomcat12:37
l3dxalso, I want to be able to run X (don't know yet if I will use it as a htpc as well)12:43
UndiFineDbrowse a bit through synaptic, using search terms etc, there are many webbased managers and monitors12:46
l3dxis ZFS supported in ubuntu?12:47
RoyKl3dx: with zfs-fuse, yes12:51
UndiFineDit cn be done through fuse-zfs, but not sure how that will work12:51
UndiFineD:p12:51
RoyKl3dx: but performance isn't very good12:51
RoyKUndiFineD: it works12:51
RoyKseems zpool version is up to v23 on Maverick, which is good12:52
RoyKjust don't enable dedup12:52
RoyKand don't enable dedup12:52
RoyKhm... I have this 10TB test box at work - I guess testing zfs-fuse on that should be worth a try :)12:53
RoyKl3dx: if you want zfs, go for openindiana or solaris 11 express12:54
RoyKboth will allow for custom software, but installing stuff like tomcat might be done manually12:55
RoyKl3dx: freebsd also has native zfs12:55
l3dxguess I will have to play around with them12:58
RoyKpersonally I'd recommend openindiana12:58
* RoyK is using openindiana on some new 110TB units12:58
l3dx:)12:59
RoyKthat's a truckload of drives :)12:59
RoyKraw storage 320TB, net storage 2x110TB12:59
l3dxnice13:00
l3dxdon't know if you remember helping me with a system freezing (you suggested determining if it was a hard hang)13:00
l3dxturns out it's the MB that's defect13:01
l3dxit won't even start anymore13:01
RoyKoh13:01
l3dxso I'm browsing for new hardware :)13:01
RoyK:)13:01
l3dxhave already spent way too much time on it13:01
l3dx:D13:01
RoyKjust rememmber - if you want to run zfs, you'd _really_ want a 64bit system, and 4 gigs of memory+13:02
RoyKzfs is a little hungry on the memory side13:02
l3dxnoted13:02
l3dxbut the old system was running raid1+encryption on the system disk..feels a bit stupid right now13:02
RoyKthe reason I say Don't Use Dedup, is that it requires hilarious amounts of memory and/or l2arc13:03
l3dxhow can I get it mounted in a different computer?13:03
RoyKshould be doable if you have the password...13:03
l3dxsure13:03
RoyKLVM or MD?13:03
l3dxlvm13:03
l3dxor..hm13:04
RoyKthen lvm should detect the attached drives13:04
l3dxI had one raid1 and one raid513:04
RoyKtype 'lvs'13:04
l3dxunsure if both are LVM13:04
RoyKIIRC LVM doesn't support raid513:04
RoyKthat'll be MD13:04
RoyKyou might run lvm on top of md, though13:05
ruben23guys any suggestion i want to create a file server on my hosted server-  with a couple of client connecting on it with folder permission13:14
l3dxwith two ram slots, should I buy on 4g or two 2g? I'm thinking 1x4 to be able to expand later on, but is dual channeling a big loss? or am I completely lost:P13:14
UndiFineDbuy 8 gb and be happy :)13:15
l3dxd'oh13:17
l3dx:)13:17
l3dxanother semi-stupid question: is it possible to swap disks while the system is running? without a hot-swap bay13:20
RoyKl3dx: usually the memory bus is wide enough to utilize both slots, so get two modules13:20
RoyKl3dx: the SATA connectors are made to support hotswap, so if the driver supports it, it'll work fine13:21
RoyKl3dx: btw, I googled a little about zfs-fuse and the performance seems to suck quite badly13:22
l3dxah13:24
l3dxI've no experience with zfs, I only read that it was quick and self-healing13:24
l3dxso it  sounded like a good choice13:24
RoyKI've been working with zfs in quite large setups for a year and a half (or so) and I can recommend it13:25
RoyKwe have a box that's been running stably for more than a year on an oldish opensolaris install with 50TB of storage - on WD Green drives13:26
RoyKI really wouldn't recommend those drives, but still, it works13:26
l3dx:)13:26
RoyKWD Black or Hitachi Deskstar both spin on 7k2, which is better13:26
l3dxI have no experience with neither freebsd or opensolaris13:26
RoyKfreebsd zfs version is _old_13:27
RoyKso better try openindiana (opensolaris is dead)13:27
RoyKl3dx: http://zfs-fuse.net/issues/37 <-- about zfs-fuse performance13:29
RoyKmight not be that bad after all13:29
RoyKanyway - I'd recommend trying OI first - it won't hurt13:30
l3dxdownloading openindiana now13:30
RoyK:)13:30
l3dxgoing to try it out in virtualbox first13:30
RoyKgood idea13:30
l3dxanyway, I need to order new hardware for my homeserver first of all :o)13:30
RoyKhow much storage do you plan on this one?13:31
l3dxcurrently I have 4x500gb disks I plan to use13:32
l3dxbut later on I will most likely upgrade the disks13:32
RoyKzfs has a nifty feature in that if you replace the drives one by one and resilver the pool after changing each of them, it'll grow to fill them all13:32
RoyKonce all are replaced, that is13:33
RoyKl3dx: also, use a separate system drive13:34
RoyKa usb plug will probably do13:34
RoyKOI can't boot from a raidz volume, and the rpool can't contain more than one drive (or two or more in a mirror)13:34
RoyKl3dx: I'll be setting up a similar system for my brother for christmas - 5x2TB in a RAIDz2 as a file server :)13:53
RoyKs/z2/z/13:53
l3dxRoyK: nice!14:02
RoyKspoiled a little of the surprise when I told him, but I want him to get the mobo, cpu etc, then I can just get the drives and install the system for him14:04
RoyKa 6TB fileserver will be something he can live with for some time, even with his nerdy things about downloading horror movies14:05
l3dxbased on OI?14:05
RoyKyeah14:05
l3dxwhat about PS3 streaming?14:06
l3dxas in streaming to a PS314:06
RoyKshouldn't be a problem so far as the PS3 supports standard protocols like SMB/CIFS/NFS/FTP/HTTP/whatever14:06
RoyKok... small test on OI here in a VM. 8 virtual disks attached, 1GB each. create a raidz2 with a spare on the lot, and fill up a gigabyte or so with garbage. shut down the VM, remove two virtual disks and rearrange the others.....14:08
l3dxI think ps3 uses DNLA (or similar)14:10
RoyKit can probably do streaming over 'normal' protocols as well14:10
l3dxhttp://code.google.com/p/ps3mediaserver/ I've been using this with ubuntu14:11
l3dxmight work with OI as well14:11
mdeslaurI use mediatomb with my PS314:11
l3dxmdeslaur: will have a look14:14
l3dxRoyK: I only get a grub> screen when booting14:14
RoyKl3dx: after installing??14:14
l3dxwhen booting14:15
RoyKbooting the cd?14:15
l3dxfrom the .iso14:15
l3dxyeah14:15
RoyKthat's rather wierd14:15
l3dxseems like the download is not successful14:15
RoyKmake an md5sum of it14:15
l3dxI downloaded the torrent and pointed it to the same location. started on 65% :)14:16
l3dxafter a re-check14:16
l3dxno wonder why it didn't work14:16
l3dxRoyK: know anything about when OI will become stable?14:28
l3dxas in a stable release14:28
RoyK2011Q1 they say14:28
l3dxok14:28
=== niko is now known as Guest18559
RoyKl3dx: it's still stable enough for production as of now14:33
RoyKl3dx: there are some issues with lsi-sas2 and device order, but that's all I've seen (although that caused a bit of a headache, since with 160 drives in the chassis, you want to know the physical location of a drive once it fails)14:34
RoyKok... small test on OI here in a VM. 8 virtual disks attached, 1GB each. create a raidz2 with a spare on the lot, and fill up a gigabyte or so with garbage. shut down the VM, remove two virtual disks and shuffled the others..... Rebooted into the system, can't read testpool, removed /etc/zfs/zpool.cache, rebooted again, imported testpool without the two drives lacking, powered down the VM, added the missing drives, booted the system again, res14:45
RoyKilver starting, one more drive found, but not all, let the resilver finish, removed /etc/zfs/zpool.cache, rebooted and re-imported the pool, no data corruption....14:45
RoyKl3dx: did you get it up running?14:48
l3dxyes :)14:49
l3dxI just booted the live env14:49
RoyKjust remember, solaris isn't linux, things are done differently here and there14:50
l3dxwhat are the main differences?14:55
RoyKl3dx: litt things like the old sysv startup is more or less abandoned and files are sometimes placed other places than on linux14:56
RoyKyou'll get used to it14:56
RoyKI just use OI (or solaris) for storage plus some database servers14:57
l3dxok14:58
l3dxlooking forward to try it out as a multi purpose home server ;)14:59
RoyKl3dx: for a multipurpose home server, at least if you plan to install a truckload of application services on it, ubuntu is likely to be easier to setup15:00
l3dxYes, sure15:03
l3dxI don't think it will be a truckload15:03
RoyKthat's why I use ubuntu for general purpose servers and OI for storage15:04
l3dxbut as storage will be its main purpose, do you still suggest trying out OI first?15:05
RoyKyes15:05
RoyKyou can probably run a virtualbox VM for the rest if you're in need for ubuntu15:05
RoyKwith 4 gigs of RAM, half a gig for an ubuntu VM won't hurt much15:06
* RoyK loves virtualisation15:06
l3dxvirtualisation is nice15:11
RoyKl3dx: I've seen some rather nasty bugs with virtualbox on opensolaris, but haven't tested it on OI - also, those bugs were only on one system, bugs filed and rejected, so I don't know if it was a single incident. For a home system, I'd use OI as the host with zfs and then run vbox VMs on top of it if it turns out to be hard to install the stuff you need natively on OI15:13
ehcahIf I've disable NAT on my gateway and want use Ubuntu Server as a router (besides enabling the second NIC), what other service do I need to add other than DHCP, Bind and enabling my routes.15:14
RoyKl3dx: btw, those bugs made the system hang, no data corruption, so even if they're still there, it should be safe15:14
RoyKehcah: iptables NATing15:14
l3dxRoyK: ok. nice to know15:15
RoyKehcah: and make sure ip forwarding (routing) is enabled - google for iptables nat15:15
ehcahRoyK:  thank you.15:15
l3dxhm, how likely is it that a mITX MB will fit in a ATX chassis?15:21
RoyKl3dx: mini itx?15:58
RoyKl3dx: if it doesn't fit, use some gaffer tape :D15:58
l3dxyes15:58
l3dxhehe :)15:58
RoyKl3dx: it'll probably fit15:58
l3dxhope so15:59
l3dxwant do delay buying a chassis15:59
l3dxand use the old one for a while15:59
RoyKAtom cpu?15:59
RoyKif so, make sure it's 64bit15:59
RoyKSolaris can't address disks > 1TB on 32bit16:00
CsmgiwHey does anybody know Grub Rescue?16:02
l3dxRoyK: no, thinking of i316:02
CsmgiwMy laptp just stopped working and only brings me to this screen16:02
RoyKl3dx: ok16:02
RoyKl3dx: I just thought atom as many mini itx boards come with a cpu soldered on16:02
CsmgiwAnybody?16:03
l3dxyes, but not the one I've been looking at16:03
RoyKCsmgiw: laptop with ubuntu server?16:03
CsmgiwErm ubuntu desktop 10.10.. I used wubi to install16:04
RoyKCsmgiw: try #ubuntu16:04
CsmgiwThanks royk16:05
RoyKl3dx: i3 should be quite sufficient for a file server16:06
* RoyK just ordered a new macbook pro 17" with an i7 :D16:06
l3dxsweet16:06
RoyKI've been trying to make my boss understand that, no, I don't want no HP shit, I want a mac, and finally he gave me permission to get one :)16:07
l3dxwe use HP at work too. but now I'm soon starting in a new company, and I'm crossing my fingers for a macbook pro, or at least something else than HP ;)16:08
RoyKI'm still with my soon-to-be 4YO MBP16:09
RoyKstill works well, although the monitor is a little patchy and it looks, well, used16:10
l3dxI think it's quite funny that my old acer aspire with a DualCore cpu is more comfy to work on than my brand new i5 HP16:10
l3dxguess corp-ware is mostly to blame16:10
RoyKso long as you have a decent OS on it, even 5YO laptops work well16:11
RoyKdecent OS != windoze16:11
l3dxI think win7 is very nice, but we're stuck with winXP16:11
patdk-laproyk, you don't think win2k would run pretty fast on it? :)16:12
RoyKwin7 is the best windoze version I've tested, but then, I don't really like windoze - taste means a lot16:12
* RoyK hands patdk-lap a WinME CD16:12
l3dx:D16:13
patdk-lapyuk16:13
RoyKwe still have a few win2k servers _in_production_ at work16:13
l3dxI wonder if anyone still has a winME computer running16:13
patdk-lapya, and didn't win2k security patchs stop awhile ago?16:14
RoyKand DOS and NT4 and even a couple of VMS machines16:14
RoyKpatdk-lap: some time back, yes :)16:14
l3dxRoyK: is OI using some kind of package system?16:14
RoyKl3dx: yes, pkg install .....16:15
l3dxthanks16:16
RoyKl3dx: there is also #openindiana if you want to ask platform specific questions16:21
l3dxRoyK: I've already thought of it, but I didn't bother joining..but I did now ;)16:22
=== Amgine is now known as perp
=== perp is now known as Amgine
=== mrmist is now known as Guest38564
=== Mr_mist is now known as mrmist
=== unreal_ is now known as unreal
=== WaVeR` is now known as WaVeR
=== Mr_mist is now known as mrmist
=== L is now known as Guest74587
=== 30BAAH79P is now known as timo
=== _Techie_ is now known as Guest40405
=== jenkinbr is now known as Guest9149
=== nigelb is now known as Guest81825
=== Mr_mist is now known as mrmist
IrishWristwatchgood morning18:56
=== IdleOne_ is now known as IdleOne
=== __Techie__ is now known as _Techie_
=== lifeless_ is now known as lifeless
=== yann__ is now known as Yann2
=== Datz_ is now known as datz
=== mrpara is now known as mrparanoid
RoyKGuten Abend20:23
uvirtbot`New bug: #682219 in nagios-plugins (main) "Please merge nagios-plugins 1.4.15-2 (main) from debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/68221921:01
=== unreal_ is now known as unreal
=== Nafallo_ is now known as Nafallo
Datzhumm, what can I do about a frozen screen session of irssi?21:40
DatzI killed the screen session, but it remains frozen in the tty21:40
Datznevermind21:42
=== mattt_ is now known as mattt
_Techie_does anybody in here know how to setup a tv tuner card to be able to be used on the network21:59
RoyK_Techie_: I think mythtv has some about that22:03
RoyKbut it's not really a general ubuntu server thing22:03
qman__yeah, your options are basically a myth backend/frontend setup, or a V4L stream22:03
_Techie_just thought id ask as im going to be doing it ona buntu server box, and maybe someone in here has done it before22:03
qman__never actually done either22:03
RoyKI guess the mythtv people will help more22:04
RoyKno offence, but I have no friggin' idea22:04
RoyKthat is, vlc can proabably do it22:04
RoyKbut the exact config isn't my thing (anymore)22:05
_Techie_its only an idea at the moment22:05
RoyKffmpeg can also do it22:05
RoyKgrab a DVB stream and multicast it on the network isn't very hard22:06
qman__I tried to set up a myth-based HTPC, but I couldn't get video acceleration on my hardware22:06
RoyKor is this analogue?22:06
qman__had to settle for windows22:06
_Techie_analogue22:06
RoyKI think ffmpeg can do that22:06
_Techie_i wish i could have used DVB, but we dont have DVB streams in my area22:06
_Techie_only analogue and sat22:07
_Techie_and sat cards are damn expensive22:07
qman__I have cable, but it's all encrypted22:07
RoyKI'd try ffmpeg if working on the commandline22:07
qman__can only get over-the-air channels in digital22:07
RoyKqman__: that's DVB-T22:07
qman__useless cable box and even more useless proprietary cablecard junk22:08
RoyKDVB comes in C, S and T (cable, satellite and terrestrial)22:09
dragoon123Hi, I was in here last night try to resolve a network issue on my ubuntu server machine, It's speed seems to be limited for some reason22:49
dragoon123It is a dual boot with windows as well, speeds are fine on that partition it is just the linux part that is not working correctly22:49
dragoon123any ideas on what might be causing the limited speed?22:50
RoyKdragoon123: it's a little hard to tell with so little info - is this nfs or cifs? single disk? which filesystem? what is the system load?22:52
dragoon123its a single disk with two partitions ntfs + ext4(linux)22:54
Guinness2702Can I / How do I upgrade to the latest release (i.e. 10.10) from apt / command line?22:54
dragoon123Guinness2702: should be sudo apt-get upgrade22:55
dragoon123Guiness2702: sorry is sudo do-release-upgrade22:56
dragoon123RoyK: The system load is 0.2622:56
Guinness2702dragoon123, Ahh, I read that, and it talked about running a tool, so I assumed it needed a GUI22:56
RoyKGuinness2702: do-release-upgrade22:58
RoyKoh22:58
RoyKsomeone said that22:58
dragoon123RoyK: Can I provide you with anymore information to help me figure out what may be the problem?23:00
RoyKthe data you're shareing, is that on ntfs or ext4?23:00
dragoon123It is the ext4 partition (ubuntu-server) that is experiencing the slow network, limited speed issues23:01
RoyKnfs or samba or what?23:02
dragoon123I ran mii-tool on my connection and it reported full duplex so I am unsure where the problem maybe23:02
RoyKnfs or samba or what?23:03
dragoon123I have tested the connection by downloading a file and transfering files on LAN both resulted in max speed of 1.8 MB/s, I have no idea what nfs or samba is23:03
RoyKwell, how do you download the file?23:04
dragoon123with aria2c, http protocol23:04
dragoon123and for LAN transfer i use sftp23:04
RoyKand during transfer, if you run top, is there a load issue?23:05
dragoon123nope23:05
RoyKsorry, can't help you, then. 1.8MB/s seems to me like DSL speed - check the nic for corrupted packages (snmp stats)23:07
dragoon123ifconfig reports not dropped package hmm23:08
pmatulisdragoon123: consider connecting directly to another machine and perform some tests transfers.  this would isolate the LAN itself as part of the problem23:09
dragoon123pmatulis: I have resulted in max speed of 1.8MB/s23:10
dragoon123But when I reboot the server machine into windows the speeds are  maxed out to 11.8MB/s23:10
dragoon123So something on the linux partition is limiting somewhere23:10
dragoon123any other ideas?23:14
april__dragoon: why do you use sftp for lan transfers? (forgive my noobness)23:39
dragoon123april_: I have vsftpd running on my server so i just use that23:43
=== NG_ is now known as ng_
JanCvsftpd does not do SFTP though, only FTPS  ;)23:45
=== ng_ is now known as NG_

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