Re: I rewrote the code for 64-bit

2024-04-20 Thread Roman Gaufman
Unsubscribe On Sat, 20 Apr 2024 at 12:37, Kenan Kartal wrote: > Hello, > > Last month I have mentioned I was rewriting the code in the book for > x86-64 [1]. I have finished it and you can see both the 32-bit and > 64-bit versions in the repo [2]. The 64-bit versions are written with > respect

[Rails-core] Capybara Integration with Rails with Rspec?

2017-03-27 Thread Roman Gaufman
I'm looking at this commit: https://github.com/rails/rails/pull/26703 It looks really great. Is there any documentation/example to make use of that with rspec-rails? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from th

[ansible-project] Re: ansible 2.1 setup fails with this module requires key=value arguments (['<>'])

2016-07-28 Thread Roman Gaufman
Hi Greg, I'm experiencing the same thing on 2 servers, rest are fine. I can ssh to them and I cannot see anything obviously wrong: TASK [setup] *** fatal: [0ca87760df7de0fe2d36]: FAILED! => {"changed": false, "failed": true, "msg

[ansible-project] Overriding chroot path for ansible_connection=chroot

2015-05-05 Thread Roman Gaufman
I cannot find any documentation for the chroot connection and I have tried asking on #ansible and googling. When I need to override the ssh host, I can do: ansible_ssh_host: '{{ ip | default("vpn.%s.%s" % (inventory_hostname, domain)) }}' How would I do the same to override the chroot_path?

[Pdns-users] ★ pdns-users Users, Roman Gaufman left a message for you

2014-05-28 Thread Roman Gaufman
Roman Gaufman left a message for you Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the message exchange system. To find out what was written to you, just follow this link: http://eu1.badoo.com/roman.gaufman/in/Q6fY

[Live-devel] Closing connection after DESCRIBE?

2014-03-11 Thread Roman Gaufman
Hi there, I'm trying to implement a monit (or equivalent) check that a stream is available and if not, to check if the camera is alive (with ping) and report an issue if it's not. I am sending this to the live555ProxyServer: DESCRIBE rtsp://localhost/proxyStream RTSP/1.0 CSeq: 1 To which it res

Re: [Live-devel] Larger streams breaking when opened through live555ProxyServer

