active choice and file parameters

2023-02-23 Thread 'Thomas Reifferscheid' via Jenkins Users
Hi, I like to use AC Reactive Reference Parameter and dynamically render 3 file input parameters, load the select files and pass them as base64 encoded strings. No matter what I do I always end up with empty variables inside the Jenkinsfile. https://issues.jenkins.io/browse/JENKINS-38893 gi

active choice and file parameters

2023-02-23 Thread 'Thomas Reifferscheid' via Jenkins Users
Hi all - Can someone please provide clear instructions on how to use AC Reactive Reference Parameter and dynamically render 3 file input parameters that would load the selected file and pass it as base64 encoded string. No matter what I do I always end up with empty variables inside the Jenk

[LEDE-DEV] ipq806x Netgear R7500 uboot

2018-01-17 Thread Thomas Reifferscheid
Hi, I've lost my original uboot environment settings and would like to ask for your help. Since it's been a while from when I was playing with the hardware the uboot env is all messed up and I'd like to start over from scratch. Would someone please send me "env print" from within the bootloader

Re: observium graphs

2017-07-18 Thread Thomas Reifferscheid
Am 16.07.2017 um 00:12 schrieb Thomas Reifferscheid: [...] I'll let the observium guys review the scripts unless somebody else has any suggestions or comments. The observium feature ticket can be found at http://jira.observium.org/browse/OBSERVIUM-2347 Thomas

Re: observium graphs

2017-07-15 Thread Thomas Reifferscheid
Am 15.07.2017 um 20:26 schrieb Aki Tuomi: Hi! Just thought I'd remind about few things, since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse. As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage. since v2.2.22 you can us

Re: Dovecot Statistics

2017-07-15 Thread Thomas Reifferscheid
Am 15.07.2017 um 23:30 schrieb Doug Hardie: I tried to setup statistics as shown on the Statistics wiki page. I encountered a problem with the mail_plugins for imap. in the protocol imap configuration the wiki shows adding imap_stats to mail_plugins. When I do that, dovecot stops authenti

observium graphs

2017-07-15 Thread Thomas Reifferscheid
Hello dovecot list, I'm in the middle of creating a plugin for observium[1] and would like to have it create[2] statistical graphs of my dovecot server [3]. The current state can be found here: https://image.ibb.co/efOO9a/dovecot.png However for visibility purposes it doesnt make sense and hav

[PATCH] dsync: fix splitting login from host

2017-07-03 Thread Thomas Reifferscheid
strrch() however splits login and host at the last occurrence of '@'. Signed-off-by: Thomas Reifferscheid --- src/doveadm/doveadm-dsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doveadm/doveadm-dsync.c b/src/doveadm/doveadm-dsync.c index caf569f1d..3b8d4549

Re: [exim] Segfaults with tidydb

2017-06-16 Thread Thomas Reifferscheid
Am 16.06.2017 um 02:07 schrieb Ian Zimmerman: On 2017-06-15 09:20, Thomas Reifferscheid wrote: I'm on Debian jessie with exim 4.84.2 and anything db related is segfaulting. You could try upgrading (4.89 is in backports). Other than that, is /var/spool/exim4 on a normal local files

[exim] Segfaults with tidydb

2017-06-15 Thread Thomas Reifferscheid
Hello list, I'm on Debian jessie with exim 4.84.2 and anything db related is segfaulting. Example: root@reifferscheid:/var/spool/exim4# exim_dumpdb /var/spool/exim4/ wait-remote_smtp BDB3004 individual cache size too large: maximum is 10TB BDB1565 DB->compact: method not permitted before han

[LEDE-DEV] [PATCH v5] ipq8064: Fix dwc3 module unloading

2017-04-07 Thread Thomas Reifferscheid
The patch follows the qualcomm code comments setting SSUSB_CTRL_TEST_POWERDOWN to 0x1 and is testing and clearing the bit during USB superspeed PHY init. According to Andy Gross it needs to be BIT(26). Signed-off-by: Thomas Reifferscheid Acked-by: Andy Gross --- Changes sinve v4: * Consult

[LEDE-DEV] [PATCH v2] ipq8064: fix dwc3-of-simple module unloading for Netgear R7500

2017-04-02 Thread Thomas Reifferscheid
R7500 Signed-off-by: Thomas Reifferscheid --- Changes since v1: * back off 17f60b1cd260a24ef990d6622f9c5ed6951c0722 * adjust clock assignment in R7500.dts instead .../arch/arm/boot/dts/qcom-ipq8064-r7500.dts | 6 + .../files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi

[LEDE-DEV] [PATCH v4] ipq8064: Fix dwc3 module unloading

2017-04-02 Thread Thomas Reifferscheid
The patch follows the qualcomm code comments setting SSUSB_CTRL_TEST_POWERDOWN to 0x1 and is testing and clearing the Bit during usb superspeed phy init. Fixes: dwc3 module unloading and re-loading Signed-off-by: Thomas Reifferscheid --- Changes since v3: * Revert v1/v2 * Set

