Ubuntu :: Config Files Not Reinstalling?
May 11, 2011
I mistakenly deleted /etc/apache2/port.conf, so I tried to reinstall the package with "apt-get", but nothing. I dug myself in deeper by thinking a script skipped it because the directory was there, so I removed it completely. After reinstalling using "apt-get install apache2", the folders came back, bot non of the config files where there. I am now lost. How can I get them all back?
View 2 Replies
ADVERTISEMENT
Jul 10, 2011
I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:
Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.
View 3 Replies
View Related
Feb 3, 2010
I am having a prolbem with my ubuntu 9.10 operating system. Is there anyway I can roll back the setting and files that I deleted previously without totaly reinstalling the system.
View 1 Replies
View Related
Jan 23, 2010
I currently dual boot windows XP Pro with Ubuntu 9.10. I made a mistake last night playing with gparted and lost my E drive, which had all of my music, games and movies plus is where my Ubuntu install was. I then ended up reformatting the drive with windows and reinstalling Ubuntu 9.10.My question is how can I put my windows files on my E drive without going through the hassle of reinstalling windows.
I have a 20g IDE drive where my windows install is, windows and Ubuntu both tell me this drive is failing, (I have used it for booting since 2002, so I am not that concerned with it), another 40g IDE drive for more storage and a 160g SATA drive where Ubuntu is again installed. I want the SATA drive to be my main boot drive now, so how can I clone my windows boot to the other drive. I tried gparted but could not figure it out. I have gparted burnt to cd, booted with it and just don't understand how to use it.Also, if I clone this boot drive to the SATA drive, do I need to change jumper settings on my 40g to master when I take out the 20g drive.20g master and 40g slave on first IDE channel and 2 CD devices on second IDE channel and SATA drive on first SATA connection. I read somewhere that it is better to keep the cd devices on another channel than the disk drives.
View 1 Replies
View Related
Jan 28, 2011
I just installed Ubuntu on a partition install. It is dual-booted with my Windows 7. Anyways, everything worked fine for a while, until I pressed ctrl+alt+F2. Then it went to this weird full-screen-mode command line thing. It asked for my login so i did, and then it asked for my password, which I then entered. And then I really don't know what I did, but at the end I pressed ctrl+alt+delete, which instead of going to like a task manager, it restarted my computer.
I then booted into Ubuntu again, and it started giving me errors about how it won't update some config files, and then it won't load up like the desktop and the panels. All I see about booting is the default Ubuntu background when you login and nothing else. No panels, no icons, nothing, just the background.
View 1 Replies
View Related
Jun 8, 2010
A while back I suddenly lost USB support on one of my computers. At first I thought it was a HW problem but I'm not completely sure. What configuration files have entries for the USB, especially at startup, so that I can check them against the ones on my working computer. I'm running Ubuntu 10.04.
View 2 Replies
View Related
May 9, 2011
I'm trying to search the string "Listen" in a few files (config files). I madefind /apps/apache* -exec grep -H Listen {} ;but the result list is very long. How i make a "grep -v" whith this command?
View 3 Replies
View Related
Jan 22, 2011
Where are they located? What file I cant find it.
View 3 Replies
View Related
Jun 24, 2011
Regardless of the fact that editing these files is necessary for good functioning of my system, my standard 10.10 ubuntu installation seems to lack these files:
XF86config
Xorg.conf
/etc/printcap
Am I the only one who witnesses this in ubuntu? Perhaps I need to apt-get install some things? Knowledge about these files is important for my study.
View 1 Replies
View Related
Mar 31, 2010
I built out a headless VMWare v2.0.2 Server. I managed to work all that out but now I'm having some trouble getting my virtual machines on the server. I installed both proftpd and vsftpd but neither server lets me log in. 'Login Failed' is always returned (using the only account on the machine - created during the install).
So I decided to install samba, but samba chokes on large files. I tried over and over again to copy a 10GB VMDK file over samba and it gets to 5% or so and suddenly tells me there is a network problem and dies (which there is no network problem as these machines are all on the same subnet plugged into the same gigabit switch).
So now I'm back to FTP. Unfortunately when I ran apt-get remove proftpd, it didn't remove any of the config files (/etc/proftpd/*) so I manually deleted them. Now when I try to reinstall the FTP servers they won't start because the config files are gone. What's the apt-get syntax to completely uninstall these servers as if they had never been installed so I can start clean? I really don't want to have to do a complete system re-install just to fix 300KB FTP servers.
View 2 Replies
View Related
Nov 13, 2010
During upgrade the system ask me what to do about config files. K to keep old ones then other options to change config files to the new system and backup old one with *.old extension and 2 other options I don't remember. What do you think is the best choice if I have changed my xorg.conf, my layout and my fonts.
View 2 Replies
View Related
May 11, 2010
I've deleted /etc/apache2 and did run:
Code:
sudo apt-get -o DPkg::Options::="--force-confmiss" --reinstall install apache2.2-common
to get the default config back.
But starting the server via:
Code:
sudo /etc/init.d/apache2
results in:
Code:
Syntax error on line 161 of /etc/apache2/apache2.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
line 160-163 look like this:
Code:
<Files ~ "^.ht">
Order Allow,Deny # line in question
Deny from all
</Files>
The funny thing is that the exact same definition is in a debian lenny server config on another server. So why did this install a not working config?
I just removed apache2 via:
Code:
sudo aptitude remove apache2
sudo rm -r /etc/apache2
and reinstalled it via:
Code:
sudo aptitude install apache2
which also did not fix the config bug?
For testing I installed apache2 on another ubuntu 9.10 and did just copy the folder /etc/apache2 to my local installation - this fixed the problem. Still, why cant I reinstall apache2 with a working config?
View 8 Replies
View Related
Jun 18, 2010
1) Whenever a new release of Ubuntu comes out, I've always done a full replacement (Booted up live CD, formatted / and formatted /home) to ensure there's zero incompatibilities, including configuration files in my /home. That has, finally, gotten annoying and I was wondering what the actual chances of a configuration file causing problems was in the 6 months that Ubuntu was released in. Also, special consideration for Gnome 3 (aka gnome-shell) coming out with the current gnome configs.
2)Any way to remove unneeded config files automatically? I don't always use purge when I remove a package just in case I want to reinstall it, well weeks later I def don't want it, is there an apt or dpkg command that will automatically remove them after the package is gone? I know autoclean and autoremove handle orphans and unneeded .deb's
3) How stable is Sidux in reality? Ran it in a VM and had a few errors every so often while using it, but i wasnt sure how much of that was the fact it was a VM. Some say its stable enough for daily use, some say it breaks every other day
View 2 Replies
View Related
Jul 5, 2010
I'm interested to hear what config/settings files - or whole folders - you've managed to simply copy over from your previous installation and have working in the new. This can be either for specific programs or for parts of the system, but I suppose most of what people would find useful is getting some of their programs back to how they had them. These can be individual files or whole folders, but if there is a settings folder for a program but only one of the files is actually worth copying, just mention the one file and what it does. Also interested in hearing from KDE and Xfce users, for the benefit of those of us who have multiple desktop environments in the same system. (Besides, even those with only Gnome will use some of the great KDE apps like Amarok and K3b).
Here are my contributions:
(~/ denotes your home folder; any subfolders starting with a period [.] are hidden files or folders)
~/.cache/rhythmbox/covers (the folder containing all your album cover art displayed in Rhythmbox)
~/.gnome2/nautilus-scripts (any scripts you added to Nautilus will be in this folder)
~/.lyrics (the folder containing all your song lyrics displayed in Rhythmbox)
~/.local/share/rhythmbox/rhythmdb.xml (Rhythmbox's database file; if you were forced to edit this because of some incorrectly displayed tags, don't forget to copy it over).
~/.gconf/apps/rhythmbox/plugins/ (Rhythmbox's plugins folder; plugins should be accessible when you restart Rythmbox).
~/.bash_aliases (Terminal command aliases you may have created will be in this file).
~/.gconf/apps/nautilus/preferences/%gconf.xml (Nautilus folder preferences file)
~/.mozilla/firefox (Folder for Firefox settings, cache, bookmarks, etc. If there are 2 or more subfolders with names like 2tb4r91t.default just copy over the latest one, and make sure profiles.ini points to it)
~/.thunderbird (Mozilla Thunderbird folder with all accounts, emails, settings, etc)
View 3 Replies
View Related
Aug 7, 2010
After I used Ubuntu Tweak to clean up ALL the config files, I retsrated and Grub won't show the menu anymore. I'm still able to get to the latest kernels though but I want to log in to my windows.
View 2 Replies
View Related
Apr 22, 2011
I'm messing with my samba config file. For line comments, some use a number sign/pound sign/hash symbol, while other lines use a semicolon:
Code:
############ Misc ############
# 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
[Code]....
View 5 Replies
View Related
Apr 24, 2011
I'm building my own ubuntu variant for low resource systems at the moment. It's based from the ubuntu 10.10 minimal install (12mb iso). It uses openbox as the window manager and SLiM as the login/display manager.
What I would like two know is how to have a few config files that are on the live cd to be altered for the installed system. Specifically, SLiM autologin, but I'll probably find other things to change aswell. Basically a sort of "first boot script".
View 4 Replies
View Related
Aug 23, 2011
I've installed the packages required to use a wiimote as a remote control in Fedora, and am currently trying to write a config file to use the wiimote for Clementine.My file currently looks like this:
Code:
# This is the wminput-clementine file
Wiimote.A = KEY_F6 #Play/Pause
[code]....
View 1 Replies
View Related
Sep 25, 2010
I just re-installed 11.3 KDE. I kept my old /home directory on a USB drive. Now I would like to replicate my panels. Where are the desktop config files kept?
View 7 Replies
View Related
Mar 12, 2011
I made some changes in my CentOS for example edit some config file. I wanna apply these changes in cd of CentOS because in this way I don't have to edit each of my CentOS one by one.
View 5 Replies
View Related
Jun 11, 2011
I've destroyed my desktop.
I'm using Ubuntu 11.04 and I would much like to uninstall (including any config files) and reinstall the windows manager.
Is there a set of commands I can run to achieve this?
View 1 Replies
View Related
Aug 3, 2011
1- how I can deactivate selinux and the root password on fedora 15?
2- I can't use copy, cut past in the GUI !!
3- even with (su -) I can't modify files like shadow or config !
View 10 Replies
View Related
Sep 20, 2010
When I remove an application from YaST does it remove its config files too? If it does not, is there any command by which I can remove the config files for all the uninstalled applications?
View 1 Replies
View Related
Jun 10, 2011
How can you do it with individual ifcfg-* files?
I've tried adding them like this:
Filename: ifcfg-vlan1:0
BOOTPROTO='static'
ETHERDEVICE='vlan1'
STARTMODE='manual'
USERCONTROL='no'
IPADDR='192.168.1.2/24'
but it fails on ifup, thinking it might be the filename (the vlan tagging being picked up from the name) I tried renaming it but still no go.
I can add IP's via ifconfig, eg ifconfig vlan1:0 192.168.1.2 netmask 255.255.255.0 up
and I'm pretty sure I could add multiples to the ifcfg-vlan1 file but how do I add them from individual config files?
View 9 Replies
View Related
Aug 25, 2010
I'm taking over as a Linux admin where they use sendmail last week. I've done very little with email on linux, and haven;'t touched sendmail since 2000 so I am really out of my element.Basically the sendmail server for many months has had performance problems, disk, and load.Looking into it I found this doing a tail on /var/log/MaillogAug 25 17:11:49 web8 sendmail[1531]: o7OGF2VH002566: to=postmaster, delay=1+01:58:10, xdelay=00:00:00, mailer=relay, pri=2388694, relay=[xx.xx.xx.xx], dsn=4.0.0, stat=Deferred: [10.10.20.107]:No route to hostAnd that was all it was spewing, I edited the config files because xx.xx.xx.xx doesn't exist. And running m4, then restarting sendmail.It is still spewing out that message, but I do see some things connecting to the new yy.yy.yy.yy address. I even greped the entire /etc looking for the old machine.
View 2 Replies
View Related
Jun 11, 2010
How to make a Server of LOGIN / PASSWORDS for flexible linux machines? Samba config files for the server and the client. The clients, if no network, shall use the /etc/shadow.
View 10 Replies
View Related
Jun 3, 2010
My brother is thinking of installing Slackware64 13.1 on his laptop. He was wondering though how to configure his wireless card. How would he do this? He is using an Intel wireless card, but I am unsure of the exact model. Another question is would Wicd do this automatically or do you still have to use either iwconfig or wpa_supplicant and edit the corresponding config files?
View 4 Replies
View Related
Feb 10, 2016
I've downloaded configuration files for my VPN, Kovurt, and they don't have a .ovpn file extension. Further, when I tried to enter the information manually (using this guide), I saw that the files only include the <ca> tags, and no <cert>, <key> or <tls-auth> tags.
Here is the content of one of the config files, simply named 'Tokyo' with no extension. (adding .ovpn didn't work either):
Code: Select allclient
dev tun
proto udp
remote 50.31.255.86 443
resolv-retry infinite
nobind
[Code] ....
I have an open ticket with Kovurt asking for the other info, but I know already that they don't have much in the way of documentation or support for Linux.
View 0 Replies
View Related
Sep 14, 2010
Always had this problem on F13... if I run kword from console as root I get.kwordkword(14580): Session bus not found
KCrash: Application 'kword' crashing...
sock_file=/root/.kde/socket-icebox/kdeinit4__0
Warning: connect() failed: : No such file or directory
[code]...
View 4 Replies
View Related
Apr 19, 2011
No more than 15 hours after a breezy installation and setup I somehow managed to stop the desktop manager from displaying. Once you boot into Suse, the loading bar goes across, a white flash, then a blank screen forever. I figured it was KDM once I booted into x11safemode and tried to boot the desktop manager, it recreated the situation.
I've tried un-installing and installing KDM again, however it seems to reuse the same config file. I'm thinking about deleting the config file mentioned, but I'm not sure what will happen when I install the desktop manager, if there's any setting up to get it to work with my setup, or even if that will fix the situation.
View 3 Replies
View Related