Несколько вопросов по hylafax.

Есть и такой ОС.

Модератор: weec

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
master_gt
проходил мимо
Сообщения: 6
Зарегистрирован: 2010-08-24 19:00:53

Несколько вопросов по hylafax.

Непрочитанное сообщение master_gt » 2010-08-25 8:53:43

Добрый день!
У меня стоит система Archlinux (май 2010) (kernel 2.6.33)
Поставил программу Hylafax (v6.0.4). Модем Usr robotics 56k. Все вроде бы и заработало, приём факсов есть, отправка тоже, но...
1. все факсы сваливаются в 1 папку:

Код: Выделить всё

/var/spool/hylafax/recvq/

А хотелось бы, чтоб от каждого модема факсы сваливались в разные папки. Перерыл кучу конфигов, гуглил, но ничего вразумительного на эту тему не нашёл :( (пока у меня стоит 1 модем, но скоро их будет больше)
2. Не могу настроить шару (Samba). Делаю все по мануалу, захожу на сервер, вижу папку с факсом. Но открыть его или скопировать не могу (( Пишет, что нет доступа(диск защищен от записи или переполнен и т. д.)
Вот /etc/samba/smb.conf

Код: Выделить всё

[global]

# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
   workgroup = workgroup

# server string is the equivalent of the NT Description field
   server string = hylafax_s

# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
   security = user

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
   hosts allow =10.48.

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = yes

# you may wish to override the location of the printcap file
;   printcap name = /etc/printcap

# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
;   printcap name = lpstat

# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, cups, sysv, plp, lprng, aix, hpux, qnx
;   printing = cups

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
;  guest account = guest

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/%m.log

# Put a capping on the size of the log files (in Kb).
   max log size = 50
# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *
;   password server = 12345

# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
;   realm = MY_REALM

# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
;   passdb backend = tdbsam

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting.
# Note: Consider carefully the location in the configuration file of
#       this line.  The included file is read at that point.
;   include = /usr/local/samba/lib/smb.conf.%m

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 10.48.0.13/16

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
;   preferred master = yes

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
;   domain logons = no

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
;   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#       Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one  WINS Server on the network. The default is NO.
;   wins proxy = no

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
   dns proxy = no

# These scripts are used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
;  add user script = /usr/sbin/useradd %u
;  add group script = /usr/sbin/groupadd %g
;  add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
;  delete user script = /usr/sbin/userdel %u
;  delete user from group script = /usr/sbin/deluser %u %g
;  delete group script = /usr/sbin/groupdel %g

#============================ Share Definitions ==============================

.....
[hylafax]
   comment = faxes
   path = /var/spool/hylafax/recvq
   valid users = admin
   public = no
   writable = yes
   printable = no
....
Если где недокрутил - просьба не смеяться - в первый раз самбу настраиваю :oops:

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

master_gt
проходил мимо
Сообщения: 6
Зарегистрирован: 2010-08-24 19:00:53

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение master_gt » 2010-08-25 14:31:01

Проблему №2 решил.

master_gt
проходил мимо
Сообщения: 6
Зарегистрирован: 2010-08-24 19:00:53

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение master_gt » 2010-08-26 10:38:49

разобрался!
дабы не плодить темы, последний вопрос:
помогите написать совсем простенький скрипт!!!
Необходимо, чтобы при появлении в папке (любой, например, /home/fax) файла *.tif
этот файл конвертировался в PDF (программа TIFF2PDF у меня стоит и работает) с именем "текущее время и дата"
а исходный файл Tiff удалялся.
Помогите!!!
Кто язык знает - это по идее раз плюнуть)

Andy
ст. лейтенант
Сообщения: 1117
Зарегистрирован: 2007-03-04 7:48:58
Откуда: Mytischi

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение Andy » 2010-08-26 12:17:44

Код: Выделить всё

#!/bin/sh

if [ -e time.txt ]; then
        mv time.txt time`date +%d`.txt
fi
exit 0;
Пример дан, дальше - сам.
Jul 16 19:37:15 freebsd sshd[4152]: Invalid user idiot from 210.75.200.104

master_gt
проходил мимо
Сообщения: 6
Зарегистрирован: 2010-08-24 19:00:53

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение master_gt » 2010-08-27 9:10:30

Спасибо, разобрался!! :good:

Andy
ст. лейтенант
Сообщения: 1117
Зарегистрирован: 2007-03-04 7:48:58
Откуда: Mytischi

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение Andy » 2010-08-27 10:05:14

А скрипт показать?
Jul 16 19:37:15 freebsd sshd[4152]: Invalid user idiot from 210.75.200.104

master_gt
проходил мимо
Сообщения: 6
Зарегистрирован: 2010-08-24 19:00:53

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение master_gt » 2010-08-27 10:53:47

Без проблем ;)

Код: Выделить всё

#!/bin/bash
DEFDIR=$(pwd);
if [ -d $1 ]; then
DIR=$(pwd)/$1;
else
DIR=$(pwd);
fi;
DIRPDF=$DIR'pdf';
cd $DIR;
for i in *.{TIF,tif}; do
if [ -f $i ]; then
tiff2pdf -z -j -o $DIRPDF/$i.pdf $i;
fi
rm $i;
done;
cd $DIRPDF;
n=`date +%Y.%m.%d.%H.%M.%S`
for t in *.{PDF,pdf}; do
if [ -e $t ]; then
        mv $t $n$t
fi
done;
Данный скрипт конвертит все файлы в текущей папке из *.Tif. , создает папку pdf (из текущей) кладет туда файлы *.pdf с именем стараго файла+дата и удаляет все *.tif после конвертации.

Но теперь не могу настроить крон, на выполнение данного скрипта (раз в минуту):
Лог крона

Код: Выделить всё

Aug 27 03:27:01 Hylafax_s crond[994]: reading /var/spool/cron/cron.update
Aug 27 03:27:01 Hylafax_s crond[994]: failed parsing crontab for user admin: SHELL=/bin/bash
Aug 27 03:27:01 Hylafax_s crond[994]: failed parsing crontab for user admin: /1 * * * * /home/fax1/fax1
под root тоже самое :(
Подскажите, куда копать!

Burner
лейтенант
Сообщения: 693
Зарегистрирован: 2009-06-14 7:02:26

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение Burner » 2010-08-27 12:13:44

* * * * * /home/fax1/fax1

Andy
ст. лейтенант
Сообщения: 1117
Зарегистрирован: 2007-03-04 7:48:58
Откуда: Mytischi

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение Andy » 2010-08-27 15:25:17

master_gt писал(а):Без проблем ;)

Код: Выделить всё

#!/bin/bash
Бля...

Код: Выделить всё

!/bin/sh 
же. Кстати, какой дистрибутив используете.
master_gt писал(а): Но теперь не могу настроить крон, на выполнение данного скрипта (раз в минуту):
Лог крона

Код: Выделить всё

Aug 27 03:27:01 Hylafax_s crond[994]: reading /var/spool/cron/cron.update
Aug 27 03:27:01 Hylafax_s crond[994]: failed parsing crontab for user admin: SHELL=/bin/bash
Aug 27 03:27:01 Hylafax_s crond[994]: failed parsing crontab for user admin: /1 * * * * /home/fax1/fax1
под root тоже самое :(
Подскажите, куда копать!
От рута будет выполнятся? Если да, то

Код: Выделить всё

crontab -e 
*/1 * * * * /home/fax1/fax1
и выполняемым его сделать не забудьте.
Jul 16 19:37:15 freebsd sshd[4152]: Invalid user idiot from 210.75.200.104

master_gt
проходил мимо
Сообщения: 6
Зарегистрирован: 2010-08-24 19:00:53

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение master_gt » 2010-08-27 18:37:12

С кроном разобрался.
Дистрибутив - Archlinux. (05.2010)

digore4ek
проходил мимо

Re: Несколько вопросов по hylafax.

Непрочитанное сообщение digore4ek » 2010-12-18 11:34:36

Подкорректировал скрипт, чем меньше действий, тем лучше!!!
теперь данный скрипт конвертит все файлы в указанной папки DIR из *.tif. , кладет в указанную папку DIRFTP файлы pdf-ными, с именем стараго файла без разшерения".tif"+дата и удаляет все *.tif после конвертации.
#!/bin/bash
DIRFTP=/var/ftp/pub/;
DIR=/var/spool/hylafax/recvq/;
cd $DIR;
n=`date +%H:%M-%d.%m.%y`;
for i in *.tif; do
if [ -f $i ]; then
tiff2pdf -z -j -o $DIRFTP${i%.*f}-$n.pdf $i;
fi
rm $i;
done;