Displaying 20 results from an estimated 4000 matches similar to: "Eror when running rsync"
2003 Jan 30
2
WINS question
Hello
Have a trouble.
I have mashine with two interfaces.
Samba running at both with the same name of computer.
In wins-servers wins.dat i see next string:
"GRAND#20" 1044171787 192.168.1.1 192.168.2.1 46R
It's ok.
But for ALL mashines in any interfaces with any IP (192.168.1.X or 192.168.2.X)
returned first IP in list:
------------------
[2003/01/30 11:03:21, 3]
2002 Feb 12
1
SMB-server from Win2k -> Red Hat Linux 7.2 - Samba 2.2.1a seen in Network Neighbourhood but not browsable
Hi everyone,
I am new to the list and new to Linux as well as to Samba. I've read quite a
few howtos, man-pages and other docs on samba now. I configured my own
SMB-server with smbd and nmbd. Of course I generated a smb.conf file and my
server is accessible and running on the Linux mashine. I can connect with
smbclient to the Linux-mashine and to the win2k-mashine (hostname and service
2003 Jan 06
2
(no subject)
Hello!
I trying to setup Domain Controller with Samba,
but I have some trouble.
As I understood, I ought to create "Trust Account" for
every mashine, and if mashine name is "vasya" then
account should be "vasya$"
but FreeBSD is not allowed to create accounts with "$" characters,
what should I do ?
Thanks!
/* spectre */
2001 Mar 06
3
crashing on receiving connection
Hello,
I got trouble installing tinc daemon. Every time when a connection comes
in, the daemon crashes:
Mar 6 18:32:56 localhost tinc.vpn[20703]: tincd 1.0pre3 (Feb 21 2001 02:32:50) starting, debug level 5
Mar 6 18:32:56 localhost tinc.vpn[20703]: Ready: listening on port 655
Mar 6 18:33:00 localhost tinc.vpn[20703]: Connection from 192.168.0.4 port 1135
Mar 6 18:33:00 localhost
security passwd-encryption & netbios-names (wins)-RH 7.2 samba 221a (standard installation from rpm)
2002 Feb 17
1
security passwd-encryption & netbios-names (wins)-RH 7.2 samba 221a (standard installation from rpm)
Hey geeks,
I have been reading several faqs and howtos now and haven't come very far
with what I really wanted to accomplish:
I have installed samba from the RH 7.2 distro rpm. I have set it up so I can
access my windows shares on the linux mashine. I can "ping athlon" (which is
the netbios-name for the win2k mashine) I can "ping linux" (which is
obviously my
2006 Jan 19
4
PHP ob_start in Ruby
I need to include Content-Length in each file. In PHP it would be:
<?php
ob_start();
?>
html
<?php
header(''Content-Length: '' . ob_get_length()); ob_end_flush();
?>
How can I do the same in Ruby?
Thanks,
eduard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 May 08
1
Config error - please help-continue
It didn't help :(
When I did ping to 192.168.1.1 from client machine I got the following in
syslog:
May 8 08:55:54 ns tinc.vpn_net[726]: Sending packet of 100 bytes to US_VPN
(x.x.x.x - inetIP)
May 8 08:55:55 ns tinc.vpn_net[726]: Incoming data socket error: Connection
refused
tcpdump -i tap0 gives this:
08:49:13.919331 ns.iris.bg > 192.168.1.1: icmp: echo request
08:49:14.919323
2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and
returns parts of the content and the file names which are HREFs to
those file.
I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name".
My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So,
the final link that I am interested in might look like this:
2003 Jul 25
1
disabled mashine account without password
Hi,
when i try to join a winxp pro client to my samba domain i get an access
denied error.
Checking /etc/passwd and smbpasswd shows an new created mashine account,
but the account
is disabled and without a password.
I'm using a debian 3.0 Linux with Samba 2.2.8a-1.0 and the following add
user script:
/usr/sbin/useradd -d /dev/null -g workstations -s /bin/false -M %u
Is there something
2004 Aug 23
1
'net rcp shudown' with mashine account (-n -P) possible???
Hello samba-list,
I'm able to shutdown remote mashines using:
supzli02pdc:~ # net rpc shutdown -S <target-pc> -U Administrator%<passwd> -r -t 1 --comment=Abmelden
I wounder if this is also possible with an mashine account auth (from the
PDC)? I couldn't get it to work:
supzli02pdc:~ # net -n supzli02pdc -P rpc shutdown -r -t 1 -S <target-pc> --comment=Abmelden
2004 Jul 26
1
theora_info struct question
Hi
I'm evaluating Theora for a video communication system and would like some
info as to what the following struct members (from the theora_info structure)
do and what values one should pass to them:
If there is some documentation somewhere that I've missed, please direct me to
it.
===== Extract from theora.h =====
int quality;
int quick_p; /* quick encode/decode */
2003 Jul 23
2
Probs joining Samba PDC with WinXP
Hello,
I'm using Debian 3.0 with Samba 2.2.8a-1.0 when i try to join my
xp-mashine (xp-pro with sighnorseal patch) to the domain using the root
accout
i get the error: "unknown user or invalid password", but when i connect
via swat everything works fine.
i added a mashineaccount to passwd and smbpasswd, trying to join the
xp-mashine via a normal user accout fails with
"access
2005 Aug 12
4
Adding machine to domain fails - check permissions? (ldap)
Dear list,
Whe i trying to add a machine to the domain(ldap/pdc) i get the
following error:
> Error: modifications require authentication at
> /usr/share/perl5/smbldap_tools.pm line 891, <DATA> line 283.
> [2005/08/11 16:46:54, 0]
> rpc_server/srv_samr_nt.c:_samr_create_user(2324)
> _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
>
2005 Mar 10
2
NoMethodError in Event_type#create
I am new Ruby on Rails, so excuse me if my question seems pretty obvious.
I am trying to validate uniqueness of a filed:
class EventType < ActiveRecord::Base
belongs_to :sport
validates_uniqueness_of :event_type
end
When I run it, I get this error message:
Showing /event_type/new.rhtml where line #27 raised undefined method
`each'' for nil:NilClass
<select
2009 Apr 20
1
New bindings for Xapian
Hello. I've written the bindings for the Concept Application Server for Xapian (and included into the default package).
The sources are available here: http://www.radgs.com/downloads/standard.search.xapian-1.0.tar.gz
And the Concept Include files here: http://www.radgs.com/downloads/xapian-include-1.0.tgz
Also, i've rewritten 2 examples in Concept:
2003 Nov 27
2
Linux/Samba for the first time
I'm setting up a linux mashine with samba for filesharing to windowsclients.
I use samba 3 and Linux rh9 and swat.
We are just a small group of trusted people.
I need to create a folder with rights for any windowsuser in the workgroup
to:
-connect to and add subfolders and files.
-read all the subfolders and files.
-change in subfolders and files.
Basicly we will store the economysystem,
2001 Jun 19
2
Question about building tinc pre4
When trying to make the last version I'm getting this error
(#./configure --prefix=/some/dir); #make):
============================
gcc -g -O2 -I/usr/local/openssl/include -DPKGLIBDIR=/usr/local/tinc_new/lib
/tinc -DCONFDIR=\"/usr/local/tinc_new/etc\" -DLOCALEDIR=\"/usr/local
/tinc_new/share/locale\" -DLOCALSTATEDIR=\"/usr/local/tinc_new/var\" -o
tincd
2001 Sep 22
7
FS locks
Hello,
unfortunately I got some trouble using ext3 - the system hangs when
working in a certain directory. Not completely, I can switch between
consoles and reboot with SysRQ, but cannot do anything which requires
disk IO: not start any applications, not umount, nothing. I could send
the strace output, but I don't think this would help anyone. Sorry, but
I don't have a clue where to start
2006 Feb 01
4
REXML::ParseException - but the feed IS valid
I am using Ruby feedparser and when I try to parse this feed:
http://feeds.feedburner.com/Mobilecrunch
I get an error:
REXML::ParseException: Declarations can only occur in the doctype
declaration.
This feed does validate at feedvalidator.org. Any idea why it would raise
an exception?
Thanks,
eduard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 03
1
64bit processor and 32 bit digium card
Hi Guys,
Im planning to setup a server that has a 64bit processor and 32bit digium card using 64bit kernel of Linux.Id like to know if il be having a problem later on its compatibility and the availability of drivers or patches for 64bit zaptel.Because we all know the 64bit are not much matured enough.
Any comment and suggestion guys.Will highly appreciated.