Displaying 20 results from an estimated 24 matches for "9780".
Did you mean:
970
2004 Sep 15
2
Samba 2.0.6-3 (productive env.) slow down dramticaly
...desktop. Transfer ends with windows message
"File could not be copied. From Sourcefile or from Sourcedisk could not
be read"
############################################################
[2004/09/15 22:01:57, 5] auth/auth_util.c:debug_nt_user_token(491)
Sep 15 22:01:57 lx2-rvmo-02 smbd[9780]: NT user token of user
S-1-5-21-29628934-819234659-1421906636-501
Sep 15 22:01:57 lx2-rvmo-02 smbd[9780]: contains 6 SIDs
Sep 15 22:01:57 lx2-rvmo-02 smbd[9780]: SID[ 0]:
S-1-5-21-29628934-819234659-1421906636-501
Sep 15 22:01:57 lx2-rvmo-02 smbd[9780]: SID[ 1]:
S-1-5-21-29628934-8192...
2013 May 05
1
GotoIf DIALSTATUS - not working
...?
Goif dialstatus: busy CONGESTION not working.
exten => _7NXXXXXX,1,Dial(SIP/7780${EXTEN:1}@pstn-5665,60,tr)
exten => _7NXXXXXX,n,GotoIf($[$["${DIALSTATUS}" = "BUSY"] | $["${DIALSTATUS}" = "CONGESTION"]]?line2)
exten => _7NXXXXXX,n(line2),Dial(SIP/9780${EXTEN:1}@pstn-1270,60,tr)
exten => _7NXXXXXX,n,Hangup()
When I try to call another number (7780476444) on a different line it supposed to jump to "(line2)" on busy (and dial Dial(SIP/9780${EXTEN:1}@pstn-1270) but instead
the call hangs up.
-- Called SIP/77804764444 at pstn-5665...
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
...ub.user girlygirl
git config --global github.token my_token
2nd step DONE
3.
I go to the /home/alex/Dokumenty/work/depot/ and write command :
heroku create --> with result:
Enter your Heroku credentials.
Email: a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Password:
Creating electric-fog-9780... done, stack is bamboo-mri-1.9.2
http://electric-fog-9780.heroku.com/ |
git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:electric-fog-9780.git
Git remote heroku added
Nextly:
git remote show heroku with result:
The authenticity of host ''heroku.com (50.19.85.132)'' can''t be...
2017 Nov 30
2
sendmail getting domain\user as email userId
...change the ownership of the .procmailrc file to root since that
> seemed acceptable to procmail. This worked and mail was then
> delivered.
>
> Comments:
>
> This "bug" has been hanging around in Samba since April, 2013,
> https://bugzilla.samba.org/show_bug.cgi?id=9780 It is currently
> marked as RESOLVED FIXED by Andrew Bartlett of as 2016-07-28, but it
> is clearly not solved. Anyone running `getent passwd` or `wbinfo` on
> the AD/DC will get "DOMAIN/user" instead of "user". Therefore, not
> solved.
>
> This functionality...
2017 Nov 29
2
sendmail getting domain\user as email userId
...t it
> doesn't seem to work on an AD DC.
>
Various other participants on this thread confirmed that "winbind use default domain = yes" did
not work on the AD/DC. Later (Mon Jul 25 12:05), Roland referenced a bug report on this issue:
https://bugzilla.samba.org/show_bug.cgi?id=9780
Interestingly, on 2016-07-27 15:42:36 Björn Jacke posted to bugzilla that the issue was solved,
and set the status to RESOLVED FIXED:
"Samba 4.1 is old and out of support by us. Update to a recent version if you need this to be
solved. Current Samba versions use a unified winbind with a...
2020 Feb 05
3
Icecast streaming https
...s get the error: [2020-02-05 17:35:36] INFO connection/get_ssl_certificate No SSL capability on any configured ports
The parts of the icecast.xml are:
<listen-socket>
<port>8780</port>
</listen-socket>
<listen-socket>
<port>9780</port>
<ssl>1</ssl>
</listen-socket>
<paths>
<ssl_certificate>/etc/icecast2/letsencrypt.pem</ssl_certificate>
</paths>
The letsencrypt.pem is combined out of the certificate (cert.key) and private key file.
The...
2010 Jun 14
1
Times series data file?
Hello,
I currently splitting a file into individual files (time series each
separated into one file), the file I read in skips the first four lines
and extracts the data columns I need. I was wondering if there is a way
for R to automatically scan and separate the files based on the head
information?
The header delineates the observation with a 254 space time space day
space month space
2017 Nov 30
0
sendmail getting domain\user as email userId
..., ... ". My work-around was to change the ownership of the .procmailrc file
to root since that seemed acceptable to procmail. This worked and mail was then delivered.
Comments:
This "bug" has been hanging around in Samba since April, 2013, https://bugzilla.samba.org/show_bug.cgi?id=9780
It is currently marked as RESOLVED FIXED by Andrew Bartlett of as 2016-07-28, but it is clearly
not solved. Anyone running `getent passwd` or `wbinfo` on the AD/DC will get "DOMAIN/user"
instead of "user". Therefore, not solved.
This functionality is inconsistent with the value...
2013 Aug 22
1
Make Winbind/PAM not return domain part for usernames
...I *believe* that one "quick
and dirty" fix would be to force winbind to always return the AD usernames
without the domain part, by using the "winbind use default domain = yes"
directive. This is what does not seem to be working. This has already been
reported some time ago (bug
9780<https://bugzilla.samba.org/show_bug.cgi?id=9780>).
Is there any workaround on this??
Any other suggestions? I can think of several workarounds that are actually
out of the scope of this list (trimming the first characters of the
username variable in Dovecot, adding the domain part as part of...
2016 Jul 25
2
sendmail getting domain\user as email userId
...t it.
> I'm guessing the Samba devs have a reason for these "idiosyncrasies", but
> maybe it would be worth filing a bug report and that may shed some more
> light on why it is, or has to be.
There is already a bug report for this:
https://bugzilla.samba.org/show_bug.cgi?id=9780
>
> Being a lowly system admin, I just try to work around the issues I run
> into, and that's why I suggested using sssd instead of winbind for the user
> enumeration. It (sssd) does drop the domain from the username (at least on
> a member server it does) and so I think it wou...
2017 Dec 01
0
sendmail getting domain\user as email userId
On Thu, 30 Nov 2017 17:09:56 +0000 Rowland Penny <rpenny at samba.org> wrote:
>
[deleted]
> > Comments:
> >
> > This "bug" has been hanging around in Samba since April, 2013,
> > https://bugzilla.samba.org/show_bug.cgi?id=9780 It is currently
> > marked as RESOLVED FIXED by Andrew Bartlett of as 2016-07-28, but it
> > is clearly not solved. Anyone running `getent passwd` or `wbinfo` on
> > the AD/DC will get "DOMAIN/user" instead of "user". Therefore, not
> > solved.
> >...
2007 Nov 27
0
zpool detech hangs causes other zpool commands, format, df etc.. to hang
...cdev_ioctl+0x1d()
spec_ioctl+0x50()
fop_ioctl+0x25()
ioctl+0xac()
sys_syscall32+0x101()
I have asked customer to provide a core dump. Still waiting for it to
arrive. I would like to know if it is a known bug.
--
Amer Ather
TSC-KERNEL
amer.ather at Sun.COM
408-276-9780 (x19780)
email Pager: 4082306720 at messaging.sprintpcs.com
" If you fail to prepare, prepare to fail"
2020 Feb 05
0
Icecast streaming https
...ificate No SSL capability on any configured ports
>
>
>
> The parts of the icecast.xml are:
>
>
>
> <listen-socket>
>
> <port>8780</port>
>
> </listen-socket>
>
> <listen-socket>
>
> <port>9780</port>
>
> <ssl>1</ssl>
>
> </listen-socket>
>
>
>
> <paths>
>
> <ssl_certificate>/etc/icecast2/letsencrypt.pem</ssl_certificate>
>
> </paths>
>
>
>
> The letsencrypt.pem is co...
2020 Feb 05
0
Icecast-dev Digest, Vol 154, Issue 2
...ed ports
http is working fine, but no connection via https. The firewall is ok. "wget" mentions a TLS error.
The relevant parts of the icecast.xml are:
<listen-socket>
<port>8780</port>
</listen-socket>
<listen-socket>
<port>9780</port>
<ssl>1</ssl>
</listen-socket>
<paths>
<ssl_certificate>/etc/icecast2/letsencrypt.pem</ssl_certificate>
</paths>
The letsencrypt.pem is combined out of the certificate (cert.key) and private key file.
The letsencryp...
2008 Jul 18
0
Asterisk 1.4.21.1
Hello,
I just upgraded my asterisk to Asterisk 1.4.21.1 I am getting this Notice
can any one tell me what i need to see in order to fix this problem.
[Jul 18 18:27:08] NOTICE[9779]: rtp.c:1286 ast_rtp_read: Unknown RTP codec
126 received from '0.0.0.0'
[Jul 18 18:27:09] NOTICE[9780]: rtp.c:1286 ast_rtp_read: Unknown RTP codec
126 received from '0.0.0.0'
--
With Best Regards,
--------------------------------------------
Faisal A. Ashraf
Web www.voip.com.pk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermai...
2006 Aug 04
0
Need to set production env route for images & stylesheets?
When manually editing my files for production deployment do I need to
edit .htaccess or routes.rb to include the images and stylesheets
directories so they''re still found like in my local development
environment?
I''m FTP''ing my "appname" directory to my hosting service to deploy.
Unfortunately they don''t allow ssh/capistrano access and have no
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
...(9763): Error:
sql(voytek at sbt.net.au,127.0.0.1,<9/h93L1WqLt/AAAB>): Password query
failed: Not connected to database
Aug 15 08:06:31 auth-worker(9763): Warning: Auth master disconnected us
while handling request for voytek at sbt.net.au for 60 secs (result=FAIL)
Aug 15 08:06:31 auth-worker(9780): Error: mysql(127.0.0.1): Connect failed
to database (vmail): Access denied for user 'vmail'@'localhost' (using
password: YES) - waiting for 1 seconds before retry
Aug 15 08:06:32 auth-worker(9780): Error: mysql(127.0.0.1): Connect failed
to database (vmail): Access denied for user...
2016 Jul 26
0
sendmail getting domain\user as email userId
...ing the Samba devs have a reason for these "idiosyncrasies", but
> > maybe it would be worth filing a bug report and that may shed some more
> > light on why it is, or has to be.
>
> There is already a bug report for this:
> https://bugzilla.samba.org/show_bug.cgi?id=9780
>
> >
> > Being a lowly system admin, I just try to work around the issues I run
> > into, and that's why I suggested using sssd instead of winbind for the user
> > enumeration. It (sssd) does drop the domain from the username (at least on
> > a member server i...
2017 Dec 01
2
sendmail getting domain\user as email userId
...n Thu, 30 Nov 2017 17:09:56 +0000 Rowland Penny <rpenny at samba.org>
> wrote:
> >
> [deleted]
> > > Comments:
> > >
> > > This "bug" has been hanging around in Samba since April, 2013,
> > > https://bugzilla.samba.org/show_bug.cgi?id=9780 It is currently
> > > marked as RESOLVED FIXED by Andrew Bartlett of as 2016-07-28, but
> > > it is clearly not solved. Anyone running `getent passwd` or
> > > `wbinfo` on the AD/DC will get "DOMAIN/user" instead of "user".
> > > Therefore, no...
2000 Mar 18
2
Keysize mismatch error on host key
I've got a problem that I'm hoping the list can help with, otherwise ...
Heres the problem, I've got OpenSSH 1.2.2p1 running on my Intel Linux
box as the secure server. I can connect from another Intel Linux box
using scp and it all seems to work fine.
Another box tries to connect and it gets a warning about the host
keysize not matching. I'm thinking this could be some byte