2013-06-09 Thread Roman Gaufman
pv4.tcp_mem='8388608 8388608 8388608' sysctl -w net.ipv4.route.flush=1 followed by restarting live555ProxyServer, it made no difference :( You can see the videos being recorded with ffmpeg from live555ProxyServer here: http://monitor.zanview.com ny ideas at all what is causing this?

Re: [Live-devel] Setting the frame rate and resolution during the rtsp connection

2013-05-10 Thread Roman Gaufman
Some cameras have rtsp://ip/media?width=640&height=480&fps=30 - other cameras have profiles like rtsp://ip/axis-media/media.amp?videocodec=h264&streamprofile=highquality - others will not allow specifying quality/profile/fps at all in the URL. These days, cameras that support ONVIF can be configur

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-08 Thread Roman Gaufman
Thanks a bunch Ross, the latest version 2013.04.06 doesn't exhibit any such problems with the cameras I have on test here. Everything is working beautifully! I will report if there are any problems. Thanks again for adding a workaround so quickly. On 5 April 2013 18:19, Ross Finlayson wrote:

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Roman Gaufman
On 4 April 2013 10:16, Ross Finlayson wrote: > I find this very difficult to believe - especially considering that nobody > else has reported this problem. > I'm not sure what to say but GET_PARAMETER is causing problems with almost all cameras I have here to test (excluding a Chinese no brand o

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Roman Gaufman
Thanks for your fast reply. Unfortunately it appears to happen on all branded cameras I have to test: ACTi, Sony, Axis, D-Link, Vivotek and Lilin. I updated the firmware on this specific Sony camera to the latest last week. It appears to be a very typical response to kill the connection when rece

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Roman Gaufman
Hi, sorry, it's a dynamic IP and there was a power cut: rtsp://86.146.238.165/media/video1 On 4 April 2013 03:56, Ross Finlayson wrote: > The stream will freeze after a few minutes. When the stream is opened > directly, it does not freeze: > > ./testProgs/testRTSPClient rtsp://86.146.236.49/me

[Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-03 Thread Roman Gaufman
With version 2012.12.24, live555ProxyServer can proxy Sony, Vivotek, Axis and other IP cameras, but after upgrading to 2013.01.25 or newer (tried with 2013.04.01 also), the proxy freezes with all of the above IP cameras. I have made a stream publicly available, to reproduce, run: ./proxyServer/li

Re: [Live-devel] OutPacketBuffer::maxSize should be larger by default?

2013-04-03 Thread Roman Gaufman
This unfortunately seems more common than not. I have several Axis, Vivotek, Sony, ACTi, D-Link, Lilin and Chinese no brand cameras and they are all generating ridiculously large frames :( Maybe the value can be an argument option without having to recompile? - Or maybe it can be larger but still

[Live-devel] OutPacketBuffer::maxSize should be larger by default?

2013-04-02 Thread Roman Gaufman
Hey, Every camera I use these days seems to exceed the default OutPacketBuffer::maxSize by quite a large margin, e.g. MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (60804). 116669 bytes of trailing data was dropped! Correct this by increasing "

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-30 Thread Roman Gaufman
No change :( After recompiling with OutPacketBuffer::maxSize = 20; at the start of main(), I get this: $ live555ProxyServer -V rtsp://192.168.0.221/live2.sdp LIVE555 Proxy Server (LIVE555 Streaming Media library version 2013.03.23) Opening connection to 192.168.0.221, port 554... RTSP stre

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
The MJPEG stream is only 3fps, there is no packet loss, it's a 1gbit network and nothing else is streaming on the network. Opening the camera RTSP stream with VLC works fine, no errors, opening the RTSPRoxy stream with VLC, I get audio only. Opening direct from the camera with openRTSP works just

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
The debug output from live555ProxyServer looks like this: $ live555ProxyServer -V rtsp://192.168.0.221/live2.sdp LIVE555 Proxy Server (LIVE555 Streaming Media library version 2013.03.07) Opening connection to 192.168.0.221, port 554... RTSP stream, proxying the stream "rtsp://192.168.0.221/live

[Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
Hi there, I have an IP camera that gives MJPEG over RTSP, I'm trying to proxy the stream with: $ live555ProxyServer rtsp://192.168.0.221/live2.sdp When I use the openRTSP client like so: $ ./openRTSP rtsp://127.0.0.1:10110/proxyStream The output looks like this: http://pastie.org/7167135 - liv

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread Roman Gaufman
gt; Thank for the reply. If using pipebackend/bindbackend, is the performance > acceptable when comparing within mysql/pgsql? > > - rbk > > > > Roman Gaufman-2 wrote: > > > > I really love the simplicity of pipe backend and why I use powerdns > > instead > &

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread Roman Gaufman
I really love the simplicity of pipe backend and why I use powerdns instead of say bind, all you need to really do is add this to your pdns.conf: launch=pipe,bind pipe-command=/etc/powerdns/dns_pipe.rb And in your script, you can have something as simple as: require 'powerdns_pipe' PowerDNS::Pip

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
e-dir=/usr/lib/powerdns query-logging=yes setgid=pdns setuid=pdns socket-dir=/var/run launch=pipe,bind pipe-command=/etc/powerdns/dns_pipe.rb pipebackend-abi-version=2 pipe-timeout=5000 distributor-threads=1 On 28 January 2013 14:31, Peter van Dijk wrote: > Hello Roman, > > On Jan 28, 201

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
rsion Any ideas? On 28 January 2013 14:06, Peter van Dijk wrote: > Hello Roman, > > On Jan 28, 2013, at 12:33 , Roman Gaufman wrote: > > > If I do that I get: > > > > # dig ns . @127.0.0.1 > >root@zanview > &g

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
-- Is there any way to make powerdns reply to such a request? On 28 January 2013 10:53, Aki Tuomi wrote: > It seems to ask for root records. So basically it does > > dig ns . @ip > > Aki > > On Mon, Jan 28, 2013 at 10:44:40AM +, Roman Gaufman wrote: > &g

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
My pipe backend responds to all records, it just answers all questions with: answer name: question.name, type: 'A', ttl: 120, content: 89.207.135.250 I also added: loglevel=9 log-dns-details=yes log-failed-updates=yes query-logging=yes But nothing at all is logged in syslog at all when monit ch

[Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
I'm trying to monitor my pdns instance with monit. Main reason is I've been having some trouble with the pipe backend: it stops resolving requests after a few days (even when using the pdns guardian option). The official monit documentation says to do this for DNS: if failed host 127.0.0.1 po

Re: [Pdns-users] Pipe Backend not working correctly

2013-01-28 Thread Roman Gaufman
gt; http://doc.powerdns.com/from3.**1to3.2.html<http://doc.powerdns.com/from3.1to3.2.html> > > Am 27.01.2013 23:17, schrieb Roman Gaufman: > >> Hi :) >> >> This is the pipe-command related stuff in my pdns.conf (rest is default): >> >> launch=pipe,bind

[Pdns-users] Pipe Backend not working correctly

2013-01-27 Thread Roman Gaufman
Hi :) This is the pipe-command related stuff in my pdns.conf (rest is default): launch=pipe,bind pipe-command=/etc/powerdns/dns_pipe.rb pipebackend-abi-version=2 pipe-timeout=5 distributor-threads=1 When I use the vanilla Ubuntu package that comes in Precise, it works for a few days, then it sto

Re: [Live-devel] Ability to specify port number

2012-12-09 Thread Roman Gaufman
I tried specifying 3 x 1080p sources and 8 x D1 sources and the result was horrible, frames were jumping back and forth and some sources would freeze after a while - since adding the patch and running a separate server per port all quality and stability issues went away. Sent from my iPad On 1

[Live-devel] Ability to specify port number

2012-12-09 Thread Roman Gaufman
Here is a simple patch to allow specifying a port number, e.g. ./proxyServer/live555ProxyServer -p 10001 ... I often need to run multiple proxy servers on different ports, this allows to pass a port number as an argument to live555ProxyServer and I think would make a great addition if it were inc

Re: [Live-devel] rtsp server for live audio

2012-10-29 Thread Roman Gaufman
Anything similar for linux? On 28 October 2012 17:50, Ross Finlayson wrote: > i find WindowsAudioInputDevice maybe a way to stream live audio.but i > could not find any documents or examples about how to use > > > From : > "This is an implementation of the "liv

[Pgubook-readers] Invitation to connect on LinkedIn

2012-10-22 Thread Roman Gaufman
LinkedIn I'd like to add you to my professional network on LinkedIn. - Roman Roman Gaufman Director at Xanview Romford, United Kingdom Confirm that you know Roman Gaufman: https://www.linkedin.com/e/dsxt9p-h8livpl8-17/isd/9191207727/WnWNbJ8v/?hs=false&tok=3YXeINaCuBzls

Re: Dependencies (like monit)?

2012-10-17 Thread Roman Gaufman
Did you ever find a solution to this? On Friday, 13 June 2008 18:42:58 UTC+1, s.ross wrote: > > I have a Rails app that wants a DRb process to be alive before > starting. Using monit, one can prevent the mongrels from starting > based on the state of another process. Is there some way to monitor

Re: Dependency

2012-10-17 Thread Roman Gaufman
Are there any workarounds for this? - I want to use God to start an RTSPProxy and then start an RTSPClient. But obviously the RTSPClient depends on the RTSPProxy running - how would I make sure the Client is started after the Proxy is running? On Sunday, 9 August 2009 18:34:58 UTC+1, Tom Werner

Re: [Live-devel] RTCPInstance error: Hit limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"

2012-10-15 Thread Roman Gaufman
Just to follow up, I tried with UDP also and the proxy seems to just freeze after a while and take 100% cpu - I then need to killall -9 live555ProxyServer and restart it to make it receive data again. On 14 October 2012 14:52, Roman Gaufman wrote: > Thank you for a detailed explanation, but

[Live-devel] RTCPInstance error: Hit limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"

2012-10-13 Thread Roman Gaufman
I'm reading from a Sony IP cameras, I'm running: ./live/proxyServer/live555ProxyServer -t "rtsp://192.168.88.13/media/video1" I'm then trying to read the RTSP with: ./live/testProgs/openRTSP 'rtsp://192.168.0.2:554/proxyStream' After a while, the stream freezes and I'm getting: RTCPInstance err

Re: [gentoo-qa] Re: Joining QA Team?

2011-07-21 Thread Roman Gaufman
unsubscribe On 21 July 2011 09:05, Markos Chandras wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 21/07/2011 07:54 ??, Matt Turner wrote: >> On Wed, Jul 20, 2011 at 2:15 PM, Markos Chandras >> wrote: >>> Highly unlikely for a "dead" team to reply to your requests >> >> I have

TW68 Driver

2011-06-19 Thread Roman Gaufman
There is a really great driver for the thousands of capture cards floating around ebay called TW68. It is available here: http://gitorious.org/tw68 I'm not a developer but I have been using it for a number of years and it's a shame it's still not included in the kernel. Is anyone interested in ma

Re: cx88_alsa - getting loud white noise with capture card.

2011-06-18 Thread Roman Gaufman
ounds like pink noise just like out of the BlueCherry card. Roman On 22 May 2011 03:21, Roman Gaufman wrote: > > Just revisiting this again after close to 2 years - still experiencing > the same. Loud static like sound. Tried a few CX23881 cards and it > seems the same :( > > I

Re: [gentoo-qa] Early elections for new QA lead

2011-05-24 Thread Roman Gaufman
I vote for Barack Obama to lead the QA team 2011/5/24 Tomáš Chvátal : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dne 21.5.2011 15:03, Diego Elio Pettenò napsal(a): >> Il giorno sab, 21/05/2011 alle 12.26 +0300, Samuli Suominen ha scritto: >>> In light of recent events, our current lead

Re: Connexant cx25821 help

2011-05-22 Thread Roman Gaufman
On 22 May 2011 12:21, Andy Walls wrote: > > Bluecherry might have a product that meet your needs: > > http://store.bluecherry.net/products/PV%252d155-%252d-16-port-video-capture-card-%28120FPS%29.html > > I have no actual experience with their products myself. I'm interested first and foremost in

Re: Connexant cx25821 help

2011-05-21 Thread Roman Gaufman
On 22 May 2011 04:11, Devin Heitmueller wrote: > On Sat, May 21, 2011 at 10:25 PM, Roman Gaufman wrote: >> I figured as much, but what can I do now? > > Your options at this point are: > > 1.  Find some developer who cares enough to take a free board just for > the fun

Re: Connexant cx25821 help

2011-05-21 Thread Roman Gaufman
I figured as much, but what can I do now? Should I take some high resolution pictures of the board? Any other details I can provide to help developers add support for this board? Is there anyone in particularly I should contact? Anywhere I can post any information I collect on this board? I'm hap

Re: cx88_alsa - getting loud white noise with capture card.

2011-05-21 Thread Roman Gaufman
files and waveforms: http://itstar.co.uk/CX8801_Audio Any ideas at all? Roman On 11 November 2009 09:12, Roman Gaufman wrote: > > It sounds like I've not tuned the channel, but there is no channel - > it's a capture card with 8 inputs. When I try to change channels with >

Connexant cx25821 help

2011-05-21 Thread Roman Gaufman
I have a PCI-E capture card with two connexant cx25821 chips. 04:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210 05:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210 There is a staging driver in latest linux kernels. Looks like it uses v4l2 api. I tried to

Re: [gentoo-qa] Leader elected

2011-01-10 Thread Roman Gaufman
Not strictly QA related, but what ever happened to this? :/ < http://www.gentoo.org/proj/en/infrastructure/redesign-guidelines.xml On 10 January 2011 20:26, Markos Chandras wrote: > On Mon, Jan 10, 2011 at 03:34:46PM +0100, Tomáš Chvátal wrote: > > So after two days Diego E. Pettenò (flameeye

Re: [gentoo-qa] Leader elected

2011-01-10 Thread Roman Gaufman
Long live the king!! 2011/1/10 Tomáš Chvátal > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > So after two days Diego E. Pettenò (flameeyes) has been voted with 3 > votes as our leader for next year. > > I wish Diego good term with not much disturbance :) > > I might say I am bit unhappy c

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Roman Gaufman
2009/11/10 Domenico Andreoli : > On Tue, Nov 10, 2009 at 01:48:43PM +0000, Roman Gaufman wrote: >> I swapped my graphics card and techwell DVR card places and now it >> works, thanks you!!! > > have you a PCI-E techwell board? Yep, it's PCI-E 8 audio/video dvr card. >

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! Only 1 question, the readme says there is no audio yet - any ideas when/if audio will be available? :) Thanks again! Roman 2009/11/10 Roman Gaufman : > Thank you, managed to modprobe the module. > >

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
tered device video8 [v4l2] [ 95.788957] tw6804[7]: registered device vbi7 2009/11/10 Domenico Andreoli : > Hi > > On Tue, Nov 10, 2009 at 1:40 PM, Roman Gaufman wrote: >> Thanks, managed to compile but getting -1 Unknown symbol in module now >> - any ideas? >> >&g

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
inserting 'tw68.ko': -1 Unknown symbol in module # uname -a Linux xanview-dev 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux 2009/11/10 Domenico Andreoli : > Hi, > > On Tue, Nov 10, 2009 at 1:19 PM, Roman Gaufman wrote: >> Hey, I'm tr

tw68-v2/tw68-i2c.c:145: error: unknown field ‘clie nt_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
Hey, I'm trying to compile tw68 and I'm getting the following: make -C /lib/modules/2.6.31-14-generic/build M=/root/tw68-v2 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic' CC [M] /root/tw68-v2/tw68-core.o CC [M] /root/tw68-v2/tw68-cards.o CC [M] /root/tw68-v

Re: [Python-il] Perl Vs. Python on Various Points

2009-07-15 Thread Roman Gaufman
> > 1. Syntax as an Indicative of What the Language is Doing: > - > > He said he didn't like Perl syntax like "push @$array_ref, $val;" because > of the sigils. I said I happen to like it because the extra characters > convey meaning. By looki

Re: [Imdbpy-help] Cast - lead or supporting role?

2009-05-04 Thread Roman Gaufman
some documentation somewhere that shows what exactly is missing in httpThin and how to get each individual item missing manually? Roman 2009/5/4 Davide Alberani : > On May 04, Roman Gaufman wrote: > >> Is there no way to get a list of just actors mentioned on the main >> page for t

Re: [Imdbpy-help] Cast - lead or supporting role?

2009-05-04 Thread Roman Gaufman
> Hi! Hi Davide, > > The cast list returned by IMDb (both from the web and the plain text > data files) _CAN_ already be sorted for importance.  Obviously for > lesser known (and still in production) titles, the cast list can be > wholly unsorted.  To tell the truth, recently IMDb started sorting

[Imdbpy-help] Cast - lead or supporting role?

2009-05-04 Thread Roman Gaufman
Hi I'm trying to create a little app that will help me find movies in my movie collection. My problem is for my movie collection I have 41785 actors because cast includes anyone that's been near the set at any point during the movie making. 95% of these are not very useful in my case. Is there a

[Alsa-user] Dsnoop problem with VT1708B - unable to open slave (on second arecord)

2008-12-11 Thread Roman Gaufman
Dear Alsa community, I'm having a problem opening a dsnoop device pointing to VT1708B multiple times: # arecord -c2 -r 44100 -D plug:HDA_Intel test1.wav & Recording WAVE 'stdin' : Unsigned 8 bit, Rate 44100 Hz, Stereo # # arecord -c2 -r 44100 -D plug:HDA_Intel test2.wav ALSA lib pcm_dsnoop.c:641:

Re: [gentoo-performance] Illegal IMail List Server Command!

2008-06-05 Thread Roman Gaufman
unsubscribe On Thu, Jun 5, 2008 at 11:54 AM, List Server <[EMAIL PROTECTED]> wrote: > -- > gentoo-performance@lists.gentoo.org mailing list > > -- gentoo-performance@lists.gentoo.org mailing list

Re: [Imdbpy-devel] No results from exact matches when popular titles match [resolved]

2007-12-31 Thread Roman Gaufman
My bad, just installed from CVS and this bug was indeed resolved in a later version. Roman On 1 Jan 2008, at 00:22, Roman Gaufman wrote: > Dear imdbpy devs, > > Please have a look at this: > > ia = imdb.IMDb() > s_result = ia.search_movie('Big Trouble') >

[Imdbpy-devel] No results from exact matches when popular titles match

2007-12-31 Thread Roman Gaufman
Dear imdbpy devs, Please have a look at this: ia = imdb.IMDb() s_result = ia.search_movie('Big Trouble') >>> s_result [] If I do a search on imdb.com for Big Trouble, I get: Popular Titles: 1. Big Trouble in Little China (1986) Titles (Exact Matches): 1. Big Trouble (2002) 2

Re: [Pgubook-readers] Test Post

2007-09-20 Thread Roman Gaufman
nope, it's up alright :) - Guess no-one is currently going through the book. Post a question and it will probably be answered. On 20/09/2007, Mark Schmid <[EMAIL PROTECTED]> wrote: > Hi, > > This is just a test post to see if this list > is down or what. > > Mark > -- > Pt! Schon vom neuen GMX

Bug#397898: Exploit code

2006-11-10 Thread Roman Gaufman
The actual exploit used can be found here: http:// www.securityfocus.com/bid/20939/exploit Another useful link: http://www.securityfocus.com/bid/17446/info -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#397898: Openldap on Sarge affected by known/fixed DoS?

2006-11-10 Thread Roman Gaufman
Package: slapd Version: 2.2.23-8 Penetration testing in the company of slapd installed on an up-to-date debian sarge showed that admins were able to make openldap crash using an exploit discovered years ago, http://www.openldap.org/its/index.cgi/Software%20Bugs?id=4740 http://secunia.com/adviso

Re: [gentoo-performance] How to get Maximum performance in Graphics on Nvidia Drivers

2006-01-23 Thread Roman Gaufman
1) get a GeForce 7800 GTX 2) use masked drivers 3) dont use antialiasing or sharpening of any kind 4) overclock the card until your pc crashes every couple of minutes 5) play games with low demands (higher fps) you'll have kick ass performance! On 23/01/06, XFry <[EMAIL PROTECTED]> wrote: > How

