Displaying 20 results from an estimated 42 matches for "immidi".
Did you mean:
immedi
2006 Apr 08
3
segfaulting on x86_64 for latest version
Hi!
I've downloaded yesterday the version openssh-4.3p2. Compiled and
installed without problems. No optimization options were used, no PAM.
sshd starts also without any problem.
But when I try to connect to it, the connection is immidiately closed
and I get in the dmesg the following
sshd[5246]: segfault at 00002aaaaabbfe40 rip 00002aaaaaab0bf3 rsp 00007fffffef54d0 error 7
Here is the output from ldd
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x00002aaaaabc1000)
libutil.so.1 => /lib/libutil.so.1...
2008 Sep 17
4
dovecot 1.0.10 inet_addr(0.0.0.0)
Hi,
I've got a problem.
my Dovecot is not running ;)
It immidiately exits when run with no output info
I've figuret out that is something wrong with network but i can't find
such option in conf
any Ideas??
strace output :
dup(3) = 5
fcntl64(5, F_GETFD) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC) =...
2013 Aug 22
2
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
Hi Daniel,
Thanks for your immidiate reply. The starting of virtual guest was ok on
our machine. We are facing this issue while executing the "cpu-stats
<domain name>" command.
I have collected the debug logs as you suggested and attaching the same.
<<libvirt_testing_starting_VG.log >> --> Log collec...
2011 Feb 28
7
XCP - migration from xend
...,
I have some issues regarding xend domU migration to XCP VM.
I try to migrate my old xend domU''s to my xen Could using the xva.py
script. All seems to work quite ok, the migration process doesn''t throw
any errors, i get a .xva file with a proper Size.
When importing that file, immidiately the VG and LV is created, and VM
properties are assigned correctly. But when I try to start the VM I get
the following Error:
[root@xen2 ~]# xe vm-start vm=stream1
Error code: WARNING: /dev/xvda is not a disk image
Error parameters: Traceback (most recent call last):, File
"/usr/bin/py...
2004 Feb 11
2
shorewall-docs-html-1.4.10a bugreport
shorewall-docs-html-1.4.10a is missing following files:
Banner.htm
Shorewall_index_frame.htm
seattle_firewall_index.htm
Or there should be different index.htm in tar. There might be other
missing files but that''s what I found out immidiately when I tried to
check local docs.
--
Tuomo Soini <tis@foobar.fi>
Linux and network services
+358 40 5240030
Foobar Oy <http://foobar.fi/>
2002 May 09
1
user nobody can print on a non-public printer?
My printing system is working beautifully thanks to SAMBA. Thanks!
Except that 5 times now, user nobody connected to the printer
successfully and printed! User nobody can not log onto the domain.
It seems to happen if you print immediately after you log on. I logged
on as my test user and printed immidiately. The job went through as user
nobody. 5 minutes later I printed again, and that time I was connected
to the printer as the user.
My smb.conf sections looks like this:
[print$]
path = /usr/local/var/samba/printers
public = no
browseable = yes
read only = yes
write list = admini...
2006 Sep 06
0
Long delay between execution of front & end in same queue
...#39;'}});
Now what happens is that the first effect executes, then there is a
pause of about 1-2 seconds, it''s difficult to say but it''s a noticable
lag. After the pause the second effect executes.
It looks like the transfer from front in the queue to end in the queue
is not immidiate. Is there any way to make it immidiate?
Thank you very much for your feedback,
Taras
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to...
2005 Aug 20
1
Urgent - Password Migration from WINNT 4.0 to Samba-LDAP
...t it does not migrate userPassword(unix password) field. For all my
users, in the user password field, it has got the same password which
is "e2NyeXB0fXg=" which does not look right.
Is there any way, userPassword field can be updated with the correct
entry while performing migration or immidiately after the migration.
I got around 1200 users in my PDC and I want to make this migration
without affecting users. I can re-set the passwords using
smbldap-passwd but its a big pain to contact every user asking for
their passwords.
All the test migration have been done by following instruction...
2004 Aug 06
1
C++ wrapper for speex
...ufferLength;
pSpeexHdr->dwFlags = 0L;
pSpeexHdr->dwLoops = 0L;
m_Player->PostThreadMessage(WM_PLAYSOUND_PLAYBLOCK,
GetCurrentThreadId(),(LPARAM) lpHdr);
}
}
this handler would simply capture the voice data and
immidiately play it as it is, and as far as that is
concern, it is working.
my speex case study is simple. i just want to encode
the raw data recieved by the handler and immidiately
decode it before posting WM_PLAYSOUND_PLAYBLOCK, and
to supply the decoded data as appropriate.
i would sincerely apprecia...
2010 Apr 09
1
Performance problems with XFS on Centos 5.4
Hi!
During the last weeks I experienced some performance problems with a
large file-system on XFS basis. Sometimes for instance ls is
painfully. Immidiatly afterwards ls on the same directory is
immidiate. I used strace on this ls and found that during the first ls
the lstat-calls need approx 0.02s each while during the second ls the
are two orders of magnitude faster.
Googling around I stumbled upon some messages similar like this
http://www.op...
2006 Nov 01
2
How to: Individualized mass email with ActiveMailer - separate thread?
...on => e
email.log += "\n" + format_time(Time.now) + "\n" + e.message + "\n"
end
end
The problem is that generating the 500 individual emails takes a
significant amount of time, which causes the browser to time out. What
we want, is to give the user a response immidiately, and then process
the sending of the email in the background.
How to go about this? I''ve seen the note about mass mailing on
http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer,
but I couldn''t figure out whether it would work in situations where I
want to...
2004 Aug 06
0
C++ wrapper for speex
...lpHdr->dwBufferLength;
> pSpeexHdr->dwFlags = 0L;
> pSpeexHdr->dwLoops = 0L;
>
> m_Player->PostThreadMessage(WM_PLAYSOUND_PLAYBLOCK,
> GetCurrentThreadId(),(LPARAM) lpHdr);
> }
> }
>
> this handler would simply capture the voice data and
> immidiately play it as it is, and as far as that is
> concern, it is working.
>
> my speex case study is simple. i just want to encode
> the raw data recieved by the handler and immidiately
> decode it before posting WM_PLAYSOUND_PLAYBLOCK, and
> to supply the decoded data as appropriat...
2005 Jul 20
1
limiting upload speeds does not work
...h1 parent 2:0 protocol ip handle 2 fw flowid 2:11
but it did not work. However, the problem seems to be in the way how I mark packets since when I type this:
iptables -t mangle -A FORWARD -i br0 -j MARK --set-mark 2
or this:
iptables -t mangle -A FORWARD -s 192.168.1.100 -j MARK --set-mark 2
upload immidiately goes to 64kbits or something, but so does everything else too - which is not exactly what I am trying to accomplish;-).
Since I am running out of ideas, have you got any? Or even an completely different approach to the problem?
Thanks in advance,
Tomas
2013 Aug 22
1
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
....html
Can you let us know if any of the above patches fix our issue.
Thanks
Abhinay
On Thu, Aug 22, 2013 at 3:19 PM, Daniel P. Berrange <berrange@redhat.c
om> wrote:
> On Thu, Aug 22, 2013 at 03:04:41PM +0200, arun abhinay wrote:
> > Hi Daniel,
> >
> > Thanks for your immidiate reply. The starting of virtual guest was ok on
> > our machine. We are facing this issue while executing the "cpu-stats
> > <domain name>" command.
> > I have collected the debug logs as you suggested and attaching the same.
>
> The cpu-stats command relie...
2005 Aug 11
4
smbldap-tools unresovled problem.
...(defined($Options{'w'})) section and will force to add an workstation
account with all SambaSAMAccount attribute.
But, magic happend here. When the first time a machine joining the PDC,
it will eventually failed as the machine still not be able to find it's
workstation account. But immidiately at the second time, it works. And
it has been proven that it behave this way after joing 7 workstation to
the PDC.
Attached files is the patch file. Please advise.
Thaks for all the good comment and help.
--
Regards,
C. K. Ong (Chris) Linux System Engineer,
RHCT Cert No: 6030043476920...
2006 Jun 07
4
Setting default timezone ENV[''TZ'']=''UTC'' not working on windows?
Hi,
I''ve been trying to do timezone conversion, and have some trouble
getting it to work on my Windows machine. Searching the web, I found
http://wiki.rubyonrails.com/rails/pages/HowtoSetDefaultTimeZone
...which explains how to set the default timezone. I''m using an
environment.rb that include the lines:
ActiveRecord::Base.default_timezone = :utc
ENV[''TZ''] =
2005 Oct 08
1
Outgoing call: hangup after answer
Hi,
When we make an outgoing call on ISDN (zaphfc) with overlap dialing we get
immidiate hangup after answer. But when we place a full number before
dialing everything is ok. Any help appriciated!! Thanks
here is info with debug:
== Primary D-Channel on span 1 up
-- Executing Dial("SIP/200-164c", "zap/g1/|100|tc") in new stack
-- Making new call for cr...
2017 Apr 20
3
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...ll provide space for 32 possbile extension
>> flags and 32 possible extensions. These flags will be carried in the
>> first pseudo extension header, the presense of which will be determined by
>> the flag in the virtio net header.
>>
>> The extensions themselves will immidiately follow the extension header itself.
>> They will be added to the packet in the same order as they appear in the
>> extension flags. No padding is placed between the extensions and any
>> extensions negotiated, but not used need by a given packet will convert to
>> trai...
2017 Apr 20
3
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...ll provide space for 32 possbile extension
>> flags and 32 possible extensions. These flags will be carried in the
>> first pseudo extension header, the presense of which will be determined by
>> the flag in the virtio net header.
>>
>> The extensions themselves will immidiately follow the extension header itself.
>> They will be added to the packet in the same order as they appear in the
>> extension flags. No padding is placed between the extensions and any
>> extensions negotiated, but not used need by a given packet will convert to
>> trai...
2017 Apr 21
1
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...on
>>>> flags and 32 possible extensions. These flags will be carried in the
>>>> first pseudo extension header, the presense of which will be determined by
>>>> the flag in the virtio net header.
>>>>
>>>> The extensions themselves will immidiately follow the extension header itself.
>>>> They will be added to the packet in the same order as they appear in the
>>>> extension flags. No padding is placed between the extensions and any
>>>> extensions negotiated, but not used need by a given packet will...