similar to: Couldnot open MS power point from Samba share

Displaying 20 results from an estimated 1000 matches similar to: "Couldnot open MS power point from Samba share"

2004 Apr 16
1
Another domain browse problem
Hi. We have two networks, one on Windows 2000 and another in SAMBA. I can browse the windows domain but they can't. They don't even see the domain. My smb.conf includes Domain master = Yes Preferred master = Yes Domain logons = Yes Does windows domain need to have a well working dns server? Cheers, Rafael
2010 Sep 23
1
undefined method `protect_against_forgery?' for #<ActionView
Hi guys This is a pretty tricky one. I get a "undefined method `protect_against_forgery?'' for #<ActionView::Base:0x569a3d4>" error when trying to generate a partial from ''outside'' the web site. I do this as I have a rake task that checks for changes periodically in the background, and if it then sees a change it rebuilds the partial and posts the result
2004 Aug 23
3
newb question regarding DTMF
Hello all - I'm just starting to play around w/ asterisk, and I've run into a seemingly simple problem that has really manged to frustrate me... I'm running the latest cvs version of *, and am trying to dial in to the default extention 1000 demo using x-lite. I can dial and hear the greeting no problem, but when I try and send any DTMF tones, I don't get any response. Is there
2013 Mar 09
1
snapshot-create fails with "error: Failed to open file '(null)': Bad address"
Hello. I'm not able to create a snapshot for none of my vm's running on a particular node. And i have absolut no idea where to look to solve this. Someone can point me to the right direction? hn images # qemu-x86_64 -version qemu-x86_64 version 1.2.2 (qemu-kvm-1.2.0), Copyright (c) 2003-2008 Fabrice Bellard hn images # libvirtd --version libvirtd (libvirt) 1.0.3 hn images # qemu-img
2005 Nov 25
2
Ordering problem
I have an ordering and factor problem to which there must be a simple solution! The version is R 2.0.1 (2004-11-15) on A Linux platform. A data frame H is read in from a .csv file using read.csv with as.is=TRUE. Another data frame HN is constructed from data and I want to compare two columns both named ss of the (sorted) data frames that are the same length. The problem is that HN$ss is
2014 Oct 09
2
[LLVMdev] Proposal: bindings for the Go programming language
> Importing this path would cause 'go get' to check out LLVM plus the bindings > from SVN using the mechanism described in [3]. We would check index.html > files into the www repository to support this. > > There doesn't seem to be a good way to build complex C++ projects such as LLVM > using 'go get', so there is a script (update_llvm.sh) that builds LLVM and
2008 Jun 17
4
Re: unable to access Linux HVM via xm console - Couldnot read tty from store: No such file or directory
HVM = fully virtualized. The question is, why are you using fully virtualized domUs? Why not paravirtualized (PV)? >>> On 2008/06/16 at 16:07, Rudi Ahlers <Rudi@SoftDux.com> wrote: Itamar - IspBrasil wrote: > why you''re using hvm ? its slow > > > > Rudi Ahlers wrote: >> Hi all >> >> I''m running CentOS 5.1 x64 + Xen 3.0 & I
2007 Oct 15
1
avoiding a loop?
Hi All: I feel like there must be a slick R-native no-loop way to get the counts for the entries in a factor, but I'm unable to see how. Right now I'm doing this: hn.ent<-data.frame(rep(0,length(levels(hnf))), row.names=levels(hnf)) colnames(hn.ent)<-c("count") for (lev in levels(hnf)) { hn.ent[lev,"count"] <- sum(lev == hnf) } I'm sure there's a
2013 Sep 20
1
Re: Incremental Backups
On 2013-09-20 16:05, Davide Guerri wrote: > Hi > >> hn LibVirtKvm-scripts # ./fi-backup.sh -b /opt/virt-backup-local/ -d >> serve.lordcritical >> [DEB] qemu-img version '1.6.0' is supported >> [DEB] KVM version '1.6.0,' is supported >> [DEB] Snapshot for domain 'serve.lordcritical' requested >> [DEB] Using timestamp
2009 May 26
3
ruby and MySql
Hi there - new to RoR but very excited about it indeed - I have just manged to install everything. However, when I browse to http://localhost:3000/ then click the "About your application’s environment" - from the console I get : Status: 500 Internal Server Error no such file to load -- mysql Perhaps someone can tell from my configuration what is wrong ??? What I may be missing ??
2013 Sep 20
2
Re: Incremental Backups
On 2013-09-20 15:41, Davide Guerri wrote: > Hi Thomas, Hello Davide. > I'm using this script which leverages external snapshots and > blockpull: https://github.com/dguerri/LibVirtKvm-scripts Yeah. I saw that and tried this already. But it needs to be adjusted to libvirtd-1.1.2 i think. Can you do this? I fiddled a litte bit around but wasn't realy successfull. hn
2006 Oct 13
2
loop, pipe connection, output objects
Hi all, I have the following -newbye- problem. Inside R, I am trying to process a file and creating from it many files. The file is organized in different columns, the second containing a code. I want to create as output objects, which contain only entries in a certain code range, and whose name contain the code itself. Here is my attempt indice <- (201:399) for(i in indice){ data.i <-
2006 May 02
1
pairwise.t.test: empty p-table
Hi list-members can anybody tell me why > pairwise.t.test(val, fac) produces an empty p-table. As shown below: Pairwise comparisons using t tests with pooled SD data: val and fac AS AT Fhh Fm Fmk Fmu GBS Gf HFS Hn jAL Kol R_Fill AT - - - - - - - - - - - - - Fhh - - - - - - - - - - - - - Fm - - - - - - -
2010 Jan 21
2
Updating R on Linux
I know my question has been asked many times. Please, forgive me for asking it once more. It's time to update R version. I run R on Windows, Linux, and Mac OS/X. I think I remember on Windows R comes with the un-installer. So I uninstall it first and then I install the latest version. On Mac OS I have no experience of updating R ... I think (and hope) all what I have to do is to drag R icon
2005 Mar 21
3
US pstn => voip
Hi I believe this is due to the way US phone systems work, however I'm going to ask anyway. In the UK there are several providers who provide national rate PSTN => Voip gateways which are free to receive calls on, (for the recipient), the caller pays the cost of calling. E.g 0844 0870 etc. I am looking for a US provier who offers the same sort of system. I don't call the US but I
2017 Jan 13
2
Loop identification
Good afternoon, I'm working on modifying the Mips backend in order to add new functionalities. I've successfully implemented the intrinsics, but I want to recognize a pattern like this: int seq[max]; int cnt = 0; for (int i = 0; i < max; i++) { for (int j = 0; i < 16; i++) { char hn = (seq[i] & (3<<(j*2)) >> (j*2); if (hn == 2) {
2013 Dec 12
0
Dovecot as caching proxy
Hi. I'm bin playing around with dovecot to try to setup it as a caching imap proxy. I manged to get dovecot to use both proxy=y and imapc: connections to the master server, but i haven't manged to get dovecot to cache any mails. The remote imap server is a quite hostile one, that i don't have any super/master user access to, and it only exposes imap. I've used tried both with
2014 Jan 24
1
Possible SYN flooding on port 8000. Sending cookies
Hi *Problem *- I'm running Icecast in a VM container on OpenVZ. Syslog on the hardware node (HN) shows these error messages: Jan 23 18:43:05 HN kernel: [27469893.430615] possible SYN flooding on port 8000. Sending cookies. Jan 23 21:37:40 HN kernel: [27480362.817944] possible SYN flooding on port 8000. Sending cookies. Jan 23 23:43:50 HN kernel: [27487929.582025] possible SYN flooding on
2005 Aug 24
2
Snom 360 - Message waiting and conference keys
Hi, Trying to set up these two buttons on a snom 360. The message waiting key seems to send a call to it's own number, which is obviously engaged and where you are prompted to leave another message to yourself, and the conference key seems to do nothing. Anyone manged to overcome these problems so that the conference key actually conferences, and the message waiting "retrieve"
2005 Sep 01
1
Wine Font Problem with VB app in Ubuntu
Greetings. I have been trying to run a VB6 application in Ubuntu using Wine, but it has a significant font issue. Having been successful in RedHat, where there was no problem running the Application's fonts in Wine, it is puzzling why this is not so in Ubuntu. I have followed the support messages (both archived and current) to try to correct the problem. I have installed the