Re: [SM-USERS] Machine freezes for 30 seconds when doing 'view' on this attachment

2005-12-08 Thread Roman Gaufman
Groot Koerkamp <[EMAIL PROTECTED]> wrote: On Mon, November 14, 2005 13:26, Roman Gaufman wrote:> Hey,>>> I have a major problem with squirrelmail. With the attached attachment,> If I> press download, everything is fine, but if I press view, the mailserver > just hangs for 30 seco

Re: [SM-USERS] Machine freezes for 30 seconds when doing "view" on this attachment

2005-12-08 Thread Roman Gaufman
Anyone has any ideas?On 17/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a major problem with squirrelmail. With the attached attachment, If> I> press download, everything is fine, but if I press view, the mailserver> just> hangs for 30 seconds: It takes top ~15 seconds to start and

Re: [SM-USERS] Showing HTML

2005-11-14 Thread Roman Gaufman
I would also like to know more about this. With a carefully crafted html, squirrelmail not only breaks the formatting but hangs the system for 30 seconds! Anyone?On 14/11/05, El Neofito <[EMAIL PROTECTED]> wrote: Hi Guys,   Wondering how to show HTML mails in squirrelmail correctly? Mine is in a

[SM-USERS] Viewing (instead of downloading) html messages with css freezes apache

