Displaying 20 results from an estimated 1000 matches similar to: "Cannot connect to the shared printer"
2002 Dec 23
2
can not connect to the shared printer
Hi there,
I'm learning Samba and I really appreciate somebody out there can help
me out. I'm using RedHat advanced server and a windows 2000. I created a
workgroup on samba and only samba machine and win2k machine are members.
I shared the printer attached to the Linux. From win2k PC, I can see the
workgroup, but I can not find the samba host from the workgroup, nor
does the printer.
2024 Sep 28
1
lattice xyplot with cumsum() function inside
This code gives unexpected result.
library(data.table)
library(lattice)
set.seed(123)
mydt <- data.table(date = seq.Date(as.IDate("2024-01-01"), by = 1,
length.out = 50), xgroup = "A", x = runif(50, 0, 1))
mydt <- rbindlist(list(mydt, data.table(date = mydt$date, xgroup = "B", x = runif(50, 0, 3))))
mydt[, `:=`(xcumsum = cumsum(x)), by = .(xgroup)]
mydt[,
2006 Jul 22
3
Multcomp
Here it is again, hope this is more clear
I am using the following data (only a small subset is given):
Habitat Fungus.yield
Birch 20.83829053
Birch 22.9718181
Birch 22.28216829
Birch 24.23136797
Birch 22.32147961
Birch 20.30783598
Oak 27.24047258
Oak 29.7730014
Oak 30.12608508
Oak 25.76088669
Oak 30.14750974
Hornbeam 17.05307949
Hornbeam 15.32805111
Hornbeam 18.26920177
Hornbeam 21.30987049
2011 Jan 25
0
Linux acls problem with windows 7 and vista
Hei all,
Today I upgraded my samba which was a really old version 3.0.33 (I know) to 3.5. The upgraded seemed alright since I realize that I got a problem with the linux acls, I wanna say that I only have this problem with windows 7 and Vista, however windows xp works alright
To try to be concreted I will try to expose the problem with an example, the point is that I have a directory called
2003 Jan 02
1
replace NA with factor class
Dear all,
I have a tree data matrix. For some trees I lack info about tree species,
but I want to set them to be spruce. For some reason the tree species names
on the remaining (non-NA) rows are changed into numbers (that I do not
recognise).
I guess that ifelse is not the correct function to use, but I have not
found any better one in my searches.
Thanks in advance!
Sincerely,
Tord
>
2015 Dec 17
1
File Share Problem Between SAMBA AND WINDOWS 7
Hi,
The output is when i run getfacl on a correct folder;
[root at server1 cafer]# getfacl Public# file: Public# owner: ege# group: gebzememuser::rwxgroup::r-xother::r-x
And second output; on a folder which was created on windows 7 by ege
[root at server1 cafer]# getfacl cccc# file: cccc# owner: 3000016# group:
2017 Sep 12
2
"homes" vs "home"
When enabling user homes (via the [homes] section), I see the following shares:
\\server\<username<http://>>
\\server\homes<http://>
Both of which point to the user directory. Is it possible to have a third:
\\server\home<http://>
Which does the same? \\server\homes<http://> is great and all, but I feel that the plural is a bit of a mislabel.
Shak
2007 Mar 13
1
T1 Integrator Birch
I'm thinking about replacing my Birch T1 integrator with an Asterisk box.
The Integrator has 12 voice & 768k data, so the Asterisk box would
become a router & PBX.
Has anyone done anything similar, what experiences have you seen &/or
read about.
TIA
2007 Jan 17
0
Does R implement DBSCAN , ROCK, BIRCH?
I saw that R language has a cluster package which has in built PAM, CLARA and Kmeans (and many more) Clustering Algorithms.
But, I couldnot find DBSCAN, ROCK, BIRCH algorithms (which I feel are standard ones). Aren't these implemented as well?
Bhanu Kalyan K
B.Tech Final Year, CSE
Tel: +91-9885238228
Alternate E-Mail:
reach4kalyan@gmail.com
---------------------------------
We
2002 Dec 12
0
if problem in function
Dear all,
I have written a function for calculating the volume of a tree (=trad) or
snag (=h?gst).
The included volume regreesion model includes ten parameter values, which
are tree species specific.
bj?rk.formh?jd.pars is an object which includes the parameter values
(parameter set) for birch (=bj?rk).
There is one row per tree in the data object.
> relev.kols[1:5,
2017 Sep 12
2
"homes" vs "home"
> What is the homes share on ?
I'm not quite sure what this is asking. The paths are of the form /data/homefolder/<users>, on a mounted local disk.
> How have you set smb.conf up ?
The homes section is as follows:
[homes]
comment = Home directories
browseable = yes
writable = yes
create mask = 0600
force create mode = 0600
directory mask = 0700
force directory mode = 0700
valid
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
Dear Prof. Adve,
Now I can use llvmgcc to compile a .c file into .bc file. But I still have
trouble simply run the .bc code. Below is the sequence I got when I tried.
I really don't know what's going on here. Please let me know how can I fix
it.
Thanks,
xiaodong
xli3|csil-suna48|~/cs426|[13]% llvmgcc scalarize.c -o scalarize
xli3|csil-suna48|~/cs426|[14]% scalarize
Cannot load value of
2003 Jan 24
1
Tinc Newbie question
If anyone can help I'd appreciate it. I'm trying to set up a
point-to-point VPN so that I can bridge networks securely (actually all
I want to get across is multicast, but that's a different issue
entirely).
Through looking through the documentation I've got everything set up as
I think it should.
my config files look like:
---
Name = trinity
PrivateKeyFile =
2002 Nov 11
1
[LLVMdev] DSGraph questions
Dear Prof. Adve,
I recently checked out the llvm using
cvs update
command under the llvm directory. But when I went to see the DSNode.h,
there is no getPointerSize function. I checked the doxygen tree, it's
there. So that means I didn't update my cvs tree correctly. Could you let
me know how to update my CVS tree? Or there is a problem at somewhere
else?
Thanks,
xiaodong
On Sun, 10 Nov
2002 Nov 12
0
[LLVMdev] (no subject)
P.S. If anyone can take a little time to write a GraphTraits class for
the call graph, using the call sites returned by the TDGraph, that would
be great.
Then you could directly use the PostOrderIterator,
ReversePostOrderIterator, and TarjanSCCIterator on this call graph,
without having to do any extra work. You can also do other things like
print out the call graph to dot files and view them.
2002 Sep 29
1
[LLVMdev] modify instructions
I think since we use the replaceAllUsesWith to replace all
uses of old one, the old one should already be a instruction
with # of uses equals 0. So it should be Ok to directly delete
it. Can you let me know if there is anything wrong with simple
deletion? Why can we create illegal LLVM?
Thanks,
xiaodong
---- Original message ----
>Date: Thu, 26 Sep 2002 10:50:00 -0500
>From: "Vikram
2003 Dec 23
4
Merry Christmas, all Asterisk users!
It's the day before Christmas here in Sweden, actually the night before at this time...
We celebrate Xmas on the 24th, so I'm about to log off and switch my Asterisk into
"merry-christmas-mode" with the yet undocumented CLI command "frosty-mode on", a mode
where the PBX will connect all incoming extensions to the "ho-ho-ho" sound file and then randomly
pick a
2009 Mar 18
0
Security
Hi all,
I''ve currently developing a rails application which relies on a
further application server to get and store data.
Regarding authentication, I''m currently looking at the brilliant
Authlogic as a solution. However, I''m wondering whether it''s worth
moving the password storage and checking up to the application server.
It would work something like this:
2017 Sep 13
1
"homes" vs "home"
Thank you for the replies. After some more reading I realised that path substitution works in general shares and not just [homes], so something like the following achieves what I'm looking for:
[home]
path = /data/users/%U
This works in 4.2.14 (although I am now looking on how to upgrade Samba too!)
Thanks again,
Shak
________________________________
From: samba <samba-bounces at
2009 Aug 12
3
listescape + shared folders with fully qualified user names
Hi,
the listescape plugin seems to take its job a little bit too serious.
Dovecot version: 1.2.3 + patch 9b62aa2132de
Without listescape:
2 list "" "*"
* LIST (\HasNoChildren) "/" "INBOX"
* LIST (\Noselect \HasChildren) "/" "#Users/test1 at merry.dovecot"
* LIST (\HasNoChildren) "/" "#Users/test1 at