![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cygwin X | fulgura | UNIX for Dummies Questions & Answers | 7 | 01-05-2008 05:34 PM |
| Cygwin installation problem | Suraine | UNIX for Dummies Questions & Answers | 3 | 12-12-2007 02:49 AM |
| Cygwin packages installation page | Suraine | UNIX for Dummies Questions & Answers | 1 | 12-11-2007 03:34 AM |
| installation of Solaris: installation bypasses network config. | cadmiumgreen | SUN Solaris | 2 | 07-15-2005 07:31 PM |
| vi on cygwin with aix | rein | UNIX for Advanced & Expert Users | 2 | 05-25-2005 11:52 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
need help with cygwin installation
Hi all,
I am new to this group and only have some basic knowledge of Linux. Does anyoone in the group have experience with installing and setting up cygwin which is needed along with the secure shell for performing remote login operations. My problem description is as follows: Client Machine OS: Windows XP professional Server OS: Linux Problem Description: Based on instructions provided for setting up along with login information from the server, I was supposed to download secure shell from www.ssh.com and cygwin from www.cygwin.com (currently website seems temporarily offline). I downloaded both these software and have since installed them. After adding the location of cygwin software on to the General path Environment Variable. I was asked to run the command: xwin.exe -multiwindow -clipboard to open xwindows emulator screen. But when I tried this I got the following error Message: xwin.exe- Entry point not found The procedure entrypoint__getreent could not be located in the dynamic link library cygwin1.dll I am not able to figure out what I am doing wrong or if there is an extra step that I need to perform for this to work. Can anyone help me? Will Look forward eagerly to your emails. Regards Akshay |
| Forum Sponsor | ||
|
|
|
|||
|
Running ssh, X under Cygwin
Make sure you install every package you need: there are lots now - maybe 1.5GB of software!
On the screen that lets you choose packages, if you click on the icon to the right of "All" category, or on the word "Default", you can change "Default" to "Instal;l", which means install everything. You need to have passwords and groups set up properly. Run "mkpasswd -l > /etc/passwd; mkpasswd -d >> /etc/passwd" Also run "mkgroup -l > /etc/group; mkgroup -d >> /etc/group" Run the script: ssh-host-config to configure ssh. Use ssh -Y when logging into a Unix system, not ssh -X. When you're starting X, there are more options than in a normal Unix system. In particular, -multiwindow means use Windows as your window manager - so if you have another window manager in your ~/.xinitrc file, it'll bail out. |
|||
| Google UNIX.COM |