search for: mup

Displaying 16 results from an estimated 16 matches for "mup".

Did you mean: map
2008 Sep 15
2
Perhaps slightly OT - Lots of spurious webdav requests.
Hello All, I am running a CentOS 4.6 file server for a small office network and I am getting a lot of strange webdav requests from one of the Windows workstations - I have not configured Webdav on the Windows host (hereafter "windows-laptop") in question. Some details - I have configured a Samba share called (say) "share1" on the CentOS server and the windows-laptop connects
2006 Dec 18
1
Upload Progress (mup.js) typo
I was using the sample_app and found out that the progress bar wasn''t changing color. It was updating the percentage but wasn''t updating the width of the status bar style... I found that the mup.js was missing and appended "px" So here it is: my first ever Merb patch! http://pastie.caboo.se/28450 cheers, -rjs- (the_mug) Blog: http://www.rosamour.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attach...
2008 Mar 30
1
Second & subsequent calls to function fails. Please help debug.
...ta, envir) subs <- eval(m$call$subset, envir) wgts <- eval(m$call$weights, envir) naa <- m$call$na.action dd <- data.frame(dd, preds.sq = predict(m, dd)^2) uf <- update.formula(formula(m$terms), ~. + preds.sq) environment(uf) <- environment(NULL) mup <- if (is.null(naa)) lm(uf, data = dd, subset = subs, weights = wgts) else lm(uf, data = dd, subset = subs, weights = wgts, na.action = naa) if (mup$rank > m$rank) { ans <- summary(mup)$coef[, 3:4] ans <- ans[match("preds.sq", rownames(an...
2007 May 14
7
Help a newb with 0.3.1
...session mixed in Rails session compatibilty on. Compiling routes.. merb init called Merb started with these options: --- :dist_root: /path/to/merb/mrblog/dist :allow_reloading: true :environment: development :merb_root: /path/to/merb/mrblog :cache_templates: true :use_mutex: true :config: dist/conf/mup.conf :host: 127.0.0.1 :show_error: true :port: "4000" :sql_session: true However any request to 127.0.0.1:4000 returns: Mon May 14 17:55:30 BST 2007: ERROR: undefined method `each'' for #<MerbUploadHandler:0x234bcfc> with nothing in the browser or in the log. Similarly...
2007 Jan 19
5
Merb Init Script
I''m trying to emulate the mongrel_cluster_ctl but it takes a -c conf_file option... meaning I can run it from anywhere as long as I tell it where the conf file is. Merb doesn''t have that capability does it? (it has an additional/supplemental config like mup.conf etc) Do I have to be under the merb_app root /path/to/merb/app/ to be able to run merb? Let me know. Thanks, rogelio
2006 Apr 20
1
Unmodified 2003/2000/FC5 on XEN 3.0.2
I can see that Windows Loads in VM and when I run in safe mode it reaches until loading multi(0)\disk(0)\rdisk(0)\partition(1)\Windows\system32\drivers\Mup.sys After this it hangs.Attached is the qemulog. Note : These VM''s are running out of a complete disk (/dev/sdb), which has working installation of Windows on it! I am running FC5 along with Xen 3.0.2 (tried unstable too) on Intel XEON VT-x server! Any help would be great! Rafiq...
2008 Mar 05
0
XP spontaneous reboot after folder rename on samba share.
...ne, it had no role in the domain. Though apparently the behavior can also manifest when logging onto a domain, that's not what was happening to me. Fix requires the hot-patch described in Microsoft KB article 906866 and a registry edit described in the article. The problem occurs because the Mup.sys driver assumes that there are no more than three filter drivers running at the same time. Mup.sys handles Distributed File System file I/O requests. If there are four or more filter drivers running (antivirus, encryption, etc), the location buffer overflows and it throws a Stop error. Thanks...
2010 Sep 21
3
Error in eval(expr, envir, enclos)
I am absolutely new to R and I am aware of only a few basic command lines. I was running a robust regression in R, using the following command line library (MASS) rfdmodel1 <- rlm (TotalEmployment_2004 ~ MISSISSIPPI + LOUISIANA + TotalEmployment_2000 + PCWhitePop_2004 + UnemploymentRate_2004 + PCUrbanPop2000 + PCPeopleWithACollegeDegree_2000 + PCPopulation.of.or.over.65.years.of.age_2004)
2006 Oct 19
8
Mongrel::HttpHandlerPlugin
Hi, I''m trying to write a file upload monitor for mongrel that uses juggernaut to alert the browser of a change. I''m writing a plugin that uses Mongrel::HttpHandlerPlugin but it looks like the only method that gets called is process and that is only when the upload has finished. I''m setting the following: @request_notify = true But I am still only getting process to
2017 Jul 01
0
fsck looping duplicate mdbox GUIDs
...7:09:24 post dovecot: doveadm(djk at tobit.co.uk): Warning: fscking index file /home/imap/djk/storage/dovecot.map.index Jul 1 17:09:25 post dovecot: doveadm(djk at tobit.co.uk): Warning: mdbox /home/imap/djk/storage: rebuilding indexes Jul 1 17:10:15 post dovecot: dsync-local(djk): expunge: box=mup-users, uid=1528, msgid=<48707D70.9070108 at optusnet.com.au>, size=3159 Jul 1 17:11:00 post dovecot: doveadm(djk at tobit.co.uk): Error: mdbox /home/imap/djk/storage: Duplicate GUID a8e15732b4f91b55414f0000f80b9cab in m.385:10102880 (size=860) and m.100:3388046 (size=861) Jul 1 17:11:11...
2007 Dec 03
2
Does Redhat have a list of changed packages in 5.1?
The information at: http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.1 is great. Does RH have something that shows what has changed with them from 5.0 to 5.1? So far I have only found: http://www.redhat.com/docs/manuals/linux/RHL-5.1-Manual/manual/doc000.html Like what release of Firefox, etc.
2008 Jan 03
1
Can''t get upload progress bar working
...b log during a typical upload of a 150 meg file on my local machine (my comments are in brackets): http://www.4l.ie/merb/merb_upload.log At this point I believe the issue lies with the @upstatus instance variable in controllers/files#progress being nil so the UploadProgress.update (javascripts/mup.js) function call in views/files/progress.js.erb is not being called, hence why nothing is happening to the progress bar. I''m working on OS X 10.4.10, ruby 1.8.4, mongrel 1.1.3 and have the various merb gem dependencies installed. Thanks in advance for any assistance. Regards, Niall...
2006 Jul 02
4
how to use upload progress?
I''m a bit confused about how to get upload progress to work with mongrel.. I''ve installed the mongrel_upload_progress (0.1) gem, but have no idea what to do with it. According to the following page: http://technoweenie.backpackit.com/pub/602283 there''s a patch (mup.diff) which seems like it patches the mongrel_upload_progress plugin The following blog entry makes it seem as though the upload_progress gem plugin is unfinished: http://weblog.techno-weenie.net/2006/6/18/rails-deployment And on the following site: http://redhanded.hobix.com/cult/mongrel0313Wi...
2006 Nov 28
34
Uploading Large (100mb+) files
I have an Apache 2.2.3 (mod_proxy_balancer) frontend server that does not have mongrel installed. It does proxy requests to several other mongrel-only servers (each running 2 mongrel processes). Each mongrel node has the same rails code-base and it''s working perfectly. However, my question is when I add an upload file form... where is it going to physically put that file? I mean since
2008 Jul 18
4
Problems with dovecot/sieve and vacation
...mail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PgczmkJcZnKNF2sIhkrPgtbt9OJaNjYVXeJ5498WjvodyiY97ZQEpTFjXoFrM3RWGI EsRDyre253LVRbBJIZses3nbJLWGCQ9aebPnJQMQr6I1dnNL8AIqB6oMjIDp43Yjlj30 muP/LU0PigmTrnsy9+k9kWEy0MRG+ehBBUgn0= Received: by 10.90.101.17 with SMTP id y17mr289500agb.72.1216396109274; Fri, 18 Jul 2008 08:48:29 -0700 (PDT) Received: by 10.90.99.17 with HTTP; Fri, 18 Jul 2008 08:48:29 -0700 (PDT) Message-ID: <ea440b1d0807180848l106e0f08pace1ab165d143ee2 at mail.gma...
2020 Jan 03
2
delayed write files errors
...ouple of hours (very randomly) FF and TH crash. In Samba log, I can see severals errors but I don't known if this concerns the problem . Errors you can find at the end of this email. In viewer events of Windows, there are severals errors about delayed write file. For example : ?? ?\Device\Mup ?\\fileserver\users\user\.system\Thunderbird\profile.default-release\favicons.sqlite-shm ?? ?\mrxsmb ?\user\.system\Thunderbird\ensim.default-release\webappsstore.sqlite-shm Errors that appear to only affect *.sqlite-shm file. But there is no reference of this files in the Samba logfile. To...