search for: shlomi

Displaying 20 results from an estimated 28 matches for "shlomi".

Did you mean: shlomo
2013 Nov 06
3
Calling 'virsh' from within a hook script - avoid deadlock?
...arting vm, and it seems like the hook enters a deadlock while attempting to do so. Is there any workaround around this? Any better way, forking virsh execution somehow? Could anyone explain why this is creating a deadlock in the first place? Isn't libvirt multithreaded? Thanks for the help! Shlomi ### hook script: #!/bin/bash enum_scsi() { scsi_devices=`cd /dev;ls sd[^a]*` } gen_hba_xml() { cat > ./hba.xml << EOF <controller type='scsi' model='virtio-scsi'/> EOF } passthrough_start() { # create virtio-scsi HBA gen_hba_xml virsh atta...
2013 Nov 07
2
Re: Calling 'virsh' from within a hook script - avoid deadlock?
On 06.11.2013 16:17, Michal Privoznik wrote: > On 06.11.2013 11:23, TSADOK, Shlomi (Shlomi) wrote: >> [...] > > http://libvirt.org/hooks.html#recursive > > Do not do this. > > Michal > Maybe I should explain a bit why this is not supported. It's true that libvirt is multithreaded. However, not in terms of multiple write/modify accesses to a sin...
2013 Nov 06
1
Re: Calling 'virsh' from within a hook script - avoid deadlock?
Yes.. I saw that, but I have to :) The issue was solved by converting the hook to Python and using 'subprocess.Popen'. deadlock is gone, all looks good. Regards Shlomi -----Original Message----- From: Michal Privoznik [mailto:mprivozn@redhat.com] Sent: Wednesday, November 06, 2013 5:17 PM To: TSADOK, Shlomi (Shlomi) Cc: libvirt-users@redhat.com Subject: Re: [libvirt-users] Calling 'virsh' from within a hook script - avoid deadlock? On 06.11.2013 11:23...
2006 Nov 27
2
Shares problem
...o produce 2 kinds of shares: [homes] the typical home directory share. And an all users (even guest) writable share. On the home directory share, I am able to create files through my windows XP, but I unable to create new directories. The all available share I can't even browse. Help please. Shlomi PS: I attached my smb.conf
2008 Jan 11
10
[Bug 14025] New: The X11 / X Server Exhibits Jitters in the Display after it is on for many hours
...s Product: xorg Version: 7.2 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: shlomif at iglu.org.il QAContact: xorg-team at lists.x.org Created an attachment (id=13661) --> (http://bugs.freedesktop.org/attachment.cgi?id=13661) Xorg.0.log of the session. On my setup: * Mandriva Cooker (updated as of 2008-Jan-10). * Pentium 4 2.4 GHz. * GeForce 4 MX. * Screen: ViewS...
2004 Jul 25
3
FXS vs. FXO
...9;ve recently purchased Adit 600 with 3FXS and 1FXO to be connected to my * server via T100P card. This is the output of "status equipment" command in the Adit600: For some reason the FXO card is seen as FXS, why? Is it ok? On the card it is written "FXO". Regards, Shlomi Bachar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040725/1b981676/attachment.htm
2005 Feb 10
1
One "200Mbps" virtual link between 2 ethernet adaptators of 2 linux boxes.
Hi, ------- ------- | B |eth0---------eth0| C | | |eth1---------eth1| | ------- ------- In an attempt to have the install setup to increase speed and/or reliability of a link between two linux machines (for example in case of a wireless connection), I read that there were more than one solution, for example the old eql driver, bonding
2002 May 13
1
Synchronizing uids on deferent machines running winbind
...get uid 10000 and on another machine the same user can have uid 10001. Is there a way to sync these uids between the Linux machine? Can I use the NIS server to do the winbind connection and update the NIS database so that the Linux clients wouldn't have to run the winbind service? Thanks, Shlomi Bachar IT Manager Airslide Systems Ltd. www.airslide.com Tel: +972 9 970 9861 Mobile: +972 54 416465 Fax: +972 9 970 9843 eMail: shlomi@airslide.com
2002 May 13
1
Synchronizing uids on deferent machines running winbind
...get uid 10000 and on another machine the same user can have uid 10001. Is there a way to sync these uids between the Linux machine? Can I use the NIS server to do the winbind connection and update the NIS database so that the Linux clients wouldn't have to run the winbind service? Thanks, Shlomi Bachar IT Manager Airslide Systems Ltd. www.airslide.com Tel: +972 9 970 9861 Mobile: +972 54 416465 Fax: +972 9 970 9843 eMail: shlomi@airslide.com
2013 Nov 06
0
Re: Calling 'virsh' from within a hook script - avoid deadlock?
On 06.11.2013 11:23, TSADOK, Shlomi (Shlomi) wrote: > I'm trying to create a hook that attaches several virtio-scsi disks to a > starting vm, > > and it seems like the hook enters a deadlock while attempting to do so. > > > > Is there any workaround around this? Any better way, forking virsh > exec...
2007 Feb 05
0
Xen Unstable Seed Repository Tarball
...ps/netos/html/xen/downloads/xen-unstable.hg.tar.gz) >>>>>>>>>>>> However, the URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable.hg.tar.gz is broken. Where can I find the seed repository tarball instead? Thanks in advance, Shlomi Fish P.S: someone should update the cheatsheet. ------------------------------------------ Shlomi Fish http://www.shlomifish.org/ If his programming is anything like his philosophising, he would find 10 imaginary bugs in the "Hello World" program. _____________________________________...
2009 Nov 20
1
What is the relation of CELT and SPEEX?
...tained? And also, what is the current status of the SPEEX pre-processor, and more specifically VAD, AGC, AEC, denoise, dereverb, etc? what is the right way to use? I will be very happy to help including testing and coding on both projects, both on Windows and Linux (CentOS is my favorite...). 10x, Shlomi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20091120/13301c04/attachment-0002.htm
2013 Nov 07
0
Re: Calling 'virsh' from within a hook script - avoid deadlock?
On Thu, Nov 07, 2013 at 10:16:29AM +0100, Michal Privoznik wrote: > On 06.11.2013 16:17, Michal Privoznik wrote: > > On 06.11.2013 11:23, TSADOK, Shlomi (Shlomi) wrote: > >> [...] > > > > http://libvirt.org/hooks.html#recursive > > > > Do not do this. > > > > Michal > > > > Maybe I should explain a bit why this is not supported. It's true that > libvirt is multithreaded. However,...
2006 Jun 13
1
samba 3.0.22 and hebrew file names
...server there were no char settings, on the new samba server I set the char to 862 and the display and unix chars to ISO8859-8 and UTF-8 - it didn't help. I guess that the samba doesn't know were to get the CP862 file. What should I do in order to be able to see the old files names? Thanks Shlomi
2007 Dec 20
5
[Bug 13750] New: Repetitively Taking Screenshots Causes the X Server to Hang
...Hang Product: xorg Version: 7.2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nVidia (open) AssignedTo: aplattner at nvidia.com ReportedBy: shlomif at iglu.org.il QAContact: xorg-team at lists.x.org CC: nouveau at lists.freedesktop.org This happens: * When using KDE (with KSnapshot installed) and pressing hold of the Print Screen key to take screenshots for a few seconds. * When using GNOME (with gnome-screenshot...
2020 Jun 11
0
Asterisk 13.34.0 Now Available
...ted by lvl) * ASTERISK-25844 - app_queue: Ghost channels in "core show channels" output (Reported by Etienne Lessard) * ASTERISK-22920 - Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) Improvements made in this release: -------------------------------...
2004 Oct 04
0
Quassar 111 L
I've received a cellulink device: Quasar 111 L, which I want to connect to my Asterisk machine. Does anyone have experience with such device? Regards, Shlomi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041004/4cdc7911/attachment.htm
2020 Jun 11
0
Asterisk 13.34.0 Now Available
...ted by lvl) * ASTERISK-25844 - app_queue: Ghost channels in "core show channels" output (Reported by Etienne Lessard) * ASTERISK-22920 - Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) Improvements made in this release: -------------------------------...
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...tput (Reported by Etienne Lessard) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-22920 - Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) * ASTERISK-28848 - app_fax: Compile. (Reported by Alexander Traud) Improvements made in this release: ----------------------------------- * ASTERISK-288...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...ted by lvl) * ASTERISK-25844 - app_queue: Ghost channels in "core show channels" output (Reported by Etienne Lessard) * ASTERISK-22920 - Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) * ASTERISK-28848 - app_fax: Compile. (Reported by Alex...