You are not logged in.
sendfax -vv -d "0774701585" /mnt/4C74491474490266/Users/Shmuel/Downloads/FAX/*
Trying localhost [10] (::1) at port 4559...
Trying localhost [2] (127.0.0.1) at port 4559...
Connected to (null).
220 shmuel-arch server (HylaFAX (tm) Version 7.0.3) ready.
-> USER shmuel
230 User shmuel logged in.
match against (..., 512)
rule: offset 0 string = "%!" -- failed (comparison)
rule: offset 0 short = 0x4d4d -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x4949 -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x1da -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x1f1e -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x1f9d -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x506 -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x5343 -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0xf702 -- found 0x2550 -- failed (comparison)
rule: offset 0 long = 0x59a66a95 -- found 0x25504446 -- failed (comparison)
rule: offset 0 short = 0x1b45 -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x1b25 -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x1b26 -- found 0x2550 -- failed (comparison)
rule: offset 0 short = 0x1b2a -- found 0x2550 -- failed (comparison)
rule: offset 0 string = "%PDF" -- success (result pdf, rule "")
Apply DisplayNumber rules to "0774701585"
--> return result "0774701585"
COVER SHEET "/usr/local/bin/faxcover -f 'Shmuel' -n '0774701585' -s 'default' -M 'shmuel@shmuel-arch' -p '1'"
-> FORM PDF
200 Format set to PDF.
-> TYPE I
200 Type set to Image.
SEND data, 55600 bytes
-> EPRT |1|127.0.0.1|58417|
200 EPRT command successful.
-> STOT
150 FILE: /tmp/doc13.pdf (Opening new data connection).
226 Transfer complete (FILE: /tmp/doc13.pdf).
-> JNEW
200 New job created: jobid: 7 groupid: 7.
-> JPARM FROMUSER "Shmuel"
213 FROMUSER set to "Shmuel".
-> JPARM LASTTIME 000259
213 LASTTIME set to 000259.
-> JPARM MAXDIALS 12
213 MAXDIALS set to 12.
-> JPARM MAXTRIES 3
213 MAXTRIES set to 3.
-> JPARM SCHEDPRI 127
213 SCHEDPRI set to 127.
-> JPARM DIALSTRING "0774701585"
213 DIALSTRING set to "0774701585".
-> JPARM NOTIFYADDR "shmuel@shmuel-arch"
213 NOTIFYADDR set to "shmuel@shmuel-arch".
-> JPARM VRES 98
213 VRES set to 98.
-> JPARM PAGEWIDTH 215
213 PAGEWIDTH set to 215.
-> JPARM PAGELENGTH 279
213 PAGELENGTH set to 279.
-> JPARM NOTIFY "none"
213 NOTIFY set to "none".
-> JPARM PAGECHOP "default"
213 PAGECHOP set to "default".
-> JPARM CHOPTHRESHOLD 3
213 CHOPTHRESHOLD set to 3.
-> FORM PS
200 Format set to PS.
SEND compressed data, 11312 bytes
-> EPRT |1|127.0.0.1|44137|
200 EPRT command successful.
-> MODE Z
200 Mode set to ZIP.
-> STOT
150 FILE: /tmp/doc14.ps (Opening new data connection).
SEND 3882 bytes transmitted (2.9x compression)
226 Transfer complete (FILE: /tmp/doc14.ps).
-> JPARM COVER /tmp/doc14.ps
200 Added cover page document /tmp/doc14.ps as docq/cover7.cover.
-> JPARM DOCUMENT /tmp/doc13.pdf
200 Added document /tmp/doc13.pdf as docq/doc13.pdf.7.
-> JSUBM
200 Job 7 submitted.
request id is 7 (group id 7) for host localhost (1 file)Offline
Do you have logs in /var/spool/hylafax/* or the system journal?
Offline
Do you have logs in /var/spool/hylafax/* or the system journal?
/var/spool/hylafax/log/ is empty
How to check system journal?
Offline
Here is a PKGBUILD for the brother pc fax, it installs fine, but I can not test it further. I did not add automatic fax configuration, so you have to manually call lpadmin or maybe use the cups web interface.
## after installation install fax with e.g.
## lpinfo -v
## lpadmin -p BRFAX -E -v "{URL_FROM_LPINFO}" -P /usr/share/cups/model/brfax_cups.ppd
pkgname=brpcfax-bin
pkgver=2.0.1.1
pkgrel=1
url="https://support.brother.com/g/b/producttop.aspx?c=th&lang=en&prod=mfcl3735cdn_as"
arch=(x86_64)
source=("https://download.brother.com/welcome/dlf105190/brmfcfaxdrv-2.0.1-1.i386.rpm")
sha256sums=('4082d824222ec7a7646309260fd661387ca1aa5dc1ffe851db7bbefe5271b755')
options=(!strip)
license=(custom)
package() {
cd "$pkgdir"
install -D "$srcdir/opt/brother/fax/brmfcfax/LICENSE_ENG.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
cp -a --no-preserve=ownership "$srcdir/etc" .
cp -a --no-preserve=ownership "$srcdir/opt" .
cp -a --no-preserve=ownership "$srcdir/var" .
install -d "$pkgdir/usr/lib/cups/filter" "$pkgdir/usr/share/ppd" "$pkgdir/usr/share/cups/model"
install -d "$pkgdir/usr/bin"
ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfaxfilter "$pkgdir/usr/lib/cups/filter/"
ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfax_cups.ppd "$pkgdir/usr/share/cups/model/"
ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfax_cups.ppd "$pkgdir/usr/share/ppd/"
ln -s /opt/brother/fax/brmfcfax/command/brpcfax "$pkgdir/usr/bin"
ln -s /opt/brother/fax/brmfcfax/config "$pkgdir/etc/opt/brother/fax/brmfcfax/"
ln -s /opt/brother/fax/brmfcfax/lists "$pkgdir/etc/opt/brother/fax/brmfcfax/"
}| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
How to check system journal?
sudo journalctl -bOffline
Here is a PKGBUILD for the brother pc fax, it installs fine, but I can not test it further. I did not add automatic fax configuration, so you have to manually call lpadmin or maybe use the cups web interface.
## after installation install fax with e.g. ## lpinfo -v ## lpadmin -p BRFAX -E -v "{URL_FROM_LPINFO}" -P /usr/share/cups/model/brfax_cups.ppd pkgname=brpcfax-bin pkgver=2.0.1.1 pkgrel=1 url="https://support.brother.com/g/b/producttop.aspx?c=th&lang=en&prod=mfcl3735cdn_as" arch=(x86_64) source=("https://download.brother.com/welcome/dlf105190/brmfcfaxdrv-2.0.1-1.i386.rpm") sha256sums=('4082d824222ec7a7646309260fd661387ca1aa5dc1ffe851db7bbefe5271b755') options=(!strip) license=(custom) package() { cd "$pkgdir" install -D "$srcdir/opt/brother/fax/brmfcfax/LICENSE_ENG.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" cp -a --no-preserve=ownership "$srcdir/etc" . cp -a --no-preserve=ownership "$srcdir/opt" . cp -a --no-preserve=ownership "$srcdir/var" . install -d "$pkgdir/usr/lib/cups/filter" "$pkgdir/usr/share/ppd" "$pkgdir/usr/share/cups/model" install -d "$pkgdir/usr/bin" ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfaxfilter "$pkgdir/usr/lib/cups/filter/" ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfax_cups.ppd "$pkgdir/usr/share/cups/model/" ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfax_cups.ppd "$pkgdir/usr/share/ppd/" ln -s /opt/brother/fax/brmfcfax/command/brpcfax "$pkgdir/usr/bin" ln -s /opt/brother/fax/brmfcfax/config "$pkgdir/etc/opt/brother/fax/brmfcfax/" ln -s /opt/brother/fax/brmfcfax/lists "$pkgdir/etc/opt/brother/fax/brmfcfax/" }
Thanks for this!
I followed
## after installation install fax with e.g.
## lpinfo -v
## lpadmin -p BRFAX -E -v "{URL_FROM_LPINFO}" -P /usr/share/cups/model/brfax_cups.ppdAnd in the end got an error:
lpinfo -v
file cups-brf:/
network https
file cups-pdf:/
network lpd
network ipp
network http
network beh
network socket
network ipps
network smb
network dnssd://Brother%20MFC-L2710DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-b4220007f361
network dnssd://HP%20Officejet%20Pro%206830%20%5BC9CB08%5D._ipp._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-8cdcd4c9cb08
network ipp://Brother%20MFC-L2710DW%20series._ipp._tcp.local/
network ipp://HP%20Officejet%20Pro%206830%20%5BC9CB08%5D._ipp._tcp.local/
network socket://10.0.0.218:9100
network lpd://BRW1CBFC0F3752D/BINARY_P1sudo lpadmin -p BRFAX -E -v "ipp://Brother%20MFC-L2710DW%20series._ipp._tcp.local/" -P /usr/share/cups/model/brfax_cups.ppd
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
lpadmin: Unable to open PPD "/usr/share/cups/model/brfax_cups.ppd": Unable to open PPD file on line 0.Offline
ls -l /usr/share/cups/model/
cat /usr/share/cups/model/brfax_cups.ppdOffline
shmu26 wrote:How to check system journal?
sudo journalctl -b
Aug 10 16:30:01 shmuel-arch HylaFAX[133414]: Filesystem has SysV-style file creation semantics.
Aug 10 16:30:01 shmuel-arch FaxQueuer[91505]: SUBMIT JOB 9
Aug 10 16:30:11 shmuel-arch audit[133437]: USER_AUTH pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="shmuel" exe="/usr/bi>
Aug 10 16:30:11 shmuel-arch dbus-daemon[409]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.322' (uid=0 p>
Aug 10 16:30:11 shmuel-arch dbus-daemon[409]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 10 16:30:11 shmuel-arch sudo[133437]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 10 16:30:11 shmuel-arch audit[133437]: USER_ACCT pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="shmuel" exe="/usr/bin/sudo" host>
Aug 10 16:30:11 shmuel-arch sudo[133437]: shmuel : TTY=pts/0 ; PWD=/home/shmuel ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 10 16:30:11 shmuel-arch audit[133437]: CRED_REFR pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" h>
Aug 10 16:30:11 shmuel-arch sudo[133437]: pam_unix(sudo:session): session opened for user root(uid=0) by shmuel(uid=1000)
Aug 10 16:30:11 shmuel-arch kernel: audit: type=1100 audit(1628602211.592:715): pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock>
Aug 10 16:30:11 shmuel-arch kernel: audit: type=1101 audit(1628602211.592:716): pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="shmue>
Aug 10 16:30:11 shmuel-arch kernel: audit: type=1110 audit(1628602211.592:717): pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct=">
Aug 10 16:30:11 shmuel-arch kernel: audit: type=1105 audit(1628602211.592:718): pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="r>
Aug 10 16:30:11 shmuel-arch audit[133437]: USER_START pid=133437 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" h>I am wondering if there is indeed a permissions problem with the hylafax directory. The fact that no log files are being created there makes me think that hylafax can't write to the location.
What would be the fix for that?
Offline
ls -l /usr/share/cups/model/ cat /usr/share/cups/model/brfax_cups.ppd
ls -l /usr/share/cups/model/
total 56
lrwxrwxrwx 1 root root 81 Aug 2 22:29 brother-MFCL2710DW-cups-en.ppd -> /usr/share/brother/Printers/MFCL2710DW/cupswrapper/brother-MFCL2710DW-cups-en.ppd
-rw-r--r-- 1 root root 20953 Apr 6 18:09 CUPS-PDF_noopt.ppd
-rw-r--r-- 1 root root 22243 Apr 6 18:09 CUPS-PDF_opt.ppd
lrwxrwxrwx 1 root root 33 May 28 22:12 foomatic-db-ppds -> /usr/share/foomatic/db/source/PPD
drwxr-xr-x 3 root root 4096 Aug 3 10:23 gutenprint
shmuel@shmuel-arch ~> cat /usr/share/cups/model/brfax_cups.ppd
cat: /usr/share/cups/model/brfax_cups.ppd: No such file or directoryOffline
pacman -Qikkl brpcfax-binThere's nothing in the journal segment that would suggest permission errors (or much about hylafax at all…)
ps aux | grep hylafaxOffline
pacman -Qikkl brpcfax-binThere's nothing in the journal segment that would suggest permission errors (or much about hylafax at all…)
ps aux | grep hylafax
ps aux | grep hylafax
uucp 91507 0.0 0.0 16228 2968 ? Ss 10:26 0:00 /usr/local/sbin/hfaxd -i hylafax
shmuel 134062 0.0 0.0 6424 2136 pts/0 S+ 16:43 0:00 grep --color=auto hylafaxOffline
Runs as uucp
ls -lR /var/spool/hylafax/We're lacking the package information of progandy's PKGBUILD…
Offline
Here is a PKGBUILD for the brother pc fax, it installs fine, but I can not test it further. I did not add automatic fax configuration, so you have to manually call lpadmin or maybe use the cups web interface.
## after installation install fax with e.g. ## lpinfo -v ## lpadmin -p BRFAX -E -v "{URL_FROM_LPINFO}" -P /usr/share/cups/model/brfax_cups.ppd pkgname=brpcfax-bin pkgver=2.0.1.1 pkgrel=1 url="https://support.brother.com/g/b/producttop.aspx?c=th&lang=en&prod=mfcl3735cdn_as" arch=(x86_64) source=("https://download.brother.com/welcome/dlf105190/brmfcfaxdrv-2.0.1-1.i386.rpm") sha256sums=('4082d824222ec7a7646309260fd661387ca1aa5dc1ffe851db7bbefe5271b755') options=(!strip) license=(custom) package() { cd "$pkgdir" install -D "$srcdir/opt/brother/fax/brmfcfax/LICENSE_ENG.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" cp -a --no-preserve=ownership "$srcdir/etc" . cp -a --no-preserve=ownership "$srcdir/opt" . cp -a --no-preserve=ownership "$srcdir/var" . install -d "$pkgdir/usr/lib/cups/filter" "$pkgdir/usr/share/ppd" "$pkgdir/usr/share/cups/model" install -d "$pkgdir/usr/bin" ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfaxfilter "$pkgdir/usr/lib/cups/filter/" ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfax_cups.ppd "$pkgdir/usr/share/cups/model/" ln -s /opt/brother/fax/brmfcfax/cupswrapper/brfax_cups.ppd "$pkgdir/usr/share/ppd/" ln -s /opt/brother/fax/brmfcfax/command/brpcfax "$pkgdir/usr/bin" ln -s /opt/brother/fax/brmfcfax/config "$pkgdir/etc/opt/brother/fax/brmfcfax/" ln -s /opt/brother/fax/brmfcfax/lists "$pkgdir/etc/opt/brother/fax/brmfcfax/" }
Maybe I made a noob mistake when installing this.
I saved it as a file, made it executable, typed sudo in a terminal, and then dragged the file into the terminal.
What was the right way to do it??
Offline
Offline
Runs as uucp
ls -lR /var/spool/hylafax/We're lacking the package information of progandy's PKGBUILD…
ls -lR /var/spool/hylafax/
/var/spool/hylafax/:
total 68
drwx------ 2 uucp uucp 4096 Aug 10 09:46 archive
drwxr-xr-x 3 uucp uucp 4096 Aug 10 09:59 bin
drwxr-xr-x 2 uucp uucp 4096 Aug 10 16:30 client
drwxr-xr-x 2 uucp uucp 4096 Aug 10 09:59 config
-r--r--r-- 1 root root 7044 Aug 10 09:59 COPYRIGHT
drwxr-xr-x 2 uucp uucp 4096 Aug 10 10:20 dev
drwx------ 2 uucp uucp 4096 Aug 10 16:30 docq
drwx------ 2 uucp uucp 4096 Aug 10 14:13 doneq
drwxr-xr-x 2 uucp uucp 4096 Aug 10 10:05 etc
prw------- 1 uucp uucp 0 Aug 10 16:30 FIFO
prw------- 1 uucp uucp 0 Aug 10 10:24 FIFO.start
prw------- 1 uucp uucp 0 Aug 10 10:04 FIFO.ttyACM0
drwxr-xr-x 2 uucp uucp 4096 Aug 10 09:46 info
drwxr-xr-x 2 uucp uucp 4096 Aug 10 09:46 log
drwx------ 2 uucp uucp 4096 Aug 10 09:46 pollq
drwxr-xr-x 2 uucp uucp 4096 Aug 10 09:46 recvq
drwx------ 2 uucp uucp 4096 Aug 10 16:30 sendq
drwxr-xr-x 2 uucp uucp 4096 Aug 10 10:24 status
drwx------ 2 uucp uucp 4096 Aug 10 16:30 tmp
ls: cannot open directory '/var/spool/hylafax/archive': Permission denied
/var/spool/hylafax/bin:
total 148
-rwxr-xr-x 1 root root 1642 Aug 10 09:59 archive
-rwxr-xr-x 1 root root 359 Aug 10 09:59 auto-rotate.ps
-rwxr-xr-x 1 root root 25001 Aug 10 09:59 common-functions
drwxr-xr-x 2 root root 4096 Aug 10 09:59 dict
-rwxr-xr-x 1 root root 3230 Aug 10 09:59 dictionary
-rwxr-xr-x 1 root root 10328 Aug 10 09:59 faxrcvd
-rwxr-xr-x 1 root root 3210 Aug 10 09:59 genfontmap.ps
-rwxr-xr-x 1 root root 3671 Aug 10 09:59 mkcover
-rwxr-xr-x 1 root root 21618 Aug 10 09:59 notify
-rwxr-xr-x 1 root root 6608 Aug 10 09:59 pcl2fax
lrwxrwxrwx 1 root root 10 Aug 10 09:59 pdf2fax -> pdf2fax.gs
-rwxr-xr-x 1 root root 3409 Aug 10 09:59 pdf2fax.gs
-rwxr-xr-x 1 root root 8160 Aug 10 09:59 pollrcvd
lrwxrwxrwx 1 root root 9 Aug 10 09:59 ps2fax -> ps2fax.gs
-rwxr-xr-x 1 root root 3892 Aug 10 09:59 ps2fax.dps
-rwxr-xr-x 1 root root 3413 Aug 10 09:59 ps2fax.gs
-rwxr-xr-x 1 root root 4173 Aug 10 09:59 ps2fax.imp
-rwxr-xr-x 1 root root 2278 Aug 10 09:59 qp-encode.awk
-rwxr-xr-x 1 root root 1829 Aug 10 09:59 rfc2047-encode.awk
-rwxr-xr-x 1 root root 3637 Aug 10 09:59 tiff2fax
-rwxr-xr-x 1 root root 3518 Aug 10 09:59 tiff2pdf
-rwxr-xr-x 1 root root 6476 Aug 10 09:59 wedged
/var/spool/hylafax/bin/dict:
total 128
-rw-r--r-- 1 root root 5369 Aug 10 09:59 de
-rw-r--r-- 1 root root 4935 Aug 10 09:59 en
-rw-r--r-- 1 root root 5303 Aug 10 09:59 es
-rw-r--r-- 1 root root 5476 Aug 10 09:59 fr
-rw-r--r-- 1 root root 5541 Aug 10 09:59 he
-rw-r--r-- 1 root root 5368 Aug 10 09:59 it
-rw-r--r-- 1 root root 5550 Aug 10 09:59 nl_BE
-rw-r--r-- 1 root root 5215 Aug 10 09:59 pl
-rw-r--r-- 1 root root 5177 Aug 10 09:59 pt
-rw-r--r-- 1 root root 5156 Aug 10 09:59 pt_BR
-rw-r--r-- 1 root root 5152 Aug 10 09:59 ro
-rw-r--r-- 1 root root 7317 Aug 10 09:59 ru
-rw-r--r-- 1 root root 4973 Aug 10 09:59 sr
-rw-r--r-- 1 root root 5215 Aug 10 09:59 tr
-rw-r--r-- 1 root root 7272 Aug 10 09:59 uk
-rw-r--r-- 1 root root 4667 Aug 10 09:59 zh
/var/spool/hylafax/client:
total 0
/var/spool/hylafax/config:
total 332
-r--r--r-- 1 root root 3122 Aug 10 09:59 att-dataport
-r--r--r-- 1 root root 3592 Aug 10 09:59 att-dataport-2
-r--r--r-- 1 root root 2342 Aug 10 09:59 att-dataport-2.0
-r--r--r-- 1 root root 3264 Aug 10 09:59 att-dpexpress-2
-r--r--r-- 1 root root 2821 Aug 10 09:59 cirrus
-r--r--r-- 1 root root 5472 Aug 10 09:59 class1
-r--r--r-- 1 root root 5554 Aug 10 09:59 class1.0
-r--r--r-- 1 root root 6127 Aug 10 09:59 class2
-r--r--r-- 1 root root 6238 Aug 10 09:59 class2.0
-r--r--r-- 1 root root 6194 Aug 10 09:59 class2.1
-r--r--r-- 1 root root 1681 Aug 10 09:59 conexant-1.0
-r--r--r-- 1 root root 744 Aug 10 09:59 davicom-2
-r--r--r-- 1 root root 876 Aug 10 09:59 digi
-r--r--r-- 1 root root 949 Aug 10 09:59 digi-2
-r--r--r-- 1 root root 1055 Aug 10 09:59 digi-20
-r--r--r-- 1 root root 3024 Aug 10 09:59 dsi-scout+
-r--r--r-- 1 root root 1196 Aug 10 09:59 eicon
-r--r--r-- 1 root root 1820 Aug 10 09:59 eicon-2
-r--r--r-- 1 root root 5513 Aug 10 09:59 elsa-microlink-56k-basic-2.0
-r--r--r-- 1 root root 2465 Aug 10 09:59 e-tech
-r--r--r-- 1 root root 2653 Aug 10 09:59 everex-2496d
-r--r--r-- 1 root root 2433 Aug 10 09:59 exar
-r--r--r-- 1 root root 2085 Aug 10 09:59 gvc-288
-r--r--r-- 1 root root 3036 Aug 10 09:59 gvc-288-2
-r--r--r-- 1 root root 831 Aug 10 09:59 hayes
-r--r--r-- 1 root root 1172 Aug 10 09:59 i537ep
-r--r--r-- 1 root root 2352 Aug 10 09:59 iaxmodem
-r--r--r-- 1 root root 3722 Aug 10 09:59 intel-400e
-r--r--r-- 1 root root 329 Aug 10 09:59 ip568x
-r--r--r-- 1 root root 1289 Aug 10 09:59 linux-isdn-1
-r--r--r-- 1 root root 1240 Aug 10 09:59 linux-isdn-2
-r--r--r-- 1 root root 3841 Aug 10 09:59 lucent
-r--r--r-- 1 root root 266 Aug 10 09:59 lucent-isa
-r--r--r-- 1 root root 1874 Aug 10 09:59 lucent-mt-10
-r--r--r-- 1 root root 1660 Aug 10 09:59 lucent-mt-2
-r--r--r-- 1 root root 1933 Aug 10 09:59 lucent-mt-20
-r--r--r-- 1 root root 2125 Aug 10 09:59 lucent-mt-21
-r--r--r-- 1 root root 1235 Aug 10 09:59 mainpine-10
-r--r--r-- 1 root root 1007 Aug 10 09:59 mainpine-2
-r--r--r-- 1 root root 790 Aug 10 09:59 mainpine-20
-r--r--r-- 1 root root 902 Aug 10 09:59 mainpine-21
-r--r--r-- 1 root root 2913 Aug 10 09:59 moto-288
-r--r--r-- 1 root root 3193 Aug 10 09:59 mt-1432
-r--r--r-- 1 root root 2146 Aug 10 09:59 nuvo-voyager
-r--r--r-- 1 root root 3192 Aug 10 09:59 ppi-pm14400fxmt
-r--r--r-- 1 root root 2230 Aug 10 09:59 ppi-pm14400fxsa
-r--r--r-- 1 root root 536 Aug 10 09:59 prometheus
-r--r--r-- 1 root root 3186 Aug 10 09:59 rc144ac
-r--r--r-- 1 root root 2594 Aug 10 09:59 rc144ac-1
-r--r--r-- 1 root root 3006 Aug 10 09:59 rc288dpi
-r--r--r-- 1 root root 2836 Aug 10 09:59 rc288dpi-1
-r--r--r-- 1 root root 2774 Aug 10 09:59 rc32acl
-r--r--r-- 1 root root 2334 Aug 10 09:59 rc32acl-1
-r--r--r-- 1 root root 2911 Aug 10 09:59 rockwell-k56
-r--r--r-- 1 root root 2996 Aug 10 09:59 rockwell-rc
-r--r--r-- 1 root root 2509 Aug 10 09:59 sierra
-r--r--r-- 1 root root 4725 Aug 10 09:59 skel
-r--r--r-- 1 root root 1529 Aug 10 09:59 t38modem
-r--r--r-- 1 root root 2358 Aug 10 09:59 telebit-qblazer
-r--r--r-- 1 root root 2360 Aug 10 09:59 telebit-t3000
-r--r--r-- 1 root root 2550 Aug 10 09:59 telebit-wb
-r--r--r-- 1 root root 739 Aug 10 09:59 topic
-r--r--r-- 1 root root 2217 Aug 10 09:59 tricom2842
-r--r--r-- 1 root root 2929 Aug 10 09:59 uds-fastalk
-r--r--r-- 1 root root 1603 Aug 10 09:59 umc92144
-r--r--r-- 1 root root 1493 Aug 10 09:59 umc9624
-r--r--r-- 1 root root 3414 Aug 10 09:59 usr-2.0
-r--r--r-- 1 root root 4204 Aug 10 09:59 usr-rts
-r--r--r-- 1 root root 4060 Aug 10 09:59 usr-xon
-r--r--r-- 1 root root 4650 Aug 10 09:59 zyxel-1496e
-r--r--r-- 1 root root 4298 Aug 10 09:59 zyxel-1496e-1
-r--r--r-- 1 root root 3525 Aug 10 09:59 zyxel-1496e-2.0
-r--r--r-- 1 root root 3341 Aug 10 09:59 zyxel-2864
/var/spool/hylafax/dev:
total 0
crw-rw-rw- 1 root uucp 1, 3 Aug 10 10:20 null
ls: cannot open directory '/var/spool/hylafax/docq': Permission denied
ls: cannot open directory '/var/spool/hylafax/doneq': Permission denied
/var/spool/hylafax/etc:
total 320
-rw-r--r-- 1 uucp uucp 148 Aug 10 10:05 config
-rw-r--r-- 1 uucp uucp 150 Aug 10 10:02 config.sav
-rw-r--r-- 1 uucp uucp 3609 Aug 10 11:03 config.ttyACM0
-r--r--r-- 1 root root 10412 Aug 10 09:59 cover.templ
-r--r--r-- 1 root root 1652 Aug 10 09:59 dialrules
-r--r--r-- 1 root root 2446 Aug 10 09:59 dialrules.europe
-r--r--r-- 1 root root 1722 Aug 10 09:59 dialrules.ext
-r--r--r-- 1 root root 2795 Aug 10 09:59 dialrules-pabx.be
-r--r--r-- 1 root root 2141 Aug 10 09:59 dialrules.sf-ba
-r--r--r-- 1 root root 3228 Aug 10 09:59 dialrules.uk
-r--r--r-- 1 root root 37544 Aug 10 09:59 dialrules.world
-r--r--r-- 1 root root 3286 Aug 10 09:59 dpsprinter.ps
-rw------- 1 uucp uucp 20 Aug 10 09:59 hosts.hfaxd
-rw-r--r-- 1 uucp uucp 195176 Aug 10 09:59 LiberationSans-25.pcf
-rw-r--r-- 1 uucp uucp 14072 Aug 10 09:59 lutRS18.pcf
-r--r--r-- 2 root root 1545 Aug 10 10:00 setup.cache
-r--r--r-- 2 root root 792 Aug 10 10:00 setup.modem
-rw------- 1 uucp uucp 1941 Aug 10 10:00 ssl.pem
-rw-r--r-- 1 uucp uucp 2218 Aug 10 16:30 xferfaxlog
/var/spool/hylafax/info:
total 0
/var/spool/hylafax/log:
total 0
ls: cannot open directory '/var/spool/hylafax/pollq': Permission denied
/var/spool/hylafax/recvq:
total 0
ls: cannot open directory '/var/spool/hylafax/sendq': Permission denied
/var/spool/hylafax/status:
total 8
-rw-r--r-- 1 root root 103 Aug 10 09:59 any.info
-rw-r--r-- 1 uucp uucp 32 Aug 10 10:24 start
ls: cannot open directory '/var/spool/hylafax/tmp': Permission deniedOffline
uucp has access to all relevant paths there.
Sanity check: the number you're faxing to - is that one you control or might you end up already spamming some innocent elderly person here? ![]()
Offline
Here is a PKGBUILD for the brother pc fax, it installs fine, but I can not test it further. I did not add automatic fax configuration, so you have to manually call lpadmin or maybe use the cups web interface.
Can confirm that the PKGBUILD installs and using the URL of my Brother MFC-J985DW and the lpadmin command embedded in the PKGBUILD results in BRFAX appearing as an available printer in the CUPS web interface.
Now where the hell did I put that RJ11…
Offline
okay, did that and now the fax driver clearly appears in print settings. cool.
The fax number I used is my own fax2email number.
I will try out the BRFAX when my phone line frees up.
UPDATE: yeah, the faxing works. @progandy thanks a million!
Offline
seth wrote:try "sendfax -vv …" for maximum verbosity.
So it turns out that faxgetty does need to be running for the faxes to get out of the queue and actually send.
The command that worked for me was
faxgetty -D ttyACM0
I got on the hylafax-users mailing list at SourceForge, and that gave me the missing bits of info I needed.
Here's the message:
Me: It still doesn't send... Maybe I am not starting faxgetty correctly? See output below.
I tried running
/usr/sbin/faxgetty
But it says the command is not found.
Or maybe the config file for my USR Robotics USB fax modem is not configured right? The config is in the first post.
sudo faxgetty
[sudo] password for shmuel:
shmuel@shmuel-arch ~ [255]> faxstat
HylaFAX scheduler on shmuel-arch: Running
shmuel@shmuel-arch ~> sendfax -d "0774701585" /mnt/4C74491474490266/Users/S
hmuel/Downloads/FAX/*
request id is 11 (group id 11) for host localhost (1 file)
Lee: So, you're not running it correctly.
I'm not sure where your installation put faxgetty, but apparently it's not in /usr/sbin/. If you installed from source code it's probably in /usr/local/sbin/.
Try running 'which faxgetty' to locate faxgetty. You may also use the "locate" and "find" commands, but based on your comments already, I'm going to guess that you will have trouble using those without more explicit instructions.
Anyway, I'm guessing that you can resolve your problem by running:
faxgetty -D <devid>
... where "<devid>" is your modem device... possibly ttyS0 or ttyACM0 or ttyUSB0... so the command would look like this
faxgetty -D ttyS0
... or ...
faxgetty -D ttyACM0
... or ...
faxgetty -D ttyUSB0
Thanks,
Lee.
Offline
@progandy
Unless you object, I may submit your PKGBUILD to the AUR. Naturally, I will credit you in comments to the PKGBUILD.
Offline
Feel free to do with it what you want.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
@shmu26
You and your fax buddy are not alone - faxing is still pretty big in Japan ![]()
@shmu26
You and your fax buddy are not alone - faxing is still pretty big in Japan
Glad to hear I am not alone.
I am now using the hylafax client YajHFC, from AUR. It works. The only thing I can't do with it is email-to-fax. Avantfax from AUR says it can do it, but the build fails, due to GPG keys. If you have any idea how to do email-to-fax...
Offline
The only thing I could find so far is: http://efax-gtk.sourceforge.net/
Last edited by dogknowsnx (2021-08-12 08:17:39)
The only thing I could fine so far is: http://efax-gtk.sourceforge.net/
Tried it. Very buggy, if you can even get it to install. The AUR version fails to build, but you can do it by downloading the source code.
Offline