Displaying 20 results from an estimated 200 matches similar to: "netbios name resolution inside linux via samba?"
2008 Mar 06
1
Re: cifs verses smbfs for Linux clients -time stamp issue
After mounting a windows share via cifs I have came across the same
issue as described here:
http://lists.samba.org/archive/samba/2006-April/119813.html
"While using vim on files mounted under CIFS, when trying to write an
existing file you will randomly be warned "The file has been changed
since reading it!!!". Normally, this only occurs when another user
accesses and saves the
2009 Jul 24
1
Bug[5305] NT_STATUS_INVALID_COMPUTER_NAME
On Fri, Jul 24, 2009 at 09:13:07AM -0500, Lukasz Szybalski wrote:
> > Try to add "-S delldebian2" to that command line
> >
>
> net rpc join -I xx.x.x.xx -UAdministrator -w mydomainname -S delldebian2
> Enter Administrator's password:
> [2009/07/24 08:46:47, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(393)
> Error in domain join verification
2008 Feb 22
1
can't resolve NETBios names
My LAN has a single linux/samba server as a PDC/file server, and several
windows workstations. The workstations get their IP addresses from a Linksys
cable router DHCP server.
I can't get the linux machine to resolve the NETBios names of the windows
machines.
>From the Linux machine I can see the Internet through the DSL router, I can
ping the windows machines by IP address, but
2008 Mar 26
2
user accounts
I am confused on the various account creation methods in samba. I am
running Fedora Core 8 and Samba 3.0.26a-6.
1.)
I can create a user with pdbedit -a
I can create a user with smbpasswd -a
I can list the users with the pdbedit -L command
Where is the file with the users that the above commands create and
pdbedit -L lists?
2.)
In SWAT under "server password management" I created a use
2008 Mar 29
1
Access Denied - How to solve it?
Hi,
I have a software samba installed in
Kubuntu and I have tried to write
archives in samba area. I can read
archives that are in samba area, but
I can't put new archives in this area.
The error message
access denied:
It was not possible write to smb://oxigenio/narciso/fatorial.java
root@oxigenio:/etc/samba# uname -a
Linux oxigenio 2.6.22-14-generic #1 SMP Tue Feb 12
2008 May 27
2
printer drivers - Add Printer Wizard disabled
I'm following along in the guide, trying to make printer drivers
available from Samba. But when I right-click on a printer in Windows
XP and select the "properties" tab, it's disabled:
http://tinypic.com/usermedia.php?uo=BMeeHijW2w%2FyTvDsjpQbEQ%3D%3D
So how do I enable this so the client can upload the drivers? So far I
have tried:
* Add the name of the user as "printer
2008 Feb 19
2
Moving / Copying files inside server across different shares
Hi guys!
when I move a file inside a share (for example, from
\\server\myshare\dir1 to \\server\myshare\dir2), Samba manages it in
order to make the move inside the server. That is, its very fast
because the file never gets downloaded to the client.
My problem is that when moving a file across different shares, it gets
first downloaded to the client and then copied back to the new
location. For
2007 Oct 04
3
Setting up common drive w/letter?
I want to configure samba to produce a common area (i.e. /home/shared) as
an assigned drive letter to all users. Thus, in addition to users
logging into the domain and having an H: drive for their personal account,
they will also get an S: drive (for example) for a common area.
How do I configure this in smb.conf?
Thanks.
Scott
2007 Sep 07
3
PDC (can't fetch domain SID)
os: debian etch 4.0
samba: 3.025c
i am reading through the how-to (using samba 3rd ed), freely available btw
at http://book.opensourceproject.org.cn/sysadmin/samba/sambao3rd/
i am interested in setting up a samba pdc for a good dozen windows xp pro
clients. (i somehow could not wake up from the windows 2003 sbs nightmare).
i have been able to join my debian box to the local windows domain and
2008 May 16
6
NetBIOS name resolution from Linux
Hi all,
I set up a Samba server (version 3.0.24) names "Lamp" on a Debian Etch
distribution. It provides a "guest" (guest ok = yes, guest only = yes,
security = SHARE) access to a "share" directory, which works fine.
Indeed, I can access \\lamp\share from a Windows machine (named
"Ginger") without issuing a password.
I can also ping the Linux machine
2006 May 30
6
Why would I choose RoR over Turbogears
I''m trying to get some answers as to why I (my company actually) would
go with RoR over TurboGears. The developer staff is fluent in both Ruby
and Python so that is not an issue. Rails is well into its release
cycle whereas Turbogears won''t be at 1.0 until later this week. They
both do essentially the same thing and they both have cool features
unique to themselves
2007 Sep 26
3
guest not permitted to access share
Hi!
I have got the problem with my guest account. I can`t access to the share.
The OS is Centos 5 Linux 2.6.18-8.1.10.el5 #1 SMP
Version of krb5 is 1.5-29
This is my smb.conf:
[global]
# server string is the equivalent of the NT Description field
netbios name = SERVER
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = DOMAIN
realm = DOMAIN.NET
security = ADS
password server
2006 Apr 20
5
Toolbox
Hello my friends
Today at FISL (International Forum of Free Software), I''ve had the
opportunity to watch a Turbogears presentation.
The framework, itself is really weak in comparison to rails, but... When the
guy who was making the presentation show the NEW 0.9 TurboGears Toolbox I''ve
though:
- Isn''t something like that in Rails?
Well, after a little googleing
2006 Jul 25
3
Task scheduler
Does anyone know if there exists a Task Scheduler module in Ruby on
Rails like in TurboGears below?
http://www.turbogears.org/preview/docs/scheduler.html
I''m using Ruby on Rails for a multiplayer online game and I want to set
checks at regular intervals to see if users are still logged in etc.
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
2011 Sep 28
2
samba print server - unable to change "advanced" settings from a client machine 3.5.6
Hello,
I'm having trouble replacing our old print server (debian sarge) with a new
one.
When I enable print$ and force user root and give access to nobody, the
print$ share is working properly. I can create delete, add files etc from a
windows xp machine. What I need now is being able to "go to printers and
faxes, right click on the printer, go to advanced, and click new driver"
2006 Feb 23
5
Help with SCGI please :(
Hi,
While learning Ruby and Rails, I decided I just as well learn Linux
along the way... It''s been fun, but I''m stuck at one of those
exasperating moments... I hope someone can help me :)
I installed Ruby 1.8.4 on Fedora Core 4, then Rails, then lighty, and
then SCGI.
I used yum to install lighty... and it already comes with mod_scgi.
I created my first application in
2006 Jul 21
9
How 37s affects Rails
Ok, no one has said it yet so I will.
http://37signals.com/svn/archives2/bezos_expeditions_invests_in_37signals.php?102#comments
How is this going to affect Rails? Or is it?
--
Posted via http://www.ruby-forum.com/.
2006 May 30
3
act_as_dom_tree
im thinking about extracting this into a plugin, but it currently relies
a couple gems and another rails plugin. is there a dependency management
feature with ./script/plugin? i never could get it to check anything out
of SVN let alone install dependent stuff...
--
Posted via http://www.ruby-forum.com/.
2008 May 27
1
stateful computation for web-based R across HTTP requests
Hi,
A friend just introduced me to R today and I think it is really nice after
browsing its web site. I'm eager to cook up some web-based interface to use
R at work for more platform-independent access. I plan to implement it in
a Python-based framework such as TurboGears or Django on either FreeBSD or
Linux platform. My question is: how do i maintain stateful computations
across
2007 Nov 05
1
logon script to start a website
Hello,
Is there a way in logonscript.bat to start a website with some address.
@start "my current default browser" "http://google.com"
?
How would a script line for that look? Does anybody have one done
already and if so could you sent it to me?
Thank you,
Lucas