2005-11-10 Thread Roman Gaufman
Hey, We have a major issue where a lot of our reports are sent as html with css embedded - each report is around 500KB in size and comes weekly. Problem is when viewing the message in html mode instead of downloading, it totally hangs apache for 40 seconds making webmail unusable for everyone else

Re: Sarge - postfix/saslauthd issues

2005-09-29 Thread Roman Gaufman
I was stuck with this for the last 2 days, you're a life saver! Wish the maintainers would take your comments into practice and re-release the packages as it is indeed far too complicated and virtually undocumented. The thing I was stuck on is I saw smtp.conf on various sites and created mine in

Cyrus goes on a frenzy of restarting imapd.

2005-04-29 Thread Roman Gaufman
Any ideas what could be causing the following? Apr 29 16:30:07 server master[27424]: about to exec /kolab/bin/imapd Apr 29 16:30:07 server master[26994]: process 27424 exited, status 127 Apr 29 16:30:07 server master[26994]: service imap pid 27424 in READY state: terminated abnormally Apr 29 16

Re: [gentoo-dev] robin.gentoo.org vs lists.gentoo.org

2005-02-24 Thread Roman Gaufman
On Thu, 24 Feb 2005 18:21:29 +, Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > On Fri, 25 Feb 2005 04:34:38 +1030 stephen white > <[EMAIL PROTECTED]> wrote: > | Could people please stop sending list messages to robin.gentoo.org, as > | it's stuffing up my mail folders... > | > | It should be list

