search for: supposed

Displaying 20 results from an estimated 30901 matches for "supposed".

2008 Jun 09
4
roaming user profiles do not transfer all settings
...local user account on a client machine and then joined that machine to the domain. i then logged in as domain administrator and copied the user profile from the local machine to the server. if i login with this user account (now the domain account) from another machine, i can see the files that are supposed to be there but everything else like the wallpaper, shortcuts, and windows styles are not correct.... is roaming profiles supposed to work like this??? or are you supposed to have the EXACT user settings no matter what machine you log onto???
2011 Mar 08
3
This is supposed to predict a time series?!
Hello, I just ran the predict.StructTS function using the AirPassengers data and got a ridiculous result. Here's what I ended up with: http://24.210.155.111/PredictWhat!.pdf Who wrote this? Am I seriously supposed to think this function would accurately predict a time series? -AnalogKid
2004 Jan 23
1
[jerry.seutter@pason.com: Is rsync supposed to resume?]
Retrying with the _correct_ address this time. *blush* ----- Forwarded message from Jerry Seutter <jerry.seutter@pason.com> ----- Date: Fri, 23 Jan 2004 10:01:47 -0700 From: Jerry Seutter <jerry.seutter@pason.com> To: rsync@list.samba.org Subject: Is rsync supposed to resume? User-Agent: Mutt/1.2.5.1i Hi, I recently got caught out by the behaviour in rsync and am not sure if it is a bug or not. I was running rsync like: rsync -avz -e ssh --progress <source> <destination> The source was a directory structure. Partway through the transfer I...
2011 Oct 28
3
Is active record 3.1.1 supposed to be threadsafe?
Hi There Is active record 3.1.1 supposed to be threadsafe? In other words, should the following (concurrent access to a model) work? Thread.new do MyModel.where(some_condition).first end Thread.new do MyModel.where(some_condition).first end I ask because upon the answer, it depends which component should handle synchronization, and in c...
2008 Apr 22
3
Installed Rails, problem with 1st Application
...e your application Create your application skeleton and start the server: rails path/to/your/new/application cd path/to/your/new/application ruby script/server You''re running Ruby on Rails! Follow the instructions on http://localhost:3000. """ i dont get exactly what im supposed to write there. 1.the location of rails on my harddrive C:\ruby...or what? 2.how do i write cd.. cd.. cd cat in one command? if thats what im supposed to? 3. this i dont even get? and is this supposed to be written in the Scite-editor then laucnhed from cmd? and does it matter if i use / or \ in...
2010 Nov 17
2
Looking up the directory a file is located in
Hello everyone, This should be an easy question, I think. I'd like to write a command in a program to set the working directory to whatever directory the file is currently stored in. Suppose I have a file called "myRscript.r", and it's stored in "C:\Rprojects\myRscript.r", and it references other R scripts and data files in the same directory. If I enter the
2019 Aug 28
4
[OT?] W10, SYSTEM, guest access.
...ss enabled, where only readonly access are needed. Suppose also to spawn a SYSTEM shell (psexec -d -s -i cmd). What we note is that: a) win7 client NOT joined to the domain access the share as SYSTEM in guest mode. b) win7 client joined to the domain access the share as SYSTEM in guest mode (supposed). c) win10 client NOT joined to the domain FAIL to access the share as SYSTEM (normal user can access the share). d) win10 client joined to the domain access the share as SYSTEM using the machine account (verified). This happen seems at the same way in ''NT like'' and ''...
2013 Nov 09
4
[LLVMdev] Loads moving across barriers
...enault > <Matthew.Arsenault at amd.com> wrote: > > > Both of these I think sort of went in the wrong direction and > > talked specifically about the semantics of the atomic instructions > > (fence in particular), which isn't the real question. Is noalias > > supposed to mean that no other thread can also have a copy of the > > pointer it also modifies? My guess at what was happening is that > > since the parameter is noalias, the assumption is there is no > > possible way for the side-effecting function to modify the > > pointer. The sec...
2014 Aug 07
2
[LLVMdev] Prevent clang from replacing code with library calls
...iled with the following cmd: >> arm-linux-androideabi-clang myMemcpy.c -S -fno-builtin -o0 >> It still produces assembly with a call to "memcpy". Maybe the -fno-builtin >> is broken also in the latest release. > It's not broken. Even freestanding implementation is supposed to > provide mem* functions. > It’s also supposed to be possible to write a memcpy() implementation in C without the compiler’s idiom recognizer just transforming it into a call to the system memcpy(). -fno-builtin is supposed to be how to do that, right? -jim
2015 Nov 06
2
Repeated application of optimization passes
Within the LLVM pass manager infrastructure, suppose we have two transformation passes, pass A makes some improvements, then pass B does likewise, but this creates opportunities for pass A to create further improvements (e.g. suppose B was function inlining) so it's desirable to run A again. How does the LLVM pass manager currently deal with this? -------------- next part -------------- An
2006 Oct 09
3
How could acts_as_taggable work with ferret?
Suppose that acts_as_taggable need three models: Tag, Tagging, Article Could tag search be realized using acts_as_ferret? Suppose tags:"a","ab","abc",If i wanted to get all the articles with tag name including "a", Could ferret satifisy this requirement? -- Posted via http://www.ruby-forum.com/.
2010 Aug 20
5
tools one could to use to troubleshoot for Apache
Have a question , Suppose i had a client tell me that he can access the web page but it takes long time to view the pages the website is a static website ( suppose this website does not server dynamic data or does not connect to a database )... what would one check other than : the server load ( cat /proc/loadaverage ) , the Apache logs , the number of client connection ( netstat
2011 Jan 21
4
[LLVMdev] How to extend llvm IR and frontend?
Hi all, Hypothetically, suppose I have a generic system with multiple address spaces such that each address space is accessed using different instructions. Now suppose, I wanted to add a new keywords 'foo' and 'bar' to the front of c variables and function return types such that the following would be valid: foo void* a; foo void* somefunc(){...} bar int b; int somefunc2(bar
2017 Oct 09
6
PJSIP, NAT and STUN/ICE
I'm quite new to Asterisk and using Asterisk 13 on FreeBSD current. Asterisk is behind a NAT router, the physical setup is very much a trivial one. The Asterisk PBX is supposed to act as the telephone gateway for several VoIP/SIP phones. I'm using throughout pjsip as configuration, I have no experience with chan_sip since I started recently using Asterisk for several SoHo and lab's projects. So be alarmed, there may come some noobish questions. When planning and...
2007 Dec 06
6
Need a sendmail help mail list
I have a sendmail question. Can someone point me to a list appropriate to get some sendmail.mc help?
2015 May 13
2
"Retransmission Timeout" results in dropped calls after 32 seconds
Andrew Martin wrote: > ----- Original Message ----- <snip> > > > Most noteworthy is that the phone seems to send the OK for cseq 103, but it > seems that the asterisk server never received this OK, which is why it kept > re-transmitting the INVITE (103). Is this OK supposed to go to the asterisk > server, or to the other phone? If it is supposed to go to the asterisk server, > I suppose the explanation could be network turbulence prevented this OK from > getting back to the server - does this seem like what happened? If so, what > should be happening diffe...
2008 Apr 19
3
Feature Request External label resolution
One of the things I'm coming up against. Maintaining a non-small web site with many internal links is a pain. Consider: Suppose that at one point I have site/ Images Business Home ... Later the site gets more complex, and Images has a bunch of sub directories. site/ Images header_rotate inventory_pix misc Business Home When this happens I have to
2004 Sep 10
3
continuous play between tracks
hello, i noticed that when i play flac files with xmms there is a gap between tracks, even on a continuous cd. is this supposed to happen? i thought that the file format was suppose to allow continuous playback. my first thoughts were that the program i used to rip (cdparanoia) was to blame. i uncompressed the flac to wav and spliced it together only find it playing correctly. my next intuition was that it had somethi...
2008 May 24
5
Simulating the p-value of a test statistic
Dear Friends, I want to know if any one could give me help on this. Suppose you want to simulate the p-value of a test statistic but you do not know how the distribution of the test statistic, how can one simulate the p-value. It will be helpful to get an example code in R on this Respectfully Submitted, Clement
2013 Nov 08
0
[LLVMdev] Loads moving across barriers
...i Matt, On Nov 8, 2013, at 1:14 PM, Matt Arsenault <Matthew.Arsenault at amd.com> wrote: > Both of these I think sort of went in the wrong direction and talked specifically about the semantics of the atomic instructions (fence in particular), which isn't the real question. Is noalias supposed to mean that no other thread can also have a copy of the pointer it also modifies? My guess at what was happening is that since the parameter is noalias, the assumption is there is no possible way for the side-effecting function to modify the pointer. The second thread brings up an ambiguity in the...