General :: Adding CIFS Support To Ophcrack (SliTaz)

Oct 1, 2010

I've used linux for basic things in the past but I'm afraid I need to recompile a kernel and I don't even know where to get started. There's so much information on google and I'm not familiar with the terminology to even know how to effectively search for what I'm looking for.

Basically, I'm loading Ophcrack via TFTP/PXE, but I want to be able to mount one of the shares on my samba server instead of it looking for a /tables/ folder on the current device. I already know how to modify the launch.sh script to get it to do what I want, however I'm stuck on how to mount a samba share through CIFS.

Code:
modprobe mount.cifs
returns that the module is not loaded or is not found. Is there a way to add mount.cifs?

Code:
su
root
mkdir -p /mnt/tables/
mount -t cifs //10.10.2.3/pxeboot/ophcrack/tables/XP/ /mnt/tables/
Doesn't work either. I'm kinda stuck.

View 14 Replies


ADVERTISEMENT

General :: How To Install Wine On Slitaz 2.0

Mar 17, 2010

how do i install wine on Slitaz 2.0?

View 9 Replies View Related

General :: Make Slitaz USB Automatically Persistent?

Mar 24, 2010

I installed Slitaz on my USB. However I can't figure out how to make it persistent automatically. There are different sources telling me different ways to make it persistent.

One told me to add "slitaz home=usb" to the syslinux.cfg file like this:

append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin slitaz home=usb

but it didn't work for me.

http://www.slitaz.org/en/doc/handbook/liveusb.html gave an example of how to do it manually but I didn't try it and I also want it to happen automatically.

custompc.co.uk/features/602451/make-any-pc-your-own-with-linux-on-a-usb-key.html is an older article that also explains how to make the USB persistent but I don't want to try it cause it looks outdated (from 2008)

does anyone know the best way to make the USB automatically persistent?

View 1 Replies View Related

General :: Slitaz 3.0 Dell Inspiron 8500 No Keyboard?

Mar 4, 2011

I have a Slitaz 3.0 install on a UBB stick (via tazusb). It uses the cooking version. After a boot, all seems to be working except for the keyboard. Not a good start. Nothing wrong with the keyboard (typing this in Ubuntu and no probs in XP) so must be something wrong in Slitaz.

View 2 Replies View Related

Fedora :: Adding MP3 Support To 12

Feb 15, 2010

I am trying to convert my own CD's that I own into .MP3 format for my Sony 16GB MP3 Walkman. I did some looking on Google and found these free/nonfree repositories that you can add and then update YUM, etc....well I still can not get it to work. I am rather new to Linux. I am trying to use Audio CD Extractor under applications/sound & Video. It does not work in Rythmbox either. What do I do now? I am trying to use Linux day in and day out and no longer use Windows.

View 6 Replies View Related

Ubuntu :: Gedit Adding Rtf And Doc Support?

Jan 4, 2010

I use gedit for most of my document editing and reading. But if I need to open a document thats in either the rtf or doc format, I end up having to open up OpenOffice (which takes a while on a netbook). Not to mention I have to use up precious disk space with OO.o installed. So I ask, is there anyway to add support for those two documents types?

View 5 Replies View Related

Ubuntu :: Read /tmp/ophcrack.tmp File?

Oct 6, 2009

I need to know how to view /tmp/ophcrack.tmp file

View 2 Replies View Related

Ubuntu :: Adding Python Support To Eclipse?

Apr 4, 2011

I have Eclipse Java IDE installed in Ubuntu, and now I want to add Python support

View 2 Replies View Related

Ubuntu Servers :: Adding IMAP Support To PHP?

Jul 25, 2011

I'm testing a support ticketing system (osTicket), and am trying to set up the server so it can send and receive messages using an external email account so it will, you know, work.When you try to add an email account, it spits out the error "IMAP doesn't exist. PHP must be compiled with IMAP enabled." in the web interface.So apparently IMAP isn't enabled in PHP. And apparently I have to recompile PHP to add that particular function. Um... how i do that? i not so good with computer

View 1 Replies View Related

Red Hat / Fedora :: Adding Second Postfix Server To Support SSL SMTP

Sep 20, 2010