Re: [gentoo-dev] KDE-3.4.0_beta2

2005-02-10 Thread Roman Gaufman
On Thu, 10 Feb 2005 15:52:35 -0500, Caleb Tennis <[EMAIL PROTECTED]> wrote: > On Thursday 10 February 2005 03:13 pm, Roman Gaufman wrote: > > Is it me, or is it badly broken on portage? > > We're finding new issues all of the time - but I can tell you it works quit

Re: [gentoo-dev] KDE-3.4.0_beta2

2005-02-10 Thread Roman Gaufman
On Thu, 10 Feb 2005 15:18:18 -0500, Stephen P. Becker > Seeing as it is in package.mask for a reason, do you really have to ask > this question? Sure. beta1 was in pacakge.mask also and worked great. Just want to verify that its a problem with the ebuilds and not something I've done wrong. Is pa

[gentoo-dev] KDE-3.4.0_beta2

2005-02-10 Thread Roman Gaufman
Is it me, or is it badly broken on portage? Apart from the reported xdelta problems, when I start it, it just hangs on "initializing system services" for about 10 minutes. Then boots into an empty desktop with an empty white line on the left that looks like what was supposed to be kicker. I also

Re: [gentoo-dev] Prozilla needs a new daddy / herd (or an undertaker)

2005-02-10 Thread Roman Gaufman
On Thu, 10 Feb 2005 18:34:43 +0100, Thierry Carrez <[EMAIL PROTECTED]> wrote: > I wrote: > > > It appears upstream is back online and a new version (ProZilla 1.3.7.3) > > was released January 24, 2005. An helpful user provided an ebuild on the > > bug[1]. That said, the package has no metadata.xml

