search for: questionmark

Displaying 20 results from an estimated 21 matches for "questionmark".

Did you mean: questionmarks
2006 Jan 06
1
Folder with a questionmark "?mnt1"
Hey guys, i had a folder ~/mnt1 where a smbmount was mounted in. I browsed the subnet with smbc as normal user, than my ssh connection crashed because of disconnecting my remote wlan. :-/ Now i cannot access to mnt1, even root can't. The folder listing needs a lot of time and does not list mnt1 anymore. The midnight comander (mc) shows that folder in red color with the name ?mnt1 also after
1999 Apr 30
4
german umlaute win95 client vs. Linux-Samba file server
...from the win95 client so that I can see it on the linux machine with the equal characters I've used under win95. On the win95 machine the new added file (or directory) with this special characters seems to be good, but when I'm looking on the linux machine I've file or dir names with questionmarks instead of the special characters??? I know about valid chars, character set and client code page. I've tried a lot but nothing seems to help. I've also tried a solution with validchr.exe program under dos like it is proposed in the docs from tino@augburg... Also I've changed export...
2016 Apr 15
0
R stops responding/communicating in for loop (lengthy description of issue)
...;d like some feedback if there are easier ways to do this): First I start the program with the UDP interface Then I start socat ___________________________________________________________________ test=c(1:50) frequency=c(5+(1*1:500)) response = c(1:500) number=c(1:500) dBm=0 newline=('\n') questionmark="?" out=fifo("usbsoft",open="w") volt=file("/dev/ttyUSB0",open="r+w") for(j in test){ writeChar("set freq 6.0000",out) Sys.sleep(1) for(i in number){ print(frequency[i]) #used to determine where the loop stops writeChar(ques...
2023 Jun 05
1
Qustionmark in permission and Owner
Hello, I have a strange problem on a gluster volume If I do an "ls -l" in a directory insight a mountet gluster-volume I see, only for some files, questionmarks for the permission, the owner, the size and the date. Looking at the same directory on the brick it self, everything is ok. After rebooting the nodes everything is back to normal. System is Debian 11 and Gluster is version 9. The filesystem is LVM2 thin provisioned and formated with XFS. But a...
2012 Feb 25
1
RFT: Use Greek semicolons for comdlg32's printer status enumeration?
Request For Translators<g> So what I've gathered from Wikipedia is that the Greek language does not use semicolons as a separator for enumerations: http://en.wikipedia.org/wiki/Semicolon#Greek_and_Church_Slavonic | In Greek and Church Slavonic, a semicolon indicates a question, | similar to a Latin question mark.[2] To indicate a long pause or | separate sections, each with commas
2023 Jun 05
1
Qustionmark in permission and Owner
...ht be a desync or communication loss between the nodes? Diego Il 05/06/2023 11:23, Stefan Kania ha scritto: > Hello, > > I have a strange problem on a gluster volume > > If I do an "ls -l" in a directory insight a mountet gluster-volume I > see, only for some files, questionmarks for the permission, the owner, > the size and the date. > Looking at the same directory on the brick it self, everything is ok. > After rebooting the nodes everything is back to normal. > > System is Debian 11 and Gluster is version 9. The filesystem is LVM2 > thin provisioned...
2015 Mar 02
2
Attributes are base64 encoded
Hello, I've added a samba4 as a second DC in a network where the first DC is a Win2k8R2. The join seems to run smoothly. But after the join an ldapsearch -LLL -x -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap_priv%2Fldapi on the samba, return some strage things: ? some attributes like unicodePwd and supplementalCredentials are missing ? lots of attributes are base64 encode (ex: memberOf::
2001 Jan 07
3
Prioritize SSH and telnet
...2 -d host-that-receives-inbound-traffic -j MARK --set-mark 1 tc qdisc add dev eth0 root handle 1: prio tc filter add dev eth0 parent 1:0 proto ip prio 1 handle 1 fw classid 1:1 ---snap--- I''m very new and unfamiliar with the iproute2. Having read the manuals and faq, still there are many questionmarks running through my head :-) Help will be appreciated, and rewarded :) Sincerely Patrik
2004 Sep 19
3
WARNING: terminal is not fully functional
...e of Emacs repeatedly gives me: ---------------------------------------------------------------- > ?sink WARNING: terminal is not fully functional - (press RETURN) ----------------------------------------------------------------- Seems like this is going to happen to all help calls using a questionmark! Any idea how to change this, maybe this isn't subject to change at all!??? Thanks Thomas platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R And: emacs21 21.3+1-7...
2004 May 11
1
[LLVMdev] Follow-up on: Dynamic updates of current executed code
...ed_function_code) ; Write memory address of myNewFunction() into kernel struct store RETURNTYPE (PARAMTYPE*)* %myNewFunction, RETURNTYPE (PARAMTYPE*)** %FirstFunctionPTR ;Any code using first function element in %kernel is now_ ;using dynamically updated function!? ret int 0 } %----------- The questionmark is at this pseudocode row: %myNewFunction = %getPointerToGlobal(%dynamically_compiled_function_code) Is there an llvm version of the getPointerToGlobal() function as outlined, and can the %myNewFunction pointer be used as described? Also, does the getPointerToGlobal() take human readable code (.l...
2023 Mar 16
3
Trying to learn how to write an "advanced" function
...here is looking at the lm function as a basis for writing something more advanced, then the exercise becomes looking at dput(lm), understanding every line by looking up all the functions you do not understand in the man pages e.g. ?match. Remember, you can search for things inside R by using double questionmark, ??match, finding versions of match existing inside other installed packages, e.g. raster::match and posterior::match, perhaps this exercise becomes writing ones own version of lm inside ones own package? Best, Rasmus ______________________________________________ R-help at r-project.org mailing...
2015 Mar 03
0
Attributes are base64 encoded
...up your terminal output. (Try 'cat <any jpeg file>' to understand what I mean). However, I often think it would have been nice to have had an option to print at least what the terminal actually could show, like unicode on a unicode capable terminal, safely (and the rest as dots or questionmarks or whatever). You don't say what version of ldapsearch this is, but if it is the one from OpenLDAP I believe they are not much interested in adding options that are not in the standard, and that the ldif standard says that special characters should be base64 coded since it is supposed to...
2010 Jun 18
1
DO NOT REPLY [Bug 7523] New: rsync exclude file ignores spaces
...00 at yahoo.com QAContact: rsync-qa at samba.org Using the FAQ page at rsync, using tips on the commandline with --exclude= having spaces in the file-spec pattern for --exclude, seem to be ignored by --exclude-from inside the exclude file. I used all types of space escaping techniques: questionmark, single \, the triple \\\, combinations of single & double quoting. the only way I can get the path to exclude is to cut it off at the first instance of space with a *, however this may cut off similarly named directories. This needs to be fixed. -- Configure bugmail: https://bugzilla.samb...
2008 Feb 27
0
Re: Windows C# unable to access Samba directories.
...r that matter) would deny access. Just to add - in the "Properties" window of the service, on the "Log On" tab you can set the real username and password for this service to run. In your case you need an user with premissions to access that Samba share. (if you click the questionmark and get the help for "This account" option, it actually says this: "Assigns a logon account to a service. Although most services log on to the system account, some services can be configured to log on to special user accounts, so that the user can have access to resources such as fil...
2006 Sep 06
1
support for arbitrary comparisons
Mike Williams contributed a patch to support arbitrary comparisons. This is now in the trunk and will be part of the next release. So you will now be able to do this: result.should_be < 5 result.should_be >= 7 It also supports alternate syntax for should_be, should_match result.should == 3 result.should =~ /regex/ Personally, I prefer should_be and should_match in these cases, as I think
2005 Nov 25
0
Questions before starting an interesting Xen project
...of routers. The students can exercise Cisco CCNA/CCNP level studies without actually having the hardware. Our task is to replace UML with Xen for this solution. I think this Xen is a very interesting software and this project is very well suited to be run under Xen. During a learning process questionmarks pop up constantly. While reading docs, mailinglists and such, some of them are straightened out and some even become multiplied. Some of the latter I will post here to see if the Xen community will help me straighten these out. let''s go :-) * Minimum kernel/memory usage for domU The...
2023 Mar 16
4
Trying to learn how to write an "advanced" function
I am trying to understand how to write an "advanced" function. To do so, I am examining the lm fucnction, a portion of which is pasted below. I am unable to understand what match.call or match does, and several other parts of lm, even when I read the help page for match.call or match. (1) can someone point me to an explanation of match.call or match that can be understood by the
2006 Sep 19
9
Very strange: Umlauts (äöü) aren't displayed correctly in
Hi all Take a look at the following video, please... I just'' can''t help me anymore... http://josh.ch/files/temp/rails_problem.mov I''m sorry for the bad quality, it''s just a demo of Snapz Pro X 2... ;-) But I hope you''ll see enought... Thanks for any help. Josh -- Posted via http://www.ruby-forum.com/.
1999 May 05
0
? lmhosts ?
...Fri, 30 Apr 1999 17:10:03 +1000, hai scritto: > >> > >> >On the win95 machine the new added file (or directory) with this > special > >> >characters seems to be good, but when I'm looking > >> >on the linux machine I've file or dir names with questionmarks instead > of > >> >the special characters??? > >> > >> I have the same problem. I think this is linux related and not samba. > >> > >> $ echo ciao > aaa??? > >> $ ls aaa* > >> aaa??? > >> > > > >I believe...
1999 Apr 30
0
SAMBA digest 2073
...gt; so that I can see it on the linux machine with the equal characters I've > used under win95. > On the win95 machine the new added file (or directory) with this special > characters seems to be good, but when I'm looking > on the linux machine I've file or dir names with questionmarks instead of > the special characters??? > > I know about valid chars, character set and client code page. I've tried a > lot but nothing seems to help. > I've also tried a solution with validchr.exe program under dos like it is > proposed in the docs from tino@augburg......