search for: bream

Displaying 6 results from an estimated 6 matches for "bream".

Did you mean: break
2014 Apr 24
1
Lock order violation and file lost
....xlsx But the '~$glorp.xlsx' and 'F790B97D.tmp' files remain in the directory. Unfortunately after having had one failure to save the file, the users usually click on Don't Save the second time and the file is gone. The system log file now shows the following: Apr 23 13:58:39 bream smbd[29505]: [2014/04/23 13:58:39.412682, 0] ../lib/dbwrap/dbwrap.c:193(dbwrap_check_lock_order) Apr 23 13:58:39 bream smbd[29505]: Lock order violation: Trying /opt/local/samba4/var/lock/smbXsrv_open_global.tdb at 1 while /opt/local/samba4/var/lock/locking.tdb at 1 is locked Apr 23 13:58:39 bre...
2005 Dec 19
2
Validation that works in the controller
Hi, Is there a way of validating input inside the controller? or an equivalent to ActiveRecord::Validations::ClassMethods.validates_presence_of ? Cheers, -- Colin
2015 Feb 12
1
Samba 4.2.0rc4 can't authenticate users
...20 minutes. The second is after shutting down Samba and restarting it about 2 minutes later. In each case I did not try to access anything until about 2 minutes after starting Samba The first log. 2015/02/11 15:53:38.155177, 2] ../source3/smbd/reply.c:593(reply_special) netbios connect: name1=BREAM 0x20 name2=TETRA 0x0 [2015/02/11 15:53:38.155651, 2] ../source3/smbd/reply.c:634(reply_special) netbios connect: local=bream remote=tetra, name type = 0 [2015/02/11 15:53:38.434732, 2] ../source3/smbd/sesssetup.c:551(setup_new_vc_session) setup_new_vc_session: New VC == 0, i...
2015 Feb 12
0
Samba 4.2.0rc4 can't authenticate users
...utting down Samba and restarting it > about 2 minutes later. In each case I did not try to access anything > until about 2 minutes after starting Samba > > The first log. > > 2015/02/11 15:53:38.155177, 2] ../source3/smbd/reply.c:593(reply_special) > netbios connect: name1=BREAM 0x20 name2=TETRA 0x0 > [2015/02/11 15:53:38.155651, 2] ../source3/smbd/reply.c:634(reply_special) > netbios connect: local=bream remote=tetra, name type = 0 > [2015/02/11 15:53:38.434732, 2] ../source3/smbd/sesssetup.c:551(setup_new_vc_session) > setup_new_vc_ses...
2005 Dec 17
1
webbrick and logger output
Hi, When I do: logger.info "hello?" I would expect it to output something from the webbrick output but it doesn''t seem to. Am I doing something wrong? or is there another way of outputting on the webbrick output? Thanks, -- Colin
2005 Dec 19
0
ActionView::Helpers::FormHelper.text_field
Hi, Is it possible to use the ActionView::Helpers::FormHelper.text_field with an instance variable instead of a model. e.g. In the controller: def meth @value = ''hi there'' end In view: <%= text_field ''value'', nil %> It doesn''t work with what is above (doesn''t like the nil) and produces very strange results replacing nil with