Re: [gentoo-portage-dev] Use Flags

2005-02-09 Thread Roman Gaufman
I also vote for this. Some of the use flags descriptions require you to dig into the ebuild and google before you get an idea of what the use flag is supposed to do, quite annoying indeed. Roman On Tue, 8 Feb 2005 21:22:33 +0100, Marius Mauch <[EMAIL PROTECTED]> wrote: > On Tue, 8 Feb 2005 13:33:

Re: [gentoo-dev] Prozilla needs a new daddy / herd (or an undertaker)

2005-02-09 Thread Roman Gaufman
On Wed, 2 Feb 2005 23:21:14 -0500, Nicholas Jones <[EMAIL PROTECTED]> wrote: > > Prozilla (www-client/prozilla) is masked in Portage since 2004-11-22 > > because it suffered from a serious (and exploited) vulnerability[1] and > > lack of upstream love. > > Also because no one really likes it. It's

[gentoo-dev] KDE-3.4.0_beta2

2005-02-07 Thread Roman Gaufman
beta1 worked great, beta2 been on portage for a few days but doesnt have a single working source yet: multimedia distfiles # emerge -vu konqueror Calculating dependencies ...done! >>> emerge (1 of 7) kde-base/arts-3.4.0_beta2 to / >>> Downloading ftp://194.117.143.70/mirrors/gentoo/distfiles/arts-

