search for: unsed

Displaying 20 results from an estimated 45 matches for "unsed".

Did you mean: unused
2014 Sep 04
4
can't turn off password complexity requirements
Hello, I'm unsing Ubuntu 14.4 Server and samba 4.1.6-Ubuntu. Everything works great but I somehow fail to switch off the password complexity requirements. It is not unlikely that this is because I'm very unexperienced with Windows. I've heard that the password-settings are always a bit tricky and I did exactly what the windows-tutorials say. I've tried gpresult for
2004 Nov 04
1
Allow access to a share to all members of a container?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have 104,000 users, some of which are in the OU: ad.network.local\AD\People\IFAS\Hort Is there an easy way to find all the users in this OU and grant them access to a share? Or do I have to list each user individually? And if so, can I use net user to list the users in an OU? - -Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6
2005 Aug 02
1
(no subject)
hi all, I wish to draw on the same graphic device 3 functions. But i don't want them to be on different graph, i want to compare them on the same I don't need mfrow or mfcol, I need something else... 1 graph on 1 device inside this graph 3 ploted function. I saw something unsing data.frame, but i think it's overkill, and something less complicated must exist, if not why? why not
2005 Aug 02
1
plotting 3 functions on same graph
hi all, I wish to draw on the same graphic device 3 functions. But i don't want them to be on different graph, i want to compare them on the same I don't need mfrow or mfcol, I need something else... 1 graph on 1 device inside this graph 3 ploted function. I saw something unsing data.frame, but i think it's overkill, and something less complicated must exist, if not why? why not
2001 Aug 10
1
Quicktime - again
Hi, does anybody know how to include the QTFont.for? I included all windows-fonts unsing the DrakFont-Tool (Mandrake 8), but this does not work with this kind of font. Thank you, Sascha
2013 Jan 05
1
greeter-show-remote-login on debian
Hello, I need the possibility to login to other machines on my network. With kdm it works by choosing "Remote Login" from a menu in the greeter. I would prefer not to use kdm. ;-) I saw that the option "greeter-show-remote-login" should do that for lightdm. I work with a debian "wheezy/testing" system and installed the following packages from the
2004 Dec 22
1
Controlling only few ip addresses
Hi all, I think learning curve will decrease if i try to get more info on what i want to do. I would start with thius problem Prob #1 I want to give a limited bandwidth to a single IP. and don''t allow it to cross its ceil. nor borrow unsed from parent. and allow other ip''s to move untouched . comment on How to it and Best way to do it. thanks. Amit _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2009 Oct 10
2
difference scaffold model
Hi, i am relativly new to Ruby and Rails. My question is, why can''t i use respond_to and session[:....] in ApplicationController created by a "ruby script/generate scaffold " and in ApplicationController created by "ruby script/generate model " i got errors like methode not know (for respond_to) or symbol as array index for session access. How can use this nice things
2003 Jan 09
1
Troubleshooting Samba - (2)
I am running SuSE V8.0, and Samba 2.2.7a on a small network server. I have been having problems relating to sorting out printing from an NT4 workstation to a laser printer on the Samba server. I had to reboot my Windoze PC and am logged in as myself (I have Administrator rights). I can see the shares by looking for the computer from Windows explorer using the ip 192.168.0.5 and can proceed
2004 Nov 15
3
Memory Consumption
Hello, I use Asterisk 1.0.2 on a RedHat Enterprise Server 3.0 (Kernel 2.4.21) and i experienced that the memory consumption of the asterisk-process started by the init.d-script raises continously. Now, after 3 hours of operation (on our testing-system we have 30 concurrent connections to another asterisk box using IAX2 and GSM codec) there is already 66MB allocated. I think this could be ok, but
2014 Mar 13
2
[LLVMdev] load bytecode from string for jiting problem
Hello, I having a weird problem while writing a bytecode module to a string, and after read/parse it for unsing on a jit. I write a pass to export function to module, and put this module inside a global variable. I use WriteBitcodeToFile for this. For debuging, after this write, I try to load the exported module with parseBitcodeFile. This two step works. After, while the compiled program is
2003 Apr 22
3
zip.unpack() crashes R (PR#2818)
Full_Name: Henrik Bengtsson Version: R v1.7.0 OS: WinXP Pro Submission from: (NULL) (130.235.2.229) There seems to be an upper limit of the number of files (approx 1000 files) a zip-file can contain when unpacking it with zip.unpack(). This results in an R crash. This bug is urgent since install.packages() relies on zip.unpack() and too big packages/bundles won't install with the current R
2005 Jan 31
2
coercing a list to a data frame, lists in foreloops
I have a set of time-series climate data with missing entries. I need to add rows for these missing entries to this data set. The only way I know to do this is unsing a foreloop, but this won't work on a list. I've tried to convert the list to a data frame, but that won't happen, either. I want to fill rows in this table: > newtest[10:15,] yrmos yearmo snow.sum snow.mean
1998 May 27
3
Problems with installation
Hi, I am new with Samba, so excuse my primitive questions. I just started installing Samba on an SGI origin unsing IRIX 6.4. with windows NT workstations. I was following the UNIX_INSTALL.txt file and I got blocked and step 4 where I should test my "smb.conf" file with the executable "testparm". After I installed Samba by first doing make, then make install... I took the
2017 Mar 16
4
[PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages
...in chunks. > + * @size: size of the buffer in __le64 to record > + * @offset: offset in the buffer to record. > + * @part_fill: indicate if partial fill is used. > + * > + * return -EINVAL if parameter is invalid > + * return -ENOSPC when the buffer is too small to record all the unsed pages > + * return 0 when sccess > + */ It's a strange thing - it returns information which will instantly become incorrect. > +int record_unused_pages(struct zone **start_zone, int order, > + __le64 *buf, unsigned int size, > + unsigned int *offset, bool part_fill) > +{...
2017 Mar 16
4
[PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages
...in chunks. > + * @size: size of the buffer in __le64 to record > + * @offset: offset in the buffer to record. > + * @part_fill: indicate if partial fill is used. > + * > + * return -EINVAL if parameter is invalid > + * return -ENOSPC when the buffer is too small to record all the unsed pages > + * return 0 when sccess > + */ It's a strange thing - it returns information which will instantly become incorrect. > +int record_unused_pages(struct zone **start_zone, int order, > + __le64 *buf, unsigned int size, > + unsigned int *offset, bool part_fill) > +{...
2019 Jun 18
6
Roaming Profiles
Hello, I created a GPO Roaming Profiles redirection in my AD as shown on this page (https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles#The_Windows_Roaming_Profile_Versions). The data are stored in a sharing file server (samba member domain). When I open a windows user session it doesn't work. Event observer says "Access denied". So I changed 'chmod 1750
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
I mad the change, and still have the problem. I investigate more the source code of llvm. First, I change isRawBitcode function to print the content of the parameter like this: original: http://llvm.org/docs/doxygen/html/ReaderWriter_8h_source.html#l00081 inline bool isRawBitcode(const unsigned char *BufPtr, const unsigned char *BufEnd) { // These bytes sort
2019 Jun 21
0
Roaming Profiles
Hello, there is still something that does not work: Sometimes, when session is open, there is an error about user profile : "Problem with your local profile. Your session was opened unsing yuour local profile saved previously". In the Event Observer, I can see this error : the process cannot access the file because it is being used by another process But wich file ? No idea...
2007 Jan 03
0
RODBC : first line of data from query omitted
Dear List, when reading MS Excel files in R using package RODBC I encountered the problem of having the first line of data getting omitted. I read the data as : > library(RODBC) > channel1 <- odbcConnectExcel("myFile.xls") > sheet1 <- sqlQuery(channel1, "SELECT * FROM [Cell measures (1)$]") # I use sqlQuery() instead of sqlFetch() since the sheet I