Displaying 20 results from an estimated 25 matches for "brixen".
Did you mean:
brien
2006 Dec 21
3
Stubbing an instance method on a class
Hi all,
I''m not sure if I''ve missed it, but I couldn''t find any docs for
stubbing an instance method on a class. For example:
class Foo; end
Foo.stub!(:my_instance_method).and_return(nil)
The reason (I think) I need this is because a certain class
(Test::Unit::TestCase) expects an argument (name of method) to new and
throws an exception if that instance method
2011 Mar 30
10
compressed file VFS
Hallo,
we have a clinical system that generate lot of files that once written
are never changed. This file consume lot of disk and tape space*, so my
idea was to compress this files. The problem is that it can happen, that
the users have to open this files later.
Is there a VFS module for samba that show gzipped** read only files as
if they were standard files ?
Bye
Andreas
* Disks are
2006 Dec 20
8
RSpec 0.7.5
The RSpec Development Team is pleased to announce the release of RSpec 0.7.5.
This release adds support for Heckle - Seattle''rb''s code mutation tool.
There are also several bug fixes to the RSpec core and the RSpec on
Rails plugin.
Changes: http://rspec.rubyforge.org/changes.html
Download: http://rubyforge.org/frs/?group_id=797
or
gem install rspec
Happy spec''ing,
2004 Jan 09
2
start a batch after rsync
Hello,
I would like to replicate one file from one machine to a second one with
rsync. After the file is copied ( rsync in read mode ), if the file
has changed i must start a small batch, if it has not change I must do
nothing.
What's the easiest way to do this ?
Thanks you
Andreas
2010 Sep 29
1
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
Hello,
we have a old version of rsync running since 2005.
Now I tried to sync between two new servers with rsync 3.0.7 and get the
error
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
On one server ( 192.168.10.2 ) I have rsync running as daemon and this
rsyncd.conf
read only = true
use chroot = false
transfer logging = true
log format = %h %o %f %l %b
log file
2002 Aug 12
0
AW: AW: Samba tries to contact external IP ?
Hi Anreas,
I have problems interpreting the PIX output
> -----Urspr?ngliche Nachricht-----
> Von: Andreas Moroder [mailto:andreas.moroder@sb-brixen.it]
> Gesendet: Donnerstag, 8. August 2002 07:56
> An: Uli Luckas
> Cc: samba@lists.samba.org
> Betreff: Re: AW: [Samba] Samba tries to contact external IP ?
>
>
> Hello Uli,
>
> the packet are TCP. Our PIX does not give alarms about packet
> trying to come in,
>...
2010 Jun 15
3
samba to update DDNS
Hello,
is it possible to let samba update the DNS entries in our bind DNS
server whenever a windows PC connects to the network ?
Bye
Andreas
2013 Nov 04
1
"hide files" does not work
Hello,
in smb.conf on a share I did set
hide files=/*.pdf/*.PDF/*.p7m/*.P7M/
It works on a second level directory e.g. I don't see pdf files if they
are in i:\a\b
but see them on the 3th level i:\a\b\c
Is this a error in our samba 3.5.6 or is this a configuration problem ?
Thanks
Andreas
2013 May 02
3
guest share on a " security = user" server
Hello,
our samba server runs in security = user mode.
Now I need a share people can connect to, even if they are not in the domain.
I tried this configuration
[open]
comment = Fuer Scripte die via Mcafee gestartet werden
guest only = yes
#security = share
path = /san/san-lacie/abteilungen/allgemein/mcafee
read only = no
writable = no
printable = no
Browseable = No
but it does not work.
2006 Dec 20
16
Edge RSpec on Rails...what did I forget?
Started a new Rails project, and installed RSpec and the Rails plugin
vendor/plugins/rspec (svn://rubyforge.org/var/svn/rspec/trunk/rspec) - 1332
vendor/plugins/rspec_on_rails
(svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails/vendor/plugins/rspec_on_rails)
- 1332
Generated the rspec file, created a model...the spec runs fine if I do
ruby spec/models/foo_spec.rb. Running rake though gives
2008 Jul 08
1
tftpd: read: Connection refused
Hello,
we have two diskless machines in a routed network.
Both get their IP adresse and tftp configuration via dhcp.
When we start one machine all works well, when the second machine tries
to download the kernel via tftp we get this error:
Jul 8 09:49:52 voyager2 in.tftpd[8374]: RRQ from 10.63.5.122 filename
/andreas/pxelinux.0
Jul 8 09:49:53 voyager2 in.tftpd[8374]: tftpd: read: Connection
2005 Aug 03
0
hosts allow and netbios names
Hello,
when I set a name instead of a IP on the "hosts allow" parameter, does
samba resolve the name using DNS or can it use the netbios name ( %m) of
the client too ?
Thanks
Andreas
2007 Sep 19
0
wins.dat or wins.tdb
Hello,
does the latest versions of samba 3.x use wins.dat or wins.tdb ?
Is documenation available about what the various values in the wins.dat ?
Thanks
Andreas
2008 Jan 09
2
samba domain and windows server licenses
Hello,
sorry if this post is a little bit offtopic, but samba is marginaly
involved and I hope this problem was solved before.
We have a windows 2000 terminal server in a domain where the PDC and BDC
are linux/samba machines. Now on the TS we get a message 221 that we
need more server licenses. When I try to add them through the license
manager it searchs for a service on the PDC/BDC that
2009 Jun 02
1
BranchCache and Samba
Hello,
will samba implement BranchCache in the near future ?
If not, is the samba proxy caching VFS I did read about in older postings ready
for production use ?
Thanks
Andreas
2009 Aug 04
0
wins registration
Hello,
we have network printer that have no way to set their hostname locally.
We connect them to the network. When they get the dhcp Address we
connect via browser and set the hostname we want to give them. At the
next boot the dns name is then reset by the dhcp server.
The problem is the wins registration. The printers register to our wins
server the first time with their original name.
2010 Jan 12
1
concurrent ms access usage does not work with 3.4.3
Since we upgraded samba to 3.4.3 ( from 3.0.26a ) on our fileserver only
one user at a time can use a ms access ( .mdb ) program we wrote. The
second user that tries to start this application gets a message that the
mdb is lockeb by another user. The strange thing is that I as
administrator can connect as second uset to the mdb without problems.
Is this a known probleme and is there a
2010 Jan 14
1
Feedback to getting to samba 4 blog
Hello,
I did not find a way tu put my opinion to the blog so I answer here. I
hope this is ok.
We ( a public hospital ) are one of the few that have no AD, because I
wanted to wait that samba has this functionality.
Every solution that give us the stability of samba and also AD is ok for
us, but please this year, otherwise I will be force to start with MS AD.
Thanks
Andreas
2010 Jan 25
0
valid charcters in trust password
Hello,
we tried to create a trust between a samba 3.4.3 and win 2008. It did
not work an we lost two days before we discovered that it did not work
because we had a $ in the password.
Is there documentation about what characters are valid in a password for
a trust account ?
Thanks
Andreas
2011 Aug 17
0
very slow profile loading and strange log message
Hello,
since a few days the computer in a branch office the computer take five
and more minutes to load the user profile.
In the user's samba log I found many lines of the type:
[2011/08/17 12:36:09, 0] smbd/service.c:1188(make_connection)
tonon-pc11 (::ffff:192.168.10.11) couldn't find service odb$
We don't have a service ODB defined on our samba server and never had.
Is