search for: devstat

Displaying 20 results from an estimated 291 matches for "devstat".

Did you mean: devsta
2007 Dec 13
2
How do I do this?
...servers - serverA and serverC - connected via IAX2. On serverA, I have a "telemarketer hold" extension which, if I transfer a caller into it, loops around playing music & "please wait" messages, until they give up & hang up the phone. Also on serverA, I have a custom devstate, which lights a lamp on a phone connected to serverA, which tells me if someone is currently held in that loop. When they hang up, the devstate is re-set & the lamp goes out. On serverC, I have a similar devstate, and a couple of extensions - one to turn the lamp on & one to turn it off....
2016 Sep 11
2
Computer accounts belonging to groups, using winbind on file server
Hi All, Some time ago I reluctantly moved DC functionality off my file server and onto a separate machine, due to the well-known challenges using the same machine as both a file server and a DC. This went mostly fine, with one exception - I have one piece of functionality that worked before, but I still don't have working now. I use wpkg for software distribution, having all relevant
2016 Sep 11
0
Computer accounts belonging to groups, using winbind on file server
...default:group:3000166:r-x > default:mask::rwx > default:other::rwx > > > -- > "If we knew what it was we were doing, it would not be called > research, would it?" > - Albert Einstein OK, never used a computer as a user, so I tried your command: rowland at devstation:~/programming/samba/sadms/saddm-2.0.15$ wbinfo -i devstation\$ failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user devstation$ I then thought, a computers samaccountname is in uppercase, so I tried that: rowland at devstation:~/programming/samba/sadms/saddm-2.0.15$...
2018 Jul 17
2
classic upgrade error
thank you for the quick reply! Le 17/07/2018 à 12:09, Rowland Penny via samba a écrit : > On Tue, 17 Jul 2018 11:30:43 +0200 > Arnaud FLORENT via samba <samba at lists.samba.org> wrote: > >> Hello >> >> i have a problem after classicupgrade on ubuntu 14.04/samba 4.3.11 >> >> i know this version is not supported, sorry no way for the moment to >>
2016 Sep 11
1
Computer accounts belonging to groups, using winbind on file server
...t; > default:other::rwx > > > > > > -- > > "If we knew what it was we were doing, it would not be called > > research, would it?" > > - Albert Einstein > > OK, never used a computer as a user, so I tried your command: > > rowland at devstation:~/programming/samba/sadms/saddm-2.0.15$ wbinfo -i > devstation\$ > failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND > Could not get info for user devstation$ > > I then thought, a computers samaccountname is in uppercase, so I tried > that: > > rowland at devstation:~...
2009 Jan 30
3
How to elegantly set DEVSTATE values after restarting
Hi, Whenever Asterisk restarts, some values such as DEVSTATE ones, should be reset. How would you proceed to have those settings done anytime Asterisk restarts ? I was thinking of using #exec statement in appropriate .conf file. Ant better idea ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.co...
2020 Jun 15
2
Samba as a domain member:
...ba wrote: >> Actually, as far as a base statement, you can have both, > > You cannot have the same user in /etc/passwd and AD, though if you persevere > enough you probably could create them in both databases. > > Lets take a user called 'fred': > > rowland at devstation:~/tests$ cat /etc/passwd | grep 'fred' > > Which on 'devstation' produces no output, so the user isn't in /etc/passwd, but: > > rowland at devstation:~/tests$ getent passwd fred > > Produces this: > > fred:*:10005:10000::/home/fred:/bin/bash >...
2007 Feb 20
8
overriding included classes
...r our normal workstations: class workstation { include wiped } We have a handful of machines we use for development. We don''t want the temp areas on these machines cleaned for a variety of reasons, so the wipe scripts need to be disabled. Here was my first inclination: class devstation inherits workstation { Cron["tmp1"] { ensure => absent } Cron["usr-tmp"] { ensure => absent } } This gives an error, though: devstation isn''t a subclass of wiped, so it can''t override wiped''s elements. I also tried this variati...
2019 Feb 07
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Well, I have finally installed Samba 4.9 from Van Belle's repo, but still I cannot resolve FQDN's. Dňa 22. 1. 2019 o 15:02 Rowland Penny via samba napísal(a): > On Tue, 22 Jan 2019 14:51:02 +0100 > "Mgr. Peter Tuharsky via samba" <samba at lists.samba.org> wrote: > >> Rowland, thank You, but this removes only the NS record, but the >> faulty domain A
2017 Oct 07
2
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
This is my named.conf options { directory "/var/cache/bind"; notify no; empty-zones-enable no; auth-nxdomain yes; listen-on-v6 { none; }; forwarders { 192.168.10.3; 10.0.0.3; }; allow-query { 127.0.0.1/32; 192.168.16.0/24; }; allow-recursion { 127.0.0.1/32;
2011 Aug 15
3
Queue Breakout Input being Ignored
...ntro) same => n(announceandwait),Gosub(app-helpdesk-${client}-intro,s,1) same => n,Gosub(app-helpdesk-${client}-special-rva,s,1) ; queue the call ; t = allow the called party to transfer the call ; k = allow the called party to park the call ; c = continue on after call (to update devstate) same => n,Set(DEVICE_STATE(Custom:helpdesk)=RINGING) same => n,Queue(helpdesk,tk,,,600,,,app-update-helpdesk-queue-devstate) same => n,Gosub(app-update-helpdesk-queue-devstate,s,1) ; if the caller can't get into the queue or is kicked out of it, go to ; the after hours answe...
2018 Jul 17
0
classic upgrade error
...'s > root at noordo:/var/log/kwartz# samba-tool spn list irisserv > irisserv > ERROR: User irisserv not found > root at noordo:/var/log/kwartz# samba-tool spn list noordo > noordo > ERROR: User noordo not found You are missing something ;-) root at dc4:~# samba-tool spn list devstation devstation ERROR: User devstation not found root at dc4:~# samba-tool spn list devstation$ devstation$ User CN=DEVSTATION,CN=Computers,DC=samdom,DC=example,DC=com has the following servicePrincipalName: HOST/DEVSTATION HOST/devstation.samdom.example.com You are missing the '$' on t...
2017 Oct 07
0
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
...bind -4" Removing the '#' should make dnsupdate be a lot more verbous, but it doesn't seem to be outputting anything, when it works correctly you should see something like this in syslog: Oct 7 06:36:51 dc1.example.com dhcpd: DHCPREQUEST for 192.168.0.88 from ec:08:6b:0c:cb:c2 (devstation) via eth0 Oct 7 06:36:51 dc1.example.com dhcpd: DHCPACK on 192.168.0.88 to ec:08:6b:0c:cb:c2 (devstation) via eth0 Oct 7 06:51:36 dc1.example.com dhcpd: Commit: IP: 192.168.0.88 DHCID: 1:ec:8:6b:c:cb:c2 Name: devstation Oct 7 06:51:36 dc1.example.com dhcpd: execute_statement argv[0] = /etc/dh...
2019 Aug 05
3
problems with authentication
...ver. > winbind enum users = no > winbind enum groups = no > > And then try this: > wbinfo -a marcio > > > I'll bet that works. > How much are you prepared to bet ;-) This has never worked for me, but everything else seems to work, so I ignore it: rowland at devstation:~$ wbinfo -a rowland Enter rowland's password: plaintext password authentication succeeded Enter rowland's password: challenge/response password authentication failed Could not authenticate user rowland with challenge/response rowland at devstation:~$ wbinfo -a rowland Enter rowland'...
2016 Aug 10
2
Man page for idmap_rid
...t; > You do not map users in an AD domain, you make the AD users become > local Unix users by adding RFC2307 attributes or by using the winbind > 'rid' backend, this way, you do not need the users in /etc/passwd and > in fact, they must not be in /etc/passwd > > rowland at devstation:~$ getent passwd rowland > rowland:*:10000:10000:Rowland Penny:/home/rowland:/bin/bash > rowland at devstation:~$ cat /etc/passwd | grep rowland > rowland at devstation:~$ > rowland at devstation:~$ > > As you can see, I exist as a local Unix user, but I am not > in /etc/pas...
2023 Feb 13
1
access "claim types"
...is case german > "dom?nen-admins" with an ugly char for the "umlaut" > Are you sure that 'Administrator' owns that directory ? '0' is the Unix ID for root. If I create a directory and then change the ownership to Administrator, I get this: rowland at devstation:~$ mkdir testdir rowland at devstation:~$ sudo chown Administrator testdir rowland at devstation:~$ ls -ld testdir drwxrwx---+ 2 administrator domain users 4096 Feb 13 11:00 testdir If I then use the '-n' switch to 'ls', I get this: rowland at devstation:~$ ls -nd testdir drwxr...
2016 Aug 09
2
why does add_local_groups come up in only one system's logs?
...mba-ad-dc.service. > > # ps auxww | grep winbind > > root 19867 0.0 0.0 12764 948 pts/0 S+ 14:13 0:00 grep > > winbind > > > > This shows that 'winbindd' isn't running, if I run a similar command on > a domain member: > > rowland at devstation:~$ ps ax | grep winbind > 2334 ? Ss 0:11 /usr/local/samba/sbin/winbindd > 2532 ? S 0:00 /usr/local/samba/sbin/winbindd > 2535 ? S 0:00 /usr/local/samba/sbin/winbindd > 2536 ? S 0:01 /usr/local/samba/sbin/winbindd > 4731 ?...
2018 Jul 17
1
classic upgrade error
...og/kwartz# samba-tool spn list irisserv >> irisserv >> ERROR: User irisserv not found >> root at noordo:/var/log/kwartz# samba-tool spn list noordo >> noordo >> ERROR: User noordo not found > You are missing something ;-) > > root at dc4:~# samba-tool spn list devstation > devstation > ERROR: User devstation not found > root at dc4:~# samba-tool spn list devstation$ > devstation$ > User CN=DEVSTATION,CN=Computers,DC=samdom,DC=example,DC=com has the following servicePrincipalName: > HOST/DEVSTATION > HOST/devstation.samdom.example.com &gt...
2020 Jul 03
3
Kerberos ticket maximum renewable lifetime
Am 03.07.20 um 13:05 schrieb Rowland penny via samba: > On 03/07/2020 11:33, Stefan Just via samba wrote: >> We are using tmux, screen and x2go to run long-running jobs on our >> compute servers. $HOME and other data should be mounted via CIFS or >> NFS4. Because such a job can run for more than a week, I would like to >> increase the Kerberos ticket lifetime or better
2009 Aug 20
1
Pause/Unpause agent based on devstate
Hi, I dont know if this is possible, but I want to pause a queue member if another member are busy in the phone. We have agents that has 2 phones and both are logged in to the same queue. I don't want the second phone to call if the first are in use. Any ideas? Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL: