Search found 54 matches

by jjurkus
26 Apr 2019, 16:13
Forum: Help
Topic: [solved] Custom agent preferences in OTRS 6
Replies: 2
Views: 1166

Re: Custom agent preferences in OTRS 6

Thanks, I've got it working!

It seems the built-in converter doesn't convert Kernel::Output::HTML::PreferencesGeneric to Kernel::Output::HTML::Preferences::Generic

And of course I also buggered up by writing the PreferenceGroup with a space.
by jjurkus
26 Apr 2019, 11:48
Forum: Help
Topic: [solved] Custom agent preferences in OTRS 6
Replies: 2
Views: 1166

[solved] Custom agent preferences in OTRS 6

In OTRS 5 I had a couple of custom agent preferences working. With the upgrade these seem to have vanished. I updated the xml file I created previously: # su -c "/opt/otrs/bin/otrs.Console.pl Dev::Tools::Migrate::ConfigXMLStructure --source-directory /tmp" -s /bin/bash otrs The new file ha...
by jjurkus
26 Apr 2019, 10:15
Forum: Help
Topic: SMTP problems with OTRS6 on CentOS 7
Replies: 4
Views: 6108

Re: SMTP problems with OTRS6 on CentOS 7

Ugh, I gave up.

I've started using sendmail, and it works again. It doesn't look like it's using encryption, but whatever. Something to fix in the future, if ever.
by jjurkus
24 Apr 2019, 16:16
Forum: Help
Topic: SMTP problems with OTRS6 on CentOS 7
Replies: 4
Views: 6108

Re: SMTP problems with OTRS6 on CentOS 7

It must be someting with the SSL cipher used. This is debug output from davmail (java): Ignoring unsupported cipher suite: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 for TLSv1 Ignoring unsupported cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 for TLSv1 Ignoring unsupported cipher suite: TLS_RSA_W...
by jjurkus
14 Mar 2019, 19:04
Forum: Help
Topic: [Solved] email always creates a new ticket with custom ticketgenerator
Replies: 6
Views: 3382

Re: [Solved] email always creates a new ticket with custom ticketgenerator

