Displaying 20 results from an estimated 200 matches similar to: "[Bridge] Bridge problem"
2014 Mar 06
1
Home drive and logon scripts intermitently not applied
Hi folks,
This problem has been driving me nuts for the last 3 years... Now I am
running Samba 4.0.9 but the very same was happening before the
migration to AD, with Samba 3.x. Most clients are running WinXP SP3
with all updates.
The problem is that both the logon script and home drive defined on
the "Profile" tab on the AD Users and Computers MMC, *RANDOMLY* and
*INTERMITENTLY* does
2018 Sep 06
6
rsyslog listening on high port
Attempting to lookup why rsyslogd is listening on the high port
UDP/51427. Have not succeeded in what this port is used for and what
directive controls what interface it binds to.
[root at bedrock ~]# netstat --listen --inet --program --numeric | grep syslog
udp??0??0 0.0.0.0:51427??0.0.0.0:*???66655/rsyslogd?
--
Adam Tauno Williams <mailto:awilliam at whitemice.org> GPG D95ED383
2006 Apr 04
1
sessions failing on debian apache2 fast_cgi
Hi All,
So I just pushed our rails app to our production server, but I''ve
encountered a number of problems.
Firstly the fast_cgi processes seem to be eating up a hell of a lot of
memory, at times max out our 1gig of RAM. I''ve switched back to cgi for
the moment, but independently of that sessions seem to be failing
intermitently.
The session will hold itself stable for a
2008 Dec 09
1
Connectivity issues
Samba 3.2.5
I'm running into an issue when using Vista to access Samba shares. I'm
able to connect intermitently and it stays connected for a brief period of
time (under 60 seconds) before I get the following error on the Vista box:
"Network path was not found"
In syslog it shows:
[begin]
[2008/12/09 11:09:03, 2] auth/auth.c:check_ntlm_password(308)
check_ntlm_password:
2006 Jan 11
8
[scriptaculous] Intermitently Disabling Clicks
I have button that slides down a menu using Effect.BlindDown, but the
function that slides it down also makes it so that the opening link
now slides the menu back in.
If the user double clicks the link (thuse opening & closing
immediatley) the slide animation breaks, then will not extend
correctly (but no JS errors). How would you go about stopping this
happening?
Also, is it just me or is
2007 Feb 09
4
asterisk 1.4 FC5 and Gtalk
JABBER: gtalk_account OUTGOING: <?xml version='1.0'?><stream:stream
xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='
gmail.com' version='1.0'>
localhost*CLI> jabber show tes
JABBER: gtalk_account INCOMING: <?xml version="1.0"
encoding="UTF-8"?><stream:stream from="gmail.com"
2002 Feb 19
0
Intermitent Samba connection problem
Some of the computers in our network keep having trouble connecting to
samba
I was able to restore the connectivity by placing the computer and IP
address in the host file.
Immediately after that the client was able to connect. It is my
understanding that when Samba is
using WINS if the WINS server fails to respond within a certain length
of time then these are the types
of errors I will get. Is
2007 Apr 21
7
Database Modeller (Mac)
Can anyone recommend a database modelling tool for the Mac? I''m
building a new Rails app and want an interface to draw out the
database''s entity relationship diagram, setup foreign keys and then
output DDL at the end to MySQL.
I''ve previously used DBDesigner, CASE Studio and some pricier
enterprise software on Windows, but can''t find anything suitable for
my
2007 Jun 25
1
How can I set NIC duplex before installation?
Hello,
I have installed CentOS 5 onto a server this afternoon using NFS. The
NFS 'server' has a 100Mb/full-duplex interface, the server I installed
CentOS on to has 4 x 100Mb interfaces. However, the installation was
painfully slow to start with, and by using ctrl-alt-f2/f4/f5 I could see
that contact with the NFS server was intermitently failing. Soon after
some of the packages had
2006 Aug 11
1
Absolute path to public/images in rake task?
Hi all
I''m trying to create a rake task for the first time, so please be a bit
patient with me. ;-)
I''m coding a photo gallery. Every photo gallery''s photos are in its own
folder, and after an update I''d like to be able to synchronize the photo
files with the database (because every photo has its own Photo class
object). I''ve got so far:
# File
2008 May 13
3
R benchmarking program
Hi All,
I've just rebuild the latest R with the Goto BLAS on our new Intel quad core machines. I did a few basic matrix calculations, and I was very impressed by the performance I saw. I wonder if anyone has a more rigorous benchmarking program for R. I downloaded a old R test/benchmarking program (see below), and this didn't work with the current R, and so I wondered if anyone could
2007 Dec 25
2
Simple File I/O benchmark tool for NT clients
Hi,
I need a simple tool for benchmarking my NT client against my Ubuntu Samba server.
I get 20MB/s during a file copy but I think my limit is the client's hard disk.
Dose anyone know a simple exe tool which simulate file I/O agains the Samba server.
I like to avoid using my lokal disk during the test.
Have looked around but can't find a simpe tool which dose the job without the
need of
2007 Apr 18
0
[Bridge] Cross compiling bridge utils 1.2
On Thu, 21 Dec 2006 14:58:06 +0530
"saravanan chanemouganandam" <saravanan_sprt@hotmail.com> wrote:
> Hi everybody,
>
> I am a newbie in using bridge utils for my application. I have a problem in cross compiling bridge utils on my host x86 development for my target ARM board. I have recently downloaded bridge utils 1.2 version and fascing some compilation porblem. Can
2009 Aug 19
2
outbound calls not ringing
I put a post on here about my issues with outbound calls not ringing but i haven't resolved it. so i am trying again.
When i dial any outside number i dont get a ring tone at all. when the person picks up and starts to talk i can hear them fine. it sounds great. How do I start to troubleshot this?
_________________________________________________________________
With Windows Live, you can
2007 Dec 26
1
Can I limit my browsing of share between clients?
Hi,
I have a share like this:
[Accounts]
comments = Accounting Dep common files
browseable = yes
writable = yes
locking = no
path = /mnt/accounts
guest ok = no
hide ureadable = yes
create mask = 0777
directory mask = 0777
host allowed = 192.168.0.20 192.168.0.25 192.168.0.27 192.168.0.28
I wan't 'Accounts' to only be visable on the client's WORKGROUP listed
2006 Aug 14
2
after_create is not being called
Hi all
I have the following model:
class PhotoGallery < ActiveRecord::Base
attr_accessible :title, :description, :file_path, :title_photo_id
has_many :photos, :dependent => :destroy
belongs_to :title_photo,
:class_name => ''Photo'',
:foreign_key => ''title_photo_id''
validates_presence_of :title, :description, :file_path
2008 Aug 15
3
[LLVMdev] Problems understanding alias analysis validation logic
I have a problem where I add an Andersens AA pass to the pass manager, but it appears to get invalidated by another pass, and never rerun. My understanding from reading the documentation is that when a pass gets invalidated, it should be rerun before any other passes that requires it. Here is a simple example of the problem I am seeing:
PassManager passManager;
passManager.add(new
2023 May 31
1
samba+winbindd problem joining Ubuntu 20+ to windows 2000 domain
Hi, people. How are you?. I hope you are very well
Could you help us, please?. We've a problem with Ubuntu+samba+winbindd
joining an old Windows 2000 Active Directory domain (we are testing
migrate our domain to SAMBA4 but, for now, we must continue using the
current domain).
We have no problems joining Ubuntu 18 and, in the past, we've joined
Ubuntu 20 PCs. It seems to be some
2004 Jan 06
0
Extremely frustrating intermitant printing problem.
We are running Suse Linux 8.2 with Samba 3.0.0.1 and Cups as our print
server on a network with windows 98 and 2000 clients and HP1300, 2100, 2200
and 4050 printers. We are experiencing an intermitant error whereby the
printer on the client machine will set itself to work off line and sometimes
freeze up the pc when an attempt is made to print from it. This error does
not happen in any consistant
2004 Dec 15
1
Sipura 2000 intermitent failure to register
I have asterisk 1.0.2 and a Sipura SPA-2000 (firmware 2.0.6(c) ).
Today it started to log "registration failed" at intermitent periods.
It registers fine, after a few minutes it can no longer register, then
after a few minutes it registers fine again.
I am wondering if there is a known issue with either asterisk or that
sipura firmware.
Victor Perez