General :: Contact Admins - Remove The Thread
Jul 2, 2010remove the thread after some one tells me.
View 2 Repliesremove the thread after some one tells me.
View 2 RepliesOnce you add a user(s) to be an administrator on the group you've created using gpasswd command (for example, i've added joe (username) as administrator for payroll (groupname) group using gpasswd); is there any way for me to view the list of users that I've assigned as administrators for a particular group? if so, what is the command line that i need to run?
View 2 Replies View RelatedIt states there could be changes in role of system adminstrators. If this is going to happen, Being a system admin what are the skill sets do I have to develop ?
View 1 Replies View Related how to include my command results in a script? Basically what the script does is it checks the status of a service within the linux server, then sends an email when done. I want to include the results of my status check to my mail when sent.
i.e.
service dhcp3-server status Status of DHCP server: dhcpd3 is running. <---this I want to include in the mail that is sent out via script.
I am going to use "pthread_setaffinity_np" to bind a thread to a specific core. My application has two threads. I have used mutex to assign a specific id to each thread and then bind that thread to a core different from another core. but it seems that the os assigns both thread to one core.What should I do to bind each thread to a specific core?
View 4 Replies View RelatedI just upgraded to Ubuntu 11.0.4 (from 10). In my /etc/hostname file, I defined my machine's name, "my-machine". From the server, I'm able to SSH to myself,
ssh dave@my-machine
However, from another machine in the same network, I'm not able to SSH
Code:
davea-mbp2:systems davea$ ssh dave@my-machine
ssh: Could not resolve hostname my-machine: nodename nor servname provided, or not known
However, I'm able to SSH in using the machine's IP address. how I get my machine name recognized on the network?
I have assigned static IP to my machine but, somehow, NIS entries are getting chenged due to /sbin/dhclient-script
[Code]...
Ive been trying to set up an irc server for the past couple of days. It works, but I havent been able to work out how to configure hybserv as well as server admins and ops, etc. Does anybody know of a good tutorial on how to configure ircd-hybrid with services? The endlessly long config file is just too confusing for me.
View 1 Replies View RelatedIt was always why did You switch from there or that. I wonder are there (or better yet here actually) Linux users, that where never 'tainted' with the proprietary infamous operating system? I mean those who never *switched*, but had either both or saw Linux first (before MS Windows).
How do they perceive Linux? We , the ones coming from <put whatever You come from here> , are inevitably biased, carry a background noise and a "whistle" fading in our ears. I know computers from the days they came without operating system (just mere interpreters upon a BIOS stack) and really do appreciate the ways of *NIX. But I see my kids growing and exploring all kinds of "solutions" and OS-es and they have mixed feelings:
1. They are not bothered if software "looks" alike if it is functional
2. They like certain features on either sides and miss where they lack
3. They, above all, appreciate functionality
4. They miss gaming support on Linux a lot (big names hesitating)
I'm a student building a Domain Controller for my school as a small project. Using Ubuntu 10.04 with Samba.
The problem I am having is that when I input: net rpc rights grant "studentdomainjpiihsDomain Admins" SeMachineAccountPrivilege SePrintOperatorPrivilege SeAddUsersPrivilege SeDiskOperatorPrivilege SeRemoteShutdownPrivilege
It says: Failed to grant privleges for studentdomainjpiihsDomain Admins (NT_STATUS_ACCESS_DENIED) I'm using the documentation from here: [URL]
I am looking to get an android phone, and was hoping there is an easy way to export my contact list from my jailbroken Iphone to my Eee PC.
View 1 Replies View RelatedI wrote a code .sh I want to make it a runnable thread.
Q1: How can I do that in Ununtu?
Q2: I put that file (x.sh) in the "Auto start" program.I choose start at "start up" but it open the code editor page.I want it to be run behind backgroun...Have I convert it to .exe firstly ?!
Is there a way for members to make a thread with a poll? I've looked around and havent found how, but thought it is around here somewhere.
View 2 Replies View RelatedAfter installing Slackware 13.1, I find that I am getting the message:scripts should use an informative user-agent string with contact informationwhen I access certain websites. Wiki pages, for example. This happens only with Konqueror. Any ideas as to what I might change to gain access to content,
View 1 Replies View RelatedCan someone explain to me about the "core" and "thread" in the processor.
1. What is core?
2. What is thread?
3. What's the difference between core and thread?
My CPU has 2 cores, so I can see two parts in /proc/cpuinfo.But, I want to know if CPUs that support Hyper-Threading (or similar tech), will /proc/cpuinfo give CPU info per core or per thread (or call it sibling)?I only know that Windows Task Manager will give CPU usage statistics per thread if the CPU supports HT.
View 2 Replies View RelatedIn short our required is that we are creating a share library which can be loaded by a process and that share library analysis the process which load it. Since share library is in address space of the process so I need to find out how many threads created by the process and what is status of their stack trace etc.
So I am looking for a way to get list of threads in running process.
I know what the URL of a webpage is and how to find it, but can't figure out how to do it with the screenshot accessory in Ubuntu 9.10. It is easy to use the tool to capture the image of a desktop, but won't let me do anything with the URL to insert it into anywhere!
View 5 Replies View RelatedI have gone thorugh some documents about pthread (NTPL ) in linux 2.6 kernel. As per that linux uses 1: 1 threading model and for each user level thread there is kernel level thread. Pthread_create uses clone system call to create a LWP and the kernel could treat that as a LWP and do scheduling and all .( different from linuxthread). My question is what's meant by there is kernel level thread for each pthread created. Can I see the kernel level thread if I call pthread_create using ps .
What exactly meant by 1:1 .I mean for each user level thread there is kernel level thread . If I make a system call from a thread does the OS services that action via kernel thread ( created using kernel_thread () or some other way ) internally ..
How to stop a thread by using commands? Other threads in that process shouldn't disturbed. Is it possible to do the same?
View 2 Replies View RelatedI'm trying to create a signal handler thread to handle SIGALRM signals. The main thread calls the following function before creating any other threads
Code:
pthread_t Timer::Init(long _clock_interval_musec)
{
// Set interval.
clock_interval = _clock_interval_musec;
// This is called while in a single threaded environment.
[code]....
clock_interval is 50.
Is the timer not firing? Did I not set my interval correctly? Did I not proper block the signals ensuring the that the default handler would not take care of them?
I am troubleshooting something and I got this problem.
If I do "pstree -p"
It shows,
Code:
[code]....
However, it does NOT show up in "ps -elf"
Code:
ps -elf | grep soffi
0 S whho 7734 1 0 80 0 - 36435 - 11:14 pts/2 00:00:03 /usr/lib/openoffice/program/soffice.bin -splash-pipe=5
0 S whho 7833 7759 0 80 0 - 751 - 11:21 pts/3 00:00:00 grep soffi
I was wondering if 7735, 7736, 7737, 7743 were really processes. Then I checked /proc, I could cd to /proc/7735, /proc/7736, etc, but I could not ls them out. I looked at the man page of "pstree", it says,
Code:
Child threads of a process are found under the parent process and are shown with the process name in curly braces, e.g.
icecast2---13*[{icecast2}]
So, what does all this mean? Does it mean that 7735, 7736, 7737, 7743 are just threads but not processes? If so, why could I cd to /proc/<id> but not see them in "ps -elf".
If I have an address, say [URL], and I want to run n number of wgets on it. How can I do this? I'm curious for the reason of checking how wgets caches DNS. Turn off caching of DNS lookups. Normally, Wget remembers the IP addresses it looked up from DNS so it doesn't have to repeatedly contact the DNS server for the same (typically small) set of hosts it retrieves from. This cache exists in memory only; a new Wget run will contact DNS again.
The last part confuses me. "a new Wget run will contact DNS again." This means if I run a for-loop to call wget on an address, it will just make a new call to DNS every time. How do I avoid this?
Is it possible to restrict users to their home directories and allow admins to have different home directories? Essentially I want users to have a folder in /var/www/html/$USER and admins to have either unrestricted access or have their root directory be ./ or /www or /etc. I have is set now so users have access to thier home direcotry but I need to upload web files as admin.
So far I have created:
chroot_list
user_list
[code]....
I am behind a funny firewall, so that may have something to do with this, but since the problem materialized upon update to F14, I am assuming that this has something to do with it as well. (Both connections are on the internal network, so should not invoke the firewall/proxy, so the firewall issue is probably a red herring.)Since the update, neither evolution-mapi nor evolution-exchange (over OWA) are able to access my email. Here is the error given when using evolution-mapi:
Code:
Unable to authenticate to Exchange MAPI server: file exchange-mapi-connection.c: line 359 (exchange_mapi_connection_new): assertion `profile != NULL' failed Please enter the MAPI
[code]....
How do I add a emailed contact to evolution? I tried clicking on from but theres no option to add as a contact.
I'm trying really hard to use a desktop email client, but it seems that a Web is better
want to see my offline contacts to be able to send them offline messages in emesene but i don't find the option in preferences
View 5 Replies View RelatedThis seems to have just started. I read a .pdf document with evince and I get a whole bunch of messages like the following.GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See URL... for information. (Details - 1: Server ping error:IDL:omg org/ CORBA/COMM_FAILURE:1.0)What does this mean? why is evince trying to contact a server when I just want to read a document?
View 1 Replies View RelatedI went to this link hand added the file to /etc/yum.repos.d, but get the "Could not contact source fedora-compiz-fusion, so it will be disabled" error when trying to enable the source in PackageKit
View 10 Replies View RelatedDoes anyone know how to contact the people at bugs.kde.org ?I have tried to register but the site is not excepting the @ in my email adress.As a result, I never get the logon info.
View 3 Replies View Related