Slackware :: Make K3b Write Files With Correct Mask

Jan 14, 2010

I've blown a couple of DVDs trying to burn them with correct file masks (directories and files are read-only). There doesn't seem to be any documentation for K3b (building the index doesn't do squat and the help says "The file or folder help:/k3b/index.html does not exist"). I can't seem to figure out a setting that simply copies everything the "way it is."

View 7 Replies


ADVERTISEMENT

Ubuntu :: How To Make Files Read And Write

Jan 12, 2010

i know that chmod +x makes a certain file executable but how do i make a file read and write.

View 3 Replies View Related

Ubuntu Security :: Clean Mask For Files And Folders Through Samba

Feb 9, 2010

Still working on the mask of files for shared folder. I now have a shared folder with the exact behavior I expect :
Code:
sudo addgroup share_group
sudo mkdir /media/volume/shared_dir
sudo chgrp share_group /media/volume/shared_dir
sudo chmod g+s /media/volume/shared_dir
sudo chmod 770 /media/volume/shared_dir
sudo setfacl -d -m group::rwx /media/volume/shared_dir
sudo setfacl -d -m other::--- /media/volume/shared_dir
emma@box:/media/volume/shared_dir$ ls -al
total 8
drwxrws---+ 2 root share_group 4096 2010-02-09 12:53 .
drwxr-xr-x 8 root root 4096 2010-02-09 11:58 ..
-rw-rw----+ 1 emma share_group 0 2010-02-09 12:53 test
By default, user from the group can modify this file. That's perfect.

I have define the share in Samba this way :
Code:
[share]
comment = Shared Folder
path = /media/volume/shared_dir
browseable = yes
guest ok = no
read only = no
hide dot file = yes
# force group = share_group
# create mask = 0660
# directory mask = 0770
# force create mask = 0660
# force directory mask = 0770

When drag & dropping a file in this share, here is the default mask:
Code:
emma@box:/media/volume/shared_dir$ ls -al
total 192
drwxrws---+ 2 root share_group 4096 2010-02-09 12:54 .
drwxr-xr-x 8 root root 4096 2010-02-09 11:58 ..
-rw-rwx---+ 1 emma share_group 6148 2010-02-09 12:54 .DS_Store
-rw-rwxr--+ 1 emma share_group 176684 2009-12-21 23:33 IMG_7487.jpg

So the dropped file have execution rights for the group, and read access for other. I expected it to have the same rights than the file created directly using the touch command. I tried to play with the mask options, without success. The file has been dropped from my mac, which is a Unix like OS. I guess that some authorization access are inherited from the original file, for the user and other parts. But where does the group authorization come from ? Moreover, is is possible to define in samba a default mask, whatever the authorization of the original file?

View 1 Replies View Related

Slackware :: Make A Browser Distinguish Between Files And Folders?

Oct 22, 2010

I'm playing with apache (and to be quite honest have no idea what I'm doing at this stage!) and currently have a large number of files and folders on the sad little site. One thing that is really bothering me is that files and folders both appear the same. I'm not looking for anything fancy. Something like this is more than adequate. Right now there is simply a dot next to each item.

View 2 Replies View Related

General :: Write A Shell Script Which Will Simultaneously Collect OS User Information And Write In An Individual Text Files?

Feb 17, 2010

I want to write a shell script which will simultaneously collect OS user information and write in an individual text files.Can anyone tell me the syntax of the script.N.B. The user name will be mentioned in an array within the shell script.

View 8 Replies View Related

Ubuntu :: Incorrect Monitor Detection / Make It Correct?

Feb 25, 2011

It's detecting a 73" Mitsubishi TV when I have a 60". I installed my graphics card driver and that didn't correct the error.

View 4 Replies View Related

OpenSUSE Multimedia :: Make Flash Use Correct Sound Card

Nov 8, 2010

Had a well working sound system until I bought a USB webcam with microphone. Sound still works well except with flash. As mentioned here my problem is making flash use my normal sound card instead of the USB webcam microphone.

View 2 Replies View Related

Slackware :: What Is Correct Permission For Mysql Directory

Aug 30, 2010

what is the correct permission for mysql directory under /var/lib directory? I set permission using: Code: chmod 755 mysql but got permission deny error. What is the best setting permission for this directory so that I won't jeopardize security?

View 4 Replies View Related

Software :: Help Finding Correct Version Of Yakuake For Slackware 13.37

Jul 12, 2011

I am a complete noob in the Linux community, having JUST installed my first Linux distro on my PC (that being Slackware 13.37).That having been said, please be patient with my TOTAL confusion is this regard : How do I determine which version of a package I need to download (in this example, I will use Yakuake, a program I AM trying to find at the moment!). I have done searches on the internet of the type"Yakuake for Slackware", etc., and I have always found results that I believed were a link to the correct version. However, when I finally have the package downloaded (I have downloaded BOTH source packages as
well as the build app.), they are always for a DIFFERENT VERSION!

This is most frustrating...; is there a "listing" of different packages that are compatible with a specific distro / version? I realize that, in many cases, I may require a newer version of a library, etc., but again, how do I determine this ahead of time, before I bother downloading the actual app. I wish to install? I can use another example - I attempted to install OpenOffice; I began by searching for OpenOffice for Slackware / KDE (as some sources indicated that Gnome was the required gui for this package...).I found a site with an install cd .iso that was supposed to be multi-platform KDE compatible, but NONE of the versions would install on Slackware 13.37... - you get my point?

View 3 Replies View Related

Slackware :: Firefox - Unable To Get Correct Display After Using Compiz In 13.1?

Jun 19, 2010

after i installed compiz, and enable compiz. a problem happen... my firefox (3.6.3) display it's kinda odd, it's like the firefox graphics has been cutted every i move to another tab, this problem occur too when i scroll the web page (the graphics cutted).

View 7 Replies View Related

Slackware :: Select Correct Module Directory At Boot?

Jun 2, 2010

To clarify: I have two kernels, (a) one that "works" and (b) another that I am experimenting with. Each has it's own modules directory tree (in /lib/modules) and they are mutually incompatible ie kernel (a) will only work with module tree (a) and similarly for (b). I have two boot entries in lilo.conf which can be selected from the boot menu.

Now the problem is, what if something goes wrong when I boot to (b)? I'd like to be able to return to the safe option (a), but the current module tree is (b) and it won't work with kernel (a). I could use the Slack installationCD and rename the module directory (I presume this would work)but is there a simpler way, whereby I can select the correct module tree at boot time (or set it in lilo.conf)?

View 3 Replies View Related

Ubuntu Servers :: How To Make Amavis / Spamassassin Deliver Bad Header Messages To Correct Mailbox

Sep 27, 2010

im using postfix with amavis and spamassassin as spam/virus filtering and its working great.However, i get a "lot"(1-5/day) of "bad header" messages beeing quarantined by the server. And most of theese bad headers are false positives that i manually have to deliver to the correct mailbox.How can i make amavis/spamassassin deliver bad header messages to the correct mailbox and not place them in quarantine?Theese are my amavis settings. (which file is used, 20-debian or 21-ubuntu??)

View 8 Replies View Related

Slackware :: Firefox 3.5.2 Doesnt Show Background Image Correct

Nov 1, 2009

Im using FF 3.5.2 and Slackware 12.2. On certain web pages, for instance www.slackware.com, Firefox doesnt display the background image, but instead displays multiple images of the tool bar of Firefox. It doesnt matter if I change the settings to allow third part cookies or if I tell Firefox to get images automatically. When using Konqueror, the web-site(s) appear normal.

View 5 Replies View Related

Ubuntu Multimedia :: Create IFO And BUP Files If That Is Correct?

Mar 17, 2010

I'm trying to create a DVD with K3b, I encoded a DIVx MP4 file to vob, but i need to create the iFO and BUP files if that is correct? is it possible in any way to create iFO & BUP files?

View 9 Replies View Related

General :: Correct Entries In Sudoers Files

Sep 24, 2010

After adding what I thought were the correct entries in /etc/sudoers so I'd be able to run commands without needing to sudo them, I keep having to. My sudoers file entries look like this:

Code:
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
user_me ALL=(ALL) ALL

## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
user_me ALL=(ALL) ALL

## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
user_me ALL=(ALL) NOPASSWD: ALL

I have also confirmed that I'm a member of the wheel group in /etc/group:
Code:
wheel:x:10:root,user_me
And yet, I still have to sudo to do pretty much anything.

View 7 Replies View Related

Ubuntu :: Moving Downloaded Files To Correct Folder?

Sep 1, 2011

I'm looking for a script or a bittorrent client which is able to move a file after downloading and placing it in a specific folder depending on the file type. E.g. moving a newly downloaded movie to "Videos" and an ISO-file to "Files".

I feel as if i have used a client with this functionality before but can't remember the name.

Since I at the moment use Transmission as my bittorrent client a script would also work since Transmission can run it after finishing the download.

View 7 Replies View Related

Debian :: Correct The Random Pauses Of Audio Files?

May 26, 2011

When I'm using various music players in debian, the audio always skips at random intervals, but still continues.

View 3 Replies View Related

Server :: Apache2 And Frontpage Support - Can't Find The Correct Files?

