Displaying 6 results from an estimated 6 matches for "standardinput".
2023 Nov 20
2
tftp problems
...inux
-rwxrwxrwx 1 root root?? 23 Nov 16 13:10 test.txt
These are my systemd service files.
# systemctl cat tftp.service
# /usr/lib/systemd/system/tftp.service
[Unit]
Description=Tftp Server
Requires=tftp.socket
Documentation=man:in.tftpd
[Service]
ExecStart=/usr/sbin/in.tftpd -c /var/lib/tftpboot
StandardInput=socket
[Install]
Also=tftp.socket
===================================
systemctl cat tftp.socket
# /usr/lib/systemd/system/tftp.socket
[Unit]
Description=Tftp Server Activation Socket
[Socket]
ListenDatagram=69
[Install]
WantedBy=sockets.target
I have searched several web pages all over the web...
2023 Nov 20
1
tftp problems
...> These are my systemd service files.
> # systemctl cat tftp.service
> # /usr/lib/systemd/system/tftp.service
> [Unit]
> Description=Tftp Server
> Requires=tftp.socket
> Documentation=man:in.tftpd
>
> [Service]
> ExecStart=/usr/sbin/in.tftpd -c /var/lib/tftpboot
> StandardInput=socket
>
> [Install]
> Also=tftp.socket
> ===================================
>
> systemctl cat tftp.socket
> # /usr/lib/systemd/system/tftp.socket
> [Unit]
> Description=Tftp Server Activation Socket
>
> [Socket]
> ListenDatagram=69
>
> [Install]
>...
2011 Feb 15
0
Speex for vb.net voice chat
hi all
What is the best version to use denoise and echo cancellation encode and decode
with vb.net
i tried exes with command line orguments i am getting
an error at StandardInput.BaseStream.WriteByte
where can i get implimentation vb.net or c# sample
Please help me
From
Venkata ramana
India
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20110215/9da49e24/attachment.htm
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
...Unit]
-Description=firstboot configuration program (text mode)
-After=livesys.service plymouth-quit.service
-Before=systemd-user-sessions.service
-
-[Service]
-Environment=RUNLEVEL=3
-ExecStart=/etc/init.d/ovirt-firstboot start
-TimeoutSec=0
-RemainAfterExit=yes
-Type=oneshot
-SysVStartPriority=99
-StandardInput=tty
-
-[Install]
-WantedBy=multi-user.target
-EOF_firstboot
-
-systemctl enable ovirt-firstboot.service >/dev/null 2>&1
-
-
-echo "Configuring IPTables"
-# here, we need to punch the appropriate holes in the firewall
-cat > /etc/sysconfig/iptables << \EOF
-# oVirt autom...
2020 Mar 17
3
Running amanda on CentOS 7: "amanda-udp.service failed."
...ailed.
Mar 17 08:52:24 sharky4.deepsoft.com systemd[1]: amanda-udp.service failed.
sharky4.deepsoft.com% cat /usr/lib/systemd/system/amanda-udp.service
[Unit]
Description=Amanda Backup System
After=local-fs.target
[Service]
User=amandabackup
Group=disk
ExecStart=/usr/sbin/amandad -auth=bsd amdump
StandardInput=socket
What is missing?
I have installed (stock CentOS 7 from standard repos):
sharky4.deepsoft.com% rpm -qa amanda\*
amanda-server-3.3.3-21.el7.x86_64
amanda-client-3.3.3-21.el7.x86_64
amanda-libs-3.3.3-21.el7.x86_64
amanda-3.3.3-21.el7.x86_64
--
Robert Heller -- 978-544-6933 Cel...
2016 Nov 09
3
How to start a script to complete configuration
How you could do this with scripts:
*CentOS 7*
1. Deploy a VM from your base CentOS 7 template
2. Copy your "my-firstboot.sh" script (or whatever its called) to a
location such as /root/scripts/
1. This scripts only job should be to mount a NFS location and
execute any post install scripts you have stored there, and provide a log
file.
2. This script