Slackware :: App Identifies All Changes That Have Been Made To A System?

Jul 21, 2011

Is there an app that you can run before installing a new package etc and then after the install that will show you all the changes that occurred on your system as a result of installing the new package?

View 9 Replies


ADVERTISEMENT

Ubuntu Installation :: Restore System To 10.10 - Using A System Backup Made With REMASTERSYS - Grub Error 15

May 2, 2011

I am trying to restore my system to Ubuntu 10.10, using a system backup made with REMASTERSYS. When I reboot, I get the message: GRUB error:15 I found many threads discussing this issue, most notably here: [URL]

[Code]....

View 7 Replies View Related

Slackware :: Made Kchmviewer Worked On .0 64bit Ever?

Jun 6, 2010

tried install kchmviewer (5.1) from slackBuilds, but it seems like it's not compatible with slackware13.0 64bit. Also tried to install firefox chm reader add on, but its also 32bit available only! Has anyone installed any kinda of chm reader on slackware 13.0 64bit.

View 8 Replies View Related

Slackware :: Made By The Doinst.sh Script From The Aaa_base Package?

Jun 24, 2010

I've noticed that this symlink was pointing to /var/X11R6, which doesn't exist on my system, which is running a newly installed copy of Slackware 13.1. Upon investigation, it was made by the doinst.sh script from the aaa_base package. The script looks for /usr/X11R6/lib/X11, and is supposed to create the /var/X11R6 symlink if the directory exists. The problem is that the aaa_base package is installed first, no? On a clean system, there is no X11 directory for it to link to. The offending part of the script:

Code:
# Did anything ever use this? I don't know, but if we're keeping all
# this other garbage then it probably won't hurt:
if [ -d usr/X11R6/lib/X11 ]; then
( cd var ; rm -rf X11R6 )
( cd var ; ln -sf ../usr/X11R6/lib/X11 X11R6 )
elif [ -d usr/X11R6/lib64/X11 ]; then

[Code]...

View 1 Replies View Related

Slackware :: New Glibc Updates Made Kde3 Unstable In 12.2 And 64 13.0?

Nov 10, 2010

I've installed those updates :

glibc-2.7-i486-19_slack12.2
glibc-2.9_multilib-x86_64-5alien_slack13.0

Now many kde3 related apps crashes, forcing me to xkill and kill PID.I can't duplicate konqueror windows anymore, using the blue "k" icon top right. The window freezes. In Slack64 13.0, i even have a 100% cpu usage.Kwrite crashes from time to time.Erasing a file can crash konqueror etc.. Should i recompile all kde3 ? Should i recompile qt3 ?

View 4 Replies View Related

Server :: Creating An Initscript That Chkconfig Identifies?

Aug 31, 2010

I'm on a CentOS server and for the past hours I have been trying to unsuccessfully make a script that will start a binary and keep it running if anything goes wrong with it.

This is what I have:

Code:
#!/bin/bash
# counter daemon
# chkconfig: 345 20 80
# desc: counter daemon

[Code]...

Does anyone know how I can make the script start my application?

View 7 Replies View Related

Debian Installation :: Alterations Have Been Made To System?

Jul 16, 2010

Greetings to all from a 60-year-old computer hobbyist and Linux rookie making his first post here. Yesterday I completed a successful installation of Debian 5, lenny, and right now I want to learn what alterations or modifications have been made to my system. I have no complaint about anything at all, I just want to become prepared for any problems I might encounter later on.

1) At one point near the end of my Debian installation, I was asked whether the installer could add something into memory and I (hesitantly) let it do so without knowing what was actually being done. I have a multi-boot system with four versions of Windows installed prior to Debian ... and now my Windows 98 is able to see and access my third drive, a SATA.

Question: How did installing Debian make it possible for my Windows 98 OS to now see and access my SATA hard drive? It is my assumption Debian's installer has somewhere placed one or more drivers my BIOS/DOS now passes along at system startup. How can I make a backup of whatever Debian's installer has done there?

2) After installing Debian and my Windows 98 had begun seeing my SATA drive, I had to eventually re-install Windows 98 because the drive letter for its partition had been changed by the insertion of the SATA drive. At that same time, and while just leaving Windows 98 alone for a while, I had used NeoSmart's EasyBCD to add Debian to Windows 7's BCD ... but then my re-installation of Windows 98 over-wrote that and Windows 7's "startup repair" could never again make its own BCD work. After that, however, and after getting XP's "boot.ini" (including 98 and 2k) working again, a re-installation of Debian resulted in GRUB making a startup menu that now includes *all* systems.

