Displaying 16 results from an estimated 16 matches for "12356".
Did you mean:
1,356
2009 May 09
3
す く る め い ト Schoolmate
Hi, I'm trying to help my friend run this Japanese game on Mac OSX.
The installation process was as instructed in the AppDB, but when the Schoolmate.exe is clicked, the following message pops up:
"Buffer overrun detected!
Program: C:\illusion\Schoolmate\SchoolMate.exe
A buffer overrun has been detected which as corrupted the program's internal state. The program cannot safely
2016 Jun 21
2
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
.../nat_tutorial
>
> # IMPORTANT: Activate IP-forwarding in the kernel!
>
> # Disabled by default!
> $> echo "1" > /proc/sys/net/ipv4/ip_forward
>
> ~~~~~~~~~~~~~~~
>
> Is that a solution ?
and this ?
# TCP packets from 192.168.1.2, port 12345 to 12356
# to 123.123.123.123, Port 22
# (a backslash indicates contination at the next line)
iptables -t nat -A POSTROUTING -p tcp -s 192.168.1.2 \
--sport 12345:12356 -d 123.123.123.123 --dport 22 [...]
--
Regards,
Paul.
England, EU. England's place is in the European Union.
2003 Jun 20
0
(code 12) at io.c(177) error
....midcoast.com/
use chroot = true
max connections = 1
lock file = /var/log/rsyncd.bht.midcoast.com.lockfile
read only = no
list = yes
uid = root
gid = root
ignore nonreadable
ignore errors
hosts deny = *
hosts allow = 10.0.1.5
carafe:/var/log # tail rsyncd.log -n 5000 |grep bht
2003/06/19 15:58:37 [12356] rsync to bht.midcoast.com from bht.midcoast.com (10.0.1.5)
carafe:/var/log # tail rsyncd.log -n 5000 |grep 12356
2003/06/19 15:58:37 [12356] rsync to bht.midcoast.com from bht.midcoast.com (10.0.1.5)
carafe:/var/log # cd /backup2/
carafe:/backup2 # ls -la
total 25
drwxr-xr-x 4 root root...
2016 Jun 21
0
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
...warding in the kernel!
>>
>> # Disabled by default!
>> $> echo "1" > /proc/sys/net/ipv4/ip_forward
>>
>> ~~~~~~~~~~~~~~~
>>
>> Is that a solution ?
>
> and this ?
>
>
> # TCP packets from 192.168.1.2, port 12345 to 12356
> # to 123.123.123.123, Port 22
> # (a backslash indicates contination at the next line)
>
> iptables -t nat -A POSTROUTING -p tcp -s 192.168.1.2 \
> --sport 12345:12356 -d 123.123.123.123 --dport 22 [...]
Both hints are irrelevant in his case.
He needs port redirection by le...
2006 Jun 26
0
"Say" Applications fail
All of the Asterisk "Say" applications have stopped working.
Example: SayDigits(), SayNumber(), etc...
CLI output:
-- Executing SayDigits("SIP/209.247.17.5-b7901508", "12356") in new
stack
== Spawn extension (facloc-english, 12356, 2) exited non-zero on
'SIP/209.247.17.5-b7901508'
This is driving me crazy.
2007 May 22
1
dovecot + ldap tls
...gidnumber=gidnumber,homedirectory=homedirectory, mailbox=mailbox
user_filter = (&(objectClass=mailaccount)(uid=%u)(disableimap=FALSE))
pass_attrs = uid=uid,userpassword=password
pass_filter= (&(objectClass=mailaccount)(uid=%u)(disableimap=FALSE))
default_pass_scheme = CRYPT
user_global_uid =12356
user_global_gid =12356
File "/opt/csw/etc/openldap/ldap.conf" (openldap client):
TLS_REQCERT allow
host 100.0.4.98
TLS_CACERT /opt/csw/etc/postfix/ldap-cert/cacert.pem
these are my log file:
# tail dovecot-log.log
:
:
dovecot: May 22 15:48:31 Error: auth(default): LDAP: ldap_st...
2016 Jun 21
4
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
Hello Gordon and others
On Tue, Jun 21, 2016 at 4:13 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 06/21/2016 02:30 AM, Alexander Farber wrote:
>
>> -A PREROUTING -p tcp -m tcp -d 144.76.184.154/32 --dport 80 -j REDIRECT
>> --to-ports 8080
>>
>
>
> I think you have the ports backward, here.
>
here the problem description again:
I have
2014 May 14
3
Bug#748052: Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard af
...13082 1 ext4
jbd2 82560 1 ext4
raid10 47472 2
raid1 34596 1
md_mod 103628 4 raid1,raid10
sg 29972 0
sd_mod 44346 16
crc_t10dif 12431 1 sd_mod
crct10dif_common 12356 2 crct10dif_pclmul,crc_t10dif
ahci 25096 12
libahci 27202 1 ahci
ehci_pci 12472 0
libata 168945 2 ahci,libahci
ehci_hcd 48510 1 ehci_pci
e1000 101959 0
scsi_mod 182938 3 sg,libata,sd_mod...
2014 May 14
0
Bug#748052: Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard after booting into Dom0
Control: tag -1 +moreinfo
On Tue, 2014-05-13 at 08:55 -0700, Mike Egglestone wrote:
> After booting into kernel 3.13 dom0, the keyboard no longer works.
> All other aspects work, ssh is needed to login to the system to
> start working with the domU's.
> They keyboard works at the grub menu just fine, and
> works normal when booting into the non xen kernel.
I think at a minimum
2006 Jul 18
9
Simple Array Issue - HELP
Ok, I am interfacing with the del.icio.us API and I want to collect the
links in an @instance variable for my view. But I''m having trouble with
that part. Here''s what I have:
def get_authenticated(path, http)
request = Net::HTTP::Get.new(path)
request.basic_auth ''user'', ''pass''
response = http.request(request)
response.value
response.body
end
2011 Jan 03
1
winbind and group permissions
...to force winbind to
work, but it has had no effect.
Logging on the PDC also reveals some other clues, however my ability to
interpret them is lacking and plugging them into google isn't revealing
a lot of direction. For example, I see this frequently:
process_request: Handling async request 12356:SID_TO_GID
sid to gid S-1-5-2
Cache entry with key = IDMAP/SID2GID/S-1-5-2 couldn't be found
find_lookup_domain_from_sid(S-1-5-2)
calling find_domain_from_sid
Could not find domain for sid S-1-5-2
Could not convert sid S-1-5-2: NT_STATUS_NONE_MAPPED
However, I cannot make sense of where it is...
2011 Jan 17
3
Winbind uselessly using up Idmap range in ldap
...gistered!
[2011/01/17 10:20:34.446537, 0] winbindd/idmap.c:149(smb_register_idmap)
Idmap module nss already registered!
[2011/01/17 10:20:36.631996, 0]
winbindd/idmap_ldap.c:1471(idmap_ldap_set_mapping)
ldap_set_mapping_internals: Failed to add
S-1-5-21-8015792-1768810241-176008768-513 to 12356 mapping [gidNumber]
[2011/01/17 10:20:36.632037, 0]
winbindd/idmap_ldap.c:1473(idmap_ldap_set_mapping)
ldap_set_mapping_internals: Error was: (Already exists)
[2011/01/17 10:20:36.637324, 0]
winbindd/idmap.c:201(smb_register_idmap_alloc)
idmap_alloc module ldap already registered!
[2011/...
2015 May 21
1
asterisk 13 webrtc
...ance '0x9072064' is setup and ready to go
[May 19 16:47:43] DEBUG[14160][C-00000007]: rtp_engine.c:421
ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0x941ca0c'
[May 19 16:47:43] DEBUG[14160][C-00000007]: res_rtp_asterisk.c:2437
ast_rtp_new: Allocated port 12356 for RTP instance '0x941ca0c'
[May 19 16:47:43] DEBUG[14160][C-00000007]: rtp_engine.c:430
ast_rtp_instance_new: RTP instance '0x941ca0c' is setup and ready to go
[May 19 16:47:43] DEBUG[14160][C-00000007]: res_rtp_asterisk.c:4682
ast_rtp_prop_set: Setup RTCP on RTP instance '0...
2015 May 28
3
Re: Concurrent scanning of same disk
...177457 2 ata_generic,ata_piix
scsi_mod 191405 10
sg,megaraid_mbox,scsi_transport_spi,libata,sym53c8xx,sd_mod,sr_mod,megaraid,megaraid_sas,virtio_scsi
crct10dif_generic 12581 1
crc32c_generic 12656 1
crc32 12648 0
crct10dif_common 12356 2 crct10dif_generic,crc_t10dif
Thu May 28 06:36:04 UTC 2015
clocksource: kvm-clock
uptime: 2.69 0.78
verbose daemon enabled
linux commmand line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check
acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0
guestfs_verbose=1 TERM=xterm...
2015 May 27
3
Concurrent scanning of same disk
Greetings,
I am suffering of several weird errors which show randomly and make me
suspect some concurrency issue.
Libguestfs version is 1.28.1, linux kernel 3.16, libvirt 1.2.9 and qemu 2.1.
What I'm trying to do is comparing the disk state at two different point of
a guest execution.
Disk snapshots are taken through libvirt in different moments (I am aware
of caching issue), from such
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...:12291: checking for stdarg.h
configure:12298: result: yes
configure:12174: checking for string.h
configure:12179: result: yes
configure:12326: checking whether setjmp.h is POSIX.1 compatible
configure:12350: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:12353: $? = 0
configure:12356: test -s conftest.o
configure:12359: $? = 0
configure:12370: result: yes
configure:12380: checking for GNU C library with version >= 2
configure:12408: result: no
configure:12421: checking return type of signal handlers
configure:12453: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
co...