Displaying 5 results from an estimated 5 matches for "webct".
Did you mean:
webcl
2003 Dec 18
3
long startup times for large file systems
Howdy,
Rsync has been churning away for 45 mins, presumably bulding an in-core
list of files to be copied to the destination. This is a very very large
filesystem we are copying locally - approximately 4.2million files
(WebCT). The resident process size for rsync has grown to 72Mb. - is
this normal behaviour for a file system this size, and does rsync have
the ability to handle such a large number of files? The filesystem size
is relatively modest - 20gb. or so, but the millions of small files
might explain while i...
2005 May 10
1
Problem compiling Icecast on RedHat
...>
Karl,
Your guess appears right. when I run configure with the "--without-curl" I
get a successful compile. And that may be fine. I'm not sure what exactly
the YP directory service is that I can not implement without curl. What we
are streaming is educational audio media via WebCT, which is an on-line tool
for distance learning, and everything has specific URLs. That noted, should
I even care about YP.
--
Rob Tanner
UNIX Services Manager
Linfield College, McMinnville OR
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type...
2005 May 10
2
Problem compiling Icecast on RedHat
> new one on me, we don't use fstat directly, but some shared lib (DSO) is
> referring to it and that is why this is showing up. I suspect one of
> the dependant libs has been built on another system
> (linker/compiler/libc etc) where the fstat symbol was handled
> differently.
>
> karl.
We don't? I thought fserve used it? Or did I use stat directly?
Mike
2002 May 09
1
user nobody can print on a non-public printer?
...smb.conf sections looks like this:
[print$]
path = /usr/local/var/samba/printers
public = no
browseable = yes
read only = yes
write list = administrator, root
[printers]
comment = Printer running on Debian GNU/Linux
valid users = @printing
printable = yes
[WebCT]
path = /usr/local/var/samba/printjobs
valid users = @printing
print command = /usr/local/maroonsys/smb_print_wrapper /usr/local/var/samba/printjobs/%s %m %u %T %p >> /tmp/wrapper_errs
printable = yes
--- snip
This is a problem, since 17 pages have been print...
2008 Dec 21
1
Form issues : partials + AJAX vs simple JS / separate views + form_fors vs one view and fields_fors
...o create
college courses. An identified user (logically a faculty member)
completes a form indicating the name of the course, the professor in
charge, the course''s code, the date and place, the possible
coprofessors and TAs and the type of website he or she wants to use as
a teaching help (WebCT, Sakai, etc.).
I have two problems about what I''m doing.
First of all, we can have from 0 to inf coprofessors and TAs.
Therefore I need to be able to add fields to my form dynamically. I
know it is possible through pure Javascript with DOM but most websites
and books about Rails tend to...