Displaying 20 results from an estimated 6000 matches similar to: "Win98 Incorrect Password Problem"
2001 Oct 31
3
readonly - can't change
well i've tried everything trying to get r/w access to my linux box
(debian 2.2.3 running samba 2.0.7) from win2k. can only get readonly.
i'm hoping some kind sould might be able to take a look at my samba
config and let me know what i'm doing wrong...
# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2001/11/01 00:39:30
# Global parameters
[global]
2001 Mar 29
1
Samba Printing to Win98
I am trying to allow printing from my linux box to my win98 box, to which my
epson stylus printer is attached. It's just not happening...something tells me
I'm flirting with a world of pain.
I *can* print a file by going:
smbclient //rory/EPSON
translate
print /etc/group
but I cannot print from applications, nor can i use smbprint. I tried going:
cat /etc/passwd | sh -x smbprint
2007 Aug 07
3
ISDN30 card for UK : sanity check
We will be connecting our Asterisk server to ISDN 30 and intend using
the Sangoma A101 card. The install location is in London (UK).
Sangoma card at Voipon
http://www.voipon.co.uk/sangoma-a101-pri-isdn-card-p-132.html?gclid=CI32vJz22I0CFQXklAodIgjHaA
I would be grateful to hear if this is the right choice of card. Usage
reports would be helpful.
Regards
Rory
--
Rory Campbell-Lange
2004 Apr 07
2
Help with character columns in a table
I have done a read.table on a data file with the aim of extracting
subsets of the data eg
table[table$desc = 'result1',]
How can I convert $desc to a character type? At present it is seen by
typeof() as an integer.
How can I do the equivalent of
table[table$desc = 'result1' && table$amt > 20, ]
Thanks,
Rory
--
Rory Campbell-Lange
<rory at
2004 Dec 14
1
IMAP Subdirectories
Hi
Using Apple Mail I cannot make subdirectories within new directories I have
made on a Debian Dovecot-driven IMAP server (version 0.99.11-3).
Some users, having used Exchange, expect to be able to do this. However
I can't make it happen, even after doing some tests by chmod-ing the
top-level directories to 777 and enabling the
mail_full_filesystem_access = yes
option on a test
2005 Sep 19
1
Shared access to mail accounts.
We are intending to have some project mail accounts which many people
(up to 10) will share. Will this work?
Our configuration uses imap only, with maildir format mail storage.
Thanks
Rory
--
Rory Campbell-Lange
<rory at campbell-lange.net>
<www.campbell-lange.net>
2007 Aug 04
1
Hardware advice for 100 extensions, routing via ISDN
I would be grateful for some comments on our proposed machine specs for
a new Asterisk installation at a client with an initial 70 extensions.
The system should be able to handle 100 extensions. The system will have
the following main features:
- PSTN connection via ISDN 30, dealing with all incoming calls.
Outgoing will be through ISDN initially
- 70-100 Snom 300 handsets
- 1-2
2007 Aug 16
2
Incoming and Outgoing zaptel configuration : ISDN30e
We are trying to configure a Sangoma A101 card to allow both incoming
and outgoing calls on a UK (BT) ISDN30e line with only 24 channels
enabled.
At present incoming calls work fine. We can't call out -- we get a
BUSY/CONGESTED error.
Do we need another context in our zapata.conf? In other words, do we
need to reserve, say, channels 17-24 for outgoing calls? I also wonder
if the signalling
2004 Jul 20
2
Newbie question: configuration for virtual users
Hi!
I'm looking forward to deploying dovecot as an IMAP server. I did some
research into the various options and it looks like dovecot is the right
daemon for me. I'll be using it with Exim.
I am running a few tens of users on my server, most of them small
numbers of people part of a small company, e.g. example.com.
At present I have exim delivering to mbox in each virtual user's
2008 Nov 24
4
Calculating sum of letter values
Hi all
If I have a string, say "ABCDA", and I want to convert this to the sum of the letter values, e.g.
A -> 1
B -> 2
etc, so "ABCDA" = 1+2+3+4+1 = 11
Is there an elegant way to do this? Trying something like
which(LETTERS %in% unlist(strsplit("ABCDA", "")))
is not quite correct, as it does not count repeated characters. I guess what I need is
2007 Aug 16
1
A102 card, BT ISDN30e, silence
Thanks to help on this list and Sangoma's support we have incoming and
outgoing calls passing through asterisk.
However both incoming and outgoing calls are greeted by silence.
I've noted our existing config below with our test extensions.conf.
Help much appreciated
Rory
Zaptel
-----------------------------------------------------------------------
loadzone=uk
defaultzone=uk
#Sangoma
2006 May 10
1
Show specific printers only
Hi,
On our samba server (3.0.22-SuSE93) we have many printers installed with cups.
Most of them are RAW queues to use within Windows. A few of them
however, are filtered queues for Linux to use.
I would like to EXCLUDE the filtered queues so Windows users cannot
use them, but am not sure how to do this within the smb.conf.
Thanks in advance for any assistance,
--
Rory Vieira
rory dot vieira at
2008 Dec 05
1
Cartesian Product Of Character Vectors
Hi all
(I'm sure this question has been asked before, but I cant find it).
If I have two character vectors:
> x <- c("aaa","bbb","ccc")
> y <- c("1","2","3")
How can I get the cartesian product of the string values?
> expand.grid(x,y)
Gives me a data frame with separate columns...however, I cant seem to get *apply
2012 Jan 17
1
Error with winbind following Windows updates
Hi. We've just installed Windows updates on our Windows 2003 Domain
Controllers, and have the following issues on our storage server, which
is running Debian stable 2:3.5.6~dfsg-3squeeze5
Jan 17 10:27:51 xxx smbd[2426]: [2012/01/17 10:27:51.286853, 0] lib/util_sock.c:680(write_data)
Jan 17 10:27:51 xxx smbd[2426]: [2012/01/17 10:27:51.286915, 0]
2018 Sep 17
2
add keys and certificate to forwarded agent on remote host
On 17/09/18, Peter Stuge (peter at stuge.se) wrote:
> Rory Campbell-Lange wrote:
> > Can ssh-add work on the remote socket file?
>
> I expect that it will just work<tm>. The local socket is just a
> socket, and the protocol[1] message SSH_AGENT_ADD_KEY is the same.
Local:
$ ssh-agent > /tmp/agent.env
$ source /tmp/agent.env
$ ssh-add ~/.ssh/id_user
$ ssh
2008 Nov 25
3
Line color based on data values?
Hi all
Does anyone know if it is possible when plotting a line or scatter plot, to selectively color the data points based on the data value? i.e. if plotting say the percentage change in stock price movements, to color +ve points in green and -ve points in red? And extending this to a user-defined range of colors based on the quartile of the data points?
Thanks
Rory
Rory Winston
RBS Global
2008 Dec 05
1
Lexical Permutation Algorithm in R
Hi all
Here is a rather naive implementation of the SEPA algorithm for generating lexical permutations:
lexperm3 <- function(x, n=length(x)) {
perms <- list()
k <- 1
perms[[k]] <- x
k <- k + 1
for (y in 1:(factorial(n)-1)) {
i <- n-1
while (x[i] > x[i+1] && i > 0) {
i <- i - 1
}
# i is largest index st x[i] > x[i+1]
j <- n
#
2009 Jul 03
2
Correlation Network Diagram?
Hi all
On page 39 of this paper [1] by Andrew Lo there is a very interesting
correlation network diagram (sorry I dont have a more convenient link to
the type of diagram I'm talking about). does anyone know of any package in
R that can generate these types of diagrams?
Cheers
-- Rory
[1] http://web.mit.edu/alo/www/Papers/august07.pdf
[[alternative HTML version deleted]]
2008 Jun 08
2
Adding a Rotated Density Plot to an Existing Plot
Hi
Consider the following graph:
x <- rnorm(1000)
x <- x + exp(-x/2)
layout(matrix(rep(c(1,1,2), 2), 2, 3, byrow=TRUE))
boxplot(x)
rug(jitter(x), side=2)
plot(density(x))
What I would really like to do is to have the density plot rotated by 90
degrees so that I can see it line up with the rug plot on the side axis.
I cant seem to do this. I have seen references to the grid
2011 Jul 16
1
Fwd: construct boxplots from data with varying column widths
From: David Winsemius <dwinsemius at comcast.net>
On Jul 16, 2011, at 12:15 PM, Rory Campbell-Lange wrote:
> On 16/07/11, David Winsemius (dwinsemius at comcast.net) wrote:
>>
>> On Jul 16, 2011, at 11:19 AM, Rory Campbell-Lange wrote:
>>
>>> I'm an R beginner, and I would like to construct a set of boxplots
>>> showing database function runtimes.