Ubuntu :: Determine What Repositories Are "active" On System?
Jun 21, 2011
How can I determine what repositories are "active" on my system? Is there a way that I can enable and disable repositories? My preference would be to work from the command line.
View 2 Replies
ADVERTISEMENT
Jul 21, 2010
I'm trying to write a small script that will run as root, but launch a command with sudo as another user. I want that user to be whichever user is active user. That is, the user that is using GDM right now, or the one that is logged into the current console. (by current console, I don't mean the user running the script, but rather the user logged into the console currently displayed on the screen.)How can this be done?
Code:
ACTIVE_USER=`somecommand`
test `id -u pulse` -ge 1000 && sudo -u $ACTIVE_USER $*
What can I use for "somecommand"?
View 5 Replies
View Related
Jul 18, 2010
How to control a windows system by using linux server i know linux is a cross flatfarm. But how to Authenticate windows system like in windows we use AD for user authentication.
View 3 Replies
View Related
Apr 15, 2010
How do I determine which kde and Qt version i have on my system. i am using kde 9.10.
View 5 Replies
View Related
Mar 8, 2011
I'm trying to install tgrep using the INSTALL file but I'm gettin errors. The following messages speaks for itself.
Code:
denish@ubuntu:~/tgrep$ ./INSTALL
THIS IS THE CONFIGURATION SCRIPT FOR TGREP
answer all questions with full pathnames
I cannot determine the gcc include path on your system. Please enter the gcc include path if it is available: /usr/include
[Code]...
View 2 Replies
View Related
Apr 20, 2011
How do I determine which nVidia kernel to use with my system? I'm running a GeForce9800GT
View 11 Replies
View Related
Jan 21, 2010
Is there a way to determine what program is listening to some port, TCP or UDP, in Linux?
View 4 Replies
View Related
Feb 16, 2010
Where can i get an image of all the ubuntu repositories for karmic koala? i am using a windows machine to download
View 9 Replies
View Related
Aug 30, 2010
Okay, so my problem is that I can't get rid of some repositories on the left side of the Ubuntu software center.
I've gone to Edit > Software Sources and unchecked everything in Other Software, rebooted and still they remain. I then went into /etc/apt/sources.list.d/ and deleted the offending .list files, and they're still there. How do I get rid of them?
View 3 Replies
View Related
Feb 26, 2011
I have Fedora Linux 13 64bit system. I use System Monitor to check which process is taking how much memory and cpu. Normally I have dozens of Chrome and Firefox windows open. The Processes tab shows which process is taking how much cpu/ram resources but I unfortunately there is no option like right click and make the window active that matches the PID (the one process that I have currently highlighted). Usually there is a chrome process taking up 30 or 40 percent of CPU while dozens other chrome processes taking much less cpu. I must determine which chrome window ( or any application which has multiple instances running) is taking that much CPU time. So can some one help me to solve this problem?
View 1 Replies
View Related
Jul 7, 2011
Can anyone tell me how I determine the version of linux my Synology Diskstation DS210+ is running?\
View 3 Replies
View Related
Nov 16, 2010
Checking the process table for the running sendmail, I would like to know the full path to the sendmail binary a la the ps -ef on a Sun or other servers. How do I get ps to give me the actual path, or should I use a different tool on my Linux servers?
View 2 Replies
View Related
Aug 16, 2011
I'm writing a C++ application and need to work with process substitution in the Bash shell. I'm trying to find a way to validate the paths passed as arguments to my program, some of which point to FIFO files created by process substitution.
Is there a shell (or C++) way that I can check if the system creates these files in /dev/fd or if they are created somewhere else?
View 2 Replies
View Related
Dec 8, 2010
I had only Arch on an HDD.sda2 was "/".Now it's with Windows XP and sda2 is not a root any more but a container partition wich has sda{5,6,7} in it. I configured the dual boot and it works. It finds Arch and boots it, but not completely. Stops after some time and says: unable to determine the file system type of /dev/sda2. FSTAB is configured, sda{5,6,7} are on their places. So I can't boot Arch. XP boots correctly. What do I do with this error?Also it says: try adding rootfstype=your_filesystem_type to kernel command line.
View 4 Replies
View Related
Jan 9, 2010
I just installed ubuntu because the newer versions were not working for me. So I installed 7.10 and there is no repositories that are still up. Is there any repositories that I could add from the newer ones or other distro repositories.
View 8 Replies
View Related
Mar 24, 2011
I need to setup windows Active Directory system and want to use our existing ubuntu server as Primary Domain Controller (samba). What I'd like to know is if its possible to setup a machine running standard Ubuntu as the PDC, or if I would need to install Ubuntu server.
View 2 Replies
View Related
Mar 11, 2011
how to setup an Active/Active Load Balanced and High Available (If one of the nodes is down the system still runs) MySQL cluster. I have found quite a few howto's but I have some things unclear in my mind. I found a few solutions like this one: [URL] or this: [URK] Those are using two or four MySQL nodes, two Load Balancers to avoid a single point of failure but only one MySQL cluster management server. What happens if the MySQL cluster management fails?
I have also found a "MySQL Master-Master Circular Replication" technique but from what I read, with this option there is a chance that conflicts will arise if node A and node B both insert an auto-incrementing key on the same table.
View 1 Replies
View Related
Mar 4, 2010
i have installed RHEL5 on my system.i want to join my system on my organisation s active directory domain.how can i do it?suppose domain name is "abc-xyz"
View 6 Replies
View Related
May 2, 2011
I'm in a bit of a unique situation here. I have a remote system running two instances of RHEL5.1 (dualbooting) and I need to install RHEL6 on the other partition from the active one. I understand that you can't upgrade 5.1 to 6.0 so I would need to do a fresh install. My basic question are, is there a way to install an OS from an existing OS to another partition? Can anaconda be run from an already installed system? Is it possible to manually install a system just from RPMs?
I've come across things like debootstrap for Debian and haven't found anything similar for Red Hat systems.
As I'm currently in a different part of the country from this machine I would like to achieve this without having to be physically at the box or reboot the machine (reducing risk of being completely cut off from it).
View 3 Replies
View Related
Feb 9, 2011
I am running Suse 11.1 64bit, with KDE, recently I received a pop up on my screen, "something about update problems", I used Yast 2 and selected online Update and it couldn't find updates for Nvidia and froze at that point. I dis-enabled that repository and refreshed all of the remaining Repositories individually and it seemed to work. I then went to the repositories listing and selected "Add" and selected "community" repositories and received the following: WARNING Unable to download list of repositories or no repositories defined. What is my problem? How do I acquire the list of community repositories? I can live with out the Nvidia repository for now but would eventually like to get it back.
View 2 Replies
View Related
Jan 22, 2010
I have running windows 2008 active directory. need to login ad users to linux system, which is inside the windows domain
View 3 Replies
View Related
Mar 22, 2009
Attach a Fedora/RHEL/CentOS system to an Active Directory DomainBelow is a step by step outline of how to configure a Linux Samba fileserver to use an Active Directory domain for authentication and authorization in place of flat files. Note that this configuration has been replicated using Fedora 10, RHEL 5.3 and CentOS 5 since they all more or less share the same code base.me of the example server in this document is erver1.domain.forest.org, substitute correctly where appropriate. At the very least following packages must also be installed:
sambasamba-commonsamba-clientkrb5-workstationopenldap-clientsIt would be prudent to understand the underlying concepts of how Kerberos and Samba work prior to deploying this type of server. I find that SE-Linux will interfere with Samba services, particularly with winbind. I usually set SE-Linux to be in a permissive mode. It is possible to update the SE-Linux policies but that is outside the scope of this document, i.e you're on your own. In some cases I turned SE-Linux off since it was causing winbind to stop responding.
1. Set NTP to use the correct server for your Active Directory domain:shell> system-config-timeSet the primary NTP server to be your domain/forest NTP server2. Make backups of and edit the following system configuration files:a. shell> cp /etc/resolv.conf /etc/resolv.conf.bakb. shell> vi /etc/resolv.conf
nameserver dns_server1_ip_address
nameserver dns_server2_ip_address
search domain.forest.org
View 10 Replies
View Related
Sep 30, 2009
I am looking for help connecting my mainframe Linux to the active directory world.
View 1 Replies
View Related
Jan 30, 2011
I am running Suse 11.1.I do the following:
Click on Software Repositories
Click Add
Click Community Repositories
Click Next.
I receive an error, "Unable to download list of Repositories or no repositories defined."
in the /etc/YaST2/control.xml the external repository is:download.opensuse.org/YaST/Repos/openSUSE_111_Servers.xml
View 9 Replies
View Related
Jun 8, 2011
Only Single core active on quad core AMD when acpi is active.with acpi=offuname -aLinux dvip4 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux
Code:
cat /proc/cpuinfo
processor : 0
[code]...
View 1 Replies
View Related
Apr 10, 2009
the HDAPS system in IBM / Lenovo Thinkpad laptops is, in principle, supported by the hdaps kernel module. However, it is actually *useless* since it refuses to load on current models which report Lenovo as vendor ID instead of IBM The alternative is the tp_smapi module which, according to ThinkWiki, is strongly recommended anyway. It is not available in any CentOS repo, so I tried to compile it. However, I get the following error:
/root/devel/tp_smapi-0.40/tp_smapi.c: In function tp_suspend:
/root/devel/tp_smapi-0.40/tp_smapi.c:1241: error: PM_EVENT_HIBERNATE undeclared (first use in this function)
/root/devel/tp_smapi-0.40/tp_smapi.c:1241: error: (Each undeclared identifier is reported only once
/root/devel/tp_smapi-0.40/tp_smapi.c:1241: error: for each function it appears in.)
make[3]: *** [/root/devel/tp_smapi-0.40/tp_smapi.o] Error 1
make[2]: *** [_module_/root/devel/tp_smapi-0.40] Error 2
[Code]..
View 12 Replies
View Related
May 22, 2011
I recently installed 11.4 32bit on my computer at my summer home. I carry a DVD with all my /home data. Then today I noticed that all my repositories are labeled "11.3" repositories. Everything works. Here is the output from "zypper lr -d"...
# | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
[Code]....
What is the correct method of moving to the 11.4 repositories?
View 5 Replies
View Related
Jan 11, 2010
was home when the attack took place I was running a vnc server that was tunnled thru ssh. At approximatley 5:00 pm eastern time my box turned on firefox and flashed a popup. I tried to get to the logs and then realized that the entre system had been hijacked the remote desktop icon was active there was a message in gnote saying "youve been own3d". The system Is a old mac mini PPC system and i plan on looking at the system log with a netboot cd by running linux rescue at boot. my question is how do i gain access to the system log from a rescue cd to find out how much damage this hacker did?
View 4 Replies
View Related
Feb 25, 2010
Just installed Karmic into a partition. How can I determine if I have 32 or 64 bit Ubuntu 9.10?
View 3 Replies
View Related
Jul 24, 2010
I am very experienced with versions of RedHat, including most recently Fedora. Under these
rpm =ql xxxx
will tell me the files which are part of package xxxx.
Recently, I started using ubuntu.
I haven't been able to figure out what the corresponding command(s) are for Ubunt
View 2 Replies
View Related