This is my current TicketGenerator-v6.pm: package Kernel::System::Ticket::Number::TicketGenerator; use strict; use warnings; use parent qw(Kernel::System::Ticket::NumberBase); our @ObjectDependencies = ( 'Kernel::Config', 'Kernel::System::DB', 'Kernel::System::Ticket', ); sub IsDateBased { return 0;...
by jjurkus
17 Jan 2019, 13:56
Forum: Help
Topic: SMTP problems with OTRS6 on CentOS 7
Replies: 4
Views: 6108

Re: SMTP problems with OTRS6 on CentOS 7

SELinux is set to permissive, like it always has been since initial install.
The system has been rebooted after the update to load the new kernel.
Also, the mailserver is still resolvable.
I have yet to try to send e-mail from the shell to this mailserver. I'll try that next.
by jjurkus
16 Jan 2019, 16:55
Forum: Help
Topic: SMTP problems with OTRS6 on CentOS 7
Replies: 4
Views: 6108

SMTP problems with OTRS6 on CentOS 7

I have recently updated CentOS 7 to 7.6.1810, and now my SMTP is not working any more. I was primarily wondering if anybody else has a similar issue? All was working well with OTRS 6.0.15 and a previous version of CentOS 7. Unfortunately I can't roll back the upgrade, and now I'm stuck with a system...
by jjurkus
26 Feb 2016, 17:08
Forum: Help
Topic: How to change the customer login language
Replies: 2
Views: 1935

Re: How to change the customer login language

With OTRS5 you mainly look first in Sysconfig.

Framework -> Core
DefaultLanguage
Default value: en

Change that, see if it helps.
by jjurkus
25 Feb 2016, 19:50
Forum: Help
Topic: e-mail sent from otrs includes extra '='-character
Replies: 0
Views: 613

e-mail sent from otrs includes extra '='-character

I'm messing with auto-responses, and only now I see that e-mail sent from otrs includes an extra character: This is a demo text which is send to every inquiry. It could contain something like: Thanks for your email. A new ticket has been created. You wrote: > text blah blah Your email will be answer...
by jjurkus
25 Feb 2016, 17:24
Forum: Help
Topic: Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch
Replies: 1
Views: 1167

Re: Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch

zbigniew wrote:Mail server is outlook365 cloud mail so we can exclude occasional mail server malfunction.
Not quite, there have been a few problems with office365. I have read a topic about this, but can't find it now :-(
by jjurkus
25 Feb 2016, 16:21
Forum: Help
Topic: "Upgrade to OTRS Business Solution Now" notification OTRS 5
Replies: 13
Views: 11342

Re: "Upgrade to OTRS Business Solution Now" notification OTRS 5

And to stop the entitlement checks add this to Config.pm: delete $Self->{"Daemon::SchedulerCronTaskManager::Task"}->{"RegistrationUpdateSend"}; delete $Self->{"Daemon::SchedulerCronTaskManager::Task"}->{"SupportDataCollectAsynchronous"}; delete $Self->{"D...
by jjurkus
24 Feb 2016, 01:08
Forum: Help
Topic: "Upgrade to OTRS Business Solution Now" notification OTRS 5
Replies: 13
Views: 11342

Re: "Upgrade to OTRS Business Solution Now" notification OTRS 5

Is this also visible in the customer interface? I have not seen that. I have got rid of the entitlement checks, though.
by jjurkus
23 Feb 2016, 17:33
Forum: Help
Topic: Updating OTRS 5
Replies: 7
Views: 7565

Re: Updating OTRS 5

This is what I do, stop the OTRS daemons, postfix and apache. Update via yum, run the update scripts, and start everything again. # su -c "/opt/otrs/bin/otrs.Daemon.pl stop ; /opt/otrs/bin/Cron.sh stop" -s /bin/bash otrs ; systemctl stop httpd postfix # yum install ./otrs-5.0.7-01.noarch.r...
by jjurkus
20 Feb 2016, 21:40
Forum: Help
Topic: (Solved) Error 404 not found installer.pl (Ubuntu 14.04/OTRS5)
Replies: 2
Views: 3334

Re: Error 404 not found installer.pl (Ubuntu 14.04/OTRS5)

If you had installed by package this step probably wouldn't be needed. I don't know what is available for Debian (well that's what ubuntu is isn't it?) so can't help you with that.
by jjurkus
19 Feb 2016, 18:47
Forum: Help
Topic: Menu Admin doesn't work when clicked.
Replies: 6
Views: 2427

Re: Menu Admin doesn't work when clicked.

Have you tried these options?

Code: Select all

# su -c "/opt/otrs/bin/otrs.Console.pl Maint::Loader::CacheCleanup" -s /bin/bash otrs
# su -c "/opt/otrs/bin/otrs.Console.pl Maint::Loader::CacheGenerate" -s /bin/bash otrs
by jjurkus
19 Feb 2016, 18:45
Forum: Help
Topic: OTRS 5 LDAP Agent Auth Problem
Replies: 14
Views: 5508

Re: OTRS 5 LDAP Agent Auth Problem

Do you have a line like this in Config.pm perhaps?

Code: Select all

    $Self->{'AuthModule'} = 'Kernel::System::Auth::DB';
Maybe copy/paste your entire Config.pm here.
by jjurkus
19 Feb 2016, 16:26
Forum: Help
Topic: OTRS 5 LDAP Agent Auth Problem
Replies: 14
Views: 5508

Re: OTRS 5 LDAP Agent Auth Problem

Maybe add this: # Net::LDAP new params (if needed - for more info see perldoc Net::LDAP) $Self->{'AuthModule::LDAP::Params'} = { port => 389, timeout => 120, async => 0, version => 3, sscope => 'sub', }; It says 'if needed', but I don't know what the defaults are, maybe it doesn't search the entire ...
by jjurkus
19 Feb 2016, 15:42
Forum: Help
Topic: OTRS 5 LDAP Agent Auth Problem
Replies: 14
Views: 5508

Re: OTRS 5 LDAP Agent Auth Problem

# agent data sync against ldap $Self->{'AuthSyncModule::LDAP::SearchUserDN'} = 'cn=root,dc=ufl,dc=edu'; $Self->{'AuthSyncModule::LDAP::SearchUserPw'} = 'test'; # The following is valid but would only be necessary if the # anonymous user do NOT have permission to read from the LDAP tree $Self->{'Aut...
by jjurkus
19 Feb 2016, 14:56
Forum: Help
Topic: [Solved] email always creates a new ticket with custom ticketgenerator
Replies: 6
Views: 3382

Re: [Solved] email always creates a new ticket with custom ticketgenerator

I finally got it working!

I don't know why. :(
I've changed the regexp and it worked. I had a lot of if statements to test various cases, but it didn't respond to any of those. Maybe only the first if is evaluated?? :?: :-|
by jjurkus
18 Feb 2016, 23:55
Forum: Help
Topic: OTRS 5 LDAP Agent Auth Problem
Replies: 14
Views: 5508

Re: OTRS 5 LDAP Agent Auth Problem

Can you connect to that LDAP with another tool, to make sure that it's working?
by jjurkus
18 Feb 2016, 00:12
Forum: Help
Topic: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error
Replies: 9
Views: 7048

Re: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error

It's something related to RHEL. I have no idea how they work, but it has probably something to do with support contracts. If you feel you are entitled to a subscription you'd better contact your support contact or the one who has set you up with this RHEL instance. Stupid workaround: add those RHEL ...
by jjurkus
17 Feb 2016, 22:42
Forum: Help
Topic: [Solved] email always creates a new ticket with custom ticketgenerator
Replies: 6
Views: 3382

Re: email always creates a new ticket with custom ticketgenerator

Anybody? Of course I have searched, and found topics like this: http://forums.otterhub.org/viewtopic.php?f=53&t=16812 As the parsing of the ticket number is in the same file I also have modified that (see first post). Anyone else have modified the number generator and willing to share their file...
by jjurkus
17 Feb 2016, 20:31
Forum: Help
Topic: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error
Replies: 9
Views: 7048

Re: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error

Yes, well, the perl-XML-LibXSLT is missing in RHEL7.. or so it seems when looking at the rpm search websites, and this red hat documentation: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Package_Manifest/ Ah, luckily there is a solution! http://forums.otterhub.org/vi...
by jjurkus
17 Feb 2016, 19:15
Forum: General
Topic: OTRS 5 LDAP group issue
Replies: 1
Views: 1597

Re: OTRS 5 LDAP group issue

Stupid question: what kind of LDAP are you using?
by jjurkus
17 Feb 2016, 19:05
Forum: General
Topic: Reading OTRS logs on CentOS
Replies: 5
Views: 4131

Re: Reading OTRS logs on CentOS

That's weird. Do you use Syslog for logging or your own file? If you use your own logfile, you should "less +F" this file... There is one problem with the system log in the admin area of OTRS: For each log entry it shows only the first line. If a log entry has several lines (e.g. a "...
by jjurkus
17 Feb 2016, 18:58
Forum: Help
Topic: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error
Replies: 9
Views: 7048

Re: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error

With CentOS 7 perl-XML-LibXSLT is included in the base repository.

What's the output of these commands?

Code: Select all

#yum list installed | grep XSLT
# yum search XSLT
I install with this command, --nogpgcheck isn't needed?

Code: Select all

yum install ./otrs-5.0.7-01.noarch.rpm
by jjurkus
17 Feb 2016, 18:51
Forum: Help
Topic: [Solved] SSO fallback
Replies: 4
Views: 5093

Re: [Solved] SSO fallback

Well, that almost made it work.. :( When the Kerberos tickets expired half of it didn't work any more. I've replaced mod_auth_kerb with mod_auth_gssapi, which aims to be "a replacement for the aging mod_auth_kerb." https://github.com/modauthgssapi/mod_auth_gssapi Apache config: <Location /...
by jjurkus
17 Feb 2016, 16:15
Forum: Help
Topic: MySQL or MariaDB for RHEL7?
Replies: 5
Views: 2913

Re: MySQL or MariaDB for RHEL7?

And why not PostgreSQL? They have a yum repository available, so that's no hassle :D
by jjurkus
12 Feb 2016, 17:31
Forum: Help
Topic: [OTRS 5] LDAP sync to Customers
Replies: 4
Views: 4695

Re: [OTRS 5] LDAP sync to Customers

Just change your basedn so it searches the entire tree:

BaseDN => 'dc=intra,dc=local',
by jjurkus
12 Feb 2016, 03:28
Forum: Help
Topic: PostMaster-Filter - Defined Clients in special queue?
Replies: 4
Views: 2051

Re: PostMaster-Filter - Defined Clients in special queue?

It's an imap account and I also found out how to debug the match.pm stuff. Please tell me, cause I don't know how. Seems like the PostMaster.pm don't know about X-OTRS-CustomerNo during fetching. This Header is known when creating the ticket but then it's to late because the PostFilter can't set th...
by jjurkus
12 Feb 2016, 02:37
Forum: Help
Topic: PostMaster-Filter - Defined Clients in special queue?
Replies: 4
Views: 2051

Re: PostMaster-Filter - Defined Clients in special queue?

d3nny wrote:Is it possible to debug the fetchmail script that I can see which variables are available?
Are you using fetchmail then? I think normally one would set up an imap mail account.
by jjurkus
11 Feb 2016, 22:17
Forum: Help
Topic: Error upgrading OTRS 4 to 5.0.6
Replies: 4
Views: 2334

Re: Error upgrading OTR 4 to 5.0.6

Have you also ran any of these?
Maint::Loader::CacheCleanup - Cleanup the CSS/JS loader cache.
Maint::Loader::CacheGenerate - Generate the CSS/JS loader cache.
by jjurkus
11 Feb 2016, 21:32
Forum: Help
Topic: [Solved] email always creates a new ticket with custom ticketgenerator
Replies: 6
Views: 3382

Re: email always creates a new ticket with custom ticketgenerator

EXG133 wrote:What are you TicketHook settings in Core::Ticket?

Code: Select all

su -c "/opt/otrs/bin/otrs.Console.pl Maint::Config::Dump Ticket::Hook" -s /bin/bash otrs
Ticket#
Ticket::HookDivider is also unchanged from the default.
by jjurkus
11 Feb 2016, 21:28
Forum: Help
Topic: Error upgrading OTRS 4 to 5.0.6
Replies: 4
Views: 2334

Re: Error upgrading OTR 4 to 5.0.6

Uhhh, rebuilding the config without deleting/changing ZZZAuto.pm? Or have you tried that?

Maybe a similar case: viewtopic.php?f=62&t=31426
by jjurkus
11 Feb 2016, 21:26
Forum: General
Topic: Reading OTRS logs on CentOS
Replies: 5
Views: 4131

Re: Reading OTRS logs on CentOS

Also use the system logs under the admin tab in the webinterface. I'm not getting everything in /var/log/messages, only mention of new sessions.
by jjurkus
11 Feb 2016, 21:23
Forum: Help
Topic: Fetching mail with starttls on Exchange server
Replies: 2
Views: 1727

Re: Fetching mail with starttls on Exchange server

Any luck with imaps? Oh, wait, that's not it.. It looks like it connects, but maybe your mail account settings are off?

Have you tried user@domain.local and server.domain.local as user and servername?
by jjurkus
11 Feb 2016, 21:19
Forum: Help
Topic: Active Directory contacts in To field
Replies: 5
Views: 3276

Re: Active Directory contacts in To field

Thanks for the reply. I do not filter customer users. I tried adding a new CustomerUser configuration, yet no luck. Your help is appreciated Below is my CustomerUser configuration: CustomerUserSearchFields => ['uid', 'cn', 'mail'], [ 'UserEmail', 'Email', 'userPrincipalName', 1, 1, 'var', '', 0 ], ...
by jjurkus
10 Feb 2016, 16:57
Forum: Help
Topic: Issues with Internet Explorer 11
Replies: 9
Views: 3121

Re: Issues with Internet Explorer 11

Maybe try to disable the rich text input?
by jjurkus
10 Feb 2016, 16:55
Forum: Help
Topic: [Solved] email always creates a new ticket with custom ticketgenerator
Replies: 6
Views: 3382

[Solved] email always creates a new ticket with custom ticketgenerator

Yes, this is one of those subjects that have been discussed before. I've searched and read quite a few topics, the developer manual, but I'm doing something wrong. I have created a different ticketgenerator, to make the ticketnumbers take the form of $Year-$Count. For example, this creates a ticket ...
by jjurkus
10 Feb 2016, 12:27
Forum: Help
Topic: [OTRS 5] LDAP sync to Customers
Replies: 4
Views: 4695

Re: [OTRS 5] LDAP sync to Customers

There is an option to cache the results of the LDAP queries. However, in your case I can spot something wrong, if you're using AD without any Unix extensions: CustomerKey => 'uid', should be: CustomerKey => 'sAMAccountName', And in similar places where uid is used. If you have multiple AD servers yo...
by jjurkus
06 Feb 2016, 05:18
Forum: Help
Topic: Automatic statistic generation in OTRS 5
Replies: 3
Views: 2406

Re: Automatic statistic generation in OTRS 5

With my new installed OTRS5 this is run by default. The cronjobs are now tasks available in SysConfig.

Look in Daemon::SchedulerCronTaskManager::Task
dashboard-generate-stats.PNG
This is a task I haven't changed at all from default. Are you referring to this?
by jjurkus
05 Feb 2016, 19:26
Forum: Help
Topic: (SOLVED)Include agent job title in OTRS signature
Replies: 4
Views: 3161

Re: Include agent job title in OTRS signature

Cool thanks! We'll apply the same mapping from LDAP on agents as we're doing it on customer. Don't forget you need to edit quite a few things to make the LDAP mapping work: http://forums.otterhub.org/viewtopic.php?p=78419#p78419 I've created an .xml file and will just edit the Agent details by hand...
by jjurkus
05 Feb 2016, 15:19
Forum: Help
Topic: OTRS Daemon is not running
Replies: 4
Views: 5532

Re: OTRS Daemon is not running

No, I have that too. It's just the directory you're in at the moment, the user otrs does not have rights to that directory.
by jjurkus
05 Feb 2016, 14:48
Forum: Help
Topic: [Solved] SSO fallback
Replies: 4
Views: 5093

Re: SSO fallback

I finally got it working! I first had an apache location set like this: <Location /otrs> Kerbstuff blah </Location> I finally saw others with this configuration, which is using a directory directive: <Directory "/opt/otrs/bin/cgi-bin/"> AllowOverride None AuthName "OTRS login" Au...
by jjurkus
05 Feb 2016, 11:58
Forum: Help
Topic: OTRS Daemon is not running
Replies: 4
Views: 5532

Re: OTRS Daemon is not running

There are two daemons.

Try this:

Code: Select all

su -c "/opt/otrs/bin/otrs.Daemon.pl start ; /opt/otrs/bin/Cron.sh start" -s /bin/bash otrs
This will at least start both of them. If you still get the message you might want to look in the system logs; admin -> system log in the webinterface.
by jjurkus
05 Feb 2016, 11:22
Forum: Help
Topic: [SOLVED]SELINUX Denial at OTRS Install
Replies: 2
Views: 3980

Re: [SOLVED]SELINUX Denial at OTRS Install

Next time you might want to set selinux to permissive for a while, and make a policy afterwards. # setenforce 0 # yum install setroubleshoot-server # vi /etc/selinux/config set: SELINUX=permissive # cat /var/log/audit/audit.log | audit2allow -l -v -m local > otrs.te # checkmodule -M -m -o otrs.mod o...
by jjurkus
03 Feb 2016, 18:45
Forum: Help
Topic: log error after upgrading from otrs 4 to 5.0.6
Replies: 19
Views: 20094

Re: log error after upgrading from otrs 4 to 5.0.6

Seriously? I was going to suggest that, but decided that might be stupid :( :)
by jjurkus
02 Feb 2016, 18:00
Forum: Help
Topic: Service field in Agent response
Replies: 1
Views: 1521

Re: Service field in Agent response

You have probably already tried <OTRS_TICKET_Service>?
by jjurkus
02 Feb 2016, 17:57
Forum: Help
Topic: log error after upgrading from otrs 4 to 5.0.6
Replies: 19
Views: 20094

Re: log error after upgrading from otrs 4 to 5.0.6

Code: Select all

su -c "/opt/otrs/bin/otrs.Console.pl Maint::Config::Rebuild" -s /bin/bash otrs
su -c "/opt/otrs/scripts/DBUpdate-to-5.pl" -s /bin/bash otrs
Did you run these commands when the otrs daemons were not running?
by jjurkus
02 Feb 2016, 17:47
Forum: Help
Topic: Wrong customer name in notification email
Replies: 2
Views: 1490

Re: Wrong customer name in notification email

Code: Select all

<OTRS_CUSTOMER_REALNAME>
    To get the realname of the sender (if given). 
Hmm, maybe the realname is not given?
How about using this:
<OTRS_Customer_UserFirstname> <OTRS_Customer_UserLastname>