I have searched through piles of postfix and sendmail documentation but I'm not sure of the terminology to describe what I want to do so I'm never sure what solutions are workable. Null client, relay hosts. What I have already is a RHEL postfix server which sends and receives email. What I want to do is add a second postfix server to the network. The second server should accept only ssl smtp mail and forward it on to the main postfix server. Users shouldn't use it for normal internal sending/receiving. It's only to allow me to support ssl smtp from people working out of the office without messing about with the main postfix server. I thought a Null Client sounded likely but I don't think it will accept mail. Is it a relay host I'm trying to configure? Any pointers on configuring something to just accept secure smtp and forward?

View 1 Replies View Related

Ubuntu :: Ophcrack Not Converting ASCI Password In To Normal Text?

Feb 7, 2011

I manage to boot with ophcrack 2.3.1 and we were able to see the files, luckilly. Now, we just want to retrieve his passwor to get back into the system. So far I got up to the part where is actually produces the file and this is what is contained in the file:

Quote:

Administrator:500::31d6cfe0d16ae931b73c59d7e0c089c 0:::
Guest:501::31d6cfe0d16ae931b73c59d7e0c089c0:::
SUPPORT_388945a0:1002::881037e0b6909b04b6900f7c806 dca6e:::
HelpAssistant:1004:b209ce7e3ff7aea1131906e9f5df481

[Code].....

View 1 Replies View Related

Ubuntu :: Install SliTaz On Old Pc?

Feb 6, 2011

trying to restore and old pc(its an old gateway.), impressed with Slitaz and want it as main and only OS. burning .iso to CD and loading it loads boot screen, then blinks to a (DOS?) screen showing bits of code. i was told this means that it ran out of ram? and or space to install. i am trying to boot Siltaz from floppy now, how can i burn Slitaz to a floppy? the pc i am posting this question on is running Lubuntu and has a floppy drive.

View 9 Replies View Related

Hardware :: Make A Webcam Work On Slitaz 2.0?

Feb 10, 2010

I'm trying to make a webcam work on my Slitaz 2.0.

SysInfo :
Kernel 2.6.25
Busybox

I tested the webcam on my Mandriva 2010 and it works just fine with UVCvideo so i decided to compile UVCVideo for the slitaz Kernel.

I downloaded the files, then uncompressed them. I cheched my kernel source and gcc,make,.... utilities. Then I typed make and ....

There was an error with an ln command in v4l/Makefile in the following line:

Code:
links::
@echo creating symbolic links...
@find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=.

[Code]....

View 1 Replies View Related

Software :: Where Is Slitaz Floppy-grub4dos Boot Disk?

Feb 18, 2011

I want to boot Slitaz on an old laptop that can't boot from the CD drive, so I need a boot floppy which can in turn boot from the CD.Over on http://slitaz.org/en/get/ there is a link to download the floppy-grub4dos boot disk, but the link is broken. Is there an alternate source for this disk?

View 2 Replies View Related

General :: Ubuntu Can't Support A Higher Resolution That Laptop Can Support?

Apr 14, 2010

I have a HP laptop which can support 1600x900. But after I install ubuntu 9.10 on it, it can only support up to 1280x700. My laptop has a Nvidia graphics card. And i am using GNOME as my desktop environment.

View 1 Replies View Related

Networking :: Can't Get Wireless Working In Slitaz (Asus Aspire ZG5, Atheros Wifi)?

Sep 17, 2010

So I decided to wipe out Windows and try Slitaz. It's an awesome well featured distro for it's size. One huge problem tho: I can't get wireless to work for the life of me. I actually went as far as to manually load the ath5k module but It just refuses to recognize my wireless router, much less any nearby routers. It simply doesn't see anything when it scans for wireless networks. I have no problem with that in Puppy Lucid. But I'd really like to use Slitaz, just for it's small size and quick bootup. Can anyone PLEASE help me with that?

PS: It happened here before that I had to plea and beg for any response, so PLEASE(!!) don't let me hang like that this time.

View 4 Replies View Related

General :: Kernel 2.6.37 And Mounting CIFS With Password?

Jan 9, 2011

Just upgraded (my Worksation) to Kernel 2.6.37, but can't mount CIFS shares with password any longer - CIFS shares without password works fine. Tried upgrading Samba (on my server), which holds the shares i'm mounting, to version 3.5.6 - but same result.