Re: kernel hangs forever when unloading dwc3-of-simple

2017-03-27 Thread Thomas Reifferscheid
Am 27.03.2017 um 20:01 schrieb Thomas Reifferscheid: kernel-4.9.17 is hanging in a readl() forever when calling rmmod dwc3-of-simple I ended up fixing clock assignments in my local dtsi file. dwc3-of-simple removal is working great in stock linux-4.9.xx Sorry for the noise. Thomas -- To

[LEDE-DEV] [PATCH] ipq8064: fix dwc3-of-simple module unloading

2017-03-27 Thread Thomas Reifferscheid
registered [ 24.130347] xhci-hcd xhci-hcd.0.auto: remove, state 1 [ 24.135948] usb usb1: USB disconnect, device number 1 [ 24.142085] xhci-hcd xhci-hcd.0.auto: USB bus 1 deregistered root@LEDE:/# Fixes: dwc3-of-simple module unloading Signed-off-by: Thomas Reifferscheid --- .../files-4.9/arch/ar

[LEDE-DEV] [PATCH v3] ipq8064: Fix dwc3 module unloading

2017-03-27 Thread Thomas Reifferscheid
, disabling LPM. [ 25.573063] hub 4-0:1.0: USB hub found [ 25.580842] hub 4-0:1.0: 1 port detected root@LEDE:/# Fixes: dwc3 module unloading Signed-off-by: Thomas Reifferscheid --- Changes since v2: * be more verbose Changes since v1: * be more verbose in explaining the mistake target/linux

kernel hangs forever when unloading dwc3-of-simple

2017-03-27 Thread Thomas Reifferscheid
Hi kernel-4.9.17 is hanging in a readl() forever when calling rmmod dwc3-of-simple root@L:~# rmmod dwc3-of-simple [48.980006] xhci-hcd xhci-hcd.1.auto: remove, state 1 [48.980094] usb usb4: USB disconnect, device number 1 [48.985172] xhci-hcd xhci-hcd.1.auto: USB

[LEDE-DEV] [PATCH v2] ipq8064: Fix dwc3 module unloading

2017-03-27 Thread Thomas Reifferscheid
Allow module unloading by fixing a mistake. qcom_dwc3_phy_write_readback() is expecting (phy, base, offset, value) while the mistake was calling it with (phy, base, value, offset) The patch fixes it by swapping value and offset. Signed-off-by: Thomas Reifferscheid --- Changes since v1

[LEDE-DEV] [PATCH] ipq8064: Fix dwc3 module unloading

2017-03-27 Thread Thomas Reifferscheid
Allow module unloading by fixing a mistake Signed-off-by: Thomas Reifferscheid --- target/linux/ipq806x/patches-4.9/0032-phy-add-qcom-dwc3-phy.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/patches-4.9/0032-phy-add-qcom-dwc3-phy.patch b/target

[LEDE-DEV] [PATCH] generic: prefer tmpfs over ramfs

2017-03-26 Thread Thomas Reifferscheid
nd line. Fixes: The inability of diskfree of getting the size or usage information for rootfs when on initramfs kernels. Signed-off-by: Thomas Reifferscheid --- .../linux/generic/patches-4.9/495-use-tmpfs-over-ramfs.patch | 11 +++ 1 file changed, 11 insertions(+) create mode 100644

[LEDE-DEV] [PATCH] ipq8064: enable 2nd USB port on R7500

2017-03-24 Thread Thomas Reifferscheid
Makes use of the syscon tcsr and enables both USB ports. Cleans up qcom-ipq8064.dtsi from previous attempts. Fixes FS#497 Signed-off-by: Thomas Reifferscheid --- .../ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064-r7500.dts | 6 ++ target/linux/ipq806x/files-4.9/arch/arm/boot/dts

Re: USB3.0 regression on ipq806x

2017-03-22 Thread Thomas Reifferscheid
Am 08.03.2017 um 12:14 schrieb Thomas Reifferscheid: [...] > ] usb 3-1: new high-speed USB device number 2 using xhci-hcd > ] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd Things have changed with 4.9 kernel. The thumbdrive is no longer getting recognized as high-speed and

[LEDE-DEV] initramfs kernel using the wrong rootfs filesystem

2017-03-21 Thread Thomas Reifferscheid
Hello, I'm on ipq8064, R7500 and netbooting the initramfs kernel gets me a rootfs / mount using the wrong filesystem. As a result opkg refuses to install packages, claiming that there is not enough space on / rootfs however was mounted using *ramfs* which according to Documentation/filesystems/r

Re: [LEDE-DEV] [PATCH] Netgear X4 R7500 adjust ath10k firmware

2017-03-17 Thread Thomas Reifferscheid
Am 17.03.2017 um 14:01 schrieb Thomas Reifferscheid: Netgear X4 R7500 comes with a QCA988X. The patch enables 2.4Ghz wifi on kernel 4.9 for this particular device. Please disregard. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http

[LEDE-DEV] [PATCH] Netgear X4 R7500 adjust ath10k firmware

2017-03-17 Thread Thomas Reifferscheid
Netgear X4 R7500 comes with a QCA988X. The patch enables 2.4Ghz wifi on kernel 4.9 for this particular device. Signed-off-by: Thomas Reifferscheid --- target/linux/ipq806x/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b

USB3.0 regression on ipq806x

2017-03-08 Thread Thomas Reifferscheid
Hi list! I'm running into a USB3.0 regression on ipq806x hardware. Consider one physical USB port as one linux-4.9 xHCI HC. It comes with two USB busses with one logical USB port each. One high-speed port and one superspeed port port. ] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Drive

[LEDE-DEV] USB3.0 regression / trying to isolate / testers needed

2017-02-28 Thread Thomas Reifferscheid
Hello, Apparently there is a confirmed regression with Lede for at least three devices when inserting a USB 3.0 device during boot [0]. The USB port then is found dead until the next reboot. I'd like to identify the extent to which this issue is affecting Lede and get answers to the following que

[LEDE-DEV] [RFC] ipq806x: Add USB Type Selector for R7500

2017-02-27 Thread Thomas Reifferscheid
upstream patch attempt (January 2015) was trying to set the TCSR USB Type selector at the wrong part of the kernel. Signed-off-by: Thomas Reifferscheid --- ...ipq806x-add-usbtypesel-required-for-r7500.patch | 56 ++ 1 file changed, 56 insertions(+) create mode 100644 target/linux

[LEDE-DEV] [PATCH] ipq806x: sanitize Dni image generation

2017-02-21 Thread Thomas Reifferscheid
The more straight forward approach for generating the pure and unpadded kernel file which then can be used for initramfs straight. Build options for factory.img and sysupgrade.tar are handeled seperately. Signed-off-by: Thomas Reifferscheid --- target/linux/ipq806x/image/Makefile | 7 +++ 1

[LEDE-DEV] [PATCH] ipq806x: fix fakerootfs position

2017-02-21 Thread Thomas Reifferscheid
the kernel. Fixes: FS#542 Signed-off-by: Thomas Reifferscheid --- target/linux/ipq806x/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index b00e197..cec26c2 100644 --- a/target/linux

[LEDE-DEV] [PATCH] build: unsilence move command

2017-02-20 Thread Thomas Reifferscheid
The @ sign in front of the "mv" command was significantly suppressing output to stdout. When reviewing the make/build logs it was tricking me a whole lot and it mad me lose time. Removing the @ sign will get stdout and logs right about what happened when. Signed-off-by: Thomas Rei

[LEDE-DEV] image-commands.mk: remove at-sign for mv

2017-02-20 Thread Thomas Reifferscheid
n will get stdout and logs right about what happened when. Please let me know your thoughts. Thank you. Regards Thomas -- Thomas Reifferscheid Krauskopfallee 39 D-65388 Schlangenbad Tel.: +49 175 268 9153 --- lede-trunk/include/image-commands.mk.orig 2017-02-20 15:37:49.623129613 +010

Re: [Openvpn-devel] IRC meeting regarding OpenVPN development model

2010-01-06 Thread Thomas Reifferscheid
All the official discussions I've seen on IRC so far, have had the channel moderated and only the participants got the permissions to write. Else you might and will get disturbed in multiple ways. However it was me as well, who was asking Eric for a moderated discussion. An alternative approach m

Bug#521555: egroupware-core: broken dependencies

2009-03-28 Thread Thomas Reifferscheid
Package: egroupware Version: 1.4.004-2.dfsg-4.1 Severity: normal Pasting current dependencies: Package: egroupware-core Architecture: all Depends: apache2, libapache2-mod-php5, php5-cli, php5-pgsql | php5-mysql | php5-odbc, php-fpdf (>= 1.53.dfsg-3), php5-gd, php-log, php-pear, egroupware-e

Re: [suPHP] conflicting documentation since 0.7.0

2009-03-23 Thread Thomas Reifferscheid
Quoting http://suphp.org/DocumentationView.html?file=apache/CONFIG suPHP_ConfigPath (expects a path name) This option tells mod_suphp which path to pass on to the PHP-interpreter (by setting the PHPRC environment variable). Do *NOT* refer to a file but to the directory the file resists in. E.g.:

[suPHP] conflicting documentation since 0.7.0

2009-03-22 Thread Thomas Reifferscheid
ccordingly. It took me 2 hours to figure out whats going wrong.. Kind regards Thomas Reifferscheid ___ suPHP mailing list suPHP@lists.marsching.biz http://lists.marsching.com/mailman/listinfo/suphp

Re: [PUG] Ist Ubuntu jetzt Linux oder umgekehrt? ( was: !!!! Achtung Durchsage !!!! das 3SAT Team will zum Stammtisch kommen ->> )

2009-02-11 Thread Thomas Reifferscheid
Habt ihr schon vom neuen Darwin Linux gehoert? Es kommt jetzt als Panther, Tiger und Leopard raus und wird die Desktop-Welt revolutionieren! *SCNR* Thomas Markus Wolf wrote: ... "[...] Das Wort Ubuntu ist älter, als das Betriebssystem für Computer. [...] Hinter der Software steht ein mächtig

Re: [PUG] High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-04 Thread Thomas Reifferscheid
Dazu evtl passend, wenn auch nur Ubuntu und Laptops: http://it.slashdot.org/article.pl?sid=09/01/17/2127254 VG Thomas Markus Wolf wrote: Hallo zusammen, vor ein paar Tagen bin ich darüber gestolpert: = = - http://ata.wiki.kernel.org/index.php/Known_issues: - Drives which perf

Re: [PUG] Debian Paketmanagement

2009-02-04 Thread Thomas Reifferscheid
Ein weiterer Grund warum man exim4-daemon-heavy selbst uebersetzen moechte sind Probleme mit TLS [1]. Dazu editiert man nach dem Auspacken des Source-Paketes die Datei debian/rules und nimmt das Kommentarzeichen weg. # If you want to build with OpenSSL instead of GnuTLS, uncomment this # OPENSS

Re: [PUG] Virtualisierung von Windows auf Systemen mit und ohne Vanderpool/Pacifica

2009-01-12 Thread Thomas Reifferscheid
Prfrmnt z sn st n Ftr dr Przssrn nd ht mt pn bzw Clsd Src ncht z tn Frs Vrstndn hlfrch st ds Ggln nch Vrtlsrung, spzll nch Mmry Mngmnt nt bzw CP mt dsm Ftr. HTH Silverio Santos wrote: Hi, heute ist eine neue "Pizzabox" (flacher Server) für die Installation von Wndws Srvr geliefert worden. J

Re: [PUG] kumulatives Patch anhand tgz-Files erstellen

2009-01-12 Thread Thomas Reifferscheid
Thomas Reifferscheid wrote: Ich wuerde Symlinks und Knodes manuell anlegen und den Rest mit Diff/Patch machen Alternative mit rsync: #Deployment: cd /tmp mkdir -p 1.2 tar -C 1.2 -xzf 1.2.tgz rsync --delete -avHS /tmp/1.2 /target

Re: [PUG] kumulatives Patch anhand tgz-Files erstellen

2009-01-12 Thread Thomas Reifferscheid
Ich wuerde Symlinks und Knodes manuell anlegen und den Rest mit Diff/Patch machen Alternativ baue Pakete der Zieldistribution, rpm, deb etc, wobei dir die Handarbeit dort auch nicht abgenommen wird. #!/bin/bash ### Patcherstellung cd /tmp mkdir -p 1.0 1.1 1.2 tar -C 1.0 -xzf 1.0.tgz tar -C 1.1

Re: [PUG] Jahresabschluß?

2008-12-01 Thread Thomas Reifferscheid
Waren die Tage vor dem 24.12. schon ausgeschlossen worden oder stehen die grundsaetzlich nicht zur Bedatte? VG Thomas Max Trense wrote: [...] Ich denke, man kann das ganze auch einfach abkürzen... ;-) http://www.doodle.com/zee5zy7dpxh5c4ts --

Re: [PUG] Jahresabschluß?

2008-12-01 Thread Thomas Reifferscheid
An dem Tag beginnt uebrigens 25C3: http://events.ccc.de/congress/2008/ VG Thomas Michael Bischof wrote: [...] Ok, ich wäre für den 27.12.2008. -- PUG - Penguin User Group Wiesbaden - http://www.pug.org

Re: [PUG] Mailingliste

2008-11-25 Thread Thomas Reifferscheid
Hi, Mailman: http://www.gnu.org/software/mailman/docs.html Viele Gruesse Thomas Klaus Klein wrote: Moin Listlinge, welche Software-Konstellation würden die 'sehenden' der Liste einem Neuling zum Thema Mailingliste empfehlen? Es geht darum einer 'übersichtlicher' Anzahl Interessierter eine

Re: [PUG] FRITZ Box eigenes Betriebssystem

2008-11-12 Thread Thomas Reifferscheid
Das bereits installierte OS ist bereits unter GPL released: Die Quellen gibts hier: http://download.avm.de/develper/opensrc/ Weitere Software darauf installieren funktioniert auch: http://www.freetz.org/ VG T Benjamin Peter schrieb: Hallo Liste, ich habe eine FRITZ!Box Fon WLAN 7113 und frage

Re: [PUG] Bios Masterpassword vergessen

2008-11-08 Thread Thomas Reifferscheid
http://209.85.135.104/search?q=cache:yl9H3Zk9iawJ:www.allservice.ro/forum/viewtopic.php%3Ft%3D921+lenovo+t61+reset+bios+password&hl=en&ct=clnk&cd=5&client=iceweasel-a Viele Gruesse Thomas Samuel Hicker wrote: Hi @ all, ich habe ein t61 von Lenovo und habe das Master Password vergessen. Ich ko

Re: [MacPorts] #15955: Finch no longer connects to ICQ

2008-07-11 Thread Thomas Reifferscheid
Dear Simon, feel free to take the port and change everything the way you want. Kind regards Thomas MacPorts wrote: > #15955: Finch no longer connects to ICQ > +--- > Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PRO

Re: Where are we with simultaneous Python Framework installs

2008-05-14 Thread Thomas Reifferscheid
Rainer Müller wrote: [...] > But it turned out that this will cause more problems than we gain. > > There are other ports around using the python25 port group which are > not modules for python25, e.g. mercurial. So with this change, the hg > binary will land at > ${prefix}/Library/Framework

Re: new pidgin

2008-05-01 Thread Thomas Reifferscheid
I had a look for the new pidgin once and decided to not update pidgin as I disagree with the new features such as automatic resize of the input text area. Kind regards Thomas MAS! wrote: I'm asking if someone is able to upgrade the port to the latest release :) thank you in advance bye bye!

Re: [35371] trunk/dports/editors

2008-03-30 Thread Thomas Reifferscheid
Please have a look at the beautiful broken Makefiles yourself and tell me how to do it correctly. It just beats me. Kind regards Thomas Ryan Schmidt wrote: On Mar 26, 2008, at 04:15, [EMAIL PROTECTED] wrote: +configure.ldflags-append-L${prefix}/lib -L/usr/X11R6/lib +configure.cflags-ap

Re: [35275] trunk/dports

2008-03-24 Thread Thomas Reifferscheid
Dear Adam and James, thx for making that clear. Wasn't aware of. Kind regards Thomas James Berry wrote: [...] > Implemented by the following code in port.tcl: [...] ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosf

Re: [35275] trunk/dports

2008-03-23 Thread Thomas Reifferscheid
Dear James, I dont feel well with your changes. It will make life even harder for submitters to the ticket database choosing the right maintainer. Regarding "automated ticket assignment to maintainers" your changes will make it harder for trac itself. How to solve this, have a port <=> maintaine

Re: Guidance needed for fixing gnome

2008-03-21 Thread Thomas Reifferscheid
I made some progress. All the details are in Ticket 14729 [1]. Next thing is to do it with a portgroup. Do you think we can use it 1:1? [1]: http://trac.macosforge.org/projects/macports/ticket/14729 Randall Wood wrote: > On Thu, Mar 20, 2008 at 9:48 PM, Thomas Reifferscheid > <[EMAIL

Guidance needed for fixing gnome

2008-03-20 Thread Thomas Reifferscheid
Hi, please help me to improve the gnome situation and validate Ticket 14729 [1] to be correct. How should we proceed here? Kind regards Thomas [1] http://trac.macosforge.org/projects/macports/ticket/14729 ___ macports-dev mailing list macports-dev@lis

Re: [35110] trunk/dports/gnome/gnucash

2008-03-19 Thread Thomas Reifferscheid
Thanks for pointing that out. Besides I'm currently fixing another problem along with gnucash: It doesnt find its docs. I'm actually getting closer to a solution, so I think I'll upload a new revision later this day. Kind regards Thomas Ryan Schmidt wrote: > On Mar 17, 2008, at 12:47, [EMAIL PR

Re: [35062] trunk/dports/www/firefox-x11/Portfile

2008-03-16 Thread Thomas Reifferscheid
I think you have a typo in port:nsrp. It should be port:nspr Kind regards Thomas [EMAIL PROTECTED] wrote: Revision 35062 Author [EMAIL PROTECTED] Date 2008-03-16 03:36:03 -0700 (Sun, 16 Mar 2008) Log Message

Re: ntop failure to build (where is ticket #13648 and could it help?!?)

2008-03-05 Thread Thomas Reifferscheid
Just replace 14308 by 13648 in your URL. Kind regards Thomas Stefmit wrote: [...] > http://trac.macosforge.org/projects/macports/ticket/14308 > > which does not apply in my case, but whose author mentions a ticket #13648, > with - presumably - a fix, which ticket I could not find: > > __

Re: Splitting the guide

2008-03-04 Thread Thomas Reifferscheid
Hi, great work Simon! For doing this automatically (e.g. every night), we could need some kind of shell (bash) script doing this. Do you think thats possible for fully automation? Kind regards Thomas Simon Ruderich wrote: [...] > Hi all, > sorry for the late reply. > > I just created a chunked

Re: 2.4.0 Release Message Window Resize Issue

2008-03-01 Thread Thomas Reifferscheid
Intended or not, I call that broken and macports will stay with pidgin-2.3.1 because of this. Kind regards Thomas Luke Schierer wrote: [...] > This is the intended behavior. That way you can see as much of your > backlog as possible without losing the ability to work with a multi-line > or very

Macports open tickets

2008-02-29 Thread Thomas Reifferscheid
As some of you might allready know, there are some graphs showing the macports open tickets over time. You find the graphs here: http://student.physik.uni-mainz.de/~reiffert/macports/ Feel free to comment or improve. You'll find all the details on that site. Kind regards Thomas

Macports open tickets

2008-02-29 Thread Thomas Reifferscheid
As some of you might allready know, there are some graphs showing the macports open tickets over time. You find the graphs here: http://student.physik.uni-mainz.de/~reiffert/macports/ Feel free to comment or improve. You'll find all the details on that site. Kind regards Thomas

Re: [34530] trunk/dports/net/apan/Portfile

2008-02-27 Thread Thomas Reifferscheid
As the ticket is several years old, I dont want to proove Julien Touche still existing. I change it to nomaintainer then. Ryan Schmidt wrote: [...] > Did you also intend to remove Julien Touche as maintainer? If so, it > should say "nomaintainer" and not "openmaintainer". > > __

Re: #macports CIA

2008-02-24 Thread Thomas Reifferscheid
Shouldnt changeset=off keep category from appearing here? How to *only* transfer category newticket? http://trac.macports.org/projects/macports/timeline?wiki=off&milestone=off&ticket=on&changeset=off&max=50&daysback=1&format=rss RSS means polling the state frequently and parsing the differences

#macports CIA

2008-02-24 Thread Thomas Reifferscheid
Who is maintaining the CIA bot on #macports? Can we install a summary-report for new trac tickets for some time (lets say for a week) and remove it when it's getting on our nerves... It's currently reporting svn revisions and I like to have new tickets in the form eg.: Ticket #14467: aircrack-n

svn commit broken: Internal Server Error

2008-02-23 Thread Thomas Reifferscheid
Hi, g4:~/macports-trunk/dports/www/w3m thomas$ svn [EMAIL PROTECTED] -m "* Add variant no_x11, for people who have gdk compiled with +quartz" commit svn: Commit failed (details follow): svn: MKACTIVITY of '/repository/macports/!svn/act/302581ba-5f0f-40e9-be13-91eb85e90a04': 500 Internal Serve

Re: 72 hours are not enough for maintainers?

2008-02-21 Thread Thomas Reifferscheid
Me too. Sometimes I try to have some time with my family on weekends, so maybe two weeks will be better. If "js" starts using a realname when writing emails, I'd probably offer him maintainer rights, so he can help us fixing tickets. Kind regards Thomas Randall Wood wrote: > I would prefer a w

Re: building pidgin with silc functionality

2008-02-20 Thread Thomas Reifferscheid
Hi, just send the stuff to me, or create a ticket otherwise. Does it require silc-server or silc-client to link pidgin against silc? Kind regards Thomas Artie Ziff wrote: >> File an enhancement request with the port maintainer requesting a >> variant for silc support. >> >> > > I see the

variant cascade

2008-02-10 Thread Thomas Reifferscheid
Will "port install tea +foo" build the port coffee +bar? Portfile tea: depends_lib port:coffee variant foo requires bar { } variant bar { } == Portfile coffee: variant bar { } Kind regards Thomas ___ macports-dev mailing li

trunk

2008-02-10 Thread Thomas Reifferscheid
Why didnt http://svn.macports.org/repository/macports/trunk/dports/devel/nspr/Portfile make it into the rsync repository? Kind regards Thomas ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo

Re: System Requirements?

2008-02-08 Thread Thomas Reifferscheid
Where as http://developer.imendio.com/projects/gtk-macosx/ is a long and doubtful procedure, you can have it with macports as well: port install gtk2 +quartz +no_x11 port install pidgin Thomas Reifferscheid wrote: > Piding will work with gtk for aqua on 10.4 and 10.5 as well. > I don

Re: System Requirements?

2008-02-08 Thread Thomas Reifferscheid
Piding will work with gtk for aqua on 10.4 and 10.5 as well. I dont know about 10.3.9. http://developer.imendio.com/projects/gtk-macosx/ Ethan Blanton wrote: > > You can, but it will require Apple's X11 server (or an alternative) > and a pile of dependencies that you probably don't have. > >

Re: System Requirements?

2008-02-08 Thread Thomas Reifferscheid
You can have piding with macports which officially support 10.4 and 10.5 It may work with 10.3.9 as well, please report in case it does. Adium is a GUI that is based on libpurple. What is libpurple: http://developer.pidgin.im/wiki/WhatIsLibpurple Kind regards Thomas clyde drexler wrote: > Hi > >

Re: [33003] trunk/dports/lang

2008-01-17 Thread Thomas Reifferscheid
Hi Ryan, am I supposed to take r33003 back or fix the +configure {} line in another (new) revision? Kind regards Thomas Ryan Schmidt wrote: On Jan 16, 2008, at 10:09, [EMAIL PROTECTED] wrote: +configure{} You should use "use_configure no" instead of "configure {}". You may also want "

Re: NSS Errors

2008-01-16 Thread Thomas Reifferscheid
Hi, on what hardware/software are you trying to build nss, intel,ppc,tiger,leopard? Kind regards Thomas Matrix Mole wrote: [...] (3.11.7_1); so I opened ticket 13925 for this issue. Could someone [...] ___ macports-users mailing list macports-users@l

Re: Fail to install Pidgin 2.3.1 on Leopard 10.5.1 with Macports 1.6.0

2008-01-12 Thread Thomas Reifferscheid
Hi, please run the following commands: sudo port sync sudo port -d install pidgin and show us what comes out. Kind regards Thomas Reifferscheid fas fdas wrote: I run the command sudo port install pidgin it run few mins then show error. Error: The following dependencies failed to build

Re: [MacPorts] #13847: pidgin 2.3.1 does not start (old gtk-x11 version)

2008-01-09 Thread Thomas Reifferscheid
Dear Victor, please keep mailing to the macports-users mailinglist. I need more information here. Please do: sudo port -d selfupdate sudo port -d uninstall pidgin sudo port -d install pidgin and show us the relevant lines from the pidgin configure process. Kind regards Thomas Victor Escob

Re: Pidgin with OTR?

2008-01-02 Thread Thomas Reifferscheid
You can have the portfile in a local repository. You find all the details here: http://guide.macports.org/#development.local-repositories However, it would be more easier, if someone would commit the port to the global macports repository. Kind regards Thomas Reifferscheid Matrix Mole wrote

Re: Pidgin with OTR?

2008-01-01 Thread Thomas Reifferscheid
- Hash: SHA1 Thomas Reifferscheid wrote: Success. The new portfile got already posted to the macports devel mailinglist, so it should be available shortly. The port is called pidgin-otr. I've re-sync'd my ports tree and I saw a port called pidgin-encryption but not o

Re: New port bashforth

2007-12-30 Thread Thomas Reifferscheid
Reifferscheid wrote: Dear list, there is a new port called bashforth which is a forth interpreter, entirly written in bash. Please see the attached file and commit it to the svn, section lang. Kind regards Thomas Reifferscheid ___ macports-dev mailing list

New port bashforth

2007-12-30 Thread Thomas Reifferscheid
Dear list, there is a new port called bashforth which is a forth interpreter, entirly written in bash. Please see the attached file and commit it to the svn, section lang. Kind regards Thomas Reifferscheid bashforth.tar.gz Description: application/gzip

New port pidgin-otr

2007-12-30 Thread Thomas Reifferscheid
Dear list, there is a new port called pidgin-otr which is an encryption plugin for the instant messanger "pidgin". Please see the attached file and commit it to the svn. Kind regards Thomas Reifferscheid pidgin-otr.tar.gz Description: applic

Portfile patch for libotr

2007-12-30 Thread Thomas Reifferscheid
Dear list, I updated libotr from 3.0.0 to 3.1.0. Please see the attached file and commit it to svn. Kind regards Thomas Reifferscheid --- Portfile.orig 2007-12-30 01:58:55.0 +0100 +++ Portfile 2007-12-30 02:00:22.0 +0100 @@ -2,9 +2,9 @@ PortSystem 1.0 name libotr

Re: Announcement: pidgin 2.3.1

2007-12-21 Thread Thomas Reifferscheid
Dear Erik, as far as I can see, the Portfile for adium depends on subversion and nothing else. Further I cant find a port called libpurple within macports. Do you think it's worth to build a own port called "libpurple" only for adium? Can you live with having to build pidgin in prior to adium? Do

Announcement: pidgin 2.3.1

2007-12-20 Thread Thomas Reifferscheid
Dear list, pidgin is now available for macports in version 2.3.1 (it compiles just fine for leopard now) http://pidgin.im/ Kind regards Thomas Reifferscheid ___ macports-users mailing list macports-users@lists.macosforge.org http

Re: Compile problem Pidgin on Darwin 8.10.0

2007-12-19 Thread Thomas Reifferscheid
Erik Harperink wrote: > Op 19-dec-2007, om 9:43 heeft Thomas Reifferscheid het volgende > geschreven: > >> Hi Erik, >> >> I'm the macports maintainer of pidgin and here is the configure.args >> I use: >> >> --disable-gtkspell --disable-screens

Re: Compile problem Pidgin on Darwin 8.10.0

2007-12-19 Thread Thomas Reifferscheid
Hi Erik, I'm the macports maintainer of pidgin and here is the configure.args I use: --disable-gtkspell --disable-screensaver --disable-sm --mandir=${prefix}/share/man --disable-perl pidgin also has depend packages. They have to be installed prior to compilation time. They are: port:gtk2 port

Re: [Courier-imap] Improvement of maildir_rename()

2007-12-12 Thread Thomas Reifferscheid
Dear Sam, my intention was to get all possible hints before reinventing the wheel. The technical problems you mention, those are the things of interest for me. What about them? What exactly is fairly difficult when talking about folder locking, what exactly is hard when expanding the scope of the

Re: [Courier-imap] Improvement of maildir_rename()

2007-12-11 Thread Thomas Reifferscheid
ser: >> Folder foo is locked by user/ip/host and could not be locked. >> >> Do you think thats possible? > > No, I don't think that's possible, not without a lot of work. > What exactly is missing for having locks? Please explain more verbosely. Kind reg

Re: [Courier-imap] Improvement of maildir_rename()

2007-12-11 Thread Thomas Reifferscheid
Sam Varshavchik wrote: > >> >> - create new maildir >> - copy mails from old maildir to new maildir >> - delete mails from old maildir >> - copy the acls from old maildir to new maildir >> - delete acsl from old maildir >> - delete old maildir >> >> - repeat for every subfolder of old maildir >> >>

[Courier-imap] Improvement of maildir_rename()

2007-12-10 Thread Thomas Reifferscheid
aildir - delete mails from old maildir - copy the acls from old maildir to new maildir - delete acsl from old maildir - delete old maildir - repeat for every subfolder of old maildir What do you think? Kind regards Thoma

Popularity Contest

2007-11-16 Thread Thomas Reifferscheid
/ Kind regards Thomas Reifferscheid ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev

Re: [31067] added net/nss port

2007-11-16 Thread Thomas Reifferscheid
The changes are ok with me. I'm sorry for the Uppercase stuff. When I was creating the Portfile, I was using a local repository. Thats when the checksum of the patchfiles were required, but it's ok when they get removed from the Portfile. Kind regards Thomas Reifferscheid Ryan Sch

Re: [31067] added net/nss port

2007-11-16 Thread Thomas Reifferscheid
Dear Ryan, Saispo, macports-dev-list, attached is a patch containing all the recommended changes. Thanks for your help. Kind regards Thomas Reifferscheid PS: thomas$ head -1 patch-port_nss.diff diff -Naur ports/net/nss.orig/Portfile ports/net/nss/Portfile Ryan Schmidt wrote: On Nov 15

Announcement: pidgin-encryption for macports

2007-11-15 Thread Thomas Reifferscheid
Dear list, when you are using pidgin on macports, you can now install and use pidgin-encryption. If you want to install pidgin-encryption, don't forget to sync the Portindex: 'sudo port sync' Then install pidgin-encryption: 'sudo port install pidgin-encryption&#

Announcement: pidgin-encryption for macports

2007-11-15 Thread Thomas Reifferscheid
Dear list, when you are using piding on Mac OS X, you can now install and use pidgin-encryption. If you want to install pidgin-encryption, don't forget to sync the Portindex: 'sudo port sync' Then install pidgin-encryption: 'sudo port install pidgin-encryption&#

Bug#451319: openvpn: Add hint to README.Debian

2007-11-14 Thread Thomas Reifferscheid
/etc/resolv.conf To use set as 'up' and 'down' script in your openvpn *.conf: up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf You will need to install resolvconf package. Kind regards Thomas Reifferscheid -- System Information: Debian Rele

Re: compiling rsync on OSX

2007-04-12 Thread Thomas Reifferscheid
There is a new mac-port called rsync-devel. It does contain rsync-3.0.0 cvs HEAD as of 2007-04-10. This version will handle copying of resource forks (xattr) and does not support ACLs for OSX. When new stuff comes into rsync cvs HEAD, the mac ports file will reflect the changes. Kind regards Th

Re: [Openvpn-devel] Does anybody test tftp over OpenVPN?

2007-03-08 Thread Thomas Reifferscheid
I suffer from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338023 which seems to be related to the bridge setup I use. It may or may not be related to your problem. Kind regards Thomas Reifferscheid Girish KS wrote: HI all, Does OpenVPN support tftp? I'm not able to connect to

Bug#409447: libmyodbc: Initial connection parameters

2007-02-03 Thread Thomas Reifferscheid
statement to the odbc.ini file in the examples/ directory and name it in the READE.Debian file. Kind regards Thomas Reifferscheid -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bi

  1   2   >