The officially official Devuan Forum!

You are not logged in.

#1 Re: Other Issues » php and sql server » 2020-11-09 11:35:46

Thanks a lot.
Unfortunately for me this and other link don't work.
It only works when use PDO via ODBC via SQLSRV.

M$ products sucks me too. Unfortunately I have to interface with it at work.
Instead mysql and other free software databases integration works like a charm!

#2 Other Issues » php and sql server » 2020-11-02 11:01:53

ftusc
Replies: 4

I want connect to sql server database with php.
In the past (Devuan jessie) I had used with php5 mssql library (removed with php 7.0).
https://www.php.net/manual/es/function. … onnect.php

Until a few days ago with Devuan ascii (php 7.0) I had used pdo sqlite without problems.
https://www.php.net/manual/en/ref.pdo-dblib.php

I upgrade to Beowulf (php 7.3) but now don't work it. I've found a way to make it work with pdo-odbc.
https://www.php.net/manual/en/ref.pdo-sqlsrv.php

Unfortunately this library don't permit me to use prepared statements (php script return segmentation fault!),
use "getColumnMeta" to get column name and so on.

What to do?

I cannot install php7.0 in beuwulf. It is not present.

Microsoft SQL Server Driver for PHP for me don't work:
https://www.php.net/manual/en/book.sqlsrv.php
I tried to execute step by step installation and configuration but don't work.

How to do?

#3 Re: Other Issues » Mail server don't receive mail » 2020-11-02 10:27:49

Thanks.
The firewall ports 25 (managed from other) wasn't open.
Once opened it works.

#4 Re: Other Issues » Mail server don't receive mail » 2020-09-24 07:53:27

Yes, i have not MX records. How to insert MX records? I have to install bind9 and configuring a true DNS server? I think I need a very simple DNS server for a line or two of configuration like this:

MYSERVERDNS            IN      A       MYSERVERIP
MYSERVERDNS            IN      MX      10     MYSERVERDNS

#5 Other Issues » Mail server don't receive mail » 2020-09-23 10:11:44

ftusc
Replies: 6

Hi folks,
I want to create (my first time) mail server for my organization with Devuan Beowulf.
I installed postfix, mailutils, dovecot, configured it. I was able to sending email to other, sending/receiving mail
from same domain but server refuse me ingoing mail from other domain. I don't receive email and sender receive error as:
"recipient address not accepted server", "The recipient server did not accept our requests to connect." or "RCPT address has not existent domain".
I read various document but i couldn't find a solution.
Someone can help me?

#6 Re: Installation » Configuring fiber network interface » 2020-08-04 08:50:38

It was an incompatibility problem with the network card transceiver. There was a hardware problem.
We fixed it and fiber port work great!
Fiber has not a different configuration and the configuration work in the same way with other copper port.
Thanks everyone for the help.

#7 Re: Installation » Configuring fiber network interface » 2020-07-23 08:18:59

Head_on_a_Stick wrote:
ftusc wrote:

I think the issue can be in the configuration file in /etc/network/interfaces but I cannot understand exactly which one can be...

We cannot help you unless you show us the contents of the configuration file.

Please also post the full output of

ip link

eth2 is UP with copper network interfaces, eth4 and eth7 are fiber network interfaces.

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
8: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
10: eth8: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
12: usb0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff

#8 Re: Installation » Configuring fiber network interface » 2020-07-22 14:54:24

Thanks, but this link don't help me.
I need to configure wired fiber network interface. I configured copper interface with /etc/network/interfaces but fiber network interface is configured in the same way?
I'm also thinking about hardware problems at this point.

#9 Re: Installation » Configuring fiber network interface » 2020-07-22 14:04:26

Hi HevyDevy,
thank you for your quick answer.
Unfortunately, my problem with the fiber is "just" between my server and the switch.
The fiber cable is brand new and so is the server network interface.
I think the issue can be in the configuration file in /etc/network/interfaces but I cannot understand exactly which one can be...
That's the reason why I asked if fiber has a different configuration.
My machine is a HPE ProLiant DL560 Gen10 server.
Thanks again.

#10 Installation » Configuring fiber network interface » 2020-07-22 13:36:01

ftusc
Replies: 9

Hi folks,
I have some trouble configuring a fiber network interface.
I never did that before. Is the configuration in /etc/network/interfaces file, as in the copper network interfaces, or I need to set the configuration in a different way?
Can anyone help me, please?
Thanks

#12 Hardware & System Configuration » HPE ProLiant DL560 Gen10 » 2020-07-03 13:07:25

ftusc
Replies: 5

Hello everyone,
my administration bought an HPE ProLiant DL560 Gen10.

https://buy.hpe.com/ie/en/servers/rack- … 1010026837

The sellers added to the hardware 4 years CentOS support and, you know, with CentOS I’ll have systemd of course!

Has someone experience on this server with Devuan (updating firmware, proprietary drivers, veeam...)?

I would not like to be in trouble with Poettering's stuff...

Board footer

Forum Software