search for: 12345

Displaying 20 results from an estimated 907 matches for "12345".

Did you mean: 2345
2008 Jan 20
1
winbind forced password change requires interactive shell
...d with samba-3.0.25b-1.el5_1.4 on RHEL5, but also samba-3.0.23c-2. Of course, this might be something specific to Red Hat, but I'm fairly sure we have seen this on SLED10 as well. I've also tried running pam_winbind with debugging. When logging in non-interactively, I'll get: sshd[12345]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=localhost.localdomain user=user2 sshd[12345]: pam_winbind(sshd:auth): [pamh: 0x12345678] ENTER: pam_sm_authenticate (flags: 0x0001) sshd[12345]: pam_winbind(sshd:auth): getting password (0x00000011) sshd[1234...
2004 Dec 21
3
Budgetone is not registering
Hi again. I cant get my Budgetone registered in Asterisk, and I cant find what's wrong... uff. This is my config: This fragment is from my sip.conf: [12345] type=user user=12345 username=12345 secret=12345 authuser=12345 qualify=1000 nat=no host=dynamic dtmfmode=rfc2833 reinvite=no canreinvite=no disallow=all allow=g729 allow=ulaw allow=alaw context=sip_default And this is from my Budgetone configuration: SIP Server: 192.168.1.175 -- asterisk is in...
2009 Nov 09
1
Call declined
...got the error 603 Declined. Below the sip.conf: *[gianca] type=friend username=gianca secret=pwd_gianca host=dynamic context=tutorial* *[giusy] type=friend username=giusy secret=pwd_giusy host=dynamic context=tutorial* extension.conf: *[tutorial] exten => 1234,1,Dial(SIP,gianca)* *exten => 12345,1,Dial(SIP,giusy*) Below the output of SIP debug of IP caller (192.168.1.116) in asterisk *dhcppc0*CLI> <--- SIP read from 192.168.1.116:14862 ---> INVITE sip:12345 at 192.168.1.100 <sip%3A12345 at 192.168.1.100> SIP/2.0 Via: SIP/2.0/UDP 192.168.1.116:14862 ;branch=z9hG4bK-d8754z-...
2010 Aug 09
1
nested 'by'
Assuming a data frame or matrix with two columns representing variable that you want to aggregate over. you want to calculate column means, by year, for each Id example<-data.frame(id=c(rep(12345,5),rep(54321,6),rep(45678,7)),Year=rep(seq(1900,1902,by=1),6), x=seq(1,18,by=1),y=seq(18,1,by=-1)) example id Year x y 1 12345 1900 1 18 2 12345 1901 2 17 3 12345 1902 3 16 4 12345 1900 4 15 5 12345 1901 5 14 6 54321 1902 6 13 7 54321 1900 7 12 8 54321 1901 8 11 9 54321 19...
2009 Apr 02
1
help with two layers of factors
I have a data frame that looks something like... Column 1 is an experiment_id, Column 2 is the type of treatment ("control", "full treatment", or "partial treatment"), and Column 3 is a value. Experiment_id Treament_type Value 12345 "control" 3 12345 "full treatment" 4 12345 "full treatment" 5 12345 "partial treatment" 4 10000 "control" 1 What I want to do is this: For each experiment_id, compute the mean "control" value, the mean "...
2006 Feb 11
4
Problem with Wait() and chan_capi-cm?
...the Asterisk-server) in my living room, when I'm not at my desk, the sip-phone is switched off. I would like to be able to accept calls at both phones (when available) and have Voicemail kick in if I don't answer. The 'normal' extension would be something like this: exten => 12345,1,Dial(SIP/me,30) exten => 12345,2,VoiceMail(su12345) Works fine as long as the sip-phone is available, if it is not, it is flagged congested/busy, so the next extension would be 102, if I wanted VoiceMail to kick in in that case, this works: exten => 12345,1,Dial(SIP/me,30) exten => 12...
2009 Apr 22
1
Cannot set user quotas
...e grace time: 7days Block limits File limits User used soft hard grace used soft hard grace ---------------------------------------------------------------------- root -- 184224 0 0 4 0 0 12345 -- 208 0 0 49 0 0 54321 -- 172 0 0 40 0 0 (4) Turn on quotas quoataon /home (5) Add a user quota setquota -u 12345 10000 11000 0 0 -a /dev/hda3 (6) Recalculate the quotas quotaoff /home quotacheck -am...
2007 Apr 04
1
call files
Hello, All! How to specify the context in call file section Channel? Is it possible? I want to dial external number (12345) and connect it to context "notify", which consist of playback() command: Channel: SIP/12345 Callerid: auto <12345> MaxRetries: 3 RetryTime: 40 WaitTime: 50 Context: notify Extension: 1 Priority: 1 extensions.ael follows: context notify { 1 => { start:...
2017 Jan 23
2
dsync dovecot / Failed connection refused
...} unix_listener replication-notify { user = vmail mode = 0666 } } # Enable doveadm replicator commands service replicator { unix_listener replicator-doveadm { mode = 0666 } } # Create a listener for doveadm-server service doveadm { user = vmail inet_listener { port = 12345 } } # configure how many dsyncs can be run in parallel (10 by default) replication_max_conns = 10 # tell doveadm client to use this port by default doveadm_port = 4711 #Both the client and the server also need to have a shared secret doveadm_password = {SHA512-CRYPT}$6$rou.......................
2019 Jun 19
2
[Bug 1344] New: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 }
https://bugzilla.netfilter.org/show_bug.cgi?id=1344 Bug ID: 1344 Summary: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 } Product: nftables Version: unspecified Hardware: All OS: Ubuntu Status: NEW Severity: critical Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: sbezverk at cisc...
2007 Feb 27
1
read.csv size limits
I have been using the read.csv function for a while now without any problems. My files are usually 20-50 MBs and they take up to a minute to import. They have all been under 50,000 rows and under 100 columns. Recently, I tried importing a file of a similar size (which means about the same amount of data), but with ~500,000 columns and ~20 rows. The process is taking forever (~1 hour so far). In
2010 Apr 19
2
setgid failed - Not owner
...nfo] auth(default): master in: USER 1 user at domain service=deliver Apr 19 10:10:17 server dovecot: [ID 583609 mail.info] auth-worker(default): sql(user at domain): SELECT '/var/postfix/domains/domain/user' as home, 'maildir:/var/postfix/domains/domain/user' as mail, 12345 AS uid, 12345 AS gid, concat('dirsize:storage=', quota) AS quota FROM mailbox WHERE username = 'user at domain' AND active = '1' Apr 19 10:10:17 server dovecot: [ID 583609 mail.info] auth(default): master out: USER 1 user at domain home=/var/postfix/domains/domain/...
2017 Jan 24
3
dsync dovecot / Failed connection refused
...replicator commands >> service replicator { >> unix_listener replicator-doveadm { >> mode = 0666 >> } >> } >> >> # Create a listener for doveadm-server >> service doveadm { >> user = vmail >> inet_listener { >> port = 12345 >> } >> } >> >> # configure how many dsyncs can be run in parallel (10 by default) >> replication_max_conns = 10 >> >> # tell doveadm client to use this port by default >> doveadm_port = 4711 >> >> #Both the client and the server also ne...
2007 Aug 17
2
Subscribe/Notify MWI not working for non-numeric accounts w/X-Lite
ok this is a wired problem. when i use X-Lite - after i register with asterisk X-lite sends a subscribe/notify request to asterisk to determine if the account has any messages waiting. if i create a sip.conf account using: user 12345 with a voicemail box 12345 - MWI works user jwolosuk with a voicemail box 12345 MWI fails (gets a 404 not found upon a subscribe) does anyone have a clue why this doesn't work or what i need to set in order for this to work? feedback is appreciated, -- -----------------------------------...
2015 Nov 04
3
Pam_mount not working with "sec=krb5"
...credentials. That is what kerberos authentication is for. Before compiling a more recent version of cifs-utils to get the 'multiuser' option, I tested this 'sec=krb5' option more thoroughly. If my observations were correct, it turns out: if you use it (together with 'cruid=12345'), you can't have 'username=user_xyz' as an option, too. You do either (username and) password-based authentication, or you use an existing kerberos cache for that. This was formerly acquired interactively via username/password, and that way you have something like a single sign...
2013 Jul 07
1
(no subject)
...): lookup service=dovecot Jul 07 08:13:25 auth-worker: Debug: pam(user at someDomain.com,212.179.241.14): #1/1 style=1 msg=Password: Jul 07 08:13:27 auth-worker: Info: pam(user at someDomain.com,212.179.241.14): pam_authenticate() failed: Authentication failure (password mismatch?) (given password: 12345) Jul 07 08:13:29 auth: Debug: client out: FAIL 2 user=user at someDomain.com Jul 07 08:13:29 pop3-login: Info: Disconnected (auth failed, 2 attempts): user=<user at someDomain.com>, method=PLAIN, rip=212.179.241.14, lip=10.138.11.251 This is not the real password, but an example to show...
2006 Mar 05
1
Snom 360 Hinting tricks
...d the difference between working and non-working, and I realized that other people were experiencing the same problem as I was. The trick is the *order* in which you put your hint priorities in your dialplan. My non-working sidecar dialplan had all the hint priorities grouped together: exten => 12345,hint,SIP/12345 exten => 12346,hint,SIP/12346 Which would register the hint, but it wouldn't work on the Snom. The way to make it work, for sure, is to make sure your hint priority is the last priority underneath the *related* priority for the extension. So, this will work: exten => 1234...
2009 Jan 10
1
how to connect to rsyncd via forwarded ssh port?
I've running a rsyncd and ssh port forwarding (-R 12345:localhost:873 backup@server) on a client because the client should not reachable but over ssh. The rsyncd should acessible because I can backup and restore files with backuppc (a wonderfull program which use perl::rsync) And I can "ssh -p 12345 backup@localhost" to this client too. If I...
2006 Jun 06
1
Asterisk Realtime and SIP Registration
Hi! I use the following configuration to register my asterisk server to my SIP provider: register => 12345:passwd@sip.provider.com/12345 sip.conf: [sipout-test] type=peer username=12345 fromuser=12345 fromdomain=provider.com secret=passwd insecure=very host=sip.provider.com qualify=yes context=test-incoming extensions.conf: exten => 12345,1,Dial(SIP/10) exten => _0NXZXXXXXX,1,Dial(SIP/${EXTEN}@s...
2004 Sep 17
1
Silently Wait for DTMF Input
Hello! I would like to call a number (e.g.35), and when i press a secret code (12345), it should jump to my voicebox menu. On this page http://www.voip-info.org/wiki-Asterisk+cmd+background i found something about "Silently Wait for DTMF Input". In my case it wouldn`t be silence. It woudl just play the away message. Now how can i include such a secret code to my backgrou...