Displaying 20 results from an estimated 7000 matches similar to: "question on cut"
2020 Nov 18
3
Help with VirtualBox on CentOS 7
Any Virtualbox on CentOS guru's out there?
I only have 1 VM on my linux host. in the update process to virtualbox
6.1.16 my config was lost. When I run Virtualbox my VM does not show. So I
desire to add it back.
My structure is this.
ls -l /home/silentm/vmware/CentOS\ 64-bit\ LSI/
-rw------- 1 silentm silentm 8684 Aug 13 08:31 CentOS 64-bit LSI.nvram
-rw-r--r-- 1 silentm silentm 0 Feb 27
2008 Apr 11
1
odd error compiling zaptel-1.4.10
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/vpmadt032.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/GpakApi.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/../voicebus.o
LD [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/wcte12xp.o
2014 Oct 23
2
httpd on centos 7
I have read the info on apache 2.4...
I added to the bottom of httpd.conf these lines (and restarted httpd)
-------------------------
<Directory /var/www/html>
# old 2.2 config
# Order Allow,Deny
# Allow from all
AllowOverride None
Require all granted
</Directory>
<Directory /home/silentm/public_html/gifs>
AllowOverride None
Require all granted
</Directory>
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all,
I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel.
I am getting this error. What to do... ?
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o
In file included
from
2008 Mar 17
4
MeetMe option b
I am running asterisk 1.4.18 trying to use MeetMe and option b.
I am getting permissions denied failed to execute conf-background.agi
on the CLI
lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi ->
/home/silentm/bin/conf-background.agi
my conf background is a symbolic link - then my permissions are :
[root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi
2023 Sep 14
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
On Wed, Sep 13, 2023 at 5:20 PM Jerry Geis <jerry.geis at gmail.com> wrote:
> >An issue[1] was already created by asterisk at phreaknet.org and they
> also put
> >a fix up for review and inclusion[2].
>
> >[1] https://github.com/asterisk/asterisk/issues/308
> >[2] https://github.com/asterisk/asterisk/pull/309
>
>
> The change "seems" to be
2012 Oct 24
1
Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
Subject says it all.
How can I get the 1.3 version and 0.9.28
to compile on CentOS 5.8 ???
When I compile the two as modules I get errors.
My Makefile is:
obj-m += 8139cp.o 8139too.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
The errors I get are:
Entering directory
2012 Jan 03
4
Question on system command 1.4.43
I have a USB to serial converter attached to my box. pl2303: Prolific
PL2303 USB to serial adaptor driver
if I login to the box and send/receive serial commands over this unit it
works without error EVERY time.
however, if I run the same command set from with-in the extensions.conf
with System()
I get errors in dmesg like "pl2303 ttyUSB0: pl2303_open - failed
submitting read urb, error
2012 Jun 04
1
repo dates and times
I am trying to get my kickstart "repo" line to function correctly.
repo --name=Updates --baseurl=http://192.168.1.14/centos/6.2/updates/x86_64/
When I comment the above line my install works, When I uncomment it the
install fails
with a message about dbus package error.
This is my nightly script that runs:
===============
PLACE="mirror.team-cymru.org/CentOS"
mkdir -p
2007 Mar 20
1
starting wine with window size gives error.
I am starting wine with the command:
wine explorer /desktop=Name,640x480 PPTVIEW.EXE myppt.ptt
and I get the following error:
[silentm@geisjdell PowerPoint Viewer]$ fixme:actctx:QueryActCtxW
80000010 0x3018b4d0 (nil) 1 0x34fb60 8 (nil)
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request:
2005 Sep 02
0
question on cut -solved
Mark,
Thanks thats what I was looking for...
Jerry
Jerry Geis wrote:
>/ I am trying to use cut to tell me the suffix of a file.
/>/ for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1-
/>/
/>/ I was expecting to get .log or log but I get the entire string echoed back.
/>/
/>/ doing the opposite gave me what I expected:
/>/ echo
2014 Sep 26
2
systemd startup on centos 7
Ok I created my script this morning
[Unit]
Description=Connections
After=network.target
[Service]
Type=notify
ExecStart=/home/silentm/bin/mystart
[Install]
WantedBy=multi-user.target
I put it in the correct directory, I rebooted and I see that
my mystart script runs- programs start up but then
they are killed with signal 15...
Is there something else that allows them to continue to run?
the
2017 Feb 07
5
Rebuild gstreamer
Hi all,
I have a need to rebuild the gstreamer and gst-plugins in CentOS 7.
So I found the wiki for rebuilding a source package...
I downloaded the vault.centos.org files, installed them with dependencies.
I did the rpmbuild -ba for each of the four packages. All seemed to go well.
No errors reported.
However - the /usr/bin/gst-inspect* listing shows the files as OLD
ls -l /usr/bin/gst-inspect*
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl.
What do I not have installed?
I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib
only warnings I got was abour FontForge missing.
make depend
make
THanks,
jerry
-----------
make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32'
make[2]: Entering directory
2016 Feb 02
4
Compile error with libpri 1.4.15
I am getting this:
make
gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2
-MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c
pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory
#include <dahdi/tonezone.h>
I am using dahdi-linux-complete-2.11.0+2.11.0
I did "find . | grep timezone.h" from the dahdi root and its not
2020 Nov 12
1
CentOS 8 vncserver
I am trying to get vncserver working on CentOS 8. Fully updated.
On the console - logged in as a normal user I run:
export DISPLAY=:0.0
xhost +
/usr/bin/x0vncserver -display :0 -rfbport 5901 -passwordfile
/home/silentm/.vnc/passwd
I get this error:
Invalid MIT-MAGIC-COOKIE-1 key/usr/bin/x0vncserver: unable to open display
":0"
Based on the error I changed the DISPLAY=:0 and tried
2011 Apr 04
4
dialplan is not finding my number asterisk 1.8.3
I am calling from a polycom phone into asterisk ( 1105 ) on a PC with a
speaker attached.
When asterisk first starts this works. In fact it works for some time.
Then it just stops with this error on the CLI.
[Apr 4 15:10:21] NOTICE[4357]: chan_sip.c:21358 handle_request_invite:
Call from 'mndemo_to_mediaport105' to extension '1105' rejected because
extension not found in
2023 Sep 13
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
>An issue[1] was already created by asterisk at phreaknet.org and they also
put
>a fix up for review and inclusion[2].
>[1] https://github.com/asterisk/asterisk/issues/308
>[2] https://github.com/asterisk/asterisk/pull/309
The change "seems" to be working.
Will test more tomorrow - had to leave.
THANKS!
Jerry
-------------- next part --------------
An HTML attachment was
2020 Jul 09
2
X11 issue on CentOS 8
I have files in /etc/X11/xorg.conf.d
rw-r--r--. 1 silentm silentm 311 Jul 9 13:25 00-keyboard.conf
-rw-r--r--. 1 silentm silentm 328 Jul 9 14:28 01-display.conf
This is my 01-display.conf
# This file goes into /etc/X11/xorg.conf.d
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
2006 Oct 17
6
files in a directory limitation
Just curious but is there a limitation on the number of files in a
directory? I am using ext3.
I'm not concerned about file size just the number of files.
Thanks,
Jerry