Slackware :: How To Speed Up The "End Session" Process
Apr 13, 2011
I've noticed that after an X11/KDE "End Session" it takes a long time to actually "shutdown" and return to standard terminal prompt. Also returning to the terminal prompt I get error messages from kwin, akonadi, and other X11/KDE based error messages.Does anyone know how to speed up the "End Session" process or how to eliminate terminal error messages that are displayed after shutdown?
View 2 Replies
ADVERTISEMENT
Apr 12, 2010
hypothetically speaking, can i write a script in which a telnet session is opened and then some more commands are forwarded to that session?
View 4 Replies
View Related
Jul 31, 2009
I've always wondered whether my process kills when I am in the process of doing something during my ssh session. For instance, I ssh from my local box to dev-formbox and did an scp transfer to another remote host. All of the sudden, I lost ssh connectivity on my local box due to network issue. Will the scp process (or any of my process that I am currently doing) kill also once I loose the ssh session?
View 1 Replies
View Related
May 13, 2010
I do a clean install of slackware64 13.1 beta1 with KDE and switch default runlevel to 4 in /etc/inittab.
I try to login in kdm, I always come back to the login....
I try this with default runlevel 3 and an .xinitrc with "ck-launch-session startkde" .. works without problems, so I switch back to default runlevel 4, now i can login and only get the error "Cannot open ConsoleKit session: Unable to open session..."
Here are some logs
syslog
Code:
Code:
View 2 Replies
View Related
Sep 10, 2009
I started a process in a PuTTY session that I want to survive after I've disconnected. I issued a `disown` on the process (forgot to add the -h option). I've attached a small summary of the commands issued within the PuTTY session as well as an excerpt from the pstree (essentially switched user contexts twice, issued command, suspended program, disown'ed, resumed program
Command summary
Code:
> su -
> ...
> su -l <useraccount>
> ./myprogram
[Code].....
View 2 Replies
View Related
Jan 16, 2010
I am using putty to interact with Linux server. I have started a process using putty.
The process is running and will take 5-6 hours. I want that process to keep running after I close the putty session. How can I keep that process alive after closing the putty session? I do not want to keep the computer ON all the time. Is there any way to do this?.
View 5 Replies
View Related
Apr 21, 2010
I am running Montavista distribution. I have an Apache server running in my machine. Now I want to know how many clients are connected to the Apache server and what are the process ids for those sessions. What is the command to do that?
View 5 Replies
View Related
Jan 12, 2010
I was working normally and the GUI just failed, all I could still see were any open windows. I rebooted the machine from tty1 and now I can't login anymore under my normal user accounts.
I enter my credentials, it appears to login, and immediately goes back to the login screen. Note that under tty1 I can still login with my user account and do everything.
I can still login with root in the gui.
/var/log/messages says this
Code:machine checkproc: checkproc: can not get session id for process 9839!
View 9 Replies
View Related
Mar 28, 2011
I have ubuntu 10.04 & I telnet to windows vista. Even if I create a hidden process [URL].. from batch file . It seems the process gets killed when I end connection at port 23 to host. Maybe , the hidden process created is still child of current telnet session so tree is killed as session ends. Is there a way to keep process running even after telnet session has ended ?
View 6 Replies
View Related
Jul 24, 2010
There are often times when the best way to launch an application is from the terminal, but it is a graphical application and after it is launched the terminal is useless.
Examples of places where a terminal is convenient are when a process starts lots of child processes and is also unstable; you can be sure to kill all of its children simply by using Ctrl-C at the terminal. Also it allows me to read program output and to set up the terminal environment to be optimal for the application (for example "unset LIBGL_ALWAYS_INDIRECT")
With GNU screen, I can get around the hassle of having a terminal window open by using something like the following in a terminal window:
Code:
screen
my_command
Ctrl-A d
and then I can close the terminal and the program will keep running. Then I just type "screen -r <Tab>" (the tab will get me my screen session if there is only one such session) in any terminal window, even a tty, and I can get the screen session back and use Ctrl-c or something.
So my question is, is there a way to do this automatically so that a launcher or script will start a screen session, inside that screen session start a process, and then detach from that screen session without me having to manually open and close a terminal and type the commands?
View 2 Replies
View Related
Apr 14, 2010
I am downloading a big file on linux VPS, and I am connecting remotely via Putty to do it? Once I initiated the wget command to download the file, if I close the putty window, will wget continue to download the file in the background even though the session is technically closed?
View 11 Replies
View Related
Jan 19, 2009
if my network downs my system process get slow down ... only in user mode but in root it is working fine ..the process slow especially if i try to open a terminal or run any gui application its taking much time comparing to normal time where network is up ..
View 2 Replies
View Related
Jun 5, 2011
I installed slackware 12.1 from files i downloaded and converted to cd (images). There are six "disks" i downloaded from the slackware site and converted to images via a homemade .cmd in windows xp and then burned using imgburn.
I partitioned my hd (canibalized from an acquaintance's emachine and connected it to my desktop (1G ram, 2Ghz processor). Booted from disk 1 and fomatted the 80G HD for 2 partitions of linuxswapable at 2G apeice and 2 partitions of bootable linux. (Because i want to try another distro later). I ran the setup installing most everything and all seemed to go well. After i exited setup and restarted, it identifed the cd/hd as normal and then went into some sort of recovery mode with the emachine logo call pcangel, after which it tells me.
STOP: c0000021a (fatal system error) The session manager initialization system process terminated unexpectedly with a status of 0xc000003a (0x00000000 0x00000000). the system has been shut down. So, is this indeed an xp error message, and if so, why am i getting it after formatting everything?
View 3 Replies
View Related
Jun 20, 2011
Currently slackbuilds only uses one core while it is compiling. Is there a way to enable more cores?
View 9 Replies
View Related
Dec 13, 2009
When in an SSH session I modify my command prompt by appending (ssh) to the command prompt string. Works nicely to remind me I'm in an SSH session.I also modify the prompt command by inserting the host name, but the (ssh) string really helps.Works nicely until I run the su - {username} command. Using the "-" option ignores the original SSH environment variables that are created.Of course, when not using the "-" option then the original SSH environment variables are preserved.Any ideas how I can determine I am in an SSH session to modify the command prompt after using the "-" option?
View 7 Replies
View Related
Apr 2, 2010
A question to those, who have 64-bit or 2,3.. core CPU - is there any speed up in common PC performance? How many "bogomips" at dmesg output ?
View 14 Replies
View Related
Oct 4, 2010
I got a new computer and got it running Slackware64-current. It's motherboard is an ASUS M4A88TD-M and it's processor is an AMD Phenom II x4 965. I decided to get some chassis fans to improve it's thermal performance. But, since I started the computer after installing the new fan (only one of the 3 I got) the fan's speed is at max and it's very noisy. I'd like Slackware to control it's speed according to temperatures from lm-sensors. Output of # sensors-detect can be found here. Kernel is stock -current 2.6.33.4. Output of # lspci is here.
Code:
gtl@coruscant:~$ sensors
atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.31 V (min = +0.85 V, max = +1.60 V)
+3.3 Voltage: +3.34 V (min = +2.97 V, max = +3.63 V)
+5 Voltage: +5.08 V (min = +4.50 V, max = +5.50 V)
+12 Voltage: +12.03 V (min = +10.20 V, max = +13.80 V)
CPU FAN Speed: 2170 RPM (min = 600 RPM)
CHASSIS FAN Speed:3409 RPM (min = 600 RPM)
CPU Temperature: +40.0C (high = +60.0C, crit = +95.0C)
MB Temperature: +32.0C (high = +45.0C, crit = +75.0C)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +0.0C (high = +70.0C, crit = +99.5C)
View 2 Replies
View Related
Feb 24, 2011
example:I block my desktop in gnome, what happens first? what programs run and how i can configure the behavior?If screen-saver is running, how i can run a "background" process that can count the time the session have blocked?How i can run programs when returning from screen-saver?I know that all depends on the desktop environmenl and the screen-saver used, but i want to know all the "bloodie" details behind.
View 1 Replies
View Related
Jul 10, 2010
I am installing Slackware on a friends computer soon and I want to be able to log into his machine from home so that I can run updates and such for him. What programs do you guys recommend for this, freenx, realVNC, etc?
View 1 Replies
View Related
Jun 22, 2010
SInce I upgraded to 13.1 I get the above error with lots of programs. I check the D-BUS with /etc/rc.d/rc.messagebus status and it says the D-BUS daemon is running. What should I check next??
View 1 Replies
View Related
Jan 16, 2011
I have been using vim for years without problem but today I have met one weird scenario which I can't solve it after troubleshoot for the whole day and google around. This happen to my 2 machine at home which both installed with Slackware 13.1..I just got my laptop done setup with Slackware 13.1 and I ssh from my laptop to my desktop that have vim installed. I use one of my laptop virtual console to do the ssh login to that desktop.
And using vim in that laptop virtual console and Konsole itself, all works fine. The problem only occur when I ssh into the desktop using a virtual console.It seems like if I supply the vim specifically a .vimrc, it will work fine. It seems like it's taking forever to find the .vimrc file. But if I remove that .vimrc, it will also freeze. If I create a new user in that desktop and ssh again and then do vim, it will also freeze.Any one face this strange problem before ? I know I can still use Konsole to ssh and do vim, but I wish to solve this and since vim is been there for so long, I think this problem will most likely faced by someone before.
View 7 Replies
View Related
Jan 22, 2010
I use vsftpd. I would like to know if there is a way to limit the upload speed. Only the upload speed so the "anon_max_rate" and "local_max_rate" don't do the job. Someone told me about the trickle but I expected a more recent application.
View 1 Replies
View Related
Jan 10, 2010
Does anyone know how to do a 'shadow' session with freenx client, qtNX?I don't see any options in that particular client to 'attach' or 'shadow' a current X11 session. Does anyone have a slackbuild for nomachines NX client?
View 2 Replies
View Related
Apr 6, 2011
I'm using slackware 13.1 now (dual boot with win7) and recently, my slack oftenly freeze on it's own while i use GUI session (KDE4) i can't use ctrl+alt+del or prtsc+alt+REISUB it's just like my notebook absolutely freeze.
View 11 Replies
View Related
Dec 31, 2010
I have a slack 64 13.1 box, that I want to be able to control the monitor of from my laptop. Here's the scenario: I can already control the music remotely via X forwarding banshee to my laptop (banshee shows up on the laptop and music comes out on the desktop). Now I want to be able to open a movie on the desktop's display via the laptop.
Now googling this comes up with solutions for X forwarding, but I don't want it to forward X I want it to display on the desktop.
View 3 Replies
View Related
Jul 21, 2010
I installed freenx-0.7.3-i486-1alien.tgz on the server (with Slack 12.1), all according to instructions. I installed the no machine nxclient 3.4.0-7 on the client (with Slack 12.2). I ran setup and configured. I used the default no-machine keys, not custom ones. Since authentication failed at the beginning, I enabled DBauthentication, and added my user and password, which seemed to allow authentication to occur.
Here is my node.conf:
# node.conf
#
# This file is provided by FreeNX. It should be placed either into
# /etc/nxserver/node.conf (FreeNX style) or /usr/NX/etc/node.conf
# (NoMachine NX style).....
View 93 Replies
View Related
Oct 19, 2010
Slack 13.0 X sometimes fails to start after boot about 50% of the time. linux says "starting X11 session" then I get a blank screen with a flashing cursor and absolutely nothing else. I can <ctrl>-<alt>-<F7> and get a text prompt, log in, and startx from a command prompt. After that, I can reboot once or twice and still get a graphic login, but will soon revert to the dumped condition. I have reinstalled X and KDE twice now as well as deleting my .kde folder. This condition started when I inadvertently ran out of disk space on my /home drive. Since then I have migrated /home to a larger drive and watch it's disk space very carefully.
View 14 Replies
View Related
Jun 4, 2011
I have a question regarding runlevels, shutdown procedure and KDM. I am on a freshly installed Slackware64 13.37 multilib system. The default runlevel in /etc/inittab is set to 3: multiuser w/o X.
Now, I log in as root and issue the command:
Code:
As expected, KDM starts up, and I log in to KDE (or another WM/DE) as a normal users. When I am finished, I either issues
Code:
In Konsole or click on Shutdown in the KDE menu. The shutdown process is initiated, as expected, but then it stops, and a window alerts me, that there is a session open by user 'root'. If I click OK, the machine is finally shut down.
Now, if I interpret this correctly, the behaviour of Slackware64 13.37 has changed here, compared to 13.1. In previous versions, the root seesion was closed, when I changed the runlevel to 4 with the telinit command. Now, the session remains open, obviously.
My question is: Is this the correct behaviour, and isn't this a security whole? An unnoticed (!) open root session while I am surfing the web as an unprivileged user in KDE could be dangerous, I think...
Is it misconfiguration in my system, or is this the way it should be?
View 2 Replies
View Related
Jun 6, 2011
I want to configure my tightvnc server installation to use my already running X session (on current :0 screen), but as i understand its not really and its working only at another screen. How can I configure to use it on my current screen?
View 2 Replies
View Related
Dec 13, 2010
About NFS.
Server:
Client(s):
Code:
I have followed Robbie Workmans' HowTo [url]
Reading and writing works absolutely fine with small files but large files are tediously slow in writing to the server. (rw,no_subtree_check) are options in exported directories.
What is your experience with NFS and how can I speed up large file/folder transfer(write) speeds?
View 5 Replies
View Related