/srv/irclogs.ubuntu.com/2010/02/22/#edubuntu.txt

joergeverybody sleeping here?00:00
joergmaybe I should give you something to discuss ;)00:01
joergsome of you know that I am trying to implement that portal server for schools00:01
joerganyway this is more a general question00:01
joergabout files and directories.00:01
joergit happens that a student or teacher wants to share files with others.00:01
joergthis is possible in a very static way: an admin creates a group for "Course 12 - Biochemistry" for example, creates /group/biochem and sets rw permissions for the group to it.00:02
joerghow could we do that in a more dynamic way on a unix like platform?00:03
joergI mean: a teacher or student should be able to found an interest group of a bunch of other users and himself and share files with them.00:03
joergwithout needing to ask an admin to add a system group and a folder and set the required permissions00:04
joerghave u got any ideas/thoughts? I have posix acls in mind, but never really played around with that.00:04
sbalneavIf you're talking about storing on an actual unix filesystem, there's no real way to get around adding groups, and needing priviledge to chmod directories.00:20
sbalneavIf you want to dynamically add files into a database, store them as blobs, then provide access to them through a web page, that can be more dynamic.00:21
sbalneavYou could also possibly provide access to the files in a unix-like filesystem manner through FUSE, from the database.00:21
joerghe he00:23
joergsame thought ;)00:23
joergsbalneav, my idea was to store the data somewhere in the fs, but store the permissions in a database00:23
joergso on unix, all the files and dirs would be owned by www-data00:24
joergwhich is not that nice00:24
joergbut probably the only way00:24
sbalneavNo, I'd just store them in the database.00:25
joergand then write some fuse stuff to mount it locally and export it with sftp or whatever00:25
joergwhy?00:25
sbalneavWhy not?00:25
joerg80 gigs in a database?00:25
sbalneavI've got 450 gigs at work00:26
sbalneavPostgreSQL can handle terabytes.00:26
joergcool :)00:26
joergand how do u backup that stuff?00:26
sbalneavWe back it up with just the standard Postgres backup tools.00:28
sbalneavsnapshot off to a tarfile, then rsync to do offsite backups.00:28
sbalneavwe're getting to the point where we'd want to implement mirroring.00:28
joergdoesn't that result in one big 450 gig tar file? :)00:30
joergmost schools have these slow dsl connections so we'd need to make sure that we minimize the amount that is uploaded to the offsite backup00:31
joergbut I guess postgres can do some incremental stuff as well00:31
joergto get a tar with only the stuff that changed since yesterday or so00:32
=== mhall119|work is now known as mhall119|SCaLE8x
=== joerg_ is now known as joerg
sbalneavMorning all15:11
joergevneing15:34
vmlintuafternoon15:37
joergnautilus is doing strange things ;)15:39
vmlintujoerg: the file sharing problem is something I've come across too15:40
joergwhen mounting a webdav folder15:40
joergvmlintu, I have just implemented a basic filesystem in the database of my web app thing15:41
joergto do the file sharing stuff15:41
joergthe only remaining pain is webdav15:41
joergdavfs2 mounts it and it works15:42
joergbut nautilus doesn't want it.15:42
joergvery very strange15:42
joergactually the webdav-url is http://localhost:8000/fs/dav/joerg15:42
vmlintunautilus and webdav have always given me trouble when using apache+mod_dav15:42
joergnautilus does an OPTIONS request on that path15:42
joergthen a PROPFIND15:42
joergand after that, it does the same thing on /fs1/dav15:43
joergwhich fails because that url is not webdav enabeld.15:43
joergmabe nautilus doesn't like it if it is not the root dir of the web server15:44
joergmaybe I should ask the gnome guys?!15:46
alkisg!info icedtea6-plugin jaunty16:09
ubottuicedtea6-plugin (source: openjdk-6): web browser plugin based on OpenJDK and IcedTea to execute Java applets. In component main, is extra. Version 6b14-1.4.1-0ubuntu12 (jaunty), package size 75 kB, installed size 292 kB16:10
sbalneavHa! LTSP 5.2 made slashdot.16:10
alkisg!info icedtea6-plugin hardy16:10
ubottuPackage icedtea6-plugin does not exist in hardy16:11
highvoltagesbalneav: seen this before? http://thechive.com/2010/02/22/epic-church-in-spain-19-photos/21:51
sbalneavhighvoltage: That's Gaudi's church right?21:59
sbalneavSagrada Famillia?22:00
sbalneav(I think)22:00
highvoltagesbalneav: I don't know. aparently they started building it like, 200 years ago and it will only be finished in another 20 years22:01
highvoltage16 years, at least22:01
Lnslooks like castle greyskull!22:11

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