search for: foloow

Displaying 12 results from an estimated 12 matches for "foloow".

Did you mean: follow
2008 Nov 11
7
problem starting mongrel server
Hi, I am newbie started learning ruby on rails i had an application which used to run pretty well latter i upgraded from webbrick to mongrel 1.1.5 then I am getting the foloowing errors and a default application runs on port 3000 by name iphone configuration utility i am unable to attach the screen shot as it is saying file to large. Error which i get in terminal is listed below => Booting Mongrel (use ''script/server webrick'' to force WEBrick) =>...
2008 Nov 11
1
Problem Starting Mongrel
Hi, I am newbie started learning ruby on rails i had an application which used to run pretty well latter i upgraded from webbrick to mongrel 1.1.5 then I am getting the foloowing errors and a default application runs on port 3000 i have attached its screen shot as an attachement and error which i get in terminal below => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call...
2004 Apr 06
1
More Q's about theora...
...ount that the video and audio can't be out of sync by ? ie can you go 10 seconds worth of video... 10 seconds worth of audio etc. Is the general consensus that it should be more than one page out of sync... ie a page of video which ends after the granule pos of the last page of audio... must be foloowed by pages of audio until the time of the audio exceeds the time of the last page of video etc. Thirdly, what granule pos goes on a page that has no packets completing on it... ie a packet starts on page 1, runs all the way through page 2 and completes on page 3... what granule pos goes on page 2....
2023 Oct 25
1
Linux/Windows Domain Controller
...test \ ?? ?--disable-cups I ran make quicktest with no resulting issues. I generated a ticket with kinit administrator which worked as expected. Afterwards I tried to join the domain with: samba-tool domain join mydomain.special.de DC -U"mydomain\administrator" Which resulted in the foloowing already known error: INFO 2023-10-25 11:56:33,488 pid:403032 /usr/local/samba/lib/python3.10/site-packages/samba/join.py #106: Finding a writeable DC for domain 'mydomain.special.de' INFO 2023-10-25 11:56:33,505 pid:403032 /usr/local/samba/lib/python3.10/site-packages/samba/join.py #...
2010 Mar 13
0
PBX_DUNDI question
hello All, what could be the problem in dundi lookup *pbx_dundi.c:4109 dundi_result_read: Result number 1 is not valid for DUNDi query results for ID 879!* though it should return some results , it failed in getting those . foloowing is my DIALPLAN exten => s,n,Set(ID=${DUNDIQUERY(${NUMBER},priv,b)}) exten => s,n,NoOp(DUNDI-QUERY-ID [ ${ID} ]) exten => s,n,Set(NUM=${DUNDIRESULT(${ID},getnum)}) exten => s,n,NoOp(There are [ ${NUM} ] dundi results) regards Dhaval -------------- next part -------------- An HTML at...
1999 Jun 10
0
SAMBA partial digest 2125
Hi! I have just installed Samba 2.0.0 on a Sun server running Solaris 2.6. Everything works fine on the server, but not when I try to connect from a PC running Win98. I foloowed the steps in "Diagnosis.txt" and everything is fine until I try Test 8, namely to run the command "net view \\servername" on the PC client. I then get a wrong password error ("Error 86"). I've double-checked that I log in to Windows using the same username and...
2023 Oct 30
1
Linux/Windows Domain Controller
...ke quicktest with no resulting issues. > > I generated a ticket with kinit administrator which worked as expected. > > Afterwards I tried to join the domain with: > > samba-tool domain join mydomain.special.de DC -U"mydomain\administrator" > > Which resulted in the foloowing already known error: > > INFO 2023-10-25 11:56:33,488 pid:403032 > /usr/local/samba/lib/python3.10/site-packages/samba/join.py #106: > Finding a writeable DC for domain 'mydomain.special.de' > INFO 2023-10-25 11:56:33,505 pid:403032 > /usr/local/samba/lib/python3.10/...
2006 Dec 04
3
uninitialized constant Product
I am actually following the instructions/code snippets from "Agile Web Development with Rails" and got as far as page 73 where I did ruby script/generate controller Store index, then edited store_controller.rb to class StoreController < ApplicationController def index @products = Product.salable_items end end and product.rb to: def self.salable_items find(:all,
2023 Oct 19
1
Linux/Windows Domain Controller
Am 18.10.23 um 23:27 schrieb Matti Kaupenjohann via samba: > Yes I've red this section and the docu is saying no FL above 2008. Might > be caused by incompleted docu? So far I understand if we don't use >4.19 > we will not be able to use FL 2016 which is necessary since our DC WIN22 > is configured as FL2016? Yes you MUST usee 4.19 ;-) > > On 18.10.23 19:10,
2003 Apr 09
1
HTB Question
Hi Stef, Sorry to write to you directly but my list membership is not working, I receive the archive but cant send to the list, cant delete myself because I don''t exist and can''t rejoin as they say I do exist, anyway hope you don''t mind Can you tell me what the difference between these two scripts is please. What I want to achieve is a high speed channel 1000kbit from
2009 Jan 13
5
If...while...or what else??
Dear R users,I come to you with a quite silly question I think, but I hope you can answer me... That is, I've got some problems in using the if and while conditions in a loop. Substantially, I want to select rows in a dataset depending on an index variable (suppose it ranges from 1 to 5), so to make a specific analysis (homemade of course) on thie new dataset. Mi first tought has been to do a
2018 Aug 17
4
Replication -O3 optimizations manually
Hi, Stefano I also have the problem as described by Emanuele. You say that clang schedules target-independent and target-dependent passes. However, when I use lli to execute bitcode generated by opt with -O3 or with the same optimization passes as -O3, the performance are still different. So, are there some special operations by -O3 option? I read the source code of opt, but I cannot find the