Displaying 20 results from an estimated 10000 matches similar to: "mounting a windows share does not work"
2013 Oct 08
5
user management define once an add if required on server
Dear all
I am looking for a solution for a module to define alle possible user and
then install the one or more user from that module if needed on a server,
but not all of them.
My idea is something like this. Can I define a user in the nodes.pp at a
special Server to install that user?
init.pp
class admin_user::group {
group { "group1":
gid => "888",
2006 Nov 09
2
help with join tables and has_and_belongs_to_many
Hi,
I have a user model and a privilege model. They have the
has_and_belongs_to_many relationship. Here are the model defs:
class User < ActiveRecord::Base
belongs_to :status
has_and_belongs_to_many :privileges
end
class Privilege < ActiveRecord::Base
has_and_belongs_to_many :users
end
Now I have a migration script to create the join table and populate a
few users with some
2010 May 08
2
uninitialized constant - Please Help Me...
Hello everyone,
I''ve decided to take the step into creating a mini-forum for my
website where users can open new posts on exixting topics and allow
people to discuss things etc...
I am following a tutorial in the book: APRESS - Practical Rails Social
Networking Sites and have hit a minor issue.
Part of the Forum requirements is to add a moderator role to allow
only certain individuals
2010 Jan 18
2
Samba/winbind with Active Directory auth
Hi List,
I'm installing a Samba server with the intended purpose of serving files to
Windows users with seamless authentication on the smb server.
For that, I've been reading and following every single google search result
regarding the subject, but it seems I'm stuck at some point where other
people are not blocked ...
To summarize, I have these commands OK:
# kinit admin_user at
2004 May 05
0
ADS join failing?
Hello all,
I'm not too sure we're having an ADS issue or not. Perhaps
someone could shed some light on this for us?
Here's what we're seeing during a net join:
14:32 myhost<42> sudo ./net join -S domaincontroller -U admin_user
Admin_user password:
[2004/05/05 14:33:39, 0] libads/ldap.c:ads_add_machine_acct(1006)
Host account for myhost already exists - modifying old
2024 Sep 14
1
Netbios Issue
Hello,
I have been running Samba for many many years and have have not had this
issue, so I hope someone can point me in the right direction.
I am currently running in production Samba 4.7.7 on RHEL 7.9.? It has
been running without issue until yesterday.? I am building a new server
to replace the one currently running Samba, this time with RHEL 8.10 and
Samba 4.21.0.
On the RH8 machine I
2004 Sep 10
0
Smbfs problems after upgrading from Woody to Sarge
I earlier this week upgraded from Debian woody to sarge on a machine that
does a nightly backup to another machine via a samba share. Since then I
have had some issues with accessing that share with I believe are a result
of the upgrade. I upgraded the kernel at the same time to 2.4.27-1-686 #1
via apt-get, which might be the related to the problem. Smbfs is version
3.0.6-3
2004 Dec 08
1
samba 3.08 debian / problems mounting a share
hoi,
the machine is running on debian 3 woody, using samba 3.08 from
backports.org. we are using a w2k-domain (ads). i need to mount a
share on a windows-server. so i do this:
mount -t smbfs -o username=xxx //def00shh/data
/opt/lampp/ExNet/dinfo/data
and samba answers:
mount: wrong fs type, bad option, bad superblock on
//def00shh/datascan,
or too many mounted file systems
in log.smbd
2012 Oct 23
0
route problem
Hello
I have this routes.rb
Tamara::Application.routes.draw do
ActiveAdmin.routes(self)
devise_for :admin_users, ActiveAdmin::Devise.config
resources :users
resources :category do
resources :berichten
end
end
So I thought that localhost:3000/<category>/bericht/new I could write a new
bericht which is stored in the <categoryname>
But when I look at rake routes
2024 Sep 14
1
Netbios Issue
On Sat, 14 Sep 2024 10:41:40 -0400
Mike Hobbs via samba <samba at lists.samba.org> wrote:
> Hello,
>
> I have been running Samba for many many years and have have not had
> this issue, so I hope someone can point me in the right direction.
>
> I am currently running in production Samba 4.7.7 on RHEL 7.9.? It has
> been running without issue until yesterday.? I am
2010 Jan 11
1
apply a function down each column
Hello World,
I have a function that makes pairwise comparisons between two strings. I would like to apply this function to my data (which consists of columns with different strings) in the way that it compares the first with the second entry, and then the third with the fourth, and then the fifth with the sixth, and so on down each column...
So (2x-1) and (2x) would be the different entries to be
2004 Aug 06
1
Badpassword Icecast
Hey guys. Let me give you a run down on specs before I go into my
problem:
<p> Computer 1 (zuckuss)
Linux 2.2.19
icecast 1.3.11 - compiled from source
lineused to start: /usr/local/icecast/bin/icecast
in icecast.conf ... changed:
location
rp_email
server_url
encoder_password mypassword
admin_password
2017 Feb 05
2
NUT configuration complicated by Stonith/Fencing cabling
Hello List,
Any suggestions to solve the following would be most appreciated.
Setup: Active/Passive Two Node Cluster. Two UPSes (APC Smart-UPS 1500 C) with USB communication cables cross connected (ie UPS-webserver1 monitored by webserver2, and vice versa) to allow for stonith/fencing
OS OpenSuse Leap 42.2
NUT version 2.7.1-2.41-x86_64
Fencing agent: external/nut
Problem: When power fails to a
2004 Jul 13
2
IAX2 calls through IAXTEL.com
I created an account at IAXTEL.com to route 1-700-XXX-XXXX calls
through. IAXTEL.com gave me a number (example) of 700-555-6226. I have
made the following changes to my:
/etc/asterisk/extensions.conf:
[iaxtel700]
exten =>
_81700XXXXXXX,1,Dial(IAX2/myusername:mypassword@iaxtel.com/${EXTEN:1})
exten =>
_81800NXXXXXX,1,Dial(IAX2/myusername:mypassword@iaxtel.com/${EXTEN:1})
2003 Oct 02
3
smbmount as user
Hi
I'm using Debian woody.
ii smbfs 2.2.3a-12.3 mount and umount commands for the smbfs...
I want to mount a W2K share as user. Mount as root works fine.
The entry in /etc/fstab looks like this:
//NOTEBOOK/D /notebook/D: smbfs user,username=ernohl,noauto 0 3
If I try to mount:
erno@flinker:~$ mount /notebook/D:
Password:
cannot mount on /notebook/D:: Operation not permitted
smbmnt
2011 Apr 12
0
Authentication failure
Hi I'm having trouble routing a call between two A*k servers I admin.
SERVER- A: has a simple extensions set, and just needs to Dial to server
B, but authenticate as part of the dial:
exten =>
777,1,Dial(SIP/abc-777:mypassword at someip.no-ip.info:5071/777,40,trw)
exten => 777,2,Hangup
So that should pass the call to the server listening on port 5071 of
someip.no-ip.info,
2003 Nov 28
0
Can't seem to connect/call fwd network Help!
I have tried everything and still can't place / receive calls from the fwd network. At one point today I was able to call my test machine on the fwd network, I'd answer the call on the test machine (which stated Call Connected), but then the computer I was calling from, through the Asterisk server would give me a 403 Error. I am using sjphone software. I am able to call various
2003 Aug 07
1
samba rpcclient & cups problem
Hello guys,
I am having trouble to get CUPS printer share setup properly via samba.
The setup was done following Samba-HOWTO-Collection document, Chapter
7 (CUPS). The problem was when using *cupsaddsmb*, rpcclient can't seem
to connect to the server (localhost). The actual output is below :
=============================
[root@my-server samba]# cupsaddsmb -v -U johnny -a
Password for
2005 Oct 03
3
Save output
Dear R-Mastermind
Within a while or a for-loop, is there a way that I can save to disk the
results of the previous calculations at the end of each loop with filenames
called "file01.Rdata", "file02.Rdata" etc?
So far, I have tried to write the outcome of each loop in a 3 dimensional
array and saved it just once after the loop. Or is there another way so that
I can keep
2007 Nov 08
4
vectorize a list
Dear R user
Suppose I have the following list:
> f <- rnorm(2)
> s <- rnorm(3)
> l <- list(f,s)
> l
[[1]]
[1] 0.31784399 0.08575421
[[2]]
[1] -0.6191679 0.7615479 -1.0087659
Can I stack the entries of this list in 1 vector with the first list
entry followed by the second? The reference manual says that I can use
the command /stack/, which can take as arguments