search for: dataserver

Displaying 20 results from an estimated 28 matches for "dataserver".

2006 Aug 10
0
Browse list only shows Samba server
...er and the workgroup. More info (smb.conf, log.nmbd, browse.dat) below. Any ideas ? Thanks in advance, Steven Samba version is 3.0.21b. ----- start of smb.conf ----- [global] socket address = 10.5.5.9 interfaces = 10.5.5.9 127.0.0.1 bind interfaces only = yes netbios name = dataserver workgroup = TCOMLABS encrypt passwords = yes domain master = yes local master = yes preferred master = yes os level = 65 security = user time server = yes wins support = yes browse list = yes log file = /var/log/sam...
2004 Jan 13
1
problem mixing printing cups and own print commands
...print commands failed. What's wrong ? Works cups and own print commands not together ? The printing-section of my smb.conf looks like follows ;Printing printing = cups printcap name = cups load printers = yes show add printer wizard = yes [printers] comment = All Printers path = /dataserver/samba/printer public = yes guest ok = yes writable = no printable = yes printer admin = @_sambaadmins [print$] comment = Printer Driver Download Area path = /dataserver/samba/printer browseable = yes guest ok = yes read only = yes write list = @_sambaadmins [PDF-Printer] comment = PDF Printer #pr...
2008 Sep 04
0
New Version of IBM_DB Rails Adapter/Driver for IBM DataServers now available
Hi All, The new version (0.10.0) of IBM_DB is now available. This release provides support for Trusted context in the driver. More details on what trusted context is can be found at http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.sec.doc/doc/c0050514.html This release contains the Activerecord-2.1.0 test suite changes appropriate for IBM_DB, which said
2003 Nov 13
1
Client accessing Samba doesn't authenticate against Active Directory
...and password fails. Basically, I can't see even see the shares. If I give username/password for a user in smbpasswd, then I can browse the Samba server. Configuration info: ADS server: LICENSE ADS server IP: 192.168.254.201 ADS domain/realm: 3KINGSINC.LOCAL Windows Server 2003 Samba server: DATASERVER Samba server IP: 192.168.254.250 RedHat Linux 9, Samba 3.0.0, krb5 1.3.1 successfully joined this to ADS domain Client: TS Client IP: 192.168.254.202 Windows Server 2003 is a member server in ADS domain ----- Output of wbinfo -t: checking the trust secret via RPC calls failed error code was NT_ST...
2004 May 12
2
How to display the folder names in Japanese?
Hi, I have a FreeBSD-Current and I wanted to access the shares in our Windows NT. What I did: Since I only wanted to Access the only Data Server that we have in our ethernet LAN I tried in kterm the following, #smbutil view //windows_username@dataserver The result is, Share Type Comment ------------------------------- NETLOGON disk Logon server share ADMIN$ disk Remote Admin REPL$ disk IPC$ pipe Remote IPC C$ disk Default share G$ disk Default share H$...
2003 Feb 17
1
Fw: help No domain server was available to validate password
...ot; Processing section "[tmp]" Processing section "[sismac]" Loaded services file OK. Press enter to see a dump of your service definitions # Global parameters [global] coding system = client code page = 850 code page directory = /usr/share/samba/codepages workgroup = DATASERVER netbios name = DATASERVER netbios aliases = netbios scope = server string = Samba Server interfaces = bind interfaces only = No security = USER encrypt passwords = Yes update encrypted = No allow trusted domains = Yes hosts equiv = min passwd length = 5 map to guest = Never null p...
2004 May 05
4
Domain security, users still asked for login
...gives no errors: Load smb config files from /etc/samba/smb.conf Processing section "[general]" Loaded services file OK. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions # Global parameters [global] workgroup = MYDOMAIN server string = DATASERVER security = DOMAIN password server = 2k3domaincontroller socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 load printers = No os level = 33 preferred master = No local master = No domain master = No dns proxy = No...
2005 Jun 22
3
How to I change server=[Samba 3.04.14a-2] to something else?
...-- MYSERVER My Fileserver ------------------------------- So I have set the "Server string" to "My Fileserver", which shows up correctly in the comment. I want to change the Server=[Samba 3.0.14a-2] being announced to something else. I would like Server=[DataServer] as I do not want the server annoucing to the world it is running samba. How would I do this? I want to do this as when you browse shares in Windows XP its plunks "Samba 3.0.14a-2" into the task bar. Thanks in advance. --- Charles
2005 Jun 23
4
How to I change server=[Samba 3.04.14a-2] to somethin g else?
> It would be much nicer to see: > "Office on 'DataServer (roipdc)' (G:)" > > Heck I could even live with: > "Office on 'Samba (roipdc)' (G:)" > I personally do not see the need for end users to have the version > number announced to them to be honest. > > I was hoping there was a simple not well document...
2004 Sep 29
0
Are User Logon Hours Enforced on 3.0.7?
...Password last set 8/20/2004 5:51 PM Password expires Never Password changeable 8/20/2004 5:51 PM Password required Yes User may change password Yes Workstations allowed All Logon script logon.bat User profile \\dataserver\profiles\.msprofile Home directory \\dataserver\tyler\.9xprofile Last logon Never Logon hours allowed Sunday 9:00 AM - 7:00 PM Monday 9:00 AM - 7:00 PM Tuesday 9:00 AM - 7:00 PM...
2008 Aug 26
3
Public share with samba/ Winbind
Hi all, i have a samba dataserver who works fine with AD authentification ... I need a share who was accessible for everybody ( outside the main domain) .. Is it possible when " security = ads" ? I try public = yes , guest = ok .. But i need to authentificate myself. Thanks a lot. ++
2002 Jun 06
0
Traffic Shape by Subdomain
hi list, this is my first posting in the list here. At the moment I am reading the Advanced Traffic..... How-To. perhaps some one can tell me how to realize my idea. We have a data-server which is used by different subnets in our company. now I want wo put a linux-box in front the dataserver which control traffic usage to the different subnet´s. is it possible to do this transparent and dynamic? linux bridge? UserPC | | Subnet1 ---- Router ------100Mbit--- | switch <-100MBit --> Linux-Box <--- 100MBit ----> Dataserver | Subnet2 ---------...
2013 Dec 17
1
ActiveRecord and tiny_tds
...ss'',:host => ''host'',:database => ''db'') result = client.execute(sql) => #<TinyTds::Result:0x000000022c3e48> When I try the same query with an ActiveRecord::Base model I don''t see any results (I''ve tried both :host and :dataserver with the same result). class Ipdb < ActiveRecord::Base establish_connection( :adapter => "sqlserver", :host => ''host'', :username => ''user'', :password => ''pass'', :database...
2008 Sep 30
3
Samba mapped drive to XP on logon
...etc, but haven't been able to find anyone with similar behavior or that describes it in the same way, at least. Thank you for any help or pointers to FAQs or otherwise. Here's the global config: [global] workgroup = WRK netbios name = SERVER1 netbios aliases = dataserver server string = %h (Data Server) security = USER encrypt passwords = true passdb backend = tdbsam null passwords = no passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spas sword:* %n\n ....
2006 Mar 30
15
Survey: Favored Rails Production Environment
We''re trying to set up a colocated server for deploying a Rails application or three. Right now I''m undecided between a PC-based server running FreeBSD and an Xserve running OS X. I''ve never colocated before so I''m wondering if anyone has stories, tips, or could say what their preferred OS is for running Rails. I''m also wondering how performance of
2003 May 30
1
Problem: Copying large amount of files to SAMBA Server. W2K Error "file in use" for exe files.
Hi all, first i want to say a big "Hello" to the list, since this is my first posting here. Yesterday i just installed another SAMBA server on a middle class (K6-2 500, 128MB) machine. All shares are accessable like expected but i often get an "Can't move file. File in use." error from my W2K client when moving large amount of files to the SAMBA server. This error
2003 Jul 27
4
samba-PDC problem
...d to the server. Contact your network administrator.' 2-'Windows cannot find the local profile & is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.' These are the relevant lines from my smb.conf: workgroup=DATA netbios name=DATASERVER logon script=%g.bat domain logons=yes [Profiles] path=/home/profiles create mask=0777 read only=no browseable=no I can access \\henry\profiles from the run command okay I have also tried: path=/home/users/%u to store profiles in home directories e.g. mine would be /home/users/traxx but I get the...
2002 Jul 16
0
SaMBa 2.2.2 Eating CPU!
...INTR SSYS 6.09 52.7% 0.6% 46.3% 0.4% 0.0% 0.0% 0.0% 0.0% Memory: 99764K (59148K) real, 147820K (53408K) virtual, 45076K free Page# 1/9 TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND ? 931 corana 232 20 12348K 11956K run 621:55 26.28 26.23 dataserver ? 11280 root 209 20 2312K 976K run 0:33 7.61 7.60 smbd ? 11261 root 154 20 2216K 816K sleep 0:35 6.29 6.28 smbd ? 11257 root 154 20 2216K 816K sleep 0:32 5.40 5.39 smbd ? 11278 root 154 20 2216K 816K sleep 0:32 4.70 4.70 smbd ? 1110 coran...
2009 Mar 25
0
IBM_DB version 1.0.5 supports ruby-1.9.1
Hi All, New version (1.0.5) of ibm_db Rails Adapter/driver for IBM dataservers is now available. This release of gem provides support for ruby-1.9.1. With this support for 1.9.1 the ibm_db gem works fine as a ASCII driver, with unicode support to follow in the coming releases. This release also provides support for SQLRowcount feature in the driver. This release contains fix...
2013 Nov 16
0
Samba as PDC
...oller in a Samba config (security=share) under Ubuntu, moved the DNSMasq off to a Pi box, setting up a DMZ with Apache+ and run a number of laptops with linuxmint and windows for the kids. I came across an issue with uid:gid on the server indicating Nemo does not pick up file ownership from the Dataserver properly and overlays it with local user information all of which has lead me to wanting to use an AD of sorts. The short of it is can you use Samba setup to run as a PDC for single point of user authentication?? ... understand that all Linux systems will need at least a primary user say '...