Workstation: (Which I just upgraded to 2.6.37)
OS: LFS-6.5 (LinuxFromScratch)
Kernel: 2.6.37 #1 SMP Sun Jan 9 16:21:11 CET 2011 i686 pentium3 i386 GNU/Linux
(Upgraded from 2.6.32.9 where it worked fine)
IP: 192.168.65.253
mount: util-linux-ng 2.19

[Code]...

View 1 Replies View Related

General :: Cifs Mount On A Windows XP Removable Drive?

Mar 16, 2011

I have 2 USB drives connected to an XP machine that I rotate twice a month for backups. On my CentOS box, I have that drive mounted at /home/backup using cifs.

Because the drive is mounted on the Linux box, Windows XP complains when I try to "Safely Remove Hardware". As a result, I have to "umount /home/backup", then "Safely Remove Hardware". After connecting the new drive, I then have to "mount /home/backup" in order to use it again on the Linux box.

Now, this question may be a Windows XP question, but I was wondering if there is anything I can do on the Linux box first. Is there anything that can be done on either end, so that I won't have to "umount /home/backup" first?

View 2 Replies View Related

General :: CIFS VFS: Cifs_mount Failed W/return Code = -11?

Apr 26, 2010

i am using Centos 5, i am trying to mount win2k3 server on centos machine.i am getting the following error.CIFS VFS: cifs_mount failed w/return code = -11

View 2 Replies View Related

General :: FEDORA 12 - Mount -t Cifs On A Server Doesn't Work

Sep 28, 2010

Using Fedore 12 I am trying to mount on a server with the following command: # mount -t cifs //samba-pool-suse/pool-suse /mnt -o user=xxxx I was waiting that the system askme the user password and thats all, but the answer is: mount: wrong fs type, bad option, bad superblock on //samba-pool-suse/pool-suse, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so using:# dmesg | tail returs: CIFS VFS: cifs_mount failed w/return code = -22

View 3 Replies View Related

General :: Resuming File Copying After Remounting CIFS Directory

Mar 13, 2011

I'm trying to resume copying from a mounted CIFS device to my local hdd with cURL. I tried

Code:
$ curl -C - -O file://myfile
and also

Code:
$ curl -C <manual offset> -O file://myfile
(looked up the manual offset using "$ wc -c")

This resumes copying if I cancel it eg with ^C.

But it does not work if I unmount and remount the CIFS device. cURL then ignores my given offset and continues again from start as if nothing were there without saying a word. With "-C -" the same effect.

View 2 Replies View Related

General :: Sharing Folder With Windows 2003 Server Using Cifs?

Jul 12, 2010

I want to share linux folder with Windows server 2003 using cifs;I have install samba on linux system;

View 1 Replies View Related

General :: Unable To Mount Cifs - Windows - Partition Through Fstab

Apr 27, 2010

I have mounted window shared partition to my RHEL 5.4 server through following command

Quote:

But I'm unable to mount the same via fstab.172.20.x.x is my windows server download is my shared folder name.

Suggest me correct fstab entries

My current fstab entry is as follows

Quote:

View 5 Replies View Related

General :: CIFS Mounting Works Via Command Line - Fails With Fstab

Dec 2, 2009

I've successfully mounted a network share with mount.cifs for the past 2 years using fstab with credfile.

[Code]....

Yesterday I moved this system to a new datacenter, but did not alter fstab or the credfile. The //server/share directory has IP rules in place, but this was updated with the new system IP while we moved the system. Now, I am mysteriously unable to automount //server/share. The local error is 13 (permission denied). The Windows server we are mounting returned a code that is defined as "username is valid but password is incorrect" Again - no changes (content or permissions) were made to my credfile or fstab entry. I've restarted netfs a few times, including rebooting the system twice. What is baffling is I can successfully mount //server/share via command line: Code: mount -t cifs //server/share /mnt/mycooldir -o username=foobar,password=1234

The username and passwords are identical in credfile and the mount options - I copied & pasted username / password from the credfile itself.

View 2 Replies View Related

General :: Recursive Write Permission On Cifs Mounted File System

May 14, 2010

I have mounted a iomega file system on a cetos os machine using

mount.cifs //filserver-ip/directory /home/my-home/mounted-file -o
user=username

(** mounted as root) The mounting works fine.

The problem arises when I try to create a sub-directory inside the mounted directory. All the newly created sub directories become write protected.