Question: Why or how can/did GRUB find Windows 7 and add it in when Windows 7's "startup repair" could not make a working BCD (or could not make a BCD work) on its own? I have more questions ahead, but like I said: For now I just want to know what I have going on here so I can prepare for any problems I might encounter later. I have a lot of time invested in finally getting this multi-boot system running perfectly with Debian as its default OS and I do not want to have to go back to the beginning and do it all over again because something broke and I had no idea how to fix it!

View 10 Replies View Related

Security :: Fedora System Compromised But No Changes Made?

Jan 25, 2011

The infrastructure of the Fedora Project was compromised over the weekend and an account belonging to a Fedora contributor was taken over by an attacker. However, Fedora officials said they don't believe that the attacker was able to push any changes to the Fedora package system or make any actual changes to the infrastructure.

The attack appears to have targeted one specific user account, which had some high-value privileges. The attacker was able to compromise the account externally, and then had the ability to connect remotely to some Fedora systems. The attacker also changed the account's SSH key, Fedora officials said.

View 2 Replies View Related

Software :: Email Settings: Which Config File Identifies The Smtp Server

Dec 9, 2010

I have a recent install of Fedora14, and wanted to have outbound email sent to a smtp server elsewhere on the local network. I found the System->Preferences->Email Settings app and created a mail account with an smtp server. Now I am able to use mailx, mutt, and sendmail -- all send email correctly to the external server.

But I don't like being reliant on the GUI apps and wanted to know how this was done -- what system config files were affected. Assuming that my "smtp.xxx.com" server should show up somewhere, I grepped /home, /etc, and /var, but can't find it anywhere. On a whim I went into Evolution, deleted the mail account, and rebooted, but email STILL works. Where is this configured?

[Code]...

View 2 Replies View Related

Ubuntu :: System Menu Items No Longer Appear After Change Made

Feb 16, 2011

On 10.4 my applications, places, and system menu items no longer appear, after I made a change (do not remember exactly what I changed, unfortunately) to the screensaver settings and rebooted. Tried to add the main menu item back to the menu panel but it is grayed out in the Add Panel dialog.

View 3 Replies View Related

Ubuntu :: Made Dual Boot With XP - System Freeze Or Hang Ups

Jul 15, 2011

I'm migrating from XP to Ubunta 11.04. My PC: Toshiba Sat A30-921 L/top CPU: Pentium(R) 42.84GHz RAM: 512Mb Display Adapter: ATI Radeon 9000 IGP K/board: std 102/103 PS2 Pointing Device: Alps PCMCIA Adapter: ENE CB1410 Cardbus Controller Wireless Adapter: D-LINK GDWA 610

The installation went well from start to finish. Made it dual boot with XP. Hooked in the Eth cable & went online right away. Then enabled the W/less network adapter - all OK. Using 'Classic', so it's just normal screen after boot. Problem is random 'Freeze' or 'Hang Ups'. It's hung 12 - 14 times in 2 days! K/brd T/pad frozen out. Only recovery is to use master power switch & reboot. NEVER hung in XP in 7 years! (done other bad things though) Does Ubunta have switch like Cntrl + Alt + Delete in Win?

Tried many combinations but to no avail. I've tried quite a few Linux flavours (from Live CD) & they all displayed the same fault!! Before it hangs, I've been able to browse around Ubunta Apps: Places: System: Firefox: Internet: etc. Where do I start to track the problem down? I'm vaguely familiar (XP) with Terminal & cmd line processor but dont know any of the codes used.

View 2 Replies View Related

Ubuntu Installation :: Install System Backup Made By Remastersys In EXT4

Feb 2, 2010

