Sponsored Content
Full Discussion: Cannot access saved file
Top Forums Shell Programming and Scripting Cannot access saved file Post 303021136 by annacreek on Sunday 5th of August 2018 12:09:44 PM
Old 08-05-2018
Cannot access saved file

This may be wrong place to ask.

I am currently modifying "stock" configuration file and making slow progress.

Run into a snag - twice so far.

I can work on the project switching from editing to run all day long, no issue.

Next day i cannot access the file to run it.

The file is still there ( ls...) and to my knowledge still accessible as far as security.



Here is a snippet of terminal output

Code:
....

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Aug  5 15:03:19 2018 from 10.0.1.41
pi@pi:~ $ cd /usr/bin 
pi@pi:/usr/bin $ sudo raspi-config.test

there is no output / reaction after last line and the solution is to exit from terminal.
and stat over.

I am using "remote" ssh to access the file, but I get same behavior when executed locally.


I have no problems editing the file



Code:
pi@pi:/usr/bin $ sudo nano raspi-config.test


just cannot run it after next save.


Any help would be appreciated, but if it is wrong to post here , my apology.

Moderator's Comments:
Mod Comment Please use code tags for all code and data snippets.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

only root's crontab gets not saved

Hi, Something funny is happening over here: when a regular user edits his cron-file (crontab -e) saves and exits vi the correct new cron-file gets installed and saved to disk. But if root does the same, vi saves it but if I then check the cron-file it has the previous contents! I did strace (==... (1 Reply)
Discussion started by: flok
1 Replies

2. UNIX for Advanced & Expert Users

Sudo file not saved

Hi all, I have edited my sudoers file. I am using visudo command I have added the following lines and saved the file. I am saving the lines as :wq But I am very amazed to see that these lines are not written in the sudoers file. I have retried the above process many times, when I... (0 Replies)
Discussion started by: Asteroid
0 Replies

3. Shell Programming and Scripting

How can I identify the last saved log?

Our system produce logs when a script is run which may not be daily, the logs have a format: name_YYMMDD.log - both name and .log are consistent, date changes as per the day the script is run. Is there a way of finding the last saved log? (20 Replies)
Discussion started by: gugs
20 Replies

4. Shell Programming and Scripting

Can STDERR be saved to a variable

Guys i'm trying to save STDERR to a variable for a portion of my ksh script on solaris. I know i can create redirects to files as such: exec 4>/tmp/lava print "This will be saved to /tmp/lava and not screen"; >&4 print "This will be seen on screen" >&2 I want to save the STDOUT of a... (4 Replies)
Discussion started by: lavascript
4 Replies

5. UNIX and Linux Applications

Bluefish: where are the preferences saved?

I have just tried out Bluefish as an alternative to my regular text editor. If I save the modified preferences and reboot, the preferences have to be reentered again. Does anyone know which file the preferences are saved in? The command find / -mmin -5 | grep bluefish yields zero hits. Thanks... (2 Replies)
Discussion started by: figaro
2 Replies

6. UNIX for Dummies Questions & Answers

where alias saved?

step 1 # alias alias cp='cp -i' alias l.='ls -d .* --color=tty' alias ll='ls -l --color=tty' alias ls='ls --color=tty' alias mv='mv -i' alias rm='rm -i' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' step 2 # cat ~/.bashrc # .bashrc (3 Replies)
Discussion started by: cqlouis
3 Replies

7. Shell Programming and Scripting

Script to open a saved file and modify the content

I am looking for a script where I need to open a file and modify the data like changing the parameters.Can anyone help me? open a file software.rsp . It already contains following data. parameter = false threads=100 user= demf The above should be changed to paramter=true thread= 133... (3 Replies)
Discussion started by: sriki32
3 Replies

8. UNIX for Dummies Questions & Answers

Script Not getting Saved

Hi , Script File Is Not Getting Saved This Are The Steps I Am Following For Saving And Executing A Script 1). vi ( To Open Vi Editor ) 2). vi filename ( vi firstprog.ksh) #!bin\kash date 3) !wq :( Saving And Quit) When I Am Saving The Scrpit I Am Getting The Below... (1 Reply)
Discussion started by: anudeepkumar123
1 Replies

9. Shell Programming and Scripting

Squares in saved code

can you help i am merging 2 files together and saving to a third file with awk and its working with this code awk 'OFS="";NR==FNR{a=$0;next} {print a,"\n","\b",$0}' file1 file2 > file3the problem is in file3 when its saved i get a small square at the start of every 2nd line (see picture) ... (6 Replies)
Discussion started by: bob123
6 Replies
learnkeys(1)							   Linux Manual 						      learnkeys(1)

NAME
learnkeys - config file generator SYNOPSIS
learnkeys config_file_name [input_device_name] DESCRIPTION
learnkeys ESE Key Daemon is a multimedia keyboard driver for Linux. With the 2.6 kernel series it can also handle remote controls, as they are presented as keyboards. No kernel patch is required. It is a userspace program that pools /dev/input/event? interfaces for incoming keyboard key presses. OPTIONS
Options: config_file_name location of learnkeys config file input_device_name input (event) device; if given turns off autodetection of 1st keyboard device FILES
/usr/sbin/esekeyd - main binary (daemon) /usr/bin/keytest - program that reports names of pressed keys /usr/bin/learnkeys - config file generator /usr/share/man/man1/{esekeyd,keytest,learnkeys}.1(.gz) - manual pages SEE ALSO
esekeyd(1), keytest(1) BUGS
See the file TODO in the distribution for information on what remains to be done. If you want to report a problem with the program, please send mail to this address: <krzysztof@burghardt.pl>. Provide a detailed description of the bug, the version of the program you are running (run learnkeys without any parameters to display this information), the operating system you are running the program on and if the program crashes, I would appreciate a stack trace. AUTHOR
This program was written by Krzysztof Burghardt <krzysztof@burghardt.pl> and may be freely distributed under the terms of the GNU General Public License. There is ABSOLUTELY NO WARRANTY for this program. Linux Utilities 21 Feb 2006 learnkeys(1)
All times are GMT -4. The time now is 06:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy