You are not logged in.
Pages: 1
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!
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?
Thanks.
The firewall ports 25 (managed from other) wasn't open.
Once opened it works.
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
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?
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.
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
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.
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.
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
Thank you all!
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...
Pages: 1