I have a question about ext4,remastersys backup : I have upgraded from 9.04 to 9.10 via the upgrade button in synaptics, so it means that the files system was not touched, which means that my system is still ext3 as it was when I installed the 9.04. I can make a backup of my system as it is configured right now (that's how i like it) using remastersys.

Can I install my system backup into my machine after formating it into ext4 or when I create a backup using remastersys it must stay in the files system as it was when it was backed up? The issue is that right now the 9.10 responds from some reason a little bit slower than my 9.04 responded (to everything e.g. open/close windows etc...) and I read in the forum that ext4 makes 9.10 run faster.

View 1 Replies View Related

Debian :: Execute Command Mactime In Order To Control Changes Made To The File System?

Apr 23, 2011

I am trying to execute command mactime in order to control changes made to the file system, but I am getting an error. I am running the shell as root, and it is the first time I run the command in this system - Debian Squeeze up to date. The I/O is as follows:

# mactime 3/1/2011
cannot exec /bin/date: No such file or directory
cannot exec /bin/hostname: No such file or directory
cannot exec /bin/uname -n: No such file or directory
Cannot open /var/cache/tct/data/Amnesiac/body: No such file or directory

The first three lines of output are the ones that are worrying at the moment; I am not concerned with the last. Although error messages suggest the programs date, hostname and uname do not exist in /bin directory, they are available as shown by

[Code]...

View 3 Replies View Related

OpenSUSE Install :: Configure The System To Automaticly Change Wallpaper And The Standard Icon Theme To A Custom Made?

Apr 8, 2010

How do you configure the system to automaticly change wallpaper and the standard Icon Theme to a custom made.

-If Im not mistaken, it must be something to do with the option to make a script at the end of the installation, -Ive seen the option in the creation,

View 4 Replies View Related

Ubuntu :: NVidia 8600 GT - Commands Like "init 1" Or "gdm Stop" Made My System Freeze?

Apr 28, 2011

this is in fact my first attempt to try to work on a linux distribution and (dispite my problem) I'm still excited to work with it! I got the taste from messing around with my android phone, so I know a little bit of the syntax of the commands that are used, but it is realy basic.Now, my problem is my screen. I have two crt-screens ( inch and inch) which I can't manage to get working properly.

1. On a fresh install I had the problem that i couldn't get my refresh rate higher than 60 htz.I tryed installing different proposed drivers via the "system -drivers" (don't know if that is the right discription, I'm Dutch).The two proposed drivers didn't solve my problem.

2. I went to NVidia and download the Linux drivers for my graphical card (GeForce 8600 GT).I've gone trough a lot of trouble installing them: you can't install them when the Xserver is running, but commands like "init 1" or "gdm stop" made my system freeze (which is an other question: is this normal?). Eventualy I managed to install it by the "boot in safe mode"-option which I can choose when I boot my computer (I'm on a dual boot with windows 7).

3. Once the drivers installed it got worse. There was only one screen working and it worked only on a resolution of 640x480. It was just horifing. But with a lot of patient I managed to get one screen working at a resolution of 1024x768 and (again) not more then 60 htz, but the other screen was still stuck at 640x480. I kept playing around with it, edited my xorg.conf file manualy, broke it, restored it, etc etc. realy fun

4. This is the status ATM: both screens are working with twinview, both at a resolution of 640x480 (I can only select a lower one) and a refresh rate which I can't edit (stuck at "auto" and certainly way to low).I have an Nvidia driver which I don't like (it has made thing worse) but I can't unistall (I realy just don't know how to do that).I'm going to give my xorg.conf file at the end of this message.If this is a very typicly question, then I excuse myself. I realy have tryed to look for it, but couldn't find a thing. And if I found something, it was explained on a level of experitise much higher then mine.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 270.41.06 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Mon Apr 18 15:15:00 PDT 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 270.41.06 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Mon Apr 18 15:15:12 PDT 2011[code]....

View 1 Replies View Related

Slackware :: Compile 2.6.37 Kernel Patched With The Autogroup Patch On A Slackware 13.1 System?

Jan 13, 2011

it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??

View 1 Replies View Related

Slackware :: Crashed Shiny New Slackware System Into The 99 Error Wall?

Jan 14, 2011

pls delete this post if I should not do this as it is included in [URL]..How do I recover from the 99 error when I start my system? I can only get to my Slackware by booting into it from the Slackware DVD.I have re-run lilo but I keep getting the 99 error on start up.

View 10 Replies View Related

Red Hat :: Changes Made To 'LS'?

Dec 28, 2010

I've noticed today on RHEL 6 server that Red Hat has added a trailing '.' to each permission string when I run the 'ls -l' command as shown below:

Code:
[root@db1 /]# ls -l
total 86

[code]....

View 2 Replies View Related

Slackware :: System Uses 2 GB Out Of 8 GB - Why Not More

Apr 4, 2010

I am creating high CPU load on my system. Many large and huge files are copied between internal and external hard disks, and at the same time I am doing some office work and have a bunch of photos processed in a batch job.Looking at the system monitor, I can, however, see, that both CPU cores of my dual core processor are used heavily. But RAM beyond 2 GB is rarely used. Typically the maximum used RAM is 2 GB, no matter, how many files are copied and so on. Is this normal? I think, some of the tasks could be accomplished a lot faster, if the available RAM was used.

View 2 Replies View Related

Slackware :: How To Set The System Locale

Mar 4, 2010

Where is the system locale set?When /etc/profile is run it sources /etc/profile.d/lang.sh which sets envar $LANG but /etc/profile is only used by login shells so -- AFAIK -- modifying $LANG in /etc/profile.d/lang.sh will not change the system locale for processes started by the boot scripts.There are no *locale* files under /etc./etc/inittab has nothing about locale.man init has nothing about locale.man 7 locale describes locale.h and its usage.man 5 locale describes the format of locale files./sbin/init (as investigated using the strings command) may call nl_langinfo but man nl_langinfo only describes how to query the locale, not where it is set.

View 6 Replies View Related

Slackware :: My System Shut Itself Down ?

Oct 29, 2009

My system just shut itself down as I was using it. I'd like to try to understand why.

First, I noticed there are 1 to 4 messages per second in my messages.1 through messages.4 files in /var/log going back to September 27. It probably started before then, but I don't have older logs.

There almost nothing else in the messages log but these messages, millions of them. They look like these:

Quote:

Then just before shutdown, there are a few dozens of these:

Quote:

And then right at the end, a switch to runlevel 0. I did not initiate that. Something else did. And finally a dbus-daemon segfault.

Quote:

What other logs can I look at?

View 5 Replies View Related

Slackware :: Restoring Whole System From A Tar.gz?

Mar 8, 2011

I save my whole system to a .tar.gz file weekly except for the /proc content. I have used this backup a few times to restore my system without issue.

Last time I restored, I discovered the following 2 issues I home somebody can explain:

#1: while extracting the .tar.gz using tar xzvf filename.tar.gz, I get the following error near the end of the restore process "tar: Incorrect Length". This error only occurs when I boot the system with the slackware 12.1 disc 1 CD. It does not occur if I try to restore from my working system, same file. Other than this, everything seems to be restored properly and the system boots up properly. I am just concerned by the meaning of this error.

#2: After restore, I do lilo -C /mnt/etc/lilo.conf to make sure the systems boots up properly. This works... however, I have discovered that just this won't make module autoloading work after the restore. When booting the restored system, no module autoload !

I have correct this by just entering setup when booted up using the slackware 12.1 disk 1 CD and going thru addswap, set target without format and the going thru the configuration menu and cancelling all question.

Why would modules not load automatically ?

View 4 Replies View Related

Slackware :: Skype 2.1 For 64 Bit - Run With 64 Bit System?

Mar 31, 2011

The dynamic static package on skype is a 32 bit package, how can I get this to run with my 64 bit system?

View 9 Replies View Related

Slackware :: How To Get The System Requirement

Jan 23, 2011

I want to switch from my windows xp computer from Slackware Linux for my home pc.I use world and excel software and videos as well to watch movies how can I open my Ms office files in it? Does Slackware support yahoo messenger with voice ? What is the system requirement for slackware,the Ram,Processor and hard disk space for its latest version?

View 14 Replies View Related

Slackware :: Setting Up System To Act As VNC?

Nov 26, 2010

I'm trying to set up my system to act as a vnc so I can access it remotely via a vnc viewer on my android phone. I've never tried this before but from what I've found online, with KDE4 a lot of the usual vnc server programs won't work correctly. Anyone have any tips for getting it to work? It doesn't necessarily have to be vnc. If there's an alternative method to remote control of a computer, that will work too.

View 5 Replies View Related

OpenSUSE :: Firefox 3.6 Be Made Available As An Update?

Feb 15, 2010

will firefox 3.6 be made available as an update? If not is there anything special I need to know before installing it myself i.e. will flash still work?

View 5 Replies View Related

Ubuntu :: Can't Open Any Programs Made In C++?

Jan 30, 2010

When i was in Windows, i had absolutely no problem creating and running basic terminal C++ programs. I came to Ubuntu, and now I've got a big problem: I can't run any program that i make. I have tried making programs in Code::Blocks, CodeLight, MonoDevelop, and NetBeans. All 4 four are free IDE's from the ubuntu installer. I've created 4 programs, 1 on each, and they're all the EXACT same program. When i build it, they build just fine and run. When i release and compile it so it becomes an .exe program, i can't open it. I find the thing, double click, and nothing happens. I rightclick and choose Run, and nothing happens. I made a basic Hello World program, and i couldn't even run that. Is there an extra thing im supposed to install to allow me to run .exe or something?

View 9 Replies View Related

Ubuntu Multimedia :: DVD .iso Made In K3b Plays On TV But Not XP?

Mar 12, 2010

I have a home movie that is currently in Video_TS format (.bup/.vob files). I burned the movie using K3b and it works awesome in both Ubuntu and on my DVD player with the television. BUT the thing will not play in XP! I understand this is because XP is the work of the devil, but that is not important. The disc shows 4Gb used (in XP) but only gives the title. I even made sure hidden files were visible, just in case somehow the movie was invisible. I have tried burning my DVD directly from the video_ts files in K3b, and first making an .iso file, then going over to XP to burn the DVD using Nero...annnnnd same thing. I can watch them on the TV and 'buntu but not XP.

What have I done wrong? Advice? Need more info? invariably someone wants to ask the irrelevant question "Why do you need to watch it in Windows?"

View 6 Replies View Related

Ubuntu :: Reverting Any Changes Made To Plymouth?

Aug 9, 2010

I just change the theme to plymouth and also apply this command:

sudo echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u

I know that it made the boot time much longer and now I want to undo/revert the changes that I've made.

View 1 Replies View Related

Ubuntu :: 10.04 LTS Vs 10.10 Almost Made Me Go Back To Windows?

Nov 16, 2010

Back in July I bought an Acer Aspire ONE KAV60 with Xubuntu installed on it. I used to run Linux a long time ago but had not messed with it for a couple of years and I was surprised to find out how much more "user friendly" Linux had gotten (With Ubuntu anyways). There are more and more GUI programs/processes now days which makes everything easier to do, however there are a couple of things that I have found in the last few months running Linux only on my little netbook.

When I downloaded Ubuntu 10.04 LTS Lucid and installed it from the Xubuntu, I was quite satisfied with the general desktop setup and ease of the operating system. I loved it, it was like going from OS/2 to Win95 all over again! (I'm not that old, I just started young). Here recently, I ran into a little problem with 10.04 and had to re-format, but when I went to re-download it the new 10.10 was available instead. I threw it on a flash drive and installed it on my netbook only to have "problem after problem" upon installation and had downloaded and installed 10.04 from the archives in a matter of a few hours after messing with 10.10.

There were plus sides and down sides to both right off the bat. I am a nerd I suppose and I have started to play a game called Runescape. After installing 10.10, I opened up Runescape and was able to use the "Re-sizable" screen option! That's an amazing option with Runescape on a netbook. I then opened up my favorite and most used program suite called aircrack-ng. I had the apparently infamous problem titled "fixed channel mon0: -1" and was completely unable to get it working (even after reading the SOLVED article on here.) I spent probably 2 hours trying to figure out that problem and was unable to do so. I cannot be without the aircrack-ng suite so I decided to revert back as I fore mentioned.

Upon reverting back to Lucid LTS from the archives, I was happy with the smoothness of how it runs on my netbook compared to 10.10, but as soon as I logged onto that damn game Runescape, I was on a mission to figure out how to correct the "fixed channel mon0: -1" issue on 10.10 so I could have the re-sizable screen option again.

I finally figured out that I needed (from a fresh install on 10.10) to do apt-get install patch and apt-get install gcc before I could complete the steps of the SOLVED issue guide. This was never mentioned and it made me realize I still need to know what I'm doing if I'm going to run Linux and then maybe I won't have all these issues.

Out of all this, I have a couple of questions and would like to learn more about Linux so I do not have these problems in the future. Here are a couple of questions I would like to mention first: What is gcc? I had all that trouble just because I didn't know to install gcc to do the tutorial.

I believe the re-sizable screen option is available for me in 10.10 and not 10.04 because of Java. I did not have to install Java in 10.10 at all, I just opened up Runescape "out of the box". In 10.04, I use Sun Java with the apt-get command in Terminal. Does anybody have any information to confirm or deny this?

Once I got aircrack-ng working in 10.10, I was surprised to find out that it is amazingly fast compared to 10.04. I believe this has to do with drivers. I was able to use aircrack-ng (after install) "out of the box" with 10.04 so I did not download the "compat wireless" drivers that had to be used in 10.10 to get it to work.

If I were to revert back to Ubuntu 10.04 (I much prefer Lucid for my netbook, runs much better), would I theoretically be able to download a different Java and use the re-sizable option on Runescape? Would I also be able to use the "compat wireless" drivers in 10.04 to make aircrack-ng send and receive arp's and ack's so much quicker?

Last but not least, I would like some sources if possible to better learn Linux from. I mean Terminal type Linux, I do appreciate (as I said earlier) the new GUIs that are available now and I didn't have before, but I still feel the need to know my way around the system and I just don't have that knowledge.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved