Jump to content

Latem

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by Latem

  1. Hello, I have 2 computers. 1 runs windows XP. 1 runs Mandriva LE2005. I mostly use the linux box, and pretty much only use my windows box to play counter strike source and for backup, and some school related things. I am giving away my Linux computer to a relative, except for the HDD. I would like to make my windows computer now have dual boot options with the two hard drives, preferebly without messing with my Windows install and hard drive as much as possible (I have some important stuff on there and it would really suck if i lost it). I have never done any kind of dual boot before. I've searched internet, and so far I think this is what I have to do:

     

    In case it's useful to know, this is output from df:

     

    Filesystem            Size  Used Avail Use% Mounted on

    /dev/hda1             5.8G  3.7G  1.8G  68% /

    /dev/hda6              31G   30G  1.1G  97% /home

     

    My windows disk is an 80 gig harddrive, and just has the 1 partition on it.

     

    First, on my linux box:

    dd if=/dev/hda1 of=/home/me/linux.bin size=512 count=1

     

    or

     

    dd if=/dev/hda1 of=/home/me/linux.bin bs=512 count=1

     

    I am not sure if it's suppose to be bs or size? My man page for dd doesn't have size, and just has bs.

     

    Then copy the linux.bin file to my Windows drive in C:\linux.bin.

    Then edit the C:\boot.ini file to have:

     

    c:\linux.bin="Linux"

     

    Save the file. Turn off the computer, and add the Linux hard drive as the second hard drive. Put its jumper into the salve option. Turn on the computer and I should have a Linux option to boot. Is this all I have to do? I think the fact that Mandriva is installed on that harddrive as it was the primary drive (hda1) could be a problem. Does this matter? Or will I need to reinstall Mandriva onto the drive when the drive is in fact the second drive (hdb1)?

     

    Any advice/suggestions/words of wisdom regarding this? If there is a proper guide on how to do this that I don't know of maybe, that would be helpful.

     

    Thanks a lot,

     

    Latem

     

    [moved from Software by spinynorman]

  2. but if you use the kde-3.4.2 from mandriva the automount desktop icons will not work since this function is disabled in official version.

     

    Just wondering how do you know that? and why (if you know) would they do that?

     

    I think that obviously explains why my desktop icons aren't showing up. :o I wander if it also explain why it mounts USB to /mnt/removable1 instead of /mnt/removable

     

    Thanks,

     

    Latem

  3. What version of hal does KDE 3.4.x need? I have:

     

    hal-0.4.7-11mdk

    libhal0-0.4.7-11mdk

     

    Maybe that affects my USB thingy.

     

    When I installed KDE, I had a main, update, and contrib repos as well, which urpmi --auto-select did use to update everything I have on my system, and resolved dependacies (about 15 in total). I didnt have any plf repos, cuz I've never really used them. I think I used it once before long time ago, to get some codecs or something. If I do urpmi --auto-select now, there is nothing to isntall.

     

    Also on IRC, someone mentioned that these kde.org packages were build for cooker, and not LE2005. I don't know if this is true. If it is, I would have thought twice about installing them; but still they aren't too bad, overall. These are pretty much all the problems I've noticed, in order of severity (according to my opinion and my needs):

     

    1. USB stick not working correcty, as described above.

    2. My trash is behaving weird. When I send something to it, sometimes it doesn't "register", and the icon is still the empty trash. If it did work, than using trash deleting the file, or emptying the trash, makes my floppy disk activated, and make the "checking for floppy" sound. I'm still investigating this, and playing around. openning the trash always causes the floppy activation.

    3. konsole doesn't have sound. Like it doesn't beep , even though the notification is properly set up for it to play beep on "bell event", and I can test the sound there.

    4. Using the big tooltips on taskbar cuse the kicker to behave weird a little, and causes Kopete to crash (with QPixmap::convertToImage at the end of backtrace). When this happens the icons in kicked on the left are empty when u hover over them (when they are suppose to highlight); and big tooltips don't have the icons in them any more. Disabling the big tooltips seems to make kicker behave nice.

     

    Those are all the problems I've encountered. The only 2 ones that bother me are 1 and 2. 3 and 4 aren't all that bad in my opinion. Actually the big tooltips get annoying pretty fast, as cool as they are. But the konsole beeping would be nice.

     

    Cheers,

     

    Latem

  4. So after a day of messing around, this is what I did. I opted to use the kde.org packages since I had them downloaded already (brought them from work cuz I have a slow connection), and it didn't feel like downlaoding another 250 megs by using thac's or SoS repos.

     

    1. Put all the KDE packages into a local folder (ie. ~/kde-3.4.2).

    2. Add it to media with urpmi.addmedia kde /home/name/kde-3.4.2

    3. Do urpmi --auto-select

     

    This updated all packages that have a newer version, installing KDE 3.4.2 that's in the local directory, and resolve all dependancies.

     

    I should also mention just so it's here for the record, that urpmi * does not work as I'd like. This appears to install all packages in the directory that you do not have already. So I actually did do this (to try it) before what I did as listed above, and ended up installing KDE 3.4.2 packages, that I didnt have any version of. Because of this, now I have pretty much a complete KDE install. I even had klaptop stuff, but removed it later because it's not a laptop computer. :)

     

    Pretty much everything worked. I didn't have any problem with kdm, and logging in. I did have 1 problem with Kontact, where it couldn't log in to one of my email accounts for some reason. It was giving some authentication error. Changing authentication method from LOGIN, to Clear Text fixed it.

     

    Everything seems to be working fine except for one thing. Before, when I put a usb key into usb, it created a desktop icon for it, and mounted it to /mnt/removable. Now it doesnt create a desktop icon. It creates /mnt/removable, and /mnt/removable1. The usb key is mounted to /mnt/removable1. So when I remove the key, /mnt/removable still stays there. Even if I delete that folder, the behaviour is still the same. Both folders are created, key mounted to /mnt/removable1. Any ideas on how to get it to mount to /mnt/removable and to show desktop icon?

     

    Thanks,

     

    Latem

  5. I understand what urpmi does in general. I understand that it's a package manager, and it resolves dependancies. By download packages, I meant actually download packages using web browser, wget, or whatever. Sorry maybe I didn't word it best. I'll explain in more detail what I meant, and what I wasnt sure about if it would work or not. Let's pretend hypothetically for a moment that thac's repos did not exist at all, and that the only KDE 3.4.2 packages were from the KDE site. Also let's say I have all other (non-kde) requirements and dependancies on my system. I am thinking I could download all the new KDE 3.4.2 version of packages that I already have, and place the new packages in ~/kde342. Then as root go to that folder, and type urpmi *. My concern is that this could happen: urpmi starts alphabetically, and tries arts package. I don't have the necesarry dependancy (because it needs kde 3.4.2), and urpmi just bails, leaving me to install all the packages manually in the correct order. Or is urpmi smart enough to actually look into the local folder, and see that there are all these other packages there that solve this problem, sort it out and all the dependancies on it's own, and install all the packages on its own. Basically to the user (me) it would look like this local folder was a repos. That was my concern when I said:

     

    But I am not sure I see how does this manage to install all the packages in the appropriate and correct order. Can anyone who knows more about how urpmi works confirm this?

     

    should urpmi * work? What about rpm -Uvh *? This is kinda relevant even with thac's repos. For example if I have a slow connection, I could download all the thac's rpm's at work or school, transfer them with USB stick to my comp, and put them in ~/kde342, and do urpmi * and install them. That is if urpmi * can actually work like I'd like :)

     

    Hope you understand my question.

     

    Latem

  6. I've been told this could work:

     

    Download all the kde packages from a mirror into a local folder, lets say ~/kde342.

     

    Then as root go to the folder, and do urpmi *. I guess this should upgrade all of your existing kde stuff with the new kde packages. But I am not sure I see how does this manage to install all the packages in the appropriate and correct order. Can anyone who knows more about how urpmi works confirm this?

    I haven't tried it yet since I'll need some time to download everything, and get my system ready for the upgrade (back up all my stuff just in case, etc...).

     

    I have a question regarding the kdm bug. Is there a manual way of fixing this. What specific config file does it refer to. Should I just delete it before doing the upgrade, or edit something somewhere?

     

    Thanks,

     

    Latem

  7. KDE 3.4.2 was released today.

    http://kde.org/info/3.4.2.php

     

    They have Mandriva packages. Anyone try'em out yet? What's the best way to go about upgrading to this?

     

    I am thinking of trying it, but the only times my KDE was upgraded was during a Mandriva/Mandrake upgrade install. That is I've never just upgraded KDE on my own.

     

    It doesn't appear that the mirror can be added to urpmi, so the packages would have to be installed manually I think. Start with kdebase, and then everything else? Maybe you should remove KDE first (and how)?

     

    Latem

  8. Ok thanks for the feedback. Just wandering would it work without doing any kind of install at all. Will mandriva be able to pick up the changes ok all on it's own? I mean let's say I rebuild the system with some new parts (mainly just the mobo, cpu, and ram), and I turn it back on. Is it possible that it reconfigures everything correctly all on its own?

     

    With regards to tigerdirect, yea upon reading around different forums, I haven't heard much good about them. For example that perticular 2900+ cpu is fishy, cuz I guess its some special OEM thing. I can't find it anywhere on AMD's website. I'll look around some more on some other places. Thanks for the suggested links. I am not in any real rush to upgrade this comp yet, just investigating things until I make up all the details of what I want to do.

     

    Latem

  9. Hello, this is my current setup:

     

    CPU: P3-1GHz

    Motherboard: Chaintech CT-60JV2

    Video Card: ATI Radeon 32MB AGP DDR

    RAM: 256MB

    Hard Drive: Samsung 40GB

    Sound Card: SoundBlaster 256 Live! Value

    Monitor: Viewsonic Q71B 17IN

    Floppy Drive: 1.44M Drive

    DVD: Raide 8X DVD

    CD-Writer: Sony 52x32x52 CDRW

    Mouse: Microsoft IntelliPoint Optical Scroll Mouse

    Speakers: 2-piece ZoltriXound ZX-MPro w/ 300W Sub-Woofer

    Modem: Conectant SoftKey 56K v.90 PCI Fax Modem

    Network Card: RealTek 10/100 PCI Ethernet

    Operating System: Mandriva Limited Edition 2005

     

     

    I am thinking of getting this:

    http://www.tigerdirect.ca/applications/Sea...&Tab=0&NoMapp=0

     

    I'll also get another hard drive. I am planning on putting in my current DVD, CDRW, network card, and sound card. I am not sure whether I should continue using the Radoen video card, or the onboard video? What do you suggest?

     

    Mainly I am wandering if the installed Mandriva will be able to handle the HW changes, or should I pretty much expect that I'll have to do a clean install? I had never done any sort of hardware change (except for Monitor) under Linux, so I am not sure what to expect, and if maybe there's something I should look out for? Doing a clean reinstall isnt that big of a deal I guess, but it is an inconveniance. Especially since I have a few things installed from source, and some other cusotmizations. Plus I always do urpmi --auto-select after a new install or update, and that can take up to 12 hours on my slow connection.

     

    Any other ideas, cautions, suggestions?

     

    Thanks,

     

    Latem

  10. Thanks. I use my usb stick often, so I'll just keep both services at bootup.

     

    I've been reading up on my fonts issue with my fonts being a little bigger than before. When I go into the fonts manager thing in MCC, the selected font is Sans, size 12, which is exactly how big my fonts were originally everywhere (even though in KCC is said 10). Does that selected font size in MCC mean anything?

    Also I've read that the X dpi setting has a lot to do with fonts. From what I can tell (thru KCC) my dpi is set to 81x81. This is my monitor:

     

    http://www.viewsonic.com/products/desktopd...optiquest/q71b/

     

    and I use 1024x768 resolution. So is this the correct dpi setting? I've read about some equation like <horizontal size in pixels> / <horizontal width (in inches?)> = <your dpi setting>. However, I cant get 81, any way. My monitor is correctly selected in MCC. Any input/suggestions is appreciated. Also what's the proper way of changing and playing around with this. From what I've read you have to edit some text file, but different posts refered to different config files, and different things to edit. Some say to edit the monitor dimensions, some say to edit dpi directly, or some other variables.

     

    Thanks,

    Latem

  11. This is going to be a big post.

     

    Ok I got my network setup after much messing around.

     

    First I did reconfigure network (cuz it was already running), and truned off hotplugging. Before that I was looking thru my hardware and in my video card config I had pressed "Options" which brought that up that "Do you want to start X at staartup" dialog or something similar. Well I closed the dialog, instead of pressing Yes. That was a mistake. After shutting down, I got postfix gailed to shutdown errors. On bootup, I got a whole bunch of errors, and a starck trace print out. Also my x wouldn't start and I would boot up to console. I had to startx manually. And my network didnt work. I paniced pretty bad. I set up my interface (thru LAN as sugested in another thread) leaving hotplugging enabled, and restarted. I still got all the problems on bootup. but upon loading in my netowrk worked. I went to my video settings again, and in Options pressed Yes. I then removed the eth0 interface, and reset it up back to Cable. I also went into Services, where a bunch of stuff, that I knew was on before, was turned off. So i went crazy and pretty much truned on (set to boot), a whole bunch of stuff. Almost everything. Restarted, and it seems to work now. However, at line "Starting non-interactive setup" I get "starting hotplug", or something, and I think this wasnt there before. It's follwoed by "checking for new hardware". As well before I had "starting eth0" followed by "starting portmapper", which took like 20 seconds to start. Now I have "starting netplug" or something in between them. and portmapper doesnt take as long to start up.

    I have restarted 3 times so far. It seems maybe it takes a little longer for KDE to start initiializing (before I even see the splash screen). One of the 3 times, All my input, or my KDE seemed to freeze after starting up. Like I could move my mouse, but everything else was frozen. But everything seems to boot up ok. and my network starts ok.

     

    Should I disable hotplug, and/or netplug. netplug maybe importnat, since it seems to be something with dynamic IP, which I have dynamic IP assigned by DHCP?

     

    Thanks,

     

    Latem

  12. Hello, I upgraded from 10.1 OE to LE 2005, and now I have a few issues. here they are in order of relative importance I guess. Any help or ideas on these is greatly appreciated.

     

    1. Now whenever I restart my computer, on bootup it says eth0 is OK, but when i come into KDE there is no network, And I have to do the MCC wizard to create a connection. I am using cable modem, and my ISP is Rogers (in Canada). I had this problem when I upgraded from 10.0 to 10.1, but doing urpmi --auto-select fixed it. I did urpmi --auto-select today, and everyhing got updated, but I still have this problem.

     

    There are a few cosmetic issues/question I have as well.

     

    2. I have always used Sans 10 fonts. After the upgrade my fonts seemed bigger. Now I change them to Sans 9, and it looks fine. However this is only for KDE. Gtk and X applications still have a little bigger fonts. Is there a way to cahnge this globally? You can see this in the two attached files, with the difference between Konqueror and Firefox fonts in the menus.

     

    3. My KDE doesnt render fonts right in websites. They don't look AA'ed, and just kind of wrong, as you can see from the screenshot. When I browse my file system, the look fine.

     

    4. The icons in the taskbar on the left look bad. I am not sure but it looks like KDE uses SVG there now, so it streches them or something. The konqueror one looks good though. Any way of fixing this. Also is there a way to change the "show desktop" icon to one that's in the panel menu for that functionality (Panel menu | Add | Special Button | Desktop Access).

     

    5. Now, textedits, and comboboxes that have focus on them have a blue border around them. For example in Konqueror, when the address bar has focus it has a blue border. Can I turn this off? I think this is a feature because my brother had this before in 10.1, but he used Lipstick. I use Plastik. Was this added to Plastik in 3.3 and cant be truned off?

     

    5. Is there a way to get rid of the "Menu" word?

     

    6. Is there a way to change the icon from star to something else.

     

    I know this is a lot of stuff, and hopefully I can get it all resolved. I know maybe I should have done a clean install, but since I didn't have many problems last time doing an upgrade (and all my post-upgrade issues were fixed by doing urpmi --auto-select), I thought I could do the same thing now. So I really want to keep doing a clean install as a last option. BTW, is it possible to do a clean install, but keep /home?

     

    Any help on any of these is greatly appreciated.

     

    Thanks a lot.

     

    Latem

    post-5818-1119134826_thumb.jpg

    post-5818-1119134852_thumb.jpg

  13. Hello, are there anywhere Mdk RPMs for Kopete 0.9.3 (for KDE 3.2), and 0.10.1 (for KDE 3.3) that have the MSN fix? The standalone sources w/ the fix were realeased on May 23rd. I can't seem to find any rpms, so just wandering if there have been any built, or is the only option to build from source?

     

    Thanks, a lot.

     

    Latem

  14. I just upgraded from 10.0 OE to 10.1 OE.

     

    Is there a way to change the order of menu items. Now, with 10.1, If I go System >> Configuration in the menu, then the Configure Your Desktop is at the top, but Configure Your Computer is at the bottom for some reason. It used to be up at the top, under or below (doesnt matter) of Configure Your Desktop.

    How can I move the Configure Your Computer item up there. I tried Menudrake, but I didnt see such an option.

     

    Also, I have 10.1 OE DVD. In my package media manager there are 3 sources. The DVD, a main mirror, and an updates mirror. All are set to enabled. If I go to Install Software, and set it to show software by source media, it doesnt display the DVD, but only the main and updates sources. And I can expand those to see what packages they have. I know before I added the internet mirrors, it showed the packages from the DVD. Is this expected behaviour? It makes sense to me that it would show DVD packages as well? I had the same issue with 10.0, but never really asked about it. I thought maybe it was a bug. But it hapens now too, and I just did urpmi --auto-select so I have most recent packages.

    So just wandering about this.

     

    Thanks,

     

    Latem

  15. I still cant seem to solve this and get it right.

     

    I've tried 3 different mirrors, and always got the errors.

     

    I've also tried adding the main mirror from command line with --wget (instead of curl) twice with different mirros, and both times it just hanged there after downlaoding the list from the mirror. I had to Ctrl+C it. After that if I do the same command line it completes the addition by finding the list in cache/partial. So I now have a main mirror, and I can see packages from it. But I havent had to install anything yet, so I am not sure if it would work.

     

    I also have the 4.4.5-10mdk version of urpmi so I don't think I need to upgrade that.

     

    I never changed anything so I dont know why/how it's not working right.

    Anyone got any ideas at all what might be the problem, and what I could try?

     

    Also is there any way to add a mirror with a list that you downloaded elsewhere. Like if I download the list at school where I have a much faster connection, can I add that mirror with that file that I already have. I hope what I am asking makes sense. I've looked through some opsions of urpmi.addmedia and it seemed like this would be possible but wasn't sure.

     

    If you need some config files or more info just let me know.

     

    Thanks,

     

    Latem

  16. Thanks for the info, I'll try another mirror.

     

    But in case it is urpmi, where do I dl it from? just manually dl it from one of the mirrors?

     

    I've found these RPMS:

     

    urpmi-4.4.5-10mdk.noarch.rpm

    urpmi-parallel-ka-run-4.4.5-10mdk.noarch.rpm

    urpmi-parallel-ssh-4.4.5-10mdk.noarch.rpm

    urpmi.setup-0.4.4-4mdk.noarch.rpm

    urpmi.setup-web-0.4.4-4mdk.noarch.rpm

    gurpmi-4.4.5-10mdk.noarch.rpm

     

    which one(s) do I install?

     

    Thanks

     

    Latem

  17. Ok I haven't updated my mirrors in a long while, and today I wanted to update my main, and it said it couldn'y find the hdlist, but I went to the ftp and everything was there before.

     

    This is the mirror

     

    ftp://mirror.aca.oakland.edu/linux/mandra.../Mandrake/RPMS/

     

    with

     

    ../base/hdlist.cz

     

    So I removed the mirror, and added it again.

    It dled the list but then gave error:

     

    Unable to add medium, errors reported:

     

    ...retreiving failed: curl failed: exited with 28 or signal 0

     

    retreival of source hdlist (or synthesis) failed

    no hdlist file found for medium "main"

    problem reading synthesis file of medium "main"

     

    What's up?

    I tried this mirror twice. I didnt try a diff mirror cuz it takes me 20 mins to dl the file. I thought I'd find out whats going on first.

     

    Thanks, Latem

  18. Solved.

     

    I did it using printerdrake.

    For some reason when scanning, Printdrake could not detect the printer, same as KDEPrint. But I did it manually, and filled out the info (Server, Printer share name, workgroup, username, and password; and afterwords, the model and driver), and got it set up. For some reason I found this util a lot better, and easier to understand what I am supposed to be typing in, than KDEPrint. I know, i know, I am a n00b.

     

    Also to be able to write to windows shares, I think you have to check the "Allow network users to change my files" checkbox in teh sharing tab of the folder properties (in windows). Otherwise, I couln't get access to write.

     

    thanks for all the help guys.

     

    Latem

  19. I tried adding the printer using the CUPS WWW Tool.

     

    For Name I put: Epson600

    For location I put:

    smb://WORKGROUP/BOJAN-EF77GZTJ0/Epson600

    For Descriprion I put: Windows Printer

     

    I followed the wizard, selected that its was a SAMBA printer, and for Device URI again put:

    smb://WORKGROUP/BOJAN-EF77GZTJ0/Epson600

     

    Selected the make and model, and it added the printer. However when I tried printing to it, it didnt print. In the KDEPrint (the little printer menager icon thing in the taskbar) it just said processing... for the job, and I had to delete it.

     

    Did I do something wrong?

     

    this is what it says in the CUPS manual:

    Printing to Windows Servers

     

    CUPS can print to Windows servers in one of two ways. The first way uses the LPD protocol on the CUPS system and the "TCP/IP Printing Services" on the Windows system. You can find out more about this configuration in the LPD section earlier in this chapter.

     

    The second way is through the Microsoft Server Message Block ("SMB") protocol. Support for this protocol is provided with the free SAMBA software package. You can download SAMBA from:

     

    http://www.samba.org

     

    To configure CUPS for SAMBA, run the following command:

     

    ln -s `which smbspool` /usr/lib/cups/backend/smb ENTER

     

    The smbspool(1) program is provided with SAMBA starting with SAMBA 2.0.6. Once you have made the link you can configure your printers with one of the following device URIs:

     

    smb://workgroup/server/sharename

    smb://server/sharename

    smb://user:pass@workgroup/server/sharename

    smb://user:pass@server/sharename

     

    The workgroup name need only be specified if your system is using a different workgroup. The user:pass strings are required when printing to Windows NT servers or to shares with passwords enabled under Windows 95 and 98.

    I am not sure about this:

    ln -s `which smbspool` /usr/lib/cups/backend/smb ENTER

    I didnt do it, but

    /usr/lib/cups/backend/smb

    returns:

    rwxrwxrwx  1 root root 26 Jul  7 16:39 /usr/lib/cups/backend/smb -> /etc/alternatives/cups_smb*

    so is that ok? or should have I actually made the above link as it suggested.

     

    Should have I used something like:

     

    smb://mywindowsuser:thatpassword@BOJAN-EF77GZTJ0/Epson600

     

    On another topic, I tried mounting a shared folder on my windows box with Smb4k. Smb4k detected it fine, and I was able to mount it, and browse the folder, and open files in it. However when I tried to copy a file to the folder I got access denied error. How can I fix this? I tried that "Authenticate" thing in Smb4k with my windows username and passowrd, but it didnt work.

     

    Thanks for everything,

     

    Latem

  20. I didn't delete the old printer, because I dont really see the harm of it staying installed.

     

    my /etc/cups/printers.conf:

     

    # Printer configuration file for CUPS v1.1.20

    # Written by cupsd on Fri Sep 24 20:01:51 2004

    <DefaultPrinter EPSONStylusCOLOR600>

    Info EPSON Stylus COLOR 600

    Location

    DeviceURI parallel:/dev/lp0

    State Idle

    Accepting Yes

    JobSheets none none

    QuotaPeriod 0

    PageLimit 0

    KLimit 0

    </Printer>

     

    When you used KDE to set up the printer did it find it when you scanned your network?

    Smb4k sees it. However, KDEPrint doesn't. In the add printer wizard when I try to add a smb (windows) printer there is a scan button, and it gets the workgroup, but if I try to expand it, nothing expands.

     

    Latem

  21. So this is what I did:

    smbclient -L BOJAN-EF77GZTJ0

    returns

    Password:<i type root password here>
    Domain=[BOJAN-EF77GZTJ0] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
    
           Sharename      Type      Comment
           ---------      ----      -------
           IPC$           IPC       Remote IPC
           print$         Disk      Printer Drivers
           Epson600       Printer   Epson Stylus COLOR 600 ESC/P 2
           ADMIN$         Disk      Remote Admin
           C$             Disk      Default share
    Domain=[BOJAN-EF77GZTJ0] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
    
           Server               Comment
           ---------            -------
    
           Workgroup            Master
           ---------            -------

    then

    echo "test" |smbclient //BOJAN-EF77GZTJ0/Epson600 -P -U Bojan -c 'print -'

    returns:

    Failed to open /secrets.tdb
    ERROR: Unable to open secrets database

    finally,

    "test" |smbclient //BOJAN-EF77GZTJ0/Epson600 -U Bojan -c 'print -'

    gets me:

    Password:<root password again>
    Domain=[BOJAN-EF77GZTJ0] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
    putting file - as stdin-2606 (0.0 kb/s) (average 0.0 kb/s)

     

    But it didnt do anything. it didnt print or put a job or anything.

    So I am not sure exactly what's up.

     

    Any suggestions?

  22. ok The problem was the firewall.

     

    Even though its Windows XP SP1, I had my Local Area Connection Firewalled with the generic windows firewall.

    I didnt think that could be the problem, cuz I dont have much confidence in windows firewall anyway.

     

    After disabling the firewall, I am able to see the computer in Smb4K.

     

    It lists WORKGROUP, when I expand that I get the computer name, and when I expand that I get the printer share name.

     

    So I tried adding that printer using KDEPrint, but in the wizard on the step where it asks for the printer, if I do scan it shows two "WORKGROUP", and then I can expand them it lists the computer name, but if I try and epanding that it doesnt list anything. so anyway I insert the workgroup, what it says for the computer for the server, and the printer share name for the printer. However it still fails on test. It asks for authentication (even though I had Guest checked), and whatever I type in it fails to authenticate.

     

    I also did "Mount" for the printer in Smb4K, and tried the above again, and got the same results. Now I cant unmount the printer. It gives me:

    could not open /home/<myname>/smb4k/<the windows comp name>/Epson600: Input/Output error

     

    Retarting the computer unmounted it ofcourse.

     

    Maybe I am almost there what do I do now?

     

    Latem

×
×
  • Create New...