similar to: Can I limit my browsing of share between clients?

Displaying 20 results from an estimated 200 matches similar to: "Can I limit my browsing of share between clients?"

2007 Dec 25
2
Simple File I/O benchmark tool for NT clients
Hi, I need a simple tool for benchmarking my NT client against my Ubuntu Samba server. I get 20MB/s during a file copy but I think my limit is the client's hard disk. Dose anyone know a simple exe tool which simulate file I/O agains the Samba server. I like to avoid using my lokal disk during the test. Have looked around but can't find a simpe tool which dose the job without the need of
2005 Oct 27
1
wine-0.9 and squares instead of letters
when i launch any application, using wine, i see squares instead of russian letters. this happens even in winecfg. when i launch app with `LANG=C' i've english characters in winecfg and ureadable symbols in other progs. also wine draws letters 'P' on window's control buttons (close, minize etc). i'm using wine-0.9 on FreeBSD 6.0-RC1. -- WBFH: -error IL2: =SB=error
2009 Nov 24
6
From R to LaTeX to pdf?
Hi all, Anyone experienced in the LaTeX format? I'm trying to use the xtable package to create nice anova tables, but how do I do to produce a pdf from the resulting LaTeX table? I've tried WinShell and MiKTeX, but I couldn't get any of them working... Here's an example of the output in R: % latex table generated in R 2.9.2 by xtable 1.5-6 package % Tue Nov 24
2010 Jan 15
1
How to calculate the row wise means for grouped columns in matrix?
Hi all, I want to calculate the row wise mean of groups of columns in a matrix M. All columns belonging to the same group have the same column name. My idea is to create a new vector V containing these column names, but after first removing the duplicates. Then I would calculate the means using for instance rowMean() and by comparing the column names of M with the vector V, getting the indices
2009 Feb 11
1
Configure re-keying in sftp server
Hello, I'm trying to configure the openssh sftp server to perform re-keying. On the client side I've found the RekeyLimit parameter. But I am unable to find an equivalent for the server side. Is it currently not possible to configure the sftp server to perform re-keying? Or have I overlooked something. -- R _________________________________________________________________ Snygga till
2023 Jun 28
1
PAM Offline Authentication in Ubuntu 22.04
Hi, Am Mittwoch, 28. Juni 2023, 18:52:04 CEST schrieb Marco Gaiarin via samba: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > I didn't try turning the last one off, but at least you are getting > > somewhere :-) > > With very little steps... ;-) > > > When you say 'back to login screen', do you mean that you cannot just >
2009 Nov 24
1
Decision trees with factors and numericals
Hi all, Does any of you know how to make a decision tree when the data set contains factors and numericals? I've got a data frame with 3 columns, where y and x1 are numerical and x2 contains factors. Is it possible to use the rpart package, and in that case how? Otherwise, is there another alternative? This is what I've tried so far > rpart(LT50_NA ~ Raf + Antho,
2009 Nov 03
2
Change negative values in column
Hi all, I'm trying to write a script that changes all negative values in a data frame column to a small positive value, based on the the minimum value of the column. However, I get the following error: Error in if (x[i] < 0) { : argument is of length zero As well, I would "minimum" to be the smallest of the non-negative values...
2002 Feb 14
12
Home shares staying (NT4)
I am having the same trouble with automatically mounted home shares with samba 2.2.1a (PDC, domain logins, roaming profiles) and NT4WS sp6a. If I login as one user, logout, then login as another, I can view the previous users home share as well as my newly logged in users home share (lather, rinse, repeat...). The NT box has a machine account, domain logins work, profiles work, login scripts
2018 Aug 27
2
feeling n00b again
Retrying, falling of the list some how :-( -------- Original Message -------- Subject: feeling n00b again Date: 2018-08-20 09:51 From: asterisk at a-domani.nl To: asterisk-users at lists.digium.com Hi all, Long time ago, I followed a Asterisk training, and both at work and at home, was able to deploy Asterisk, make all sorts of internal call (hard/soft voip-phones, incoming/outgoing,
2005 Feb 18
1
Is this a bug or by design? Workaround?
Hi, I need to use the trailing 5 digits of a callerid. callerid may be anything from a length of 4 to 10 digits in this case. Using this: ----------- SubString,cid=${CALLERIDNUM}|-5|5 Works great, BUT shows this message: "The use of Substring application is deprecated. Please use ${variable:a:b} instead" So, I try --------- SetVar(cid=${CALLERIDNUM:-5:5}) The result is a empty
2005 Feb 21
0
bug? Unterminated comment detected beginning on line 0
Hi, Using latest cvs. A comment-line begins with semicolon ; However - if the line contains ;-- or like this ; -- blabla bla -- You get this error and * stops reading that file: Feb 21 13:47:12 WARNING[17393]: config.c:664 config_text_file_load: Unterminated comment detected beginning on line 0 Shouldn't Asterisk skip any line beginning with a semicolon? Or should a comment now be
2006 Aug 11
1
Absolute path to public/images in rake task?
Hi all I''m trying to create a rake task for the first time, so please be a bit patient with me. ;-) I''m coding a photo gallery. Every photo gallery''s photos are in its own folder, and after an update I''d like to be able to synchronize the photo files with the database (because every photo has its own Photo class object). I''ve got so far: # File
2009 Aug 19
2
outbound calls not ringing
I put a post on here about my issues with outbound calls not ringing but i haven't resolved it. so i am trying again. When i dial any outside number i dont get a ring tone at all. when the person picks up and starts to talk i can hear them fine. it sounds great. How do I start to troubleshot this? _________________________________________________________________ With Windows Live, you can
2006 Aug 14
2
after_create is not being called
Hi all I have the following model: class PhotoGallery < ActiveRecord::Base attr_accessible :title, :description, :file_path, :title_photo_id has_many :photos, :dependent => :destroy belongs_to :title_photo, :class_name => ''Photo'', :foreign_key => ''title_photo_id'' validates_presence_of :title, :description, :file_path
2006 Dec 13
1
Adding a Samba Domain Server
I have a Samba PDC setup using LDAP as the passdb. I want to add another Samba server to the mix. I believe I want to add it in as a Domain Server; however, I can't seem to get it working. On the PDC server I am running: - linux (2.6.latest) - openldap (latest) - samba (3.latest) - nss On the Domain Server I am running: - samba (latest 3.latest) - nss I thought someone might
2008 Aug 15
3
[LLVMdev] Problems understanding alias analysis validation logic
I have a problem where I add an Andersens AA pass to the pass manager, but it appears to get invalidated by another pass, and never rerun. My understanding from reading the documentation is that when a pass gets invalidated, it should be rerun before any other passes that requires it. Here is a simple example of the problem I am seeing: PassManager passManager; passManager.add(new
2007 Dec 16
0
Trixbox Arbitrary Command Execution Vulnerability
A set of scripts were recently discovered in the trixbox line of PBX products, which connect to a remote host every 24 hours, to retrieve an arbitrary list of commands to be executed locally. These scripts were added under the guise of submitting 'anonymous usage statistics', however, with the help of DNS pollution, or malice on the part of the sponsoring company (Fonality), all
2007 Apr 18
3
[Bridge] Bridge problem
I'm getting problems with my bridge (linux 2.6.9, eth0 = via-rhine, eth1 = 8139too). The problem is that eth1 links up and down intermitently (between 1-2 minutes). What can i do? Thanks
2005 Mar 31
1
CentOS as an internet gateway
I would add the below: -Recommend using CentOS 4.0 -Use squid rpm, no tar (this is for new users I'm guessing). -Recommend using etherape and iptraf (available as rpms) for a graphical overview of traffic. http://etherape.sourceforge.net/ -Recommend the use of chkrootkit, and TCP Wrappers (at the least put ALL: ALL EXCEPT PARANOID in /etc/hosts.allow) to protect servers. -Provide some