Jump to content

aioshin

Members
  • Posts

    816
  • Joined

  • Last visited

Everything posted by aioshin

  1. based on the logs, it appears that you dont have any compiler installed, and since you want to compile from source, you should have one installed in your box, one of those commented with "no " try to install gcc - A gnu compliler collection try #urmpi gcc- hope that helps
  2. you can add as many user as u like in your samba box, and then add that in your smbpassd file.. then use that username to access from your windows box..( btw, i posted my problem about samba as pdc, right now, I did'nt made it yet... :( ) k, if you're trying to access from win98, u should use those username u created inyour linux to logon in the win98 box, else you'll get an error.. from your winNT, well, I think you already tried... anyway, you can login the username of your nt from to your win98, but you will be sharing your access rights.. another thing, make sure that your firewall did'nt block those ports use by samba., you can configure or check your firewall at the MCC, or you may try to check your logs also what was happening.... samba.org... guide
  3. hi, anyone here have tried samba to act as PDC?.. i' m trying right now but, logging from windows wont make it... just hoping that someone here got this work fine and can share how'd it was done..
  4. have you tried your other email, like your yahoo mail... also try to ping that mx1.hotmail.com or try to send an email from your mta thru telnet session just to see if your mta can send using other option
  5. try to install the RPM package of apache that came from you 10.1 cd. it supports both ssl and the normal port 80
  6. use mail only, ifconfig ppp0 | mail -s ipadd test@test.com
  7. u mean, there's no apachectl command, try "#/etc/init.d/httpd start " if u hav'nt tried that yet
  8. well, try to reinstall it, I mean, uninstall it first, then reinstall it, if u have'nt done it b4
  9. try to update your source... ex: #urmpi.update source1
  10. try to check if oinstall's primary group is sysdev, also try to #chmod g+s -R /in the directory
  11. yes, am doin what you'd like to do, coz I dont have a cdrom in my pc, and it takes a bandwidth to install from ftp or http source, so what i did was, I copied the rpms of those disk1-3, I created a folder name mdkRPMS then created 3 folders named disk1, disk2, disk3, well you can decide what ever name you like, then put in there the corresponding rpm including their hdlist file and add it using drakrpm-edit-media.. anyway, heres my urmpi.cfg when done adding those # generated Mon Mar 28 11:19:48 2005 { } cd3 file://mnt/other02/mandrake10-1rpms/disk3/main3 { hdlist: hdlist.cd3.cz synthesis update with_hdlist: media_info/synthesis.hdlist.cz } cd2 file://mnt/other02/mandrake10-1rpms/disk2 { hdlist: hdlist.cd2.cz synthesis update with_hdlist: media_info/synthesis.hdlist.cz } cd1 file://mnt/other02/mandrake10-1rpms/disk1/main { hdlist: hdlist.cd1.cz synthesis update with_hdlist: media_info/synthesis.hdlist.cz } I included the folder media_info inside the folder that contains the rpms
  12. well, i've been using this since I used 10.1 and it seems fine to me
  13. are you using KDE? if yes, when successfully login, or boot even at the shell, try to rename the .kde folder under you home folder "/home/you/.kde" then reboot, i've tried it in my pc when something strange happened upon loading the desktop, though it solves it, but your desktop will be back to default settings
  14. welcome! since other than Xmms, your sounds works fine, try to navigate the options - preferences of XMMS, you will find there I/O settings and plug-ins, try to play around on it, change those defaults... hope u'll make it work
  15. well, if you've finished googling and dont find anything that can solve your probs with it, try your printer vendor, you may email them if they can provide or answer your problem about it.... i had problems also with the canon printer we have here at work, I tried googling on it but it says its a kind of win-printer, so the solution I found is the one that i posted previously
  16. It is a samba server coz it can act like a server, I mean, you are right that you should be able to connect to it from any pc that belong to that network where your samba server belongs..while you dont need to have samba server installed if your goal is to access file to your MS BOX from you linux box, you can just use the konqueror and type smb://ip-of-the-host-pc , if its win98, the shared folder will appear automatically with-out prmpting any username and password, while in windows 2000 or XP, it will prompt a username and password, username that has the rights to access those share folder.. --its a server since windows pc acts as a client, so you can allow multiple simultaneous access into your pc (samba server) from different MSwindows host.. you can specify different folder with different users right in your samba, for security reason, so the same with win2k that you can allow a particular user to acces that certain folder, while other dont have access on it.. --
  17. 1. port 901 is used by swat, a samba configuration tool, ports 137, 138, 139, 445 are the ports used by samba so the other pc (supposed to be MS box or it may be linux also) can access to samba shared files 2. You can open port 901 if you have SWAT installed, that's maybe why it just return an error 3. how do you connect your home BOX from your school? if using dial-up from your school pc going to your home pc, your IP add should be in the same network.. if thru internet, please use ssh, or ftp, but do some security measures, remember that samba is supposed to share files with MSbox in your LAN 4. well, its ok to have no firewall as long as you are not exposed to the outside world, I mean, the WWW... if those ports are wide open , it can be exploited 5. if your school's firewall did not intend to block those ports that you will be using for outgoing connection, ftp, ssh.. samba wont work if you connect via internet going to your home, assuming it has an internet connection already.. so you may try to have an ssh server in your home or ftp, but i preferred ssh than ftp... just find an sftp client for windows that support GUI, ftp client, there are lots of it that you can find... again samba wont work if your connection is via internet. unless if your homeś PC is directly connected to your schoolś netwrk.
  18. how would you set it up anyway?, is it that you want to run your printer locally or via network thru an MSbox host? If via network hosted on a box running MS, try this link, it may help .... http://mywebpages.comcast.net/heretrythis/hp3100/psemu.html
  19. now I found one, this is regarding switching DM, when using mdkKDM and XDM, fine, but using KDM. upon loading the splash screen, it will crashed, it says.. ( kdmgreet ) crashed. anyway, it wont be a problem since i preferred using XDM, but there should be a fix on this one
  20. If you mean that the dhcp request will be coming from your pc going to your isp, they should automatically assign your IP with their DNS. but if your the one that assign ip add into your box from your own DHCP server, you should indicate the DNS in your DHCP config file, i think its something like "option domain-name-servers 123.123.1.1;123.123.1.2" --> sample only DNS is the DNS of your ISP
  21. hehehe, just got the kde3.4 installed, thanks thac, so far, am not encountered any problem yet...
  22. try to check if when setting your LAN, make sure you've selected the ethernet, manual options, put static ip add, and make sure those ipś are private, ex. pc1 = 192.168.0.1, subnet-mask = 255.255.255.0, pc2 = 192.168.0.2, subnet = same, activate on boot, then, try to ping after assigning those ip. If uĺ be able to ping both pc, assuming that you've check ur firewall not blocking the packets... now you can either activate samba or nfs or ftp for file sharing, or you can use ssh, using kbear sftp capability... dial-up, use kppp
  23. you can ask here at MUB, also try to use the search button of the MUB then type keywords you'd like to search, that maybe the problem you encountered with your mdk had been already discussed here... or you can use google, search for mandrake help.. then google will lead you to this MUB again.. :P ... and to other sites that generally discuss any distro., as long as you have a connection to the world, the world will help you.. I mean internet
  24. aioshin

    dm problems

    well, assuming that you fix the kdm or mdkkdb prob.. while xp has a Switch User option. kde now has a New Session option also, just like XP, just press that new session option, and others can login without quiting your active session... and if your a cli user, you can just Ctrl+Alt+F1 orF2 or F3 to login thru cli as a user or root, then Alt F7 to go back to that active GUI session or desktop
×
×
  • Create New...