Displaying 20 results from an estimated 1977 matches for "pastebin".
2020 Jul 19
3
I need some help with my Dovecot and Postfix configs - I'm unable to log in on my mail server
Postconf: https://pastebin.com/vTVn2UMr
Doveconf: https://pastebin.com/nEpZrpzB
all my logs from mail.(warn,err,info,log): https://pastebin.com/ccEVUqyd
my messges log: https://pastebin.com/cXaEBmcH
I'm not sure if you meant this about dict_nis_init but I've done what's
explained here:
https://unix.stackexcha...
2009 Jun 30
2
Echo and static on PRI with errors.
...disks in Software Raid 1
Running Ubuntu 9.04 Jaunty, but I had the same problems on Intrepid and
Hardy.
Versions:
Asterisk: 1.4.2, 1.6.0.10, 1.6.2beta4
libpri: 1.4.10
dahdi: 2.2.0-current
Asterisk works fine for SIP calls, as long as they don't touch the outside
world via the PRI card.
This pastebin contains the console log from asterisk
-vvvvvvvvvvvvvvvvvvvvvcg
http://pastebin.com/f780c591e
There are lots of chan_dahdi errors. Occasionally, it claims to run out of
channels and terminates the active calls.
This is the contents of /etc/dahdi/system.conf
http://pastebin.com/f1f654235
This is...
2011 Dec 28
3
Btrfs: blocked for more than 120 seconds, made worse by 3.2 rc7
...00gb of writes and I am still testing that.
machine 1: btrfs on a 6tb sparse file, mounted as loop, on a xfs
filesystem that lies on a 10TB md raid5. mount options
compress=zlib,compress-force
machine 2: btrfs over md raid 5 (4x2TB)=5.5TB filesystem. mount options
compress=zlib,compress-force
pastebins:
machine1:
3.2rc7 http://pastebin.com/u583G7jK
3.2rc6 http://pastebin.com/L12TDaXa
machine2:
3.2rc6 http://pastebin.com/khD0wGXx
3.2rc7 (not crashed yet)
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More...
2010 Feb 15
1
Debian Lenny: Samba PDC + LDAP
...nnects to LDAP, when I do an
LDAP-search I get the info that I wants, when I test to see if my Admin
user is possible to find from UNIX it returns the right thing, what have
I missed.?
# getent passwd Admin
Admin:x:0:0:Netbios Domain Administrator:/home/Admin:/bin/false
LDAP-search string:
http://pastebin.com/m6d9f595a
Log when I try to join a client:
http://pastebin.com/m697c7f35
Samba-conf:
http://pastebin.com/m188ee119
slapd.conf:
http://pastebin.com/m6f13648a
schema.conf:
http://pastebin.com/m71cca406
ldap.conf:
http://pastebin.com/m52b39761
nsswitch.conf:
http://pastebin.com/m7d2dc9b0
Sys...
2009 Oct 27
3
samba ldap
Hi,
I am following https://help.ubuntu.com/8.10/serverguide/C/samba-ldap.html
and ldap works perfectly fine.
I have issues with connecting to ldap from samba.
I get
[2009/10/27 12:37:28, 1] lib/smbldap.c:another_ldap_try(1153)
Connection to LDAP server failed for the 9 try!
[2009/10/27 12:37:29, 2] lib/smbldap.c:smbldap_open_connection(786)
smbldap_open_connection: connection opened
2009 Jul 18
1
dovecot as lda : nothing happens
..., but nothing happens...
The dovecot.log is always empty and nothing seems to change, as if it
had no effect.
Here are my changes, if someone sees what would be problematic ...
Thanks
Denis
main.cf
######
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
# conf -> http://pastebin.com/mfdf596e
master.cnf
########
dovecot unix - n n - - pipe
flags=DRhu user=www-data:www-data argv=/usr/lib/dovecot/deliver -d
$(recipient)
http://pastebin.com/m41e07df0
## conf -> http://pastebin.com/m41e07df0
## postconf -n -> http://pastebin.com/...
2010 Jul 03
5
text to html
input:
http://pastebin.com/raw.php?i=MqPXZwc3
output:
http://pastebin.com/raw.php?i=8QCkp4yv
it will be a long day.. :D
could someone please help with it?
i have to make a "one liner" that get's the input, and gives the
mentioned output.
2018 Dec 21
3
upg. CentOS 7.5 to 7.6: unable to mount smb shares - samba NT domain member using ldap
--On Friday, December 21, 2018 1:37 PM +0100 Miroslav Geisselreiter
<mg at intar.cz> wrote:
> I am sorry logs are bad formatted I am trying again and hope it will be
> better. Otherwise lokk at link bellow or tell me how to send logs
> correctly.
Copy them to a pastebin and post the link to the pastebin. Pastebin is
ideal for log files, source code, and other text data that's large or needs
special formatting.
2018 Oct 29
2
Not working with Windows clients where "Digitally sign communications (always)" is enabled
...network client: Digitally sign
communications (always)
(due to a recent change of security policies where I work),
no dialog pops up, only an error message, whose English equivalent I
believe is
"The account is not authorized to log in from this station."
Successful log.clientIP: https://pastebin.com/HD6ZmscP
Successful log.smbd: https://pastebin.com/Xy9HHuwB
Failed log.clientIP: https://pastebin.com/D7gF7G2K
Failed log.smbd: https://pastebin.com/03nwg48t
smb.conf: https://pastebin.com/XE6FwDGi
I greatly appreciate any help.
2012 Feb 05
2
[LLVMdev] misc questions on opt and bitcode
...very simple example below, I get *Unknown instruction error from
lli and llvm-dis*, while* llc does not print anything*. Not sure what is
that I am missing here. My llvm-gcc version
is i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build
5658) (LLVM build 2336.1.00)
1-39-155-188:pastebin Babai$ cat example.c
#include <stdio.h>
void hello()
{
printf("testing\n");
}
int main()
{
hello();
}
1-39-155-188:pastebin Babai$ llvm-gcc example.c -emit-llvm -c -o example.bc
1-39-155-188:pastebin Babai$ lli example.bc
lli: example.bc: Unknown instruction
1-39-155-188:paste...
2013 Jul 31
12
Dear Ren Yongjie
...et 16
colors. Please refer to the following screenshots.
http://i.imgur.com/zaEGys4.jpg
http://i.imgur.com/KRZzxNZ.jpg
http://i.imgur.com/aVyuh4W.jpg
I have attached the relevant configuration files in this email. Please
check to see if there are any mistakes.
Output of sudo xl dmesg: http://pastebin.com/knN7Hdg6
Output of dmesg: http://pastebin.com/ixPuUnni
Output of sudo xl info: http://pastebin.com/JRuqi3ay
Output of sudo lspci -vvv: http://pastebin.com/YnL0zSBW
Please advise. I really hope to be able to make Intel HD Graphics 4600
IGD VGA passthrough work successfully.
Thank you very...
2013 Jul 31
12
Dear Ren Yongjie
...et 16
colors. Please refer to the following screenshots.
http://i.imgur.com/zaEGys4.jpg
http://i.imgur.com/KRZzxNZ.jpg
http://i.imgur.com/aVyuh4W.jpg
I have attached the relevant configuration files in this email. Please
check to see if there are any mistakes.
Output of sudo xl dmesg: http://pastebin.com/knN7Hdg6
Output of dmesg: http://pastebin.com/ixPuUnni
Output of sudo xl info: http://pastebin.com/JRuqi3ay
Output of sudo lspci -vvv: http://pastebin.com/YnL0zSBW
Please advise. I really hope to be able to make Intel HD Graphics 4600
IGD VGA passthrough work successfully.
Thank you very...
2022 Mar 07
3
Open source Pastebin service
Hi,
Is there any open source Pastebin service that can be set up in the private
LAN or Internal network? I am running CentOS Linux release 7.9.2009 (Core)
in my internal LAN network. Thanks in advance.
Best Regards,
Kaushal
2013 Jun 04
1
Cannot Authenticate via LDAP
a login tohuw [myPassword] returns "NO [AUTHENTICATIONFAILED]
Authentication failed." I believe I'm missing a configuration detail, but
what?
info.log: http://pastebin.ca/2388873
debug.log: http://pastebin.ca/2388872
error.log: http://pastebin.ca/2388871
dovecot -n: http://pastebin.ca/2388870
dovecot-ldap.conf.ext summary: http://pastebin.ca/2388867
2015 Dec 30
2
Systemd and systemd-sysv-generator
...>
> > ~]# systemctl show lsi_mrdsnmp.service | egrep 'Name|Load'
> > Names=lsi_mrdsnmp.service
> > LoadState=not-found
> > LoadError=org.freedesktop.DBus.Error.FileNotFound "No such file or
> > directory"
> >
> >
> >
> Can you pastebin the init script by any chance? I wonder if it's actually a
> properly written init script or if it's bad enough that the generator
> fails to parse it ...
Yes - here is a pastebin with that script.
And there was an error on line 130 ... or line 133 of the pastebin -- which
I alrea...
2013 Jul 05
2
error after ugrade
...VM, after package upgrade:
xm create winxp
Using config file "./winxp".
Error: failed to assign device: maybe the platform doesn't support VT-d, or
VT-d isn't enabled properly?
If I set up VM properly after few months, but I remember, I met same error
only after package upgrade.
Pastebin logs, for check my errors:
xm info
http://pastebin.com/qGdKdVft
dmesg
http://pastebin.com/uLBTH1se
IOMMU in BIOS: enable
Virtualization in BIOS: enable
grub kernel command line: root=UUID=2ecaab92-170f-4b51-a342-79c03fca0f3f ro
iommu=1 iommu_inclusive_mapping=1 xen-pciback.passthrough=1 elevator=no...
2016 May 20
4
Directory listing fails for specific user
...llo,
We have recently had a new problem with one of the users on one of our servers.
Filezilla claims it connects and authenticates, but then fails to list the directory (although no error message is output, it just eventually times out. There is the full output of filezilla located here: http://pastebin.com/tAVcSP8Y.
>From the server side, the most verbose output I can make it print can be found here: http://pastebin.com/iW4BqALf. I have set the debug level to DEBUG3 in the /etc/ssh/sshd_config line which now looks like:
Subsystem sftp /usr/libexec/openssh/sftp-server -l DEBUG3
And th...
2012 May 15
3
i am stuck with setup :)
Hello,
I have Mustek Powermust 2000VA USB
And installed latest nut.
Problem is that I cannot get info from UPS: http://pastebin.com/BtpE2Be1
I got contact with UPS via blazer_usb driver http://pastebin.com/38BZteFC
Ups.conf: http://pastebin.com/KwRrz5rf
Upsd.conf: http://pastebin.com/i3jNHpVj
Upsd.users: http://pastebin.com/TRJ5ahWR
Lsusb: http://pastebin.com/WsEbkPqG
Dmesg: http://pastebin.com/mAz5sRYk
Can I got...
2013 Jun 04
1
Fw: Cannot Authenticate via LDAP
...-0400
> schrieb Ron Scott-Adams <ron at tohuw.net>:
>
> > a login tohuw [myPassword] returns "NO [AUTHENTICATIONFAILED]
> > Authentication failed." I believe I'm missing a configuration
> > detail, but what?
> >
> >
> > info.log: http://pastebin.ca/2388873
> >
> > debug.log: http://pastebin.ca/2388872
> >
> > error.log: http://pastebin.ca/2388871
> >
> > dovecot -n: http://pastebin.ca/2388870
> >
> > dovecot-ldap.conf.ext summary: http://pastebin.ca/2388867
>
>
2012 Apr 12
4
Btrfs Array Recovery
...hecking enabled. I read about this module
here: (http://lwn.net/Articles/466493/) With the option compiled in, I
have had severe mounting problems. I can only try to mount the array
once before it does some strange things. The first time I try and
mount it, it fails, but logs this in dmesg:
(http://pastebin.com/YwAsdjhs) It looks like there is a bug in this
integrity checking code. After I try to mount the drive after the
first time, it just hangs and doesn''t return anything or log anything
in dmesg. Even trying to mount the drive without the integrity
checking problem hangs and has the same...