Re: [gentoo-dev] xorg-x11-6.8.1.903 -- /usr/X11R6 -> /usr

2005-02-02 Thread Roman Gaufman
Well, apart from that reported problem, compiles and works just fine so far (I removed fle manually though, not tested your patch). Will report if there's any further problems. Thanks! Roman On Tue, 01 Feb 2005 14:20:57 -0800, Donnie Berkholz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MES

Re: [gentoo-dev] xorg-x11-6.8.1.903 -- /usr/X11R6 -> /usr

2005-02-01 Thread Roman Gaufman
Hmm, any ideas about the following? removed `//usr/share/fonts/Type1/encodings.dir' removed `//usr/share/fonts/75dpi/encodings.dir' removed `//usr/share/fonts/100dpi/encodings.dir' * Removing //usr/X11R6/lib/X11/fonts/100dpi symlink removed `//usr/X11R6/lib/X11/fonts/100dpi' * Removing //usr/X11

Re: [gentoo-dev] xorg-x11-6.8.1.903 -- /usr/X11R6 -> /usr

2005-02-01 Thread Roman Gaufman
Great work. Emerging now. On Tue, 01 Feb 2005 15:05:52 -0800, Donnie Berkholz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Donnie Berkholz wrote: > | I just committed it with KEYWORDS="-*" because I need some brave > | testers. I already tested every possibilit

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-20 Thread Roman Gaufman
KFontInstall control module got disabled from compilation because of missing FreeType 2.x libraries/headers. You can download the freetype library from http://www.freetype.org/. ^^^ is that supposed to happen? -- I have freetype-2.1.5-r1 emerged. On Sat, 15 Jan 2005 21:59:18 +0200, Dan Armak <[EM

Re: [gentoo-performance] Squid patch

2005-01-20 Thread Roman Gaufman
Looks good. Maybe add a report on bugs.gentoo.org? On Wed, 19 Jan 2005 19:38:44 +0200, Iosif Peterfi <[EMAIL PROTECTED]> wrote: > Hello, i would like to see included in the next squid release the zsh patch > from: http://www.it-academy.bg/zph/. > > Purpose > The idea behind this patch is to allow

Re: [gentoo-dev] new USE flag 'symlink'

