FAQs

FAQs



Contents



General Issues

Certificate Authority public key
The Department of Computer Science has its own Certificate Authority for use with secure connections. This will be used to authenticate the certificates used to secure https connections (such as webmail) as well as secure connections with POP and IMAP. Instructions for downloading and installing the Certificate Authority can be found here.

Account issues

What is my quota limit?
150Mb is the default quota limit.
How can I tell how much disk space I am using?
You can use the `quota -v` command to report your disk utilization and your quota allocation.
My class requires more space than I have available. How can I get my quota increased?
Talk to your Professor about your quota needs. They will request a quota increase from the System Administrators
I used to be able to log in at the console of any lab machine. Now, the screen flashes white and returns me to to login screen. What's up?
It's likely your over quota. At the Solaris login screen, select 'Command Line Login' from the 'Options' menu. You should be able to log in to clean up your account. Alternatively, connect via SSH.
Okay, I am in my account, and it is over quota. What do I do?
You can run findhog to see what the 20 largest files in your home directory are. Alternatively, findhog x will find the largest x files in your home directory
There is also a script called rm-junk that goes through your home directory and looks for caches and core files and asks you if you want to remove them. Just type "y" at the prompt and it will delete them for you.
I have changed some of my dot files, and now I have problems with my account.
You can get a copy of the default dot files (.bash_profile, .cshrc, .login, etc.) from /usr/local/pub/X/
Can I change my shell?
Currently you can not change your own shell, but if you want your default shell changed to bash you can contact the System Administrators (70-3590) and they can change it for you.
How do I change my password?
You can change your password with the command cspasswd. Here is a reference document about good password practice.
My unix password does not work on the Windows machines. What do I do?
Your passwords are out of sync. You will need to see the System Administrators in room 70-3590 to get your passwords re-synced
When I run the cspasswd command it complains that it can not change my NT password. What gives?
Your passwords are out of sync. You will need to see the System Administrators in room 70-3590 to get your passwords re-synced
Help! I deleted some important files in my account! How do I get them back?/
If the files existed overnight, they can be backed up from that point in time. Send mail to problems@cs.rit.edu with the file name(s), the last time it was modified, and where the files existed in your directory.
I have a project that will take several hours of compute time, but I don't want to sit around and wait for it -- what can I do?
The best way to do this is to no-hup the process (see the nohup man page) so it continues to run after you log out, and nice the process (see the nice man page) up to 20.
Alternatively you may want to use condor; the high-thoroughput computing platform installed system wide. For more information try the condor faq.
Can I connect to the CS machines remotely?
You can use ssh to connect to any of the solaris machines in the lab. Here is a HOWTO on connecting remotely to the lab machines.
Can I remotely run programs that require a GUI interface?
Yes you can. Here is a series of HOWTOs for various client operating systems.
How do I copy files from my own machine to my CS account?
You can use a USB flash drive.

You can use various tools to securely connect to the CS lab machines.

You can set up svn for personal use. Here is a HOWTO for svn.

Does the CS Department provide FTP access?
ftp.cs.rit.edu is available for anonymous downloads only.


Software and Configuration

Firefox or Chromium won't start.
First make sure you're not already logged into another CS computer. You can only run Firefox or Chromium on a single machine at a time.
If that's not the issue, then you will need to manually remove the lock file for the browser. When Firefox or Chromium crash, they will leave these files in your account which will keep you from opening them on any CS computer. The files you need to remove are:
Firefox
~/.mozilla/firefox/????????.default/.parentlock
~/.mozilla/firefox/????????.default/lock
where ???????? are random numbers and letters unique to your account (i.e. wed4pa82)
Chromium
~/.config/chromium/SingletonLock


Mail

The Department of Computer Science provides mail for students taking CS courses. Many faculty and advisor messages will be sent to your CS account, and it i s assumed you are reading it.

Your mail address is username@cs.rit.edu.
What mail services are available for my Computer Science Account?
We provide webmail access, secure POP3, and secure IMAP.
Some basic configuration information:
  • pop/imap mail server: mailhost.cs.rit.edu
  • imaps (secure) port: 993 (use SSL)
  • pop3s (secure) port: 995 (use SSL)
  • outgoing smtp port: 587 (use TLS)
I want to connect to the CS Mail server, but I don't have the Signing Authority Certificate. What do I do?
You can go here and follow the instructions to include the CA to your trusted certificates.
Where do I get information on how to connect with my favorite mail client?
You can go here for a series of HowTos on mail client connections
Is mail filtered for spam and viruses?
Yes. Messages that contain viruses are quarantined. All other messages are ranked based on spam probability and an X-Spam-Status is added to your message headers. We will not filter it out for you.
Can I do any mail filtering?
Procmail is provided for mail filtering. In combination with Spam Assassin it makes an effective spam trap. Here is a good reference to doing this properly.


Window Managers

What is the default window manager on the CS systems?
The default window manager is JDS- it is a branch of Gnome managed by Sun Microsystems
What other window managers are available?
  • CDE
  • KDE
  • MWM
  • vtwm
  • fluxbox
How do I set up my window manager to be something other than JDS?
Here is a series of HowTos for using window managers.
JDS is slow. How can I make it quicker?
The following steps should allow you to log in to JDS more quickly.
  1. Look for the Network Monitor Applet (two little monitor icons that blink) in the lower-right corner of your desktop.
  2. Right-click on it and choose "Unlock".
  3. Right-click on it again and choose "Remove".


Regulations

What is contained in the Computer Science Department Code of Conduct?
Here are the security requirements for devices connecting to RIT's network.