Jun 28, 2011

i want to ask for a guide how to install frontpage extensions on apache2 , i searched a lot but i can't collect the pieces , in the most cases i can't find the correct files..

View 5 Replies View Related

Fedora :: Make 11 To Write The Hfs+ Partition?

Jul 19, 2009

Is there a way to make fedora 11 can write the hfs+ partition? Beside fedora i have mac os x, and usually i use third partition(fat) as medium to transfer file from fedora to mac.

View 8 Replies View Related

Ubuntu :: How To Make To Write Hebrew

Jul 1, 2010

I've installed Ubuntu 10.04 and is seems great! now I would like to know what do I have to do in order to enable it to write Hebrew? is there any guide that explains how to install other languages as well?

View 6 Replies View Related

Ubuntu :: Make Pen Drive As Write Protected?

Jul 23, 2011

i want to make pen drive as write protected for ubuntu and windows.....how to do that??? and if i want to write on it then how to make remove write protection..

View 5 Replies View Related

Ubuntu :: Make USB Partition Write Protected

Nov 18, 2010

I have a USB stick of 8GB with two partition. Can I make one partition write protected? How?

View 2 Replies View Related

Fedora Installation :: Can't Find Any SHA1SUM Files To Give Correct Character Sequences

Sep 27, 2009

I have downloaded both versions of Fedora 11 (Gnome and KDE) to iso files on my hard disk - in Windows XP. I then tried the verification procedure advised in [URL]... section 3.1. I have successfully installed and run hashcalc, with the SHA1 option, and got the following results:

- for the Gnome version : 795b52b3c7b16eba6f2cae055ec894d8648d8095
- for the KDE version : 38ef6c97e29803add28d40add05aa025b6f4c92b.

But I can't find any SHA1SUM files to give me the correct character sequences against which to compare the said results.

View 7 Replies View Related

Ubuntu :: Program To Download Picture Files In Raw Format From Nikon D3000 And Correct Them?

Apr 27, 2010

Can anyone tell me what is the best program on Ubuntu that will download picture files in Raw format from my Nikon D3000 and correct them, and do the usual stuff to make a colour-balanced, photo that can be saved in another format - say Tiff?

View 4 Replies View Related

Slackware :: Make: *** No Rule To Make Target `pkg'

Feb 25, 2011

I have down loaded: slapt-get-0.10.2h-i386-1.tgz I have read the install directions:

Quote:

- Using pkgtools: ----------------

To install:

$ make pkg
$ installpkg ./pkg/slapt-get-${VERSION}-${ARCH}-${RELEASE}.tgz

When I try make pkg, I get:

Code:

root@darkstar:/home/rob# make pkg
make: *** No rule to make target `pkg'. Stop.

I guess that I do not understand the instructions?

View 5 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

Fedora Hardware :: SSD - Can't Reset The Device To Make Write-able

Nov 11, 2010

I recently added a SS drive and after 2 hours it went into read only and busy mode. The machine see the drive as does tools like fdisk, fsck, qtparted, kde partition manager but I can't reset the device to make it write-able Do I need to RMA the device (it's 12 hours old) or is there a method to make the device usable again?

View 4 Replies View Related

General :: Make Iptables To Write Only To Log Without Writing To Console?

Aug 25, 2010

when I use LOG action in some chane of iptables rules, I get the output both in STDOUT or STDERR of the xm console and in /var/log/messages.

Is there way to make iptables to write only to log without writing to console?

View 3 Replies View Related

Ubuntu :: USB Flash - How To Make Write Speed Quicker

Jul 25, 2010

Does anyone know why the write speed of usb flash would be so slow? I'm running ubuntu off my flash drive but it is running really slow. I've tested the read speed which was about 33 meg a sec. But the write speed is only about 7 meg a sec. When running ubuntu it is very slow, not tolerable at all. I've read on some sites that there is a way to fix this but I'm not finding any good tutorials on making the write speed quicker.

View 9 Replies View Related

General :: Make The Root Device Read/write?

Mar 4, 2011

I need to change a filename but when I boot up I get the message root device is read-only. Is there a way of changing this so that I can change the filename. I have a Mac Pro running Leopard OSX. The graphics card an NVIDIA 7500GT or driver has failed. It was suggested elsewhere that I change the relevant kext files to filename.kext.old, which I did, now when I try to boot start in OSX I get a message in various languages telling me to restart. I have tried booting in safe mode and from original Installation CD. In Safe Mode I get the same multi language splash screen, from CD I still have the graphic card problem, screen freezes and artifacts appear. So I boot up straight into CLI by holding down CMD-S hoping to be able to change filenames back but it says device read-only.

View 2 Replies View Related







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