I am accessing this file system from R software and it needs to write/create directories in side this mounted directory.

how can newly created sub-directories will become automatically writable, so that R can create new sub-directories and write data inside those directories.

View 2 Replies View Related

General :: Finding Mount Point Path For Windows CIFS Volume Visible In Ubuntu File Browser

Jan 8, 2010

using Ubuntu file browser, I browsed my Windows network and logged on to a Windows PC. Now Ubuntu file browser shows me "C$ on WinPC" as a folder. I can open it, read/write files, etc.But from bash prompt, I don't see anything of type CIFS/SMBFS listed in the output of "mount". Only the usual suspects (like local CDROM). How can refer to Windows files from Linux commandline?

View 6 Replies View Related

Server :: SSH Into Initramfs On Headless SliTaz Server?

Dec 24, 2010

I've installed SliTaz Linux onto a headless server with the following partition scheme:

/dev/hdb1 ext3 main system
/dev/hdb2 ext3 currently empty
/dev/hdb3 swap

I would like to further configure this machine so that (1) a VirtualBox virtual machine is automatically started during boot with no user intervention, and (2) /dev/hdb1 /dev/hdb2 are encrypted with LUKS or the like.

Because /dev/hdb1 and /dev/hdb2 will be encrypted, I will need to decrypt them with my passphrase during boot. But since this will be a headless server, I need to SSH in before the main OS loads, i.e. I probably need to SSH into initramfs? So far, I've found (1) VBoxTool which starts a virtual machine during boot, and (2) and early-ssh which installs dropbear SSH server into initramfs. However, since all my partitions (/dev/hdb1, /dev/hdb2) will be encrypted, I need to decrypt them before the boot process can continue after initramfs. This seems to imply that I need to modify the initramfs process so that I can (1) login via early-ssh mentioned above, (2) enter my decryption passphrase, then (3) let the normal boot process continue.Therefore, my question is: how do I find and edit my initramfs so that I can add the needed decryption tools (what are they?) and be prompted to enter my passphrase via SSH during boot?

View 2 Replies View Related

Server :: Driver Support - QME2572 - Qlogic - Card Became Support By The Kernel

Jul 10, 2011

I'm trying to find out when QME2572 (Qlogic) card became support by the kernel. We have a RHEL 5.1 system that is moving to new hardware, however the kernel at this release doesn't support the new hardware, due to the Qlogic card change. I tired the Redhat KB and Bugzilla. Is there a Kernel change list etc I can search. Never really played around with the kernel too much so I'm just after some pointers for looking up this information. Offically its not supported until Redhat 5.3, I'm trying trying to research kernel info so I can tell the customer they have to upgrade.

View 3 Replies View Related

Debian :: EXFAT Support Vs NTFS Support ?

Aug 25, 2010

I'm looking to dual-boot Windows 7 and Debian 6 upon its release on my sister's laptop. I want to share a partition between the two of them so that /home points to this directory and the Windows equivalent also points to it (C:Users).

Anyway, I've heard good and bad things about the NTFSMount driver (I think it's NTFS-3G now) and the NTFSprogs project and so I am not so certain what I should believe. I do know that NTFS has relatively high overhead, though I do not recall the source of this assertion, so I am considering the use of EXFAT. An open source EXFAT project is hosted on Google Code at [url] and it utilizes the kernel module FUSE.

I'm quite certain that I've got everything covered on the Windows side -- that is, I know that both NTFS and EXFAT will be suitable filesystems for my required usage.

My issue is that I'm curious which will have superior performance and stability in Debian. I planned on building the package from source and mounting the device in my FSTAB but I have also found a PPA for Ubuntu on Launchpad at [url] that I could borrow the debian/rules from and make a .deb package from.

What do you guys think? Should I go at it with the EXFAT or NTFS partitioning? Is NTFS-3G actually fairly supported at this point? Or perhaps should I consider some alternate method?

I have also considered that the only files she will be sharing are those of music, videos, and pictures so it could be better to just link /home/xxxx/Pictures (Music and Videos, too) to the new partition instead of all of /home.

View 7 Replies View Related

Software :: Support For Wi-fi Midi Support In Linux?

May 11, 2011

I would like to know if it is possibile to have support for wi-fi midi support in linux.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved