Displaying 13 results from an estimated 13 matches for "portstree".
2020 Oct 16
2
Indexer error after upgrade to 2.3.11.3
...->http_url;
>   	return 0;
>
Greetings
I'm also experiencing these issues while running Dovecot 2.3.11.3 with 
Solr 8.6.3 on FreeBSD 11.4. As mentioned in a previous mail, the above 
patch is already applied to Dovecot's FreeBSD Port, confirmed by the 
patches being present in the portstree 
(https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
In a FreeBSD VM with the official image 
(https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/) 
I compiled dovecot from git and was able to reproduce the error with the 
patch mentioned above applie...
2020 Oct 16
2
Indexer error after upgrade to 2.3.11.3
...Greetings
>
>     I'm also experiencing these issues while running Dovecot 2.3.11.3
>     with Solr 8.6.3 on FreeBSD 11.4. As mentioned in a previous mail,
>     the above patch is already applied to Dovecot's FreeBSD Port,
>     confirmed by the patches being present in the portstree
>     (https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
>
>     In a FreeBSD VM with the official image
>     (https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
>     I compiled dovecot from git and was able to reproduce the error
&...
2020 Oct 21
2
Indexer error after upgrade to 2.3.11.3
...eriencing these issues while running Dovecot
>>>     2.3.11.3 with Solr 8.6.3 on FreeBSD 11.4. As mentioned in a
>>>     previous mail, the above patch is already applied to Dovecot's
>>>     FreeBSD Port, confirmed by the patches being present in the
>>>     portstree
>>>     (https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
>>>
>>>     In a FreeBSD VM with the official image
>>>     (https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
>>>     I compiled dovecot from g...
2020 Oct 16
0
Indexer error after upgrade to 2.3.11.3
...r = tuser->http_url;
return 0;  
  Greetings
I'm also experiencing these issues while running Dovecot 2.3.11.3 with
Solr 8.6.3 on FreeBSD 11.4. As mentioned in a previous mail, the above
patch is already applied to Dovecot's FreeBSD Port, confirmed by the
patches being present in the portstree
(https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
In a FreeBSD VM with the official image
(https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
I compiled dovecot from git and was able to reproduce the error with
the patch mentioned above applied...
2020 Oct 27
3
Indexer error after upgrade to 2.3.11.3 [trial patch]
...ning Dovecot
>>>>>     2.3.11.3 with Solr 8.6.3 on FreeBSD 11.4. As mentioned in a
>>>>>     previous mail, the above patch is already applied to Dovecot's
>>>>>     FreeBSD Port, confirmed by the patches being present in the
>>>>>     portstree
>>>>>     (https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
>>>>>
>>>>>     In a FreeBSD VM with the official image
>>>>>     (https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
>>&g...
2020 Oct 21
0
Indexer error after upgrade to 2.3.11.3
...>>     I'm also experiencing these issues while running Dovecot 2.3.11.3
>>     with Solr 8.6.3 on FreeBSD 11.4. As mentioned in a previous mail,
>>     the above patch is already applied to Dovecot's FreeBSD Port,
>>     confirmed by the patches being present in the portstree
>>     (https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
>>
>>     In a FreeBSD VM with the official image
>>     (https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
>>     I compiled dovecot from git and was able to r...
2020 Oct 22
0
Indexer error after upgrade to 2.3.11.3
...issues while running Dovecot
>>>>     2.3.11.3 with Solr 8.6.3 on FreeBSD 11.4. As mentioned in a
>>>>     previous mail, the above patch is already applied to Dovecot's
>>>>     FreeBSD Port, confirmed by the patches being present in the
>>>>     portstree
>>>>     (https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
>>>>
>>>>     In a FreeBSD VM with the official image
>>>>     (https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
>>>>     I com...
2020 Oct 30
0
Indexer error after upgrade to 2.3.11.3 [trial patch]
...r = tuser->http_url;
return 0;  
  Greetings
I'm also experiencing these issues while running Dovecot 2.3.11.3 with
Solr 8.6.3 on FreeBSD 11.4. As mentioned in a previous mail, the above
patch is already applied to Dovecot's FreeBSD Port, confirmed by the
patches being present in the portstree
(https://svnweb.freebsd.org/ports/branches/2020Q3/mail/dovecot/files/).
In a FreeBSD VM with the official image
(https://download.freebsd.org/ftp/releases/VM-IMAGES/12.1-RELEASE/amd64/Latest/)
I compiled dovecot from git and was able to reproduce the error with
the patch mentioned above applied...
2010 Feb 15
2
[HEADSUP]: ports feature freeze now in effect
In preparation for 7.3-RELEASE, the ports tree is now in feature freeze.
Normal upgrade, new ports, and changes that only affect other branches
are allowed without prior approval but with the extra
Feature safe: yes tag in the commit message.  Any commit that is
sweeping, i.e. touches a large number of ports, infrastructural changes,
commts to ports with unusually high number of dependent ports,
2009 Jul 10
1
ogg123 crash
...hese options quite often uncover malloc
related bugs and are a useful asset when developing code on OpenBSD.
As it turns out, there is a bug in ogg123s use of strcspn(3) - it
should never return 0 unless the '='-sign is the first character
(quite unlikely). Claudio proposed a patch for our portstree to fix
this issue, can someone have a look at the patch to ogg123's
vorbis_comments.c (below) and add this fix to the vorbis-tools
codebase ?
I have sample OGG files giving this behaviour available upon request
(for debugging purposes only), if needed.
Thanks,
Paul 'WEiRD' de Weerd...
2005 Oct 03
3
NET RPC calls fails
Hi Samba folks!
I have a problem concerning RPC calls.
In a domain environment running 3.0.3pre2 I have no problems shutting  
down remote computers.
I now have a small environment with only 2 computers in a workgroup.
My samba server is running on a FreeBSD 5.4 box and my client is a  
Win XP Pro SP2 box.
When I try to use net rpc shutdown -I 192.168.1.50 -U Administrator i  
get the
2020 Aug 19
7
Indexer error after upgrade to 2.3.11.3
Hi,
after the upgrade to Dovecot 2.3.11.3, from 2.3.10.1, I see frequently 
these errors from different users:
Aug 18 11:02:35 Panic: indexer-worker(info at domain.com) 
session=<g71KISOttvS5LNVj:O3ahCyuZO18cYAAAEPCW+w>: file 
http-client-request.c: line 1232 (http_client_request_send_more): 
assertion failed: (req->payload_input != NULL)
Aug 18 11:02:35 Error: indexer-worker(info at
2003 May 26
1
portupgrade issue
I am running 4.8-STABLE.
I recently did a cvsup (repeatedly, most recently today).  Ever since,
portupgrade dies with the following messages:
zircon# portupgrade -r pkgconfig
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:310:in `deorigin': failed to
convert nil into String (PkgDB::DBError)
        from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:903:in
`tsort_build'
        from