2005-01-17 Thread Roman Gaufman
On Mon, 17 Jan 2005 08:41:00 -0500, Chris Gianelloni <[EMAIL PROTECTED]> wrote: > On Sun, 2005-01-16 at 17:30 +, John Mylchreest wrote: > > As I requested in a previous post, it is there for a few reasons. It is > > a key phase in automating the process of kernel upgrades. For example.. > > > >

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 22:37:13 -0500, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Sunday 16 January 2005 10:26 pm, Roman Gaufman wrote: > > You didnt get it, did you. For the record, you just wasted as much > > time. Congrats. > > what i dont get is why the fuck yo

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 22:18:57 -0500, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Sunday 16 January 2005 10:13 pm, Roman Gaufman wrote: > > There is an old russian joke about this: > > well i'm glad you feel the need to waste our time with your crap > -mike You d

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 21:59:20 -0500, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Sunday 16 January 2005 09:15 pm, Roman Gaufman wrote: > > Quote from above "./configure will be cached by the time the > > monolithic packages are removed" -- What part of that needs

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
Also, Dan, isnt it possible to make the separate packages inherit keywords from their related metapackage? - or do we need the flexibility for each of them to have different keywords? On Mon, 17 Jan 2005 02:37:27 +, Roman Gaufman <[EMAIL PROTECTED]> wrote: > On Sun, 16 Jan 2005 21:29

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 21:29:34 -0500, Stephen P. Becker <[EMAIL PROTECTED]> wrote: > Anyway, if anybody actually has something useful to say, perhaps from > users or developers that have a clue, we'd like to hear from you. > Otherwise, I declare this thread over. We're dropping kde on mips if > the

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
> Read my last email, and stop being an idiot. You misunderstood me. You run a script to keyword packages referenced in the kde*-meta ebuilds. Once you've emerged the kde^-meta package in question - you automatically tested all the ebuilds you are about to keyword. Its no different than keywording

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
> re-consider your statement about how you see no > difference in testing KDE over those ABIs (and even different endians). No, thats not what I said. I said I see no difference testing kde-meta compared to testing monolithic kde. How is it different to the mips team to emerge kdebase compared to

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
>Heh, you obviously have failed to grasp that repoman still has to scan >hundreds of ebuilds, which takes a very long time, during which somebody >else might commit one of these ebuilds before repoman gets to it, thus >fouling everything up if you aren't at the computer to catch it. And >that is a

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 21:17:52 -0500, Kumba <[EMAIL PROTECTED]> wrote: > I've always grasped the concept of keywording multiple packages in rapid > fashion. > > What you fail to grasp is proper QA. As a developer, one does not just go > keyword happy and commit to CVS - One has to test *each* and

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 21:11:17 -0500, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Sunday 16 January 2005 08:38 pm, Roman Gaufman wrote: > > Considered, and I still dont see how that applies to kde vs kde-meta. > > ./configure will be cached by the time the monolithic packages

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 20:58:19 -0500, Stephen P. Becker <[EMAIL PROTECTED]> wrote: > Roman Gaufman wrote: > > Here is the same script, more human readable and configurable: > > > > P=kdebase-meta > > V=3.4.0_beta1 > > > > for i in $(cat /usr/portage/kde

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
oy, Roman On Mon, 17 Jan 2005 01:38:44 +, Roman Gaufman <[EMAIL PROTECTED]> wrote: > On Sun, 16 Jan 2005 20:09:34 -0500, Kumba <[EMAIL PROTECTED]> wrote: > > Roman Gaufman wrote: > > > > > > How is it different to emerge kde and report bugs? If the mics te

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 20:09:34 -0500, Kumba <[EMAIL PROTECTED]> wrote: > Roman Gaufman wrote: > > > > How is it different to emerge kde and report bugs? If the mics team > > doesnt do that they they dont support the monolithic ebuilds either. > > 1) The mips team

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 19:26:02 -0500, Stephen P. Becker <[EMAIL PROTECTED]> wrote: > > > Well, you can expect the arch teams to run an emerge kde-meta for the > > masked ebuilds and atleast report bugs, no? > > Don't know about the other arches, but not the mips team. How is it different to emerge

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-16 Thread Roman Gaufman
On Sun, 16 Jan 2005 17:55:40 -0500, Stephen P. Becker <[EMAIL PROTECTED]> wrote: > Well, after discussion among the other mips folks, we are of the opinion > that if the monolithic kde ebuilds are removed, then we just won't > maintain kde on our arch anymore. You just can't expect some of these >

Re: [gentoo-dev] 3.4.0_beta1 split ebuilds in portage

2005-01-15 Thread Roman Gaufman
what depclean shows, but 99.9% of the time, as long as you didnt temper with /etc/profile.d or /var/lib/portage, it will indeed remove only what you no longer need. Now.. back to the great KDE ebuilds. Roman On Sat, 15 Jan 2005 22:25:01 +, Roman Gaufman <[EMAIL PROTECTED]> wrote: &g

  1   2   >