search for: bast

Displaying 20 results from an estimated 42 matches for "bast".

Did you mean: base
2003 Jun 04
0
samba 3.0 alpha 24 with LDAP question
...s procedure?? I have gotten samba to talk to my ldap 2.0x server but it will not allow me to use the net command to modify group mappings. I am including a dump of my samba log at debug level 10 when I issue these commands and the general section of my smb.conf file. --- commands issued [root@bast samba]# bin/net groupmap add sid=S-1-5-21-720503001-857626571-2809650969-513 unixgroup=root -d 1 Can't lookup UNIX group [root@bast samba]# bin/net groupmap add sid=S-1-5-21-720503001-857626571-2809650969-513 unixgroup=0 -d 1 Can't lookup UNIX group [root@bast samba]# --- log [root@bast...
2010 Jan 14
2
Help - Cannot join Windows 7 client to Samba PDC
...ndows\debug\NetSetup.log and smb.conf. Any assistance or guidance would be greatly appreciated. log.smbd ======== [2010/01/14 03:31:38, 0] rpc_server/srv_netlog_nt.c:603(_netr_ServerAuthenticate3) _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client BAST machine account BAST$ [2010/01/14 03:31:38, 0] rpc_server/srv_netlog_nt.c:603(_netr_ServerAuthenticate3) _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client BAST machine account BAST$ [2010/01/14 03:31:48, 0] lib/util_sock.c:539(read_fd_with_timeout...
2003 Jun 01
1
Samba 3.0 alpha 24 and LDAP
I am having problems with putting users into LDAP I am getting a message about 'parent does not exist'. Does anyone know what this means?? --- Debug Level 10 output of 'smbpasswd -a -m jeff-w$' --- [root@bast samba]# bin/smbpasswd -a -m jeff-w$ -D 10 Netbios name list:- my_netbios_names[0]="BAST" Trying to load: ldapsam:ldap://bast.picotech.net/ Attempting to register passdb backend ldapsam Successfully added passdb backend 'ldapsam' Attempting to register passdb backend ldapsam_compat...
2003 Mar 18
0
Windows XP logon problems (samba 3.0alpha22)
...d your profile because a server copy of the profile folder already exists that does not have the correct security. Either the current user or the Administrator's group must be the owner of the folder. Contact your network administrator. This is how my profile directory is permissioned: [root@bast profile]#pwd /samba/profile [root@bast profile]# ll total 12 drwxrwxrwx 3 root smbadmin 4096 Mar 17 05:06 . drwxr-xr-x 7 root root 4096 Feb 26 18:40 .. drwxr-xr-x 2 meaje smbadmin 4096 Mar 18 16:20 me...
2005 Aug 15
2
Echo Cancellation Algorithm
Get the latest code and look at mdf.c. This module is the echo canceller. Tom bast@sirrix.com wrote: > > Hello MailingList! > > I'm searching a Echo Cancellation to implement it in my own project. I > found > in a newsgroup a posting that you've programmed an open-source > EC-Algorithm. > > My Question: > Is it possible to get the source c...
2010 Feb 03
1
[PATCH] ocfs2: Plugs race between the dc thread and an unlock ast message
This patch plugs a race between the downconvert thread and an unlock ast message. Specifically, after the downconvert worker has done its task, the dc thread needs to check whether an unlock ast made the downconvert moot. Reported-by: David Teigland <teigland at redhat.com> Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com> Acked-by: Mark Fasheh <mfasheh at sus.com> ---
2009 Aug 18
15
dlm stress test hangs OCFS2
...lockres_clear_pending 213 lockres_add_mask_waiter 156 ocfs2_prepare_downconvert 156 ocfs2_blocking_ast 104 ocfs2_unblock_lock 104 ocfs2_schedule_blocked_lock 104 ocfs2_generic_handle_downconvert_action 104 ocfs2_generic_handle_convert_action 104 ocfs2_generic_handle_bast 104 ocfs2_downconvert_thread 104 ocfs2_downconvert_lock 104 ocfs2_data_convert_worker 104 ocfs2_cluster_lock >From above data, I can see lockres_set_flags gets called for 1352 times in the 4 seconds, then it's lockres_or_flags for 728 times and lockres_clear_flags for 624 ti...
2002 Jul 11
2
Win Xp logon issues
When I type the user name and password to logon onto our network (samba is the pdc) it takes a long time to login. How can I go about speeding this up? Is it a Win Xp issue or do I need to tweak samba? Also, when I login in to an XP machine I get a script (looks like some sort of logon script) that shows up in notepad on the desktop and stays there until I close it. What is this and how can I
2003 Jun 12
0
Win XP machine account not found
...eone tell me what I am dooing wrong please. --- windows event log Event Type: Error Event Source: NETLOGON Event Category: None Event ID: 3210 Date: 6/12/2003 Time: 12:29:33 PM User: N/A Computer: JEFF-WS Description: This computer could not authenticate with \\BAST, a Windows domain controller for domain MEANSPC, and therefore this computer might deny logon requests. This inability to authenticate might be caused by another computer on the same network using the same name or the password for this computer account is not recognized. If this message appears...
2009 May 18
3
[LLVMdev] IDE for llvm
Hi, I am new in the "Linux business" and i need to add an optimization to the LLVM compiler. I would like to know what is the bast way to debug (IDE) the LLVM compiler ? To be more precise, what is the equivalent to Microsoft visual studio on Linux platform? is it eclipse? I want features like: syntax highlight, go to def, etc. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2017 Feb 20
2
Problem with Let's Encrypt Certificate
Bast, the way I understand it is that Let's Encrypt is not a Root Certificate Authority, it's an intermediate. The root CA of Let's Encrypt is " DST_Root_CA_X3.crt", you should find it in /etc/ssl/certs/. I have sucessfully installed a Let's Encrypt certificate on a debian mach...
2010 Aug 26
1
[PATCH 2/5] ocfs2/dlm: add lockres as parameter to dlm_new_lock()
...cookie(dlm->node_num, &tmpcookie); + lock = dlm_new_lock(mode, dlm->node_num, tmpcookie, lksb, res); + if (!lock) { + dlm_error(status); + goto error; + } + + if (!recovery) + dlm_wait_for_recovery(dlm); + dlm_lock_attach_lockres(lock, res); lock->ast = ast; lock->bast = bast; diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index aaaffbc..e41780c 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c @@ -1865,7 +1865,7 @@ static int dlm_process_recovery_data(struct dlm_ctxt *dlm, /* lock is for another node. */ newlo...
2014 Sep 26
2
One node hangs up issue requiring goog idea, thanks
...: dlm_locks M00000000000000046e011700000000 Lockres: M00000000000000046e011700000000 Owner: 2 State: 0x0 Last Used: 0 ASTs Reserved: 0 Inflight: 0 Migration Pending: No Refs: 4 Locks: 2 On Lists: None Reference Map: 1 Lock-Queue Node Level Conv Cookie Refs AST BAST Pending-Action Granted 1 PR -1 1:195 2 No No None Converting 2 PR EX 2:196 2 No No None We reviews the code, and want to resend the dlm message to avoid it. The patch is required reviewing. The patch has been test when the netw...
2010 Dec 09
2
servers blocked on ocfs2
...Dec 4 09:15:11 parmenides kernel: inflight locks: 0, asts reserved: 0 Dec 4 09:15:11 parmenides kernel: refmap nodes: [ 0 ], inflight=0 Dec 4 09:15:11 parmenides kernel: granted queue: Dec 4 09:15:11 parmenides kernel: type=5, conv=-1, node=1, cookie=1:6, ref=2, ast=(empty=y,pend=n), bast=(empty=y,pend=n), pending=(conv=n,lock=n ,cancel=n,unlock=n)/ ================================================= As you can see, it seems problem started at same time in both nodes. This nodes have a crossover cable on a dedicated eth interface in the private net 192.168.1.0; we use OpenVZ on th...
2003 Sep 05
0
CVS compile errors
What am I doing wrong here ?? -- clip [root@bast source]# make Using FLAGS = -g -O2 -I/usr/kerberos/include -Iinclude -I/var/local/compile/samba/source/include -I/var/local/compile/samba/source/ubiqx -I/var/local/compile/samba/source/smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/kerberos/include -I/var/local/...
2020 Sep 04
2
Monitoring slaves via dummy-ups
...u ups02 UPS OK - Status=Online Utility=116.5V Batt=100.0% Load=0.0% Left=157.5min|voltage=116.500000;;;0.000000 battery=100.000000%;;;0.000000;100.000000 load=0.000000%;;;0.000000;100.000000 left=157.466667;;;0.000000 where 10.0.0.18 is the slave I want to check and ups02 is the Eaton connected to bast.example.org On each slave, I have this configuration (see https://github.com/dlangille/nut_config): nut.conf: MODE=netclient ups.conf: # see https://networkupstools.org/docs/man/dummy-ups.html # under repeater mode [ups02] driver = dummy-ups # this is the master port = ups02 at bast.example.org...
2003 Sep 06
1
Runaway SMBD process
...f 667012k active, 610688k inactive Swap: 3140696k av, 0k used, 3140696k free 1190080k cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND 1433 root 9 0 2592 2592 2368 S 99.5 0.1 4:43 0 smbd -- top -- ps [root@bast root]# ps -aux|grep smbd root 1433 0.0 0.1 9388 2592 ? S 20:45 0:00 sbin/smbd -D -s /usr/local/samba3_cvs/lib/smb.conf root 1646 95.8 0.2 10288 3532 ? R 20:46 9:12 sbin/smbd -D -s /usr/local/samba3_cvs/lib/smb.conf root 2383 0.0 0.2 10292 3816 ? S...
2016 Jan 22
1
tinc with ha firewall
...We can rsync all /etc/tinc content on two firewalls - We can start/stop active/passive firewall with keepalived failover script We do not tested this mechanism as now, we'll do that as soon as possible. Can this configuration works ? Has tinc a specific HA scenario configuration or a bast practice ? Thank you Best Regards Roberto -------------- parte successiva -------------- Un allegato HTML ? stato rimosso... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160122/e5e1ea7b/attachment.html>
2006 Nov 14
3
Caller ID in Sweden not working and looking for and voices
Hi! I am getting inbound caller ID fine bout not out. I am in Sweden and suing Rixtelcom /POrt80 as provider. anyone knowing what is wrong? Also is anyone knowing about Swedish voices to trixbox/Asterisk? I have male now and am looking fro female voices. Regards Mattias -- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38
2007 Feb 12
0
File transfers to Windows XP x64 stalling and dying after a few minutes.
...few minutes. At this point, Windows apparently gave up, saying that "The specified network name can no longer be found" and aborted the file transfer. Then, the log spit out a few errors, which I have reproduced here: [2007/02/12 14:55:08, 1] smbd/service.c:make_connection_snum(693) bast (192.168.0.102) connect to service dump initially as user neppyman (uid=1000, gid=1000) (pid 11290) [2007/02/12 15:01:29, 0] lib/util_sock.c:read_data(529) read_data: read failure for 4 bytes to client 192.168.0.102. Error = Connection reset by peer [2007/02/12 15:01:29, 0] lib/util_sock.c:write_...